:root {
  --vh-offset: 0px;
  --cyan: rgba(5, 242, 218, 1);
}

@supports (color: color(display-p3 1 1 1)) {
  :root {
    --cyan: color(display-p3 0.01960784314 0.9490196078 0.8549019608);
  }
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Thin.woff2") format("woff2"), url("../fonts/./Archia-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Light.woff2") format("woff2"), url("../fonts/./Archia-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Regular.woff2") format("woff2"), url("../fonts/./Archia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-SemiBold.woff2") format("woff2"), url("../fonts/./Archia-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Bold.woff2") format("woff2"), url("../fonts/./Archia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archia';
  src: url("../fonts/./Archia-Medium.woff2") format("woff2"), url("../fonts/./Archia-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.repeater_block {
  background: #f0edee;
  overflow: hidden;
  padding-top: 83px;
  padding-bottom: 0px;
}

@media screen and (max-width: 1430px) {
  .repeater_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.repeater_block .subtitle {
  text-align: left;
  margin-bottom: 51px;
}

@media screen and (max-width: 568px) {
  .repeater_block .subtitle {
    margin-bottom: 18px;
  }
}

.repeater_block .subtitle h5 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #80909b;
  text-align: left;
}

.repeater_block .single.has_text_repeater {
  row-gap: 30px;
}

.repeater_block .single {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 44px;
  padding-bottom: 138px;
}

@media screen and (max-width: 1440px) {
  .repeater_block .single {
    gap: 0px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .single {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .single {
    padding-bottom: 30px;
    gap: 30px;
  }
}

.repeater_block .single:nth-child(even) {
  grid-template-columns: 1fr 525px;
  gap: 152px;
}

@media screen and (max-width: 1440px) {
  .repeater_block .single:nth-child(even) {
    gap: 0px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .single:nth-child(even) {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .single:nth-child(even) {
    gap: 30px;
  }
}

.repeater_block .single:nth-child(even) .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 1440px) {
  .repeater_block .single:nth-child(even) .content {
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .single:nth-child(even) .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0px;
  }
}

.repeater_block .single:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 522px;
}

@media screen and (max-width: 1440px) {
  .repeater_block .single:nth-child(even) .image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .single:nth-child(even) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .single:nth-child(even) .image {
    height: 308px;
  }
}

.repeater_block .single:nth-child(even) .image img {
  height: 522px;
  max-width: 522px;
}

@media screen and (max-width: 568px) {
  .repeater_block .single:nth-child(even) .image img {
    max-width: 307px;
    height: 308px;
  }
}

.repeater_block .single .title {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .repeater_block .single .title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .single .title {
    margin-top: 0px;
  }
}

.repeater_block .single .title:before {
  content: "";
  display: block;
  position: absolute;
  left: -3000px;
  bottom: -10px;
  width: 6000px;
  height: 1px;
  background-color: #80909b;
  opacity: 0.5;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .repeater_block .single .title:before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .single .title h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

.repeater_block .content {
  max-width: 522px;
}

@media screen and (max-width: 1440px) {
  .repeater_block .content {
    padding-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .content {
    max-width: 100%;
    padding-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.repeater_block .content p {
  font-family: "Inter", sans-serif;
}

.repeater_block .content h3 {
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .repeater_block .content h3 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}

@media (min-width: 1068px) {
  .repeater_block .content h3 {
    font-size: 2.5rem;
    line-height: 52px;
  }
}

.repeater_block .cta_wrapper {
  margin-top: 44px;
}

.repeater_block .button {
  padding: 8px 24px;
  background-color: #f07d00;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.repeater_block .button:hover {
  background-color: #66f2e4;
  color: #002237;
}

@media screen and (max-width: 568px) {
  .repeater_block .button {
    font-size: 13px;
    line-height: 23px;
  }
}

.repeater_block .image {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  max-width: 637px;
  height: 420px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .repeater_block .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .image {
    max-width: 307px;
    height: 308px;
  }
}

.repeater_block .image:before {
  content: "";
  display: none;
  position: absolute;
  left: -300%;
  top: 50px;
  width: 600%;
  height: 1px;
  background-color: #80909b;
  opacity: 0.5;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .repeater_block .image:before {
    display: block;
  }
}

.repeater_block .image img {
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 568px) {
  .repeater_block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.repeater_block .text_repeater {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 23px;
  grid-column: span 2;
  max-width: 975px;
  margin-top: 32px;
  margin-left: -20px;
}

@media screen and (max-width: 1550px) {
  .repeater_block .text_repeater {
    margin-left: 0px;
  }
}

@media screen and (max-width: 992px) {
  .repeater_block .text_repeater {
    grid-column: span 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0px;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .text_repeater {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.repeater_block .text_repeater .single_text {
  border-left: 1px solid rgba(128, 144, 155, 0.5);
  padding: 73px 15px 55px 15px;
}

@media screen and (max-width: 992px) {
  .repeater_block .text_repeater .single_text {
    padding: 40px 15px 40px 15px;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .text_repeater .single_text {
    padding: 15px 15px 15px 15px;
    border-left: none;
  }
}

.repeater_block .text_repeater .single_text h3 {
  font-family: "Archia";
  font-style: normal;
  color: #80909b;
}

@media (min-width: 1068px) {
  .repeater_block .text_repeater .single_text h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .text_repeater .single_text h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .text_repeater .single_text h3 br {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .repeater_block .single.dont_crop_image .image img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*# sourceMappingURL=repeater_block.css.map */
