@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;900&display=swap");
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  font-size: 0.65rem;
  height: 5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  width: 100%;
}
@media (min-width: 1023px) {
  .header-container {
    font-size: 0.85rem;
    height: 9rem;
  }
}
@media (min-width: 1201px) {
  .header-container {
    font-size: 0.95rem;
    height: 10rem;
  }
}
.header-container.clone {
  position: static;
  pointer-events: none;
}

.navbar-container {
  width: min(85rem, 85%);
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 2em 0;
}
.navbar-container .navbar-left {
  font-size: 1em;
}
.navbar-container .navbar-left img {
  width: 20em;
  display: block;
  object-fit: cover;
}
.navbar-container .navbar-right {
  font-size: 1em;
}
.navbar-container .navbar-right ul a {
  color: #327ac3;
}
.navbar-container .navbar-right ul a.active {
  color: #e1b724;
}
.navbar-container .navbar-right__desktop {
  display: none;
}
.navbar-container .navbar-right__mobile {
  font-size: 1em;
  box-shadow: unset !important;
}
.navbar-container .navbar-right__mobile svg {
  font-size: 1em;
  width: 4em;
  display: block;
}
.navbar-container .navbar-right__top {
  font-size: 1em;
}
.navbar-container .navbar-right__top .icon-wrapper {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-container .navbar-right__top .icon-wrapper svg {
  font-size: 1em;
  width: 2.5em;
  display: block;
  aspect-ratio: 3/2;
  object-fit: contain;
  height: fit-content;
  fill: #f9c313;
}
.navbar-container .navbar-right__top .icon-wrapper svg path {
  fill: #f9c313;
}
.navbar-container .navbar-right__top .icon-wrapper span {
  font-size: 1em;
  display: block;
  color: #327ac3;
}
.navbar-container .navbar-right__top > ul {
  font-size: 1em;
  display: flex;
  justify-content: end;
  gap: 1em;
}
.navbar-container .navbar-right__top > ul li {
  font-size: 1em;
}
.navbar-container .navbar-right__top > ul li a {
  font-size: 1em;
}
.navbar-container .navbar-right__bottom {
  font-size: 1em;
}
.navbar-container .navbar-right__bottom > ul {
  font-size: 1em;
  display: flex;
  justify-content: end;
  gap: 3em;
  align-items: center;
}
.navbar-container .navbar-right__bottom > ul li {
  font-size: 1em;
}
.navbar-container .navbar-right__bottom > ul li:hover a {
  color: #e1b724;
}
.navbar-container .navbar-right__bottom > ul li a {
  font-size: 1em;
  display: block;
  transition: color 500ms ease-in-out;
}
.navbar-container .navbar-right__bottom > ul li a .btn-contact {
  font-size: 1em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
}

@media screen and (min-width: 1023px) {
  .navbar-container .navbar-right__desktop {
    display: block;
    font-size: 1em;
  }
  .navbar-container .navbar-right__desktop > * + * {
    margin-top: 1.5em;
  }
  .navbar-container .navbar-right__mobile {
    display: none;
  }
}
.hero-container {
  font-size: 1em;
  width: 100%;
}
.hero-container .swiper {
  font-size: 1em;
  width: 100%;
}
.hero-container .swiper .swiper-wrapper {
  font-size: 1em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide {
  font-size: 1em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents {
  font-size: 1em;
  width: 100%;
  position: relative;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents {
  font-size: 1em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper {
  text-align: start;
  font-size: 1em;
  width: min(85rem, 85%);
  color: white;
  margin-inline: auto;
}
@media (min-width: 481px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper {
    text-align: center;
  }
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper > * + * {
  margin-top: 2em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper {
  font-size: 1em;
  width: 61%;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper#first-banner-title {
  width: 100%;
}
@media (min-width: 481px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper {
    width: 45em;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper#first-banner-title {
    width: 45em;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper#slide-2-text {
    width: 36em;
  }
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper .upper-text-wrapper > * + * {
  margin-top: 1em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__top-title {
  font-size: 1em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__top-title h2 {
  font-size: 3em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__top-title h2#slide-2-banner {
  color: #327ac3;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__top-title h2#slide-2-banner em {
  color: #e1b724;
  font-style: normal;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__middle-desc {
  font-size: 1em;
  width: 79%;
}
@media (min-width: 481px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__middle-desc {
    margin-inline: auto;
  }
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__middle-desc p {
  font-size: 1.3em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__middle-desc p#slide-2-text {
  color: black;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn {
  font-size: 1em;
  width: fit-content;
}
@media (min-width: 481px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn {
    margin-inline: auto;
  }
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn button {
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2em;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn button svg {
  font-size: 1em;
  width: 1em;
  display: inline-block;
  fill: white;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn button svg:not(#book-icon) {
  transform: translateY(7.5%);
}
.hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn button svg#book-icon {
  transform: translateY(13%);
}
.hero-container .swiper .swiper-wrapper .swiper-slide .image-banner-desktop,
.hero-container .swiper .swiper-wrapper .swiper-slide .image-banner-mobile {
  font-size: 1em;
  height: 100%;
  object-fit: cover;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .image-banner-desktop {
  width: 100%;
  display: none;
  aspect-ratio: 16/7;
}
.hero-container .swiper .swiper-wrapper .swiper-slide .image-banner-mobile {
  display: block;
  width: max(45em, 100%);
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .image-banner-desktop {
    display: block;
    object-fit: cover;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .image-banner-mobile {
    display: none;
    object-fit: cover;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents {
    justify-content: start;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper {
    text-align: unset;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__middle-desc {
    margin-inline: unset;
  }
  .hero-container .swiper .swiper-wrapper .swiper-slide .swiper-slide-banner-contents .text-contents .text-contents-wrapper__bottom-btn {
    width: auto;
  }
}
.discover-container {
  font-size: 1em;
  padding: 6em 0;
}
.discover-container .discover-wrapper {
  font-size: 1em;
  width: 100%;
  margin-inline: auto;
}
.discover-container .discover-wrapper .discover-contents {
  font-size: 1em;
  margin-inline: auto;
}
.discover-container .discover-wrapper .discover-contents > * + * {
  margin-top: 3em;
}
.discover-container .discover-wrapper .discover-contents .discover-title {
  position: relative;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  font-size: 1em;
  z-index: 1;
  padding: 0 0.5em;
  font-size: clamp(0.6rem, 1.25vw, 1.45rem);
}
.discover-container .discover-wrapper .discover-contents .discover-title::before, .discover-container .discover-wrapper .discover-contents .discover-title::after {
  font-size: 1em;
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  height: 5px;
  width: 200%;
  transform: translateY(-50%);
}
.discover-container .discover-wrapper .discover-contents .discover-title::before {
  right: 0%;
  background-color: #e1b724;
}
.discover-container .discover-wrapper .discover-contents .discover-title::after {
  left: 29%;
  background-color: #327ac3;
}
.discover-container .discover-wrapper .discover-contents .discover-title h2 {
  background-color: white;
  font-size: 1.75em;
  width: fit-content;
  color: #327ac3;
  padding: 0 0.75em;
}
.discover-container .discover-wrapper .discover-contents .discover-title h2 em {
  color: #e1b724;
  font-style: normal;
}
.discover-container .discover-wrapper .discover-contents .discover-body {
  font-size: 1em;
  width: min(85rem, 85%);
  margin-inline: auto;
  overflow: hidden;
  padding-bottom: 3.85em;
}
@media (min-width: 1024px) {
  .discover-container .discover-wrapper .discover-contents .discover-body {
    padding-bottom: 3em;
  }
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover {
  font-size: 1em;
  width: 100%;
  padding: 1em;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper {
  cursor: grab;
  font-size: 1em;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide {
  font-size: 1em;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide a {
  font-size: 1em;
  display: block;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents {
  font-size: 1em;
  overflow: hidden;
  border-radius: 2em;
  transition: box-shadow 350ms ease-out, transform 250ms ease-out;
  will-change: transform;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents:hover .slide-description {
  background-color: #e1b724;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents .image-previews {
  font-size: 1em;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents .image-previews .swiper-image-slideshow .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 283/160;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents .image-previews img {
  font-size: 1em;
  width: 100%;
  object-fit: cover;
  display: block;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents .slide-description {
  font-size: 1em;
  height: 4.5em;
  display: grid;
  place-content: center;
  background-color: #327ac3;
  text-align: center;
  padding: 0 1em;
  transition: background-color 0.25s ease-in-out;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .swiper-wrapper .swiper-slide .discover-slide-contents .slide-description p {
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: white;
}
.discover-container .discover-wrapper .discover-contents .discover-body .swiper-discover .discover-swiper-pagination {
  display: flex;
  transform: translateY(30px);
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.residential-container {
  font-size: 1em;
}
.residential-container .residential-wrapper {
  font-size: 1em;
  padding-bottom: 3.5em;
}
.residential-container .residential-wrapper .residential-contents {
  font-size: 1em;
  height: 35em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.residential-container .residential-wrapper .residential-contents::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
}
.residential-container .residential-wrapper .residential-contents img.residential-bg {
  font-size: 1em;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  filter: opacity(0.5);
}
.residential-container .residential-wrapper .residential-contents img.residential-bg.active {
  opacity: 1;
}
.residential-container .residential-wrapper .residential-contents .main-contents {
  font-size: 1em;
  position: relative;
  z-index: 1;
  width: min(85rem, 85%);
  margin-inline: auto;
}
.residential-container .residential-wrapper .residential-contents .main-contents > * + * {
  margin-top: 4em;
}
.residential-container .residential-wrapper .residential-contents .main-contents .top-contents {
  font-size: 0.9em;
  width: min(55em, 100%);
  height: 11em;
}
.residential-container .residential-wrapper .residential-contents .main-contents .top-contents > * + * {
  margin-top: 1.5em;
}
.residential-container .residential-wrapper .residential-contents .main-contents .top-contents h2 {
  font-size: 2em;
  text-transform: uppercase;
  color: #327ac3;
}
.residential-container .residential-wrapper .residential-contents .main-contents .top-contents h2 em {
  font-style: normal;
  color: #e1b724;
}
.residential-container .residential-wrapper .residential-contents .main-contents .top-contents p {
  font-size: 1.4em;
  color: #327ac3;
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections {
  font-size: 1em;
  padding-top: 5em;
  width: min(70em, 100%);
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div {
  font-size: 0.75em;
  cursor: pointer;
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  display: grid;
  place-content: center;
  will-change: transform;
  transition: transform 250ms ease-in-out;
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div.active {
  transform: scale(1.2);
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div.active svg path {
  fill: #327ac3;
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div svg,
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div span {
  font-size: 1em;
  width: 3em;
  height: 3em;
  display: block;
  text-align: center;
}
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div svg path,
.residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections .swiper-industries-circles .swiper-wrapper .swiper-slide > div span path {
  fill: #a0a0a0;
}
@media (min-width: 425px) {
  .residential-container .residential-wrapper .residential-contents .main-contents .bottom-selections > div {
    font-size: 1em;
  }
}
.image-comparison-container {
  font-size: 1em;
  width: 100%;
  background-color: #327ac3;
}
.image-comparison-container .image-comparison-wrapper {
  font-size: 1em;
  padding: 8em 0;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents {
  font-size: 1em;
  position: relative;
  width: 100%;
  margin-inline: auto;
  border-top: 2px solid white;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .button-container {
  font-size: 1em;
  margin-top: 3em;
  text-align: center;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .button-container a {
  font-size: 1em;
  display: block;
  width: fit-content;
  margin-inline: auto;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .button-container a button {
  font-size: 1.2em;
  padding: 1em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-selection-container {
  font-size: 1em;
  margin-inline: auto;
  width: min(85rem, 85%);
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-selection-container .image-selection-contents {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 3em;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-selection-container .image-selection-contents p {
  font-size: 1em;
  padding: 1em 1.5em;
  color: white;
  border-radius: 0.65em;
  cursor: pointer;
  font-weight: 500;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-selection-container .image-selection-contents p.active {
  background-color: white;
  color: #327ac3;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container {
  font-size: 1em;
  position: relative;
  margin-top: 8em;
  aspect-ratio: 16/6;
  overflow: hidden;
  width: min(80em, 85%);
  margin-inline: auto;
  border-radius: 33vmin;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .overlay.active {
  opacity: 1;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .overlay .label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 0.7em;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.45em 1em;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .overlay .before-label {
  left: 3%;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .overlay .after-label {
  right: 3%;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider {
  z-index: 2;
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider::-webkit-slider-thumb {
  pointer-events: auto;
  cursor: ew-resize;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider-line {
  position: absolute;
  height: 100%;
  width: 0.3em;
  background-color: rgba(255, 255, 255, 0.85);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: ew-resize;
  pointer-events: none;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider-icon {
  z-index: 2;
  position: absolute;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 2px solid white;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: grid;
  place-content: center;
  backdrop-filter: blur(15px);
  pointer-events: none;
  top: 50%;
  display: grid;
  place-content: center;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider-icon svg {
  font-size: 2em;
  width: 1em;
  display: block;
  fill: white !important;
  transform: rotate(89deg);
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container .slider-icon svg path {
  fill: white;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container img {
  position: absolute;
  font-size: 1em;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents .image-container img.before {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.image-comparison-container .image-comparison-wrapper .image-comparison-contents::before {
  font-size: 4vw;
  position: absolute;
  content: "SEE THE RESULTS HERE!";
  font-weight: 700;
  color: white;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  text-align: center;
  background: #327ac3;
}
@media (min-width: 760px) {
  .image-comparison-container .image-comparison-wrapper .image-comparison-contents::before {
    font-size: 2.5em;
    width: 50%;
  }
}

.testimonials-container.desktop {
  display: none;
}

.testimonials-container-mobile {
  font-size: 1em;
  display: block;
  color: white;
}
.testimonials-container-mobile .testimonials-mobile-wrapper {
  font-size: clamp(0.5em, 1.5vmin, 1em);
  padding: 5em 0 6em 0;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents > * + * {
  margin-top: 2.5em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings {
  font-size: 1em;
  background-color: #e1b724;
  padding: 3em 0;
  display: flex;
  align-items: center;
  gap: 3em;
  justify-content: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .left-number-rating {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .left-number-rating .circle-wrapper {
  font-size: 1em;
  width: 15em;
  height: 15em;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  display: grid;
  place-content: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .left-number-rating .circle-wrapper h2 {
  font-size: 7em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn > a {
  font-size: 1em;
  display: block;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn > * + * {
  margin-top: 1.5em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn h2 {
  font-size: 3em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn .stars {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn .stars svg {
  font-size: 1em;
  display: block;
  width: 3em;
  fill: white;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .top-ratings .right-text-and-btn button {
  font-size: 1.5em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback {
  font-size: 1em;
  margin-top: 4em;
  background-color: #e1b724;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper {
  font-size: 1em;
  position: relative;
  background-color: white;
  width: 34em;
  height: 41em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  margin-inline: auto;
  border-radius: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next,
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5em;
  height: 5em;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: block;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next svg,
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev svg {
  font-size: 1em;
  display: block;
  width: 2.5em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next svg path,
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev svg path {
  stroke: #e1b724;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next:active,
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev:active {
  transform: translateY(-50%) scale(0.9);
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next[aria-disabled=true],
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev[aria-disabled=true] {
  display: none;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-next {
  left: 95%;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-testimonial-prev {
  right: 95%;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper {
  font-size: 1em;
  width: 75%;
  overflow: hidden;
  margin-inline: auto;
  padding: 3em 0;
  color: black;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide {
  font-size: 1em;
  color: black;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents {
  font-size: 1.5em;
  text-align: center;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents > * + * {
  margin-top: 0.75em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents .top-avatar img {
  font-size: 1em;
  display: block;
  width: 8em;
  margin-inline: auto;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents .middle-name {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents .middle-name h2 {
  font-size: 1.3em;
  color: #327ac3;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents .bottom-feedback {
  font-size: 1em;
}
.testimonials-container-mobile .testimonials-mobile-wrapper .testimonials-mobile-contents .bottom-carousel-feedback .bottom-carousel-contents .carousel-swiper .mobile-carousel-swiper .swiper-wrapper .swiper-slide .swiper-slide-contents .bottom-feedback p {
  font-size: 1em;
}

@media (min-width: 1024px) {
  .testimonials-container.desktop {
    display: block;
  }
  .testimonials-container-mobile {
    display: none;
  }
  .testimonials-container {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper {
    font-size: 0.85em;
    width: 100%;
    padding: 7em 0;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents {
    font-size: 1vw;
    width: 100%;
    background-color: #e1b724;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .testimonials-inside-contents {
    width: min(85rem, 85%);
    max-height: 28em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-inline: auto;
    padding: 4em 0;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left {
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 3em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .big-rate-number {
    font-size: 1em;
    border-radius: 50%;
    background-color: #e1b724;
    width: 13em;
    height: 13em;
    display: grid;
    place-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .big-rate-number h2 {
    font-size: 5em;
    color: white;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings {
    font-size: 1em;
    color: white;
    width: min(31em, 80%);
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings > * + * {
    margin-top: 1.5em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings h2 {
    font-size: 3em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings .stars {
    font-size: 1em;
    display: flex;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings .stars svg {
    fill: white;
    stroke: none;
    font-size: 1em;
    display: block;
    width: 4em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings a {
    font-size: 1em;
    display: block;
    color: white;
    text-decoration: none;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .left .our-ratings a button {
    font-size: 1em;
    display: block;
    color: white;
    padding: 0.75em 1.5em;
    cursor: pointer;
    background-color: #e1b724;
    outline: none;
    border: none;
    border-radius: 0.65em;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel {
    font-size: 1em;
    position: relative;
    width: 28em;
    height: 33em;
    background: white;
    box-shadow: 0 3px 10px rgb(0, 0, 1);
    padding: 3em;
    border-radius: 3em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next,
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next[aria-disabled=true],
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev[aria-disabled=true] {
    display: none;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next .swiper-btn-wrapper,
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev .swiper-btn-wrapper {
    font-size: 1em;
    width: 3em;
    height: 3em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    background-color: white;
    border-radius: 50%;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next .swiper-btn-wrapper:active,
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev .swiper-btn-wrapper:active {
    transform: scale(0.95);
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next .swiper-btn-wrapper svg,
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev .swiper-btn-wrapper svg {
    font-size: 1.5em;
    width: 1em;
    stroke: #e1b724;
    stroke-width: 3px;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-prev {
    right: 95%;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel #swiper-testimonial-next {
    left: 95%;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials {
    font-size: 1em;
    overflow: hidden;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide {
    font-size: 1em;
    cursor: grab;
    height: auto;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents {
    text-align: center;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents > * + * {
    margin-top: 1.5em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .top-avatar {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .top-avatar img {
    font-size: 1em;
    width: 8em;
    display: inline-block;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .middle-name {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .middle-name h2 {
    color: #327ac3;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .bottom-feedback {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials .swiper-wrapper .swiper-slide .swiper-slide-contents .bottom-feedback p {
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media (min-width: 1415px) {
  .testimonials-container .testimonials-wrapper .testimonials-contents {
    font-size: 1em;
  }
  .testimonials-container .testimonials-wrapper .testimonials-contents .right .carousel .swiper-testimonials {
    overflow: hidden;
  }
}
.book-with-us-container {
  font-size: 1em;
}
.book-with-us-container .book-with-us-wrapper {
  font-size: 1em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents {
  position: relative;
  z-index: 2;
  font-size: 1em;
  position: relative;
  background-image: url("../../assets/images/bookwithus_bg.png");
  background-size: cover;
  background-position: center;
  padding: 8em 0;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(51, 122, 194, 0.85);
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents {
  position: relative;
  z-index: 1;
  color: white;
  width: min(85rem, 85%);
  margin-inline: auto;
  display: block;
  gap: 3em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .left-big-image {
  font-size: 1em;
  width: min(55em, 100%);
  margin-inline: auto;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .left-big-image h2.mobile {
  font-size: 2.5em;
  text-align: center;
  display: block;
  padding-bottom: 1em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .left-big-image img {
  font-size: 1em;
  border-radius: 2em;
  display: block;
  max-width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents {
  font-size: 1em;
  width: 100%;
  text-align: center;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents > * + * {
  margin-top: 1.5em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents h2 {
  font-size: 2.5em;
  display: none;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents p {
  font-size: 1.2em;
  line-height: 1.5em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents button {
  font-size: 1em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.2em 3em;
  width: min(21em, 75%);
  margin-inline: auto;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  gap: 1em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media h3 {
  font-size: 1em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons a {
  font-size: 1em;
  display: block;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons a svg {
  font-size: 1em;
  display: block;
  width: 4.5em;
  height: fit-content;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons a svg path {
  transition: fill 0.3s ease-in-out;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons a svg:hover path {
  fill: #e1b724;
}
.book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media .socmed-icons svg#fb {
  margin-right: -0.95em;
}
@media (min-width: 1024px) {
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents {
    display: flex;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .left-big-image {
    margin-inline: unset;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .left-big-image h2.mobile {
    display: none;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents {
    width: 30%;
    text-align: unset;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents h2 {
    display: block;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents button {
    width: auto;
    margin-inline: unset;
  }
  .book-with-us-container .book-with-us-wrapper .book-with-us-contents .main-contents .right-text-contents .social-media {
    justify-content: unset;
  }
}
.instagram-feed-container {
  font-size: 1em;
}
.instagram-feed-container .instagram-feed-wrapper {
  font-size: 1em;
  padding: 8em 0;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents {
  font-size: 1em;
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  padding-bottom: 5em;
  padding: 1em;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .ig-feed-container {
  display: grid;
  place-content: center;
  padding: 3em 0;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .ig-feed-container .ig-feed-contents {
  display: block;
  grid-template-columns: repeat(3, 1fr);
  width: min(70em, 100%);
  margin-inline: auto;
  gap: 0.5em;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .ig-feed-container .ig-feed-contents.loaded {
  display: grid;
  width: 100%;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .ig-feed-container .ig-feed-contents img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design {
  font-size: 1em;
  text-align: center;
  position: relative;
  /*
  original
  h2{


    width: fit-content;
    margin-inline: auto;
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 0 3em;
  color: variables.$default-navbar-color;
  }

  */
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design h2 {
  font-size: 1.5em;
  color: #327ac3;
  width: fit-content;
  margin-inline: auto;
  background-color: white;
  position: relative;
  z-index: 1;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design h2 em {
  font-style: normal;
  color: #e1b724;
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design::before {
  font-size: 1em;
  position: absolute;
  content: "";
  top: 50%;
  right: 0%;
  height: 5px;
  width: 200%;
  background-color: #e1b724;
  transform: translateY(-50%);
}
.instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design::after {
  font-size: 1em;
  position: absolute;
  content: "";
  top: 50%;
  left: 29%;
  height: 5px;
  width: 200%;
  background-color: #327ac3;
  transform: translateY(-50%);
}

@media (min-width: 320px) {
  .instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design h2 {
    font-size: 4vw;
    padding: 0 1em;
  }
}
@media (min-width: 1024px) {
  .instagram-feed-container .instagram-feed-wrapper .instagram-feed-contents .title-design h2 {
    font-size: 2.5em;
    padding: 0 3em;
  }
}
.footer-container {
  display: none;
}

.mobile-footer-container {
  font-size: clamp(0.5rem, 1.5vw, 0.75rem);
  position: relative;
  color: white;
}
.mobile-footer-container::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 0.75em;
  background-color: #e1b724;
}
.mobile-footer-container .mobile-footer-wrapper {
  font-size: 1em;
  background-color: #327ac3;
  padding: 4em 0;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents {
  width: min(32em, 60%);
  margin-inline: auto;
  font-size: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .viber-whatsapp {
  font-size: 1em;
  gap: 1em;
  display: flex;
  align-content: center;
  justify-content: center;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .viber-whatsapp svg {
  font-size: 1em;
  width: 3.5em;
  display: block;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents > * + * {
  margin-top: 2rem;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents a {
  color: white;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .top-img {
  font-size: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .top-img img {
  font-size: 1em;
  display: block;
  width: 100%;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents ul.links {
  font-size: 1em;
  text-align: center;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents ul.links li {
  font-size: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents ul.links li a {
  font-size: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents ul.links li a span {
  font-size: 1.5em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents ul.links > * + * {
  margin-top: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents button {
  font-size: 1.5em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  margin-inline: auto;
  padding: 0.95em 0;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts {
  margin-top: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts > * + * {
  margin-top: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts span {
  font-size: 1.5em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts svg {
  font-size: 1em;
  width: 3em;
  aspect-ratio: 3/2;
  object-fit: contain;
  height: fit-content;
  fill: #e1b724;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts svg path {
  fill: #e1b724;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .phone-number,
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .email {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .phone-number > *,
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .email > * {
  flex-shrink: 0;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .email {
  font-size: 1em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .contacts .email svg {
  width: 2.5em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper {
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper span {
  font-size: 1.3em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons a {
  font-size: 1em;
  display: block;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons a svg {
  font-size: 1em;
  width: 5em;
  aspect-ratio: 3/2;
  object-fit: contain;
  height: fit-content;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons a svg path {
  transition: fill 0.3s ease-in-out;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons a svg:hover path {
  fill: #e1b724;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .socmed-wrapper .socmed-icons a:last-child {
  margin-left: -2em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .terms-and-privacy-wrapper {
  font-size: 0.75em;
  text-align: center;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .terms-and-privacy-wrapper span {
  display: block;
  font-size: 1.5em;
}
.mobile-footer-container .mobile-footer-wrapper .mobile-footer-contents .terms-and-privacy-wrapper a {
  color: white;
  display: block;
  font-size: 1.5em;
}

@media (min-width: 1024px) {
  .mobile-footer-container {
    display: none;
  }
  .footer-container {
    position: relative;
    font-size: max(0.65rem, min(1vw, 1rem));
    color: white;
    background-color: #327ac3;
    display: block;
  }
  .footer-container::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 0.5em;
    background-color: #e1b724;
  }
  .footer-container .footer-wrapper {
    font-size: 1em;
    padding: 3em 0;
  }
  .footer-container .footer-wrapper .footer-contents {
    font-size: 1em;
    width: min(85rem, 85%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    min-height: 15em;
  }
  .footer-container .footer-wrapper .footer-contents p,
  .footer-container .footer-wrapper .footer-contents a,
  .footer-container .footer-wrapper .footer-contents small {
    font-weight: 500;
    font-size: 1.15em;
  }
  .footer-container .footer-wrapper .footer-contents small {
    display: block;
    font-size: 0.75em;
  }
  .footer-container .footer-wrapper .footer-contents .left {
    font-size: 1em;
    height: 100%;
    border-right: 2px solid white;
    display: grid;
    place-content: center;
    padding-right: 3em;
    border-right: 2px solid white;
  }
  .footer-container .footer-wrapper .footer-contents .left img {
    width: 15em;
    font-size: 1em;
    display: block;
  }
  .footer-container .footer-wrapper .footer-contents .middle {
    font-size: 1em;
    height: 100%;
    border-right: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-container .footer-wrapper .footer-contents .middle ul {
    font-size: 1em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 75%;
    column-gap: 6.5em;
  }
  .footer-container .footer-wrapper .footer-contents .middle ul li {
    font-size: 1em;
  }
  .footer-container .footer-wrapper .footer-contents .middle ul li a {
    color: white;
  }
  .footer-container .footer-wrapper .footer-contents .right {
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-container .footer-wrapper .footer-contents .right .viber-whatsapp {
    font-size: 1em;
    display: flex;
    align-items: center;
    transform: translateX(-0.5em);
  }
  .footer-container .footer-wrapper .footer-contents .right .viber-whatsapp svg {
    font-size: 1em;
    display: block;
    width: 3em;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents {
    font-size: 1em;
    padding: 0 3em;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents a {
    color: white;
    font-size: 0.85em;
    display: block;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents > * + * {
    margin-top: 1rem;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons {
    font-size: 1em;
    display: flex;
    align-items: center;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons a {
    display: block;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons a svg {
    font-size: 1em;
    width: 4em;
    height: fit-content;
    aspect-ratio: 3/2;
    object-fit: contain;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons a svg path {
    transition: fill 0.3s ease-in-out;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons a svg:hover path {
    fill: #e1b724;
  }
  .footer-container .footer-wrapper .footer-contents .right .info-contents .socmed-icons a svg:last-child {
    margin-left: -0.9em;
  }
}
#modal.desktop-contact {
  position: fixed;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 122, 194, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out;
}
#modal.desktop-contact.active {
  opacity: 1;
  pointer-events: auto;
}
#modal.desktop-contact .close-modal {
  position: fixed;
  top: 5%;
  right: 5%;
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: white;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
#modal.desktop-contact .close-modal svg {
  font-size: 1em;
  display: block;
  width: 2em;
  stroke-width: 0.3em;
}
#modal.desktop-contact .close-modal svg path {
  stroke: #327ac3;
}
#modal.desktop-contact.desktop-contact {
  font-size: 1.2em;
}
#modal.desktop-contact.desktop-contact .sidebar-contents {
  font-size: 1em;
  width: 100%;
  display: flex;
  transform: translateX(0%);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
  color: white;
}

#modal {
  position: fixed;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 122, 194, 0.75);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease-out;
}
#modal.active {
  opacity: 1;
  pointer-events: auto;
}
#modal .close-modal {
  position: fixed;
  top: 5%;
  right: 5%;
  font-size: 1em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: white;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
#modal .close-modal svg {
  font-size: 1em;
  display: block;
  width: 2em;
  stroke-width: 0.3em;
}
#modal .close-modal svg path {
  stroke: #327ac3;
}
#modal.sidebar {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents {
  font-size: 1em;
  width: 200%;
  display: flex;
  transform: translateX(0%);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
  color: white;
}
#modal.sidebar .sidebar-contents.toggle {
  transform: translateX(-100%);
}
#modal.sidebar .sidebar-contents > * {
  flex-shrink: 0;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents {
  font-size: 1em;
  width: 60%;
  margin-inline: auto;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents > * + * {
  margin-top: 2rem;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents a {
  color: white;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .top-img {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .top-img img {
  font-size: 1em;
  display: block;
  width: 100%;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents ul.links {
  font-size: 1em;
  text-align: center;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents ul.links li {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents ul.links li a {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents ul.links li a span {
  font-size: 1.5em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents ul.links > * + * {
  margin-top: 2rem;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents button {
  font-size: 1.5em;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  margin-inline: auto;
  padding: 0.95em 0;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts > * + * {
  margin-top: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts span {
  font-size: 1.5em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts svg {
  font-size: 1em;
  width: 3em;
  aspect-ratio: 3/2;
  object-fit: contain;
  height: fit-content;
  fill: #e1b724;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts svg path {
  fill: #e1b724;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .phone-number,
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .email {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .phone-number > *,
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .email > * {
  flex-shrink: 0;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .email {
  font-size: 1em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .contacts .email svg {
  width: 2.5em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .socmed-wrapper {
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .socmed-wrapper span {
  font-size: 1.3em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .socmed-wrapper .socmed-icons {
  font-size: 1em;
  display: flex;
  align-items: center;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .socmed-wrapper .socmed-icons svg {
  font-size: 1em;
  width: 5em;
  aspect-ratio: 3/2;
  object-fit: contain;
  height: fit-content;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .socmed-wrapper .socmed-icons svg:last-child {
  margin-left: -2em;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .terms-and-privacy-wrapper {
  font-size: 0.75em;
  text-align: center;
}
#modal.sidebar .sidebar-contents .mobile-footer-contents .mobile-footer-main-contents .terms-and-privacy-wrapper span {
  display: block;
  font-size: 1.5em;
}

@media (min-width: 1024px) {
  #modal {
    display: none;
  }
  #modal.desktop-contact .close-modal {
    font-size: 0.65em;
  }
}
#modal.desktop-contact .contact-us-modal-container {
  font-size: 1em;
  width: 100%;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-go-back {
  font-size: 1em;
  display: block;
  margin-top: 2em;
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 4em;
  margin-inline: auto;
}
#modal.desktop-contact .contact-us-modal-container .close-modal {
  font-size: 1em;
  margin-top: 2em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: white;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
#modal.desktop-contact .contact-us-modal-container .close-modal svg {
  font-size: 1em;
  display: block;
  width: 2em;
  stroke-width: 0.3em;
}
#modal.desktop-contact .contact-us-modal-container .close-modal svg path {
  stroke: #327ac3;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper {
  width: min(30em, 90%);
  margin-inline: auto;
  background-color: white;
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents {
  font-size: 1em;
  padding: 2em;
  color: black;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents > * + * {
  margin-top: 1.5em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-header {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form {
  font-size: 1em;
  width: 100%;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form input,
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form textarea {
  width: 100%;
  display: block;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 0.45em;
  border: 0.05em solid #327ac3;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form input:focus,
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form textarea:focus {
  outline: 0.09em solid #327ac3;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form > * + * {
  margin-top: 0.5em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert {
  font-size: 1em;
  margin: 0.75em 0;
  outline: 1px solid var(--alert-color);
  color: var(--alert-color);
  border-radius: 0.2em;
  background-color: rgba(var(--rgb-values), 0.12);
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents {
  font-size: 1em;
  padding: 0.35em;
  display: flex;
  align-items: center;
  gap: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type svg {
  font-size: 1em;
  width: 3em;
  display: block;
  stroke: var(--alert-color);
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message p {
  color: var(--text-alert-color);
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button {
  font-size: 1em;
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.3em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button svg {
  font-size: 1em;
  display: none;
  width: 2em;
  height: fit-content;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button span {
  font-size: 1em;
  display: block;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button.loading span {
  display: none;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button.loading svg {
  display: block;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper > * + * {
  margin-top: 0.5em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper svg {
  object-fit: contain;
  aspect-ratio: 3/2;
  width: 1.5em;
  height: fit-content;
  fill: #e1b724;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper svg path {
  fill: #e1b724;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper a {
  color: #327ac3;
  gap: 2em;
  display: grid;
  grid-template-columns: 3em 1fr;
  column-gap: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .left-icons {
  display: flex;
  align-items: center;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .left-icons svg {
  font-size: 1em;
  display: block;
  height: fit-content;
  aspect-ratio: 3/2;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .right {
  display: flex;
  align-items: center;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .right svg {
  width: 2em;
  display: block;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper span {
  font-size: 1em;
  display: block;
  font-weight: 500;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper {
  display: flex;
  align-items: center;
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper a {
  font-size: 1em;
}
#modal.desktop-contact .contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper a svg {
  font-size: 1em;
  display: block;
}

.contact-us-modal-container {
  font-size: 1em;
  width: 100%;
}
.contact-us-modal-container .contact-us-go-back {
  font-size: 1em;
  display: block;
  margin-top: 2em;
  aspect-ratio: 3/2;
  object-fit: contain;
  width: 4em;
  margin-inline: auto;
}
.contact-us-modal-container .close-modal {
  font-size: 1em;
  margin-top: 2em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: white;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
.contact-us-modal-container .close-modal svg {
  font-size: 1em;
  display: block;
  width: 2em;
  stroke-width: 0.3em;
}
.contact-us-modal-container .close-modal svg path {
  stroke: #327ac3;
}
.contact-us-modal-container .contact-us-modal-wrapper {
  width: min(34em, 90%);
  margin-inline: auto;
  background-color: white;
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents {
  font-size: 1.3em;
  padding: 2em;
  color: black;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents > * + * {
  margin-top: 1.5em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-header {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-header span {
  display: block;
  font-size: 2em;
  font-weight: 700;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form {
  font-size: 1em;
  width: 100%;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form input,
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form textarea {
  width: 100%;
  display: block;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 0.45em;
  border: 0.05em solid #327ac3;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form input:focus,
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form textarea:focus {
  outline: 0.09em solid #327ac3;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-body form > * + * {
  margin-top: 0.5em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert {
  font-size: 1em;
  margin: 0.75em 0;
  outline: 1px solid var(--alert-color);
  color: var(--alert-color);
  border-radius: 0.2em;
  background-color: rgba(var(--rgb-values), 0.12);
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents {
  font-size: 1em;
  padding: 0.35em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type svg {
  font-size: 1em;
  width: 3em;
  display: block;
  stroke: var(--alert-color);
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message p {
  color: var(--text-alert-color);
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button {
  font-size: 1em;
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.3em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button span {
  font-size: 1em;
  display: block;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button svg {
  font-size: 1em;
  display: none;
  width: 2em;
  height: fit-content;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button.loading span {
  display: none;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .contact-us-modal-footer button.loading svg {
  display: block;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper > * + * {
  margin-top: 0.5em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper svg {
  object-fit: contain;
  aspect-ratio: 3/2;
  width: 1.5em;
  height: fit-content;
  fill: #e1b724;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper svg path {
  fill: #e1b724;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper a {
  color: #327ac3;
  gap: 2em;
  display: grid;
  grid-template-columns: 3em 1fr;
  column-gap: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper span {
  font-size: 1em;
  display: block;
  font-weight: 500;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper {
  display: flex;
  align-items: center;
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper .left-icons {
  display: flex;
  align-items: center;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper .left-icons svg {
  font-size: 1.2em;
  display: block;
  height: fit-content;
  aspect-ratio: 3/2;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper .right {
  display: flex;
  align-items: center;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper a {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .phone-wrapper a svg {
  font-size: 2em;
  display: block;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .email-wrapper {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .email-wrapper a {
  font-size: 1em;
}
.contact-us-modal-container .contact-us-modal-wrapper .contact-us-modal-contents .socmeds-wrapper .email-wrapper a svg {
  font-size: 1em;
  display: block;
}

.gallery-container {
  font-size: 1em;
}
.gallery-container .gallery-wrapper {
  font-size: 1em;
  padding: 8em 0 10em 0;
}
.gallery-container .gallery-wrapper .gallery-contents {
  font-size: 1em;
  width: min(85rem, 85%);
  margin-inline: auto;
}
.gallery-container .gallery-wrapper .gallery-contents > * + * {
  margin-top: 3em;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper {
  font-size: 1em;
  width: min(44em, 100%);
  text-align: center;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper > * + * {
  margin-top: 2em;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper .top-title {
  font-size: 1em;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper .top-title h1 {
  font-size: 3em;
  color: #327ac3;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper .top-title h1 em {
  font-size: 1em;
  color: #e1b724;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper .middle-description {
  font-size: 1em;
}
.gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper .middle-description p {
  font-size: 1.3em;
  font-weight: 500;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper {
  font-size: 1em;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents {
  font-size: 1em;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images {
  font-size: 1em;
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images .image-container span {
  font-size: 1.2em;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #327ac3;
  margin: 1em 0;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images .image-container .image-wrapper {
  font-size: 1em;
  overflow: hidden;
  border-radius: 2em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images .image-container .image-wrapper:hover {
  outline: 0.13em solid #327ac3;
}
.gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images .image-container .image-wrapper img {
  font-size: 1em;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 385px) {
  .gallery-container .gallery-wrapper .gallery-contents .everything-is-text-wrapper {
    text-align: unset;
  }
  .gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media (min-width: 571px) {
  .gallery-container .gallery-wrapper .gallery-contents .image-carousel-wrapper .image-carousel-contents .images .image-container:last-child {
    grid-column: unset;
    width: auto;
    margin-inline: unset;
  }
}
.overlay-album-container {
  display: none;
  position: fixed;
  font-size: 1em;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.overlay-album-container .overlay-album-wrapper {
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-album-container .overlay-album-wrapper .overlay-album-contents {
  width: min(50em, 90%);
  background-color: red;
  height: 75%;
  font-size: 1em;
}
.overlay-album-container .overlay-album-wrapper .overlay-album-contents .swiper-album {
  font-size: 1em;
  width: 75%;
  height: 100%;
  margin-inline: auto;
  background-color: white;
}
.overlay-album-container .overlay-album-wrapper .overlay-album-contents .swiper-album .swiper-wrapper {
  font-size: 1em;
}
.overlay-album-container .overlay-album-wrapper .overlay-album-contents .swiper-album .swiper-wrapper .swiper-slide {
  font-size: 1em;
}

.services-container {
  position: relative;
  font-size: 1em;
}
.services-container .swiper-services-pagination {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
  top: unset;
  display: flex;
  align-items: center;
  width: 70%;
  gap: 0.5em;
  z-index: 2;
  justify-content: space-between;
  margin-inline: auto;
}
.services-container .swiper-services-pagination .swiper-pagination-bullet {
  width: 100% !important;
  height: 0.3em !important;
  border-radius: unset !important;
}
.services-container .swiper-services-pagination .swiper-pagination-bullet[aria-current=true] {
  background-color: white !important;
}
.services-container .services-wrapper {
  font-size: 1em;
}
.services-container .services-wrapper .services-contents {
  font-size: 1em;
  overflow: hidden;
  color: white;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper {
  font-size: 1em;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services {
  font-size: 1em;
  width: 100%;
  height: 85vh;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper {
  font-size: 1em;
  width: 100%;
  height: 100%;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide {
  font-size: 1em;
  position: relative;
  width: 100%;
  height: 100%;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide img.background-image {
  font-size: 1em;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 1.5s ease-out;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .swiper-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .swiper-slideshow img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents {
  font-size: 1em;
  background-color: rgba(50, 122, 195, 0.75);
  width: 100%;
  height: auto;
  padding: 3em 4em 8em 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents > * + * {
  margin-top: 1.5em;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .top-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .top-title h1 {
  font-size: 3em;
  font-weight: 700;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .middle-description {
  font-size: 1.2em;
  text-align: center;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons a {
  font-size: 1em;
  display: block;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons a button {
  font-size: 1em;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons a:first-child button {
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.22em 1.5em;
}
.services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons a:last-child button {
  display: block;
  color: white;
  padding: 0.55em 1.5em;
  cursor: pointer;
  border: 0.25em solid white;
  background-color: transparent;
  outline: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1em 1.5em;
}

@media (min-width: 1024px) {
  .services-container .swiper-services-pagination {
    bottom: unset;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    display: block;
    width: fit-content;
    gap: unset;
    margin-inline: unset;
  }
  .services-container .swiper-services-pagination > * + * {
    margin-top: 0.5em !important;
  }
  .services-container .swiper-services-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.45em !important;
    height: 3em !important;
  }
  .services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents {
    position: relative;
    bottom: unset;
    height: 100%;
    width: min(50em, 100%);
    padding: 4em 8em;
  }
  .services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .top-title {
    text-align: unset;
  }
  .services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .middle-description {
    text-align: unset;
  }
  .services-container .services-wrapper .services-contents .swiper-services-wrapper .swiper-services .swiper-wrapper .swiper-slide .inner-contents .text-contents .bottom-buttons {
    justify-content: unset;
  }
}
/*Notes here
- Lahat ng texts sa loob ng blue na box is dapat same size na font-size: 1.5em
*/
.under-construction-container {
  position: relative;
  font-size: max(0.5rem, min(1.25vw, 1rem));
  position: fixed;
  inset: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  background-color: #327ac3;
}
.under-construction-container::after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background-image: url("../../assets//images/discover-image-11.jpg");
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}
.under-construction-container .under-construction-wrapper {
  font-size: 1em;
  width: min(85rem, 85%);
  margin-inline: auto;
}
.under-construction-container .under-construction-wrapper .under-construction-contents {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__header {
  font-size: 1em;
  padding: 0 0 5em 0;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__header img {
  display: block;
  width: min(30rem, 100%);
  margin-inline: auto;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container {
  font-size: 1em;
  display: block;
  justify-content: center;
  gap: 2em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > * {
  width: 100%;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left {
  color: white;
  font-size: 1em;
  text-align: center;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents {
  width: 100%;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents > * + * {
  margin-top: 2em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .page-title {
  font-size: 3em;
  font-weight: 700;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .page-title p {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .page-subtitle {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .page-subtitle p {
  margin-inline: auto;
  font-size: 1em;
  width: fit-content;
  padding: 1em;
  background-color: #e1b724;
  color: white;
  border-radius: 0.5em;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds .socmeds-flex-container {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds .socmeds-flex-container .left {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds .socmeds-flex-container .right {
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds .socmeds-flex-container .right svg {
  font-size: 1em;
  display: block;
  width: 1.5em;
  height: fit-content;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .disclaimer-message {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .disclaimer-message p {
  margin-inline: auto;
  font-size: 1em;
  width: fit-content;
  padding: 1em;
  background-color: white;
  color: #327ac3;
  border-radius: 0.5em;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right {
  font-size: 1em;
  margin-top: 3em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container {
  font-size: 1.25em;
  background-color: white;
  width: 55%;
  margin-inline: auto;
  padding: 1.25em;
  border-radius: 0.25em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-header p {
  padding: 0.5em 0;
  color: #327ac3;
  font-weight: 700;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form > * + * {
  margin-top: 0.35em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form input,
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form textarea {
  font-size: 1em;
  width: 100%;
  display: block;
  padding: 0.25em;
  border: 1px solid #327ac3;
  resize: none;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form input:focus,
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form textarea:focus {
  outline: 1px solid #327ac3;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form button {
  font-size: 1em;
  font-weight: 700;
  width: 100%;
  padding: 0.75em;
  background-color: #e1b724;
  color: white;
  border: none;
  border-radius: 0.5em;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  transition: transform 150ms ease-in-out;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container form button:active {
  transform: scale(0.95);
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer {
  font-size: 1em;
  margin-top: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer > * + * {
  margin-top: 0.5em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper span {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper p {
  font-size: 1em;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper {
  font-size: 1em;
  display: flex;
  gap: 1em;
  align-items: center;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper svg {
  display: block;
  font-size: 1em;
  width: 1em;
  fill: #e1b724;
}
.under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container .form-footer .icon-wrapper p {
  color: #327ac3;
  font-size: 1em;
  font-weight: 500;
}

.main-container {
  visibility: hidden;
}

.preloader {
  font-size: 1em;
  z-index: 10;
  position: fixed;
  inset: 0;
  background-color: white;
}
.preloader .preloader-wrapper {
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.preloader .preloader-wrapper .preloader-contents {
  font-size: 1em;
  width: min(18em, 50%);
  margin-inline: auto;
}
.preloader .preloader-wrapper .preloader-contents img {
  font-size: 1em;
  display: block;
  margin-inline: auto;
  width: min(18em, 80%);
  object-fit: cover;
}
.preloader .preloader-wrapper .preloader-contents .loading-container {
  font-size: 1em;
  width: 100%;
}
.preloader .preloader-wrapper .preloader-contents .loading-container .progress-bar-container {
  width: 100%;
  height: 1.05em;
  border: 0.15em solid #e1b724;
  border-radius: 0.25em;
  font-size: 1em;
  padding: 0.17em;
}
.preloader .preloader-wrapper .preloader-contents .loading-container .progress-bar-container .progress-bar {
  font-size: 1em;
  width: 100%;
  height: 100%;
  background-color: #e1b724;
  transform-origin: left;
  transform: scaleX(0);
}

@media (min-width: 886px) {
  .under-construction-container {
    font-size: max(0.6rem, min(1.75vw, 1rem));
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container {
    display: flex;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left {
    text-align: unset;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .page-subtitle p {
    margin-inline: unset;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .socmeds .socmeds-flex-container {
    justify-content: unset;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .left .contents .disclaimer-message p {
    margin-inline: unset;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right {
    margin-top: unset;
  }
  .under-construction-container .under-construction-wrapper .under-construction-contents__flex-container > .right .form-container {
    font-size: 1em;
    width: fit-content;
  }
}
.contact-container {
  background-color: #327ac3;
  color: white;
  display: grid;
  place-items: center;
  min-height: 85vh;
  padding: 10em 0;
}
.contact-container__contents {
  width: min(40rem, 90%);
}
.contact-container__contents > .header {
  text-align: center;
}
.contact-container__contents > * + * {
  margin-top: 1rem;
}
.contact-container__contents > form > * + * {
  margin-top: 1rem;
}
.contact-container__contents > form > input,
.contact-container__contents > form textarea,
.contact-container__contents > form button {
  display: block;
  padding: 1em;
  width: 100%;
  border-radius: 0.25rem;
  border: none;
}
.contact-container__contents > form button {
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1em;
  font-weight: 600;
}
.contact-container__contents > form .contact-us-modal-footer {
  font-size: 1em;
}
.contact-container__contents > form .contact-us-modal-footer .form-alert {
  font-size: 1em;
  margin: 0.75em 0;
  outline: 1px solid var(--alert-color);
  color: var(--alert-color);
  border-radius: 0.2em;
  background-color: rgba(var(--rgb-values), 0.12);
}
.contact-container__contents > form .contact-us-modal-footer .form-alert .form-alert-contents {
  font-size: 1em;
  padding: 0.35em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-container__contents > form .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type {
  font-size: 1em;
}
.contact-container__contents > form .contact-us-modal-footer .form-alert .form-alert-contents .icon-alert-type svg {
  font-size: 1em;
  width: 3em;
  display: block;
  stroke: var(--alert-color);
}
.contact-container__contents > form .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message {
  font-size: 1em;
}
.contact-container__contents > form .contact-us-modal-footer .form-alert .form-alert-contents .right-alert-message p {
  color: white;
}
.contact-container__contents > form .contact-us-modal-footer button {
  font-size: 1em;
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  padding: 0.75em 1.5em;
  cursor: pointer;
  background-color: #e1b724;
  outline: none;
  border: none;
  border-radius: 0.65em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0.3em;
  padding: 1.15em;
}
.contact-container__contents > form .contact-us-modal-footer button svg {
  font-size: 1em;
  display: none;
  width: 2em;
  height: fit-content;
}
.contact-container__contents > form .contact-us-modal-footer button span {
  font-size: 1em;
  display: block;
}
.contact-container__contents > form .contact-us-modal-footer button.loading span {
  display: none;
}
.contact-container__contents > form .contact-us-modal-footer button.loading svg {
  display: block;
}

@media (min-width: 1024px) {
  .contact-container {
    padding: unset;
  }
}
:root {
  --alert-color: red;
  --rgb-values: 255, 0, 0;
  --text-alert-color: black;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body #fake-scrollbar {
  width: 10px;
  height: 100%;
  background-color: black;
}
body.scroll-disabled {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #327ac3;
}
body::-webkit-scrollbar-thumb:hover {
  background: #0f66bd;
}

.btn-open-contact-form {
  cursor: pointer;
}

.main-container {
  position: relative;
  font-size: max(0.6rem, min(1.75vmin, 1rem));
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
}
@media (min-width: 1094px) {
  .main-container {
    padding-top: 9rem;
  }
}
@media (min-width: 1201px) {
  .main-container {
    padding-top: 10rem;
  }
}

.fnt-medium {
  font-weight: 700;
}

.fnt-semibold {
  font-weight: 600;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal > * + * {
  margin: 0 1em;
}

.swiper-pagination-bullet {
  background: #a1aeb1;
  width: 1em !important;
  height: 1em !important;
  opacity: 0.75;
}
@media screen and (min-width: 1024px) {
  .swiper-pagination-bullet {
    width: 1em !important;
    height: 1em !important;
  }
}

.swiper-pagination-bullet-active {
  background: #e1b724 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e1b724;
}

.swiper-slide {
  cursor: grab;
  height: auto;
}

.clickable {
  transform-origin: center;
  transition: transform 150ms ease-out;
  will-change: transform;
  cursor: pointer;
}
.clickable:hover {
  transform: scale(0.95);
}
.clickable:active {
  transform: scale(0.9);
}

em {
  font-style: normal;
}

.discover-contents {
  visibility: hidden;
}

.residential-contents .top-contents {
  visibility: hidden;
}

.residential-contents .bottom-selections [data-industry] {
  visibility: hidden;
}

.image-comparison-contents {
  visibility: hidden;
}

.testimonials-inside-contents .left {
  visibility: hidden;
}

.testimonials-inside-contents .right {
  visibility: hidden;
}

.testimonials-mobile-wrapper .left-number-rating {
  visibility: hidden;
}

.testimonials-mobile-wrapper .carousel-swiper {
  visibility: hidden;
}/*# sourceMappingURL=main.css.map */