h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  color: var(--primary-color);
}
h1 strong:before,
h2 strong:before,
h3 strong:before,
h4 strong:before,
h5 strong:before,
h6 strong:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: var(--primary-color);
  opacity: 0.15;
}

.navbar-expand .navbar-nav .nav-item a:not(.btn),
.navbar-beige .navbar-nav .nav-item a:not(.btn) {
  color: rgb(244, 243, 241);
  font-weight: 600;
}

.navbar-expand.top .navbar-nav .nav-item a:not(.btn),
.navbar-beige.top .navbar-nav .nav-item a:not(.btn) {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.navbar-expand.top .navbar-nav .nav-item a:not(.btn):hover,
.navbar-beige.top .navbar-nav .nav-item a:not(.btn):hover {
  color: #333 !important;
}

.navbar-sticky .navbar-nav .nav-item a:not(.btn),
.navbar-beige .navbar-nav .nav-item a:not(.btn) {
  color: #333;
}

.navbar-beige {
  background-color: rgb(237, 226, 207);
}

.nav-link i {
  transition: all 0.2s ease-in;
}

.nav-link.opened i {
  transform: rotate(180deg);
}

.c-header-logo {
  height: 70px !important;
}
@media only screen and (min-width : 992px) {
  .c-header-logo {
    height: 80px !important;
  }
}

.c-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-content: center;
}
@media only screen and (min-width : 568px) {
  .c-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 768px) {
  .c-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width : 1080px) {
  .c-footer-grid {
    grid-template-columns: 1fr 165px 165px 165px 165px;
  }
}

.c-footer-grid .c-footer-col .c-footer-link {
  color: rgb(244, 243, 241);
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  transition: all 0.15s ease-in;
}
.c-footer-grid .c-footer-col .c-footer-link:hover {
  color: rgb(224, 186, 124);
}

.c-footer-heading {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}

.c-footer-heading .c-footer-link {
  margin-bottom: 0 !important;
  font-size: 1.2rem !important;
}

.c-footer-logo {
  height: 80px !important;
}
@media only screen and (min-width : 1080px) {
  .c-footer-logo {
    height: 100px !important;
  }
}

.section-beige {
  background-color: rgb(237, 226, 207);
}

.pt-small {
  padding-top: 30px !important;
}

.pt-medium {
  padding-top: 50px !important;
}

.pt-big {
  padding-top: 75px !important;
}
@media only screen and (min-width : 992px) {
  .pt-big {
    padding-top: 100px !important;
  }
}

.pt-huge {
  padding-top: 125px !important;
}
@media only screen and (min-width : 992px) {
  .pt-huge {
    padding-bottom: 150px !important;
  }
}

.pb-small {
  padding-bottom: 30px !important;
}

.pb-medium {
  padding-bottom: 50px !important;
}

.pb-big {
  padding-bottom: 75px !important;
}
@media only screen and (min-width : 992px) {
  .pb-big {
    padding-bottom: 100px !important;
  }
}

.pb-huge {
  padding-bottom: 125px !important;
}
@media only screen and (min-width : 992px) {
  .pb-huge {
    padding-bottom: 150px !important;
  }
}

.pa-small {
  padding: 30px 0 !important;
}

.pa-medium {
  padding: 50px 0 !important;
}

.pa-big {
  padding: 75px 0 !important;
}
@media only screen and (min-width : 992px) {
  .pa-big {
    padding: 100px 0 !important;
  }
}

.pa-huge {
  padding: 125px 0 !important;
}
@media only screen and (min-width : 992px) {
  .pa-huge {
    padding: 150px 0 !important;
  }
}

.mt-small {
  margin-top: 30px !important;
}

.mt-medium {
  margin-top: 50px !important;
}

.mt-big {
  margin-top: 75px !important;
}
@media only screen and (min-width : 992px) {
  .mt-big {
    margin-top: 100px !important;
  }
}

.mt-huge {
  margin-top: 125px !important;
}
@media only screen and (min-width : 992px) {
  .mt-huge {
    margin-bottom: 150px !important;
  }
}

.mb-small {
  margin-bottom: 30px !important;
}

.mb-medium {
  margin-bottom: 50px !important;
}

.mb-big {
  margin-bottom: 75px !important;
}
@media only screen and (min-width : 992px) {
  .mb-big {
    margin-bottom: 100px !important;
  }
}

.mb-huge {
  margin-bottom: 125px !important;
}
@media only screen and (min-width : 992px) {
  .mb-huge {
    margin-bottom: 150px !important;
  }
}

.ma-small {
  margin: 30px 0 !important;
}

.ma-medium {
  margin: 50px 0 !important;
}

.ma-big {
  margin: 75px 0 !important;
}
@media only screen and (min-width : 992px) {
  .ma-big {
    margin: 100px 0 !important;
  }
}

.ma-huge {
  margin: 125px 0 !important;
}
@media only screen and (min-width : 992px) {
  .ma-huge {
    margin: 150px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
  }
}

form input[type=checkbox] {
  background-color: transparent;
  border: 0.1em solid rgb(224, 186, 124);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font-size: 20px;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form input[type=checkbox]::before {
  background-color: rgb(224, 186, 124);
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
form input[type=checkbox]:checked::before {
  transform: scale(1);
}
form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.c-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero {
  position: relative;
}
.hero .swiper-slide, .hero .swiper-wrapper, .hero .swiper-container {
  height: 560px;
  min-height: 560px;
}
@media only screen and (min-width : 992px) {
  .hero .swiper-slide, .hero .swiper-wrapper, .hero .swiper-container {
    height: 100vh;
  }
}
@media only screen and (min-width : 1200px) {
  .hero .swiper-slide, .hero .swiper-wrapper, .hero .swiper-container {
    min-height: 720px;
  }
}

.c-hero-btn {
  font-size: 16px !important;
}
@media only screen and (min-width : 768px) {
  .c-hero-btn {
    font-size: 18px !important;
  }
}

.features .icon:before {
  color: rgb(255, 255, 255);
}
.features .card {
  padding: 30px;
}
@media only screen and (min-width : 768px) {
  .features .card {
    height: 100%;
  }
}

.testimonialSwiper .swiper-slide {
  height: auto;
}

.testimonialSwiper .swiper-wrapper {
  cursor: pointer;
}

.c-testimonials-authorImg {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.c-testimonials-author {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.2rem;
  margin-top: 10px;
}

.c-testimonials-authorDesc {
  margin-bottom: 20px !important;
}

.c-testimonials-badgeBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) {
  .c-testimonials-badgeBox {
    gap: 50px;
  }
}

.c-testimonials-badge:hover .c-testimonials-badgeImg {
  transform: scale(1.05);
}

.c-testimonials-badgeImg {
  width: 126px;
  height: 51px;
  object-fit: contain;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width : 992px) {
  .c-testimonials-badgeImg {
    width: 158px;
    height: 64px;
  }
}

.subscribe {
  position: relative;
}

.c-cta {
  padding: 125px 0 !important;
  overflow: hidden;
}

.c-cta-img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-cta-submitBtn {
  padding: 12px 10px !important;
  transition: all 0.2s ease-in !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media only screen and (min-width : 480px) {
  .c-cta-submitBtn {
    padding: 12px 25px !important;
  }
}

.c-cta-contactBtn {
  display: inline-block !important;
  margin: 0 !important;
}

.c-cta-contact {
  display: flex;
  justify-content: center;
}

.c-cta-contactInput {
  max-width: 280px;
  width: 100%;
}
.c-cta-contactInput input {
  padding: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-cta-contactInput input::placeholder {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 568px) {
  .c-cta-contactInput input {
    padding: 1rem;
  }
}

.c-twoCols-image {
  border-radius: 10px;
  object-fit: cover;
  height: 360px;
}
@media only screen and (min-width : 568px) {
  .c-twoCols-image {
    height: 400px;
  }
}
@media only screen and (min-width : 992px) {
  .c-twoCols-image {
    height: 480px;
  }
}

.c-twoCols-benefitsGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 568px) {
  .c-twoCols-benefitsGrid {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

.c-twoCols-benefitsItem i::before {
  font-size: 1.8rem;
}

.c-twoCols-benefitsHeading {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 20px;
  margin-bottom: 0.4em;
}
@media only screen and (min-width : 1200px) {
  .c-twoCols-benefitsHeading {
    font-size: 24px;
  }
}

.c-twoCols-benefitsIcon {
  width: 35px;
  height: 35px;
}

.c-intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.intro {
  position: relative;
}
.intro .swiper-slide, .intro .swiper-wrapper, .intro .swiper-container {
  height: auto;
}
.intro .swiper-slide {
  padding: 135px 0;
}
@media only screen and (min-width : 992px) {
  .intro .swiper-slide {
    padding: 175px 0;
  }
}

.c-purpose-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}

.c-purpose-icon {
  width: 50px;
  height: 50px;
}

.c-purpose-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-purpose-content {
  z-index: 10;
  position: relative;
}

.c-purpose-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 30px;
  justify-content: space-between;
}
@media only screen and (min-width : 992px) {
  .c-purpose-card {
    padding: 80px 40px;
  }
}
.c-purpose-card:hover .c-purpose-readmore {
  border-color: transparent;
}

.c-purpose-icon {
  margin-bottom: 30px !important;
}

.c-purpose-heading {
  font-size: 1.6rem;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 992px) {
  .c-purpose-heading {
    font-size: 1.8rem;
  }
}

.c-purpose-text {
  font-size: 1.15rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-weight: 500;
}

.c-purpose-readmore {
  font-size: 1.05rem;
  border-bottom: 1px solid rgb(224, 186, 124);
  transition: all 0.15s ease-in;
  z-index: 10;
  position: relative;
  width: fit-content;
}

.c-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 640px) {
  .c-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .c-cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-cards-icon {
  width: 50px;
  height: 50px;
}

.c-cards-card {
  height: 100%;
  padding: 30px;
  justify-content: space-between;
}
.c-cards-card:hover .c-cards-readmore {
  border-color: transparent;
}

.c-cards-icon {
  margin: 0 0 20px 0 !important;
  font-size: 40px;
  text-align: left !important;
}

.c-cards-heading {
  font-size: 1.2rem;
}
@media only screen and (min-width : 992px) {
  .c-cards-heading {
    font-size: 1.3rem;
  }
}

.c-cards-text {
  color: #333;
  margin-bottom: 15px !important;
}

.c-cards-readmore {
  color: rgb(224, 186, 124);
  font-weight: 500;
  border-bottom: 1px solid rgb(224, 186, 124);
  transition: all 0.15s ease-in;
  width: fit-content;
}

.faq__mainHeading {
  font-weight: 500;
  margin-bottom: 0.8em;
}
.faq__item {
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width : 992px) {
  .faq__item {
    margin-bottom: 30px;
  }
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  flex-wrap: nowrap;
  column-gap: 20px;
  padding: 20px 20px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s;
}
@media only screen and (min-width : 768px) {
  .faq__question {
    column-gap: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .faq__question {
    padding: 25px 30px;
  }
}
.faq__question svg {
  transition: all 0.3s;
  flex-shrink: 0;
}
.faq__question svg path {
  transition: all 0.2s;
}
.faq__question.opened {
  background-color: rgb(181, 146, 91);
  color: rgb(255, 255, 255);
}
.faq__question.opened svg {
  transform: rotate(-180deg);
}
.faq__question.opened svg path {
  fill: rgb(255, 255, 255);
}
.faq__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1px;
  color: inherit;
  margin: 0;
}
@media only screen and (min-width : 568px) {
  .faq__heading {
    font-size: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .faq__heading {
    font-size: 22px;
  }
}
.faq__answer {
  font-size: 16px;
  line-height: 1.6;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 20px;
}
@media only screen and (min-width : 992px) {
  .faq__answer {
    font-size: 18px;
    line-height: 1.4;
  }
}
.faq__answer.opened {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-faqCards-imgBg {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: rgb(224, 186, 124);
  margin-bottom: 15px;
}

.c-faqCards-img {
  width: 55%;
  height: 55%;
  object-fit: contain;
}

.c-services-label {
  font-weight: 300;
  font-size: 1.6rem;
  margin: 5px 0;
}

.c-contact-icon {
  margin-right: 10px;
  color: rgb(255, 255, 255);
}

.c-contact-link {
  font-weight: 500 !important;
  display: inline-block;
  transition: all 0.15s ease-in;
}
.c-contact-link:hover {
  color: #333 !important;
}

.c-contact-address {
  font-weight: 500 !important;
  display: inline-block;
  transition: all 0.15s ease-in;
  color: rgb(224, 186, 124);
  font-size: 1.2rem;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.c-contact-form-error,
#error {
  font-weight: 500;
  color: #c62f3e;
  margin-top: 5px;
}

.c-contact-oouBox {
  display: flex;
  align-items: center;
  gap: 7px;
}

.c-contact-oouLabel {
  cursor: pointer;
}

.c-contact-badgeBox {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.c-contact-badge:hover .c-contact-badgeImg {
  transform: scale(1.05);
}

.c-contact-badgeImg {
  width: 145px;
  height: 28px;
  margin-left: 10px;
  object-fit: contain;
  object-position: left;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width : 992px) {
  .c-contact-badgeImg {
    height: 28px;
  }
}

.offerSwiper,
.offerRevSwiper {
  width: 100%;
}
.offerSwiper .swiper-slide,
.offerRevSwiper .swiper-slide {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.offerSwiper-pagination,
.offerRevSwiper-pagination {
  position: static;
  display: flex;
  flex-direction: column;
}

.offerSwiper-pagination .swiper-pagination-bullet,
.offerRevSwiper-pagination .swiper-pagination-bullet {
  text-align: left;
  width: auto;
  height: auto;
  padding: 0.625em 0;
  opacity: 1;
  font-weight: 300;
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 0;
  border: none;
  color: #333;
  border-bottom: 1px solid #333;
  margin: 0 !important;
}
@media only screen and (min-width : 992px) {
  .offerSwiper-pagination .swiper-pagination-bullet,
  .offerRevSwiper-pagination .swiper-pagination-bullet {
    font-size: 1.7rem;
  }
}
.offerSwiper-pagination .swiper-pagination-bullet:first-child,
.offerRevSwiper-pagination .swiper-pagination-bullet:first-child {
  padding-top: 0;
}

.offerSwiper-pagination .swiper-pagination-bullet-active,
.offerRevSwiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  font-weight: 400;
}

.c-offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media only screen and (min-width : 768px) {
  .c-offer-grid {
    grid-template-columns: 1fr 340px;
    gap: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .c-offer-grid {
    grid-template-columns: 1fr 420px;
    gap: 60px;
  }
}
@media only screen and (min-width : 1200px) {
  .c-offer-grid {
    grid-template-columns: 1fr 520px;
  }
}

.offerSwiper {
  grid-row: 2;
}
@media only screen and (min-width : 768px) {
  .offerSwiper {
    grid-row: initial;
  }
}

.offerSwiper-reversed .c-offer-grid {
  grid-template-columns: 1fr;
  gap: 50px;
}
@media only screen and (min-width : 768px) {
  .offerSwiper-reversed .c-offer-grid {
    grid-template-columns: 340px 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width : 992px) {
  .offerSwiper-reversed .c-offer-grid {
    grid-template-columns: 420px 1fr;
  }
}
@media only screen and (min-width : 1200px) {
  .offerSwiper-reversed .c-offer-grid {
    grid-template-columns: 520px 1fr;
  }
}

.offerRevSwiper {
  grid-row: 2;
}
@media only screen and (min-width : 768px) {
  .offerRevSwiper {
    grid-column: 2;
    grid-row: 1;
  }
}

.c-numbers-number {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  display: block;
  margin-bottom: 0.2em !important;
  color: rgb(224, 186, 124) !important;
}
@media only screen and (min-width : 992px) {
  .c-numbers-number {
    font-size: 3.2rem !important;
  }
}

.c-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 568px) {
  .c-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width : 568px) {
  .c-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 768px) {
  .c-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-gallery-item {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.c-gallery-image {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in !important;
  border-radius: 0;
}
@media only screen and (min-width : 568px) {
  .c-gallery-image {
    height: 280px;
  }
}
.c-gallery-image:hover {
  transform: scale(1.05);
}

.partners .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners .swiper-slide {
  width: 250px;
}
@media only screen and (min-width : 992px) {
  .partners .swiper-slide {
    width: 300px;
  }
}

.partners .swiper-slide img {
  width: 200px;
  height: 60px;
  object-fit: contain;
}

#default-styled-tab:nth-child(2), #default-styled-tab:nth-child(2) {
  display: none;
}

.calculator button.bg-green {
  display: none;
}

.calculator .text-green {
  color: rgb(224, 186, 124) !important;
}

#slider1,
#slider2 {
  background-image: linear-gradient(rgb(224, 186, 124), rgb(224, 186, 124));
}

.c-videos-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 568px) {
  .c-videos-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .c-videos-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-videos-wide iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.c-videos-shorts iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=custom-main.css.map */
