/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block.section-garant .section-garant--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(3.2rem, calc(1.6rem + 4.8vw), 8rem);
}
section.gt-block.section-garant .section-garant--content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 76.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
section.gt-block.section-garant .section-garant--content-heading .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.section-garant .section-garant--content-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(2rem, calc(1rem + 3vw), 5rem);
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 3.1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 2.0666666667rem);
  padding: clamp(1.2rem, calc(0.6rem + 1.8vw), 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border-radius: 3rem;
  border: 1.5px solid var(--primary-color, #ffee94);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  section.gt-block.section-garant .section-garant--content-cards .garants--cards .card {
    width: calc(50% - 1.55rem);
  }
}
@media screen and (max-width: 550px) {
  section.gt-block.section-garant .section-garant--content-cards .garants--cards .card {
    width: 100%;
    max-width: 100%;
    padding: 2rem;
  }
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 238, 148, 0.4);
          box-shadow: 0px 0px 40px 0px rgba(255, 238, 148, 0.4);
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card:hover .card--text .btn--xl .btn__text {
  border-color: #ffee94;
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card picture img {
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  aspect-ratio: 1/1;
  border-radius: 2.4rem;
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 830px) {
  section.gt-block.section-garant .section-garant--content-cards .garants--cards .card--text {
    gap: 1rem;
  }
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card--text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 830px) {
  section.gt-block.section-garant .section-garant--content-cards .garants--cards .card--text p {
    font-size: 1.6rem;
  }
}
section.gt-block.section-garant .section-garant--content-cards .garants--cards .card--text .btn__text {
  border-bottom: 1px solid #03040b;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
section.gt-block.section-garant .section-garant--content-cards .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.garant-modal {
  display: none;
  padding: 5rem;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3rem;
  border: 1.5px solid var(--primary-color, #ffee94);
  background: var(--BG, #03040b) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .garant-modal {
    padding: 2.5rem;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: 100%;
  }
}
.garant-modal.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.garant-modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.garant-modal.fade.current {
  opacity: 1;
}
.garant-modal--content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .garant-modal--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.garant-modal--content .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 42.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.3rem;
}
@media screen and (max-width: 768px) {
  .garant-modal--content .left-col {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.garant-modal--content .left-col--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: clamp(2.4rem, calc(1.2rem + 3.6vw), 6rem);
}
.garant-modal--content .left-col--title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7rem;
}
.garant-modal--content .left-col--title .text .name-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.garant-modal--content .left-col--title .text .name-position h3 {
  color: var(--base-white, #fff);
}
.garant-modal--content .left-col--title .text .social-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.garant-modal--content .left-col--title .text .social-site a > svg > path {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.garant-modal--content .left-col--title .text .social-site:hover a > svg > path {
  stroke: var(--primary-color, #ffee94);
}
.garant-modal--content .left-col--title .avatar {
  width: 100%;
  max-width: 11.7rem;
  height: 11.7rem;
  aspect-ratio: 1/1;
}
.garant-modal--content .left-col--title .avatar img {
  border-radius: 2.5rem;
}
.garant-modal--content .left-col .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.garant-modal--content .right-col {
  width: 100%;
  max-width: 55.45rem;
  height: 31.1906rem;
}
.garant-modal--content .right-col .video {
  position: relative;
  width: 100%;
  max-width: 55.45rem;
  height: 31.1906rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2rem;
  background: #4f4f4f;
}
@media screen and (max-width: 768px) {
  .garant-modal--content .right-col .video {
    height: auto;
  }
}
.garant-modal--content .right-col .video .video-preview {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}
.garant-modal--content .right-col .video .video-preview img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.garant-modal--content .right-col .video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.garant-modal--content .right-col .video .video-embed {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}