.gg-btn {
  color: #ffffff;
  font-size: 18px;
  font-family: "Titan One", cursive;
  letter-spacing: 0.9px;
  width: 180px;
  height: 50px;
  border-width: 0;
  outline: none;
  background: transparent linear-gradient(90deg, #ffc537 0%, #eeb220 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: -4px 4px 5px #00000026;
  border-radius: 25px;
}
.gg-btn.green {
  background: transparent linear-gradient(90deg, #86d144 0%, #73b343 100%) 0% 0%
    no-repeat padding-box;
}
.gg-btn.purple {
  background: transparent linear-gradient(90deg, #e94bd0 0%, #e94bd0 100%) 0% 0%
    no-repeat padding-box;
}
.gg-btn:focus {
  outline: none;
}

@media only screen and (max-width: 576px) {
  .gg-btn {
    font-size: 16px;
    width: 150px;
  }
}

.page.contact .gg-header {
  z-index: 0;
  height: 150px;
  background-image: none;
  background-color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.page.contact .gg-header .navbar li.nav-item a {
  color: #000000;
}
.page.contact .gg-header .navbar li.nav-item a.active {
  color: #eeb220;
}
.page.contact .gg-header .navbar li.nav-item a:hover {
  color: #eeb220;
}
.page.contact .gg-header .navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/images/header/burger-yellow.svg");
}

.page.contact .sections section {
  margin-top: 0;
  padding: 30px 11%;
}
.page.contact .sections section h1 {
  font-size: 66px;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.page.contact .sections section .contact-box {
  margin: 90px 0;
  position: relative;
}
.page.contact .sections section .contact-box .contact-card {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #7babec4d;
  border-radius: 12px;
  padding: 5% 8% 5% 8%;
}
.page.contact .sections section .contact-box .contact-card h2 {
  font-size: 26px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.page.contact .sections section .contact-box .contact-card .form-box {
  padding-right: 30%;
}
.page.contact .sections section .contact-box .contact-card .form-box form {
  width: 100%;
  border-right: 2px solid #ebebeb;
  padding-right: 15%;
  margin: 5% 0;
}
.page.contact
  .sections
  section
  .contact-box
  .contact-card
  .form-box
  form
  input {
  margin: 12px 0;
  padding: 0 20px;
}
.page.contact
  .sections
  section
  .contact-box
  .contact-card
  .form-box
  form
  textarea {
  margin: 12px 0;
}
.page.contact
  .sections
  section
  .contact-box
  .contact-card
  .form-box
  form
  .thankyou_message {
  margin-bottom: 10px;
  color: #0cb30c;
}
.page.contact
  .sections
  section
  .contact-box
  .contact-card
  .form-box
  form
  .loading_message {
  margin-bottom: 10px;
  font-style: italic;
  opacity: 0.7;
}
.page.contact .sections section .contact-box .contact-card .form-box button {
  margin-right: 15%;
}
.page.contact .sections section .contact-box .info {
  width: 200px;
  position: absolute;
  top: calc(15% + 30px);
  right: 6%;
}
.page.contact .sections section .contact-box .info .property .label {
  margin: 8px 0;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #eeb220;
}
.page.contact .sections section .contact-box .info .property .value {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Nunito", sans-serif;
}
.page.contact .sections section .contact-box .info .property .links {
  margin-top: 5px;
  width: 200px;
}
.page.contact .sections section .contact-box .info .property .links img {
  cursor: pointer;
  height: 36px;
  width: auto;
}
.page.contact .sections section .contact-box .info .property.offset {
  margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .page.contact .sections section .contact-box .contact-card .form-box {
    padding-right: 35%;
  }
}

@media only screen and (max-width: 992px) {
  .page.contact .sections section h1 {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .page.contact .sections section .contact-box .contact-card {
    padding: 50px 5%;
  }
  .page.contact .sections section .contact-box .contact-card .form-box {
    padding-right: 0;
  }
  .page.contact .sections section .contact-box .contact-card .form-box form {
    padding-right: 0;
    border-right: none;
  }
  .page.contact .sections section .contact-box .contact-card .form-box button {
    margin-right: 0;
  }
  .page.contact .sections section .contact-box .info {
    margin: 80px 0;
    top: 0;
    right: 0;
    position: relative;
  }
}

.download {
  width: 100%;
  margin-top: 30px;
}
.download h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.8px;
  color: #474850;
  margin: 15px 0;
  padding: 0;
}
.download .badges img {
  cursor: pointer;
  height: auto;
  width: 200px;
  margin: 0 20px 0 0;
}
.download .badges .badge-details {
  width: 200px;
}
.download .badges .browser-short {
  width: 40px;
  display: none;
}
.download .browser-list {
  margin-left: 66%;
}
.download .browser-list p {
  width: 280px;
  font-size: 14px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .download .badges img {
    height: auto;
    width: 120px;
    margin: 0 10px 0 0;
  }
  .download .badges .badge-details {
    width: 200px;
  }
  .download .badges .browser-short {
    display: block;
  }
  .download .badges .browser-long {
    display: none;
  }
  .download .browser-list {
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
  }
}

.footer {
  z-index: 1;
  width: 100%;
  background-color: #29333a;
  padding: 50px 120px 0 120px;
}
.footer .line {
  padding: 10px 20px;
}
.footer hr {
  color: #ffffff;
  border: 1px solid #ffffff;
  margin: 40px 0;
  opacity: 0.5;
}
.footer p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.5;
  width: 650px;
}
.footer h3 {
  text-align: left;
  font-size: 18px;
  font-family: "Titan One", cursive;
  letter-spacing: 0.9px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .links a {
  cursor: pointer;
  margin-right: 40px;
  text-align: left;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.8px;
  color: #999999;
}
.footer .links a:hover {
  text-decoration: none;
  color: #f5f5f5;
}
.footer .links a:visited {
  text-decoration: none;
}
.footer .social-links img {
  cursor: pointer;
}

.footer img {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}
.footer img.logo {
  margin: 0px 20px 0 0;
  width: 80px;
  height: 80px;
}
.footer .bottom {
  padding: 30px 120px;
  margin: 50px -120px 0 -120px;
  background-color: #21292e;
}
.footer .bottom .copyright {
  font-size: 14px;
  font-family: "Titan One", cursive;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-transform: capitalize;
}
.footer .bottom a {
  font-size: 14px;
  margin-left: 40px;
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .footer .upper {
    flex-direction: column;
  }
  .footer .upper .social-links {
    margin: 30px 0 0 100px;
  }
}

@media only screen and (max-width: 992px) {
  .footer {
    padding: 10px 10px 0 10px;
  }
  .footer h3 {
    text-align: center;
    margin: 20px 0;
  }
  .footer .upper {
    align-items: center;
  }
  .footer .upper .logo-box {
    margin: 0;
    flex-direction: column;
  }
  .footer .upper img {
    margin: 0 15px;
  }
  .footer .upper img.logo {
    margin: 40px 0 30px 0;
  }
  .footer .upper .links {
    flex-direction: column;
    width: 100%;
  }
  .footer .upper .links a {
    margin: 8px 0;
    text-align: center;
  }
  .footer .upper .social-links {
    margin: 0;
  }
  .footer hr {
    margin: 40px 5%;
    border-color: #999999;
  }
  .footer p {
    width: 100%;
    padding: 0 7%;
    text-align: center;
  }
  .footer .bottom {
    margin: 20px -10px 0 -10px;
    padding: 0;
    text-align: center;
    flex-direction: column-reverse;
  }
  .footer .bottom .copyright {
    margin: 40px 0;
  }
  .footer .bottom .links {
    padding-bottom: 25px;
    background-color: #29333a;
    flex-direction: column;
    width: 100%;
  }
  .footer .bottom .links a {
    margin: 12px 0;
    text-align: center;
  }
}

.gg-form .row {
  padding: 0;
}

.gg-form input[type="text"],
.gg-form input[type="email"],
.gg-form input[type="tel"],
.gg-form input[type="phone"] {
  height: 50px;
  width: 100%;
  margin: 8px;
  padding: 8px 15px;
  outline: none;
  border-width: 0;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.7px;
  color: #999999;
  background-color: #f6f7fb;
}

.gg-form textarea {
  padding: 8px 15px;
  border-width: 0;
  border-radius: 8px;
  height: 150px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #999999;
  background-color: #f6f7fb;
}

.gg-form .confirmation {
  margin: 20px 0;
}
.gg-form .confirmation input[type="checkbox"] {
  width: 50px;
}
.gg-form .confirmation label {
  text-align: left;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.6px;
  color: #474850;
}

.gg-header {
  z-index: 8;
  height: auto;
  background-color: #ffffff;
  background-position: center top;
  background-image: url("../../assets/images/header/header-back.png");
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 60px;
}
.gg-header .main-logo {
  position: absolute;
  left: calc(50% - 400px);
  width: 800px;
  height: 800px;
}
.gg-header .coins-left {
  position: absolute;
  top: 465px;
  left: calc(50% - 280px);
}
.gg-header .coins-right {
  position: absolute;
  top: 466px;
  left: calc(50% + 200px);
}
.gg-header .main-controls {
  margin-top: 600px;
}
.gg-header .main-controls h1 {
  width: 380px;
  text-align: center;
  font-family: "Titan One", cursive;
  font-size: 44px;
  letter-spacing: 2.2px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
  text-shadow: 6px 6px #29333a;
}
.gg-header .main-controls .buttons {
  margin-top: 30px;
}
.gg-header .main-controls .buttons button {
  margin: 0 10px;
}
.gg-header .medals {
  padding: 0 8%;
  margin-top: 100px;
}
.gg-header .medals .medal {
  height: 350px;
}
.gg-header .medals .medal150 {
  height: 150px;
}
.gg-header .medals .medal img {
  height: 126px;
}
.gg-header .medals .medal h3 {
  max-width: 290px;
  text-align: center;
  font-size: 36px;
  font-family: "Titan One", cursive;
  letter-spacing: 1.8px;
  color: #29333a;
  text-transform: uppercase;
}
.gg-header .medals .medal p {
  max-width: 180px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #29333a;
}

@media only screen and (max-width: 1200px) {
  .gg-header .medals {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .gg-header .medals .medal {
    margin-bottom: 80px;
  }
  .gg-header .main-logo {
    top: 100px;
    left: calc(50% - 300px);
    width: 600px;
    height: 600px;
  }
}

@media only screen and (max-width: 576px) {
  .gg-header .coins-left {
    width: 100px;
    height: 100px;
    top: 490px;
    left: calc(50% - 180px);
  }
  .gg-header .coins-right {
    width: 120px;
    height: 120px;
    top: 466px;
    left: calc(50% + 80px);
  }
  .gg-header .main-controls h1 {
    font-size: 38px;
  }
}

.page.home section .img-box {
  justify-content: center;
}
.page.home section .img-box.left {
  justify-content: flex-start;
}
.page.home section .img-box.right {
  justify-content: flex-end;
}

.page.home section.section-1 {
  margin-top: 0%;
  padding-top: 0;
  overflow-y: hidden;
  padding-right: 0;
  background-color: #ffffff;
}
.page.home section.section-1 .img-box {
  padding-right: 0;
  margin-right: 0;
  justify-content: center;
}
.page.home section.section-1 .img-box img {
  height: 750px;
  margin-right: -15px;
}
.page.home section.section-1 .img-box.left {
  justify-content: flex-start;
}
.page.home section.section-1 .img-box.right {
  justify-content: flex-end;
}

.page.home section.section-1::after {
  z-index: 5;
  background-image: url("../../assets/images/sections/white.png");
}

.page.home section.section-2 {
  background-color: #86d144;
}

.page.home section.section-2 h2 {
  text-align: center;
}

.page.home section.section-2::after {
  z-index: 4;
  background-image: url("../../assets/images/sections/green.png");
}

.page.home section.section-3 {
  background-color: #eeb220;
}

.page.home section.section-3::after {
  z-index: 3;
  background-image: url("../../assets/images/sections/yellow.png");
}

.page.home section.section-4 {
  background-color: #7babec;
}

.page.home section.section-4 h2 {
  text-align: center;
}

.page.home section.section-4::after {
  z-index: 2;
  background-image: url("../../assets/images/sections/blue.png");
}

.page.home section.section-5 {
  background-color: #86d144;
}

.page.home section.section-5::after {
  z-index: 1;
  background-image: url("../../assets/images/sections/green-2.png");
}

.page.home section.section-6 {
  background-color: #ffffff;
}
.page.home section.section-6 .img-box {
  padding-left: 0;
  margin-left: -8%;
}
.page.home section.section-6 .img-box img {
  height: 750px;
}

.page.home section.section-6::after {
  z-index: 0;
  background-color: #ffffff;
}

.page.home section.section-7 {
  padding-top: 15%;
  padding-bottom: 10%;
  background-color: #ffffff;
}
.page.home section.section-7 .curtain {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff00 100%) 0%
    0% no-repeat padding-box;
}
.page.home section.section-7 .img-box img {
  height: 500px;
}

.page.home section.section-7::after {
  z-index: 1;
  background-size: auto 100%;
  background-image: url("../../assets/images/section-images/last-section-back.png");
  opacity: 0.3;
}

@media only screen and (max-width: 1200px) {
  .page.home section img {
    max-height: 500px;
  }
  .page.home section .content h2 {
    font-size: 51px;
  }
  .page.home section .content h2.small {
    font-size: 41px;
  }
}

@media only screen and (max-width: 992px) {
  .page.home section .img-box.left {
    justify-content: center;
  }
  .page.home section .img-box.right {
    justify-content: center;
  }
  .page.home section.section-6 .img-box {
    padding-top: 25%;
  }
  .page.home section.section-6 .img-box p {
    width: 100%;
  }
  .page.home section.section-6 .img-box img {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .page.home section.section-1 .img-box img {
    height: 350px;
    margin-right: -15px;
  }
  .page.home section.section-1 p {
    padding-right: 10%;
  }
  .page.home section.section-7 .img-box img {
    height: 300px;
  }
  .page.home section .content h2 {
    font-size: 36px;
  }
}

.page.lessons .gg-header {
  z-index: 0;
  height: 1200px;
  background-image: url("../../assets/images/header/header-yellow.svg");
  background-position: 50% -100px;
  background-size: 112% auto;
  margin-bottom: -1000px;
}
.page.lessons .gg-header .navbar li.nav-item a {
  color: #000000;
}
.page.lessons .gg-header .navbar li.nav-item a.active {
  color: #ffffff;
}
.page.lessons .gg-header .navbar li.nav-item a:hover {
  color: #ffffff;
}

.page.lessons section {
  padding: 20px 10% 10% 10%;
}
.page.lessons section .switcher {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #29333a;
  text-transform: uppercase;
  cursor: pointer;
}
.page.lessons section .switcher.active {
  color: #eeb220;
}
.page.lessons section .switcher:hover {
  color: #eeb220;
  text-decoration: none;
}
.page.lessons section .switcher:visited {
  text-decoration: none;
}
.page.lessons section .scroll-header {
  z-index: 1;
  position: relative;
  padding: 0 18%;
  width: 100%;
  min-height: 82px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #7babec4d;
  border-radius: 41px;
  transition: all 0.3s;
}
.page.lessons section .scroll-header .scroll-top {
  color: #29333a;
  cursor: pointer;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.page.lessons section .scroll-header .scroll-top:hover {
  color: #999999;
  text-decoration: none;
}
.page.lessons section .scroll-header .scroll-top:visited {
  text-decoration: none;
}
.page.lessons section .scroll-header .switchers-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 82px;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #29333a;
  text-transform: uppercase;
}
.page.lessons section .scroll-header .switchers-toggle img {
  transition: transform 0.2s;
  margin-left: 10px;
  height: auto;
  width: 12px;
}
.page.lessons section .scroll-header hr {
  display: none;
  margin: 0;
}
.page.lessons section .scroll-header .switcher-list {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.page.lessons section .scroll-box {
  z-index: 0;
  position: relative;
  margin: -50px 0;
  padding: 0 9%;
}
.page.lessons section .scroll-box .scroll {
  padding: 50px 0;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 30px #7babec4d;
}
.page.lessons section .scroll-box .scroll .switcher-content {
  padding: 8% 10% 40px 10%;
}
.page.lessons section .scroll-box .scroll .switcher-content h1 {
  color: #29333a;
  font-size: 44px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page.lessons section .scroll-box .scroll .switcher-content h2 {
  color: #29333a;
  font-size: 26px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.page.lessons section .scroll-box .scroll .switcher-content h2 .highlight {
  color: #eeb220;
}
.page.lessons section .scroll-box .scroll .switcher-content h3 {
  color: #29333a;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.page.lessons section .scroll-box .scroll .switcher-content p {
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
}
.page.lessons section .scroll-box .scroll .switcher-content p.offseted-30 {
  margin-top: 30px;
}
.page.lessons section .scroll-box .scroll .switcher-content p.offseted-40 {
  margin-top: 40px;
}
.page.lessons section .scroll-box .scroll .switcher-content p.offseted-50 {
  margin-top: 50px;
}
.page.lessons section .scroll-box .scroll .switcher-content .list {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Nunito", sans-serif;
}
.page.lessons section .scroll-box .scroll .switcher-content .list .item {
  margin: 40px 0;
  display: flex;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .list
  .item
  .number {
  font-weight: bold;
  margin-right: 25px;
}
.page.lessons section .scroll-box .scroll .switcher-content .bottom-switcher {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  .switcher {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  .switcher.left {
  border-right: 2px #ebebeb solid;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  .switcher.right {
  margin-left: 50%;
  border-left: 2px #ebebeb solid;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  .switcher
  .prev-text,
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  .switcher
  .next-text {
  pointer-events: none;
}
.page.lessons
  section
  .scroll-box
  .scroll
  .switcher-content
  .bottom-switcher
  img {
  width: auto;
  height: 12px;
  margin: 0 12px;
}
.page.lessons section .scroll-box .scroll .switcher-content.hidden {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .page.lessons section .scroll-header {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 992px) {
  .page.lessons section .scroll-header.switcher-box .switchers-toggle {
    display: flex;
  }
  .page.lessons section .scroll-header.switcher-box .switcher-list {
    height: 0;
    min-height: 0;
    flex-direction: column;
    padding: 0;
    transition: all 0.2s;
  }
  .page.lessons section .scroll-header.switcher-box .switcher-list .switcher {
    display: none;
    margin: 5px 0;
  }
  .page.lessons section .scroll-header.switcher-box.open {
    border-radius: 66px;
  }
  .page.lessons section .scroll-header.switcher-box.open hr {
    display: block;
  }
  .page.lessons section .scroll-header.switcher-box.open .switcher-list {
    height: auto;
    min-height: none;
    max-height: none;
    padding: 30px 0;
  }
  .page.lessons
    section
    .scroll-header.switcher-box.open
    .switcher-list
    .switcher {
    display: flex;
  }
  .page.lessons section .scroll-header.switcher-box.open .switchers-toggle img {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 750px) {
  .page.lessons .gg-header {
    margin-bottom: -1030px;
  }
  .page.lessons section {
    padding: 0 3% 15% 3%;
  }
  .page.lessons section .scroll-box {
    z-index: 0;
    position: relative;
    padding: 0 3%;
  }
  .page.lessons section .scroll-box .scroll .switcher-content h1 {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
  .page.lessons section .scroll-box .scroll .switcher-content .bottom-switcher {
    max-height: 35px;
  }
  .page.lessons
    section
    .scroll-box
    .scroll
    .switcher-content
    .bottom-switcher
    .switcher {
    position: relative;
  }
  .page.lessons
    section
    .scroll-box
    .scroll
    .switcher-content
    .bottom-switcher
    .switcher
    .prev-text {
    visibility: hidden;
  }
  .page.lessons
    section
    .scroll-box
    .scroll
    .switcher-content
    .bottom-switcher
    .switcher
    .prev-text:after {
    content: "Prev";
    top: calc(50% - 13px);
    right: 30%;
    position: absolute;
    visibility: visible;
  }
  .page.lessons
    section
    .scroll-box
    .scroll
    .switcher-content
    .bottom-switcher
    .switcher
    .next-text {
    visibility: hidden;
  }
  .page.lessons
    section
    .scroll-box
    .scroll
    .switcher-content
    .bottom-switcher
    .switcher
    .next-text:after {
    content: "Next";
    top: calc(50% - 13px);
    left: 30%;
    position: absolute;
    visibility: visible;
  }
}

@media only screen and (max-width: 430px) {
  .page.lessons .gg-header {
    background-image: url("../../assets/images/header/header-yellow-mobile.svg");
    background-position: 50% -100px;
    background-size: 140% auto;
    margin-bottom: -1030px;
  }
}

.navbar-toggler {
  outline: none;
  border-width: 0;
}

.navbar {
  transition: all 0s;
}
.navbar .nav-logo {
  display: none;
}
.navbar .navbar-close {
  position: absolute;
  top: 48px;
  right: 45px;
  font-size: 32px;
  border-width: 0;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  color: #ffffff;
  display: none;
}
.navbar .nav-links {
  display: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 5%;
}
.navbar ul.navbar-nav li.nav-item {
  margin-left: 40px;
}
.navbar ul.navbar-nav li.nav-item a {
  color: white;
  text-align: left;
  text-transform: uppercase;
  font-family: "Titan One", cursive;
  font-size: 16px;
  letter-spacing: 0.75px;
  color: #ffffff;
  opacity: 1;
  padding: 0px;
  z-index: 1;
  cursor: pointer;
}
.navbar ul.navbar-nav li.nav-item a.active {
  color: #ffc537;
}
.navbar ul.navbar-nav li.nav-item a:hover {
  color: #ffc537;
}
.navbar ul.navbar-nav li.nav-item a:focus {
  color: #ffffff;
}
.navbar ul.navbar-nav li.nav-item a:focus:hover {
  color: #ffc537;
}

.navbar-collapse.collapse.show {
  z-index: 10;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffc537;
}
.navbar-collapse.collapse.show ul.navbar-nav {
  margin-top: 40%;
}
.navbar-collapse.collapse.show ul.navbar-nav li.nav-item {
  margin: 0;
}
.navbar-collapse.collapse.show ul.navbar-nav li.nav-item a {
  padding: 18px 0;
  text-align: center;
  font-size: 28px;
  letter-spacing: 1.17px;
  font-family: "Titan One", cursive;
  color: #29333a;
  opacity: 1;
}
.navbar-collapse.collapse.show ul.navbar-nav li.nav-item a.active {
  color: #ffffff;
}
.navbar-collapse.collapse.show .nav-logo {
  display: inline;
  position: absolute;
  top: 33px;
  left: 36px;
}
.navbar-collapse.collapse.show .navbar-close {
  display: block;
}
.navbar-collapse.collapse.show .nav-links {
  display: flex;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/images/header/burger.svg");
}

.collapsing {
  transition: none;
  display: none;
}

@media (max-height: 650px) {
  .navbar-collapse.collapse.show ul li a {
    padding: 10px 0 !important;
  }
  .navbar .nav-links {
    bottom: 20px;
  }
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  font-family: "Titan One", cursive;
}

.page {
  transform-origin: center top;
  overflow-x: hidden;
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: auto;
}
.page .header {
  width: 100%;
  position: absolute;
}
.page .header .container {
  width: 100%;
  margin-top: 30px;
  background-color: transparent;
}

@media only screen and (min-width: 1440px) {
  .page {
    transform: scale(var(--scale));
  }
}

@media only screen and (max-width: 992px) {
  .page {
    width: 100%;
  }
  .page .header .container {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.sections {
  z-index: 0;
}

section {
  height: auto;
  width: 100%;
  margin-top: -23%;
  padding: 18% 8% 18% 8%;
  position: relative;
}
section img {
  z-index: 6;
  height: 600px;
  margin: 0;
}
section.dark-font h2 {
  color: #29333a;
}
section.dark-font p {
  color: #474850;
}
section .z-front {
  z-index: 10;
}

section::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.video-section,
.image-section {
  z-index: 99;
}

.gg-video {
  width: 70%;
}

.image-section {
  margin-top: 90px;
  margin-bottom: 50px;
}

.image-section img {
  display: block;
  max-width: 70%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .gg-video {
    width: 100%;
  }

  .image-section img {
    max-width: 90%;
  }
}

.content {
  z-index: 11;
  display: flex;
  flex-direction: column;
}
.content h2 {
  color: #ffffff;
  text-align: left;
  font-size: 66px;
  font-family: "Titan One", cursive;
  letter-spacing: 3.3px;
  text-transform: uppercase;
}
.content h2.small {
  font-size: 44px;
}
.content p {
  color: #ffffff;
  margin-top: 50px;
  max-width: 550px;
  text-align: left;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.9px;
}
.content-home p {
  max-width: 100%;
  text-align: center;
  font-size: 22px;
}

.content ol {
  color: #ffffff;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  padding: 0;
  list-style: none;
  counter-reset: custom-counter;
}
.content ol li {
  counter-increment: custom-counter;
}
.content ol li::before {
  content: counter(custom-counter) ".";
  font-weight: 700;
  margin-right: 30px;
}
.content.right {
  align-items: flex-end;
}
.content.right * {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  section img {
    height: 500px;
  }
  section .content h2 {
    font-size: 51px;
  }
  section .content h2.small {
    font-size: 41px;
  }
}

@media only screen and (max-width: 992px) {
  section .row.small-reverse {
    flex-direction: column-reverse;
    padding-bottom: 20%;
  }
}

@media only screen and (max-width: 576px) {
  section .row {
    margin: 0px;
    padding-bottom: 15%;
    align-items: center;
  }
  section img {
    height: 400px;
  }
  section .content {
    padding: 0px;
  }
  section .content h2 {
    font-size: 36px;
  }
  section .content h2.small {
    font-size: 38px;
  }
  section .content p {
    font-size: 16px;
  }
  .content p {
    max-width: 100%;
  }
}

.page.sponsors .gg-header .sponsors-logo {
  position: absolute;
  top: 50px;
  left: calc(50% - 300px);
  height: 600px;
}

.page.sponsors .gg-header .sponsors-title {
  margin-top: 600px;
}
.page.sponsors .gg-header .sponsors-title h1 {
  width: 714px;
  text-align: center;
  font-family: "Titan One", cursive;
  font-size: 66px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.page.sponsors .gg-header .medals {
  padding: 0 10%;
}
.page.sponsors .gg-header .medals .medal img {
  height: 160px;
}
.page.sponsors .gg-header .medals .medal h3 {
  margin: 0 0 20px 0;
}
.page.sponsors .gg-header .medals .medal p {
  font-size: 16px;
  max-width: 350px;
}
.page.sponsors .gg-header .medals .medal p.slim {
  max-width: 300px;
}

.page.sponsors hr.big {
  margin: 120px 10%;
  width: 80%;
  border: 1px solid #ebebeb;
}

.page.sponsors .sections section {
  margin: 0;
  padding: 30px 30px 100px 30px;
  background-color: #ffffff;
}
.page.sponsors .sections section h2 {
  max-width: 650px;
  margin: auto;
  text-align: center;
  font-family: "Titan One", cursive;
  font-size: 40px;
  letter-spacing: 2.2px;
  color: #29333a;
  text-transform: uppercase;
}
.page.sponsors .sections section h2.slim {
  max-width: 450px;
}
.page.sponsors .sections section.section-1 {
  padding-bottom: 30px;
  min-height: 1000px;
  background-size: auto 1000px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.page.sponsors .sections section.section-1 .medals {
  padding: 80px 30px 0 30px;
  flex-wrap: wrap;
}
.page.sponsors .sections section.section-1 .medals .medal {
  margin: 60px 10px;
  position: relative;
  width: 280px;
  height: 180px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #7babec4d;
  border-radius: 12px;
  padding: 60px 30px 10px 30px;
}
.page.sponsors .sections section.section-1 .medals .medal p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #29333a;
}
.page.sponsors .sections section.section-1 .medals .medal p.small {
  font-size: 14px;
}
.page.sponsors .sections section.section-1 .medals .medal img {
  position: absolute;
  left: 65px;
  top: -75px;
  width: 150px;
  height: 150px;
}
.page.sponsors .sections section.section-2 {
  padding: 100px 0 50px 0;
  margin-bottom: 120px;
}
.page.sponsors .sections section:after {
  content: none;
}

.page.sponsors .sponsors {
  padding-top: 80px;
}
.page.sponsors .sponsors .sponsor {
  margin: 20px 10px;
  width: 385px;
  max-width: 385px;
  height: 705px;
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #7babec4d;
  border-radius: 25px;
  text-align: center;
}
.page.sponsors .sponsors .sponsor h3 {
  font-size: 22px;
  letter-spacing: 1.2px;
  color: #29333a;
  text-transform: uppercase;
}
.page.sponsors .sponsors .sponsor .price {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #7babec;
}
.page.sponsors .sponsors .sponsor .perks {
  height: 420px;
}
.page.sponsors .sponsors .sponsor .perks span {
  font-size: 14px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
}
.page.sponsors .sponsors .sponsor .perks span.value {
  font-weight: bold;
}
.page.sponsors .sponsors .sponsor .perks hr {
  margin: 12px 0;
}
.page.sponsors .sponsors .sponsor button {
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
}

.page.sponsors .sponsor-modal {
  display: flex;
  align-items: center;
  visibility: hidden;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 10%;
  transition: opacity 0.2s;
  opacity: 0;
  background-color: rgba(41, 51, 58, 0.78);
}
.page.sponsors .sponsor-modal .modal-form {
  padding: 0;
  min-height: 75%;
  width: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  flex-wrap: nowrap;
  position: relative;
}
.page.sponsors .sponsor-modal .modal-form .content {
  font-size: 26px;
  width: calc(100% - 385px);
  padding: 90px 8%;
}
.page.sponsors .sponsor-modal .modal-form .content h3 {
  text-transform: uppercase;
}
.page.sponsors .sponsor-modal .modal-form .content h4 {
  display: none;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #29333a;
}
.page.sponsors .sponsor-modal .modal-form .content input {
  margin: 0;
}
.page.sponsors .sponsor-modal .modal-form .content textarea {
  min-height: 160px;
  max-height: 160px;
}
.page.sponsors .sponsor-modal .modal-form .sponsor {
  display: none;
  margin: 0;
  border-radius: 0 12px 12px 0;
  padding: 100px 50px;
  box-shadow: none;
  background-color: #f6f7fb;
}
.page.sponsors .sponsor-modal .modal-form .sponsor.visible {
  display: flex;
}
.page.sponsors .sponsor-modal .modal-form .close {
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.page.sponsors .sponsor-modal.visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1440px) {
  .page.sponsors .sponsor-modal {
    height: calc(var(--svh, 1vh) * 100);
  }
  .page.sponsors .sponsor-modal .modal-form {
    transform: scale(var(--rev-scale));
  }
}

@media only screen and (max-width: 1200px) {
  .page.sponsors .sponsors .sponsor {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .page.sponsors .sponsors {
    align-items: center;
    flex-direction: column;
  }
  .page.sponsors .sponsors .sponsor {
    padding: 50px;
  }
  .page.sponsors .sponsor-modal .modal-form {
    align-items: stretch;
    flex-direction: row;
  }
  .page.sponsors .sponsor-modal .modal-form .content {
    width: 100%;
    padding: 80px 8% 50px 8%;
  }
  .page.sponsors .sponsor-modal .modal-form .content h4.visible {
    display: inline;
  }
  .page.sponsors .sponsor-modal .modal-form .sponsor.visible {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .page.sponsors .gg-header .sponsors-logo {
    height: 400px;
    top: 150px;
    left: calc(50% - 200px);
  }
  .page.sponsors .gg-header .sponsors-title {
    margin-top: 550px;
  }
  .page.sponsors .gg-header .sponsors-title h1 {
    font-size: 36px;
    max-width: 300px;
  }
  .page.sponsors .gg-header .medals {
    padding: 0 5%;
  }
  .page.sponsors .gg-header .medals .medal p {
    font-size: 18px;
  }
  .page.sponsors .sections section {
    padding: 15px 15px 80px 15px;
  }
  .page.sponsors .sections section h2 {
    max-width: 320px;
    font-size: 36px;
  }
  .page.sponsors .sections section h2.slim {
    max-width: 240px;
  }
  .page.sponsors .sections section.section-1 {
    background-image: none;
  }
  .page.sponsors .sections section.section-1 .medals {
    padding: 50px 15px 0 15px;
  }
  .page.sponsors .sections section.section-1 .medals .medal {
    margin: 60px 10px 30px 10px;
  }
  .page.sponsors .sections section.section-1 .medals .medal p {
    font-size: 16px;
  }
  .page.sponsors .sections section.section-2 {
    padding: 100px 0 20px 0;
  }
  .page.sponsors .sections section.section-2 .sponsors {
    padding: 30px 10px 0 10px;
  }
  .page.sponsors .sections section.section-3 {
    padding-top: 80px;
  }
  .page.sponsors .sections section.section-3 .campaigns {
    flex-wrap: wrap;
    padding: 50px 10px;
  }
  .page.sponsors .sections section.section-3 .campaigns img {
    margin: 0px 10px;
    height: 95px;
    width: auto;
  }
  .page.sponsors .sections .sponsors {
    padding: 80px 5% 0 5%;
  }
  .page.sponsors .sections .sponsors .sponsor {
    width: 100%;
  }
  .page.sponsors .sponsor-modal {
    padding: 5%;
  }
  .page.sponsors .sponsor-modal .modal-form {
    height: 100%;
  }
}

@media only screen and (max-width: 576px) and (max-height: 600px) {
  .page.sponsors .sponsor-modal .modal-form .content {
    padding: 20px 8% 10px 8%;
  }
  .page.sponsors .sponsor-modal .modal-form .content textarea {
    min-height: 80px;
    max-height: 80px;
  }
}

.page.home img {
  object-fit: contain;
}

.page.home .gg-header .main-controls h1.no-width {
  width: auto;
}

.page.home .sections section.section-8 {
  padding: 100px 0 50px 0;
  margin-top: -300px;
  margin-bottom: 200px;
  z-index: 1;
  background-color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .page.home .sections section.section-8 {
    margin-bottom: 280px;
  }
}

@media only screen and (min-width: 1200px) {
  .page.home .sections section.section-8 {
    margin-bottom: 360px;
  }
}

.page.home .sponsors {
  padding-top: 80px;
}
.page.home .sponsors .sponsor {
  margin: 20px 10px;
  width: 385px;
  max-width: 385px;
  height: 705px;
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #7babec4d;
  border-radius: 25px;
  text-align: center;
}
.page.home .sections section.section-8 h2 {
  max-width: 650px;
  margin: auto;
  text-align: center;
  font-family: "Titan One", cursive;
  font-size: 40px;
  letter-spacing: 2.2px;
  color: #29333a;
  text-transform: uppercase;
}
.page.home .sections section.section-8 h2.slim {
  max-width: 450px;
}
.page.home .sponsors .sponsor h3 {
  font-size: 22px;
  letter-spacing: 1.2px;
  color: #29333a;
  text-transform: uppercase;
}
.page.home .sponsors .sponsor .price {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
  color: #7babec;
}
.page.home .sponsors .sponsor .perks {
  height: 420px;
}
.page.home .sponsors .sponsor .perks span {
  font-size: 14px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0px;
}
.page.home .sponsors .sponsor .perks span.value {
  font-weight: bold;
}
.page.home .sponsors .sponsor .perks hr {
  margin: 12px 0;
}
.page.home .sponsors .sponsor button {
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
}
.page.home .sponsor-modal {
  display: flex;
  align-items: center;
  visibility: hidden;
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 10%;
  transition: opacity 0.2s;
  opacity: 0;
  background-color: rgba(41, 51, 58, 0.78);
}
.page.home .sponsor-modal .modal-form {
  padding: 0;
  min-height: 75%;
  width: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  flex-wrap: nowrap;
  position: relative;
}
.page.home .sponsor-modal .modal-form .content {
  font-size: 26px;
  width: calc(100% - 385px);
  padding: 90px 8%;
}
.page.home .sponsor-modal .modal-form .content h3 {
  text-transform: uppercase;
}
.page.home .sponsor-modal .modal-form .content h4 {
  display: none;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #29333a;
}
.page.home .sponsor-modal .modal-form .content input {
  margin: 0;
}
.page.home .sponsor-modal .modal-form .content textarea {
  min-height: 160px;
  max-height: 160px;
}
.page.home .sponsor-modal .modal-form .sponsor {
  display: none;
  margin: 0;
  border-radius: 0 12px 12px 0;
  padding: 100px 50px;
  box-shadow: none;
  background-color: #f6f7fb;
}
.page.home .sponsor-modal .modal-form .sponsor.visible {
  display: flex;
}
.page.home .sponsor-modal .modal-form .close {
  z-index: 11;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.page.home .sponsor-modal.visible {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1440px) {
  .page.home .sponsor-modal {
    height: calc(var(--svh, 1vh) * 100);
  }
  .page.home .sponsor-modal .modal-form {
    transform: scale(var(--rev-scale));
  }
}

@media only screen and (max-width: 1200px) {
  .page.home .sponsors .sponsor {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .page.home .sponsors {
    align-items: center;
    flex-direction: column;
  }
  .page.home .sponsors .sponsor {
    padding: 50px;
  }
  .page.home .sponsor-modal .modal-form {
    align-items: stretch;
    flex-direction: row;
  }
  .page.home .sponsor-modal .modal-form .content {
    width: 100%;
    padding: 80px 8% 50px 8%;
  }
  .page.home .sponsor-modal .modal-form .content h4.visible {
    display: inline;
  }
  .page.home .sponsor-modal .modal-form .sponsor.visible {
    display: none;
  }
  .page.home h1 {
    width: auto;
    font-size: 30px;
  }
}
.slider-container img {
  object-fit: cover;
}
.slider-slides {
  position: absolute;
  top: -1.5%;
  left: 20%;
  width: 63%;
}

.page.contact .sections section h3,
.page.contact .sections section h5 {
  font-family: "Titan One", cursive;
  text-align: center;
}

.page.contact .sections section h5 {
  margin-bottom: 2em;
}

.page.contact .sections section p {
  font-family: "Nunito", sans-serif;
}

.page.contact .sections section .contact-box-no-margin {
  margin: 0;
  position: relative;
}

.page.contact
.sections
section
.contact-box
.contact-card
.form-box
form
.error_message {
  margin-bottom: 10px;
  color: #b30c0c;
}

.list-view{
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
