:root {
  --goldenrod: #ffb429;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  pointer-events: auto;
  order: 0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.hero-section {
  color: #7b9c97;
  background-image: url('../images/banner_01.jpg');
  background-size: cover;
  padding: 150px 40px 100px;
}

.hero-section._2 {
  background-image: url('../images/banner_04.jpg');
}

.hero-section._1 {
  background-image: url('../images/banner_06.jpg');
  background-size: cover;
}

.sections {
  background-color: #ffb429;
  height: 360px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sections.dark {
  background-color: #131313;
  background-image: url('../images/Image-Dark-BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.sections.third {
  background-color: #25312f;
  background-image: url('../images/banner_01.jpg'), url('../images/Banner-Third.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sections.third._1 {
  background-image: url('../images/banner_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.sections.third._3 {
  background-image: url('../images/banner_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sections.third._4 {
  background-image: url('../images/banner_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sections.third._5 {
  background-image: url('../images/banner_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sections.third._6 {
  background-image: url('../images/banner_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sections.third._10 {
  background-image: url('../images/10_guardiaboschi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.sections.third._11 {
  background-image: url('../images/11_fotografo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.sections.third._14 {
  background-image: url('../images/16_infermiere.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.sections.tabs {
  background-color: #151515;
  height: auto;
  padding-top: 70px;
  padding-bottom: 90px;
}

.sections.fourth {
  background-image: url('../images/quote-bg.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 45px;
}

.sections.fourth.contact-us {
  background-image: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sections.fourth.contact-us.footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sections.locations {
  background-color: #151515;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-heading {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-weight: 900;
  line-height: 32px;
}

.section-heading.two {
  text-align: left;
}

.section-paragraph {
  color: #000;
  text-align: right;
  margin-bottom: 25px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.section-paragraph.two {
  text-align: left;
}

.button {
  float: right;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #ffb429;
  background-color: #000;
  border-color: #000;
}

.button.two {
  float: left;
}

.button.fourth {
  float: right;
  width: auto;
  margin-top: 6px;
  margin-left: auto;
  margin-right: 20%;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.trainer-image {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 25px 0 0;
}

.facts-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: Bebas Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.facts-heading.icons {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.facts-heading.third {
  color: #7b9c97;
  text-align: left;
  text-shadow: none;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
}

.facts-heading.fourth.locations {
  margin-bottom: 30px;
}

.facts-heading.quote {
  text-shadow: 0 1px 3px #0000004d;
}

.line {
  border-top: 2px solid #c8c8c8;
  width: 25%;
  height: 2%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icons-facts {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.facts-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.facts-bg {
  background-color: #ffffff0d;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .2s;
}

.facts-bg:hover {
  background-color: #ffffff1f;
}

.facts-subheading {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Teko, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

.facts-subheading.right {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Teko, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.facts-subheading.fourth {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #0000004d;
  margin-top: 7px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.facts-subheading.left {
  color: #fff;
  text-align: left;
  border: 0 solid #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Teko, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.facts-subheading.centertx {
  color: #fff;
  text-align: center;
  border: 0 solid #fff;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Teko, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.tab-content {
  width: 100%;
}

.training-image-bg {
  background-image: url('../images/Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 220px;
  position: relative;
}

.training-image-bg.two {
  background-image: url('../images/Image-2.jpg'), url('../images/Image-4.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.training-image-bg.two.fitness {
  background-image: url('../images/Image-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.three {
  background-image: url('../images/Image-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.seven {
  background-image: url('../images/Image-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.eight {
  background-image: url('../images/Image-8.jpg');
  background-position: 50%;
  background-size: cover;
}

.training-image-bg.nine {
  background-image: url('../images/Image-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.columns {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hover {
  opacity: 0;
  background-color: #0000;
  border: 2px solid #a2a2a280;
  border-radius: 3px;
  width: 80%;
  height: 80%;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 10px 3px #0006;
}

.hover:hover {
  opacity: 1;
  background-color: #00000073;
  border-top-width: 1px;
  border-top-color: #ffffff80;
  border-radius: 0;
}

.training-headings {
  color: #ffb429;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.training-paragraphs {
  color: #c8c8c8;
  text-align: center;
  width: 88%;
  margin: 10px auto 0;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 22px;
  display: block;
}

.locations-image {
  background-image: url('../images/chicago_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 210px;
  padding-top: 65px;
  transition: opacity .4s;
  position: relative;
}

.locations-image:hover {
  opacity: 1;
}

.locations-image.four {
  background-image: url('../images/newyork.jpg');
  background-position: 50%;
  background-size: cover;
}

.locations-image.five {
  background-image: url('../images/ottawa.jpg');
  background-position: 50%;
  background-size: cover;
}

.locations-image.six {
  background-image: url('../images/vancouver.jpg');
  background-position: 50%;
  background-size: cover;
}

.locations-header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.locations-header.two {
  letter-spacing: 1px;
  height: auto;
  margin-top: -5px;
  font-size: 26px;
  font-weight: 700;
  transition: color .5s;
}

.locations-header.two:hover {
  color: #ffb429;
}

.contact-us-text {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-left: 20%;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.contact-wrapper {
  text-align: center;
  position: relative;
}

.contact-wrapper.two {
  text-align: left;
}

.text-fields {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-fields.message {
  height: 110px;
}

.message-button {
  color: #ffb429;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ffb429;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-weight: 800;
  transition: background-color .2s, color .2s;
  display: block;
}

.message-button:hover {
  color: #000;
  background-color: #ffb429;
}

.contact-paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.contact-form {
  background-color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  float: left;
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin: 0 12px 0 auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.footer-text:hover {
  color: #ffb429;
}

.footer-text.two {
  float: none;
  color: #515151;
  margin-top: -8px;
  font-family: Bebas Neue, sans-serif;
  font-size: 13px;
}

.quote-wrapper {
  border: 3px solid #fff;
  width: 70%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 1px 3px #0003;
}

.inspiration {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #0000004d;
  margin-bottom: 8px;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.locations-hover {
  background-color: #0000;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  position: absolute;
  inset: 0;
}

.locations-hover:hover {
  background-color: #ffffff26;
}

.image {
  vertical-align: bottom;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  -webkit-text-decoration: overline #f1f1f1;
  text-decoration: overline #f1f1f1;
  display: inline-flex;
  position: static;
}

.wrapper-galleria {
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.div-galleria {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/chicago.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 20vw;
  height: 20vw;
  padding: 0;
  display: flex;
}

.div-galleria._2 {
  background-image: url('../images/02_musicista.jpg');
}

.div-galleria._3 {
  background-image: url('../images/03_giornalista.jpg');
  background-size: cover;
}

.div-galleria._4 {
  background-image: url('../images/04_meccanico.jpg');
}

.div-galleria._5 {
  background-image: url('../images/05_cuoco.jpg');
}

.div-galleria._6 {
  background-image: url('../images/06_ex-soldato.jpg');
}

.div-galleria._8 {
  background-image: url('../images/08_atleta.jpg');
}

.div-galleria._9 {
  background-image: url('../images/09_radio.jpg');
}

.div-galleria._10 {
  background-image: url('../images/10_guardiaboschi.jpg');
}

.div-galleria._11 {
  background-image: url('../images/11_fotografo.jpg');
}

.div-galleria._12 {
  background-image: url('../images/12_gamer.jpg');
}

.div-galleria._14 {
  background-image: url('../images/14_pretesuora.jpg');
}

.div-galleria._20 {
  background-image: url('../images/20_maestroelementari.jpg');
}

.div-galleria._16 {
  background-image: url('../images/16_infermiere.jpg');
}

.div-galleria._1 {
  background-image: url('../images/01_dottore.jpg');
  background-size: cover;
}

.div-galleria._19 {
  background-image: url('../images/19_operatorescolastico.jpg');
}

.div-galleria._18 {
  background-image: url('../images/18_operaio.jpg');
}

.div-galleria._17 {
  background-image: url('../images/17_politico.jpg');
}

.div-galleria._13 {
  background-image: url('../images/13_avvocato.jpg');
}

.div-galleria._15 {
  background-image: url('../images/15_psicologo.jpg');
}

.div-galleria._50 {
  background-image: url('../images/Immagine_03.png');
}

.div-galleria._51 {
  background-image: url('../images/Immagine_04.png');
  background-position: 0 0;
  background-size: cover;
}

.div-galleria._53 {
  background-image: url('../images/Immagine_02.png');
}

.div-galleria._7 {
  background-image: url('../images/07_professore.jpg');
}

.div-galleria._54 {
  background-image: url('../images/Immagine_04.png');
}

.text-galleria {
  background-color: #25312fba;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.nome {
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 14px;
  position: relative;
}

.container-galleria {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-galleria.guide {
  grid-template-columns: 1fr 1fr;
}

.sottotitolo {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
}

.citazione {
  color: #fff;
  text-align: center;
  font-family: Teko, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 18px;
}

.citazione._2 {
  font-size: 19px;
  line-height: 18px;
}

.ambientazione.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.bold-text {
  border: 0 solid #fff;
  border-radius: 0;
}

.navbar-2 {
  background-color: #0000;
  margin-top: 30px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 15px;
}

.nav-link.w--current {
  color: #768675;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 15px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 15px;
}

.nav-link-2.w--current {
  color: #768675;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.container-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-8 {
  justify-content: center;
  align-items: center;
  padding-bottom: 37px;
  display: flex;
}

.image-8 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.container-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4, .link {
  color: #7b9c97;
}

.body, .body-2, .body-3, .body-4 {
  background-color: #000;
}

.container-11, .container-12 {
  padding-top: 40px;
}

.nav {
  background-color: #1d2425b3;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
}

.link-home {
  width: 200px;
}

.nav-link {
  overflow: visible;
}

.nav-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  object-fit: contain;
  height: auto;
}

.link-2 {
  color: #7b9c97;
  text-decoration: underline;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: #7b9c97;
}

.guidetitolo {
  text-align: center;
  font-size: 23px;
}

.text-span-17 {
  color: #fff;
  font-size: 18px;
}

.body-5, .body-6 {
  background-color: #000;
}

.text-span-18 {
  text-transform: uppercase;
}

.text-span-19 {
  color: #7b9c97;
  font-size: 28px;
  font-weight: 400;
}

.link-musica {
  width: 50px;
  margin-top: 25px;
  position: relative;
}

.image-musica {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 100%;
}

.text-span-20, .link-3, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  color: #7b9c97;
}

.bold-text-2, .bold-text-3 {
  font-size: 16px;
}

.text-span-26 {
  color: #7b9c97;
  font-size: 40px;
}

html.w-mod-js [data-ix="button-arrow"] {
  opacity: 0;
  transform: translate(0, -22px);
}

html.w-mod-js [data-ix="image-slide-in"] {
  opacity: 0;
  transform: translate(20px);
}

html.w-mod-js [data-ix="contact-section"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="logo-slide-in"], html.w-mod-js [data-ix="nav-slide-in"], html.w-mod-js [data-ix="nav-slide-in-2"], html.w-mod-js [data-ix="nav-slide-in-3"] {
  opacity: 0;
  transform: translate(0, -43px);
}

html.w-mod-js [data-ix="hero-section-slide-in"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="content-slide-in"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 64px;
  }

  .image {
    opacity: 0;
  }

  .navbar-2 {
    font-family: Bebas Neue, sans-serif;
  }

  .nav-menu {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #212c2eed;
    transition-property: none;
  }

  .image-6 {
    padding-top: 0;
  }

  .container-8 {
    margin-top: 19px;
    padding-bottom: 0;
  }

  .icon {
    color: #fff;
    font-family: Bebas Neue, sans-serif;
  }

  .menu-button {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 0;
    font-family: Bebas Neue, sans-serif;
    position: fixed;
    top: 1%;
    right: 1%;
  }

  .menu-button.w--open {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-radius: 0;
  }

  .link-block {
    opacity: .97;
  }

  .link-block.w--current {
    opacity: 0;
  }

  .image-8 {
    padding-top: 0;
  }

  .container-10 {
    margin-top: 60px;
  }

  .nav, .nav-menu {
    background-color: #1d2425d9;
  }

  .nav-link {
    text-align: center;
  }

  .menu-button {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sections {
    height: auto;
    padding-bottom: 80px;
  }

  .sections.dark {
    height: auto;
  }

  .section-heading {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-heading.two {
    text-align: center;
    margin-top: 60px;
    margin-left: 20px;
  }

  .section-paragraph {
    text-align: center;
    margin-right: 20px;
  }

  .section-paragraph.two {
    text-align: center;
    margin-left: 20px;
  }

  .button {
    float: none;
    text-align: center;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.two {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.fourth {
    margin-right: 3%;
  }

  .trainer-image {
    width: 40%;
    display: none;
  }

  .facts-heading.third {
    text-align: center;
    align-self: center;
  }

  .facts-heading.quote {
    font-size: 26px;
  }

  .facts-bg {
    margin-bottom: 20px;
  }

  .facts-subheading {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: block;
  }

  .facts-subheading.right, .facts-subheading.left, .facts-subheading.centertx {
    text-align: center;
    width: 80%;
  }

  .locations-image {
    margin-bottom: 20px;
  }

  .contact-us-text {
    margin-left: 3%;
  }

  .text-fields, .message-button {
    width: 90%;
  }

  .quote-wrapper {
    width: 90%;
    height: 115px;
  }

  .image {
    opacity: 0;
    overflow: auto;
  }

  .div-galleria {
    width: 40vw;
    height: 40vw;
  }

  .container-galleria {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 59px 10px 10px;
    display: flex;
  }

  .sections.third {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sections.third._10, .sections.third._11, .sections.third._14 {
    width: 450px;
    height: 150px;
  }

  .button {
    width: 55%;
  }

  .button.fourth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .facts-heading.third {
    font-size: 28px;
  }

  .facts-subheading {
    margin-bottom: 0;
  }

  .facts-subheading.right, .facts-subheading.left, .facts-subheading.centertx {
    width: 90%;
  }

  .contact-us-text {
    width: 79%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 21px;
    display: block;
  }

  .quote-wrapper {
    width: 100%;
    height: 150px;
  }

  .wrapper-galleria {
    padding-top: 20px;
  }

  .div-galleria {
    width: 80vw;
    height: 80vw;
  }

  .container-galleria {
    grid-template-columns: 1fr;
  }

  .navbar-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    inset: 0% 0% auto;
  }

  .container-7 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: sticky;
  }

  .container-8 {
    margin-top: 26px;
    padding-bottom: 0;
  }

  .icon {
    color: #fff;
    -webkit-text-stroke-color: white;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .menu-button {
    flex: 0 auto;
    padding-top: 0;
    padding-right: 10px;
    position: fixed;
    top: 1%;
    left: auto;
    right: 1%;
  }

  .image-8 {
    padding-bottom: 0;
  }

  .container-10 {
    margin-bottom: 10px;
  }

  .container-12 {
    text-align: left;
    border-radius: 0;
    padding-right: 0;
  }

  .nav {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .nav-menu {
    top: 80px;
  }

  .nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-button {
    padding: 0;
    position: static;
  }

  .menu-button.w--open {
    padding-top: 10px;
  }
}


