:root {
  --section-padding: 4rem;
}

header#siteHeader,
footer#footer,
.qlwapp {
  display: none !important;
}

main section {
  position: relative;
}

main section:not(.banner) {
  padding-block: var(--section-padding);
}

picture img,
figure img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

picture.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.h0 {
  font-size: 70px;
  line-height: 105%;
}

main h2,
main h3 {
  line-height: 108% !important;
}

.has-pattern h2,
.has-pattern h3,
.has-pattern.h2,
.has-pattern.h3 {
  position: relative;
  padding-left: calc(58px + 22px);
  margin: 0;
}

.has-pattern h2::before,
.has-pattern h3::before,
.has-pattern.h2::before,
.has-pattern.h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 58px;
  height: 122px;
  background-image: url(/wp-content/uploads/2026/05/pattern-grey.svg);
  background-position: top, left;
  background-size: 33.33%;
}

.anchor-box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px;
  top: 1px;
  left: 0;
  right: 0;
  margin:0 auto;
}

p,
li,
a {
  line-height: 130%;
}

p,
li {
  font-weight: 300;
}

.white,
.white * {
  color: #ffffff;
}

.gold,
.gold * {
  color: #cda72c;
}

.strong,
strong {
  font-weight: 500;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
}

.button {
  display: flex;
  width: fit-content;
  margin-top: 42px;
}

.button button {
  border: 1px solid;
  background: transparent;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 100%;
  text-decoration: none;
  font-weight: 300;
  padding: 20px 38px;
  border-radius: 2px;
  text-align: center;
  font-family: "Wotfard", Calibri, Arial, sans-serif;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 1024px) and (orientation: landscape), (min-width: 1100px) {
  .button button {
    transition: all 200ms ease-in-out;
    cursor: pointer;
    overflow: hidden;
  }
  .button button:hover {
    font-weight: 500 !important;
  }
}

/* LISTS */

ul.fancy-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 22px;
  margin-bottom: 0;
}

ul.fancy-list li {
  position: relative;
  padding-block: 12px;
  padding-left: calc(44px + 22px);
  line-height: 115%;
}

ul.fancy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-size: 16px;
  font-weight: 600;
  color: #cda72c;
}

.col-txt ul.fancy-list li::before {
  color: #cda72c;
  border-color: #b9b9b9;
}

ul.list-border {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
}

ul.list-border li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(25% - ((38px * 3) / 4));
  position: relative;
  padding-bottom: 28px;
  padding-right: 30px;
}

ul.list-border li::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 55px;
  background-color: #212121;
  bottom: 0;
  left: 0;
}

ul.list-border li * {
  margin: 0;
}

ul.list-border li .label {
  letter-spacing: -0.8px;
  font-weight: 400;
  color: #cda72c;
}

ul.list-border li .text {
  font-weight: 400;
  letter-spacing: -0.8px;
  color: #212121;
  font-size: 16px;
}

section.banner picture.hero,
section.banner .container--banner {
  height: 70vh;
}

section.banner .container {
  position: relative;
}

/* Logo */

section.banner .container.top-logo {
  position: absolute;
  top: 0;
  margin-inline: auto;
  left: 0;
  right: 0;
  padding-block: 3.5rem 2.25rem;
}

section.banner .container.top-logo svg {
  width: 158px;
  height: 44px;
}

section.banner .container.top-logo path:first-of-type {
  fill: #fff;
}

/* Hero banner */

section.banner .overlay {
  background: #000000;
  background: linear-gradient(
    34deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

section.banner .container.container--banner {
  padding-block: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

section.banner h1 {
  letter-spacing: -4px;
  font-weight: 300;
}

section.banner h1 * {
  display: block;
}

section.banner p.banner-content {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5rem;
}

/* Banner lists */

section.banner ul.fancy-list li::before {
  color: #fff;
}

section.banner .container.container--list {
  background-color: #fff;
  padding-block: 8rem;
  min-height: 30vh;
}

section.banner .container.container--list div.content {
  padding-right: 20%;
}

/* Form */

section.banner .container.container--form {
  position: absolute;
  width: 480px;
  bottom: 6rem;
  right: 12rem;
  background-color: #efefef;
  padding: 0;
}
section.banner .form-outer {
  padding-block: 3.25rem;
  padding-inline: 2.5rem;
}
.form-inner h2 {
  position: relative;
  padding-left: calc(54px + 18px);
  padding-right: 30%;
}
section.banner .form-inner h2::before {
  width: 66px;
  height: 60px;
}
.form-inner h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 122px;
  background-image: url(/wp-content/uploads/2026/05/pattern-grey.svg);
  background-position: top, left;
  background-size: 33.33%;
}
section.banner .form-inner .form-submit button {
  max-width: 100%;
  min-height: 62px;
}
section.banner .form-inner .form-submit button span {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Section Image / slider and text */

section.columns .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.columns .content.image-align--right {
  flex-direction: row-reverse;
}

section.columns .col-img {
  width: calc((100% / 12) * 6);
  display: flex;
  align-items: center;
  max-height: 610px;
  overflow: hidden;
}

section.columns .col-txt {
  width: calc((100% / 12) * 4);
}

section.columns .col-txt h2,
section.columns .col-txt h3 {
    padding-left: calc(56px + 28px);
    position: relative;
}

section.columns .col-txt h2::before,
section.columns .col-txt h3::before {
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 60px;
    height: 112px;
    background-image: url(/wp-content/uploads/2026/05/pattern-grey.svg);
    background-position: top, left;
    background-size: 33.33%;
}

section.columns .col-txt p:last-of-type {
  margin: 0;
}

/* Section hero */

section.hero.hero--full {
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-block: var(--section-padding)
}

main section.hero.hero--boxed .container {
    padding-block:0;
}

section.hero.hero--boxed .container .container {
    padding-inline: calc(var(--section-padding) * 1.5);
}

section.hero picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.hero .overlay {
  background: #000000;
  background: linear-gradient(
    34deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 100%;
}

section.hero .container {
  position: relative;
}

section.hero .content {
  min-height: calc(640px - (var(--section-padding) * 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  padding-block: calc(var(--section-padding) * 2);
}

section.hero .content h2 {
    margin-bottom: 0;
}

section.hero.has-pattern h2 {
  padding-left: calc(80px + 22px);
}

section.hero.has-pattern h2::before {
  height: 200px;
  width: 80px;
}

section.hero .button button:hover {
  color: #cda72c;
  background-color: white;
}

section.hero.offer {
  margin-block: var(--section-padding);
}

/* Testimonials */

section.testimonials .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 40px;
}

section.testimonials h2 {
    position: relative;
    display: inline-flex;
    width: 50%;
    gap: 32px;
    margin: 0;
}

section.testimonials h2::before {
    content: '';
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2026/07/google-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

section.testimonials .splide__arrows.splide__arrows--ltr {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: calc((52px * 2) + 18px);
    gap: 18px;
}

section.testimonials .splide__arrow {
    opacity: 1;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #bdbdbd;
    left: unset;
    right: unset;
    position: initial;
    transform: unset;
}

section.testimonials .splide__arrow svg {
    fill: #212121;
}

section.testimonials .splide__arrow:hover {
    background-color: #212121;
    border-color: #212121;
}

section.testimonials .splide__arrow:hover svg {
    fill: #cda72c;
}

.testimonial-single {
    padding: 1.75rem 3rem 3rem;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    gap: 22px;
}

.testimonial-single picture,
.testimonial-single span.letter {
    width: 52px;
    height: 52px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-single span.letter {
    padding-top: 6px;
    background-color: #212121;
    color: #cda72c;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
}

.testimonial-single--name-rating {
    display: flex;
    flex-direction: column;
    width: calc(100% - 22px - 52px);
    height: 52px;
    justify-content: center;
}

.testimonial-single--name-rating p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}

.testimonial-single--name-rating .stars {
    display: flex;
    width: 100%;
}

.testimonial-single--name-rating .stars span {
    color: #cda72c;
}

.testimonial-single--name-rating .stars.stars-4 span:last-of-type {
    color: #888787;
}

.testimonial-single--content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.testimonial-single--content.expanded {
    -webkit-line-clamp: unset;
}

.testimonial-single--content * {
    font-size: 15px;
}

/* Images Grid */

/* section.columns.columns--slider .col-img {
  width: calc((100% / 12) * 7);
}
section.columns.columns--slider .col-txt {
  width: calc((100% / 12) * 4);
} */


@media
(orientation:landscape) and (min-width:1024px) {

  picture.grid-image {
      width: 100%;
      height: 100%;
      overflow:hidden;
  }

  picture.grid-image img {
    transition: all 300ms ease-in-out;
  }

  picture.grid-image img:hover { scale: 1.1; }

  .parent {
      display: grid!important;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(8, 1fr);
      gap: 8px;
  }
      
  .div1 {
      grid-row: span 3 / span 3;
  }

  .div2 {
      grid-row: span 5 / span 5;
      grid-column-start: 1;
      grid-row-start: 4;
  }

  .div3 {
      grid-row: span 4 / span 4;
      grid-column-start: 2;
      grid-row-start: 1;
  }

  .div4 {
      grid-row: span 4 / span 4;
      grid-column-start: 2;
      grid-row-start: 5;
  }

}
        

/* Process */

section.columns.columns--process {
  background-color: #efefef;
}

section.columns.columns--process h2 {
  letter-spacing: -0.8px;
}

section.columns.columns--process .col-img {
  position: relative;
}

section.columns.columns--process picture.process-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.columns.columns--process picture img {
  object-fit: contain;
}

section.columns.columns--process picture.process-bg.mobile {
  display: none;
}

ul.process-steps {
  display: flex;
  position: relative;
}

li.process-steps--item {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-block: 5.85rem;
  padding-inline: 1.75rem;
}

li.process-steps--item * {
  margin-bottom: 0;
  text-align: center;
}

li.process-steps--item .number {
  font-weight: 300;
  letter-spacing: -3px;
  /* transform:translateX(-8px) */
}

li.process-steps--item:nth-child(even) .number {
  color: #cda72c;
}

li.process-steps--item .content {
  letter-spacing: -0.4px;
  margin-top: 4px;
}


/* FAQs */

section.faqs .content {
  display: flex;
  justify-content: space-between;
}

section.faqs .col-txt {
  width: calc((100% / 12) * 3);
}

section.faqs .col-faqs {
  width: calc((100% / 12) * 7);
}

.promo-faq {
  padding: 64px 20px;
  background: #ffffff;
}

.promo-faq__container {
  max-width: 900px;
  margin: 0 auto;
}

.promo-faq__title {
  margin: 0 0 32px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
}

.promo-faq__list {
    display: flex;
    flex-direction: column;
    border-top: 1px dotted #5e5e5e;
}

.promo-faq__item {
  border-bottom: 1px dotted #5e5e5e;
  background: #ffffff;
  overflow: hidden;
}

.promo-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: #212121;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: 'Wotfard', Calibri, Arial, sans-serif;
}

.promo-faq__question:hover {
  background: #f9fafb;
}

.promo-faq__question > span {
  margin: 0;
  line-height: 130%;
}

.promo-faq__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.promo-faq__icon::before, 
.promo-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: #111827;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.promo-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.promo-faq__item.is-open .promo-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.promo-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.promo-faq__answer-inner {
  padding: 0 0 24px;
}

.promo-faq__answer p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
}



/* Footer */

footer.promo-footer {
  padding-block: 0 calc(var(--section-padding) * 0.75);
  background-color: #ffffff;
}
footer .content {
  display: flex;
  justify-content: space-between;
}
footer * {
  font-size: 13px;
  line-height: 110%;
  font-weight: 400;
  color: #5e5e5e;
}
.footer-policy {
  display: flex;
  gap: 14px;
}

.footer-copyright small {
  display: flex;
  gap: 10px;
}


/* Responsive starts here */


@media (max-width: 2000px) {
  section.banner .container.container--form {
    right: 4rem;
  }
  section.banner .container.container--list div.content {
    padding-right: 0;
    width: calc((100% / 12) * 8);
  }
}

@media (max-width: 1920px) {
  section.banner .container.top-logo svg {
    width: 136px;
    height: 34px;
  }
  section.banner .container.top-logo {
    padding-block: 2.75rem 1.75rem;
  }
  section.banner .container.container--banner {
    padding-block: 6.5rem;
  }
  section.banner p.banner-subtitle {
    letter-spacing: -1px;
  }
  section.banner p.banner-content {
    font-size: 22px;
    font-weight: 300;
    margin-top: 3rem;
  }
  section.banner .container.container--form {
    width: 500px;
    bottom: 4rem;
  }
  section.banner .form-inner h2 {
    padding-right: 40%;
  }
  section.banner .form-submit {
    margin-top: 0;
  }
  section.banner .form-jobs-applicaiton {
    min-height: 75px !important;
  }
  section.banner .form-outer {
    padding-block: 5rem 3rem;
    padding-inline: 2.25rem;
  }
  section.banner .container.container--list {
    padding-block: 5rem;
  }
  ul.list-border li {
    padding-right: 0;
  }
  ul.fancy-list {
    gap: 6px;
    margin-top: 18px;
  }
}

@media (max-height: 800px) and (max-width: 1920px) and (min-width: 1441px) and (orientation: landscape) {
  section.banner picture.hero,
  section.banner .container--banner {
    min-height: 710px;
  }
}

@media (max-width: 1600px) {
  a button {
      padding: 20px 24px;
  }
  section.banner .container.container--form {
    width: 440px;
    bottom: 3rem;
    right: 3rem;
  }
  section.banner .form-submit button span {
    font-size: 16px;
  }
  section.banner .form-jobs-applicaiton a {
    font-size: 13px;
    padding: 6px;
  }
  section.banner .form-jobs-applicaiton p small {
    font-size: 13px;
    letter-spacing: -0.8px;
  }
  section.banner .form-jobs-applicaiton {
    min-height: 70px !important;
    margin-top: 20px;
  }
  section.banner .form-inner h2 {
    padding-right: 30%;
  }
  section.banner .form-outer {
    padding-block: 4rem 2.75rem;
  }
  section.banner .form-inner .form-submit button {
    min-height: 56px;
  }
  section.banner form#form {
    margin-bottom: 0;
  }
  
}

@media (max-width: 1550px) {
  :root {
    --section-padding: 3.5rem;
  }
  .h0 {
    font-size: 66px;
  }
  section.banner p.banner-content {
    font-size: 20px;
    margin-top: 2.25rem;
  }
  section.banner .container.container--form {
    width: 400px;
  }
  section.banner .form-outer {
    padding-inline: 1.75rem;
  }
  section.banner .nice-select.my-select span.current {
    letter-spacing: -0.8px;
  }
  section.banner .container.container--banner {
    padding-block: 5.25rem;
  }
  ul.list-border {
    gap: 20px;
  }
  ul.list-border li {
    width: calc(25% - ((20px * 3) / 4));
  }
  ul.list-border li .text {
    font-size: 14px;
    line-height: 115%;
  }
  section.banner .form-acceptance--wrapper {
    gap: 10px;
  }
  section.columns .col-txt h2::before, 
  section.columns .col-txt h3::before {
    width: 60px;
    height: 94px;
  }
  section.columns .col-img {
    max-height: 580px;
  }
  section.columns .col-txt p {
    letter-spacing: -0.7px;
  }
  li.process-steps--item {
    padding-inline: 1.2rem;
    padding-block: 6.5rem;
  }
  li.process-steps--item .content {
    letter-spacing: -0.8px;
    font-size: 16px;
    line-height: 120%;
  }
  section.hero .h0 {
    margin: 0;
  }
  .button button {
    font-size: 16px;
    padding: 18px 27px;
  }
  section.hero .content {
    max-width: 52%;
    min-height: calc(580px - (var(--section-padding) * 2));
  }
  section.hero.bottom-cta .content {
    max-width: 40%;
  }
  section.hero.has-pattern h2::before {
    height: 190px;
    width: 74px;
  }
  section.columns.columns--process h2 {
    letter-spacing: -1.5px;
  }
  section.hero.hero--boxed .container .container {
    padding-inline: calc(var(--section-padding) * 0.75);
  }
  .parent {
    gap: 10px;
  }
  section.testimonials h2::before {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }
}

@media (max-width: 1440px) {

  ul.list-border li .label {
    font-size: 17px;
  }

}

@media (max-width: 1366px) {
  :root {
    --section-padding: 3rem;
  }
  .h0 {
    font-size: 60px;
  }
  section.banner .container.container--banner {
    padding-block: 4rem;
  }
  ul.list-border li .text {
    font-size: 14px;
    line-height: 120%;
  }
  section.columns .col-img {
    max-height: 540px;
  }
  section.hero .content {
    max-width: 50%;
    min-height: calc(540px - (var(--section-padding) * 2));
  }
  section.banner p.banner-content {
    font-size: 20px;
  }
  ul.fancy-list li {
    padding-block: 6px;
  }
  ul.fancy-list li::before {
    top: 46%;
  }
  ul.list-border li {
    padding-bottom: 20px;
  }
  section.banner .container.container--list {
    padding-block: 4rem;
  }
  section.columns .col-txt {
    width: calc((100% / 12) * 4.75);
  }
}

@media (max-width: 1280px) and (orientation: landscape) {
  section.banner .container.container--list {
    padding-block: 3rem;
  }
  section.banner .container.top-logo {
    padding-block: 2rem 1.75rem;
  }
  section.banner .container.top-logo svg {
    width: 126px;
    height: 30px;
  }
  section.banner .container.container--form {
    right: 1.5rem;
    top: 2.5rem;
    bottom: unset;
  }
  ul.list-border {
    gap: 18px;
  }
  ul.list-border li .text {
    font-size: 13px;
  }
  .h0 {
    font-size: 52px;
  }
  section.banner p.banner-content {
    margin-top: 32px;
  }
  section.banner form#form {
    margin-block: 0;
  }
  section.banner .form-input label,
  section.banner .iti input.iti__tel-input,
  section.banner .iti input.iti__tel-input[type="text"]::placeholder,
  section.banner .nice-select.my-select span.current {
    font-size: 15px;
  }
  section.banner .form-input--wrapper,
  section.banner .iti.iti--allow-dropdown.iti--show-flags {
    padding-top: 14px;
    height: 42px;
  }
  section.banner .form-inner .form-submit button {
    min-height: 52px;
  }
  section.banner {
    min-height: 748px;
  }
  section.banner picture.hero,
  section.banner .container--banner {
    height: 75vh;
  }
  section.hero.has-pattern h2::before {
    height: 150px;
    width: 70px;
  }
  section.hero.has-pattern h2 {
    padding-left: calc(70px + 18px);
  }
  section.hero .content {
    max-width: 45%;
  }
  section.banner .iti.iti--allow-dropdown.iti--show-flags {
    padding-top: 4px;
  }
  section.hero.bottom-cta .content {
    max-width: 45%;
    min-height: calc(480px - (var(--section-padding) * 2));
  }
  li.process-steps--item {
    padding-inline: 1rem;
  }
  li.process-steps--item .content {
    font-size: 15px;
  }
  section.banner .form-submit button span {
    font-size: 15px;
  }
  section.columns .col-txt h2 {
    margin-bottom: 8px;
  }
  section.banner .container.container--list div.content {
    width: calc((100% / 12) * 8);
  }
  ul.list-border li {
    width: calc(25% - ((18px * 3) / 4));
  }
  ul.fancy-list {
      gap: 10px;
  }
  ul.fancy-list li::before {
    width: 38px;
    height: 38px;
  }
  section.columns .col-txt h2 {
    padding-right: 15%;
  }

  ul.list-border li .label {
    font-size: 16px;
  }


}

@media (max-height: 640px) and (orientation: landscape) {
  section.banner picture.hero,
  section.banner .container--banner {
    min-height: 520px;
  }
}

@media (max-width: 1200px) and (orientation: landscape) {

  .page-template-template-promo-page-may-2026 .container {
    max-width: 95% !important;
  }
  .promo-faq__question {
    padding: 18px 0;
  }
  .promo-faq__question > span {
    font-size: 17px;
    letter-spacing: -0.5px;
  }
  .promo-faq__icon::before, .promo-faq__icon::after {
    width: 14px;
  }
  .button button {
    font-size: 15px;
    padding: 16px 22px;
  }

}

@media (max-width: 1100px) and (orientation: portrait) {

  section.banner .container.container--list {
    padding-block: 3.2rem;
  }
  .h0 {
    font-size: 56px;
  }
  section.banner picture.hero,
  section.banner .container--banner {
    height: 60vh;
  }
  section.banner .container.container--banner {
    padding-block: 7rem;
    justify-content: flex-start;
  }
  section.banner .container.container--banner .content {
    padding-right: 33% !important;
  }
  section.banner h1 {
    margin-top: 2rem;
  }
  section.banner .container.container--list {
    height: 40vh;
    padding-block: 7rem;
  }
  section.banner .container.container--list div.content {
    width: calc((100% / 12) * 6);
    flex-wrap: wrap;
  }
  ul.list-border {
    gap: 32px;
    row-gap: 44px;
  }
  ul.list-border li {
    width: calc(50% - ((32px * 1) / 2));
  }
  ul.list-border li .text {
    font-size: 16px;
    line-height: 120%;
  }
  section.banner .container.container--form {
    width: 420px;
  }
  section.columns .col-img {
    width: calc((100% / 12) * 6);
  }
  section.columns .col-txt {
    width: calc((100% / 12) * 5);
  }
  section.columns .col-img {
    height: 320px;
  }
  section.hero .content {
    max-width: 58%;
    min-height: calc(520px - (var(--section-padding) * 2));
  }
  section.hero.has-pattern h2::before {
    height: 162px;
    width: 72px;
  }
  section.hero.has-pattern h2 {
    padding-left: calc(72px + 18px);
  }
  section.columns.columns--slider .content.image-align--right {
    flex-direction: column-reverse;
    gap: calc(var(--section-padding) * 0.75);
    align-items: flex-start;
  }
  section.columns.columns--slider .col-txt {
    width: 54%;
    padding-left: calc(72px + 18px);
  }
  section.columns.columns--slider .col-img {
    width: 100%;
    height: 540px;
  }
  section.columns.columns--process .content {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  section.columns.columns--process .col-img {
    width: 100%;
    height: 300px;
  }
  section.columns.columns--process .col-txt {
    width: 44%;
    padding-left: calc(72px + 18px);
    padding-bottom: calc(var(--section-padding) * 0.75);
  }
  li.process-steps--item {
    padding-block: 4rem 4rem;
  }
  section.bank-account .content {
    padding-right: 4%;
  }
  .promo-faq__question {
    padding: 16px 0;
  }

}

a.button.mobile {
  display: none;
}

@media (max-width: 990px) and (orientation: portrait) {

  :root {
    --section-padding: 2rem;
  }

  section.banner .container.container--form {
    position: initial;
    width: auto;
  }
  section.banner .container.top-logo {
    padding-block: 2rem 1.25rem;
  }
  div#Contact-us {
    display: flex;
    justify-content: center;
  }
  section.banner picture.hero,
  section.banner .container--banner {
    height: 60vh;
  }
  section.banner .container.container--list {
    height: 40vh;
    padding-block: 5rem;
  }
  section.banner .container.container--list div.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  ul.list-border {
    gap: 20px;
    width: 100%;
  }
  ul.list-border li .text {
    font-size: 14px;
  }
  section.banner a.button.mobile {
    display: block;
  }
  section.banner a.button button {
    background-color: #212121;
    color: #fff;
    min-width: 360px;
  }
  section.banner .container.container--banner {
    justify-content: flex-end;
  }
  section.banner .container.container--banner .content {
    padding-right: 20% !important;
  }

  section.banner p.banner-content {
    margin-top: 2rem;
  }
  section.banner h1 {
    margin-bottom: 3rem;
  }
  .h0 {
    font-size: 46px;
  }
  ul.list-border {
    gap: 26px;
    row-gap: 26px;
  }
  ul.list-border li {
    width: calc(50% - ((26px * 1) / 2));
  }
  ul.list-border li .text {
    font-size: 14px;
    line-height: 110%;
  }
  section.banner .container.container--list div.content {
    gap: 0;
  }
  section.banner picture.hero img {
    scale: 120%;
    position: relative;
    bottom: 52px;
  }
  section.banner picture.hero {
    overflow: hidden;
  }
  section.banner a.button button,
  section.banner a.button {
    min-width: 100%;
  }
  section.banner a.button button {
    min-height: 62px;
  }
  section.columns .col-txt h2 {
    letter-spacing: -1px;
    padding-right: 0;
    line-height: 105%;
    margin-bottom: 6px;
  }
  section.columns .col-txt h2, section.columns .col-txt h3 {
    padding-left: calc(56px + 18px);
  }
  section.banner .form-outer {
    padding-block: 3rem 2.5rem;
  }

  section.hero .content {
    max-width: 60%;
    justify-content: center;
    padding-block: 2rem;
    padding-inline: 0;
  }
  section.hero.has-pattern h2 {
    padding-left: 0;
  }
  section.hero.has-pattern h2::before {
    content: unset;
  }
  section.hero .content a.button,
  section.hero .content a.button button {
    min-width: 100%;
  }
  section.bank-account .content {
    padding-inline: 0;
  }
  section.hero.hero--boxed .container .container {
    padding-inline: calc(var(--section-padding) * 0.5);
  }
  ul.fancy-list li::before {
    width: 38px;
    height: 38px;
  }
  section.columns .col-img {
    height: 380px;
    max-height: unset;
  }
  section.hero.hero--full {
    min-height: 60vh;
  }
  section.columns.columns--slider .col-img {
    width: 50%;
  }

  picture.grid-image {
      width: 100%;
      height: 100%;
      overflow:hidden;
  }
  
  
  .parent {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 8px;
  }
    
  .div1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }

  .div4 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
  }

  .div3 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
  }

  .div2 {
    grid-column: span 3 / span 3;
    grid-row: span 4 / span 4;
    grid-row-start: 5;
  }
        
        
        
  ul.fancy-list {
      gap: 14px;
  }

  section.faqs .content {
    flex-direction: column;
    gap: 22px;
  }

  section.faqs .col-txt, section.faqs .col-faqs {
    width: 100%;
  }

  .button {
    margin-top: 20px;
  }

  .button button {
    font-size: 15px;
    padding: 16px 18px;
  }

  section.testimonials h2 {
    width: 74%;
    padding-top: 5px;
  }

  ul.fancy-list {
    gap: 4px;
  }
  ul.fancy-list li {
    padding-block: 5px;
    padding-left: calc(34px + 10px);
    font-size: 14px;
    min-height: 34px;
    display: flex;
    align-items: center;
  }
  ul.fancy-list li::before {
    width: 34px;
    height: 34px;
  }

}

@media (max-width: 520px) {

  :root {
      --section-padding: 3.5rem;
  }


  section.banner picture.hero,
  section.banner .container--banner {
    height: 60vh;
  }
  section.banner .container.container--list {
    height: 40vh;
    padding-block: 2.5rem;
  }
  section.banner .overlay {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  section.banner h1 {
    margin-bottom: 0;
    font-size: 40px;
    letter-spacing: -2px;
  }
  section.banner .container.container--banner {
    padding-block: 3.5rem;
  }
  section.banner .container.container--banner .content {
    padding-right: 5% !important;
  }
  section.banner .container.container--form {
    padding-inline:10px;
    background-color: white;
  }
  section.banner .form-outer {
    padding-inline: 0;
    border-top: 1px dotted black;
    padding-top: calc(var(--section-padding) * 0.5);
    margin-top: calc(var(--section-padding) * 0.5);
    padding-bottom: 0;
  }
  section.banner .nice-select.my-select span.current {
    letter-spacing: -0.4px;
  }
  .h0 {
    font-size: 42px;
    line-height: 100%;
  }
  section.banner p.banner-subtitle {
    margin-top: 6px;
  }
  section.banner p.banner-content {
    font-size: 18px;
    margin-top: 1rem;
  }
  section.hero .content {
    padding-inline: 1.75rem;
  }
  section.hero.offer picture {
    overflow: hidden;
  }
  section.hero.offer img {
    object-position: 75%;
    scale: 117%;
    transform: translateY(-38px);
  }
  section.columns.columns--slider .col-txt {
    width: 100%;
    order: 1;
    padding: 0;
  }
  section.columns.columns--slider .col-img {
    height: 680px;
    order: 2;
  }
  .splide__arrow {
    width: 44px;
    height: 44px;
  }
  .splide__arrow svg {
    height: 8px;
    width: 8px;
  }
  section.columns.columns--process .col-txt {
    width: 100%;
    border: 0;
    padding-left: 0;
    padding-right: 20%;
    margin-bottom: calc(var(--section-padding) * 0.75);
  }
  section.columns.columns--process .col-img {
    height: auto;
    min-height: fit-content;
    max-height: unset;
  }
  ul.process-steps {
    flex-direction: column;
    width: 100%;
  }
  li.process-steps--item {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding-inline: 2rem;
    justify-content: space-between;
  }
  li.process-steps--item:nth-child(even) {
    flex-direction: row-reverse;
  }
  picture.process-bg.desktop {
    display: none;
  }
  section.columns.columns--process picture.process-bg.mobile {
    display: block;
  }
  li.process-steps--item * {
    text-align: left;
  }
  li.process-steps--item .number {
    font-size: 78px;
    letter-spacing: -4px;
    line-height: 100%;
  }
  li.process-steps--item {
    padding-block: 1.82rem;
  }
  li.process-steps--item div {
    width: 200px;
  }
  
  footer.promo-footer {
    padding-block: 0 calc(var(--section-padding) * 1.25);
  }
  .footer-copyright small,
  .footer-policy {
    flex-direction: column;
    gap: 8px;
  }
  .footer-policy * {
    text-align: right;
  }
  section.banner .form-inner h2 {
    font-size: 28px;
    padding-right: 20%;
  }
  section.banner a.button button,
  section.banner .form-inner .form-submit button,
  .button button {
    min-height: 56px;
  }

  span.label.h3 {
    font-size: 18px;
    letter-spacing: -1px;
  }

  section.columns .content,
  section.columns .content.image-align--right {
    flex-direction: column;
    gap: 32px;
  }
  section.columns .col-img,
  section.columns .col-txt {
    width: 100%;
  }
  section.columns .col-img {
    height: 360px;
  }

  section.columns .col-txt h2, section.columns .col-txt h3 {
    margin-bottom: 16px;
    padding-left: calc(58px + 2px);
    letter-spacing: -1px;
  }
  section.columns .col-txt h2 {
    font-size: 25px;
  }
  
  section.columns .col-txt h2::before, section.columns .col-txt h3::before {
      width: 58px;
      height: 50px;
  }
  section.testimonials {
    row-gap: 32px;
  }
  section.testimonials .container {
    min-width: 100%;
    padding: 0;
  }
  section.testimonials h2 {
    width: 100%;
    padding-top: 6px;
    letter-spacing: -1px;
    gap: 18px;
    font-size:24px;
  }
  section.testimonials h2::before {
    transform:translateY(-6px);
  }
  .testimonial-single {
    padding: 1.5rem 2.5rem 2.5rem;
    gap: 16px;
  }

  section.testimonials .container h2 { 
    order:1; 
    max-width: 96%; 
    padding-inline: 10px; 
    margin: 0 auto; 
  }

  section.testimonials .splide__arrows.splide__arrows--ltr {
    order: 3;
    position: absolute;
    top: 190px;
    padding-inline: 8px;
    width: 100%;
    justify-content: space-between;
  }
  section.testimonials .splide__arrow {
    width: 42px;
    height: 42px;
    background: white;
  }
  section.testimonials .splide__arrow,
  section.testimonials .splide__arrow:hover {
    background-color: #ededed;
    border: unset;
    opacity: 100%!important;
  }
  section.testimonials .splide__arrow svg,
  section.testimonials .splide__arrow:hover svg {
    fill:#212121;
  }

  section.testimonials .container .splide__track {
    order:2; 
  }

  .testimonial-single {
    border-radius: 4px;
  }

  section.testimonials .container .button {
    order:4;
    margin-inline: auto;
    width: calc(96% - (16px * 2));
  }

  section.testimonials .container .button button {
    color: white;
    background-color: #212121;
    border: unset;
    width: 100%;
  }
  
  section.hero .content {
    max-width: 100%;
    padding-inline: 0;
    min-height: max(720px, 90vh);
    justify-content: flex-start;
    padding-block: 4.25rem;
    position: relative;
  }

  main section.hero.hero--boxed .container {
    max-width: calc(96% - (10px * 2)) !important;
  }

  section.hero.hero--full {
    min-height: max(680px, 75vh);
    align-items: flex-start;
  }

  .button button {
    font-size: 14px;
    padding: 13px 16px;
    letter-spacing: 0.5px;
  }

  section.columns.columns--slider .col-img {
      width: 100%;
  }
  
  section.hero.hero--boxed .container .container {
    padding-inline: 0;
  }

  section.testimonials .container {
    row-gap: 20px;
  }

  .promo-faq__question > span {
    font-size: 16px;
  }

  .promo-faq__answer p {
    font-size: 14px;
  }

  section.faqs .content, section.testimonials .container {
      gap: 10px;
  }
  
  ul.list-border {
    gap: 26px;
    row-gap: 16px;
  }
  ul.list-border li {
    width: calc(50% - ((26px * 1) / 2));
    gap: 0;
    padding-bottom: 14px;
  }

}

@media (max-width: 414px) {

  :root {
      --section-padding: 2.75rem;
  }
  section.banner a.button.mobile {
    margin-top: 32px;
  }
  section.banner picture.hero img {
    bottom: 42px;
  }
  section.banner h1 {
    letter-spacing: -3px;
  }
  section.banner .nice-select.my-select span.current,
  section.banner .form-input label,
  section.banner .iti input.iti__tel-input,
  section.banner .iti input.iti__tel-input[type="text"]::placeholder,
  section.banner .form-input input,
  section.banner .form-input textarea,
  section.banner .form-submit button span {
    font-size: 15px;
  }
  /* section.banner .form-outer {
    padding-inline: 1.5rem;
  } */
  section.banner .form-jobs-applicaiton a {
    min-width: 82px !important;
  }
  section.banner .form-jobs-applicaiton p small {
    font-size: 14px;
    letter-spacing: -0.4px;
  }
  .form-acceptance input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
  li.process-steps--item {
    padding-block: 1.75rem;
  }
  ul.list-border li .label {
    font-size: 16px;
    font-weight: 400;
  }
  ul.list-border li .text {
    font-size: 13px;
  }
  section.banner picture.hero, section.banner .container--banner {
      height: 55vh;
  }
}

@media (max-width: 410px) {  
  
  main section .h2:not(.number) {
    font-size: 22px!important; 
    letter-spacing:-1.25px!important;
  }

}
