@font-face {
  font-family: "BigShoulders_18pt_Bold";
  src: url("../fonts/BigShoulders_18pt-Bold.ttf");
}
@font-face {
  font-family: "PlusJakartaSans-Bold";
  src: url("../fonts/PlusJakartaSans-Bold.ttf");
}
@font-face {
  font-family: "PlusJakartaSans-Medium";
  src: url("../fonts/PlusJakartaSans-Medium.ttf");
}
@font-face {
  font-family: "PlusJakartaSans-Italic";
  src: url("../fonts/PlusJakartaSans-Italic.ttf");
}
@font-face {
  font-family: "PlusJakartaSans-Light";
  src: url("../fonts/PlusJakartaSans-Light.ttf");
}
@font-face {
  font-family: "PlusJakartaSans-Regular";
  src: url("../fonts/PlusJakartaSans-Regular.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "PlusJakartaSans-Medium";
  font-size: 1rem;
  color: #ffffff;
  background-color: #faa330;
  line-height: 1.4;
}

:root {
  --font-size-title: 4.5rem;
  --font-size-subtitle: 2.5rem;
}
@media (max-width: 1300px) {
  :root {
    --font-size-title: 4rem;
    --font-size-subtitle: 2.25rem;
  }
}
@media (max-width: 1100px) {
  :root {
    --font-size-title: 3.5rem;
    --font-size-subtitle: 2rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --font-size-title: 3rem;
  }
}
@media (max-width: 992px) {
  :root {
    --font-size-title: 2.5rem;
    --font-size-subtitle: 1.75rem;
  }
}
@media (max-width: 992px) {
  :root {
    --font-size-title: 6vw;
    --font-size-subtitle: 3vw;
  }
}
@media (max-width: 768px) {
  :root {
    --font-size-title: 6.5vw;
    --font-size-subtitle: 5vw;
  }
}
@media (max-width: 440px) {
  :root {
    --font-size-title: 8vw;
    --font-size-subtitle: 6.5vw;
  }
}
@media (max-width: 400px) {
  :root {
    --font-size-title: 7.5vw;
    --font-size-subtitle: 5.25vw;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img.full-width {
  width: 100%;
}

@media (max-width: 768px) {
  *.pc {
    display: none;
  }
}

*.mb {
  display: none;
}
@media (max-width: 768px) {
  *.mb {
    display: block;
  }
}

button:focus {
  outline: 0;
}

.btn-icon {
  border: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-title-container {
  text-transform: uppercase;
  color: #ffff60;
  font-size: var(--font-size-title);
  text-align: center;
  font-family: "BigShoulders_18pt_Bold";
  line-height: 1.2;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .global-title-container {
    letter-spacing: 1px;
  }
}
section .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  opacity: 1;
  height: 6px;
  width: 12px;
  background-color: #fff;
  margin: 0 3px;
}
section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}
section .swiper-button-prev, section .swiper-button-next {
  background-image: none;
}
@media (max-width: 768px) {
  section .swiper-button-prev, section .swiper-button-next {
    width: 22px;
  }
}
@media (max-width: 440px) {
  section .swiper-button-prev, section .swiper-button-next {
    width: 20px;
  }
}
@media (max-width: 400px) {
  section .swiper-button-prev, section .swiper-button-next {
    width: 18px;
  }
}

.page-container {
  width: 70%;
  margin-left: 15%;
}
@media (max-width: 1440px) {
  .page-container {
    width: 74%;
    margin-left: 13%;
  }
}
@media (max-width: 1200px) {
  .page-container {
    width: 80%;
    margin-left: 10%;
  }
}
@media (max-width: 1100px) {
  .page-container {
    width: 86%;
    margin-left: 7%;
  }
}
@media (max-width: 992px) {
  .page-container {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 576px) {
  .page-container {
    width: 100%;
    margin-left: 0;
  }
}

#cta-action {
  display: none;
  position: fixed;
  top: 55%;
  right: 15px;
  z-index: 9;
}
@media (max-width: 1100px) {
  #cta-action {
    right: 1%;
  }
}
#cta-action .cta-item {
  border: 1px solid transparent;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fdd047;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (max-width: 1100px) {
  #cta-action .cta-item {
    width: 30px;
    height: 30px;
  }
}
#cta-action .cta-item img {
  max-width: 75%;
  max-height: 75%;
}
#cta-action .cta-item img.icon-360 {
  max-width: 60%;
}
#cta-action .cta-item:hover {
  text-decoration: unset;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#thank {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("../images/header-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-left: 10%;
  padding-top: 12%;
}
@media (max-width: 1200px) {
  #thank {
    padding-top: 15%;
  }
}
@media (max-width: 992px) {
  #thank {
    padding-top: 18%;
  }
}
@media (max-width: 767px) {
  #thank {
    padding-top: 22vh;
    padding-left: 0;
    text-align: center;
    background: url("../images/thankpagemobile_0904.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
}
#thank .thank-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
  height: 80px;
  max-height: 15vh;
}
#thank .thank-content {
  color: #133351;
}
#thank .thank-title {
  text-transform: uppercase;
  font-family: "PlusJakartaSans-Medium";
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  #thank .thank-title {
    font-size: 5vw;
  }
}
@media (max-width: 576px) {
  #thank .thank-title {
    font-size: 7vw;
  }
}
#thank .thank-note {
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 1rem;
}
#thank .thank-note span {
  font-family: "PlusJakartaSans-Medium";
}
@media (max-width: 767px) {
  #thank .thank-note {
    font-size: 2.5vw;
  }
  #thank .thank-note span {
    display: block;
  }
}
@media (max-width: 576px) {
  #thank .thank-note {
    font-size: 3vw;
  }
}
#thank .thank-btn img {
  width: auto;
  height: 40px;
}
@media (max-width: 390px) {
  #thank .thank-btn img {
    height: 36px;
  }
}
@media (max-width: 576px) {
  #thank.english .thank-title {
    font-size: 6vw;
  }
}
@media (max-width: 390px) {
  #thank.english .thank-note {
    font-size: 4vw;
  }
}
@media (max-width: 390px) {
  #thank.english .thank-btn img {
    height: 36px;
  }
}

.jconfirm .jconfirm-box {
  color: #000;
}

.modal-form .modal-dialog {
  min-width: 550px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .modal-form .modal-dialog {
    max-width: 72%;
  }
}
@media (max-width: 576px) {
  .modal-form .modal-dialog {
    max-width: 100%;
    min-width: auto;
  }
}
.modal-form .close-popup-btn {
  position: absolute;
  cursor: pointer;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 9;
}
.modal-form .close-popup-btn img {
  width: 32px;
}
@media (max-width: 480px) {
  .modal-form .close-popup-btn img {
    width: 24px;
  }
}
.modal-form .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  background: linear-gradient(to bottom, #faa330, #faa330, #faa330);
}
.modal-form#modal-form-success .modal-content {
  background: url("../images/bg-form-success.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.modal-form .modal-body {
  padding: 3rem 2rem 2rem;
}
@media (max-width: 576px) {
  .modal-form .modal-body {
    padding: 2rem 1rem 1rem;
  }
}
@media (max-width: 370px) {
  .modal-form .modal-body {
    padding: 2rem 0.5rem 0.5rem;
  }
}
.modal-form .modal-title {
  color: #70483c;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "BigShoulders_18pt_Bold";
  color: #ffff60;
  font-size: 2.25rem;
}
@media (max-width: 576px) {
  .modal-form .modal-title {
    font-size: 7vw;
  }
}
@media (max-width: 480px) {
  .modal-form .modal-title {
    margin-bottom: 1rem;
  }
}
.modal-form .modal-title .main-title {
  font-family: "BigShoulders_18pt_Bold";
}
@media (max-width: 480px) {
  .modal-form .modal-title .sub-title {
    font-size: 78%;
  }
}
.modal-form .modal-title .sub-title-success {
  text-align: center;
  font-family: "PlusJakartaSans-Medium";
  font-size: 1.25rem;
}
@media (max-width: 500px) {
  .modal-form .modal-title .sub-title-success {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .modal-form .modal-title .sub-title-success {
    font-size: 3.75vw;
  }
}
.modal-form .form-modal {
  text-align: center;
}
.modal-form .form-control {
  font-family: "PlusJakartaSans-Regular";
  color: #292929;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0.75rem;
}
.modal-form .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "PlusJakartaSans-Regular";
  font-size: 100%;
  color: #292929;
  text-align: left;
}
.modal-form .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "PlusJakartaSans-Regular";
  font-size: 100%;
  color: #292929;
  text-align: left;
}
.modal-form .form-control::placeholder {
  font-family: "PlusJakartaSans-Regular";
  font-size: 100%;
  color: #292929;
  text-align: left;
}
@media (max-width: 440px) {
  .modal-form .form-control {
    padding: 0.45rem 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 92%;
  }
}
@media (max-width: 440px) {
  .modal-form .form-group {
    margin-bottom: 0.5rem;
  }
}
.modal-form .btn-register-footer {
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  margin: 0.5rem auto 0;
  text-align: center;
  width: fit-content;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.35rem 1.5rem 0.35rem 1.5rem;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 1.5px solid #fef35a;
  background-color: #f36f39;
}
@media (max-width: 1100px) {
  .modal-form .btn-register-footer {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .modal-form .btn-register-footer {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .modal-form .btn-register-footer {
    font-size: 4vw;
    padding: 0.3rem 2rem;
  }
}
.modal-form .modal-success-content {
  text-align: center;
  padding-bottom: 1.5rem;
}
.modal-form .modal-success-content .modal-success-line {
  margin: 0 auto 1.5rem;
  width: 1.5px;
  height: 160px;
  background-color: #ffff60;
}
.modal-form .modal-success-content .modal-success-text {
  font-size: 90%;
  font-family: "PlusJakartaSans-Light";
  color: #fff;
}
@media (max-width: 480px) {
  .modal-form .modal-success-content .modal-success-text {
    font-size: 70%;
  }
}
@media (max-width: 400px) {
  .modal-form .modal-success-content .modal-success-text {
    font-size: 78%;
  }
}
@media (max-width: 370px) {
  .modal-form .modal-success-content .modal-success-text {
    font-size: 70%;
  }
}
.modal-form .modal-success-content .modal-success-text span {
  font-family: "PlusJakartaSans-Medium";
  color: #fff;
}
.modal-form#modal-form-success .modal-title {
  margin-bottom: 1.5rem;
}
.modal-form#modal-form-success .modal-body {
  padding: 2rem 1.25rem 1.25rem;
}

.navbar {
  background-color: transparent;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  width: 100%;
  z-index: 99;
  padding: 1.5rem 20% 1.5rem 15%;
  min-height: 50px;
}
@media (max-width: 1300px) {
  .navbar {
    padding: 1.5rem 15%;
  }
}
@media (max-width: 1100px) {
  .navbar {
    padding: 1rem 10%;
  }
}
@media (max-width: 1024px) {
  .navbar {
    padding: 0.75rem 10%;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding: 1.5rem 10% 0.75rem;
  }
}
@media (max-width: 576px) {
  .navbar {
    padding: 1.25rem 10% 0.5rem;
  }
}
@media (max-width: 440px) {
  .navbar {
    padding: 1rem 5%;
  }
}
@media (max-width: 380px) {
  .navbar {
    padding: 0.5rem 5%;
  }
}
.navbar .navbar-toggler {
  background: transparent !important;
  width: auto;
  height: 36px;
  position: absolute;
  right: 6%;
  top: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border: 0;
}
.navbar .navbar-brand {
  padding: 0;
  position: relative;
  margin-right: 0;
}
.navbar .navbar-brand .menu-logo-img {
  max-width: unset;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  width: 190px;
}
@media (max-width: 1440px) {
  .navbar .navbar-brand .menu-logo-img {
    width: 170px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand .menu-logo-img {
    width: 160px;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-brand .menu-logo-img {
    width: 145px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-brand .menu-logo-img {
    width: 125px;
  }
}
.navbar .toggle-menu {
  cursor: pointer;
}
.navbar .toggle-menu .toggle-icon {
  width: 55px;
}
@media (max-width: 480px) {
  .navbar .toggle-menu .toggle-icon {
    width: 50px;
  }
}
@media (max-width: 380px) {
  .navbar .toggle-menu .toggle-icon {
    width: 45px;
  }
}
.navbar.scrolled {
  background-color: #faa330;
  margin-top: 0;
  padding: 0.5rem 20% 0.5rem 15%;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
@media (max-width: 1300px) {
  .navbar.scrolled {
    padding: 1.5rem 15%;
  }
}
@media (max-width: 1100px) {
  .navbar.scrolled {
    padding: 1rem 10%;
  }
}
@media (max-width: 576px) {
  .navbar.scrolled {
    padding: 0.5rem 10% 0.35rem;
  }
}
@media (max-width: 380px) {
  .navbar.scrolled {
    padding: 0.5rem 5% 0.35rem;
  }
}
/* The Overlay (background) */
.overlay-menu {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  display: none;
  /* Position the content inside the overlay */
}
.overlay-menu .overlay-menu-bg {
  position: relative;
  background-color: rgb(0, 0, 0); /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay-menu a:hover, .overlay-menu a:focus {
  color: #f1f1f1;
}
.overlay-menu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #fff;
  color: #4a2a00;
}
.overlay-menu .closebtn:hover {
  color: #faa330;
}
.overlay-menu .overlay-content-wrapper {
  padding: 2rem;
  background-color: #faa330;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 480px) {
  .overlay-menu .overlay-content-wrapper {
    max-width: 96%;
  }
}
@media (max-width: 440px) {
  .overlay-menu .overlay-content-wrapper {
    padding: 1rem;
  }
}
.overlay-menu .overlay-content-wrapper .overlay-content {
  position: relative;
  text-align: center; /* Centered text/links */
}
.overlay-menu .overlay-content-wrapper .overlay-menu-item {
  width: 100%;
  text-align: center;
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #4a2a00;
  padding: 0.65rem 0.5rem 0.5rem;
}
.overlay-menu .overlay-content-wrapper .overlay-menu-item:not(:last-child) {
  border-bottom: 1px solid #ffff60;
}
.overlay-menu .overlay-content-wrapper .overlay-menu-item:hover, .overlay-menu .overlay-content-wrapper .overlay-menu-item.active {
  color: #fff;
}
@media (max-width: 480px) {
  .overlay-menu .overlay-content-wrapper .overlay-menu-item {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .overlay-menu .overlay-content-wrapper .overlay-menu-item {
    font-size: 86%;
  }
}
@media (max-width: 380px) {
  .overlay-menu .overlay-content-wrapper .overlay-menu-item {
    font-size: 80%;
  }
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay-menu a {
    font-size: 20px;
  }
  .overlay-menu .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#header {
  position: relative;
}
#header .header-slide {
  position: relative;
}
#header .header-slide-content {
  position: absolute;
  right: 20%;
  width: 80%;
  top: 17%;
  text-transform: uppercase;
  font-family: "PlusJakartaSans-Medium";
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  #header .header-slide-content {
    width: 84%;
    right: 8%;
  }
}
@media (max-width: 1200px) {
  #header .header-slide-content {
    width: 90%;
    right: 10%;
  }
}
@media (max-width: 576px) {
  #header .header-slide-content {
    width: 95%;
    right: 5%;
  }
}
@media (max-width: 380px) {
  #header .header-slide-content {
    font-size: 1.35rem;
  }
}
#header .row-mix-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.25;
}
#header .text-level-1 {
  font-size: 92%;
}
@media (max-width: 1200px) {
  #header .text-level-1 {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  #header .text-level-1 {
    font-size: 70%;
  }
}
#header .text-level-2 {
  font-size: 170%;
}
@media (max-width: 1200px) {
  #header .text-level-2 {
    font-size: 150%;
  }
}
@media (max-width: 480px) {
  #header .text-level-2 {
    font-size: 140%;
  }
}
#header .text-level-2-5 {
  font-size: 170%;
  font-family: "BigShoulders_18pt_Bold";
}
@media (max-width: 480px) {
  #header .text-level-2-5 {
    font-size: 150%;
  }
}
#header .text-level-3 {
  font-size: 350%;
  margin: 0 0.5rem 0 0.75rem;
  font-family: "BigShoulders_18pt_Bold";
}
@media (max-width: 1200px) {
  #header .text-level-3 {
    font-size: 300%;
  }
}
@media (max-width: 480px) {
  #header .text-level-3 {
    font-size: 260%;
  }
}
#header .text-yellow {
  color: #ffff60;
}
#header .line-first {
  font-size: 170%;
  font-family: "BigShoulders_18pt_Bold";
}
@media (max-width: 1200px) {
  #header .line-first {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #header .line-first {
    font-size: 7vw;
  }
}
#header .line-second {
  font-size: 92%;
  margin-bottom: 0.15rem;
}
@media (max-width: 1200px) {
  #header .line-second {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  #header .line-second {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  #header .line-second {
    font-size: 3.25vw;
  }
}
@media (max-width: 768px) {
  #header .line-second span {
    display: block;
  }
}
#header .block-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.25;
}
#header .block-bottom .block-bottom--left {
  font-size: 92%;
}
@media (max-width: 480px) {
  #header .block-bottom .block-bottom--left {
    font-size: 70%;
  }
}
#header .block-bottom .block-bottom--left div:first-child {
  font-family: "PlusJakartaSans-Bold";
}
#header .block-bottom .block-bottom--left div:last-child {
  font-size: 90%;
}
@media (max-width: 768px) {
  #header .block-bottom .block-bottom--left div:last-child {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  #header .block-bottom .block-bottom--left div:last-child {
    font-size: 3.25vw;
  }
}
#header .block-bottom .block-bottom--center {
  font-size: 350%;
  margin: 0 0.5rem 0 0.75rem;
  font-family: "BigShoulders_18pt_Bold";
}
@media (max-width: 1200px) {
  #header .block-bottom .block-bottom--center {
    font-size: 300%;
  }
}
@media (max-width: 768px) {
  #header .block-bottom .block-bottom--center {
    font-size: 11vw;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
  }
}
#header .block-bottom .block-bottom--right {
  text-align: right;
}
#header .block-bottom .block-bottom--right div:first-child {
  font-family: "BigShoulders_18pt_Bold";
  font-size: 170%;
}
@media (max-width: 1200px) {
  #header .block-bottom .block-bottom--right div:first-child {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  #header .block-bottom .block-bottom--right div:first-child {
    font-size: 5.5vw;
  }
}
#header .block-bottom .block-bottom--right div:last-child {
  font-size: 88%;
  font-family: "PlusJakartaSans-Bold";
}
@media (max-width: 1200px) {
  #header .block-bottom .block-bottom--right div:last-child {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  #header .block-bottom .block-bottom--right div:last-child {
    font-size: 3vw;
  }
}

#overview {
  background-color: #faa330;
  padding: 3rem 0;
  background: url("../images/background-overview.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #overview {
    background: url("../images/bg-overview-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
@media (max-width: 440px) {
  #overview {
    padding: 2rem 0 1rem;
  }
}
#overview .overview-top-title {
  text-align: center;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #overview .overview-top-title {
    margin-bottom: 4rem;
  }
}
#overview .overview-top-title .main-text {
  font-family: "BigShoulders_18pt_Bold";
  font-size: 3.5rem;
  color: #ffff60;
}
@media (max-width: 1200px) {
  #overview .overview-top-title .main-text {
    font-size: 250%;
  }
}
@media (max-width: 768px) {
  #overview .overview-top-title .main-text {
    font-size: 6vw;
  }
  #overview .overview-top-title .main-text span {
    display: block;
  }
}
@media (max-width: 440px) {
  #overview .overview-top-title .main-text {
    font-size: 7vw;
  }
}
#overview .overview-top-title .sub-text {
  font-family: "PlusJakartaSans-Bold";
  color: #ffffff;
}
@media (max-width: 1200px) {
  #overview .overview-top-title .sub-text {
    font-size: 125%;
  }
}
@media (max-width: 768px) {
  #overview .overview-top-title .sub-text {
    font-size: 3vw;
  }
}
#overview .overview-detail {
  width: 70%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 5rem;
}
@media (max-width: 1440px) {
  #overview .overview-detail {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  #overview .overview-detail {
    width: 86%;
  }
}
@media (max-width: 576px) {
  #overview .overview-detail {
    width: 90%;
    margin: 0 auto 4rem;
  }
}
#overview .overview-item {
  position: relative;
  width: 36%;
  margin-bottom: 3rem;
  padding-left: 1rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #overview .overview-item {
    width: 45%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 400px) {
  #overview .overview-item {
    width: 48%;
    padding-left: 0.5rem;
  }
}
#overview .overview-item:nth-child(odd) {
  margin-left: 10%;
}
@media (max-width: 576px) {
  #overview .overview-item:nth-child(odd) {
    margin-left: 0%;
  }
}
#overview .overview-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3%;
  height: 86%;
  width: 1px;
  background-color: #ffff60;
}
@media (max-width: 400px) {
  #overview .overview-item .overview-item--label {
    font-size: 90%;
  }
}
#overview .overview-item .overview-item--text .main-text {
  white-space: nowrap;
  font-family: "BigShoulders_18pt_Bold";
  font-size: var(--font-size-subtitle);
  margin-right: 0.25rem;
}
@media (max-width: 440px) {
  #overview .overview-item .overview-item--text .main-text {
    font-size: 5.5vw;
  }
}
@media (max-width: 380px) {
  #overview .overview-item .overview-item--text .main-text {
    font-size: 5vw;
  }
}
#overview .overview-item .overview-item--text .sub-text {
  font-family: "PlusJakartaSans-Bold";
}
#overview .overview-impression-title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  #overview .overview-impression-title {
    margin-bottom: 3rem;
  }
}
#overview .overview-impression-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 1300px) {
  #overview .overview-impression-block {
    margin-bottom: 4rem;
  }
}
@media (max-width: 1100px) {
  #overview .overview-impression-block:last-child {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  #overview .overview-impression-block {
    margin-bottom: 3rem;
    padding-left: 5%;
    justify-content: space-between;
  }
}
@media (max-width: 440px) {
  #overview .overview-impression-block {
    margin-bottom: 2rem;
  }
}
@media (max-width: 400px) {
  #overview .overview-impression-block:last-child {
    margin-bottom: 0;
  }
}
#overview .overview-impression-block .overview-impression-block--content {
  position: relative;
  margin-right: 5%;
}
@media (max-width: 576px) {
  #overview .overview-impression-block .overview-impression-block--content {
    margin-right: 1%;
  }
}
#overview .overview-impression-block .overview-impression-block--content .block-text {
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
#overview .overview-impression-block .overview-impression-block--content .block-text--title {
  margin-top: -1rem;
  line-height: 1.2;
  font-family: "BigShoulders_18pt_Bold";
}
#overview .overview-impression-block .overview-impression-block--content .block-text--title .main-text {
  font-size: 750%;
}
@media (max-width: 1300px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title .main-text {
    font-size: 650%;
  }
}
@media (max-width: 1100px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title .main-text {
    font-size: 600%;
  }
}
@media (max-width: 768px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title .main-text {
    font-size: 10vw;
  }
}
@media (max-width: 400px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title .main-text {
    font-size: 9vw;
  }
}
#overview .overview-impression-block .overview-impression-block--content .block-text--title .sub-text {
  font-size: 180%;
}
@media (max-width: 400px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title .sub-text {
    font-size: 6vw;
  }
}
#overview .overview-impression-block .overview-impression-block--content .block-text--title.row-2 {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 400px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--title.row-2 {
    margin-top: -0.1rem;
  }
}
#overview .overview-impression-block .overview-impression-block--content .block-text--description {
  font-family: "PlusJakartaSans-Bold";
  font-size: 100%;
  margin-bottom: 0.25rem;
}
#overview .overview-impression-block .overview-impression-block--content .block-text--description span {
  display: block;
}
@media (max-width: 576px) {
  #overview .overview-impression-block .overview-impression-block--content .block-text--description {
    font-size: 2.4vw;
  }
}
#overview .overview-impression-block .overview-impression-block--content .block-text--note {
  font-size: 90%;
  font-family: "PlusJakartaSans-Italic";
  text-transform: none;
}
#overview .overview-impression-block .overview-impression-block--content .block-line {
  position: absolute;
  bottom: -20%;
  left: 39%;
  height: 75%;
  width: 1.5px;
  background-color: #ffff60;
}
@media (max-width: 1300px) {
  #overview .overview-impression-block .overview-impression-block--content .block-line {
    height: 65%;
    bottom: -25%;
  }
}
@media (max-width: 992px) {
  #overview .overview-impression-block .overview-impression-block--content .block-line {
    height: 53%;
  }
}
@media (max-width: 768px) {
  #overview .overview-impression-block .overview-impression-block--content .block-line {
    height: 45%;
    bottom: -27%;
  }
}
@media (max-width: 576px) {
  #overview .overview-impression-block .overview-impression-block--content .block-line {
    left: 36%;
  }
}
@media (max-width: 440px) {
  #overview .overview-impression-block .overview-impression-block--content .block-line {
    height: 43%;
  }
}
#overview .overview-impression-block .overview-impression-block--thumbnail {
  width: 55%;
  position: relative;
  z-index: 1;
}
#overview .overview-impression-block .overview-impression-block--thumbnail img {
  width: 100%;
}
#overview .overview-impression-block:nth-child(odd) {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 576px) {
  #overview .overview-impression-block:nth-child(odd) {
    padding-right: 5%;
    padding-left: 0;
    justify-content: space-between;
  }
}
#overview .overview-impression-block:nth-child(odd) .overview-impression-block--content {
  margin-right: 0;
  margin-left: 5%;
  text-align: right;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 576px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content {
    margin-left: 1%;
  }
}
#overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
  bottom: auto;
  top: -20%;
  left: 63%;
}
@media (max-width: 1300px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
    height: 68%;
    top: -25%;
  }
}
@media (max-width: 992px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
    height: 57%;
    left: 70%;
  }
}
@media (max-width: 768px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
    height: 44%;
  }
}
@media (max-width: 576px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
    left: 74%;
  }
}
@media (max-width: 440px) {
  #overview .overview-impression-block:nth-child(odd) .overview-impression-block--content .block-line {
    height: 37%;
  }
}

#reason {
  padding: 3rem 0;
}
@media (max-width: 576px) {
  #reason {
    padding: 2rem 0;
  }
}
#reason .reason-title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #reason .reason-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  #reason .reason-container {
    padding: 0 5%;
  }
}
#reason .reason-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  #reason .reason-row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #reason .reason-row {
    justify-content: center;
    margin-bottom: 3rem;
  }
  #reason .reason-row:last-child {
    justify-content: space-between;
  }
}
#reason .reason-block {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #ffff60;
  padding: 1.75rem 1rem 1rem;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#reason .reason-block.block-one {
  width: 47%;
}
@media (max-width: 768px) {
  #reason .reason-block.block-one {
    width: 70%;
  }
}
#reason .reason-block.block-two {
  width: 37%;
}
@media (max-width: 768px) {
  #reason .reason-block.block-two {
    width: 48%;
    margin-bottom: 2rem;
  }
}
#reason .reason-block.block-three {
  width: 25%;
}
@media (max-width: 768px) {
  #reason .reason-block.block-three {
    width: 48%;
  }
}
#reason .reason-block.block-four {
  width: 30%;
}
@media (max-width: 768px) {
  #reason .reason-block.block-four {
    width: 48%;
  }
}
#reason .reason-block .reason-block-icon {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  top: -30px;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 992px) {
  #reason .reason-block .reason-block-icon {
    width: 40px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  #reason .reason-block .reason-block-icon {
    width: 30px;
    top: -15px;
  }
}
#reason .reason-block .reason-block-content {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  #reason .reason-block .reason-block-content {
    font-size: 90%;
  }
}
@media (max-width: 768px) {
  #reason .reason-block .reason-block-content span {
    display: block;
  }
}
#reason .reason-block .reason-block-content .block-title {
  font-family: "BigShoulders_18pt_Bold";
  font-size: 2rem;
}
@media (max-width: 768px) {
  #reason .reason-block .reason-block-content .block-title {
    font-size: 4vw;
  }
}
@media (max-width: 992px) {
  #reason .reason-block .reason-block-content .block-description {
    font-size: 110%;
  }
}
@media (max-width: 768px) {
  #reason .reason-block .reason-block-content .block-description {
    font-size: 2.5vw;
  }
}
#reason .reason-block:hover {
  -webkit-box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  -moz-box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}
#reason .reason-block:hover .reason-block-icon {
  transform: translateX(-50%) scale(1.1);
  -webkit-transform: translateX(-50%) scale(1.1);
  -moz-transform: translateX(-50%) scale(1.1);
  -ms-transform: translateX(-50%) scale(1.1);
  -o-transform: translateX(-50%) scale(1.1);
}

#location .location-top {
  margin-bottom: 5rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #location .location-top {
    display: block;
    margin-bottom: 0;
  }
}
#location .location-top .location-content {
  width: 30%;
  margin-right: 3%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #location .location-top .location-content {
    width: 42%;
  }
}
@media (max-width: 768px) {
  #location .location-top .location-content {
    width: 90%;
    margin: 0 0 2rem 5%;
    text-align: center;
  }
}
#location .location-top .location-content-title {
  text-transform: uppercase;
  font-family: "BigShoulders_18pt_Bold";
}
#location .location-top .location-content-title .title {
  font-size: var(--font-size-title);
  color: #ffff60;
}
#location .location-top .location-content-title .sub-title {
  font-size: var(--font-size-subtitle);
}
@media (max-width: 768px) {
  #location .location-top .location-content-title .sub-title {
    margin-bottom: 1.5rem;
  }
}
#location .location-top .location-content-description {
  text-align: justify;
  font-size: 120%;
}
@media (max-width: 992px) {
  #location .location-top .location-content-description {
    font-size: 110%;
  }
}
@media (max-width: 440px) {
  #location .location-top .location-content-description {
    font-size: 100%;
  }
}
#location .location-top .location-thumbnail {
  width: 50%;
}
@media (max-width: 768px) {
  #location .location-top .location-thumbnail {
    width: 100%;
  }
}
#location .location-top .location-thumbnail img {
  width: 100%;
}
#location .location-maps img {
  width: 100%;
}

#product-detail {
  background-color: #fffbf2;
}
#product-detail .mining-model {
  position: relative;
  margin-bottom: 5rem;
}
#product-detail .mining-model-img {
  width: 100%;
}
#product-detail .mining-model-detail {
  position: absolute;
  top: 5%;
  left: 15%;
  width: 70%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #product-detail .mining-model-detail {
    left: 8%;
    width: 84%;
  }
}
@media (max-width: 768px) {
  #product-detail .mining-model-detail {
    display: block;
  }
}
@media (max-width: 480px) {
  #product-detail .mining-model-detail {
    left: 5%;
    width: 90%;
  }
}
#product-detail .mining-model-detail .title-container {
  font-family: "BigShoulders_18pt_Bold";
  color: #faa330;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #product-detail .mining-model-detail .title-container {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#product-detail .mining-model-detail .title {
  font-size: var(--font-size-title);
}
#product-detail .mining-model-detail .sub-title {
  font-size: var(--font-size-subtitle);
}
#product-detail .mining-model-detail .description {
  width: 35%;
  color: #3c2e1c;
  text-align: justify;
}
@media (max-width: 1300px) {
  #product-detail .mining-model-detail .description {
    width: 38%;
  }
}
@media (max-width: 1200px) {
  #product-detail .mining-model-detail .description {
    width: 42%;
  }
}
@media (max-width: 1100px) {
  #product-detail .mining-model-detail .description {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #product-detail .mining-model-detail .description {
    width: 100%;
  }
}

#villa-information {
  background-color: #fffbf2;
  padding: 5rem 0;
}

.villa-architecture {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .villa-architecture {
    margin-bottom: 5rem;
  }
}
.villa-architecture .villa-architecture-title {
  color: #faa330;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .villa-architecture .villa-architecture-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .villa-architecture .villa-architecture-title {
    margin-bottom: 1rem;
  }
}
.villa-architecture .villa-architecture-wrapper {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .villa-architecture .villa-architecture-wrapper {
    display: block;
  }
}
.villa-architecture .architecture-line {
  position: absolute;
  background-color: #3c2e1c;
}
.villa-architecture .architecture-line.center {
  width: 2px;
  height: 90%;
  top: 5%;
  left: calc(50% - 1px);
}
.villa-architecture .architecture-line.left {
  height: 2px;
  width: 7%;
  top: 5%;
  right: 50%;
}
.villa-architecture .architecture-line.right {
  height: 2px;
  width: 7%;
  bottom: 5%;
  left: 50%;
}
@media (max-width: 768px) {
  .villa-architecture .architecture-line.center {
    width: calc(64% + 2px);
    height: 2px;
    top: 50%;
    left: calc(18% - 2px);
  }
  .villa-architecture .architecture-line.left {
    height: 43%;
    width: 2px;
    top: 7%;
    right: 82%;
  }
  .villa-architecture .architecture-line.right {
    height: 43%;
    width: 2px;
    bottom: 7%;
    left: 82%;
  }
}
.villa-architecture .architecture-block-slide {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .villa-architecture .architecture-block-slide {
    width: 80%;
  }
}
.villa-architecture .architecture-block-slide .slide-architecture-left {
  margin-top: 1.5rem;
}
@media (max-width: 480px) {
  .villa-architecture .architecture-block-slide .slide-architecture-left {
    margin-top: 0.5rem;
  }
}
.villa-architecture .architecture-block-slide .slide-architecture-right {
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .villa-architecture .architecture-block-slide .slide-architecture-right {
    margin-bottom: 0.5rem;
  }
}
.villa-architecture .architecture-block-slide .architecture-img {
  width: 100%;
  aspect-ratio: 4/2.2;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 768px) {
  .villa-architecture .architecture-block-slide .architecture-img {
    aspect-ratio: 4/2.5;
  }
}
.villa-architecture .architecture-block-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.villa-architecture .villa-architecture-block {
  width: 48.5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.villa-architecture .villa-architecture-block .architecture-block-title {
  font-family: "BigShoulders_18pt_Bold";
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #3c2e1c;
  text-align: center;
}
@media (max-width: 1300px) {
  .villa-architecture .villa-architecture-block .architecture-block-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1100px) {
  .villa-architecture .villa-architecture-block .architecture-block-title {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .villa-architecture .villa-architecture-block .architecture-block-title {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .villa-architecture .villa-architecture-block .architecture-block-title {
    font-size: 5vw;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .villa-architecture .villa-architecture-block {
    width: 90%;
  }
  .villa-architecture .villa-architecture-block.block-ff {
    margin-left: auto;
    margin-bottom: 3rem;
  }
  .villa-architecture .villa-architecture-block.block-ff .architecture-block-slide {
    margin-left: auto;
  }
  .villa-architecture .villa-architecture-block.block-acd {
    margin-right: auto;
  }
  .villa-architecture .villa-architecture-block.block-acd .architecture-block-slide {
    margin-right: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .villa-architecture .villa-architecture-block.block-acd .architecture-block-title {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .villa-architecture .villa-architecture-block {
    width: 95%;
  }
}
@media (max-width: 440px) {
  .villa-architecture .villa-architecture-block.block-ff {
    margin-bottom: 2rem;
  }
}

.resort-gallery {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .resort-gallery {
    margin-bottom: 5rem;
  }
}
.resort-gallery-subtitle {
  text-align: center;
  font-family: "PlusJakartaSans-Bold";
  color: #3c2e1c;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .resort-gallery-subtitle {
    font-size: 1.125rem;
  }
}
.resort-gallery-title {
  color: #faa330;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .resort-gallery-title {
    margin-bottom: 2rem;
  }
}
.resort-gallery .resort-gallery-content {
  position: relative;
  padding: 0 6%;
}
.resort-gallery .resort-gallery-content .slide-resort-gallery {
  padding: 10% 0;
}
@media (max-width: 768px) {
  .resort-gallery .resort-gallery-content .slide-resort-gallery {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .resort-gallery .resort-gallery-content .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .resort-gallery .resort-gallery-content .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 768px) {
  .resort-gallery .resort-gallery-content .swiper-button-next, .resort-gallery .resort-gallery-content .swiper-button-prev {
    width: 22px;
  }
}
.resort-gallery .resort-gallery-content .swiper-slide {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
@media (max-width: 1300px) {
  .resort-gallery .resort-gallery-content .swiper-slide {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
  }
}
@media (max-width: 1200px) {
  .resort-gallery .resort-gallery-content .swiper-slide {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
}
.resort-gallery .resort-gallery-content .swiper-slide.swiper-slide-active {
  z-index: 9;
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
}
.resort-gallery .resort-gallery-content .swiper-pagination {
  left: 50%;
  bottom: -5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.resort-gallery .resort-gallery-content .swiper-pagination .swiper-pagination-bullet {
  background-color: #faa330;
}

.gallery-villa-content {
  padding: 0 20%;
  margin-bottom: 5rem;
}
@media (max-width: 1100px) {
  .gallery-villa-content {
    padding: 0 15%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .gallery-villa-content {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .gallery-villa-content {
    padding: 0 5%;
  }
}
.gallery-villa-content .gallery-villa-title {
  color: #faa330;
}
.gallery-villa-content .slide-villa-gallery-top {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .gallery-villa-content .slide-villa-gallery-top {
    margin-bottom: 10px;
  }
}
.gallery-villa-content .slide-villa-gallery-top .villa-gallery-img {
  aspect-ratio: 4/2;
}
@media (max-width: 768px) {
  .gallery-villa-content .slide-villa-gallery-top .villa-gallery-img {
    aspect-ratio: 4/2.5;
  }
}
.gallery-villa-content .slide-villa-gallery-top .swiper-button-next, .gallery-villa-content .slide-villa-gallery-top .swiper-button-prev {
  display: none;
}
@media (max-width: 768px) {
  .gallery-villa-content .slide-villa-gallery-top .swiper-button-next, .gallery-villa-content .slide-villa-gallery-top .swiper-button-prev {
    display: block;
  }
}
.gallery-villa-content .slide-villa-gallery-thumbs .swiper-slide {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .gallery-villa-content .slide-villa-gallery-thumbs .swiper-slide {
    opacity: 0.85;
  }
}
.gallery-villa-content .slide-villa-gallery-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.gallery-villa-content .slide-villa-gallery-thumbs .villa-gallery-img {
  aspect-ratio: 4/2.5;
}
@media (max-width: 768px) {
  .gallery-villa-content .slide-villa-gallery-thumbs .swiper-button-next, .gallery-villa-content .slide-villa-gallery-thumbs .swiper-button-prev {
    display: none;
  }
}
.gallery-villa-content .villa-gallery-img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.ground-villa-gallery {
  text-align: center;
}
.ground-villa-gallery .ground-villa-title {
  color: #faa330;
}
@media (max-width: 480px) {
  .ground-villa-gallery .ground-villa-title {
    margin-bottom: 1rem;
  }
}
.ground-villa-gallery .slide-ground-villa-text {
  width: 40%;
  padding: 0 5%;
  margin: 0 auto 2rem;
}
@media (max-width: 1300px) {
  .ground-villa-gallery .slide-ground-villa-text {
    width: 43%;
  }
}
@media (max-width: 1200px) {
  .ground-villa-gallery .slide-ground-villa-text {
    width: 45%;
  }
}
@media (max-width: 1100px) {
  .ground-villa-gallery .slide-ground-villa-text {
    width: 47%;
  }
}
@media (max-width: 1024px) {
  .ground-villa-gallery .slide-ground-villa-text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .ground-villa-gallery .slide-ground-villa-text {
    display: none;
  }
}
.ground-villa-gallery .slide-ground-villa-text .ground-label {
  font-family: "BigShoulders_18pt_Bold";
  font-size: 2rem;
  text-transform: uppercase;
  color: #3c2e1c;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ground-villa-gallery .slide-ground-villa-text .swiper-button-next, .ground-villa-gallery .slide-ground-villa-text .swiper-button-prev {
    display: none;
  }
}
.ground-villa-gallery .slide-ground-villa-thumbs {
  margin-bottom: 5rem;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .ground-villa-gallery .slide-ground-villa-thumbs {
    padding: 0 5%;
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .ground-villa-gallery .slide-ground-villa-thumbs {
    display: none;
  }
}
.ground-villa-gallery .slide-ground-villa-thumbs .swiper-button-next, .ground-villa-gallery .slide-ground-villa-thumbs .swiper-button-prev {
  display: none;
}
@media (max-width: 768px) {
  .ground-villa-gallery .slide-ground-villa-thumbs .swiper-button-next, .ground-villa-gallery .slide-ground-villa-thumbs .swiper-button-prev {
    display: block;
  }
}
.ground-villa-gallery .villa-gallery-img {
  width: 100%;
}
.ground-villa-gallery .ground-villa-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.ground-villa-gallery .ground-villa-group .villa-gallery-img {
  width: 100%;
}
@media (max-width: 1440px) {
  .ground-villa-gallery .ground-villa-group {
    --height-img-gallery: 600px;
  }
}
@media (max-width: 1300px) {
  .ground-villa-gallery .ground-villa-group {
    --height-img-gallery: 550px;
  }
}
@media (max-width: 1200px) {
  .ground-villa-gallery .ground-villa-group {
    --height-img-gallery: 500px;
  }
}
.ground-villa-gallery .ground-villa-group--left {
  width: 73%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ground-villa-gallery .ground-villa-group--left {
    width: 100%;
  }
}
.ground-villa-gallery .ground-villa-group--right {
  width: 25%;
  height: var(--height-img-gallery);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ground-villa-gallery .ground-villa-group--right {
    display: none;
  }
}
.ground-villa-gallery .ground-villa-group--right .villa-gallery-img {
  max-height: 31%;
}
.ground-villa-gallery .gallery-ground-mobile {
  display: none;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .ground-villa-gallery .gallery-ground-mobile {
    display: block;
  }
}
.ground-villa-gallery .gallery-ground-mobile .gallery-ground-name {
  font-family: "BigShoulders_18pt_Bold";
  font-size: 2rem;
  text-transform: uppercase;
  color: #3c2e1c;
  white-space: nowrap;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .ground-villa-gallery .gallery-ground-mobile .gallery-ground-name {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .ground-villa-gallery .gallery-ground-mobile .gallery-ground-name {
    font-size: 1.35rem;
  }
}

#service-facilities {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  #service-facilities {
    background-color: #fffbf2;
    padding: 4rem 0 0;
  }
}
#service-facilities .service-facilities-title {
  text-align: center;
}
#service-facilities .service-facilities-title .main-title {
  display: inline-block;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-title .main-title {
    color: #f9a32c;
  }
}
@media (max-width: 480px) {
  #service-facilities .service-facilities-title .main-title {
    margin-bottom: 0;
  }
}
#service-facilities .service-facilities-title .sub-title {
  display: inline-block;
  color: #fff;
  font-family: "BigShoulders_18pt_Bold";
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  #service-facilities .service-facilities-title .sub-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 1100px) {
  #service-facilities .service-facilities-title .sub-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-title .sub-title {
    color: #3c2e1c;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  #service-facilities .service-facilities-title .sub-title {
    font-size: 4vw;
  }
}
#service-facilities .service-facilities-content {
  position: relative;
  padding: 0 5%;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content {
    padding: 0;
    margin-bottom: 4rem;
  }
}
#service-facilities .service-facilities-content .swiper-button-next {
  right: 7%;
}
@media (max-width: 1300px) {
  #service-facilities .service-facilities-content .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-button-next {
    right: 3%;
  }
}
#service-facilities .service-facilities-content .swiper-button-prev {
  left: 7%;
}
@media (max-width: 1300px) {
  #service-facilities .service-facilities-content .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-button-prev {
    left: 3%;
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-button-next, #service-facilities .service-facilities-content .swiper-button-prev {
    top: 88%;
  }
}
#service-facilities .service-facilities-content .slide-service-gallery {
  padding: 10% 0;
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .slide-service-gallery {
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}
#service-facilities .service-facilities-content .thumbnail-gallery-service-mb {
  display: none;
  position: relative;
  padding: 0 7%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .thumbnail-gallery-service-mb {
    display: block;
  }
}
#service-facilities .service-facilities-content .thumbnail-gallery-service-mb .thumbnail-img-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service-facilities .service-facilities-content .thumbnail-gallery-service-mb .thumbnail-img-content img {
  width: 49%;
  aspect-ratio: 4/2.5;
  object-fit: cover;
  -o-object-fit: cover;
}
#service-facilities .service-facilities-content .service-gallery-img {
  width: 100%;
  aspect-ratio: 4/2.7;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .service-gallery-img {
    aspect-ratio: 4/2.5;
  }
}
#service-facilities .service-facilities-content .service-name {
  margin-top: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  font-family: "BigShoulders_18pt_Bold";
  color: #fff;
}
@media (max-width: 1100px) {
  #service-facilities .service-facilities-content .service-name {
    font-size: 80%;
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .service-name {
    color: #3c2e1c;
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  #service-facilities .service-facilities-content .service-name {
    font-size: 1.25rem;
  }
}
#service-facilities .service-facilities-content .swiper-slide {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
}
#service-facilities .service-facilities-content .swiper-slide .service-name {
  opacity: 0;
}
@media (max-width: 1300px) {
  #service-facilities .service-facilities-content .swiper-slide {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
  }
}
@media (max-width: 1200px) {
  #service-facilities .service-facilities-content .swiper-slide {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-slide {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
#service-facilities .service-facilities-content .swiper-slide.swiper-slide-active {
  z-index: 9;
  transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -moz-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85);
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-slide.swiper-slide-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
#service-facilities .service-facilities-content .swiper-slide.swiper-slide-active .service-name {
  opacity: 1;
}
#service-facilities .service-facilities-content .swiper-pagination {
  left: 50%;
  bottom: -3%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 768px) {
  #service-facilities .service-facilities-content .swiper-pagination {
    display: none;
  }
}
#service-facilities .service-facilities-content .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
@media (max-width: 768px) {
  #service-facilities .festival-container .festival-title {
    color: #f9a32c;
  }
}
@media (max-width: 576px) {
  #service-facilities .festival-container .festival-title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  #potential {
    padding: 3rem 0;
  }
}
#potential .potential-wrapper {
  padding: 0 15%;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  #potential .potential-wrapper {
    padding: 0 5%;
  }
}
#potential .potential-wrapper .sub-title {
  color: #fff;
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper .sub-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  #potential .potential-wrapper .sub-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 440px) {
  #potential .potential-wrapper .sub-title {
    font-size: 1.25rem;
  }
}
#potential .potential-wrapper .description {
  color: #fff;
  text-align: justify;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper .description {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #potential .potential-wrapper .description {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.125rem;
  }
  #potential .potential-wrapper .description::after {
    position: absolute;
    content: "";
    left: 1rem;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ffff60;
  }
}
@media (max-width: 440px) {
  #potential .potential-wrapper .description {
    font-size: 100%;
    padding-left: 2rem;
  }
}
#potential .potential-wrapper .two-block-container {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1.5px solid #ffff60;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .two-block-container {
    border-top: 0;
    display: block;
  }
}
#potential .potential-wrapper .two-block-container .line-center {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1.5px;
  background-color: #ffff60;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .two-block-container .line-center {
    display: none;
  }
}
#potential .potential-wrapper .two-block-container .block-item {
  color: #fff;
  width: 50%;
  padding: 1.5rem 1rem 0 1.5rem;
}
#potential .potential-wrapper .two-block-container .block-item .block-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "PlusJakartaSans-Bold";
  margin-bottom: 0.75rem;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper .two-block-container .block-item .block-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1100px) {
  #potential .potential-wrapper .two-block-container .block-item .block-title {
    font-size: 1.125rem;
  }
}
#potential .potential-wrapper .two-block-container .block-item .block-description {
  font-size: 1.25rem;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper .two-block-container .block-item .block-description {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  #potential .potential-wrapper .two-block-container .block-item .block-description {
    font-size: 0.96rem;
  }
}
#potential .potential-wrapper .two-block-container .block-item:nth-child(1) {
  padding-left: 0;
  padding-bottom: 0;
}
#potential .potential-wrapper .two-block-container .block-item:nth-child(2) {
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .two-block-container .block-item {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  #potential .potential-wrapper .two-block-container .block-item .block-title {
    font-size: 1.5rem;
  }
  #potential .potential-wrapper .two-block-container .block-item .block-title span {
    display: none;
  }
  #potential .potential-wrapper .two-block-container .block-item .block-description {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) and (max-width: 440px) {
  #potential .potential-wrapper .two-block-container .block-item .block-description {
    font-size: 100%;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  #potential .potential-wrapper .two-block-container .block-item .block-description::after {
    position: absolute;
    content: "";
    left: 1rem;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ffff60;
  }
}
@media (max-width: 440px) {
  #potential .potential-wrapper .two-block-container .block-item .block-title {
    font-size: 1.25rem;
  }
}
#potential .potential-wrapper .three-block-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .three-block-container {
    margin-bottom: 0;
  }
}
#potential .potential-wrapper .block-highlight {
  border: 1px solid #ffff60;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 1200px) {
  #potential .potential-wrapper .block-highlight {
    font-size: 72%;
  }
}
@media (max-width: 1100px) {
  #potential .potential-wrapper .block-highlight {
    font-size: 68%;
    border-width: 1.5px;
  }
}
#potential .potential-wrapper .block-highlight.first {
  order: 1;
  width: 25%;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .block-highlight.first {
    width: 49%;
    margin-bottom: 1rem;
  }
}
#potential .potential-wrapper .block-highlight.second {
  order: 3;
  width: 40%;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .block-highlight.second {
    width: 100%;
  }
}
#potential .potential-wrapper .block-highlight.third {
  order: 2;
  width: 32%;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .block-highlight.third {
    width: 49%;
    margin-bottom: 1rem;
  }
}
#potential .potential-wrapper .block-highlight .block-text {
  white-space: nowrap;
  font-family: "PlusJakartaSans-Bold";
  font-size: 130%;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .block-highlight .block-text {
    font-size: 2.75vw;
    letter-spacing: 1px;
  }
}
#potential .potential-wrapper .block-highlight .block-text .big {
  line-height: 1.4;
  letter-spacing: 2px;
  font-family: "BigShoulders_18pt_Bold";
  font-size: 220%;
}
@media (max-width: 768px) {
  #potential .potential-wrapper .block-highlight .block-text .big {
    font-size: 5.5vw;
    letter-spacing: 1px;
  }
}

#overview-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#overview-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#awards {
  position: relative;
  padding: 3rem 0 2rem;
  background-color: #faa330;
  color: #ffff60;
}
#awards .award-content {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #awards .award-content {
    margin-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  #awards .award-content {
    padding: 0 5%;
    margin-bottom: 0;
  }
}
#awards .award-content .award-title-container {
  margin-bottom: 2.5rem;
  color: #fff;
}
#awards .award-content .award-title-container .title-top {
  letter-spacing: 1.5px;
  font-family: "BigShoulders_18pt_Bold";
  font-size: var(--font-size-title);
  letter-spacing: 3px;
}
#awards .award-content .award-title-container .title-bottom {
  font-family: "PlusJakartaSans-Bold";
  font-size: 1.65rem;
}
@media (max-width: 768px) {
  #awards .award-content .award-title-container .title-bottom {
    font-size: 3.25vw;
  }
  #awards .award-content .award-title-container .title-bottom span {
    display: block;
  }
}
#awards .award-content .award-description {
  text-align: justify;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  #awards .award-content .award-description {
    font-size: 1rem;
  }
}
#awards .award-content .award-slide {
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  #awards .award-content .award-slide {
    margin-bottom: 3rem;
  }
}
@media (max-width: 440px) {
  #awards .award-content .award-slide {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  #awards .award-content .award-slide .swiper-container {
    padding: 2rem 0 1rem;
  }
}
#awards .award-content .award-slide .slide-award-content {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#awards .award-content .award-slide .slide-award-content figure {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 255px;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 440px) {
  #awards .award-content .award-slide .slide-award-content figure {
    height: 170px;
  }
}
@media (max-width: 400px) {
  #awards .award-content .award-slide .slide-award-content figure {
    height: 150px;
  }
}
#awards .award-content .award-slide .slide-award-content .slide-award-name {
  padding: 0 5%;
  font-family: "PlusJakartaSans-Bold";
  min-height: 90px;
}
@media (max-width: 768px) {
  #awards .award-content .award-slide .slide-award-content .slide-award-name {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
  }
}
@media (max-width: 576px) {
  #awards .award-content .award-slide .slide-award-content .slide-award-name {
    font-size: 80%;
  }
}
@media (max-width: 440px) {
  #awards .award-content .award-slide .slide-award-content .slide-award-name {
    font-size: 70%;
  }
}
@media (max-width: 400px) {
  #awards .award-content .award-slide .slide-award-content .slide-award-name {
    font-size: 60%;
  }
}
#awards .award-content .award-slide .award-img {
  max-width: 200px;
  max-height: 100%;
}
@media (max-width: 576px) {
  #awards .award-content .award-slide .award-img {
    max-width: 150px;
  }
}
@media (max-width: 440px) {
  #awards .award-content .award-slide .award-img {
    max-width: 120px;
  }
}
@media (max-width: 400px) {
  #awards .award-content .award-slide .award-img {
    max-width: 100px;
  }
}
#awards .award-content .award-slide .swiper-slide {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 768px) {
  #awards .award-content .award-slide .swiper-slide.swiper-slide-active .slide-award-content {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #awards .award-content .award-slide .swiper-slide.swiper-slide-active .slide-award-content .slide-award-name {
    opacity: 1;
  }
}
#awards .award-content .swiper-button-next {
  right: -5%;
}
@media (max-width: 768px) {
  #awards .award-content .swiper-button-next {
    right: -1%;
  }
}
#awards .award-content .swiper-button-prev {
  left: -5%;
}
@media (max-width: 768px) {
  #awards .award-content .swiper-button-prev {
    left: -1%;
  }
}
#awards .award-content .swiper-controls {
  position: relative;
}
#awards .award-content .swiper-controls .swiper-pagination-award {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 768px) {
  #awards .award-content .swiper-controls .swiper-pagination-award {
    width: 100%;
  }
}
#awards .award-content .swiper-controls .swiper-pagination-award .swiper-pagination-bullet {
  position: relative;
}

#gallery {
  padding: 3rem 0 0;
}
@media (max-width: 576px) {
  #gallery {
    padding: 2rem 0 0;
  }
}
#gallery .gallery-header {
  position: relative;
  text-align: right;
}
#gallery ul.nav-tabs {
  width: fit-content;
  border: 0;
  margin: 0 0 0 auto;
}
#gallery ul.nav-tabs .nav-link {
  color: #fddaac;
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  font-size: 1.125rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.1rem 0.75rem;
}
#gallery ul.nav-tabs .nav-link.active {
  color: #fff;
}
#gallery ul.nav-tabs .nav-item:not(:last-child) .nav-link {
  border-right: 1px solid #ffff60;
}
#gallery .gallery-container {
  position: relative;
}
@media (max-width: 576px) {
  #gallery .gallery-container {
    padding: 0 5%;
  }
}
#gallery .gallery-container .gallery-top {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  #gallery .gallery-container .gallery-top {
    margin-bottom: 0.5rem;
  }
}
#gallery .gallery-title-tab {
  text-align: left;
  width: fit-content;
  margin-bottom: 0;
  transform: translateY(-5rem);
  -webkit-transform: translateY(-5rem);
  -moz-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  -o-transform: translateY(-5rem);
}
@media (max-width: 576px) {
  #gallery .gallery-title-tab {
    transform: translateY(-2.7rem);
    -webkit-transform: translateY(-2.7rem);
    -moz-transform: translateY(-2.7rem);
    -ms-transform: translateY(-2.7rem);
    -o-transform: translateY(-2.7rem);
  }
}
#gallery .gallery-tab-content {
  transform: translateY(-3rem);
  -webkit-transform: translateY(-3rem);
  -moz-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  -o-transform: translateY(-3rem);
  position: relative;
}
@media (max-width: 576px) {
  #gallery .gallery-tab-content {
    transform: translateY(-2rem);
    -webkit-transform: translateY(-2rem);
    -moz-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
  }
}
#gallery .swiper-button-next {
  right: -5%;
}
@media (max-width: 768px) {
  #gallery .swiper-button-next {
    right: -3.5%;
  }
}
#gallery .swiper-button-prev {
  left: -5%;
}
@media (max-width: 768px) {
  #gallery .swiper-button-prev {
    left: -3.5%;
  }
}
#gallery .swiper-gallery-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  --height-img-gallery: 650px;
}
#gallery .swiper-gallery-group .img-gallery {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 1440px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 600px;
  }
}
@media (max-width: 1300px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 550px;
  }
}
@media (max-width: 1200px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 500px;
  }
}
@media (max-width: 768px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 420px;
  }
}
@media (max-width: 576px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 350px;
  }
}
@media (max-width: 480px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 300px;
  }
}
@media (max-width: 480px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 270px;
  }
}
@media (max-width: 400px) {
  #gallery .swiper-gallery-group {
    --height-img-gallery: 240px;
  }
}
#gallery .swiper-gallery-group--left {
  width: 73%;
  height: var(--height-img-gallery);
}
#gallery .swiper-gallery-group--left .img-gallery {
  height: 100%;
}
#gallery .swiper-gallery-group--right {
  width: 25%;
  height: var(--height-img-gallery);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
#gallery .swiper-gallery-group--right .img-gallery {
  height: 31%;
}
#gallery .swiper-container .swiper-slide .img-gallery {
  width: 100%;
}
#gallery .swiper-container .swiper-slide .img-thumb-gallery {
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#news {
  background-color: #faa330;
  background: url("../images/news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 3rem 0 2rem;
  color: #ffff60;
  position: relative;
}
@media (max-width: 576px) {
  #news {
    padding: 2rem 5%;
  }
}
#news a {
  display: block;
}
#news a:hover {
  text-decoration: unset;
  color: inherit;
}
#news .news-headline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #news .news-headline {
    margin-bottom: 1.5rem;
  }
}
#news .news-headline .news-headline--thumbnail {
  width: 48%;
}
#news .news-headline .news-headline--thumbnail .news-thumbnail {
  width: 100%;
}
@media (max-width: 768px) {
  #news .news-headline .news-headline--thumbnail {
    width: 55%;
  }
}
#news .news-headline .news-headline--contents {
  width: 50%;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  #news .news-headline .news-headline--contents {
    width: 43%;
  }
}
#news .news-headline .news-headline--contents .news-headline--title {
  display: block;
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 1100px) {
  #news .news-headline .news-headline--contents .news-headline--title {
    font-size: 1.125rem;
  }
}
@media (max-width: 490px) {
  #news .news-headline .news-headline--contents .news-headline--title {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  #news .news-headline .news-headline--contents .news-headline--title {
    font-size: 0.9rem;
  }
}
@media (max-width: 380px) {
  #news .news-headline .news-headline--contents .news-headline--title {
    font-size: 0.8rem;
  }
}
#news .news-headline .news-headline--contents .news-headline--description {
  text-align: justify;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  #news .news-headline .news-headline--contents .news-headline--action {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
}
@media (max-width: 400px) {
  #news .news-headline .news-headline--contents .news-headline--action {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  #news .news-headline .news-headline--contents .news-headline--action {
    font-size: 0.7rem;
  }
}
#news .news-headline .news-headline--contents .news-headline--action .btn-viewmore {
  color: #fff;
}
#news .news-headline .news-headline--contents .news-headline--action .btn-viewmore span {
  display: none;
}
@media (max-width: 768px) {
  #news .news-headline .news-headline--contents .news-headline--action .btn-viewmore span {
    display: inline-block;
  }
}
#news .news-headline .news-headline--contents .news-headline--action .btn-viewmore:hover {
  color: #ffff60;
  text-decoration: unset;
}
#news .news-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #news .news-list {
    margin-bottom: 1rem;
  }
}
#news .news-item {
  width: 31.5%;
}
@media (max-width: 768px) {
  #news .news-item {
    position: relative;
    width: 100%;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
  }
}
#news .news-item figure {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  #news .news-item figure {
    margin-bottom: 0;
    width: 55%;
    order: 2;
  }
}
#news .news-item--img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 768px) {
  #news .news-item--img {
    object-fit: cover;
    -o-object-fit: cover;
    aspect-ratio: 4/2.3;
  }
}
#news .news-item--title {
  color: #fff;
  text-transform: uppercase;
  font-family: "PlusJakartaSans-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  #news .news-item--title {
    width: 43%;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 490px) {
  #news .news-item--title {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  #news .news-item--title {
    font-size: 0.9rem;
  }
}
@media (max-width: 380px) {
  #news .news-item--title {
    font-size: 0.8rem;
  }
}
#news .news-item .btn-view-post {
  display: none;
}
@media (max-width: 768px) {
  #news .news-item .btn-view-post {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    color: #fff;
  }
}
@media (max-width: 400px) {
  #news .news-item .btn-view-post {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  #news .news-item .btn-view-post {
    font-size: 0.7rem;
  }
}

.footer {
  background: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 15%;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .footer {
    padding: 3rem 10%;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 2rem 5%;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 2rem 15%;
    background: url("../images/bg-footer-mb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .footer::before {
    content: "";
    position: absolute;
    left: 15%;
    top: 0;
    width: 70%;
    height: 1.5px;
    background-color: #ffff60;
  }
}
@media (max-width: 650px) {
  .footer {
    padding: 2rem 8%;
  }
  .footer::before {
    left: 8%;
    width: 84%;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 2rem 5%;
    margin-top: -1px;
    overflow-x: hidden;
  }
  .footer::before {
    left: 5%;
    width: 90%;
  }
}
.footer .footer-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer .footer-container {
    display: block;
  }
}
.footer .footer-form {
  text-align: center;
  width: 45%;
}
@media (max-width: 1200px) {
  .footer .footer-form {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .footer .footer-form {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.footer .footer-contact {
  width: 48%;
}
@media (max-width: 1100px) {
  .footer .footer-contact {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .footer-contact {
    width: 100%;
  }
}
.footer .footer-contact .footer-logo {
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .footer .footer-contact .footer-logo {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer .footer-contact .ft-logo-img {
  max-width: 80%;
  width: 60%;
}
.footer .footer-contact .footer-head-office {
  margin-bottom: 2rem;
  font-family: "PlusJakartaSans-Bold";
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .footer .footer-contact .footer-head-office {
    font-size: 1rem;
  }
}
.footer .footer-contact .footer-note {
  font-family: "PlusJakartaSans-Regular";
  font-size: 70%;
}
.footer .contact-content .contact-block {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.footer .contact-content .contact-label {
  white-space: nowrap;
  margin-right: 0.5rem;
}
.footer .contact-detail {
  margin-bottom: 4rem;
}
.footer .contact-detail a {
  color: #fff;
}
.footer .contact-detail a:hover {
  color: #fff;
}
.footer .contact-detail-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
@media (max-width: 440px) {
  .footer .contact-detail-item {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .footer .contact-detail-item {
    font-size: 0.9rem;
  }
}
.footer .contact-detail-item-label {
  font-family: "PlusJakartaSans-Bold";
}
.footer .contact-detail-item-value {
  color: #fff;
}
.footer .footer-form-container .footer-form-title {
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "BigShoulders_18pt_Bold";
  color: #ffff60;
  margin-bottom: 1rem;
  font-size: 2.3vw;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .footer .footer-form-container .footer-form-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .footer .footer-form-container .footer-form-title {
    font-size: 3.6vw;
  }
}
@media (max-width: 576px) {
  .footer .footer-form-container .footer-form-title {
    font-size: 4.3vw;
  }
}
.footer .form-footer-content {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .form-footer-content {
    width: 100%;
    max-width: unset;
  }
}
.footer .form-footer-content .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}
.footer .form-footer-content .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "PlusJakartaSans-Medium";
  font-size: 1rem;
  color: #292929;
  text-align: left;
}
.footer .form-footer-content .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "PlusJakartaSans-Medium";
  font-size: 1rem;
  color: #292929;
  text-align: left;
}
.footer .form-footer-content .form-control::placeholder {
  font-family: "PlusJakartaSans-Medium";
  font-size: 1rem;
  color: #292929;
  text-align: left;
}
.footer .form-footer-content .btn-register-footer {
  font-family: "PlusJakartaSans-Bold";
  text-transform: uppercase;
  margin: 0.5rem auto 0;
  text-align: center;
  width: fit-content;
  background-color: #f36f39;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.35rem 1.5rem 0.35rem 1.5rem;
  border: 2px solid #f36f39;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .footer .form-footer-content .btn-register-footer {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .footer .form-footer-content .btn-register-footer {
    border-color: #fef55d;
  }
}
@media (max-width: 576px) {
  .footer .form-footer-content .btn-register-footer {
    font-size: 1.5rem;
  }
}

#modal-popup .modal-dialog {
  margin: 0.5rem auto;
  max-width: 80%;
  margin-top: 15vh;
}
#modal-popup .close-popup-btn {
  position: absolute;
  top: 1%;
  right: 1%;
  max-width: 3rem;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 440px) {
  #modal-popup .close-popup-btn {
    width: 25px;
  }
}
#modal-popup .modal-content {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#modal-popup .modal-content .popup-img {
  max-height: 75vh;
}
#modal-popup .modal-body {
  padding: 0;
}

@media (max-width: 576px) {
  section {
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=styles.css.map */
