:root {

  --blue: rgba(0, 140, 207, 1);
  --blue-light: rgba(179, 216, 246, 1);
  --red: rgba(255, 0, 0, 1);
  --dark: #002443;
  --gray: rgba(242, 244, 246, 1);
  --light: rgba(232, 243, 252, 1);
  --white: rgba(255, 255, 255, 1);
  --red-dark: rgba(157, 39, 38, 1);
  --green: rgba(83, 169, 97, 1);
  --green-light: rgba(113, 199, 127, 1);
  --border: linear-gradient(180deg, #008CCF 0%, rgba(0, 140, 207, 0.00) 50%, rgba(0, 140, 207, 0.00) 100%);
  --button: linear-gradient(180deg, #008CCF 0%, #006EB1 100%);
  --line-red: linear-gradient(180deg, rgba(255, 0, 0, 0.00) 0%, #F00 50%, rgba(255, 0, 0, 0.00) 100%);

  --blur-500-shadows: ;
  --blur-500-blur: blur(500px);
  --blur-70: blur(70px);
  --blur-30: blur(30px);
  --blur-10: blur(10px);
  --text-shadow: 4px 4px 0px rgba(0, 36, 67, 0.4);
  --shadow-up: 0px -20px 44px rgba(0, 36, 67, 0.1), 0px -80px 80px rgba(0, 36, 67, 0.09), 0px -180px 108px rgba(0, 36, 67, 0.05), 0px -320px 128px rgba(0, 36, 67, 0.01), 0px -500px 140px rgba(0, 36, 67, 0);
  --shadow-bottom: 0 12px 20px rgba(0, 36, 67, 0.2);
  --hover-transition: 0.5s ease;
  --card-reveal-opacity-duration: 600ms;
  --card-reveal-transform-duration: 1000ms;
  --parallax-shadow: 0 0 20px #00000017;
  --category-shadow: -4px 7px 18px rgba(0, 36, 67, 0.1), -15px 28px 32px rgba(0, 36, 67, 0.09), -35px 63px 43px rgba(0, 36, 67, 0.05), -62px 113px 51px rgba(0, 36, 67, 0.01), -97px 176px 56px rgba(0, 36, 67, 0);
  --catalog-shadow: 0 0 20px #00000017;
  --map-shadow: -8px 6px 23px rgba(0, 36, 67, 0.02), -33px 26px 42px rgba(0, 36, 67, 0.02), -74px 58px 57px rgba(0, 36, 67, 0.01), -132px 104px 67px rgba(0, 36, 67, 0), -206px 162px 73px rgba(0, 36, 67, 0);
  --map-shadow-2: 9px 6px 23px rgba(0, 36, 67, 0.03), 35px 23px 42px rgba(0, 36, 67, 0.03), 78px 52px 56px rgba(0, 36, 67, 0.02), 138px 93px 67px rgba(0, 36, 67, 0), 216px 145px 73px rgba(0, 36, 67, 0);
  --calibri: "Calibri";
  --alss: "ALS Schlange", sans-serif;
  --gap: 20px;
}

.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-bottom-4 {
  margin-bottom: 0.25rem;
}
.margin-bottom-6 {
  margin-bottom: 0.375rem;
}
.margin-bottom-8 {
  margin-bottom: 0.5rem;
}
.margin-bottom-10 {
  margin-bottom: 0.625rem;
}
.margin-bottom-12 {
  margin-bottom: 0.75rem;
}
.margin-bottom-15 {
  margin-bottom: 0.9375rem;
}
.margin-bottom-16 {
  margin-bottom: 1rem;
}
.margin-bottom-20 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-20 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-20 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-20 {
    margin-bottom: 0.625rem;
  }
}
.margin-bottom-24 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-24 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-24 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-24 {
    margin-bottom: 0.75rem;
  }
}
.margin-bottom-28 {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-28 {
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-28 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-28 {
    margin-bottom: 0.875rem;
  }
}
.margin-bottom-30 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-30 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-30 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-30 {
    margin-bottom: 1rem;
  }
}
.margin-bottom-32 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-32 {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-32 {
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-32 {
    margin-bottom: 1rem;
  }
}
.margin-bottom-36 {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-36 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-36 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-36 {
    margin-bottom: 1.125rem;
  }
}
.margin-bottom-40 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-40 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-40 {
    margin-bottom: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-40 {
    margin-bottom: 1.25rem;
  }
}
.margin-bottom-45 {
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-45 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-45 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-45 {
    margin-bottom: 1.375rem;
  }
}
.margin-bottom-50 {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-50 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-50 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-50 {
    margin-bottom: 1.5rem;
  }
}
.margin-bottom-56 {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-56 {
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-56 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-56 {
    margin-bottom: 1.625rem;
  }
}
.margin-bottom-60 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-60 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-60 {
    margin-bottom: 2.375rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-60 {
    margin-bottom: 1.75rem;
  }
}
.margin-bottom-65 {
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-65 {
    margin-bottom: 3.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-65 {
    margin-bottom: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-65 {
    margin-bottom: 1.875rem;
  }
}
.margin-bottom-70 {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-70 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-70 {
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-70 {
    margin-bottom: 2rem;
  }
}
.margin-bottom-75 {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-75 {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-75 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-75 {
    margin-bottom: 2.125rem;
  }
}
.margin-bottom-80 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-80 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-80 {
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-80 {
    margin-bottom: 2.25rem;
  }
}
.margin-bottom-110 {
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-110 {
    margin-bottom: 5.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-110 {
    margin-bottom: 4.125rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-110 {
    margin-bottom: 2.875rem;
  }
}
.margin-bottom-120 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-120 {
    margin-bottom: 5.875rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-120 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-120 {
    margin-bottom: 3.125rem;
  }
}
.margin-bottom-135 {
  margin-bottom: 8.4375rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-135 {
    margin-bottom: 6.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-135 {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-135 {
    margin-bottom: 3.5rem;
  }
}
.margin-bottom-160 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1500px) {
  .margin-bottom-160 {
    margin-bottom: 7.875rem;
  }
}
@media screen and (max-width: 1200px) {
  .margin-bottom-160 {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .margin-bottom-160 {
    margin-bottom: 4rem;
  }
}

[class*=margin-bottom-]:last-child {
  margin-bottom: 0;
}

[class*=margin-bottom-]:last-child {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.tabs-wrapper {
  position: relative;
}
.tabs-wrapper__head {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .tabs-wrapper__head {
    gap: 4px;
  }
}
.tabs-wrapper__body {
  position: relative;
}
.tabs-wrapper .tabs-content {
  position: relative;
}
.tabs-wrapper .tab-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.tabs-wrapper .tab-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

html {

  font-size: 16px;

  scrollbar-gutter: stable;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 15px;
  }
}

body {
  line-height: 1.4;
  font-weight: 400;
  font-family: "Calibri";
  background: var(--white);
  color: var(--dark);
}
@media screen and (max-width: 575px) {
  body {
    line-height: 1.2;
  }
}

main {
  overflow-x: clip;
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}
section:first-child {
  padding-top: 0;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  font-family: "Calibri";
  border: none;
  transition: 0.4s;
}
button:disabled {
  opacity: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.4s;
}
a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

input,
textarea,
select {
  font-family: "Calibri";
  border: none;
  padding: 0;
  resize: none;
  line-height: 1.15;
  font-weight: 400;
  padding: 25px 30px;
  width: 100%;
  color: var(--dark, #002443);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  background: var(--gray, #f2f4f6);
  box-shadow: 0 5px 10px 0 rgba(0, 36, 67, 0.03) inset;
}
@media screen and (max-width: 1300px) {
  input,
textarea,
select {
    padding: 15px 20px;
    line-height: 1;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  input,
textarea,
select {
    font-size: 15px;
  }
}

textarea {
  height: 110px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  appearance: none;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  margin: auto;
  background-image: url("../img/icons/chevron.svg");
  width: 12px;
  top: 0;
  bottom: 0;
  right: 30px;
  height: 6px;
}
@media screen and (max-width: 991px) {
  .select-wrapper::after {
    right: 20px;
  }
}

.select-wrapper::after {
  transition: transform 0.3s ease;
  z-index: 2;
}
.select-wrapper.is-enhanced select {
  display: none;
}
.select-wrapper.is-open::after {
  transform: rotate(180deg);
}
.select-wrapper .custom-select__trigger {
  font-family: "Calibri";
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 50px 25px 30px;
  font-size: 18px;
  color: rgba(0, 36, 67, 0.6);
  border-radius: 10px;
  background: var(--gray, #f2f4f6);
  box-shadow: 0 5px 10px 0 rgba(0, 36, 67, 0.03) inset;
  transition: var(--hover-transition);
}
.select-wrapper.has-value .custom-select__trigger {
  color: var(--dark, #002443);
}
.select-wrapper .custom-select__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  padding: 8px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 36, 67, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
.select-wrapper.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.select-wrapper .custom-select__option {
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--dark, #002443);
  cursor: pointer;
  transition: var(--hover-transition);
}
.select-wrapper .custom-select__option:hover,
.select-wrapper .custom-select__option.is-selected {
  background: var(--gray, #f2f4f6);
  color: var(--blue);
}
@media screen and (max-width: 1300px) {
  .select-wrapper .custom-select__trigger {
    padding: 15px 45px 15px 20px;
    font-size: 15px;
  }
  .select-wrapper .custom-select__option {
    padding: 10px 18px;
    font-size: 15px;
  }
}

::placeholder {
  opacity: 1;
  color: rgba(0, 36, 67, 0.6);
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.input-check,
.input-check label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.input-check input,
.input-check label input {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: 1px solid rgba(0, 36, 67, 0.1);
  appearance: none;
  display: flex;
  align-items: center;
  aspect-ratio: 1;
  min-width: 24px;
  position: relative;
  cursor: pointer;
}
.input-check input::before,
.input-check label input::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/sprite/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.4s;
}
.input-check input:checked::before,
.input-check label input:checked::before {
  opacity: 1;
}
.input-check [data-modal],
.input-check label [data-modal] {
  color: var(--blue);
  text-decoration: underline;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: var(--white);
  position: relative;
  z-index: 1;
  transition: var(--hover-transition);
}
.social-list a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: var(--hover-transition);
  background: var(--button);
  border-radius: 50%;
  z-index: -1;
}
.social-list a svg,
.social-list a img {
  width: 100%;
  height: 100%;
}
.social-list a:hover {
  transform: translateY(-4px);
  background: var(--blue-light);
  color: var(--dark);
}
.social-list a:hover::before {
  opacity: 0;
}

a {
  color: var(--dark);
}
a:hover {
  color: var(--blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: var(--alss);
  font-weight: 700;
  color: var(--white);
  border: none;
  position: relative;
  justify-content: center;
  background: var(--blue-light);
  transition: var(--hover-transition);
  z-index: 1;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: var(--hover-transition);
  background: var(--button);
  border-radius: 10px;
  z-index: -1;
}
.btn svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}
.btn-border {
  border: 1px solid var(--blue);
  background: rgba(255, 255, 255, 0);
  color: var(--blue);
}
.btn-border::before, .btn-border::after {
  display: none;
}
.btn-full {
  width: 100%;
}
.btn-big {
  padding: 24px 20px;
}
@media screen and (max-width: 575px) {
  .btn-big {
    padding: 16px 20px;
  }
}
.btn-link svg {
  width: 14px;
  height: 14px;
}
.btn-uppercase {
  text-transform: uppercase;
}
.btn:hover {
  background: var(--blue-light);
  color: var(--dark);
  border-color: var(--blue-light);
}
.btn:hover::before {
  opacity: 0;
}
.btn-gradient {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
}

.btn-gradient::before {
  display: block;
  background: var(--blue-light);
  opacity: 0;
}
.btn-gradient:hover::before {
  opacity: 1;
}
.btn-gradient:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btns-row {
  display: flex;
  gap: 8px;
}

.video-btn {
  width: 242px;
  height: 242px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  backdrop-filter: blur(15px);
  border-radius: 50%;
  transition: var(--hover-transition);
}
@media screen and (max-width: 1500px) {
  .video-btn {
    width: 187px;
    height: 187px;
  }
}
.video-btn::before {
  content: "";
  background-image: url("../img/video.svg");
  background-position: center;
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate 30s infinite linear;
}
.video-btn svg {
  width: 37px;
  height: 37px;
}
.video-btn.is-rotation-paused::before {
  animation-play-state: paused;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.head-block {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .head-block {
    gap: 12px;
  }
}
.head-block__left {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .head-block__left {
    padding-right: 12px;
  }
}
.head-block__left::after {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--line-red);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .head-block__right {
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .head-block {
    flex-flow: wrap;
    row-gap: 20px;
  }
  .head-block__right br {
    display: none;
  }
  .head-block__left, .head-block__right {
    width: 100%;
  }
  .head-block__left .text-right, .head-block__right .text-right {
    text-align: left;
  }
  .head-block__left::after, .head-block__right::after {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumbs a {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs a::after {
  content: "/";
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}

[data-modal] {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .hidden-mobile {
    display: none;
  }
}

[data-parallax-bg] {
  overflow: hidden;
}
[data-parallax-bg]::before {
  content: "";
  position: absolute;
  inset: -10% 0 -30% 0;
  background-image: var(--bg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.row {
  display: flex;
  flex-flow: wrap;
  margin-left: calc(var(--gap) / 2 * -1);
  margin-right: calc(var(--gap) / 2 * -1);
  row-gap: var(--gap);
}
.row-gap {
  row-gap: var(--gap);
}

.col,
[class^=col-],
[class*=" col-"] {
  padding: 0 calc(var(--gap) / 2);
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: calc(100% * 1 / 12);
}

.col-2 {
  flex: 0 0 auto;
  width: calc(100% * 2 / 12);
}

.col-3 {
  flex: 0 0 auto;
  width: calc(100% * 3 / 12);
}

.col-4 {
  flex: 0 0 auto;
  width: calc(100% * 4 / 12);
}

.col-5 {
  flex: 0 0 auto;
  width: calc(100% * 5 / 12);
}

.col-6 {
  flex: 0 0 auto;
  width: calc(100% * 6 / 12);
}

.col-7 {
  flex: 0 0 auto;
  width: calc(100% * 7 / 12);
}

.col-8 {
  flex: 0 0 auto;
  width: calc(100% * 8 / 12);
}

.col-9 {
  flex: 0 0 auto;
  width: calc(100% * 9 / 12);
}

.col-10 {
  flex: 0 0 auto;
  width: calc(100% * 10 / 12);
}

.col-11 {
  flex: 0 0 auto;
  width: calc(100% * 11 / 12);
}

.col-12 {
  flex: 0 0 auto;
  width: calc(100% * 12 / 12);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media screen and (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    width: auto;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    width: auto;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    width: auto;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    width: auto;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    width: auto;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
.col-1-5 {
  flex: 0 0 auto;
  width: calc(100% * 1 / 5);
}

@media screen and (min-width: 992px) {
  .col-lg-1-5 {
    width: calc(100% * 1 / 5);
  }
}
.flex {
  display: flex;
  flex-flow: wrap;
  row-gap: var(--gap);
}

.flex-column {
  display: flex;
  flex-flow: column;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: flex-end;
}

.gap-8 {
  column-gap: 8px;
}
.gap-8.row, .row .gap-8 {
  margin-left: 0;
  margin-right: 0;
}
.gap-8.row > [class^=col-],
.gap-8.row > [class*=" col-"], .row .gap-8 > [class^=col-],
.row .gap-8 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-8.row > .col-1, .row .gap-8 > .col-1 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 1 / 12
                        + 8px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-2, .row .gap-8 > .col-2 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 2 / 12
                        + 8px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-3, .row .gap-8 > .col-3 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 3 / 12
                        + 8px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-4, .row .gap-8 > .col-4 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 4 / 12
                        + 8px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-5, .row .gap-8 > .col-5 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 5 / 12
                        + 8px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-6, .row .gap-8 > .col-6 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 6 / 12
                        + 8px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-7, .row .gap-8 > .col-7 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 7 / 12
                        + 8px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-8, .row .gap-8 > .col-8 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 8 / 12
                        + 8px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-9, .row .gap-8 > .col-9 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 9 / 12
                        + 8px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-10, .row .gap-8 > .col-10 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 10 / 12
                        + 8px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-11, .row .gap-8 > .col-11 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 11 / 12
                        + 8px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-8.row > .col-12, .row .gap-8 > .col-12 {
  width: calc(
                        (100% - 8px * (12 - 1))
                        * 12 / 12
                        + 8px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-8.row > .col-sm-1, .row .gap-8 > .col-sm-1 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 1 / 12
                                + 8px * (1 - 1)
                            );
  }
  .gap-8.row > .col-sm-2, .row .gap-8 > .col-sm-2 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 2 / 12
                                + 8px * (2 - 1)
                            );
  }
  .gap-8.row > .col-sm-3, .row .gap-8 > .col-sm-3 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 3 / 12
                                + 8px * (3 - 1)
                            );
  }
  .gap-8.row > .col-sm-4, .row .gap-8 > .col-sm-4 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 4 / 12
                                + 8px * (4 - 1)
                            );
  }
  .gap-8.row > .col-sm-5, .row .gap-8 > .col-sm-5 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 5 / 12
                                + 8px * (5 - 1)
                            );
  }
  .gap-8.row > .col-sm-6, .row .gap-8 > .col-sm-6 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 6 / 12
                                + 8px * (6 - 1)
                            );
  }
  .gap-8.row > .col-sm-7, .row .gap-8 > .col-sm-7 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 7 / 12
                                + 8px * (7 - 1)
                            );
  }
  .gap-8.row > .col-sm-8, .row .gap-8 > .col-sm-8 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 8 / 12
                                + 8px * (8 - 1)
                            );
  }
  .gap-8.row > .col-sm-9, .row .gap-8 > .col-sm-9 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 9 / 12
                                + 8px * (9 - 1)
                            );
  }
  .gap-8.row > .col-sm-10, .row .gap-8 > .col-sm-10 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 10 / 12
                                + 8px * (10 - 1)
                            );
  }
  .gap-8.row > .col-sm-11, .row .gap-8 > .col-sm-11 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 11 / 12
                                + 8px * (11 - 1)
                            );
  }
  .gap-8.row > .col-sm-12, .row .gap-8 > .col-sm-12 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 12 / 12
                                + 8px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-8.row > .col-md-1, .row .gap-8 > .col-md-1 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 1 / 12
                                + 8px * (1 - 1)
                            );
  }
  .gap-8.row > .col-md-2, .row .gap-8 > .col-md-2 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 2 / 12
                                + 8px * (2 - 1)
                            );
  }
  .gap-8.row > .col-md-3, .row .gap-8 > .col-md-3 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 3 / 12
                                + 8px * (3 - 1)
                            );
  }
  .gap-8.row > .col-md-4, .row .gap-8 > .col-md-4 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 4 / 12
                                + 8px * (4 - 1)
                            );
  }
  .gap-8.row > .col-md-5, .row .gap-8 > .col-md-5 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 5 / 12
                                + 8px * (5 - 1)
                            );
  }
  .gap-8.row > .col-md-6, .row .gap-8 > .col-md-6 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 6 / 12
                                + 8px * (6 - 1)
                            );
  }
  .gap-8.row > .col-md-7, .row .gap-8 > .col-md-7 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 7 / 12
                                + 8px * (7 - 1)
                            );
  }
  .gap-8.row > .col-md-8, .row .gap-8 > .col-md-8 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 8 / 12
                                + 8px * (8 - 1)
                            );
  }
  .gap-8.row > .col-md-9, .row .gap-8 > .col-md-9 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 9 / 12
                                + 8px * (9 - 1)
                            );
  }
  .gap-8.row > .col-md-10, .row .gap-8 > .col-md-10 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 10 / 12
                                + 8px * (10 - 1)
                            );
  }
  .gap-8.row > .col-md-11, .row .gap-8 > .col-md-11 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 11 / 12
                                + 8px * (11 - 1)
                            );
  }
  .gap-8.row > .col-md-12, .row .gap-8 > .col-md-12 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 12 / 12
                                + 8px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-8.row > .col-lg-1, .row .gap-8 > .col-lg-1 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 1 / 12
                                + 8px * (1 - 1)
                            );
  }
  .gap-8.row > .col-lg-2, .row .gap-8 > .col-lg-2 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 2 / 12
                                + 8px * (2 - 1)
                            );
  }
  .gap-8.row > .col-lg-3, .row .gap-8 > .col-lg-3 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 3 / 12
                                + 8px * (3 - 1)
                            );
  }
  .gap-8.row > .col-lg-4, .row .gap-8 > .col-lg-4 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 4 / 12
                                + 8px * (4 - 1)
                            );
  }
  .gap-8.row > .col-lg-5, .row .gap-8 > .col-lg-5 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 5 / 12
                                + 8px * (5 - 1)
                            );
  }
  .gap-8.row > .col-lg-6, .row .gap-8 > .col-lg-6 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 6 / 12
                                + 8px * (6 - 1)
                            );
  }
  .gap-8.row > .col-lg-7, .row .gap-8 > .col-lg-7 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 7 / 12
                                + 8px * (7 - 1)
                            );
  }
  .gap-8.row > .col-lg-8, .row .gap-8 > .col-lg-8 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 8 / 12
                                + 8px * (8 - 1)
                            );
  }
  .gap-8.row > .col-lg-9, .row .gap-8 > .col-lg-9 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 9 / 12
                                + 8px * (9 - 1)
                            );
  }
  .gap-8.row > .col-lg-10, .row .gap-8 > .col-lg-10 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 10 / 12
                                + 8px * (10 - 1)
                            );
  }
  .gap-8.row > .col-lg-11, .row .gap-8 > .col-lg-11 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 11 / 12
                                + 8px * (11 - 1)
                            );
  }
  .gap-8.row > .col-lg-12, .row .gap-8 > .col-lg-12 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 12 / 12
                                + 8px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-8.row > .col-xl-1, .row .gap-8 > .col-xl-1 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 1 / 12
                                + 8px * (1 - 1)
                            );
  }
  .gap-8.row > .col-xl-2, .row .gap-8 > .col-xl-2 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 2 / 12
                                + 8px * (2 - 1)
                            );
  }
  .gap-8.row > .col-xl-3, .row .gap-8 > .col-xl-3 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 3 / 12
                                + 8px * (3 - 1)
                            );
  }
  .gap-8.row > .col-xl-4, .row .gap-8 > .col-xl-4 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 4 / 12
                                + 8px * (4 - 1)
                            );
  }
  .gap-8.row > .col-xl-5, .row .gap-8 > .col-xl-5 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 5 / 12
                                + 8px * (5 - 1)
                            );
  }
  .gap-8.row > .col-xl-6, .row .gap-8 > .col-xl-6 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 6 / 12
                                + 8px * (6 - 1)
                            );
  }
  .gap-8.row > .col-xl-7, .row .gap-8 > .col-xl-7 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 7 / 12
                                + 8px * (7 - 1)
                            );
  }
  .gap-8.row > .col-xl-8, .row .gap-8 > .col-xl-8 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 8 / 12
                                + 8px * (8 - 1)
                            );
  }
  .gap-8.row > .col-xl-9, .row .gap-8 > .col-xl-9 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 9 / 12
                                + 8px * (9 - 1)
                            );
  }
  .gap-8.row > .col-xl-10, .row .gap-8 > .col-xl-10 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 10 / 12
                                + 8px * (10 - 1)
                            );
  }
  .gap-8.row > .col-xl-11, .row .gap-8 > .col-xl-11 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 11 / 12
                                + 8px * (11 - 1)
                            );
  }
  .gap-8.row > .col-xl-12, .row .gap-8 > .col-xl-12 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 12 / 12
                                + 8px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-8.row > .col-xxl-1, .row .gap-8 > .col-xxl-1 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 1 / 12
                                + 8px * (1 - 1)
                            );
  }
  .gap-8.row > .col-xxl-2, .row .gap-8 > .col-xxl-2 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 2 / 12
                                + 8px * (2 - 1)
                            );
  }
  .gap-8.row > .col-xxl-3, .row .gap-8 > .col-xxl-3 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 3 / 12
                                + 8px * (3 - 1)
                            );
  }
  .gap-8.row > .col-xxl-4, .row .gap-8 > .col-xxl-4 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 4 / 12
                                + 8px * (4 - 1)
                            );
  }
  .gap-8.row > .col-xxl-5, .row .gap-8 > .col-xxl-5 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 5 / 12
                                + 8px * (5 - 1)
                            );
  }
  .gap-8.row > .col-xxl-6, .row .gap-8 > .col-xxl-6 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 6 / 12
                                + 8px * (6 - 1)
                            );
  }
  .gap-8.row > .col-xxl-7, .row .gap-8 > .col-xxl-7 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 7 / 12
                                + 8px * (7 - 1)
                            );
  }
  .gap-8.row > .col-xxl-8, .row .gap-8 > .col-xxl-8 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 8 / 12
                                + 8px * (8 - 1)
                            );
  }
  .gap-8.row > .col-xxl-9, .row .gap-8 > .col-xxl-9 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 9 / 12
                                + 8px * (9 - 1)
                            );
  }
  .gap-8.row > .col-xxl-10, .row .gap-8 > .col-xxl-10 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 10 / 12
                                + 8px * (10 - 1)
                            );
  }
  .gap-8.row > .col-xxl-11, .row .gap-8 > .col-xxl-11 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 11 / 12
                                + 8px * (11 - 1)
                            );
  }
  .gap-8.row > .col-xxl-12, .row .gap-8 > .col-xxl-12 {
    width: calc(
                                (100% - 8px * (12 - 1))
                                * 12 / 12
                                + 8px * (12 - 1)
                            );
  }
}

.gap-12 {
  column-gap: 12px;
}
.gap-12.row, .row .gap-12 {
  margin-left: 0;
  margin-right: 0;
}
.gap-12.row > [class^=col-],
.gap-12.row > [class*=" col-"], .row .gap-12 > [class^=col-],
.row .gap-12 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-12.row > .col-1, .row .gap-12 > .col-1 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 1 / 12
                        + 12px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-2, .row .gap-12 > .col-2 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 2 / 12
                        + 12px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-3, .row .gap-12 > .col-3 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 3 / 12
                        + 12px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-4, .row .gap-12 > .col-4 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 4 / 12
                        + 12px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-5, .row .gap-12 > .col-5 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 5 / 12
                        + 12px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-6, .row .gap-12 > .col-6 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 6 / 12
                        + 12px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-7, .row .gap-12 > .col-7 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 7 / 12
                        + 12px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-8, .row .gap-12 > .col-8 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 8 / 12
                        + 12px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-9, .row .gap-12 > .col-9 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 9 / 12
                        + 12px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-10, .row .gap-12 > .col-10 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 10 / 12
                        + 12px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-11, .row .gap-12 > .col-11 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 11 / 12
                        + 12px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-12.row > .col-12, .row .gap-12 > .col-12 {
  width: calc(
                        (100% - 12px * (12 - 1))
                        * 12 / 12
                        + 12px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-12.row > .col-sm-1, .row .gap-12 > .col-sm-1 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 1 / 12
                                + 12px * (1 - 1)
                            );
  }
  .gap-12.row > .col-sm-2, .row .gap-12 > .col-sm-2 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 2 / 12
                                + 12px * (2 - 1)
                            );
  }
  .gap-12.row > .col-sm-3, .row .gap-12 > .col-sm-3 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 3 / 12
                                + 12px * (3 - 1)
                            );
  }
  .gap-12.row > .col-sm-4, .row .gap-12 > .col-sm-4 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 4 / 12
                                + 12px * (4 - 1)
                            );
  }
  .gap-12.row > .col-sm-5, .row .gap-12 > .col-sm-5 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 5 / 12
                                + 12px * (5 - 1)
                            );
  }
  .gap-12.row > .col-sm-6, .row .gap-12 > .col-sm-6 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 6 / 12
                                + 12px * (6 - 1)
                            );
  }
  .gap-12.row > .col-sm-7, .row .gap-12 > .col-sm-7 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 7 / 12
                                + 12px * (7 - 1)
                            );
  }
  .gap-12.row > .col-sm-8, .row .gap-12 > .col-sm-8 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 8 / 12
                                + 12px * (8 - 1)
                            );
  }
  .gap-12.row > .col-sm-9, .row .gap-12 > .col-sm-9 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 9 / 12
                                + 12px * (9 - 1)
                            );
  }
  .gap-12.row > .col-sm-10, .row .gap-12 > .col-sm-10 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 10 / 12
                                + 12px * (10 - 1)
                            );
  }
  .gap-12.row > .col-sm-11, .row .gap-12 > .col-sm-11 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 11 / 12
                                + 12px * (11 - 1)
                            );
  }
  .gap-12.row > .col-sm-12, .row .gap-12 > .col-sm-12 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 12 / 12
                                + 12px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-12.row > .col-md-1, .row .gap-12 > .col-md-1 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 1 / 12
                                + 12px * (1 - 1)
                            );
  }
  .gap-12.row > .col-md-2, .row .gap-12 > .col-md-2 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 2 / 12
                                + 12px * (2 - 1)
                            );
  }
  .gap-12.row > .col-md-3, .row .gap-12 > .col-md-3 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 3 / 12
                                + 12px * (3 - 1)
                            );
  }
  .gap-12.row > .col-md-4, .row .gap-12 > .col-md-4 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 4 / 12
                                + 12px * (4 - 1)
                            );
  }
  .gap-12.row > .col-md-5, .row .gap-12 > .col-md-5 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 5 / 12
                                + 12px * (5 - 1)
                            );
  }
  .gap-12.row > .col-md-6, .row .gap-12 > .col-md-6 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 6 / 12
                                + 12px * (6 - 1)
                            );
  }
  .gap-12.row > .col-md-7, .row .gap-12 > .col-md-7 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 7 / 12
                                + 12px * (7 - 1)
                            );
  }
  .gap-12.row > .col-md-8, .row .gap-12 > .col-md-8 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 8 / 12
                                + 12px * (8 - 1)
                            );
  }
  .gap-12.row > .col-md-9, .row .gap-12 > .col-md-9 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 9 / 12
                                + 12px * (9 - 1)
                            );
  }
  .gap-12.row > .col-md-10, .row .gap-12 > .col-md-10 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 10 / 12
                                + 12px * (10 - 1)
                            );
  }
  .gap-12.row > .col-md-11, .row .gap-12 > .col-md-11 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 11 / 12
                                + 12px * (11 - 1)
                            );
  }
  .gap-12.row > .col-md-12, .row .gap-12 > .col-md-12 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 12 / 12
                                + 12px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-12.row > .col-lg-1, .row .gap-12 > .col-lg-1 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 1 / 12
                                + 12px * (1 - 1)
                            );
  }
  .gap-12.row > .col-lg-2, .row .gap-12 > .col-lg-2 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 2 / 12
                                + 12px * (2 - 1)
                            );
  }
  .gap-12.row > .col-lg-3, .row .gap-12 > .col-lg-3 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 3 / 12
                                + 12px * (3 - 1)
                            );
  }
  .gap-12.row > .col-lg-4, .row .gap-12 > .col-lg-4 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 4 / 12
                                + 12px * (4 - 1)
                            );
  }
  .gap-12.row > .col-lg-5, .row .gap-12 > .col-lg-5 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 5 / 12
                                + 12px * (5 - 1)
                            );
  }
  .gap-12.row > .col-lg-6, .row .gap-12 > .col-lg-6 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 6 / 12
                                + 12px * (6 - 1)
                            );
  }
  .gap-12.row > .col-lg-7, .row .gap-12 > .col-lg-7 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 7 / 12
                                + 12px * (7 - 1)
                            );
  }
  .gap-12.row > .col-lg-8, .row .gap-12 > .col-lg-8 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 8 / 12
                                + 12px * (8 - 1)
                            );
  }
  .gap-12.row > .col-lg-9, .row .gap-12 > .col-lg-9 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 9 / 12
                                + 12px * (9 - 1)
                            );
  }
  .gap-12.row > .col-lg-10, .row .gap-12 > .col-lg-10 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 10 / 12
                                + 12px * (10 - 1)
                            );
  }
  .gap-12.row > .col-lg-11, .row .gap-12 > .col-lg-11 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 11 / 12
                                + 12px * (11 - 1)
                            );
  }
  .gap-12.row > .col-lg-12, .row .gap-12 > .col-lg-12 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 12 / 12
                                + 12px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-12.row > .col-xl-1, .row .gap-12 > .col-xl-1 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 1 / 12
                                + 12px * (1 - 1)
                            );
  }
  .gap-12.row > .col-xl-2, .row .gap-12 > .col-xl-2 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 2 / 12
                                + 12px * (2 - 1)
                            );
  }
  .gap-12.row > .col-xl-3, .row .gap-12 > .col-xl-3 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 3 / 12
                                + 12px * (3 - 1)
                            );
  }
  .gap-12.row > .col-xl-4, .row .gap-12 > .col-xl-4 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 4 / 12
                                + 12px * (4 - 1)
                            );
  }
  .gap-12.row > .col-xl-5, .row .gap-12 > .col-xl-5 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 5 / 12
                                + 12px * (5 - 1)
                            );
  }
  .gap-12.row > .col-xl-6, .row .gap-12 > .col-xl-6 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 6 / 12
                                + 12px * (6 - 1)
                            );
  }
  .gap-12.row > .col-xl-7, .row .gap-12 > .col-xl-7 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 7 / 12
                                + 12px * (7 - 1)
                            );
  }
  .gap-12.row > .col-xl-8, .row .gap-12 > .col-xl-8 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 8 / 12
                                + 12px * (8 - 1)
                            );
  }
  .gap-12.row > .col-xl-9, .row .gap-12 > .col-xl-9 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 9 / 12
                                + 12px * (9 - 1)
                            );
  }
  .gap-12.row > .col-xl-10, .row .gap-12 > .col-xl-10 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 10 / 12
                                + 12px * (10 - 1)
                            );
  }
  .gap-12.row > .col-xl-11, .row .gap-12 > .col-xl-11 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 11 / 12
                                + 12px * (11 - 1)
                            );
  }
  .gap-12.row > .col-xl-12, .row .gap-12 > .col-xl-12 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 12 / 12
                                + 12px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-12.row > .col-xxl-1, .row .gap-12 > .col-xxl-1 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 1 / 12
                                + 12px * (1 - 1)
                            );
  }
  .gap-12.row > .col-xxl-2, .row .gap-12 > .col-xxl-2 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 2 / 12
                                + 12px * (2 - 1)
                            );
  }
  .gap-12.row > .col-xxl-3, .row .gap-12 > .col-xxl-3 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 3 / 12
                                + 12px * (3 - 1)
                            );
  }
  .gap-12.row > .col-xxl-4, .row .gap-12 > .col-xxl-4 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 4 / 12
                                + 12px * (4 - 1)
                            );
  }
  .gap-12.row > .col-xxl-5, .row .gap-12 > .col-xxl-5 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 5 / 12
                                + 12px * (5 - 1)
                            );
  }
  .gap-12.row > .col-xxl-6, .row .gap-12 > .col-xxl-6 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 6 / 12
                                + 12px * (6 - 1)
                            );
  }
  .gap-12.row > .col-xxl-7, .row .gap-12 > .col-xxl-7 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 7 / 12
                                + 12px * (7 - 1)
                            );
  }
  .gap-12.row > .col-xxl-8, .row .gap-12 > .col-xxl-8 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 8 / 12
                                + 12px * (8 - 1)
                            );
  }
  .gap-12.row > .col-xxl-9, .row .gap-12 > .col-xxl-9 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 9 / 12
                                + 12px * (9 - 1)
                            );
  }
  .gap-12.row > .col-xxl-10, .row .gap-12 > .col-xxl-10 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 10 / 12
                                + 12px * (10 - 1)
                            );
  }
  .gap-12.row > .col-xxl-11, .row .gap-12 > .col-xxl-11 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 11 / 12
                                + 12px * (11 - 1)
                            );
  }
  .gap-12.row > .col-xxl-12, .row .gap-12 > .col-xxl-12 {
    width: calc(
                                (100% - 12px * (12 - 1))
                                * 12 / 12
                                + 12px * (12 - 1)
                            );
  }
}

.gap-16 {
  column-gap: 16px;
}
.gap-16.row, .row .gap-16 {
  margin-left: 0;
  margin-right: 0;
}
.gap-16.row > [class^=col-],
.gap-16.row > [class*=" col-"], .row .gap-16 > [class^=col-],
.row .gap-16 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-16.row > .col-1, .row .gap-16 > .col-1 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 1 / 12
                        + 16px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-2, .row .gap-16 > .col-2 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 2 / 12
                        + 16px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-3, .row .gap-16 > .col-3 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 3 / 12
                        + 16px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-4, .row .gap-16 > .col-4 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 4 / 12
                        + 16px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-5, .row .gap-16 > .col-5 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 5 / 12
                        + 16px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-6, .row .gap-16 > .col-6 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 6 / 12
                        + 16px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-7, .row .gap-16 > .col-7 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 7 / 12
                        + 16px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-8, .row .gap-16 > .col-8 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 8 / 12
                        + 16px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-9, .row .gap-16 > .col-9 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 9 / 12
                        + 16px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-10, .row .gap-16 > .col-10 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 10 / 12
                        + 16px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-11, .row .gap-16 > .col-11 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 11 / 12
                        + 16px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-16.row > .col-12, .row .gap-16 > .col-12 {
  width: calc(
                        (100% - 16px * (12 - 1))
                        * 12 / 12
                        + 16px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-16.row > .col-sm-1, .row .gap-16 > .col-sm-1 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 1 / 12
                                + 16px * (1 - 1)
                            );
  }
  .gap-16.row > .col-sm-2, .row .gap-16 > .col-sm-2 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 2 / 12
                                + 16px * (2 - 1)
                            );
  }
  .gap-16.row > .col-sm-3, .row .gap-16 > .col-sm-3 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 3 / 12
                                + 16px * (3 - 1)
                            );
  }
  .gap-16.row > .col-sm-4, .row .gap-16 > .col-sm-4 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 4 / 12
                                + 16px * (4 - 1)
                            );
  }
  .gap-16.row > .col-sm-5, .row .gap-16 > .col-sm-5 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 5 / 12
                                + 16px * (5 - 1)
                            );
  }
  .gap-16.row > .col-sm-6, .row .gap-16 > .col-sm-6 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 6 / 12
                                + 16px * (6 - 1)
                            );
  }
  .gap-16.row > .col-sm-7, .row .gap-16 > .col-sm-7 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 7 / 12
                                + 16px * (7 - 1)
                            );
  }
  .gap-16.row > .col-sm-8, .row .gap-16 > .col-sm-8 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 8 / 12
                                + 16px * (8 - 1)
                            );
  }
  .gap-16.row > .col-sm-9, .row .gap-16 > .col-sm-9 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 9 / 12
                                + 16px * (9 - 1)
                            );
  }
  .gap-16.row > .col-sm-10, .row .gap-16 > .col-sm-10 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 10 / 12
                                + 16px * (10 - 1)
                            );
  }
  .gap-16.row > .col-sm-11, .row .gap-16 > .col-sm-11 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 11 / 12
                                + 16px * (11 - 1)
                            );
  }
  .gap-16.row > .col-sm-12, .row .gap-16 > .col-sm-12 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 12 / 12
                                + 16px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-16.row > .col-md-1, .row .gap-16 > .col-md-1 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 1 / 12
                                + 16px * (1 - 1)
                            );
  }
  .gap-16.row > .col-md-2, .row .gap-16 > .col-md-2 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 2 / 12
                                + 16px * (2 - 1)
                            );
  }
  .gap-16.row > .col-md-3, .row .gap-16 > .col-md-3 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 3 / 12
                                + 16px * (3 - 1)
                            );
  }
  .gap-16.row > .col-md-4, .row .gap-16 > .col-md-4 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 4 / 12
                                + 16px * (4 - 1)
                            );
  }
  .gap-16.row > .col-md-5, .row .gap-16 > .col-md-5 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 5 / 12
                                + 16px * (5 - 1)
                            );
  }
  .gap-16.row > .col-md-6, .row .gap-16 > .col-md-6 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 6 / 12
                                + 16px * (6 - 1)
                            );
  }
  .gap-16.row > .col-md-7, .row .gap-16 > .col-md-7 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 7 / 12
                                + 16px * (7 - 1)
                            );
  }
  .gap-16.row > .col-md-8, .row .gap-16 > .col-md-8 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 8 / 12
                                + 16px * (8 - 1)
                            );
  }
  .gap-16.row > .col-md-9, .row .gap-16 > .col-md-9 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 9 / 12
                                + 16px * (9 - 1)
                            );
  }
  .gap-16.row > .col-md-10, .row .gap-16 > .col-md-10 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 10 / 12
                                + 16px * (10 - 1)
                            );
  }
  .gap-16.row > .col-md-11, .row .gap-16 > .col-md-11 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 11 / 12
                                + 16px * (11 - 1)
                            );
  }
  .gap-16.row > .col-md-12, .row .gap-16 > .col-md-12 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 12 / 12
                                + 16px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-16.row > .col-lg-1, .row .gap-16 > .col-lg-1 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 1 / 12
                                + 16px * (1 - 1)
                            );
  }
  .gap-16.row > .col-lg-2, .row .gap-16 > .col-lg-2 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 2 / 12
                                + 16px * (2 - 1)
                            );
  }
  .gap-16.row > .col-lg-3, .row .gap-16 > .col-lg-3 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 3 / 12
                                + 16px * (3 - 1)
                            );
  }
  .gap-16.row > .col-lg-4, .row .gap-16 > .col-lg-4 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 4 / 12
                                + 16px * (4 - 1)
                            );
  }
  .gap-16.row > .col-lg-5, .row .gap-16 > .col-lg-5 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 5 / 12
                                + 16px * (5 - 1)
                            );
  }
  .gap-16.row > .col-lg-6, .row .gap-16 > .col-lg-6 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 6 / 12
                                + 16px * (6 - 1)
                            );
  }
  .gap-16.row > .col-lg-7, .row .gap-16 > .col-lg-7 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 7 / 12
                                + 16px * (7 - 1)
                            );
  }
  .gap-16.row > .col-lg-8, .row .gap-16 > .col-lg-8 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 8 / 12
                                + 16px * (8 - 1)
                            );
  }
  .gap-16.row > .col-lg-9, .row .gap-16 > .col-lg-9 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 9 / 12
                                + 16px * (9 - 1)
                            );
  }
  .gap-16.row > .col-lg-10, .row .gap-16 > .col-lg-10 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 10 / 12
                                + 16px * (10 - 1)
                            );
  }
  .gap-16.row > .col-lg-11, .row .gap-16 > .col-lg-11 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 11 / 12
                                + 16px * (11 - 1)
                            );
  }
  .gap-16.row > .col-lg-12, .row .gap-16 > .col-lg-12 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 12 / 12
                                + 16px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-16.row > .col-xl-1, .row .gap-16 > .col-xl-1 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 1 / 12
                                + 16px * (1 - 1)
                            );
  }
  .gap-16.row > .col-xl-2, .row .gap-16 > .col-xl-2 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 2 / 12
                                + 16px * (2 - 1)
                            );
  }
  .gap-16.row > .col-xl-3, .row .gap-16 > .col-xl-3 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 3 / 12
                                + 16px * (3 - 1)
                            );
  }
  .gap-16.row > .col-xl-4, .row .gap-16 > .col-xl-4 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 4 / 12
                                + 16px * (4 - 1)
                            );
  }
  .gap-16.row > .col-xl-5, .row .gap-16 > .col-xl-5 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 5 / 12
                                + 16px * (5 - 1)
                            );
  }
  .gap-16.row > .col-xl-6, .row .gap-16 > .col-xl-6 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 6 / 12
                                + 16px * (6 - 1)
                            );
  }
  .gap-16.row > .col-xl-7, .row .gap-16 > .col-xl-7 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 7 / 12
                                + 16px * (7 - 1)
                            );
  }
  .gap-16.row > .col-xl-8, .row .gap-16 > .col-xl-8 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 8 / 12
                                + 16px * (8 - 1)
                            );
  }
  .gap-16.row > .col-xl-9, .row .gap-16 > .col-xl-9 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 9 / 12
                                + 16px * (9 - 1)
                            );
  }
  .gap-16.row > .col-xl-10, .row .gap-16 > .col-xl-10 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 10 / 12
                                + 16px * (10 - 1)
                            );
  }
  .gap-16.row > .col-xl-11, .row .gap-16 > .col-xl-11 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 11 / 12
                                + 16px * (11 - 1)
                            );
  }
  .gap-16.row > .col-xl-12, .row .gap-16 > .col-xl-12 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 12 / 12
                                + 16px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-16.row > .col-xxl-1, .row .gap-16 > .col-xxl-1 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 1 / 12
                                + 16px * (1 - 1)
                            );
  }
  .gap-16.row > .col-xxl-2, .row .gap-16 > .col-xxl-2 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 2 / 12
                                + 16px * (2 - 1)
                            );
  }
  .gap-16.row > .col-xxl-3, .row .gap-16 > .col-xxl-3 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 3 / 12
                                + 16px * (3 - 1)
                            );
  }
  .gap-16.row > .col-xxl-4, .row .gap-16 > .col-xxl-4 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 4 / 12
                                + 16px * (4 - 1)
                            );
  }
  .gap-16.row > .col-xxl-5, .row .gap-16 > .col-xxl-5 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 5 / 12
                                + 16px * (5 - 1)
                            );
  }
  .gap-16.row > .col-xxl-6, .row .gap-16 > .col-xxl-6 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 6 / 12
                                + 16px * (6 - 1)
                            );
  }
  .gap-16.row > .col-xxl-7, .row .gap-16 > .col-xxl-7 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 7 / 12
                                + 16px * (7 - 1)
                            );
  }
  .gap-16.row > .col-xxl-8, .row .gap-16 > .col-xxl-8 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 8 / 12
                                + 16px * (8 - 1)
                            );
  }
  .gap-16.row > .col-xxl-9, .row .gap-16 > .col-xxl-9 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 9 / 12
                                + 16px * (9 - 1)
                            );
  }
  .gap-16.row > .col-xxl-10, .row .gap-16 > .col-xxl-10 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 10 / 12
                                + 16px * (10 - 1)
                            );
  }
  .gap-16.row > .col-xxl-11, .row .gap-16 > .col-xxl-11 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 11 / 12
                                + 16px * (11 - 1)
                            );
  }
  .gap-16.row > .col-xxl-12, .row .gap-16 > .col-xxl-12 {
    width: calc(
                                (100% - 16px * (12 - 1))
                                * 12 / 12
                                + 16px * (12 - 1)
                            );
  }
}

.gap-20 {
  column-gap: 20px;
}
.gap-20.row, .row .gap-20 {
  margin-left: 0;
  margin-right: 0;
}
.gap-20.row > [class^=col-],
.gap-20.row > [class*=" col-"], .row .gap-20 > [class^=col-],
.row .gap-20 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-20.row > .col-1, .row .gap-20 > .col-1 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 1 / 12
                        + 20px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-2, .row .gap-20 > .col-2 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 2 / 12
                        + 20px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-3, .row .gap-20 > .col-3 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 3 / 12
                        + 20px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-4, .row .gap-20 > .col-4 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 4 / 12
                        + 20px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-5, .row .gap-20 > .col-5 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 5 / 12
                        + 20px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-6, .row .gap-20 > .col-6 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 6 / 12
                        + 20px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-7, .row .gap-20 > .col-7 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 7 / 12
                        + 20px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-8, .row .gap-20 > .col-8 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 8 / 12
                        + 20px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-9, .row .gap-20 > .col-9 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 9 / 12
                        + 20px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-10, .row .gap-20 > .col-10 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 10 / 12
                        + 20px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-11, .row .gap-20 > .col-11 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 11 / 12
                        + 20px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-20.row > .col-12, .row .gap-20 > .col-12 {
  width: calc(
                        (100% - 20px * (12 - 1))
                        * 12 / 12
                        + 20px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-20.row > .col-sm-1, .row .gap-20 > .col-sm-1 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 1 / 12
                                + 20px * (1 - 1)
                            );
  }
  .gap-20.row > .col-sm-2, .row .gap-20 > .col-sm-2 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 2 / 12
                                + 20px * (2 - 1)
                            );
  }
  .gap-20.row > .col-sm-3, .row .gap-20 > .col-sm-3 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 3 / 12
                                + 20px * (3 - 1)
                            );
  }
  .gap-20.row > .col-sm-4, .row .gap-20 > .col-sm-4 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 4 / 12
                                + 20px * (4 - 1)
                            );
  }
  .gap-20.row > .col-sm-5, .row .gap-20 > .col-sm-5 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 5 / 12
                                + 20px * (5 - 1)
                            );
  }
  .gap-20.row > .col-sm-6, .row .gap-20 > .col-sm-6 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 6 / 12
                                + 20px * (6 - 1)
                            );
  }
  .gap-20.row > .col-sm-7, .row .gap-20 > .col-sm-7 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 7 / 12
                                + 20px * (7 - 1)
                            );
  }
  .gap-20.row > .col-sm-8, .row .gap-20 > .col-sm-8 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 8 / 12
                                + 20px * (8 - 1)
                            );
  }
  .gap-20.row > .col-sm-9, .row .gap-20 > .col-sm-9 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 9 / 12
                                + 20px * (9 - 1)
                            );
  }
  .gap-20.row > .col-sm-10, .row .gap-20 > .col-sm-10 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 10 / 12
                                + 20px * (10 - 1)
                            );
  }
  .gap-20.row > .col-sm-11, .row .gap-20 > .col-sm-11 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 11 / 12
                                + 20px * (11 - 1)
                            );
  }
  .gap-20.row > .col-sm-12, .row .gap-20 > .col-sm-12 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 12 / 12
                                + 20px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-20.row > .col-md-1, .row .gap-20 > .col-md-1 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 1 / 12
                                + 20px * (1 - 1)
                            );
  }
  .gap-20.row > .col-md-2, .row .gap-20 > .col-md-2 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 2 / 12
                                + 20px * (2 - 1)
                            );
  }
  .gap-20.row > .col-md-3, .row .gap-20 > .col-md-3 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 3 / 12
                                + 20px * (3 - 1)
                            );
  }
  .gap-20.row > .col-md-4, .row .gap-20 > .col-md-4 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 4 / 12
                                + 20px * (4 - 1)
                            );
  }
  .gap-20.row > .col-md-5, .row .gap-20 > .col-md-5 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 5 / 12
                                + 20px * (5 - 1)
                            );
  }
  .gap-20.row > .col-md-6, .row .gap-20 > .col-md-6 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 6 / 12
                                + 20px * (6 - 1)
                            );
  }
  .gap-20.row > .col-md-7, .row .gap-20 > .col-md-7 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 7 / 12
                                + 20px * (7 - 1)
                            );
  }
  .gap-20.row > .col-md-8, .row .gap-20 > .col-md-8 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 8 / 12
                                + 20px * (8 - 1)
                            );
  }
  .gap-20.row > .col-md-9, .row .gap-20 > .col-md-9 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 9 / 12
                                + 20px * (9 - 1)
                            );
  }
  .gap-20.row > .col-md-10, .row .gap-20 > .col-md-10 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 10 / 12
                                + 20px * (10 - 1)
                            );
  }
  .gap-20.row > .col-md-11, .row .gap-20 > .col-md-11 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 11 / 12
                                + 20px * (11 - 1)
                            );
  }
  .gap-20.row > .col-md-12, .row .gap-20 > .col-md-12 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 12 / 12
                                + 20px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-20.row > .col-lg-1, .row .gap-20 > .col-lg-1 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 1 / 12
                                + 20px * (1 - 1)
                            );
  }
  .gap-20.row > .col-lg-2, .row .gap-20 > .col-lg-2 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 2 / 12
                                + 20px * (2 - 1)
                            );
  }
  .gap-20.row > .col-lg-3, .row .gap-20 > .col-lg-3 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 3 / 12
                                + 20px * (3 - 1)
                            );
  }
  .gap-20.row > .col-lg-4, .row .gap-20 > .col-lg-4 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 4 / 12
                                + 20px * (4 - 1)
                            );
  }
  .gap-20.row > .col-lg-5, .row .gap-20 > .col-lg-5 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 5 / 12
                                + 20px * (5 - 1)
                            );
  }
  .gap-20.row > .col-lg-6, .row .gap-20 > .col-lg-6 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 6 / 12
                                + 20px * (6 - 1)
                            );
  }
  .gap-20.row > .col-lg-7, .row .gap-20 > .col-lg-7 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 7 / 12
                                + 20px * (7 - 1)
                            );
  }
  .gap-20.row > .col-lg-8, .row .gap-20 > .col-lg-8 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 8 / 12
                                + 20px * (8 - 1)
                            );
  }
  .gap-20.row > .col-lg-9, .row .gap-20 > .col-lg-9 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 9 / 12
                                + 20px * (9 - 1)
                            );
  }
  .gap-20.row > .col-lg-10, .row .gap-20 > .col-lg-10 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 10 / 12
                                + 20px * (10 - 1)
                            );
  }
  .gap-20.row > .col-lg-11, .row .gap-20 > .col-lg-11 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 11 / 12
                                + 20px * (11 - 1)
                            );
  }
  .gap-20.row > .col-lg-12, .row .gap-20 > .col-lg-12 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 12 / 12
                                + 20px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-20.row > .col-xl-1, .row .gap-20 > .col-xl-1 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 1 / 12
                                + 20px * (1 - 1)
                            );
  }
  .gap-20.row > .col-xl-2, .row .gap-20 > .col-xl-2 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 2 / 12
                                + 20px * (2 - 1)
                            );
  }
  .gap-20.row > .col-xl-3, .row .gap-20 > .col-xl-3 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 3 / 12
                                + 20px * (3 - 1)
                            );
  }
  .gap-20.row > .col-xl-4, .row .gap-20 > .col-xl-4 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 4 / 12
                                + 20px * (4 - 1)
                            );
  }
  .gap-20.row > .col-xl-5, .row .gap-20 > .col-xl-5 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 5 / 12
                                + 20px * (5 - 1)
                            );
  }
  .gap-20.row > .col-xl-6, .row .gap-20 > .col-xl-6 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 6 / 12
                                + 20px * (6 - 1)
                            );
  }
  .gap-20.row > .col-xl-7, .row .gap-20 > .col-xl-7 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 7 / 12
                                + 20px * (7 - 1)
                            );
  }
  .gap-20.row > .col-xl-8, .row .gap-20 > .col-xl-8 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 8 / 12
                                + 20px * (8 - 1)
                            );
  }
  .gap-20.row > .col-xl-9, .row .gap-20 > .col-xl-9 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 9 / 12
                                + 20px * (9 - 1)
                            );
  }
  .gap-20.row > .col-xl-10, .row .gap-20 > .col-xl-10 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 10 / 12
                                + 20px * (10 - 1)
                            );
  }
  .gap-20.row > .col-xl-11, .row .gap-20 > .col-xl-11 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 11 / 12
                                + 20px * (11 - 1)
                            );
  }
  .gap-20.row > .col-xl-12, .row .gap-20 > .col-xl-12 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 12 / 12
                                + 20px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-20.row > .col-xxl-1, .row .gap-20 > .col-xxl-1 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 1 / 12
                                + 20px * (1 - 1)
                            );
  }
  .gap-20.row > .col-xxl-2, .row .gap-20 > .col-xxl-2 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 2 / 12
                                + 20px * (2 - 1)
                            );
  }
  .gap-20.row > .col-xxl-3, .row .gap-20 > .col-xxl-3 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 3 / 12
                                + 20px * (3 - 1)
                            );
  }
  .gap-20.row > .col-xxl-4, .row .gap-20 > .col-xxl-4 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 4 / 12
                                + 20px * (4 - 1)
                            );
  }
  .gap-20.row > .col-xxl-5, .row .gap-20 > .col-xxl-5 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 5 / 12
                                + 20px * (5 - 1)
                            );
  }
  .gap-20.row > .col-xxl-6, .row .gap-20 > .col-xxl-6 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 6 / 12
                                + 20px * (6 - 1)
                            );
  }
  .gap-20.row > .col-xxl-7, .row .gap-20 > .col-xxl-7 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 7 / 12
                                + 20px * (7 - 1)
                            );
  }
  .gap-20.row > .col-xxl-8, .row .gap-20 > .col-xxl-8 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 8 / 12
                                + 20px * (8 - 1)
                            );
  }
  .gap-20.row > .col-xxl-9, .row .gap-20 > .col-xxl-9 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 9 / 12
                                + 20px * (9 - 1)
                            );
  }
  .gap-20.row > .col-xxl-10, .row .gap-20 > .col-xxl-10 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 10 / 12
                                + 20px * (10 - 1)
                            );
  }
  .gap-20.row > .col-xxl-11, .row .gap-20 > .col-xxl-11 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 11 / 12
                                + 20px * (11 - 1)
                            );
  }
  .gap-20.row > .col-xxl-12, .row .gap-20 > .col-xxl-12 {
    width: calc(
                                (100% - 20px * (12 - 1))
                                * 12 / 12
                                + 20px * (12 - 1)
                            );
  }
}

.gap-24 {
  column-gap: 24px;
}
.gap-24.row, .row .gap-24 {
  margin-left: 0;
  margin-right: 0;
}
.gap-24.row > [class^=col-],
.gap-24.row > [class*=" col-"], .row .gap-24 > [class^=col-],
.row .gap-24 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-24.row > .col-1, .row .gap-24 > .col-1 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 1 / 12
                        + 24px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-2, .row .gap-24 > .col-2 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 2 / 12
                        + 24px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-3, .row .gap-24 > .col-3 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 3 / 12
                        + 24px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-4, .row .gap-24 > .col-4 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 4 / 12
                        + 24px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-5, .row .gap-24 > .col-5 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 5 / 12
                        + 24px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-6, .row .gap-24 > .col-6 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 6 / 12
                        + 24px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-7, .row .gap-24 > .col-7 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 7 / 12
                        + 24px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-8, .row .gap-24 > .col-8 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 8 / 12
                        + 24px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-9, .row .gap-24 > .col-9 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 9 / 12
                        + 24px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-10, .row .gap-24 > .col-10 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 10 / 12
                        + 24px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-11, .row .gap-24 > .col-11 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 11 / 12
                        + 24px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-24.row > .col-12, .row .gap-24 > .col-12 {
  width: calc(
                        (100% - 24px * (12 - 1))
                        * 12 / 12
                        + 24px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-24.row > .col-sm-1, .row .gap-24 > .col-sm-1 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 1 / 12
                                + 24px * (1 - 1)
                            );
  }
  .gap-24.row > .col-sm-2, .row .gap-24 > .col-sm-2 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 2 / 12
                                + 24px * (2 - 1)
                            );
  }
  .gap-24.row > .col-sm-3, .row .gap-24 > .col-sm-3 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 3 / 12
                                + 24px * (3 - 1)
                            );
  }
  .gap-24.row > .col-sm-4, .row .gap-24 > .col-sm-4 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 4 / 12
                                + 24px * (4 - 1)
                            );
  }
  .gap-24.row > .col-sm-5, .row .gap-24 > .col-sm-5 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 5 / 12
                                + 24px * (5 - 1)
                            );
  }
  .gap-24.row > .col-sm-6, .row .gap-24 > .col-sm-6 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 6 / 12
                                + 24px * (6 - 1)
                            );
  }
  .gap-24.row > .col-sm-7, .row .gap-24 > .col-sm-7 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 7 / 12
                                + 24px * (7 - 1)
                            );
  }
  .gap-24.row > .col-sm-8, .row .gap-24 > .col-sm-8 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 8 / 12
                                + 24px * (8 - 1)
                            );
  }
  .gap-24.row > .col-sm-9, .row .gap-24 > .col-sm-9 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 9 / 12
                                + 24px * (9 - 1)
                            );
  }
  .gap-24.row > .col-sm-10, .row .gap-24 > .col-sm-10 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 10 / 12
                                + 24px * (10 - 1)
                            );
  }
  .gap-24.row > .col-sm-11, .row .gap-24 > .col-sm-11 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 11 / 12
                                + 24px * (11 - 1)
                            );
  }
  .gap-24.row > .col-sm-12, .row .gap-24 > .col-sm-12 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 12 / 12
                                + 24px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-24.row > .col-md-1, .row .gap-24 > .col-md-1 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 1 / 12
                                + 24px * (1 - 1)
                            );
  }
  .gap-24.row > .col-md-2, .row .gap-24 > .col-md-2 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 2 / 12
                                + 24px * (2 - 1)
                            );
  }
  .gap-24.row > .col-md-3, .row .gap-24 > .col-md-3 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 3 / 12
                                + 24px * (3 - 1)
                            );
  }
  .gap-24.row > .col-md-4, .row .gap-24 > .col-md-4 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 4 / 12
                                + 24px * (4 - 1)
                            );
  }
  .gap-24.row > .col-md-5, .row .gap-24 > .col-md-5 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 5 / 12
                                + 24px * (5 - 1)
                            );
  }
  .gap-24.row > .col-md-6, .row .gap-24 > .col-md-6 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 6 / 12
                                + 24px * (6 - 1)
                            );
  }
  .gap-24.row > .col-md-7, .row .gap-24 > .col-md-7 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 7 / 12
                                + 24px * (7 - 1)
                            );
  }
  .gap-24.row > .col-md-8, .row .gap-24 > .col-md-8 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 8 / 12
                                + 24px * (8 - 1)
                            );
  }
  .gap-24.row > .col-md-9, .row .gap-24 > .col-md-9 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 9 / 12
                                + 24px * (9 - 1)
                            );
  }
  .gap-24.row > .col-md-10, .row .gap-24 > .col-md-10 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 10 / 12
                                + 24px * (10 - 1)
                            );
  }
  .gap-24.row > .col-md-11, .row .gap-24 > .col-md-11 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 11 / 12
                                + 24px * (11 - 1)
                            );
  }
  .gap-24.row > .col-md-12, .row .gap-24 > .col-md-12 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 12 / 12
                                + 24px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-24.row > .col-lg-1, .row .gap-24 > .col-lg-1 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 1 / 12
                                + 24px * (1 - 1)
                            );
  }
  .gap-24.row > .col-lg-2, .row .gap-24 > .col-lg-2 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 2 / 12
                                + 24px * (2 - 1)
                            );
  }
  .gap-24.row > .col-lg-3, .row .gap-24 > .col-lg-3 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 3 / 12
                                + 24px * (3 - 1)
                            );
  }
  .gap-24.row > .col-lg-4, .row .gap-24 > .col-lg-4 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 4 / 12
                                + 24px * (4 - 1)
                            );
  }
  .gap-24.row > .col-lg-5, .row .gap-24 > .col-lg-5 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 5 / 12
                                + 24px * (5 - 1)
                            );
  }
  .gap-24.row > .col-lg-6, .row .gap-24 > .col-lg-6 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 6 / 12
                                + 24px * (6 - 1)
                            );
  }
  .gap-24.row > .col-lg-7, .row .gap-24 > .col-lg-7 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 7 / 12
                                + 24px * (7 - 1)
                            );
  }
  .gap-24.row > .col-lg-8, .row .gap-24 > .col-lg-8 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 8 / 12
                                + 24px * (8 - 1)
                            );
  }
  .gap-24.row > .col-lg-9, .row .gap-24 > .col-lg-9 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 9 / 12
                                + 24px * (9 - 1)
                            );
  }
  .gap-24.row > .col-lg-10, .row .gap-24 > .col-lg-10 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 10 / 12
                                + 24px * (10 - 1)
                            );
  }
  .gap-24.row > .col-lg-11, .row .gap-24 > .col-lg-11 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 11 / 12
                                + 24px * (11 - 1)
                            );
  }
  .gap-24.row > .col-lg-12, .row .gap-24 > .col-lg-12 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 12 / 12
                                + 24px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-24.row > .col-xl-1, .row .gap-24 > .col-xl-1 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 1 / 12
                                + 24px * (1 - 1)
                            );
  }
  .gap-24.row > .col-xl-2, .row .gap-24 > .col-xl-2 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 2 / 12
                                + 24px * (2 - 1)
                            );
  }
  .gap-24.row > .col-xl-3, .row .gap-24 > .col-xl-3 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 3 / 12
                                + 24px * (3 - 1)
                            );
  }
  .gap-24.row > .col-xl-4, .row .gap-24 > .col-xl-4 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 4 / 12
                                + 24px * (4 - 1)
                            );
  }
  .gap-24.row > .col-xl-5, .row .gap-24 > .col-xl-5 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 5 / 12
                                + 24px * (5 - 1)
                            );
  }
  .gap-24.row > .col-xl-6, .row .gap-24 > .col-xl-6 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 6 / 12
                                + 24px * (6 - 1)
                            );
  }
  .gap-24.row > .col-xl-7, .row .gap-24 > .col-xl-7 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 7 / 12
                                + 24px * (7 - 1)
                            );
  }
  .gap-24.row > .col-xl-8, .row .gap-24 > .col-xl-8 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 8 / 12
                                + 24px * (8 - 1)
                            );
  }
  .gap-24.row > .col-xl-9, .row .gap-24 > .col-xl-9 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 9 / 12
                                + 24px * (9 - 1)
                            );
  }
  .gap-24.row > .col-xl-10, .row .gap-24 > .col-xl-10 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 10 / 12
                                + 24px * (10 - 1)
                            );
  }
  .gap-24.row > .col-xl-11, .row .gap-24 > .col-xl-11 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 11 / 12
                                + 24px * (11 - 1)
                            );
  }
  .gap-24.row > .col-xl-12, .row .gap-24 > .col-xl-12 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 12 / 12
                                + 24px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-24.row > .col-xxl-1, .row .gap-24 > .col-xxl-1 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 1 / 12
                                + 24px * (1 - 1)
                            );
  }
  .gap-24.row > .col-xxl-2, .row .gap-24 > .col-xxl-2 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 2 / 12
                                + 24px * (2 - 1)
                            );
  }
  .gap-24.row > .col-xxl-3, .row .gap-24 > .col-xxl-3 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 3 / 12
                                + 24px * (3 - 1)
                            );
  }
  .gap-24.row > .col-xxl-4, .row .gap-24 > .col-xxl-4 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 4 / 12
                                + 24px * (4 - 1)
                            );
  }
  .gap-24.row > .col-xxl-5, .row .gap-24 > .col-xxl-5 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 5 / 12
                                + 24px * (5 - 1)
                            );
  }
  .gap-24.row > .col-xxl-6, .row .gap-24 > .col-xxl-6 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 6 / 12
                                + 24px * (6 - 1)
                            );
  }
  .gap-24.row > .col-xxl-7, .row .gap-24 > .col-xxl-7 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 7 / 12
                                + 24px * (7 - 1)
                            );
  }
  .gap-24.row > .col-xxl-8, .row .gap-24 > .col-xxl-8 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 8 / 12
                                + 24px * (8 - 1)
                            );
  }
  .gap-24.row > .col-xxl-9, .row .gap-24 > .col-xxl-9 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 9 / 12
                                + 24px * (9 - 1)
                            );
  }
  .gap-24.row > .col-xxl-10, .row .gap-24 > .col-xxl-10 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 10 / 12
                                + 24px * (10 - 1)
                            );
  }
  .gap-24.row > .col-xxl-11, .row .gap-24 > .col-xxl-11 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 11 / 12
                                + 24px * (11 - 1)
                            );
  }
  .gap-24.row > .col-xxl-12, .row .gap-24 > .col-xxl-12 {
    width: calc(
                                (100% - 24px * (12 - 1))
                                * 12 / 12
                                + 24px * (12 - 1)
                            );
  }
}

.gap-32 {
  column-gap: 32px;
}
.gap-32.row, .row .gap-32 {
  margin-left: 0;
  margin-right: 0;
}
.gap-32.row > [class^=col-],
.gap-32.row > [class*=" col-"], .row .gap-32 > [class^=col-],
.row .gap-32 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-32.row > .col-1, .row .gap-32 > .col-1 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 1 / 12
                        + 32px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-2, .row .gap-32 > .col-2 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 2 / 12
                        + 32px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-3, .row .gap-32 > .col-3 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 3 / 12
                        + 32px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-4, .row .gap-32 > .col-4 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 4 / 12
                        + 32px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-5, .row .gap-32 > .col-5 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 5 / 12
                        + 32px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-6, .row .gap-32 > .col-6 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 6 / 12
                        + 32px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-7, .row .gap-32 > .col-7 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 7 / 12
                        + 32px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-8, .row .gap-32 > .col-8 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 8 / 12
                        + 32px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-9, .row .gap-32 > .col-9 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 9 / 12
                        + 32px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-10, .row .gap-32 > .col-10 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 10 / 12
                        + 32px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-11, .row .gap-32 > .col-11 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 11 / 12
                        + 32px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-32.row > .col-12, .row .gap-32 > .col-12 {
  width: calc(
                        (100% - 32px * (12 - 1))
                        * 12 / 12
                        + 32px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-32.row > .col-sm-1, .row .gap-32 > .col-sm-1 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 1 / 12
                                + 32px * (1 - 1)
                            );
  }
  .gap-32.row > .col-sm-2, .row .gap-32 > .col-sm-2 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 2 / 12
                                + 32px * (2 - 1)
                            );
  }
  .gap-32.row > .col-sm-3, .row .gap-32 > .col-sm-3 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 3 / 12
                                + 32px * (3 - 1)
                            );
  }
  .gap-32.row > .col-sm-4, .row .gap-32 > .col-sm-4 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 4 / 12
                                + 32px * (4 - 1)
                            );
  }
  .gap-32.row > .col-sm-5, .row .gap-32 > .col-sm-5 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 5 / 12
                                + 32px * (5 - 1)
                            );
  }
  .gap-32.row > .col-sm-6, .row .gap-32 > .col-sm-6 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 6 / 12
                                + 32px * (6 - 1)
                            );
  }
  .gap-32.row > .col-sm-7, .row .gap-32 > .col-sm-7 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 7 / 12
                                + 32px * (7 - 1)
                            );
  }
  .gap-32.row > .col-sm-8, .row .gap-32 > .col-sm-8 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 8 / 12
                                + 32px * (8 - 1)
                            );
  }
  .gap-32.row > .col-sm-9, .row .gap-32 > .col-sm-9 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 9 / 12
                                + 32px * (9 - 1)
                            );
  }
  .gap-32.row > .col-sm-10, .row .gap-32 > .col-sm-10 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 10 / 12
                                + 32px * (10 - 1)
                            );
  }
  .gap-32.row > .col-sm-11, .row .gap-32 > .col-sm-11 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 11 / 12
                                + 32px * (11 - 1)
                            );
  }
  .gap-32.row > .col-sm-12, .row .gap-32 > .col-sm-12 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 12 / 12
                                + 32px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-32.row > .col-md-1, .row .gap-32 > .col-md-1 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 1 / 12
                                + 32px * (1 - 1)
                            );
  }
  .gap-32.row > .col-md-2, .row .gap-32 > .col-md-2 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 2 / 12
                                + 32px * (2 - 1)
                            );
  }
  .gap-32.row > .col-md-3, .row .gap-32 > .col-md-3 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 3 / 12
                                + 32px * (3 - 1)
                            );
  }
  .gap-32.row > .col-md-4, .row .gap-32 > .col-md-4 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 4 / 12
                                + 32px * (4 - 1)
                            );
  }
  .gap-32.row > .col-md-5, .row .gap-32 > .col-md-5 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 5 / 12
                                + 32px * (5 - 1)
                            );
  }
  .gap-32.row > .col-md-6, .row .gap-32 > .col-md-6 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 6 / 12
                                + 32px * (6 - 1)
                            );
  }
  .gap-32.row > .col-md-7, .row .gap-32 > .col-md-7 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 7 / 12
                                + 32px * (7 - 1)
                            );
  }
  .gap-32.row > .col-md-8, .row .gap-32 > .col-md-8 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 8 / 12
                                + 32px * (8 - 1)
                            );
  }
  .gap-32.row > .col-md-9, .row .gap-32 > .col-md-9 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 9 / 12
                                + 32px * (9 - 1)
                            );
  }
  .gap-32.row > .col-md-10, .row .gap-32 > .col-md-10 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 10 / 12
                                + 32px * (10 - 1)
                            );
  }
  .gap-32.row > .col-md-11, .row .gap-32 > .col-md-11 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 11 / 12
                                + 32px * (11 - 1)
                            );
  }
  .gap-32.row > .col-md-12, .row .gap-32 > .col-md-12 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 12 / 12
                                + 32px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-32.row > .col-lg-1, .row .gap-32 > .col-lg-1 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 1 / 12
                                + 32px * (1 - 1)
                            );
  }
  .gap-32.row > .col-lg-2, .row .gap-32 > .col-lg-2 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 2 / 12
                                + 32px * (2 - 1)
                            );
  }
  .gap-32.row > .col-lg-3, .row .gap-32 > .col-lg-3 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 3 / 12
                                + 32px * (3 - 1)
                            );
  }
  .gap-32.row > .col-lg-4, .row .gap-32 > .col-lg-4 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 4 / 12
                                + 32px * (4 - 1)
                            );
  }
  .gap-32.row > .col-lg-5, .row .gap-32 > .col-lg-5 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 5 / 12
                                + 32px * (5 - 1)
                            );
  }
  .gap-32.row > .col-lg-6, .row .gap-32 > .col-lg-6 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 6 / 12
                                + 32px * (6 - 1)
                            );
  }
  .gap-32.row > .col-lg-7, .row .gap-32 > .col-lg-7 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 7 / 12
                                + 32px * (7 - 1)
                            );
  }
  .gap-32.row > .col-lg-8, .row .gap-32 > .col-lg-8 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 8 / 12
                                + 32px * (8 - 1)
                            );
  }
  .gap-32.row > .col-lg-9, .row .gap-32 > .col-lg-9 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 9 / 12
                                + 32px * (9 - 1)
                            );
  }
  .gap-32.row > .col-lg-10, .row .gap-32 > .col-lg-10 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 10 / 12
                                + 32px * (10 - 1)
                            );
  }
  .gap-32.row > .col-lg-11, .row .gap-32 > .col-lg-11 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 11 / 12
                                + 32px * (11 - 1)
                            );
  }
  .gap-32.row > .col-lg-12, .row .gap-32 > .col-lg-12 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 12 / 12
                                + 32px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-32.row > .col-xl-1, .row .gap-32 > .col-xl-1 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 1 / 12
                                + 32px * (1 - 1)
                            );
  }
  .gap-32.row > .col-xl-2, .row .gap-32 > .col-xl-2 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 2 / 12
                                + 32px * (2 - 1)
                            );
  }
  .gap-32.row > .col-xl-3, .row .gap-32 > .col-xl-3 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 3 / 12
                                + 32px * (3 - 1)
                            );
  }
  .gap-32.row > .col-xl-4, .row .gap-32 > .col-xl-4 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 4 / 12
                                + 32px * (4 - 1)
                            );
  }
  .gap-32.row > .col-xl-5, .row .gap-32 > .col-xl-5 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 5 / 12
                                + 32px * (5 - 1)
                            );
  }
  .gap-32.row > .col-xl-6, .row .gap-32 > .col-xl-6 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 6 / 12
                                + 32px * (6 - 1)
                            );
  }
  .gap-32.row > .col-xl-7, .row .gap-32 > .col-xl-7 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 7 / 12
                                + 32px * (7 - 1)
                            );
  }
  .gap-32.row > .col-xl-8, .row .gap-32 > .col-xl-8 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 8 / 12
                                + 32px * (8 - 1)
                            );
  }
  .gap-32.row > .col-xl-9, .row .gap-32 > .col-xl-9 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 9 / 12
                                + 32px * (9 - 1)
                            );
  }
  .gap-32.row > .col-xl-10, .row .gap-32 > .col-xl-10 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 10 / 12
                                + 32px * (10 - 1)
                            );
  }
  .gap-32.row > .col-xl-11, .row .gap-32 > .col-xl-11 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 11 / 12
                                + 32px * (11 - 1)
                            );
  }
  .gap-32.row > .col-xl-12, .row .gap-32 > .col-xl-12 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 12 / 12
                                + 32px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-32.row > .col-xxl-1, .row .gap-32 > .col-xxl-1 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 1 / 12
                                + 32px * (1 - 1)
                            );
  }
  .gap-32.row > .col-xxl-2, .row .gap-32 > .col-xxl-2 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 2 / 12
                                + 32px * (2 - 1)
                            );
  }
  .gap-32.row > .col-xxl-3, .row .gap-32 > .col-xxl-3 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 3 / 12
                                + 32px * (3 - 1)
                            );
  }
  .gap-32.row > .col-xxl-4, .row .gap-32 > .col-xxl-4 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 4 / 12
                                + 32px * (4 - 1)
                            );
  }
  .gap-32.row > .col-xxl-5, .row .gap-32 > .col-xxl-5 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 5 / 12
                                + 32px * (5 - 1)
                            );
  }
  .gap-32.row > .col-xxl-6, .row .gap-32 > .col-xxl-6 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 6 / 12
                                + 32px * (6 - 1)
                            );
  }
  .gap-32.row > .col-xxl-7, .row .gap-32 > .col-xxl-7 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 7 / 12
                                + 32px * (7 - 1)
                            );
  }
  .gap-32.row > .col-xxl-8, .row .gap-32 > .col-xxl-8 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 8 / 12
                                + 32px * (8 - 1)
                            );
  }
  .gap-32.row > .col-xxl-9, .row .gap-32 > .col-xxl-9 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 9 / 12
                                + 32px * (9 - 1)
                            );
  }
  .gap-32.row > .col-xxl-10, .row .gap-32 > .col-xxl-10 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 10 / 12
                                + 32px * (10 - 1)
                            );
  }
  .gap-32.row > .col-xxl-11, .row .gap-32 > .col-xxl-11 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 11 / 12
                                + 32px * (11 - 1)
                            );
  }
  .gap-32.row > .col-xxl-12, .row .gap-32 > .col-xxl-12 {
    width: calc(
                                (100% - 32px * (12 - 1))
                                * 12 / 12
                                + 32px * (12 - 1)
                            );
  }
}

.gap-80 {
  column-gap: 80px;
}
.gap-80.row, .row .gap-80 {
  margin-left: 0;
  margin-right: 0;
}
.gap-80.row > [class^=col-],
.gap-80.row > [class*=" col-"], .row .gap-80 > [class^=col-],
.row .gap-80 > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gap-80.row > .col-1, .row .gap-80 > .col-1 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 1 / 12
                        + 80px * (1 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-2, .row .gap-80 > .col-2 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 2 / 12
                        + 80px * (2 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-3, .row .gap-80 > .col-3 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 3 / 12
                        + 80px * (3 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-4, .row .gap-80 > .col-4 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 4 / 12
                        + 80px * (4 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-5, .row .gap-80 > .col-5 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 5 / 12
                        + 80px * (5 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-6, .row .gap-80 > .col-6 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 6 / 12
                        + 80px * (6 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-7, .row .gap-80 > .col-7 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 7 / 12
                        + 80px * (7 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-8, .row .gap-80 > .col-8 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 8 / 12
                        + 80px * (8 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-9, .row .gap-80 > .col-9 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 9 / 12
                        + 80px * (9 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-10, .row .gap-80 > .col-10 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 10 / 12
                        + 80px * (10 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-11, .row .gap-80 > .col-11 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 11 / 12
                        + 80px * (11 - 1)
                    );
  flex: 0 0 auto;
}
.gap-80.row > .col-12, .row .gap-80 > .col-12 {
  width: calc(
                        (100% - 80px * (12 - 1))
                        * 12 / 12
                        + 80px * (12 - 1)
                    );
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .gap-80.row > .col-sm-1, .row .gap-80 > .col-sm-1 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 1 / 12
                                + 80px * (1 - 1)
                            );
  }
  .gap-80.row > .col-sm-2, .row .gap-80 > .col-sm-2 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 2 / 12
                                + 80px * (2 - 1)
                            );
  }
  .gap-80.row > .col-sm-3, .row .gap-80 > .col-sm-3 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 3 / 12
                                + 80px * (3 - 1)
                            );
  }
  .gap-80.row > .col-sm-4, .row .gap-80 > .col-sm-4 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 4 / 12
                                + 80px * (4 - 1)
                            );
  }
  .gap-80.row > .col-sm-5, .row .gap-80 > .col-sm-5 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 5 / 12
                                + 80px * (5 - 1)
                            );
  }
  .gap-80.row > .col-sm-6, .row .gap-80 > .col-sm-6 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 6 / 12
                                + 80px * (6 - 1)
                            );
  }
  .gap-80.row > .col-sm-7, .row .gap-80 > .col-sm-7 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 7 / 12
                                + 80px * (7 - 1)
                            );
  }
  .gap-80.row > .col-sm-8, .row .gap-80 > .col-sm-8 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 8 / 12
                                + 80px * (8 - 1)
                            );
  }
  .gap-80.row > .col-sm-9, .row .gap-80 > .col-sm-9 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 9 / 12
                                + 80px * (9 - 1)
                            );
  }
  .gap-80.row > .col-sm-10, .row .gap-80 > .col-sm-10 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 10 / 12
                                + 80px * (10 - 1)
                            );
  }
  .gap-80.row > .col-sm-11, .row .gap-80 > .col-sm-11 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 11 / 12
                                + 80px * (11 - 1)
                            );
  }
  .gap-80.row > .col-sm-12, .row .gap-80 > .col-sm-12 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 12 / 12
                                + 80px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 768px) {
  .gap-80.row > .col-md-1, .row .gap-80 > .col-md-1 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 1 / 12
                                + 80px * (1 - 1)
                            );
  }
  .gap-80.row > .col-md-2, .row .gap-80 > .col-md-2 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 2 / 12
                                + 80px * (2 - 1)
                            );
  }
  .gap-80.row > .col-md-3, .row .gap-80 > .col-md-3 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 3 / 12
                                + 80px * (3 - 1)
                            );
  }
  .gap-80.row > .col-md-4, .row .gap-80 > .col-md-4 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 4 / 12
                                + 80px * (4 - 1)
                            );
  }
  .gap-80.row > .col-md-5, .row .gap-80 > .col-md-5 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 5 / 12
                                + 80px * (5 - 1)
                            );
  }
  .gap-80.row > .col-md-6, .row .gap-80 > .col-md-6 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 6 / 12
                                + 80px * (6 - 1)
                            );
  }
  .gap-80.row > .col-md-7, .row .gap-80 > .col-md-7 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 7 / 12
                                + 80px * (7 - 1)
                            );
  }
  .gap-80.row > .col-md-8, .row .gap-80 > .col-md-8 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 8 / 12
                                + 80px * (8 - 1)
                            );
  }
  .gap-80.row > .col-md-9, .row .gap-80 > .col-md-9 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 9 / 12
                                + 80px * (9 - 1)
                            );
  }
  .gap-80.row > .col-md-10, .row .gap-80 > .col-md-10 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 10 / 12
                                + 80px * (10 - 1)
                            );
  }
  .gap-80.row > .col-md-11, .row .gap-80 > .col-md-11 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 11 / 12
                                + 80px * (11 - 1)
                            );
  }
  .gap-80.row > .col-md-12, .row .gap-80 > .col-md-12 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 12 / 12
                                + 80px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 992px) {
  .gap-80.row > .col-lg-1, .row .gap-80 > .col-lg-1 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 1 / 12
                                + 80px * (1 - 1)
                            );
  }
  .gap-80.row > .col-lg-2, .row .gap-80 > .col-lg-2 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 2 / 12
                                + 80px * (2 - 1)
                            );
  }
  .gap-80.row > .col-lg-3, .row .gap-80 > .col-lg-3 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 3 / 12
                                + 80px * (3 - 1)
                            );
  }
  .gap-80.row > .col-lg-4, .row .gap-80 > .col-lg-4 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 4 / 12
                                + 80px * (4 - 1)
                            );
  }
  .gap-80.row > .col-lg-5, .row .gap-80 > .col-lg-5 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 5 / 12
                                + 80px * (5 - 1)
                            );
  }
  .gap-80.row > .col-lg-6, .row .gap-80 > .col-lg-6 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 6 / 12
                                + 80px * (6 - 1)
                            );
  }
  .gap-80.row > .col-lg-7, .row .gap-80 > .col-lg-7 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 7 / 12
                                + 80px * (7 - 1)
                            );
  }
  .gap-80.row > .col-lg-8, .row .gap-80 > .col-lg-8 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 8 / 12
                                + 80px * (8 - 1)
                            );
  }
  .gap-80.row > .col-lg-9, .row .gap-80 > .col-lg-9 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 9 / 12
                                + 80px * (9 - 1)
                            );
  }
  .gap-80.row > .col-lg-10, .row .gap-80 > .col-lg-10 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 10 / 12
                                + 80px * (10 - 1)
                            );
  }
  .gap-80.row > .col-lg-11, .row .gap-80 > .col-lg-11 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 11 / 12
                                + 80px * (11 - 1)
                            );
  }
  .gap-80.row > .col-lg-12, .row .gap-80 > .col-lg-12 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 12 / 12
                                + 80px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1200px) {
  .gap-80.row > .col-xl-1, .row .gap-80 > .col-xl-1 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 1 / 12
                                + 80px * (1 - 1)
                            );
  }
  .gap-80.row > .col-xl-2, .row .gap-80 > .col-xl-2 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 2 / 12
                                + 80px * (2 - 1)
                            );
  }
  .gap-80.row > .col-xl-3, .row .gap-80 > .col-xl-3 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 3 / 12
                                + 80px * (3 - 1)
                            );
  }
  .gap-80.row > .col-xl-4, .row .gap-80 > .col-xl-4 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 4 / 12
                                + 80px * (4 - 1)
                            );
  }
  .gap-80.row > .col-xl-5, .row .gap-80 > .col-xl-5 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 5 / 12
                                + 80px * (5 - 1)
                            );
  }
  .gap-80.row > .col-xl-6, .row .gap-80 > .col-xl-6 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 6 / 12
                                + 80px * (6 - 1)
                            );
  }
  .gap-80.row > .col-xl-7, .row .gap-80 > .col-xl-7 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 7 / 12
                                + 80px * (7 - 1)
                            );
  }
  .gap-80.row > .col-xl-8, .row .gap-80 > .col-xl-8 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 8 / 12
                                + 80px * (8 - 1)
                            );
  }
  .gap-80.row > .col-xl-9, .row .gap-80 > .col-xl-9 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 9 / 12
                                + 80px * (9 - 1)
                            );
  }
  .gap-80.row > .col-xl-10, .row .gap-80 > .col-xl-10 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 10 / 12
                                + 80px * (10 - 1)
                            );
  }
  .gap-80.row > .col-xl-11, .row .gap-80 > .col-xl-11 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 11 / 12
                                + 80px * (11 - 1)
                            );
  }
  .gap-80.row > .col-xl-12, .row .gap-80 > .col-xl-12 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 12 / 12
                                + 80px * (12 - 1)
                            );
  }
}
@media screen and (min-width: 1400px) {
  .gap-80.row > .col-xxl-1, .row .gap-80 > .col-xxl-1 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 1 / 12
                                + 80px * (1 - 1)
                            );
  }
  .gap-80.row > .col-xxl-2, .row .gap-80 > .col-xxl-2 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 2 / 12
                                + 80px * (2 - 1)
                            );
  }
  .gap-80.row > .col-xxl-3, .row .gap-80 > .col-xxl-3 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 3 / 12
                                + 80px * (3 - 1)
                            );
  }
  .gap-80.row > .col-xxl-4, .row .gap-80 > .col-xxl-4 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 4 / 12
                                + 80px * (4 - 1)
                            );
  }
  .gap-80.row > .col-xxl-5, .row .gap-80 > .col-xxl-5 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 5 / 12
                                + 80px * (5 - 1)
                            );
  }
  .gap-80.row > .col-xxl-6, .row .gap-80 > .col-xxl-6 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 6 / 12
                                + 80px * (6 - 1)
                            );
  }
  .gap-80.row > .col-xxl-7, .row .gap-80 > .col-xxl-7 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 7 / 12
                                + 80px * (7 - 1)
                            );
  }
  .gap-80.row > .col-xxl-8, .row .gap-80 > .col-xxl-8 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 8 / 12
                                + 80px * (8 - 1)
                            );
  }
  .gap-80.row > .col-xxl-9, .row .gap-80 > .col-xxl-9 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 9 / 12
                                + 80px * (9 - 1)
                            );
  }
  .gap-80.row > .col-xxl-10, .row .gap-80 > .col-xxl-10 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 10 / 12
                                + 80px * (10 - 1)
                            );
  }
  .gap-80.row > .col-xxl-11, .row .gap-80 > .col-xxl-11 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 11 / 12
                                + 80px * (11 - 1)
                            );
  }
  .gap-80.row > .col-xxl-12, .row .gap-80 > .col-xxl-12 {
    width: calc(
                                (100% - 80px * (12 - 1))
                                * 12 / 12
                                + 80px * (12 - 1)
                            );
  }
}

@media screen and (max-width: 991.98px) {
  .reverse-mobile {
    flex-flow: wrap-reverse;
  }
}

.header {
  z-index: 15;
  background: var(--white);
}
.header-top {
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.28s ease;
  padding: 12px 0;
  max-height: 62px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(179, 216, 246, 0) 0%, rgba(179, 216, 246, 0.3) 100%);
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .header-contact {
    display: none;
  }
}
.header-contact svg {
  width: 16px;
  height: 16px;
  color: var(--blue);
}
.header-contact__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-contact__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-contact__links a::after {
  content: "/";
  opacity: 0.2;
  padding-left: 8px;
}
.header-contact__links a:last-child::after {
  display: none;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
.header-row ul {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1500px) {
  .header-row ul {
    gap: 20px;
  }
}
.header-row ul a {
  font-weight: 700;
  line-height: 1.25;
  padding: 5px 0;
  border-bottom: 1px solid var(--white);
}
.header-row ul .active > a {
  color: var(--blue);
  border-color: var(--blue);
}
@media screen and (max-width: 991px) {
  .header nav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-btns {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .header .btn-burger {
    display: none;
  }
}

.lang-switcher {
  position: relative;
  padding: 0;
  display: flex;
  background: var(--white);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.lang-switcher a {
  aspect-ratio: 1;
  width: 36px;
  font-family: var(--alss);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.lang-switcher a.active {
  color: var(--white);
  background: var(--button);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-nav {
  align-items: center;
}
.main-nav > li {
  position: relative;
}
.main-nav > li a {
  padding: 5px 0;
}
.main-nav ul {
  top: calc(100% - 1px);
  position: absolute;
  white-space: nowrap;
  background: var(--white);
  flex-flow: column;
  gap: 0;
  z-index: 10;
  min-width: 200px;
  padding: 24px;
  border-radius: 0 20px 20px 20px;
  border-top: 1px solid var(--blue);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.main-nav ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
}
.main-nav ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.main-nav ul a {
  font-weight: 700;
  padding: 0;
  display: block;
}
.main-nav .parent-link > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav .parent-link > a::after {
  content: "";
  width: 8px;
  height: 4px;
  mask-image: url("../img/sprite/chevron.svg");
  background-color: var(--dark);
  display: block;
  transition: 0.4s;
}
.main-nav .parent-link:hover > a {
  color: var(--blue);
}
.main-nav .parent-link:hover > a::after {
  background: var(--blue);
  transform: rotate(180deg);
}
.main-nav .parent-link:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.main-nav .parent-link.active > a {
  color: var(--blue);
}
.main-nav .parent-link.active > a::after {
  background: var(--blue);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header .logo img {
  max-height: 60px;
  transition: 0.4s;
  width: 186px;
  object-fit: contain;
  object-position: left center;
}
@media screen and (max-width: 1500px) {
  .header .logo img {
    width: 150px;
    max-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header .logo img {
    width: 100px;
    max-height: 40px;
  }
}
.header .header-row {
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .header .header-row {
    padding: 15px 0;
  }
}
.header.fixed {
  box-shadow: var(--catalog-shadow);
}
.header.fixed .header-row {
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .header.fixed .header-row {
    padding: 10px 0;
  }
}
.header.fixed .logo img {
  max-height: 40px;
}
@media screen and (max-width: 768px) {
  .header.fixed .logo img {
    max-height: 40px;
  }
}
.header.fixed .header-top {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.btn-burger {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding: 10px;
  aspect-ratio: 1;
  background: var(--button);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.btn-burger span {
  width: 16px;
  height: 1px;
  border-radius: 4px;
  background: var(--white);
  display: block;
  position: relative;
  transition: 0.4s;
}

.menu-wrapper {
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 10;
  padding-top: 90px;
  height: var(--app-height);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  visibility: hidden;
  transition: 0.4s;
}
.menu-wrapper .container {
  display: flex;
  height: calc(var(--app-height) - 90px);
  flex-flow: column;
  padding-bottom: 15px;
}
.menu-wrapper .main-nav {
  flex-grow: 1;
}
.menu-wrapper .main-nav a {
  font-size: 17px;
}
.menu-wrapper .main-nav li {
  margin-bottom: 12px;
}
.menu-wrapper .main-nav li.active a {
  color: var(--blue);
}
.menu-wrapper .header-contact {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  margin: 30px 0;
}
.menu-wrapper .header-btns {
  display: flex;
  flex-flow: wrap;
}
.menu-wrapper .header-btns .btn {
  flex: 1 1 0;
}
@media screen and (max-width: 575px) {
  .menu-wrapper .header-btns .btn {
    flex: initial;
    width: 100%;
  }
}

.active-menu {
  box-shadow: var(--catalog-shadow);
}
.active-menu .header-row {
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .active-menu .header-row {
    padding: 10px 0;
  }
}
.active-menu .logo img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .active-menu .logo img {
    max-height: 40px;
  }
}
.active-menu .header-top {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.active-menu .btn-burger span {
  transform: rotate(45deg);
  position: absolute;
}
.active-menu .btn-burger span:nth-child(2) {
  opacity: 0;
}
.active-menu .btn-burger span:nth-child(3) {
  transform: rotate(-45deg);
}
.active-menu .menu-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.footer {
  position: relative;
  background: #F2F4F6;
  padding: 45px 0 30px;
  border-bottom: 10px solid var(--blue);
}
.footer-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .footer-row {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer-row {
    flex-flow: wrap;
  }
  .footer-row .logo {
    width: 100%;
  }
}
.footer-btns {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 991px) {
  .footer-contact {
    width: calc(50% - 10px);
  }
}
.footer-contact__item {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-contact__item:last-child {
  margin-bottom: 0;
}
.footer-contact__item svg,
.footer-contact__item img {
  width: 16px;
  height: 16px;
  color: var(--blue);
  margin-top: 3px;
}
.footer-contact__links {
  width: calc(100% - 16px - 12px);
}
.footer-contact__links a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer-nav {
    width: calc(50% - 10px);
  }
}
.footer-nav li {
  margin-bottom: 10px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer__pattern {
  position: absolute;
  width: calc(100% + 30px);
  bottom: calc(100% - 1px);
  left: -30px;
  z-index: 2;
}
.footer__pattern::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F2F4F6;
}
.footer__pattern img {
  width: 100%;
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  row-gap: 15px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 36, 67, 0.1);
}
.footer-copyright__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-copyright__logo svg {
  aspect-ratio: 87/20;
  width: 87px;
}
@media screen and (max-width: 1200px) {
  .footer .logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .footer .social-list, .footer .footer-btns {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .footer .social-list, .footer .footer-btns {
    width: 100%;
  }
}

.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.font-bold {
  font-weight: bold;
}
.font-alss {
  font-family: var(--alss);
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.article-item p {
  margin-bottom: 10px;
}
.article-item p:last-child {
  margin-bottom: 0;
}

.opacity-middle {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--alss);
  line-height: 0.8;
}

.h1 {
  font-size: clamp(2.375rem, 5.2vw, 6.25rem);
  font-weight: 700;
  font-family: var(--alss);
}
.h1 em {
  color: var(--red);
}

.h2 {
  font-size: clamp(2.2rem, 4vw, 4.55rem);
  font-weight: 700;
  font-family: var(--alss);
}
.h2 em {
  color: var(--red);
}
.h2 img {
  margin-top: -0.25em;
  max-width: 2.5em;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-100 {
  font-size: clamp(2.375rem, 5.2vw, 6.25rem);
}
.text-80 {
  font-size: clamp(1.75rem, 4.2vw, 5rem);
}
.text-70 {
  font-size: clamp(2rem, 3.65vw, 4rem);
}
@media screen and (max-width: 575px) {
  .text-70 {
    line-height: 1.1;
  }
}
.text-60 {
  font-size: clamp(1.875rem, 3.125vw, 3.75rem);
}
.text-40 {
  font-size: clamp(1.5rem, 2.08vw, 2.5rem);
}
.text-30 {
  font-size: clamp(1.375rem, 1.56vw, 1.875rem);
}
.text-24 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
}
.text-22 {
  font-size: clamp(1.0625rem, 1.15vw, 1.375rem);
}
.text-20 {
  font-size: clamp(1.2rem, 1.04vw, 1.45rem);
}
@media screen and (min-width: 992px) {
  .hero-wrapper:not(.hero-wrapper-page) .text-center .text-20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .text-20 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .text-20 {
    font-size: 14px;
  }
}
.text-18 {
  font-size: clamp(0.9375rem, 0.94vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .text-18 {
    font-size: 16px;
  }
}
.text-14 {
  font-size: clamp(0.8125rem, 0.73vw, 0.875rem);
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .text-14 {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .text-14 {
    font-size: 16px;
  }
  .text-18 {
    font-size: 17px;
  }
  .text-20 {
    font-size: 18px;
  }
  .text-22 {
    font-size: 19px;
  }
  .text-24 {
    font-size: 20px;
  }
}
.text-shadow {
  text-shadow: var(--text-shadow);
}

.gradient-text {
  --fill-top: #b3d8f6;
  --fill-bottom: #008ccf;
  --stroke-top: #008ccf;
  --stroke-mid: rgba(0, 141, 207, 0.1);
  --stroke-bottom: rgba(0, 140, 207, 0);
  --stroke-width: 2;
  display: inline-block;
  line-height: 1;
}
.gradient-text svg {
  display: block;
  overflow: visible;
}

.lh75 {
  line-height: 0.75;
}
@media screen and (max-width: 575px) {
  .lh75.h2 {
    line-height: 1;
  }
}

.color-white {
  color: var(--white);
}

.article-content strong {
  font-weight: bold;
}
.article-content em {
  color: var(--blue);
}
.article-content p {
  margin-bottom: 15px;
}
.article-content p:last-child {
  margin-bottom: 0;
}

.gradient-title-wrap {
  position: relative;
  display: inline-block;
}
.gradient-title-wrap .gradient-title {
  margin: 0;
  line-height: 0.834;
  letter-spacing: -0.05em;

  padding-right: 0.25em;
  background: linear-gradient(180deg, #b3d8f6 0%, #008ccf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.gradient-title-wrap .gradient-title--stroke {
  position: absolute;
  inset: 0;

  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #008ccf;
  mask-image: linear-gradient(180deg, black 0%, transparent 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, black 0%, transparent 50%, transparent 100%);
}

.object-item__title.gradient-title-wrap .gradient-title {
  line-height: 1;
}

.advantages-list .gradient-title-wrap .gradient-title {
  line-height: 1.27;
  letter-spacing: normal;
  padding-right: 0;
}

.slider-6 .swiper-slide {
  margin-right: var(--gap);
  width: calc(20% - var(--gap) * 5 / 6);
}

.slider-5 .swiper-slide {
  margin-right: var(--gap);
  width: calc(20% - var(--gap) * 4 / 5);
}
@media screen and (max-width: 1200px) {
  .slider-5 .swiper-slide {
    width: calc(25% - var(--gap) * 3 / 4);
  }
}
@media screen and (max-width: 991px) {
  .slider-5 .swiper-slide {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}
@media screen and (max-width: 768px) {
  .slider-5 .swiper-slide {
    width: calc(50% - var(--gap) * 1 / 2);
  }
}
@media screen and (max-width: 575px) {
  .slider-5 .swiper-slide {
    width: 100%;
  }
}

.slider-4 .swiper-slide {
  margin-right: var(--gap);
  width: calc(25% - var(--gap) * 3 / 4);
}
@media screen and (max-width: 991px) {
  .slider-4 .swiper-slide {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}
@media screen and (max-width: 768px) {
  .slider-4 .swiper-slide {
    width: calc(50% - var(--gap) * 1 / 2);
  }
}
@media screen and (max-width: 575px) {
  .slider-4 .swiper-slide {
    width: 100%;
  }
}

.slider-3 .swiper-slide {
  margin-right: var(--gap);
  width: calc(33.3333333333% - var(--gap) * 2 / 3);
}
@media screen and (max-width: 1200px) {
  .slider-3 .swiper-slide {
    width: calc(50% - var(--gap) * 1 / 2);
  }
}
@media screen and (max-width: 991px) {
  .slider-3 .swiper-slide {
    width: 100%;
  }
}

.slider-2 .swiper-slide {
  margin-right: var(--gap);
  width: calc(50% - var(--gap) * 1 / 2);
}

.slider-1 .swiper-slide {
  width: 100%;
}

.slider-wrapper {
  position: relative;
}
.slider-wrapper .swiper-slide {
  padding: 1px;
}
.slider-wrapper .swiper-slide:last-child {
  margin-right: 0;
}

.slider-arrows-middle {
  position: relative;
  display: flex;
  align-items: center;
}
.slider-arrows-middle .btn-arrow {
  position: absolute;
  left: -28px;
  z-index: 2;
}
.slider-arrows-middle .btn-arrow.btn-next {
  left: auto;
  right: -28px;
}
@media screen and (max-width: 575px) {
  .slider-arrows-middle .btn-arrow {
    left: -10px;
  }
  .slider-arrows-middle .btn-arrow.btn-next {
    left: auto;
    right: -10px;
  }
}

.slider-wrapper__inner {
  width: 100%;
}
.slider-wrapper.slider-box .slider-wrapper__inner {
  overflow: hidden;
}

.slider-one-height .swiper-slide {
  height: initial;
}
.slider-one-height .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider-wrapper .btn-arrow {
  width: 68px;
  height: 48px;
  padding: 12px;
  border-radius: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: var(--white);
  background: var(--blue-light);
  transition: var(--hover-transition);
}
@media screen and (max-width: 768px) {
  .slider-wrapper .btn-arrow {
    width: 50px;
    height: 40px;
  }
}
.slider-wrapper .btn-arrow svg,
.slider-wrapper .btn-arrow img {
  width: 16px;
  height: 14px;
}
.slider-wrapper .btn-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.slider-wrapper .btn-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: var(--hover-transition);
  background: var(--button);
  border-radius: 40px;
  z-index: -1;
}
.slider-wrapper .btn-arrow:disabled {
  opacity: 0.2;
}
.slider-wrapper .btn-arrow:hover {
  color: var(--dark);
}
.slider-wrapper .btn-arrow:hover::after {
  opacity: 0;
}

.slider-wrapper__pagination .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  gap: 10px;
}
.slider-wrapper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  transition: 0.4s;
  border-radius: 30px;
  background: #0024431a;
}
@media screen and (max-width: 768px) {
  .slider-wrapper__pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.slider-wrapper__pagination .swiper-pagination-bullet-active {
  background: var(--blue);
  width: 40px;
}
@media screen and (max-width: 768px) {
  .slider-wrapper__pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

.slider-wrapper__nums {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 36, 67, 0.2);
  font-family: var(--alss);
  font-weight: 700;
  letter-spacing: -1.2px;
}
@media screen and (max-width: 768px) {
  .slider-wrapper__nums {
    font-size: 15px;
  }
}
.slider-wrapper__nums span {
  font-size: 2em;
  color: var(--blue);
}

.slider-wrapper__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  .slider-wrapper__footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .slider-wrapper__footer {
    margin-top: 30px;
  }
}
.slider-wrapper__footer .slider-wrapper__pagination {
  width: auto;
}

.slider-wrapper__nav {
  display: flex;
  gap: 8px;
}

body.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
}
body.no-scroll .header {
  padding-right: var(--scrollbar-compensation, 0px);
}
.modal-wrapper {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 36, 67, 0.4);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.modal-wrapper .btn-close {
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .modal-wrapper .btn-close {
    top: -10px;
    right: -10px;
  }
}
.modal-wrapper__inner {
  position: relative;
  border-radius: 20px;
  background: #fff;
  width: calc(100% - 60px);
  max-width: 1180px;
  transform: scale(0.94);
  transition: 0.4s;
  max-height: calc(var(--app-height) - 100px);
}
@media screen and (max-width: 575px) {
  .modal-wrapper__inner {
    width: calc(100% - 30px);
    border-radius: 12px;
  }
}
.modal-wrapper__inner.modal-big {
  max-width: 952px;
}
.modal-wrapper__inner .modal-content {
  overflow: auto;
  max-height: calc(var(--app-height) - 100px);
}
@media screen and (max-width: 575px) {
  .modal-wrapper {
    box-sizing: border-box;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 0;
  }
  .modal-wrapper__inner {
    flex: 0 0 auto;
    max-height: none;
    margin: auto;
  }
  .modal-wrapper__inner .modal-content {
    overflow: visible;
    max-height: none;
  }
}
.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-wrapper.open .modal-wrapper__inner {
  transform: scale(1);
}
.video-modal__inner {
  max-width: 820px;
  padding: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #e9f7ff 100%);
  box-shadow: 0 30px 90px rgba(0, 36, 67, 0.32);
}
.video-modal__frame {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 14px;
  background: #002443;
}
.video-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-wrapper .article-content {
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .modal-wrapper .article-content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrapper .article-content {
    padding: 15px;
  }
}
.modal-wrapper .modal-desc {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .modal-wrapper .order-form {
    padding: 30px;
  }
}

@media screen and (max-width: 1500px) {
  .order-modal .modal-wrapper__inner {
    max-width: 1000px;
  }
}
@media screen and (min-width: 992px) {
  .order-modal {
    box-sizing: border-box;
    align-items: flex-start;
    overflow-y: auto;
    padding: 50px 0;
  }
  .order-modal .modal-wrapper__inner {
    flex: 0 0 auto;
    max-height: none;
    margin: auto;
  }
  .order-modal .modal-wrapper__inner .modal-content {
    overflow: visible;
    max-height: none;
  }
}

.product-popup {
  display: flex;
  flex-flow: wrap;
}
@media screen and (min-width: 992px) {
  .product-popup {
    min-height: 460px;
  }
}
.product-popup__slider {
  width: 41.6666666667%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-popup__slider {
    width: 100%;
    padding-top: 30px;
  }
}
.product-popup__slider .btn-arrow {
  position: absolute;
  z-index: 5;
}
.product-popup__slider .btn-arrow.btn-prev {
  left: 32px;
}
.product-popup__slider .btn-arrow.btn-next {
  right: 32px;
}
.product-popup__slider .slider-wrapper__inner {
  height: 100%;
}
.product-popup__slider .swiper-wrapper {
  height: 100%;
}
.product-popup__slider .swiper-slide {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-popup__slider .swiper-slide .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-popup__slider .swiper-slide img {

  width: auto;
  max-width: 90%;
  max-height: 400px;
  filter: drop-shadow(0 16px 24px rgba(0, 36, 67, 0.2));
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .product-popup__slider .swiper-slide img {
    max-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .product-popup__slider .swiper-slide img {
    max-height: 200px;
  }
}
.product-popup__content {
  width: 58.3333333333%;
  padding: 60px;
  border-left: 1px solid rgba(0, 36, 67, 0.1);
}
@media screen and (max-width: 1200px) {
  .product-popup__content {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .product-popup__content {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .product-popup__content {
    padding: 15px;
  }
}

.product-badge {
  padding: 4px 16px;
  color: var(--blue);
  border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid rgba(0, 140, 207, 0.2);
  font-weight: 700;
}

.product-chart {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 36, 67, 0.1);
}
@media screen and (max-width: 575px) {
  .product-chart {
    padding-top: 12px;
    margin-top: 12px;
  }
}
.product-chart li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-chart li:last-child {
  margin-bottom: 0;
}
.product-chart li span:first-child {
  color: rgba(0, 36, 67, 0.6);
}
.product-chart li span:last-child {
  font-weight: 700;
  text-align: right;
}

.product-details {
  margin: 24px 0;
  display: flex;
  flex-flow: wrap;
  padding: 24px;
  border-radius: 20px;
  background: rgba(0, 140, 207, 0.1);
}
@media screen and (max-width: 991px) {
  .product-details {
    margin: 14px 0;
    padding: 14px;
  }
}
.product-details .gradient-text {
  height: 30px;
}
.product-details__item {
  width: 25%;
  text-align: center;
}

.btn-close {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--button);
  color: var(--white);
}
@media screen and (max-width: 575px) {
  .btn-close {
    width: 40px;
    height: 40px;
  }
}
.btn-close svg {
  width: 15px;
  height: 15px;
}

.object-item {
  position: relative;
  padding: 32px;
  border: 1px solid rgba(0, 36, 67, 0.1);
  border-radius: 20px;
  background: var(--white);
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .object-item {
    padding: 20px;
  }
}
.object-item::before {
  content: "";
  width: 20px;
  height: 43px;
  position: absolute;
  right: 100%;
  bottom: 120px;
  background-image: url("../img/icons/arrow.svg");
}
@media screen and (max-width: 991px) {
  .object-item::before {
    bottom: calc(100% - 12px);
    right: 0;
    left: 0;
    transform: rotate(90deg);
    margin: auto;
  }
}
.object-item__image {
  width: 100%;
  aspect-ratio: 316/246;
  border-radius: 10px;
  overflow: hidden;
}
.object-item__image img, .object-item__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.map-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 60px;
}
@media screen and (max-width: 1500px) {
  .map-wrapper {
    gap: 30px;
  }
}
.map-wrapper__inner {
  width: calc(100% - 60px - 380px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .map-wrapper__inner {
    width: calc(100% - 30px - 330px);
  }
}
@media screen and (max-width: 991px) {
  .map-wrapper__inner {
    width: 100%;
  }
}
.map-wrapper__inner svg {
  width: 100%;
}
.map-wrapper__cards {
  width: 380px;
}
@media screen and (max-width: 1500px) {
  .map-wrapper__cards {
    width: 330px;
  }
}
@media screen and (max-width: 991px) {
  .map-wrapper__cards {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.objects-list {
  display: grid;
}

.objects-list__item {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0s linear 0.7s;
}
.objects-list__item.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s ease, visibility 0s;
}

.area-map path:first-child {
  transition: 0.4s;
}
.area-map.active path:first-child {
  fill: #FF00005C;
}

.map-btn {
  cursor: pointer;
  transition: 0.4s;
}

.map-hit {
  fill: transparent;
  pointer-events: all;
  cursor: pointer;
}
.map-btn.active {

  fill: url(#marker-fill);
  stroke: url(#marker-stroke);
}

.hero-wrapper {
  background: var(--light);
  color: var(--white);
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.hero-wrapper .container {
  position: relative;
  z-index: 2;
}
.hero-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  mask-image: url("../img/pages/home/pattern.svg");
  bottom: 0;
  left: 0;
  background: var(--white);
  mask-position: center;
  mask-size: cover;
  mask-position: center bottom;
  aspect-ratio: 1920/580;
}
.hero-wrapper::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  background: var(--white);
  z-index: 0;
}
.hero-wrapper__inner {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  background-color: var(--light);
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 40px 20px;
  margin: 0 20px;
  width: calc(100% - 40px);
  min-height: 450px;
}
@media screen and (max-width: 1500px) {
  .hero-wrapper__inner {
    padding: 80px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper__inner {
    padding: 30px 0 15px;
    width: 100%;
    margin: 0;
    border-radius: 16px;
  }
}
.hero-wrapper .video-btn {
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: 240px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .hero-wrapper .video-btn {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero-wrapper .video-btn {
    margin-right: auto;
    margin-left: 0;
    width: 154px;
    height: 154px;
  }
}
@media screen and (max-width: 575px) {
  .hero-wrapper .text-center {
    text-align: left;
  }
  .hero-wrapper .text-center .text-20.font-700 {
    font-weight: 500;
  }
  .hero-wrapper .h1 {
    line-height: 1;
  }
}

.advantages-list {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.advantages-list .advantages-list__item[data-aos] {
  transition-property: opacity, transform;
  transition-duration: var(--card-reveal-opacity-duration), var(--card-reveal-transform-duration);
}
.advantages-list__item {
  flex-grow: 1;
  width: calc(25% - 15px);
  padding: 24px;
  border-top: 2px solid var(--blue-light);
  background: rgba(0, 36, 67, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .advantages-list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .advantages-list__item {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
  }
}
.advantages-list__content {
  line-height: 1.37;
  width: calc(100% - 24px - 48px);
}
@media screen and (max-width: 1500px) {
  .advantages-list__content {
    line-height: 1.15;
  }
}
.advantages-list__icon {
  position: relative;
  width: 48px;
  z-index: 1;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .advantages-list__icon {
    width: 30px;
    height: 30px;
  }
}
.advantages-list__icon::before {
  content: "";
  position: absolute;
  top: 10px;
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1;
  left: 10px;
  border-radius: 50%;
  background: var(--blue-light);
}
@media screen and (max-width: 768px) {
  .advantages-list__icon::before {
    top: 5px;
    left: 5px;
  }
}

.catalog-links {
  padding-bottom: 180px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .catalog-links {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-links {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.catalog-links::before {
  content: "";
  position: absolute;
  width: 1000px;
  aspect-ratio: 1;
  background: #fff;
  filter: blur(40px);
  top: -500px;
  left: 0;
  right: 0;
  margin: auto;
}
.catalog-links__inner {
  display: flex;
  align-items: flex-end;
  flex-flow: wrap;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .catalog-links__inner {
    gap: 50px;
  }
}
.catalog-links .btn {
  position: relative;
  z-index: 2;
}
.catalog-links .catalog-link {
  width: calc(50% - 50px);
}
@media screen and (max-width: 991px) {
  .catalog-links .catalog-link {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-links .catalog-link .catalog-link__image {
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 575px) {
  .catalog-links .catalog-link .catalog-link__image {
    margin-bottom: -90px;
  }
}
.catalog-links .catalog-link:hover .catalog-link__image {
  transform: scale(1.05);
}

.catalog-links .catalog-link__image img[data-parallax-bg] {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}
.catalog-links .catalog-link:first-child .catalog-link__image {
  min-width: calc(100% + 260px);
  left: -60px;
  --x: 20px;
  --y: 20px;
  --float-rotate: 1.5deg;
  --duration: 10s;
}
@media screen and (max-width: 1500px) {
  .catalog-links .catalog-link:first-child .catalog-link__image {
    min-width: calc(100% + 120px);
    left: -20px;
  }
}
.catalog-links .catalog-link:first-child .catalog-link__image::before {
  content: "";
  width: 534px;
  aspect-ratio: 2800/1800;
  position: absolute;
  background-image: url("../img/pages/home/catalog/milk.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-26deg);
  bottom: -100px;
  right: calc(100% - 170px);
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .catalog-links .catalog-link:first-child .catalog-link__image::before {
    width: 400px;
    bottom: 0;
  }
}
.catalog-links .catalog-link:last-child .catalog-link__image {
  --x: 10px;
  --y: 20px;
  --float-rotate: -1.5deg;
  --duration: 10s;
}
.catalog-links .catalog-link:last-child .catalog-link__image::before {
  content: "";
  width: 100%;
  background-image: url("../img/pages/home/catalog/snowflakes.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  aspect-ratio: 1;
  min-width: 1000px;
  bottom: -110px;
  left: -30px;
}
@media screen and (max-width: 1500px) {
  .catalog-links .catalog-link:last-child .catalog-link__image::before {
    min-width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .catalog-links .catalog-link:last-child .catalog-link__image::before {
    min-width: 100%;
    bottom: 0;
  }
}
.catalog-links .floating-block {
  --x: 50px;
  --y: 30px;
  --float-rotate: 8deg;
  --duration: 6s;
  --delay: -2s;
}

.about-wrapper {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .about-wrapper {
    padding-top: 60px;
  }
}

.about-info {
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-info {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 575px) {
  .about-info {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    padding: 15px 0 90px;
  }
}
.about-info-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-info-top {
    position: relative;
  }
}
.about-info-bottom {
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-info-bottom {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.about-info-bottom .about-info__inner {
  justify-content: center;
}
.about-info-bottom .about-info__item::before {
  top: auto;
  bottom: 100%;
  transform-origin: top center;
}
.about-info-bottom .about-info__item::after {
  top: auto;
  bottom: calc(100% + 40px);
}
.about-info__image {
  position: relative;
  padding: 110px 0 160px;
}
@media screen and (max-width: 1500px) {
  .about-info__image {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 991px) {
  .about-info__image {
    position: absolute;
    inset: 0;
    padding: 0;
  }
}
.about-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 550px;
}

.about-info__image img[data-parallax-bg] {
  object-position: center calc(50% + var(--parallax-y, 0px));
}
.about-info__image::before {
  content: "";
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(242, 244, 246, 0) 0%, rgba(242, 244, 246, 0.7) 50%, #f2f4f6 100%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .about-info__image::before {
    height: 120px;
  }
}
.about-info__image::after {
  content: "";
  width: 100%;
  height: 440px;
  background-image: url("../img/pages/about/milk.png");
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .about-info__image::after {
    height: 250px;
  }
}
.about-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 260px;
}
@media screen and (max-width: 1500px) {
  .about-info__inner {
    gap: 80px;
  }
}
@media screen and (max-width: 991px) {
  .about-info__inner {
    gap: 20px;
    flex-flow: wrap;
  }
}

.about-info__inner .about-info__item[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 400ms, 1000ms;
}
.about-info__item {
  max-width: 300px;
  padding: 16px 24px;
  border-radius: 20px;
  border: 1px solid #f4f5f7;
  background: var(--white);
  flex-grow: 1;
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-info__item {
    flex: 0 1 300px;
  }
}
@media screen and (max-width: 991px) {
  .about-info__item {
    max-width: none;
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .about-info__item br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-info__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .about-info__item {
    width: 100%;
  }
}

.about-info__item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #fff;
  transform: scaleY(0);
  transform-origin: bottom center;

  transition: transform var(--ray-dur, 1.8s) ease;
  transition-delay: var(--ray-delay, 0.45s);
}
.about-info__item.aos-animate::before {
  transform: scaleY(1);
}
.about-info__item::after {
  content: "";
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 5px, transparent 5.5px);
}
@media screen and (max-width: 991px) {
  .about-info__item::before,
  .about-info__item::after {
    display: none;
  }
}

.map-section {
  background: linear-gradient(180deg, #f2f4f6 0%, #fff 100%);
  position: relative;
}

.gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.gallery-wrapper__slider {
  margin-bottom: 40px;
}

.gallery-wrapper .gallery-wrapper__slider[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 800ms, 1000ms;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper__slider {
    margin-bottom: 12px;
  }
}
.gallery-wrapper__slider:last-child {
  margin-bottom: 0;
}
.gallery-wrapper .swiper-slide {
  width: 400px;
  aspect-ratio: 400/280;
  margin-right: 20px;
}
@media screen and (max-width: 1500px) {
  .gallery-wrapper .swiper-slide {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-wrapper .swiper-slide {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .swiper-slide {
    width: 140px;
    margin-right: 10px;
  }
}

.gallery-wrapper .gallery-item.tilt-a {
  transform: rotate(2deg);
}
.gallery-wrapper .gallery-item.tilt-b {
  transform: rotate(-2deg);
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .gallery-item.tilt-a {
    transform: rotate(1.5deg);
  }
  .gallery-wrapper .gallery-item.tilt-b {
    transform: rotate(-1.5deg);
  }
}
.gallery-wrapper .gallery-item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .gallery-wrapper .gallery-item {
    border-radius: 12px;
  }
}
.gallery-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-list {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.news-list__item {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 991px) {
  .news-list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .news-list__item {
    width: 100%;
  }
}

.news-list .slider-wrapper__inner {
  overflow-x: clip;
}
.news-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-flow: column;
}

.news-list .news-item[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 1000ms, 1400ms;
  transition-delay: var(--reveal-delay, 0ms);
}
.news-item__image {
  aspect-ratio: 460/260;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hover-zoom__img {
  overflow: hidden;
}
.hover-zoom__img img {
  transition: transform 0.8s ease;
  will-change: transform;
}
.hover-zoom:hover .hover-zoom__img img,
.hover-zoom.hover-zoom__img:hover img {
  transform: scale(1.035);
}
.news-item__content {
  padding: 30px;
  display: flex;
  flex-flow: column;
  flex: 1;
}
.news-item__content .btn-link {
  margin-top: auto;
}
@media screen and (max-width: 1500px) {
  .news-item__content {
    padding: 20px;
  }
}
.news-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
}
.news-item__meta svg {
  width: 16px;
  height: 16px;
}
.news-item__meta span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.news-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2lh;
}
.news-item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3lh;
}
.news-item__link::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}
.news-item:hover .btn {
  background: var(--blue-light);
  color: var(--dark);
  border-color: var(--blue-light);
}
.news-item:hover .btn::before {
  opacity: 0;
}
.news-item:hover .btn::after {
  opacity: 0;
}

.blog-pagination {
  width: 100%;
}
.blog-pagination .btn-arrow.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .blog-pagination {
    display: none;
  }
}

.news-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 330px;

  padding-bottom: calc(50vw - 620px);
}
@media screen and (max-width: 1500px) {
  .news-wrapper {
    padding-bottom: calc(50vw - 543px);
  }
}
.news-wrapper::before {
  content: "";
  width: 1190px;
  aspect-ratio: 1190/726;
  background-image: url("../img/patterns/cloud-left.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .news-wrapper::before {
    width: 800px;
  }
}
.news-wrapper::after {
  content: "";
  width: 1007px;
  aspect-ratio: 1007/684;
  background-image: url("../img/patterns/cloud-right.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 60%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .news-wrapper::after {
    width: 740px;
  }
}

.more-wrapper {
  position: relative;
  padding-bottom: 0;
  padding: 155px 0;
  background-image: url("../img/patterns/more-bg.jpg");
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  .more-wrapper {
    padding: 60px 0;
  }
}
@media screen and (min-width: 992px) {
  .more-wrapper:last-child {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .more-wrapper:last-child {
    padding-bottom: 100px;
  }
}
.more-wrapper::before {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(232, 243, 252, 0) 0%, #E8F3FC 10%);
  height: 140vh;
  z-index: -1;
  pointer-events: none;
}
.more-wrapper::after {
  content: "";
  width: 100%;
  background-image: url("../img/patterns/cows.webp");
  aspect-ratio: 1920/960;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;

  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .more-wrapper::after {
    height: 100%;
    background-size: 250%;
  }
}
.more-wrapper__image {
  z-index: 4;
  pointer-events: none;
}
.more-wrapper__image img {
  width: 100%;
}

.more-inner {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  background: var(--button);
  z-index: 3;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 1500px) {
  .more-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .more-inner {
    padding: 20px;
  }
}
.more-inner__content {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 991px) {
  .more-inner__content {
    width: 100%;
  }
}
.more-inner::before {
  content: "";
  width: 100%;
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../img/patterns/pattern.webp");
}
.more-inner .btns-row {
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .more-inner .btns-row {
    gap: 12px;
    flex-flow: wrap;
  }
}
.more-inner .btns-row .btn {
  flex: 1 1 0;
  padding: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .more-inner .btns-row .btn {
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .more-inner .btns-row .btn {
    flex: initial;
    flex-grow: 1;
  }
}
@media screen and (max-width: 575px) {
  .more-inner .btns-row .btn {
    width: 100%;
  }
}
.more-inner .more-inner__image {
  width: 25%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .more-inner .more-inner__image {
    width: 100%;
    padding-top: 100px;
  }
  .more-inner .more-inner__image .parallax-image {
    aspect-ratio: 287/190;
    position: relative;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

.parallax-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.parallax-image img {
  position: absolute;
  filter: drop-shadow(var(--shadow-bottom));
}
.parallax-image img:nth-child(1) {
  bottom: 90px;
  left: -95px;
  z-index: 3;
  width: 316px;
  transform: rotate(-17deg);
  aspect-ratio: 1;
}
@media screen and (max-width: 1500px) {
  .parallax-image img:nth-child(1) {
    width: 200px;
    bottom: 40px;
    left: -45px;
  }
}
.parallax-image img:nth-child(2) {
  top: 0;
  left: 30px;
  transform: rotate(11deg);
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .parallax-image img:nth-child(2) {
    width: 110px;
    left: 60px;
  }
}
.parallax-image img:nth-child(3) {
  bottom: -80px;
  right: -50px;
  transform: rotate(-10deg);
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .parallax-image img:nth-child(3) {
    width: 110px;
    bottom: -60px;
    right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .more-inner__image .parallax-image img:nth-child(1) {
    width: 240px;
    bottom: 65px;
    left: -70px;
  }
  .more-inner__image .parallax-image img:nth-child(2) {
    width: 130px;
    left: 40px;
  }
  .more-inner__image .parallax-image img:nth-child(3) {
    width: 118px;
    bottom: -66px;
    right: -25px;
  }
}

.more-inner__image .parallax-image img {
  filter:
    drop-shadow(0 4px 10px rgba(0, 36, 67, 0.22))
    drop-shadow(0 16px 30px rgba(0, 36, 67, 0.24));
}

.map-section .container {
  position: relative;
}

.section-parallax-images {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .section-parallax-images:not(.parallax-image) {
    display: none;
  }
}
.section-parallax-images img {
  position: absolute;
  filter: drop-shadow(var(--shadow-bottom));
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .page-about .section-parallax-images img {
    max-width: none;
  }
}
.section-parallax-images .top-left {
  top: 0px;
  left: -250px;
  transform: rotate(-24.73deg);
}
@media screen and (max-width: 1500px) {
  .section-parallax-images .top-left {
    left: -100px;
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .section-parallax-images .top-left {
    left: -40px;
    max-width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-parallax-images .top-left {
    left: -10px;
    top: 150px;
    max-width: 25px;
  }
}
.section-parallax-images .bottom-left {
  bottom: -50px;
  left: -270px;
  transform: rotate(22.27deg);
}
@media screen and (max-width: 1500px) {
  .section-parallax-images .bottom-left {
    left: -120px;
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .section-parallax-images .bottom-left {
    left: -60px;
    bottom: 0;
    top: 240px;
    max-width: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-parallax-images .bottom-left {
    left: 10px;
    bottom: 0;
    top: 280px;
    max-width: 20px;
  }
}
.section-parallax-images .top-right {
  top: -60px;
  right: -235px;
  transform: rotate(-37.15deg);
}
@media screen and (max-width: 1500px) {
  .section-parallax-images .top-right {
    right: -120px;
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .section-parallax-images .top-right {
    right: -30px;
    max-width: 50px;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-parallax-images .top-right {
    right: 0px;
    max-width: 30px;
    top: 100px;
  }
}

.map-section .section-parallax-images .top-left    { --tilt: -24.73deg; --from: -160%; }
.map-section .section-parallax-images .bottom-left { --tilt:  22.27deg; --from: -160%; }
.map-section .section-parallax-images .top-right   { --tilt: -37.15deg; --from:  160%; }
.map-section .section-parallax-images [data-aos^="bottle-"] {
  opacity: 0;
  transform: translateX(var(--from)) rotate(var(--tilt));
  transition-property: transform, opacity;

  transition-duration: var(--reveal-dur, 1800ms);
  transition-delay: var(--reveal-delay, 0ms);
}
.map-section .section-parallax-images [data-aos^="bottle-"].aos-animate {
  opacity: 1;
  transform: translateX(0) rotate(var(--tilt));
}

.head-block__left[data-aos],
.head-block__right[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 400ms, 1000ms;
}

.order-wrapper .section-parallax-images .top-left     { --from: -160%; --tilt:  24.73deg; }
.order-wrapper .section-parallax-images .left-middle  { --from: -160%; --tilt: -24.73deg; }
.order-wrapper .section-parallax-images .top-right    { --from:  160%; --tilt: -37.15deg; }
.order-wrapper .section-parallax-images .bottom-right { --from:  160%; --tilt:  24deg; }
.order-wrapper .section-parallax-images [data-aos^="bottle-"] {
  opacity: 0;
  transform: translateX(var(--from)) rotate(var(--tilt));
  transition-property: transform, opacity;
  transition-duration: var(--reveal-dur, 1800ms);
  transition-delay: var(--reveal-delay, 0ms);
}
.order-wrapper .section-parallax-images [data-aos^="bottle-"].aos-animate {
  opacity: 1;
  transform: translateX(0) rotate(var(--tilt));
}

.order-wrapper .head-block__left[data-aos],
.order-wrapper .head-block__right[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 400ms, 1000ms;
}

.section-parallax-images img {
  --x: 15px;
  --y: 15px;
  --float-rotate: 4deg;
  --duration: 6s;
  --delay: 0s;
  pointer-events: none;
  animation: floating var(--duration) ease-in-out infinite alternate;
  animation-delay: var(--delay);
  will-change: transform, translate, rotate;
}
@media screen and (max-width: 575px) {
  .section-parallax-images img {
    --x: 5px;
    --y: 5px;
    --float-rotate: 2deg;
    --duration: 10s;
  }
}

@keyframes floating {
  0% {
    translate: 0 0;
    rotate: 0deg;
    scale: 1;
  }
  50% {
    translate: calc(var(--x) * -0.5) calc(var(--y) * 0.4);
    rotate: calc(var(--float-rotate) * -0.7);
    scale: 1.01;
  }
  100% {
    translate: var(--x) var(--y);
    rotate: var(--float-rotate);
    scale: 1.025;
  }
}
@media screen and (max-width: 991px) {
  .news-wrapper .swiper-slide {
    width: calc(50% - var(--gap) * 1 / 2);
  }
}
@media screen and (max-width: 768px) {
  .news-wrapper .swiper-slide {
    width: calc(100% - 50px);
  }
}

.parallax-image img {
  --x: 7px;
  --y: 7px;
  --float-rotate: 1.5deg;
  --duration: 10s;
}

.floating-block {
  pointer-events: none;
  animation: floating var(--duration) ease-in-out infinite alternate;
  animation-delay: var(--delay);
  will-change: transform, translate, rotate;
}

.hero-wrapper-page .hero-wrapper__inner {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.hero-wrapper-page h1 {
  font-size: clamp(2.6rem, 4.9vw, 5.6rem);
  font-weight: 700;
  font-family: var(--alss);
}
.hero-wrapper-page .text-20 {
  font-size: clamp(1.35rem, 1.25vw, 1.55rem);
}
@media screen and (max-width: 991px) {
  .hero-wrapper-page .hero-wrapper__inner {
    padding: 50px 0;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .hero-wrapper-page .hero-wrapper__inner {
    padding: 30px 0;
  }
}

.hero-wrapper-page .hero-wrapper__inner::before {
  z-index: -2;

  inset: 0;
  background-size: cover;


  background-position: center calc(var(--hero-pos-y, 50%) - var(--parallax-y, 0px) + var(--hero-shift-y, 0px));
  transform: scale(var(--hero-zoom, 1));
  transform-origin: center bottom;
}

.hero-wrapper-page:not(.hero-wrapper-page-gradient) .hero-wrapper__inner::before {
  background-position: center var(--hero-pos-y, center);
  transform: translate3d(0, calc(var(--parallax-y, 0px) + 30px), 0) scale(var(--hero-zoom, 1));
}

.hero-wrapper:not(.hero-wrapper-page) .hero-wrapper__inner::before {

  transform: translate3d(0, calc(var(--parallax-y, 0px) - 15px), 0);
}
.hero-wrapper-page .hero-wrapper__inner::after {
  content: "";
  width: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 36, 67, 0.6) 0%, rgba(0, 36, 67, 0) 50%);
  pointer-events: none;
  z-index: -1;
}
.hero-wrapper-page::after {
  mask-image: url("../img/pages/product/pattern.svg");
  aspect-ratio: 1920/400;
}
.hero-wrapper-page .video-btn {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero-wrapper-page .hero-wrapper__inner > .container {
    position: relative;
  }
  .hero-wrapper-page .video-btn {
    position: absolute;
    top: calc(50% - 71px);
    right: 11px;
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .hero-wrapper-page .video-btn {
    margin-right: 0;
  }
}
.hero-wrapper-page-gradient::after {
  display: none;
}

.products-categories {
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1201px) {
  .products-categories-container {
    max-width: 1270px;
  }
}
@media screen and (max-width: 991px) {
  .products-categories {
    padding: 50px 0;
  }
}
.products-categories__item {
  width: calc(33.3333333333% - var(--gap) * 2 / 3);
  padding: 0 24px 24px;
  border-radius: 20px;
  background: var(--white);
  position: relative;
  color: var(--dark);
  text-align: center;
  transition: var(--hover-transition);
  display: block;
}
@media screen and (max-width: 991px) {
  .products-categories__item {
    width: 100%;
  }
}
.products-categories__item:hover {
  color: var(--dark);
}
.products-categories__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103deg, rgba(0, 36, 67, 0.1) 0%, rgba(0, 36, 67, 0) 49.58%, rgba(0, 36, 67, 0.1) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.products-categories__title {
  position: relative;
  margin-bottom: 16px;
}
.products-categories__title .product-title-default {
  position: absolute;
  width: 100%;
  top: 0px;
  line-height: 1;
  left: 0;
  transition: var(--hover-transition);
}
.products-categories__title .gradient-title-wrap {
  opacity: 0;
  transition: var(--hover-transition);
}

.products-categories__title .gradient-title {
  line-height: 1;
  letter-spacing: normal;
  padding-right: 0;
}

.products-categories__desc {
  font-size: clamp(0.9375rem, 0.94vw, 1.125rem);
  color: rgba(0, 36, 67, 0.6);
}
@media screen and (min-width: 1201px) {
  .products-categories__title .product-title-default,
  .products-categories__title .gradient-title {
    font-size: 26px;
    line-height: 1.27;
  }
  .products-categories__desc {
    font-size: 16px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1200px) {
  .products-categories__item br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .products-categories__title .product-title-default,
  .products-categories__title .gradient-title {
    font-size: 28px;
    line-height: 1.27;
  }
  .products-categories__desc {
    font-size: 16px;
    line-height: 1.4;
  }
}

.products-categories__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #d3e8f9;
  opacity: 0;
  transition: var(--hover-transition);
  z-index: -1;
  pointer-events: none;
}
.products-categories__item:hover::after, .products-categories__item.active::after {
  opacity: 1;
}
.products-categories__item:hover .products-categories__title .product-title-default, .products-categories__item.active .products-categories__title .product-title-default {
  opacity: 0;
}
.products-categories__item:hover .products-categories__title .gradient-title-wrap, .products-categories__item.active .products-categories__title .gradient-title-wrap {
  opacity: 1;
}
.products-categories__image {
  position: relative;
  aspect-ratio: 37/46;
  margin-top: -55px;
  margin-bottom: -30px;
}
@media screen and (max-width: 1200px) {
  .products-categories__image {
    margin-bottom: -15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }
}
.products-categories__image img {
  transform: rotate(-12deg);
  position: relative;
  filter: drop-shadow(0 10px 18px rgba(0, 36, 67, 0.22));
  transition: transform 0.7s ease;
}

.products-categories__item:hover .products-categories__image img {
  transform: rotate(-12deg) scale(1.035);
}

.products-categories__item[data-category="cat-2"] .products-categories__image::before {
  content: "";
  position: absolute;
  inset: -12%;
  background: url("../img/pages/home/catalog/snowflakes.webp") center / contain no-repeat;
  pointer-events: none;
}

.products-wrapper {
  position: relative;
  padding: 0 0 120px;
  margin-top: -30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .products-wrapper {
    padding: 0 0 60px;
  }
}

.tabs-wrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.tabs-wrapper__head {
  position: relative;
  display: inline-flex;
  padding: 0 32px;
  border-radius: 10px;
  gap: 32px;
  background: var(--white);
  box-shadow: -146px 171px 63px 0 rgba(0, 36, 67, 0), -94px 109px 58px 0 rgba(0, 36, 67, 0.01), -53px 62px 49px 0 rgba(0, 36, 67, 0.03), -23px 27px 36px 0 rgba(0, 36, 67, 0.04), -6px 7px 20px 0 rgba(0, 36, 67, 0.05);
  margin-bottom: 120px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .tabs-wrapper__head {
    margin-bottom: 30px;
    gap: 20px;
    row-gap: 0;
    padding: 0 10px;
    border: none;
  }
}
.tabs-wrapper__body {
  width: 100%;
}

.btn-tab {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: color 0.45s ease;
}
@media screen and (max-width: 991px) {
  .btn-tab {
    padding: 10px 0;
    font-size: 14px;
  }
}
.btn-tab.active {
  color: var(--blue);
  border-color: var(--blue);
}
.tabs-wrapper__head.has-tab-indicator .btn-tab.active {
  border-color: transparent;
}
.tabs-active-line {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -1px;
  border-radius: 2px;
  background: var(--blue);
  pointer-events: none;
  will-change: width, transform;
}
.tabs-active-line.is-ready {
  transition: width 0.68s cubic-bezier(0.22, 1, 0.36, 1), transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.products-list {
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .products-list {
    gap: 10px;
  }
}
.products-list__item {
  width: calc(25% - var(--gap) * 3 / 4);
}
@media screen and (max-width: 1200px) {
  .products-list__item {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}
@media screen and (max-width: 991px) {
  .products-list__item {
    width: calc(50% - 5px);
  }
}

.product-item {
  background: var(--white);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .product-item {
    border-radius: 12px;
  }
}
.product-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(179, 216, 246, 0.6) 0%, rgba(179, 216, 246, 0.2) 100%);
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 575px) {
  .product-item::before {
    border-radius: 12px;
  }
}
.product-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103deg, rgba(0, 36, 67, 0.1) 0%, rgba(0, 36, 67, 0) 49.58%, rgba(0, 36, 67, 0.1) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .product-item::after {
    border-radius: 12px;
  }
}
.product-item__image {
  position: relative;

  aspect-ratio: 340 / 400;
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item__image img {
  height: 78%;
  width: auto;
  max-width: 90%;
  object-fit: contain;
  transform: scaleX(0.9);
  filter: drop-shadow(0 14px 20px rgba(0, 36, 67, 0.18));
}
.product-item__badge {
  position: absolute;
  color: var(--blue);
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 140, 207, 0.2);
  backdrop-filter: blur(15px);
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 575px) {
  .product-item__badge {
    top: 12px;
    right: 12px;
  }
}
.product-item__title {
  padding: 24px;
}
@media screen and (max-width: 575px) {
  .product-item__title {
    padding: 12px;
    line-height: 1.2;
  }
}
.product-item:hover::before {
  opacity: 1;
}

.cta-wrapper {
  background: none;
  padding-top: 0;
}
.cta-wrapper::before {
  content: "";
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(242, 244, 246, 0) 0%, rgba(242, 244, 246, 0.7) 50%, #f2f4f6 100%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cta-wrapper .more-inner__image {
    padding-top: 20px;
    margin-bottom: -50px;
  }
}
.cta-wrapper .more-inner__image img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  aspect-ratio: 633/621;
  right: -30px;
  width: 40vw;
  max-width: 630px;
}
@media screen and (max-width: 991px) {
  .cta-wrapper .more-inner__image img {
    position: relative;
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .cta-wrapper .more-inner__image img {
    width: 60vw;
  }
}
.cta-wrapper::after {
  content: "";
  width: 100%;
  height: 440px;
  background-image: url("../img/pages/about/milk.png");
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .cta-wrapper::after {
    opacity: 0;
  }
}
.cta-wrapper .btns-row .btn {
  width: auto;
  flex: initial;
  min-width: 300px;
}

.order-form {
  padding: 60px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: var(--catalog-shadow);
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
  position: relative;
  z-index: 1;
}
.ice-hp {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ice-form__status {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.4;
}
.ice-form__status.is-success {
  background: rgba(46, 160, 90, 0.12);
  color: #1e7a43;
}
.ice-form__status.is-error {
  background: rgba(210, 50, 50, 0.1);
  color: #c02626;
}
@media screen and (max-width: 991px) {
  .order-form {
    padding: 30px;
    gap: 12px;
  }
}
@media screen and (max-width: 575px) {
  .order-form {
    padding: 20px;
  }
}
.order-form__item {
  width: calc(50% - var(--gap) / 2);
}
.order-form__item.item-full {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .order-form__item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 575px) {
  .order-form__item {
    width: 100%;
  }
}
.order-form__bottom {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 40px;
  row-gap: 12px;
  width: 100%;
}
.order-form__bottom .btn {
  flex-grow: 1;
}
.order-form__bottom .btn svg {
  width: 14px;
  height: 14px;
}

.order-wrapper {
  background: linear-gradient(180deg, #F2F4F6 0%, #FFF 100%);
  overflow: hidden;
}
.order-wrapper .container {
  position: relative;
  z-index: 1;
}
.order-wrapper .container::before {
  content: "";
  position: absolute;
  left: -40%;
  background-image: url("../img/patterns/cloud-left-order.webp");
  top: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1024/733;
  width: 1024px;
  z-index: -1;
}
.order-wrapper .container::after {
  content: "";
  position: absolute;
  right: -20%;
  background-image: url("../img/patterns/cloud-right-order.webp");
  top: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1015/694;
  width: 1015px;
  z-index: 0;
}
.order-wrapper:last-child {
  padding-bottom: 170px;
}
@media screen and (max-width: 1200px) {
  .order-wrapper:last-child {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 991px) {
  .order-wrapper:last-child {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .order-wrapper:last-child {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .order-wrapper .head-block {
    flex-flow: wrap;
    row-gap: 20px;
  }
  .order-wrapper .head-block__right br {
    display: none;
  }
  .order-wrapper .head-block__left, .order-wrapper .head-block__right {
    width: 100%;
  }
  .order-wrapper .head-block__left .text-right, .order-wrapper .head-block__right .text-right {
    text-align: left;
  }
  .order-wrapper .head-block__left::after, .order-wrapper .head-block__right::after {
    display: none;
  }
}

.order-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .order-social {
    text-align: left;
    width: 100%;
    justify-content: space-between;
  }
}
.order-social__list {
  display: flex;
  gap: 8px;
}
.order-social__list a {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: #000;
  transition: var(--hover-transition);
}
@media screen and (max-width: 991px) {
  .order-social__list a {
    width: 45px;
    height: 45px;
  }
}
.order-social__list a svg, .order-social__list a img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .order-social__list a svg, .order-social__list a img {
    width: 14px;
    height: 15px;
    object-fit: contain;
  }
}
.order-social__list a:hover {
  transform: translateY(-4px);
}
.order-social__list .tg-link {
  background: linear-gradient(180deg, #32BAFE 0%, #08C 100%);
}
.order-social__list .wa-link {
  background: linear-gradient(180deg, #57FF98 0%, #25D366 100%);
}

.order-wrapper .section-parallax-images {
  z-index: 2;
}
.order-wrapper .section-parallax-images .top-left {
  left: -300px;

}
.order-wrapper .section-parallax-images .left-middle {
  top: 140px;
  left: -210px;
}
.order-wrapper .section-parallax-images .top-right {
  top: auto;
  bottom: 100px;
  left: calc(100% + 100px);
}
.order-wrapper .section-parallax-images .bottom-right {
  bottom: -100px;
  left: calc(100% - 50px);
}
@media screen and (max-width: 1200px) {
  .order-wrapper .section-parallax-images .top-left {
    left: -100px;
    width: 80px;
  }
  .order-wrapper .section-parallax-images .left-middle {
    top: 140px;
    left: -60px;
    width: 120px;
  }
  .order-wrapper .section-parallax-images .top-right {
    left: calc(100% + 10px);
    width: 110px;
  }
  .order-wrapper .section-parallax-images .bottom-right {
    bottom: -100px;
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .order-wrapper .section-parallax-images .top-left {
    left: -100px;
    width: 80px;
    top: 100px;
  }
  .order-wrapper .section-parallax-images .left-middle {
    top: 140px;
    left: -60px;
    width: 60px;
  }
  .order-wrapper .section-parallax-images .top-right {
    left: calc(100% + 10px);
    width: 110px;
  }
  .order-wrapper .section-parallax-images .bottom-right {
    bottom: -100px;
    width: 60px;
  }
}

.categories-list {
  position: relative;
}
.categories-list__item {
  display: none;
}
.categories-list__item.active {
  display: block;
}
.categories-list__item.is-category-leaving {
  position: absolute;
  display: block;
  width: 100%;
  inset: 0 0 auto;
  z-index: 2;
  pointer-events: none;
}
.categories-list__item.is-category-leaving .tabs-wrapper__body {
  animation: product-category-body-out 0.4s ease forwards;
}
.categories-list__item.is-category-entering .tabs-wrapper__body {
  animation: product-category-body-in 0.4s ease both;
}
.categories-list__item.is-category-leaving .tabs-wrapper__head {
  animation: product-category-tabs-out 0.46s ease forwards;
}
.categories-list__item.is-category-entering .tabs-wrapper__head {
  animation: product-category-tabs-in 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes product-category-tabs-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }
}
@keyframes product-category-tabs-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes product-category-body-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes product-category-body-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.advantages-list-two {
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .advantages-list-two {
    gap: 12px;
  }
}
.advantages-list-two .advantages-list__item {
  width: calc(50% - 10px);
  border-radius: 20px;
  background: var(--gradient, linear-gradient(180deg, rgba(179, 216, 246, 0.6) 0%, rgba(179, 216, 246, 0.2) 100%));
  position: relative;
  color: rgba(0, 36, 67, 0.6);
}
@media screen and (max-width: 991px) {
  .advantages-list-two .advantages-list__item {
    width: 100%;
  }
}
.advantages-list-two .advantages-list__icon::before {
  background: rgba(0, 140, 207, 0.1);
  opacity: 1;
}

.advantages-list-two .advantages-list__item {
  padding: 1.875rem;
  gap: 1.875rem;
}
.advantages-list-two .advantages-list__icon {
  width: 56px;
  height: 56px;
}
.advantages-list-two .advantages-list__content {
  width: auto;
  flex: 1;
  min-width: 0;
}
.advantages-list-two .gradient-title-wrap {
  font-size: 1.85rem;
}
.advantages-list-two .adv-desc {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media screen and (max-width: 575px) {
  .advantages-list-two .adv-desc,
  .advantages-list__content .opacity-middle,
  .products-categories__desc {
    font-size: 17px;
    line-height: 1.4;
  }
}
.hero-advantages {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .hero-advantages {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .hero-advantages {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-about .hero-advantages {
    padding-bottom: 80px;
  }
}

.cards-list {
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .cards-list {
    justify-content: center;
  }
}
.cards-list__item {
  width: calc(20% - var(--gap) * 4 / 5);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  line-height: 1.44;
  background: var(--gradient, linear-gradient(180deg, rgba(179, 216, 246, 0.6) 0%, rgba(179, 216, 246, 0.2) 100%));
  padding: 24px;
  transition: 0.8s;
}
.cards-list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103deg, rgba(0, 36, 67, 0.1) 0%, rgba(0, 36, 67, 0) 49.58%, rgba(0, 36, 67, 0.1) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .cards-list__item {
    width: calc(33.3333333333% - var(--gap) * 2 / 3);
  }
}
@media screen and (max-width: 768px) {
  .cards-list__item {
    width: calc(50% - var(--gap) * 1 / 2);
    flex-grow: 1;
    max-height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .cards-list__item {
    width: 100%;
  }
}
.cards-list__item.card-image {
  padding: 0;
}
.cards-list__item.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cards-list__item.card-image:not(.hover-zoom) img {
  transition: 0.4s;
}
.cards-list__item.card-image::before {
  display: none;
}
.cards-list__item.card-image:not(.hover-zoom):hover img {
  transform: scale(1.06);
}

.description-item {
  position: relative;
  padding: 7px;
  border-radius: 20px;
  background: var(--white, #FFF);
  box-shadow: var(--catalog-shadow);
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 991px) {
  .description-item {
    flex-flow: column;
  }
}
.description-item__image {
  border-radius: 12px;
  overflow: hidden;
  width: 50%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .description-item__image {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
}
.description-item__image img, .description-item__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.description-item__image .play-btn {
  inset: 0;
  position: absolute;
  margin: auto;
  z-index: 1;
}
.description-item__content {
  width: 50%;
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  .description-item__content {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .description-item__content {
    width: 100%;
    padding: 20px;
    flex-grow: 1;
  }
}
.description-item__content .article-content {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
}
.description-item__details {
  display: flex;
  flex-flow: wrap;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .description-item__details {
    gap: 10px;
  }
}
.description-item__details .details-item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .description-item__details .details-item {
    width: calc(50% - 5px);
  }
}
.description-item__details .details-item .gradient-text {
  transform: translateX(-7px);
}

.manufacture-wrapper {
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .manufacture-wrapper {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 991px) {
  .manufacture-wrapper {
    padding-bottom: 50px;
  }
}
.manufacture-wrapper .container {
  position: relative;
}
.manufacture-wrapper .section-parallax-images {
  z-index: 2;
}
.manufacture-wrapper .section-parallax-images .top-left {
  transform: rotate(16deg);
  top: auto;
  bottom: calc(100% - 150px);
}
.manufacture-wrapper .section-parallax-images .left-middle {
  transform: rotate(-16deg);
  top: auto;
  bottom: calc(100% - 300px);
  left: -200px;
}
.manufacture-wrapper .section-parallax-images .top-right {
  top: auto;
  bottom: calc(100% - 200px);
}
@media screen and (max-width: 1500px) {
  .manufacture-wrapper .section-parallax-images .top-left {
    top: auto;
    bottom: calc(100% - 150px);
    width: 80px;
  }
  .manufacture-wrapper .section-parallax-images .left-middle {
    top: 80px;
    bottom: auto;
    left: -80px;
    width: 120px;
  }
  .manufacture-wrapper .section-parallax-images .top-right {
    top: -100px;
    width: 90px;
    bottom: auto;
  }
}
@media screen and (max-width: 991px) {
  .manufacture-wrapper .section-parallax-images .top-left {
    top: auto;
    bottom: calc(100% - 150px);
    width: 80px;
  }
  .manufacture-wrapper .section-parallax-images .left-middle {
    top: 120px;
    bottom: auto;
    left: -20px;
    width: 60px;
  }
  .manufacture-wrapper .section-parallax-images .top-right {
    top: -70px;
    width: 90px;
    bottom: auto;
  }
}
@media screen and (max-width: 575px) {
  .manufacture-wrapper .section-parallax-images .top-left {
    top: 200px;
    bottom: auto;
    width: 80px;
  }
  .manufacture-wrapper .section-parallax-images .left-middle {
    top: 250px;
    bottom: auto;
    left: -10px;
    width: 40px;
  }
  .manufacture-wrapper .section-parallax-images .top-right {
    top: 70px;
  }
}

.play-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  background-image: url("../img/icons/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 2s infinite linear;
}
@media screen and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.manufacture-wrapper {
  background: linear-gradient(180deg, #E8F3FC 0%, #FFF 100%);
}
.manufacture-wrapper .swiper-slide {
  transition: 0.4s;
  opacity: 0;
  height: initial;
}
.manufacture-wrapper .swiper-slide-active {
  opacity: 1;
}
.manufacture-wrapper .description-item {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .manufacture-wrapper .slider-auto-height {
    display: flex;
    flex-direction: column;
  }
  .manufacture-wrapper .slider-auto-height .slider-wrapper__footer {
    order: -1;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .manufacture-wrapper .slider-auto-height .swiper-wrapper {
    align-items: flex-start;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .manufacture-wrapper .slider-auto-height .swiper-slide {
    transition: opacity 0.65s ease;
  }
  .manufacture-wrapper .slider-auto-height .description-item__image {
    height: auto;
    align-self: stretch;
  }
  .manufacture-wrapper .slider-auto-height .description-item__content > h3 {
    line-height: 1;
  }
  .manufacture-wrapper .slider-auto-height .description-item__content .article-content {
    line-height: 1.444;
  }
  .manufacture-wrapper .slider-auto-height .description-item__content .article-content p {
    margin-bottom: 20px;
  }
  .manufacture-wrapper .slider-auto-height .description-item__content .article-content p:first-child {
    line-height: 1.333;
  }
  .manufacture-wrapper .slider-auto-height .details-item .gradient-text {
    letter-spacing: -0.05em;
    margin-bottom: 4px;
  }
  .manufacture-wrapper .slider-auto-height .details-item p:not(.gradient-title) {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .manufacture-wrapper .head-block {
    flex-flow: wrap;
    row-gap: 20px;
  }
  .manufacture-wrapper .head-block__right br {
    display: none;
  }
  .manufacture-wrapper .head-block__left, .manufacture-wrapper .head-block__right {
    width: 100%;
  }
  .manufacture-wrapper .head-block__left .text-right, .manufacture-wrapper .head-block__right .text-right {
    text-align: left;
  }
  .manufacture-wrapper .head-block__left::after, .manufacture-wrapper .head-block__right::after {
    display: none;
  }
}

.tech-wrapper {
  position: relative;
  background: none;
}
.tech-wrapper::before {
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 20px;
  background: var(--light, #E8F3FC);
  height: 100%;
}
@media screen and (max-width: 575px) {
  .tech-wrapper::before {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .tech-wrapper .description-item {
    flex-flow: wrap-reverse;
  }
}
.tech-wrapper .section-parallax-images .top-right {
  top: -150px;
  left: calc(100% + 100px);
  transform: rotate(-18deg);
  right: auto;
}
.tech-wrapper .section-parallax-images .bottom-left {
  bottom: -250px;
  left: -300px;
}
@media screen and (max-width: 1500px) {
  .tech-wrapper .section-parallax-images .top-right {
    top: -100px;
    left: calc(100% + 20px);
  }
  .tech-wrapper .section-parallax-images .bottom-left {
    left: -80px;
    width: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .tech-wrapper .section-parallax-images .top-right {
    top: -100px;
    left: calc(100% + 20px);
  }
  .tech-wrapper .section-parallax-images .bottom-left {
    left: -80px;
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .tech-wrapper .section-parallax-images .top-right {
    top: -100px;
    left: calc(100% + 20px);
  }
  .tech-wrapper .section-parallax-images .bottom-left {
    top: auto;
    left: -80px;
    width: 80px;
    bottom: -50px;
  }
}
@media screen and (max-width: 575px) {
  .tech-wrapper .section-parallax-images .top-right {
    top: 100px;
    left: calc(100% - 30px);
  }
  .tech-wrapper .section-parallax-images .bottom-left {
    top: auto;
    left: 0px;
    width: 30px;
    max-width: none;
    bottom: -80px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .page-about .manufacture-wrapper:not(.tech-wrapper) .section-parallax-images .top-left {
    width: 124px;
    left: -140px;
  }
  .page-about .manufacture-wrapper:not(.tech-wrapper) .section-parallax-images .left-middle {
    width: 213px;
    left: -195px;
  }
  .page-about .manufacture-wrapper:not(.tech-wrapper) .section-parallax-images .top-right {
    width: 159px;
    right: -235px;
  }
  .page-about .tech-wrapper .section-parallax-images .top-right {
    width: 176px;
    left: calc(100% + 65px);
  }
  .page-about .tech-wrapper .section-parallax-images .bottom-left {
    width: 150px;
    left: -125px;
  }
}

.target-wrapper {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .target-wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .target-wrapper {
    padding-top: 40px;
  }
}

.target-quote {
  position: relative;
  display: flex;
  border-radius: 20px;
  flex-flow: wrap;
  background: var(--gradient, linear-gradient(180deg, rgba(179, 216, 246, 0.6) 0%, rgba(179, 216, 246, 0.2) 100%));
}
.target-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103deg, rgba(0, 36, 67, 0.1) 0%, rgba(0, 36, 67, 0) 49.58%, rgba(0, 36, 67, 0.1) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.target-quote__image {
  width: 33.3333333333%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .target-quote__image {
    width: 100%;
  }
}
.target-quote__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.target-quote__content {
  width: 66.6666666667%;
  padding: 100px;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .target-quote__content {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .target-quote__content {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .target-quote__content {
    padding: 20px;
  }
}
.target-quote__content .article-content {
  line-height: 1.4;
}
.target-quote__content .quote-author {
  color: var(--blue);
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.target-quote__content .quote-author::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--blue);
  display: inline-block;
}
.target-quote__content .section-parallax-images .bottom-right {
  bottom: -30px;
  left: calc(100% - 50px);
  transform: rotate(-20deg);
}
@media screen and (max-width: 1200px) {
  .target-quote__content .section-parallax-images .bottom-right {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .target-quote__content .section-parallax-images .bottom-right {
    width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .target-quote__content .section-parallax-images .bottom-right {
    width: 20px;
    bottom: -15px;
  }
}
.target-quote__inner {
  position: relative;
  padding-right: 105px;
}
@media screen and (max-width: 768px) {
  .target-quote__inner {
    padding-right: 0;
  }
}
.target-quote__inner::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 70px;
  top: 0;
  right: 0;
  background-image: url("../img/icons/quote.svg");
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .target-quote__inner::after {
    opacity: 0.1;
  }
}

.more-about-wrapper {
  background-image: url("../img/pages/about/more.webp");
  z-index: 2;
  padding-bottom: 200px;
}
@media screen and (min-width: 992px) {
  .more-about-wrapper {

    z-index: auto;
  }
  .more-about-wrapper .more-inner {
    z-index: 3;
  }
  .more-about-wrapper .more-inner__image {
    z-index: 4;
  }
}
@media screen and (max-width: 991px) {
  .more-about-wrapper {
    z-index: auto;
  }
}
@media screen and (max-width: 575px) {
  .more-about-wrapper {
    padding-bottom: 140px;
  }
}
.more-about-wrapper::before {
  display: none;
}
.more-about-wrapper::after {
  background-image: url("../img/pages/about/cows.webp");
  aspect-ratio: 1920/454;
  top: -160px;
  bottom: auto;
}
@media screen and (max-width: 575px) {
  .more-about-wrapper::after {
    top: -90px;
  }
}
.more-about-wrapper .parallax-image img:nth-child(1) {
  left: -65px;
}
.more-about-wrapper .parallax-image img:nth-child(2) {
  z-index: 5;
  top: 60px;
  left: 60px;
}
.more-about-wrapper .parallax-image img:nth-child(3) {
  z-index: 4;
}
@media screen and (min-width: 992px) {
  .more-about-wrapper .parallax-image img:nth-child(1) {
    width: min(18vw, 316px);
    bottom: clamp(65px, 4.7vw, 90px);
  }
  .more-about-wrapper .parallax-image img:nth-child(2) {
    width: min(9.7vw, 171px);
  }
  .more-about-wrapper .parallax-image img:nth-child(3) {
    width: min(9vw, 158px);
    bottom: clamp(-80px, -4.7vw, -65px);
    right: clamp(-50px, -2vw, -25px);
  }
}
@media screen and (max-width: 991px) {
  .more-about-wrapper .text-right {
    text-align: left;
    font-size: 14px;
  }
}

.gallery-about-wrapper {
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #FFF 0%, #E8F3FC 100%);
}
@media screen and (max-width: 575px) {
  .gallery-about-wrapper {
    padding-bottom: 70px;
  }
}
.gallery-about-wrapper .container {
  position: relative;
  z-index: 1;
}
.gallery-about-wrapper .container::before {
  content: "";
  position: absolute;
  left: -20%;
  background-image: url("../img/patterns/cloud-left.webp");
  top: -20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1190/726;
  width: 1190px;
  z-index: -1;
}
.gallery-about-wrapper .container::after {
  content: "";
  position: absolute;
  right: -20%;
  background-image: url("../img/patterns/cloud-right.webp");
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1007/684;
  width: 1007px;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .gallery-about-wrapper .gallery-wrapper__slider {
    position: relative;
    z-index: 1;
  }
  body .gallery-about-wrapper.gallery-wrapper .gallery-wrapper__slider.js-gallery-slider--right[data-aos] {
    transition-delay: 0ms;
  }
  body .gallery-about-wrapper.gallery-wrapper .gallery-wrapper__slider.js-gallery-slider--left[data-aos] {
    transition-delay: 150ms;
  }
}
.mail-link {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mail-link:hover {
  color: var(--blue-light);
}
.mail-link svg {
  width: 14px;
  height: 14px;
}

.hero-advantages-two .advantages-list__item {
  width: calc(25% - var(--gap) * 3 / 4);
  flex-flow: column;
}
.hero-advantages-two .advantages-list__item:nth-child(even) {
  transform: translateY(24px);
}
@media screen and (min-width: 992px) {
  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up] {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up]:nth-child(even) {
    transform: translate3d(0, 124px, 0);
  }
  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up]:nth-child(even).aos-animate {
    transform: translate3d(0, 24px, 0);
  }
}
@media screen and (max-width: 575px) {
  .hero-advantages-two .advantages-list__item:nth-child(even) {
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-advantages-two .advantages-list__item,
  .hero-advantages-two .advantages-list__item:nth-child(even) {
    width: 100%;
    transform: none;
  }
}
.hero-advantages-two .advantages-list__content {
  width: 100%;
}

.contacts-list {
  display: flex;
  flex-flow: wrap;
  gap: var(--gap);
}
@media screen and (max-width: 991px) {
  .contacts-list {
    gap: 10px;
  }
}
.contacts-list__item {
  padding: 20px;
  border-radius: 20px;
  background: var(--white, #fff);
  position: relative;
  width: calc(25% - var(--gap) * 3 / 4);
}

@media screen and (min-width: 992px) {
  .contacts-wrapper .contacts-list__item[data-desktop-aos] {
    transition-property: opacity, transform;
    transition-duration: var(--card-reveal-opacity-duration), var(--card-reveal-transform-duration);
  }
}
@media screen and (max-width: 991px) {
  .contacts-list__item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 575px) {
  .contacts-list__item {
    width: 100%;
  }
}
.contacts-list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(103deg, rgba(0, 36, 67, 0.1) 0%, rgba(0, 36, 67, 0) 49.58%, rgba(0, 36, 67, 0.1) 100%);
  z-index: 1;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.contacts-list__item:nth-child(1), .contacts-list__item:nth-child(2) {
  width: calc(50% - var(--gap) / 2);
  padding: 0;
}
@media screen and (max-width: 991px) {
  .contacts-list__item:nth-child(1), .contacts-list__item:nth-child(2) {
    width: 100%;
  }
}
.contacts-list__item.contacts-map {
  overflow: hidden;
}
.contacts-list__single {
  gap: 20px;
  display: flex;
  flex-flow: wrap;
  row-gap: 10px;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
}
.contacts-list__single:last-child {
  border: none;
}
.contacts-list .footer-contact {
  width: 100%;
}
.contacts-list .footer-contact__item {
  line-height: 1.25;
  margin-bottom: 12px;
}
.contacts-list .footer-contact__item:last-child {
  margin-bottom: 0;
}
.contacts-list .footer-contact__item p {
  margin-bottom: 0;
}
.contacts-list__content {
  flex-grow: 1;
  width: calc(100% - 200px - 20px);
}
@media screen and (max-width: 575px) {
  .contacts-list__content {
    width: 100%;
  }
}
.contacts-list__image {
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  height: 140px;
}
@media screen and (max-width: 575px) {
  .contacts-list__image {
    width: 100%;
  }
}
.contacts-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contacts-list .order-social__list {
  position: absolute;
  top: 15px;
  right: 16px;
}
@media screen and (max-width: 991px) {
  .contacts-list .order-social__list {
    top: 12px;
    right: 16px;
  }
}
.contacts-list .order-social__list a {
  width: 40px;
  height: 40px;
}
.contacts-list .order-social__list a svg,
.contacts-list .order-social__list a img {
  width: 16px;
  height: 16px;
}

.contacts-wrapper {
  position: relative;
}
.contacts-wrapper .container {
  position: relative;
  z-index: 2;
}
.contacts-wrapper::before {
  content: "";
  height: 260px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(242, 244, 246, 0) 0%, rgba(242, 244, 246, 0.7) 50%, #f2f4f6 100%);
  z-index: 1;
}
.contacts-wrapper::after {
  content: "";
  width: 100%;
  height: 440px;
  background-image: url("../img/pages/about/milk.png");
  background-position: center top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.map-section-contacts {
  background: linear-gradient(180deg, #E8F3FC 0%, #FFF 100%);
  z-index: 1;
}
.map-section-contacts .section-parallax-images .top-left {
  transform: rotate(-10deg);
  top: -180px;
  left: -30px;
}
.map-section-contacts .section-parallax-images .top-right {
  bottom: calc(100% - 50px);
  top: auto;
}
@media screen and (min-width: 992px) {
  .map-section-contacts .map-wrapper {
    align-items: center;
  }
  .map-section-contacts .objects-list__item {
    display: flex;
    align-items: center;
  }
  .map-section-contacts .object-item {
    width: 100%;
    margin-bottom: 0;
  }
}
.contacts-map #map-wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.order-wrapper-contacts .section-parallax-images .top-left {
  --tilt: -15deg;
  left: auto;
  right: calc(100% + 100px);
  top: 100px;
}
.order-wrapper-contacts .section-parallax-images .left-middle {
  --tilt: 32deg;
  bottom: 0px;
  top: auto;
  left: auto;
  right: calc(100% + 50px);
}
.order-wrapper-contacts .section-parallax-images .top-right {
  top: -70px;
}
@media screen and (min-width: 1201px) {
  .order-wrapper-contacts .section-parallax-images .top-left {
    right: calc(100% + 35px);
  }
  .order-wrapper-contacts .section-parallax-images .left-middle {
    right: calc(100% - 10px);
  }
  .order-wrapper-contacts .section-parallax-images .top-right {
    left: calc(100% + 35px);
  }
}

@media screen and (min-width: 1501px) {
  .map-section .section-parallax-images .top-left {
    left: -55px;
    width: 120px;
  }
  .map-section .section-parallax-images .bottom-left {
    left: -55px;
    width: 110px;
  }
  .map-section .section-parallax-images .top-right {
    right: -75px;
    width: 150px;
  }

  .tech-wrapper .section-parallax-images .top-right {
    left: calc(100% - 20px);
    width: 150px;
    top: -100px;
  }
  .tech-wrapper .section-parallax-images .bottom-left {
    left: -185px;
    width: 150px;
    bottom: -90px;
  }

  .map-section-contacts .section-parallax-images .bottom-left {
    left: -155px;
    width: 120px;
  }
  .map-section-contacts .section-parallax-images .top-right {
    right: -160px;
    width: 220px;
  }
}

.news-section {
  padding-bottom: 170px;
  background: linear-gradient(1deg, rgba(232, 243, 252, 0) 0%, #e8f3fc 10%);
}
@media screen and (max-width: 991px) {
  .news-section {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .news-section {
    padding-bottom: 60px;
  }
}

.article-content strong,
.article-content b {
  font-weight: bold;
}
.article-content p,
.article-content blockquote,
.article-content ul,
.article-content ol,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin: 0 0 20px;
}
@media screen and (max-width: 575px) {
  .article-content p,
.article-content blockquote,
.article-content ul,
.article-content ol,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    margin: 0 0 10px;
  }
}
.article-content ul,
.article-content ol {
  padding-left: 1.4em;
  list-style: disc;
}
.article-content ol {
  list-style: num;
}
.article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2 {
  font-weight: bold;
  line-height: 1.15;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2 {
    font-size: 30px;
    line-height: 1;
  }
}
.article-content h2,
.article-content .h2 {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .article-content h2,
.article-content .h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .article-content h2,
.article-content .h2 {
    font-size: 26px;
  }
}
.article-content h3,
.article-content .h3 {
  font-weight: bold;
  line-height: 1.25;
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .article-content h3,
.article-content .h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .article-content h3,
.article-content .h3 {
    font-size: 20px;
  }
}
.article-content h4,
.article-content .h4 {
  font-weight: bold;
  line-height: 1.35;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .article-content h4,
.article-content .h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .article-content h4,
.article-content .h4 {
    font-size: 18px;
  }
}
.article-content h5,
.article-content .h5 {
  font-weight: bold;
  line-height: 1.35;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .article-content h5,
.article-content .h5 {
    font-size: 15px;
  }
}
.article-content h6,
.article-content .h6 {
  font-weight: bold;
  font-size: 1rem;
}

.article-wrapper {
  padding-bottom: 200px;
  background: linear-gradient(1deg, rgba(232, 243, 252, 0) 0%, #e8f3fc 10%);
}
@media screen and (max-width: 991px) {
  .article-wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .article-wrapper {
    padding-bottom: 50px;
  }
}

/* Fixed header */
:root { --header-h: 162px; }
@media screen and (max-width: 1500px) { :root { --header-h: 150px; } }
@media screen and (max-width: 768px)  { :root { --header-h: 128px; } }

body { padding-top: var(--header-h); }

[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

/* Single post */
.page-single main {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 82%, #e8f3fc 100%);
}

.page-single .single-post {
  position: relative;
  padding: 72px 0 170px;
}

.single-post__breadcrumbs {
  margin-bottom: 34px;
  color: rgba(0, 36, 67, 0.48);
}

.single-post__breadcrumbs a {
  color: rgba(0, 36, 67, 0.7);
}

.single-post__breadcrumbs a:hover {
  color: var(--blue);
}

.single-post__breadcrumbs a::after {
  color: rgba(0, 36, 67, 0.32);
}

.single-post__heading {
  max-width: 1160px;
  margin-bottom: 54px;
}

.single-post__title {
  max-width: 1160px;
  margin: 0 0 28px;
  font-size: clamp(3.2rem, 4.6vw, 5.35rem);
  font-weight: 700;
  font-family: var(--alss);
  line-height: 0.93;
  letter-spacing: -0.025em;
}

.single-post__title em {
  color: var(--red);
  font-style: normal;
}

.single-post__lead {
  max-width: 850px;
  margin: 0;
  font-size: 22px;
  line-height: 1.42;
  color: rgba(0, 36, 67, 0.72);
}

.single-post__breadcrumbs[data-aos],
.single-post__title[data-aos],
.single-post__lead[data-aos] {
  transition-property: opacity, transform;
  transition-duration: 400ms, 1000ms;
}

.single-post__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 20px;
}

.single-post__cover,
.single-post__content,
.single-post-meta {
  border-radius: 20px;
  box-shadow: var(--catalog-shadow);
}

.single-post__cover[data-aos],
.single-post__content[data-aos],
.single-post__aside[data-aos] {
  transition-property: opacity, transform;
  transition-duration: var(--card-reveal-opacity-duration), var(--card-reveal-transform-duration);
}

.single-post__cover {
  height: 500px;
  margin: 0 0 20px;
  overflow: hidden;
  background: var(--light);
}

.single-post__cover img,
.single-post__gallery img,
.single-post__wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post__cover img {
  object-position: center;
}

.single-post__cover img[data-parallax-bg] {
  object-position: center calc(50% + var(--parallax-y, 0px));
  will-change: object-position;
}

.single-post__content {
  padding: 52px 56px 58px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 140, 207, 0.12);
  font-size: 18px;
  line-height: 1.58;
}

.single-post__content p {
  margin-bottom: 22px;
  color: rgba(0, 36, 67, 0.78);
}

.single-post__content h2 {
  margin: 48px 0 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  color: var(--dark);
}

.single-post__content h2:first-child {
  margin-top: 0;
}

.single-post__content ul,
.single-post__content ol {
  display: grid;
  gap: 14px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
}

.single-post__content li {
  position: relative;
  min-height: 30px;
  padding-left: 46px;
  color: rgba(0, 36, 67, 0.82);
}

.single-post__content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--blue-light) 0%, var(--blue) 100%);
  box-shadow: 0 0 0 6px rgba(0, 140, 207, 0.1);
}

.single-post__content ol {
  counter-reset: single-post-list;
}

.single-post__content ol li {
  counter-increment: single-post-list;
}

.single-post__content ol li::before {
  content: counter(single-post-list);
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--light);
  color: var(--blue);
  font-family: var(--alss);
  font-size: 14px;
  font-weight: 700;
}

.single-post__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 46px;
}

.single-post__gallery figure,
.single-post__wide-image {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--light);
}

.single-post__gallery figure {
  height: 285px;
}

.single-post__wide-image {
  height: 410px;
  margin: 40px 0 46px;
}

.single-post-meta {
  display: flex;
  height: 500px;
  flex-direction: column;
  padding: 32px;
  background: linear-gradient(145deg, #ffffff 0%, #f3f9fd 100%);
  border: 1px solid rgba(0, 140, 207, 0.15);
}

.single-post-meta__title {
  margin: 0 0 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.single-post-meta__item {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 36, 67, 0.1);
}

.single-post-meta__item:last-child {
  padding-bottom: 22px;
  border-bottom: 0;
}

.single-post-meta__icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: var(--light);
}

.single-post-meta__icon svg {
  width: 20px;
  height: 20px;
}

.single-post-meta__logo {
  padding: 10px 8px;
  background: var(--white);
  border: 1px solid rgba(0, 140, 207, 0.16);
}

.single-post-meta__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-post-meta__item small,
.single-post-meta__item strong {
  display: block;
}

.single-post-meta__item small {
  margin-bottom: 4px;
  color: rgba(0, 36, 67, 0.5);
  font-size: 14px;
  line-height: 1.2;
}

.single-post-meta__item strong {
  font-family: var(--alss);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.single-post__action {
  margin-top: 38px;
}

.single-post__back {
  min-width: 230px;
}

.single-post__back svg {
  width: 16px;
  height: 16px;
  transition: transform var(--hover-transition);
}

.single-post__back:hover svg {
  transform: translateX(-4px);
}

@media screen and (max-width: 1499px) {
  .single-post__grid {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .single-post__cover {
    height: 440px;
  }

  .single-post-meta {
    height: 440px;
  }

  .single-post__content {
    padding: 46px 48px 52px;
  }
}

@media screen and (max-width: 991px) {
  .page-single .single-post {
    padding: 44px 0 100px;
  }

  .single-post__breadcrumbs {
    margin-bottom: 24px;
  }

  .single-post__heading {
    margin-bottom: 36px;
  }

  .single-post__title {
    margin-bottom: 20px;
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 0.98;
  }

  .single-post__lead {
    max-width: 680px;
    font-size: 19px;
    line-height: 1.46;
  }

  .single-post__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .single-post__main {
    display: contents;
  }

  .single-post__cover {
    order: 1;
    width: 100%;
    height: clamp(320px, 62vw, 460px);
    margin: 0;
  }

  .single-post__aside {
    order: 2;
    width: 100%;
  }

  .single-post__content {
    order: 3;
    width: 100%;
    padding: 42px 38px 46px;
  }

  .single-post-meta {
    display: grid;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 28px;
  }

  .single-post-meta__title {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .single-post-meta__item {
    min-width: 0;
    padding: 24px 18px;
    border-right: 1px solid rgba(0, 36, 67, 0.1);
    border-bottom: 0;
  }

  .single-post-meta__item:last-child {
    padding-bottom: 24px;
    border-right: 0;
  }

  .single-post__gallery figure {
    height: 240px;
  }

  .single-post__wide-image {
    height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .page-single .single-post {
    padding: 30px 0 60px;
  }

  .single-post__breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.45;
  }

  .single-post__heading {
    margin-bottom: 28px;
  }

  .single-post__title {
    margin-bottom: 16px;
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 0.98;
  }

  .single-post__lead {
    font-size: 17px;
    line-height: 1.45;
  }

  .single-post__grid {
    gap: 16px;
  }

  .single-post__cover {
    height: min(68vw, 280px);
    border-radius: 16px;
  }

  .single-post-meta {
    display: flex;
    padding: 24px;
    border-radius: 16px;
  }

  .single-post-meta__title {
    padding-bottom: 18px;
    font-size: 24px;
  }

  .single-post-meta__item {
    width: 100%;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 36, 67, 0.1);
  }

  .single-post-meta__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .single-post__content {
    padding: 30px 22px 34px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.55;
  }

  .single-post__content p {
    margin-bottom: 18px;
  }

  .single-post__content h2 {
    margin: 38px 0 16px;
    font-size: 28px;
    line-height: 1.08;
  }

  .single-post__content ul,
  .single-post__content ol {
    gap: 12px;
    margin: 22px 0 28px;
  }

  .single-post__content li {
    padding-left: 40px;
  }

  .single-post__gallery {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 30px 0 36px;
  }

  .single-post__gallery figure {
    height: 220px;
  }

  .single-post__wide-image {
    height: 240px;
    margin: 32px 0 38px;
  }

  .single-post__action {
    margin-top: 28px;
  }

  .single-post__back {
    width: 100%;
    min-width: 0;
  }
}

/* Mobile */
@media screen and (max-width: 991px) {
  body.active-menu {
    overflow: hidden;
  }


  .menu-wrapper .container {
    justify-content: flex-start;
    min-height: 0;
    padding-top: 16px;
  }

  .menu-wrapper .main-nav {
    flex: 0 0 auto;
  }

  .menu-wrapper .header-contact {
    gap: 14px;
    margin: 20px 0;
  }


  [data-parallax-bg] {
    --parallax-y: 0px !important;
    will-change: auto !important;
  }

  .section-parallax-images img,
  .floating-block {
    animation: none;
    translate: none;
    rotate: none;
    scale: 1;
    will-change: auto;
  }


  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up] {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up]:nth-child(even) {
    transform: translate3d(0, 124px, 0);
  }

  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .hero-advantages-two .advantages-list__item[data-desktop-aos=fade-up]:nth-child(even).aos-animate {
    transform: translate3d(0, 0, 0);
  }

  .contacts-wrapper .contacts-list__item[data-desktop-aos] {
    transition-property: opacity, transform;
    transition-duration: var(--card-reveal-opacity-duration), var(--card-reveal-transform-duration);
  }


  .hero-wrapper .video-btn {
    width: 106px;
    height: 106px;
    margin-bottom: 18px;
  }

  .hero-wrapper .video-btn svg {
    width: 29px;
    height: 29px;
  }

  .hero-wrapper-page .hero-wrapper__inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }


  .catalog-links__inner {
    gap: 28px;
  }

  .catalog-links .catalog-link {
    max-width: 380px;
  }

  .catalog-links .catalog-link .catalog-link__image {
    margin-bottom: -72px;
  }

  .catalog-links .catalog-link:first-child .catalog-link__image {
    min-width: calc(100% + 70px);
    left: -16px;
  }

  .catalog-links .catalog-link:first-child .catalog-link__image::before {
    width: 300px;
    right: calc(100% - 130px);
  }

  .catalog-links .catalog-link:last-child .catalog-link__image {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .products-categories {
    gap: 24px;
    padding: 38px 0 50px;
  }

  .products-categories__item {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-categories__image {
    width: 260px;
    max-width: 72vw;
  }


  .more-wrapper:not(.cta-wrapper) .more-inner__image {
    padding-top: 52px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image {
    max-width: 220px;
    top: 14px;
  }


  .more-about-wrapper {
    padding-bottom: 155px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(1) {
    width: 160px;
    bottom: 34px;
    left: -25px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(2) {
    width: 84px;
    top: 8px;
    left: 54px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(3) {
    width: 84px;
    right: 4px;
    bottom: -42px;
  }


  .manufacture-wrapper .slider-auto-height .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  .manufacture-wrapper .slider-auto-height .swiper-slide,
  .manufacture-wrapper .slider-auto-height .description-item {
    height: auto;
  }

  .manufacture-wrapper .slider-auto-height .swiper-slide {
    transition: opacity 0.65s ease;
  }

  .manufacture-wrapper .slider-auto-height .slider-wrapper__footer {
    margin-top: 24px;
  }

  .blog-pagination {
    display: flex;
  }

  .menu-wrapper__inner {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .menu-wrapper .container {
    height: auto;
  }

  .order-modal {
    box-sizing: border-box;
    align-items: flex-start;
    overflow-y: auto;
    padding: 24px 0;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .order-modal .modal-wrapper__inner {
    flex: 0 0 auto;
    max-height: none;
    margin: auto;
  }

  .order-modal .modal-wrapper__inner .modal-content {
    overflow: visible;
    max-height: none;
  }
}

@media screen and (max-width: 575px) {
  .hero-wrapper .video-btn {
    width: 97px;
    height: 97px;
  }

  .hero-wrapper:not(.hero-wrapper-page) .hero-wrapper__inner[data-parallax-bg]::before {
    inset: 0;
    transform: none;
    background-image: linear-gradient(to bottom, rgba(0, 140, 207, 0.15) 0%, rgba(0, 140, 207, 0) 18%), var(--bg-mobile, var(--bg));
    background-position: center;
  }

  .hero-wrapper-page .hero-wrapper__inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .catalog-links__inner {
    gap: 20px;
  }

  .catalog-links .catalog-link,
  .products-categories__item {
    max-width: 320px;
  }

  .catalog-links .catalog-link:first-child .catalog-link__image {
    min-width: calc(100% + 40px);
    left: -10px;
  }

  .catalog-links .catalog-link:first-child .catalog-link__image::before {
    width: 240px;
    right: calc(100% - 105px);
  }

  .catalog-links .catalog-link:last-child .catalog-link__image {
    width: 88%;
  }

  .products-categories__image {
    width: 225px;
    max-width: 70vw;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image {
    padding-top: 38px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image {
    max-width: 190px;
    top: 18px;
  }

  .more-about-wrapper {
    padding-bottom: 60px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(1) {
    width: 145px;
    bottom: 28px;
    left: -18px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(2) {
    width: 76px;
    left: 47px;
  }

  .more-wrapper:not(.cta-wrapper) .more-inner__image .parallax-image img:nth-child(3) {
    width: 76px;
    bottom: -36px;
  }

  .cta-wrapper .more-inner .btns-row,
  .cta-wrapper .more-inner .btns-row .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .footer-contact__links,
  .contacts-list__content,
  .single-post__content {
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 359px) {
  .footer-row .footer-nav,
  .footer-row .footer-contact {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .object-item__title .gradient-title {
    font-size: 28px;
  }
  .about-info__item > p {
    font-size: 17px;
  }
  .article-content {
    font-size: 17px;
  }
  .single-post__content {
    font-size: 18px;
  }
  .details-item p:not(.gradient-title) {
    font-size: 17px;
  }
  .object-item .contacts {
    font-size: 17px;
  }
  .news-item__desc {
    font-size: 17px;
  }
  .news-item__title {
    font-size: 20px;
  }
  input,
  textarea,
  select {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .advantages-list-two .gradient-title-wrap {
    font-size: 28px;
  }
  .about-info__item .gradient-title {
    font-size: 28px;
  }
  .quote-author {
    font-size: 17px;
  }
  .menu-wrapper a {
    font-size: 17px;
  }
  .menu-wrapper .header-contact {
    font-size: 17px;
  }
  .footer a,
  .footer p,
  .footer .text-14 {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .gradient-title-wrap .gradient-title {
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.2;
    background-size: 100% 1.2em;
  }
  .about-info__item .gradient-title,
  .object-item__title .gradient-title,
  .contacts-list__item .gradient-title,
  .details-item .gradient-title {
    font-size: 28px;
  }
  .contacts-list__item .text-24 .gradient-title {
    font-size: 22px;
  }
}
.h1,
.h2,
.hero-wrapper-page h1,
.single-post__title,
.text-70 {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 575px) {
  .h1 {
    font-size: 2.6rem;
  }
  .h2 {
    font-size: 2.42rem;
  }
  .hero-wrapper-page h1 {
    font-size: 2.86rem;
  }
  .single-post__title {
    font-size: 3.52rem;
  }
  .text-70 {
    font-size: 2.2rem;
  }
}
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.ice-form button[type="submit"]:disabled,
.order-form button[type="submit"]:disabled {
  background: #9aa0a8 !important;
  border-color: #9aa0a8 !important;
  color: #fff !important;
  opacity: 1 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.ice-form button[type="submit"]:disabled::before,
.ice-form button[type="submit"]:disabled::after,
.order-form button[type="submit"]:disabled::before,
.order-form button[type="submit"]:disabled::after {
  background: #9aa0a8 !important;
  opacity: 1 !important;
}


.ice-form .ice-invalid {
  border-color: #e0483d !important;
  box-shadow: 0 0 0 2px rgba(224, 72, 61, 0.18) !important;
}

.ice-form .ice-field-error {
  width: 100%;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: #e0483d;
}

#form-success .modal-wrapper__inner {
  max-width: 560px;
}
#form-success .modal-content {
  padding: 60px;
}
#form-success .ice-success-title {
  display: block;
  font-size: 44px;
  margin-bottom: 16px;
}
#form-success .ice-success-title .gradient-title {
  line-height: 1.05;
  letter-spacing: normal;
  padding-right: 0.06em;
}
@media screen and (max-width: 575px) {
  #form-success .ice-success-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  #form-success {
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  #form-success .modal-content {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  #form-success .modal-content {
    padding: 24px;
  }
}
