:root {
  --lightBlue: #A3DBE8;
  --darkBlue: #002C5F;
  --white-color: #fff;
  --red-color: #A41923;
  --red-light: #E94E5C;
  --dark-gray: #15222F;
  --light-gray: #F5F5F5;
  --surface-lilac: #F8F7FA;
  --text-muted: rgba(21, 21, 21, 0.7);
  --text-muted-black: rgba(0, 0, 0, 0.5);
  --border-light: #F0F0F0;
  --soft-red-bg: rgba(233, 78, 92, 0.1);
  --gradient-red: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  --gradient-red-soft: linear-gradient(90deg, rgba(164, 25, 35, 0.1) 0%, rgba(233, 78, 92, 0.1) 100%);
}

body {
  max-width: 100vw;
  /* overflow-x: hidden; */
  position: relative;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

video,
img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

html,
body {
  padding: 0;
  margin: 0;
  /* overflow-x: hidden; */
  scrollbar-width: none;
}

a,
span,
img,
label,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
}

button {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
}

button:focus {
  outline: none;
}

input,
textarea,
select {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}

ul,
li {
  list-style: none;
}

p {
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: inherit;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 10px;
  }
}

:root {
  --font-family-base: 'DM Sans', sans-serif;
  --font-family-display: 'Clash Display', sans-serif;
}

html,
body {
  font-optical-sizing: auto;
  font-style: normal;
  font-family: var(--font-family-base);
  font-weight: 400;
}

.text-16-regular {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .text-16-regular {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-16-regular {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-16-regular {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .text-16-regular {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text-16-regular {
    font-size: 15px;
  }
}
.text-16-regular {
  line-height: 100%;
}

.text-22-regular {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
@media only screen and (max-width: 1800px) {
  .text-22-regular {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-22-regular {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-22-regular {
    font-size: 17px;
  }
}
@media only screen and (max-width: 820px) {
  .text-22-regular {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-22-regular {
    font-size: 16px;
  }
}
.text-22-regular {
  line-height: 120%;
  letter-spacing: 0;
}

.text-22-medium {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}
@media only screen and (max-width: 1800px) {
  .text-22-medium {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-22-medium {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-22-medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .text-22-medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .text-22-medium {
    font-size: 20px;
  }
}
.text-22-medium {
  line-height: 204.55%;
  letter-spacing: -1.35px;
}

.text-15-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
@media only screen and (max-width: 1800px) {
  .text-15-medium-display {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-15-medium-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-15-medium-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .text-15-medium-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .text-15-medium-display {
    font-size: 13px;
  }
}
.text-15-medium-display {
  line-height: 121.76%;
  letter-spacing: 0.3px;
}

.text-14-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1800px) {
  .text-14-medium-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-14-medium-display {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-14-medium-display {
    font-size: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .text-14-medium-display {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .text-14-medium-display {
    font-size: 12px;
  }
}
.text-14-medium-display {
  line-height: 130.29%;
  letter-spacing: 0.3px;
}

.text-14-medium {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1800px) {
  .text-14-medium {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-14-medium {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-14-medium {
    font-size: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .text-14-medium {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .text-14-medium {
    font-size: 12px;
  }
}
.text-14-medium {
  line-height: 130.29%;
  letter-spacing: 0.3px;
}

.text-14-medium-tight {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 1800px) {
  .text-14-medium-tight {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-14-medium-tight {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-14-medium-tight {
    font-size: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .text-14-medium-tight {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .text-14-medium-tight {
    font-size: 12px;
  }
}
.text-14-medium-tight {
  line-height: 100%;
}

.text-37-regular-display {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
}
@media only screen and (max-width: 1800px) {
  .text-37-regular-display {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-37-regular-display {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-37-regular-display {
    font-size: 28px;
  }
}
@media only screen and (max-width: 820px) {
  .text-37-regular-display {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text-37-regular-display {
    font-size: 24px;
  }
}
.text-37-regular-display {
  line-height: 116.47%;
  letter-spacing: -1.17px;
}

html::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 95, 139);
}

a {
  text-decoration: none;
  color: var(--darkBlue);
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: var(--lightBlue);
}

button {
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}

p {
  font-family: var(--font-family-base);
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}
p {
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  color: inherit;
}
p:not(:last-child) {
  margin-bottom: 15px;
}

.text-80-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
}
@media only screen and (max-width: 1800px) {
  .text-80-medium-display {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-80-medium-display {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-80-medium-display {
    font-size: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .text-80-medium-display {
    font-size: 52px;
  }
}
@media only screen and (max-width: 600px) {
  .text-80-medium-display {
    font-size: 36px;
  }
}
.text-80-medium-display {
  line-height: 125%;
  letter-spacing: 0;
}

.text-110-regular-display {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-style: normal;
  font-size: 110px;
}
@media only screen and (max-width: 1800px) {
  .text-110-regular-display {
    font-size: 105px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-110-regular-display {
    font-size: 94px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-110-regular-display {
    font-size: 83px;
  }
}
@media only screen and (max-width: 820px) {
  .text-110-regular-display {
    font-size: 72px;
  }
}
@media only screen and (max-width: 600px) {
  .text-110-regular-display {
    font-size: 40px;
  }
}
.text-110-regular-display {
  line-height: 161.22%;
  letter-spacing: 0;
}

.text-60-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
}
@media only screen and (max-width: 1800px) {
  .text-60-medium-display {
    font-size: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-60-medium-display {
    font-size: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-60-medium-display {
    font-size: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .text-60-medium-display {
    font-size: 39px;
  }
}
@media only screen and (max-width: 600px) {
  .text-60-medium-display {
    font-size: 32px;
  }
}
.text-60-medium-display {
  line-height: 108.33%;
  letter-spacing: 0;
}

.text-24-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media only screen and (max-width: 1800px) {
  .text-24-medium-display {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-24-medium-display {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-24-medium-display {
    font-size: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .text-24-medium-display {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-24-medium-display {
    font-size: 18px;
  }
}
.text-24-medium-display {
  line-height: 133.33%;
  letter-spacing: 0;
}

.text-48-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
}
@media only screen and (max-width: 1800px) {
  .text-48-medium-display {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-48-medium-display {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-48-medium-display {
    font-size: 36px;
  }
}
@media only screen and (max-width: 820px) {
  .text-48-medium-display {
    font-size: 31px;
  }
}
@media only screen and (max-width: 600px) {
  .text-48-medium-display {
    font-size: 28px;
  }
}
.text-48-medium-display {
  line-height: 110%;
  letter-spacing: 0;
}

.text-36-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
}
@media only screen and (max-width: 1800px) {
  .text-36-medium-display {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-36-medium-display {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-36-medium-display {
    font-size: 27px;
  }
}
@media only screen and (max-width: 820px) {
  .text-36-medium-display {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text-36-medium-display {
    font-size: 24px;
  }
}
.text-36-medium-display {
  line-height: 125%;
  letter-spacing: 0;
}

.text-36-medium-display-tight {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
}
@media only screen and (max-width: 1800px) {
  .text-36-medium-display-tight {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-36-medium-display-tight {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-36-medium-display-tight {
    font-size: 27px;
  }
}
@media only screen and (max-width: 820px) {
  .text-36-medium-display-tight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text-36-medium-display-tight {
    font-size: 24px;
  }
}
.text-36-medium-display-tight {
  line-height: 100%;
  letter-spacing: -1.35px;
}

.text-36-medium-display-dense {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
}
@media only screen and (max-width: 1800px) {
  .text-36-medium-display-dense {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-36-medium-display-dense {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-36-medium-display-dense {
    font-size: 27px;
  }
}
@media only screen and (max-width: 820px) {
  .text-36-medium-display-dense {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .text-36-medium-display-dense {
    font-size: 24px;
  }
}
.text-36-medium-display-dense {
  line-height: 100%;
  letter-spacing: -1.35px;
}

.text-30-regular-display {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
@media only screen and (max-width: 1800px) {
  .text-30-regular-display {
    font-size: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-30-regular-display {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-30-regular-display {
    font-size: 23px;
  }
}
@media only screen and (max-width: 820px) {
  .text-30-regular-display {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .text-30-regular-display {
    font-size: 20px;
  }
}
.text-30-regular-display {
  line-height: 100%;
  letter-spacing: 0;
}

.text-32-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (max-width: 1800px) {
  .text-32-medium-display {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-32-medium-display {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-32-medium-display {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .text-32-medium-display {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-32-medium-display {
    font-size: 22px;
  }
}
.text-32-medium-display {
  line-height: 100%;
  letter-spacing: 0;
}

.text-32-medium-display-compact {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (max-width: 1800px) {
  .text-32-medium-display-compact {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-32-medium-display-compact {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-32-medium-display-compact {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .text-32-medium-display-compact {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-32-medium-display-compact {
    font-size: 22px;
  }
}
.text-32-medium-display-compact {
  line-height: 81.03%;
  letter-spacing: 0;
}

.text-32-medium-display-snug {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (max-width: 1800px) {
  .text-32-medium-display-snug {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-32-medium-display-snug {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-32-medium-display-snug {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .text-32-medium-display-snug {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-32-medium-display-snug {
    font-size: 22px;
  }
}
.text-32-medium-display-snug {
  line-height: 127.47%;
  letter-spacing: 0;
}

.text-32-medium-display-loose {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (max-width: 1800px) {
  .text-32-medium-display-loose {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-32-medium-display-loose {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-32-medium-display-loose {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .text-32-medium-display-loose {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-32-medium-display-loose {
    font-size: 22px;
  }
}
.text-32-medium-display-loose {
  line-height: 140.625%;
  letter-spacing: 0;
}

.text-28-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}
@media only screen and (max-width: 1800px) {
  .text-28-medium-display {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-28-medium-display {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-28-medium-display {
    font-size: 21px;
  }
}
@media only screen and (max-width: 820px) {
  .text-28-medium-display {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-28-medium-display {
    font-size: 18px;
  }
}
.text-28-medium-display {
  line-height: 120%;
  letter-spacing: 0;
}

.text-28-medium-display-tight {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}
@media only screen and (max-width: 1800px) {
  .text-28-medium-display-tight {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-28-medium-display-tight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-28-medium-display-tight {
    font-size: 21px;
  }
}
@media only screen and (max-width: 820px) {
  .text-28-medium-display-tight {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-28-medium-display-tight {
    font-size: 18px;
  }
}
.text-28-medium-display-tight {
  line-height: 96.43%;
  letter-spacing: 0;
}

.text-28-medium-display-loose {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 27px;
}
@media only screen and (max-width: 1800px) {
  .text-28-medium-display-loose {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-28-medium-display-loose {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-28-medium-display-loose {
    font-size: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .text-28-medium-display-loose {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-28-medium-display-loose {
    font-size: 18px;
  }
}
.text-28-medium-display-loose {
  line-height: 160.71%;
  letter-spacing: 0;
}

.text-28-medium-display-airy {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
}
@media only screen and (max-width: 1800px) {
  .text-28-medium-display-airy {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-28-medium-display-airy {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-28-medium-display-airy {
    font-size: 21px;
  }
}
@media only screen and (max-width: 820px) {
  .text-28-medium-display-airy {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .text-28-medium-display-airy {
    font-size: 18px;
  }
}
.text-28-medium-display-airy {
  line-height: 162.21%;
  letter-spacing: 0;
}

.text-15-medium-display-tag {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
@media only screen and (max-width: 1800px) {
  .text-15-medium-display-tag {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-15-medium-display-tag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-15-medium-display-tag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .text-15-medium-display-tag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .text-15-medium-display-tag {
    font-size: 13px;
  }
}
.text-15-medium-display-tag {
  line-height: 121.76%;
  letter-spacing: 0.3px;
}

.text-32-medium-display-group {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
@media only screen and (max-width: 1800px) {
  .text-32-medium-display-group {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-32-medium-display-group {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-32-medium-display-group {
    font-size: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .text-32-medium-display-group {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-32-medium-display-group {
    font-size: 22px;
  }
}
.text-32-medium-display-group {
  line-height: 27px;
  letter-spacing: 0;
}

.text-20-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media only screen and (max-width: 1800px) {
  .text-20-medium-display {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-20-medium-display {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-20-medium-display {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-20-medium-display {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-20-medium-display {
    font-size: 16px;
  }
}
.text-20-medium-display {
  line-height: 135%;
  letter-spacing: 0;
}

.text-18-semibold-body {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1800px) {
  .text-18-semibold-body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-18-semibold-body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-18-semibold-body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-18-semibold-body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-18-semibold-body {
    font-size: 16px;
  }
}
.text-18-semibold-body {
  line-height: 27px;
  letter-spacing: 0;
}

.text-18-regular {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1800px) {
  .text-18-regular {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-18-regular {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-18-regular {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-18-regular {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-18-regular {
    font-size: 16px;
  }
}
.text-18-regular {
  line-height: 27px;
  letter-spacing: 0;
}

.text-18-medium {
  font-family: var(--font-family-base);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1800px) {
  .text-18-medium {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-18-medium {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-18-medium {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-18-medium {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-18-medium {
    font-size: 16px;
  }
}
.text-18-medium {
  line-height: 150%;
  letter-spacing: 0;
}

.text-18-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media only screen and (max-width: 1800px) {
  .text-18-medium-display {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-18-medium-display {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-18-medium-display {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-18-medium-display {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-18-medium-display {
    font-size: 16px;
  }
}
.text-18-medium-display {
  line-height: 100%;
  letter-spacing: 0;
}

.text-16-bold {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .text-16-bold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-16-bold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-16-bold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .text-16-bold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text-16-bold {
    font-size: 15px;
  }
}
.text-16-bold {
  line-height: 100%;
  letter-spacing: 0;
}

.text-11-semibold {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
}
@media only screen and (max-width: 1800px) {
  .text-11-semibold {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-11-semibold {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-11-semibold {
    font-size: 11px;
  }
}
@media only screen and (max-width: 820px) {
  .text-11-semibold {
    font-size: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .text-11-semibold {
    font-size: 11px;
  }
}
.text-11-semibold {
  line-height: 100%;
  letter-spacing: 0;
}

.text-19-bold {
  font-family: var(--font-family-base);
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
}
@media only screen and (max-width: 1800px) {
  .text-19-bold {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-19-bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-19-bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .text-19-bold {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .text-19-bold {
    font-size: 16px;
  }
}
.text-19-bold {
  line-height: 100%;
  letter-spacing: 0;
}

.text-16-semibold {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .text-16-semibold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-16-semibold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-16-semibold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .text-16-semibold {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text-16-semibold {
    font-size: 15px;
  }
}
.text-16-semibold {
  line-height: 150%;
  letter-spacing: 0;
}

.text-16-semibold-snug {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .text-16-semibold-snug {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-16-semibold-snug {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-16-semibold-snug {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .text-16-semibold-snug {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .text-16-semibold-snug {
    font-size: 15px;
  }
}
.text-16-semibold-snug {
  line-height: 150.12%;
  letter-spacing: 0;
}

.text-15-semibold {
  font-family: var(--font-family-base);
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
}
@media only screen and (max-width: 1800px) {
  .text-15-semibold {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-15-semibold {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-15-semibold {
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .text-15-semibold {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .text-15-semibold {
    font-size: 13px;
  }
}
.text-15-semibold {
  line-height: 100%;
  letter-spacing: 0;
}

.text-34-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 34.5px;
}
@media only screen and (max-width: 1800px) {
  .text-34-medium-display {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-34-medium-display {
    font-size: 29px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-34-medium-display {
    font-size: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .text-34-medium-display {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .text-34-medium-display {
    font-size: 22px;
  }
}
.text-34-medium-display {
  line-height: 71.07%;
  letter-spacing: 0;
}

.text-35-medium-display {
  font-family: var(--font-family-display);
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
}
@media only screen and (max-width: 1800px) {
  .text-35-medium-display {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-35-medium-display {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-35-medium-display {
    font-size: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .text-35-medium-display {
    font-size: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .text-35-medium-display {
    font-size: 22px;
  }
}
.text-35-medium-display {
  line-height: 71.07%;
  letter-spacing: 0;
}

.main,
#newsletter-email {
  font-family: var(--font-family-base);
}

@media screen and (max-width: 1600px) {
  body,
  html {
    font-size: 80%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  body,
  html {
    font-size: 70%;
  }
}
@media screen and (max-width: 1000px) {
  input {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 60%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 10px;
  }
  input {
    font-size: 16px !important;
  }
}
.text-15-regular-display {
  font-family: var(--font-family-display);
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media only screen and (max-width: 1800px) {
  .text-15-regular-display {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .text-15-regular-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-15-regular-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .text-15-regular-display {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .text-15-regular-display {
    font-size: 13px;
  }
}
.text-15-regular-display {
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 700px) {
  input {
    font-size: 16px !important;
  }
  body,
  html {
    font-size: 50%;
  }
}
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  scrollbar-width: none;
}

p {
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  max-width: calc(1520px + 6%);
  overflow: hidden;
}
.wrap.max_1400 {
  max-width: 1400px;
}
.wrap.max_1200 {
  max-width: 1200px;
}
.wrap.max_1070 {
  max-width: 1070px;
}
@media (max-width: 1500px) {
  .wrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.h_auto {
  height: auto !important;
}

.w_auto {
  width: auto !important;
}

.w_50 {
  width: 50%;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.h_100vh {
  height: 100vh;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_d_none {
  text-decoration: none;
}

.list_none {
  list-style: none;
}

.p_relative {
  position: relative;
}

.p_absolute {
  position: absolute;
}

.pos_t_0 {
  top: 0;
}

.pos_b_0 {
  bottom: 0;
}

.pos_l_0 {
  left: 0;
}

.pos_r_0 {
  right: 0;
}

.img_mx_fluid {
  width: 100%;
  height: auto;
  display: block;
}

.img_fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.d_none {
  display: none;
}

.d_flex {
  display: flex;
}

.d_flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

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

.flex_col {
  display: flex;
  flex-direction: column;
}

.justify_center {
  justify-content: center;
}

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

.overflow_hide {
  overflow: hidden;
}

.overflow_x_hide {
  overflow-x: hidden;
}

.overflow_y_hide {
  overflow-y: hidden;
}

.pt_10 {
  padding-top: 10px;
}
@media only screen and (max-width: 1800px) {
  .pt_10 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_10 {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_10 {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_10 {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_10 {
    padding-top: 9px;
  }
}

.pb_10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1800px) {
  .pb_10 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_10 {
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_10 {
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_10 {
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_10 {
    padding-bottom: 9px;
  }
}

.pl_10 {
  padding-left: 10px;
}
@media only screen and (max-width: 1800px) {
  .pl_10 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_10 {
    padding-left: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_10 {
    padding-left: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_10 {
    padding-left: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_10 {
    padding-left: 9px;
  }
}

.pr_10 {
  padding-right: 10px;
}
@media only screen and (max-width: 1800px) {
  .pr_10 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_10 {
    padding-right: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_10 {
    padding-right: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_10 {
    padding-right: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_10 {
    padding-right: 9px;
  }
}

.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1800px) {
  .py_10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_10 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_10 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .py_10 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .py_10 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 1800px) {
  .px_10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_10 {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_10 {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .px_10 {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .px_10 {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.p_10 {
  padding: 10px;
}
@media only screen and (max-width: 1800px) {
  .p_10 {
    padding: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_10 {
    padding: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_10 {
    padding: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .p_10 {
    padding: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .p_10 {
    padding: 9px;
  }
}

.mt_10 {
  margin-top: 10px;
}
@media only screen and (max-width: 1800px) {
  .mt_10 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_10 {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_10 {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_10 {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_10 {
    margin-top: 9px;
  }
}

.mb_10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1800px) {
  .mb_10 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_10 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_10 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_10 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_10 {
    margin-bottom: 9px;
  }
}

.ml_10 {
  margin-left: 10px;
}
@media only screen and (max-width: 1800px) {
  .ml_10 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_10 {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_10 {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_10 {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_10 {
    margin-left: 9px;
  }
}

.mr_10 {
  margin-right: 10px;
}
@media only screen and (max-width: 1800px) {
  .mr_10 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_10 {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_10 {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_10 {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_10 {
    margin-right: 9px;
  }
}

.pt_12 {
  padding-top: 12px;
}
@media only screen and (max-width: 1800px) {
  .pt_12 {
    padding-top: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_12 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_12 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_12 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_12 {
    padding-top: 10px;
  }
}

.pb_12 {
  padding-bottom: 12px;
}
@media only screen and (max-width: 1800px) {
  .pb_12 {
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_12 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_12 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_12 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_12 {
    padding-bottom: 10px;
  }
}

.pl_12 {
  padding-left: 12px;
}
@media only screen and (max-width: 1800px) {
  .pl_12 {
    padding-left: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_12 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_12 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_12 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_12 {
    padding-left: 10px;
  }
}

.pr_12 {
  padding-right: 12px;
}
@media only screen and (max-width: 1800px) {
  .pr_12 {
    padding-right: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_12 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_12 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_12 {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_12 {
    padding-right: 10px;
  }
}

.py_12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1800px) {
  .py_12 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .py_12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .py_12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.px_12 {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 1800px) {
  .px_12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .px_12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .px_12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p_12 {
  padding: 12px;
}
@media only screen and (max-width: 1800px) {
  .p_12 {
    padding: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_12 {
    padding: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_12 {
    padding: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .p_12 {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .p_12 {
    padding: 10px;
  }
}

.mt_12 {
  margin-top: 12px;
}
@media only screen and (max-width: 1800px) {
  .mt_12 {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_12 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_12 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_12 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_12 {
    margin-top: 10px;
  }
}

.mb_12 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1800px) {
  .mb_12 {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_12 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_12 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_12 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_12 {
    margin-bottom: 10px;
  }
}

.ml_12 {
  margin-left: 12px;
}
@media only screen and (max-width: 1800px) {
  .ml_12 {
    margin-left: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_12 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_12 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_12 {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_12 {
    margin-left: 10px;
  }
}

.mr_12 {
  margin-right: 12px;
}
@media only screen and (max-width: 1800px) {
  .mr_12 {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_12 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_12 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_12 {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_12 {
    margin-right: 10px;
  }
}

.pt_15 {
  padding-top: 15px;
}
@media only screen and (max-width: 1800px) {
  .pt_15 {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_15 {
    padding-top: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_15 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_15 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_15 {
    padding-top: 12px;
  }
}

.pb_15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 1800px) {
  .pb_15 {
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_15 {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_15 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_15 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_15 {
    padding-bottom: 12px;
  }
}

.pl_15 {
  padding-left: 15px;
}
@media only screen and (max-width: 1800px) {
  .pl_15 {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_15 {
    padding-left: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_15 {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_15 {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_15 {
    padding-left: 12px;
  }
}

.pr_15 {
  padding-right: 15px;
}
@media only screen and (max-width: 1800px) {
  .pr_15 {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_15 {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_15 {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_15 {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_15 {
    padding-right: 12px;
  }
}

.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1800px) {
  .py_15 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_15 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_15 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .py_15 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .py_15 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1800px) {
  .px_15 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_15 {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_15 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .px_15 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .px_15 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.p_15 {
  padding: 15px;
}
@media only screen and (max-width: 1800px) {
  .p_15 {
    padding: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_15 {
    padding: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_15 {
    padding: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .p_15 {
    padding: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .p_15 {
    padding: 12px;
  }
}

.mt_15 {
  margin-top: 15px;
}
@media only screen and (max-width: 1800px) {
  .mt_15 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_15 {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_15 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_15 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_15 {
    margin-top: 12px;
  }
}

.mb_15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1800px) {
  .mb_15 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_15 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_15 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_15 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_15 {
    margin-bottom: 12px;
  }
}

.ml_15 {
  margin-left: 15px;
}
@media only screen and (max-width: 1800px) {
  .ml_15 {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_15 {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_15 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_15 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_15 {
    margin-left: 12px;
  }
}

.mr_15 {
  margin-right: 15px;
}
@media only screen and (max-width: 1800px) {
  .mr_15 {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_15 {
    margin-right: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_15 {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_15 {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_15 {
    margin-right: 12px;
  }
}

.pt_16 {
  padding-top: 16px;
}
@media only screen and (max-width: 1800px) {
  .pt_16 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_16 {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_16 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_16 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_16 {
    padding-top: 12px;
  }
}

.pb_16 {
  padding-bottom: 16px;
}
@media only screen and (max-width: 1800px) {
  .pb_16 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_16 {
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_16 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_16 {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_16 {
    padding-bottom: 12px;
  }
}

.pl_16 {
  padding-left: 16px;
}
@media only screen and (max-width: 1800px) {
  .pl_16 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_16 {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_16 {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_16 {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_16 {
    padding-left: 12px;
  }
}

.pr_16 {
  padding-right: 16px;
}
@media only screen and (max-width: 1800px) {
  .pr_16 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_16 {
    padding-right: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_16 {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_16 {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_16 {
    padding-right: 12px;
  }
}

.py_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1800px) {
  .py_16 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_16 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_16 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .py_16 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .py_16 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.px_16 {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1800px) {
  .px_16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_16 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_16 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .px_16 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .px_16 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.p_16 {
  padding: 16px;
}
@media only screen and (max-width: 1800px) {
  .p_16 {
    padding: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_16 {
    padding: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_16 {
    padding: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .p_16 {
    padding: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .p_16 {
    padding: 12px;
  }
}

.mt_16 {
  margin-top: 16px;
}
@media only screen and (max-width: 1800px) {
  .mt_16 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_16 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_16 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_16 {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_16 {
    margin-top: 12px;
  }
}

.mb_16 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1800px) {
  .mb_16 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_16 {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_16 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_16 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_16 {
    margin-bottom: 12px;
  }
}

.ml_16 {
  margin-left: 16px;
}
@media only screen and (max-width: 1800px) {
  .ml_16 {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_16 {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_16 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_16 {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_16 {
    margin-left: 12px;
  }
}

.mr_16 {
  margin-right: 16px;
}
@media only screen and (max-width: 1800px) {
  .mr_16 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_16 {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_16 {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_16 {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_16 {
    margin-right: 12px;
  }
}

.pt_20 {
  padding-top: 20px;
}
@media only screen and (max-width: 1800px) {
  .pt_20 {
    padding-top: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_20 {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_20 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_20 {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_20 {
    padding-top: 15px;
  }
}

.pb_20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1800px) {
  .pb_20 {
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_20 {
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_20 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_20 {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_20 {
    padding-bottom: 15px;
  }
}

.pl_20 {
  padding-left: 20px;
}
@media only screen and (max-width: 1800px) {
  .pl_20 {
    padding-left: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_20 {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_20 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_20 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_20 {
    padding-left: 15px;
  }
}

.pr_20 {
  padding-right: 20px;
}
@media only screen and (max-width: 1800px) {
  .pr_20 {
    padding-right: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_20 {
    padding-right: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_20 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_20 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_20 {
    padding-right: 15px;
  }
}

.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1800px) {
  .py_20 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_20 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .py_20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .py_20 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1800px) {
  .px_20 {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_20 {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .px_20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .px_20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p_20 {
  padding: 20px;
}
@media only screen and (max-width: 1800px) {
  .p_20 {
    padding: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_20 {
    padding: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_20 {
    padding: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .p_20 {
    padding: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .p_20 {
    padding: 15px;
  }
}

.mt_20 {
  margin-top: 20px;
}
@media only screen and (max-width: 1800px) {
  .mt_20 {
    margin-top: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_20 {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_20 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_20 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_20 {
    margin-top: 15px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1800px) {
  .mb_20 {
    margin-bottom: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_20 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_20 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_20 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_20 {
    margin-bottom: 15px;
  }
}

.ml_20 {
  margin-left: 20px;
}
@media only screen and (max-width: 1800px) {
  .ml_20 {
    margin-left: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_20 {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_20 {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_20 {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_20 {
    margin-left: 15px;
  }
}

.mr_20 {
  margin-right: 20px;
}
@media only screen and (max-width: 1800px) {
  .mr_20 {
    margin-right: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_20 {
    margin-right: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_20 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_20 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_20 {
    margin-right: 15px;
  }
}

.pt_24 {
  padding-top: 24px;
}
@media only screen and (max-width: 1800px) {
  .pt_24 {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_24 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_24 {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_24 {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_24 {
    padding-top: 18px;
  }
}

.pb_24 {
  padding-bottom: 24px;
}
@media only screen and (max-width: 1800px) {
  .pb_24 {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_24 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_24 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_24 {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_24 {
    padding-bottom: 18px;
  }
}

.pl_24 {
  padding-left: 24px;
}
@media only screen and (max-width: 1800px) {
  .pl_24 {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_24 {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_24 {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_24 {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_24 {
    padding-left: 18px;
  }
}

.pr_24 {
  padding-right: 24px;
}
@media only screen and (max-width: 1800px) {
  .pr_24 {
    padding-right: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_24 {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_24 {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_24 {
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_24 {
    padding-right: 18px;
  }
}

.py_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1800px) {
  .py_24 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_24 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_24 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .py_24 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .py_24 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.px_24 {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 1800px) {
  .px_24 {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_24 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_24 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .px_24 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .px_24 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.p_24 {
  padding: 24px;
}
@media only screen and (max-width: 1800px) {
  .p_24 {
    padding: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_24 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_24 {
    padding: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .p_24 {
    padding: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .p_24 {
    padding: 18px;
  }
}

.mt_24 {
  margin-top: 24px;
}
@media only screen and (max-width: 1800px) {
  .mt_24 {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_24 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_24 {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_24 {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_24 {
    margin-top: 18px;
  }
}

.mb_24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1800px) {
  .mb_24 {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_24 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_24 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_24 {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_24 {
    margin-bottom: 18px;
  }
}

.ml_24 {
  margin-left: 24px;
}
@media only screen and (max-width: 1800px) {
  .ml_24 {
    margin-left: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_24 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_24 {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_24 {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_24 {
    margin-left: 18px;
  }
}

.mr_24 {
  margin-right: 24px;
}
@media only screen and (max-width: 1800px) {
  .mr_24 {
    margin-right: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_24 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_24 {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_24 {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_24 {
    margin-right: 18px;
  }
}

.pt_25 {
  padding-top: 25px;
}
@media only screen and (max-width: 1800px) {
  .pt_25 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_25 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_25 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_25 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_25 {
    padding-top: 24px;
  }
}

.pb_25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 1800px) {
  .pb_25 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_25 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_25 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_25 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_25 {
    padding-bottom: 24px;
  }
}

.pl_25 {
  padding-left: 25px;
}
@media only screen and (max-width: 1800px) {
  .pl_25 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_25 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_25 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_25 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_25 {
    padding-left: 24px;
  }
}

.pr_25 {
  padding-right: 25px;
}
@media only screen and (max-width: 1800px) {
  .pr_25 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_25 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_25 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_25 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_25 {
    padding-right: 24px;
  }
}

.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1800px) {
  .py_25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .py_25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .py_25 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 1800px) {
  .px_25 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_25 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_25 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .px_25 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .px_25 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.p_25 {
  padding: 25px;
}
@media only screen and (max-width: 1800px) {
  .p_25 {
    padding: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_25 {
    padding: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_25 {
    padding: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .p_25 {
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .p_25 {
    padding: 24px;
  }
}

.mt_25 {
  margin-top: 25px;
}
@media only screen and (max-width: 1800px) {
  .mt_25 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_25 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_25 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_25 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_25 {
    margin-top: 24px;
  }
}

.mb_25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1800px) {
  .mb_25 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_25 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_25 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_25 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_25 {
    margin-bottom: 24px;
  }
}

.ml_25 {
  margin-left: 25px;
}
@media only screen and (max-width: 1800px) {
  .ml_25 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_25 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_25 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_25 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_25 {
    margin-left: 24px;
  }
}

.mr_25 {
  margin-right: 25px;
}
@media only screen and (max-width: 1800px) {
  .mr_25 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_25 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_25 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_25 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_25 {
    margin-right: 24px;
  }
}

.pt_30 {
  padding-top: 30px;
}
@media only screen and (max-width: 1800px) {
  .pt_30 {
    padding-top: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_30 {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_30 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_30 {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_30 {
    padding-top: 24px;
  }
}

.pb_30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1800px) {
  .pb_30 {
    padding-bottom: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_30 {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_30 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_30 {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_30 {
    padding-bottom: 24px;
  }
}

.pl_30 {
  padding-left: 30px;
}
@media only screen and (max-width: 1800px) {
  .pl_30 {
    padding-left: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_30 {
    padding-left: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_30 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_30 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_30 {
    padding-left: 24px;
  }
}

.pr_30 {
  padding-right: 30px;
}
@media only screen and (max-width: 1800px) {
  .pr_30 {
    padding-right: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_30 {
    padding-right: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_30 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_30 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_30 {
    padding-right: 24px;
  }
}

.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1800px) {
  .py_30 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_30 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_30 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .py_30 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .py_30 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1800px) {
  .px_30 {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_30 {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_30 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .px_30 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .px_30 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.p_30 {
  padding: 30px;
}
@media only screen and (max-width: 1800px) {
  .p_30 {
    padding: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_30 {
    padding: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_30 {
    padding: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .p_30 {
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .p_30 {
    padding: 24px;
  }
}

.mt_30 {
  margin-top: 30px;
}
@media only screen and (max-width: 1800px) {
  .mt_30 {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_30 {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_30 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_30 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_30 {
    margin-top: 24px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1800px) {
  .mb_30 {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_30 {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_30 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_30 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_30 {
    margin-bottom: 24px;
  }
}

.ml_30 {
  margin-left: 30px;
}
@media only screen and (max-width: 1800px) {
  .ml_30 {
    margin-left: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_30 {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_30 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_30 {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_30 {
    margin-left: 24px;
  }
}

.mr_30 {
  margin-right: 30px;
}
@media only screen and (max-width: 1800px) {
  .mr_30 {
    margin-right: 29px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_30 {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_30 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_30 {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_30 {
    margin-right: 24px;
  }
}

.pt_35 {
  padding-top: 35px;
}
@media only screen and (max-width: 1800px) {
  .pt_35 {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_35 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_35 {
    padding-top: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_35 {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_35 {
    padding-top: 25px;
  }
}

.pb_35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 1800px) {
  .pb_35 {
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_35 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_35 {
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_35 {
    padding-bottom: 25px;
  }
}

.pl_35 {
  padding-left: 35px;
}
@media only screen and (max-width: 1800px) {
  .pl_35 {
    padding-left: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_35 {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_35 {
    padding-left: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_35 {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_35 {
    padding-left: 25px;
  }
}

.pr_35 {
  padding-right: 35px;
}
@media only screen and (max-width: 1800px) {
  .pr_35 {
    padding-right: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_35 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_35 {
    padding-right: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_35 {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_35 {
    padding-right: 25px;
  }
}

.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 1800px) {
  .py_35 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_35 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_35 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .py_35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .py_35 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 1800px) {
  .px_35 {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_35 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_35 {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .px_35 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .px_35 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p_35 {
  padding: 35px;
}
@media only screen and (max-width: 1800px) {
  .p_35 {
    padding: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_35 {
    padding: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_35 {
    padding: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .p_35 {
    padding: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .p_35 {
    padding: 25px;
  }
}

.mt_35 {
  margin-top: 35px;
}
@media only screen and (max-width: 1800px) {
  .mt_35 {
    margin-top: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_35 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_35 {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_35 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_35 {
    margin-top: 25px;
  }
}

.mb_35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1800px) {
  .mb_35 {
    margin-bottom: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_35 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_35 {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_35 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_35 {
    margin-bottom: 25px;
  }
}

.ml_35 {
  margin-left: 35px;
}
@media only screen and (max-width: 1800px) {
  .ml_35 {
    margin-left: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_35 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_35 {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_35 {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_35 {
    margin-left: 25px;
  }
}

.mr_35 {
  margin-right: 35px;
}
@media only screen and (max-width: 1800px) {
  .mr_35 {
    margin-right: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_35 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_35 {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_35 {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_35 {
    margin-right: 25px;
  }
}

.pt_40 {
  padding-top: 40px;
}
@media only screen and (max-width: 1800px) {
  .pt_40 {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_40 {
    padding-top: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_40 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_40 {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_40 {
    padding-top: 28px;
  }
}

.pb_40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1800px) {
  .pb_40 {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_40 {
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_40 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_40 {
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_40 {
    padding-bottom: 28px;
  }
}

.pl_40 {
  padding-left: 40px;
}
@media only screen and (max-width: 1800px) {
  .pl_40 {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_40 {
    padding-left: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_40 {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_40 {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_40 {
    padding-left: 28px;
  }
}

.pr_40 {
  padding-right: 40px;
}
@media only screen and (max-width: 1800px) {
  .pr_40 {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_40 {
    padding-right: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_40 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_40 {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_40 {
    padding-right: 28px;
  }
}

.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1800px) {
  .py_40 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_40 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .py_40 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .py_40 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1800px) {
  .px_40 {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_40 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_40 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .px_40 {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .px_40 {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.p_40 {
  padding: 40px;
}
@media only screen and (max-width: 1800px) {
  .p_40 {
    padding: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_40 {
    padding: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_40 {
    padding: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .p_40 {
    padding: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .p_40 {
    padding: 28px;
  }
}

.mt_40 {
  margin-top: 40px;
}
@media only screen and (max-width: 1800px) {
  .mt_40 {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_40 {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_40 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_40 {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_40 {
    margin-top: 28px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1800px) {
  .mb_40 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_40 {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_40 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_40 {
    margin-bottom: 28px;
  }
}

.ml_40 {
  margin-left: 40px;
}
@media only screen and (max-width: 1800px) {
  .ml_40 {
    margin-left: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_40 {
    margin-left: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_40 {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_40 {
    margin-left: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_40 {
    margin-left: 28px;
  }
}

.mr_40 {
  margin-right: 40px;
}
@media only screen and (max-width: 1800px) {
  .mr_40 {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_40 {
    margin-right: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_40 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_40 {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_40 {
    margin-right: 28px;
  }
}

.pt_50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1800px) {
  .pt_50 {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_50 {
    padding-top: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_50 {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_50 {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_50 {
    padding-top: 35px;
  }
}

.pb_50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1800px) {
  .pb_50 {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_50 {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_50 {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_50 {
    padding-bottom: 35px;
  }
}

.pl_50 {
  padding-left: 50px;
}
@media only screen and (max-width: 1800px) {
  .pl_50 {
    padding-left: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_50 {
    padding-left: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_50 {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_50 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_50 {
    padding-left: 35px;
  }
}

.pr_50 {
  padding-right: 50px;
}
@media only screen and (max-width: 1800px) {
  .pr_50 {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_50 {
    padding-right: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_50 {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_50 {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_50 {
    padding-right: 35px;
  }
}

.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1800px) {
  .py_50 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_50 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_50 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .py_50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .py_50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 1800px) {
  .px_50 {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_50 {
    padding-left: 43px;
    padding-right: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_50 {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .px_50 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .px_50 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.p_50 {
  padding: 50px;
}
@media only screen and (max-width: 1800px) {
  .p_50 {
    padding: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_50 {
    padding: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_50 {
    padding: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .p_50 {
    padding: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .p_50 {
    padding: 35px;
  }
}

.mt_50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1800px) {
  .mt_50 {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_50 {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_50 {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_50 {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_50 {
    margin-top: 35px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1800px) {
  .mb_50 {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_50 {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_50 {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_50 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_50 {
    margin-bottom: 35px;
  }
}

.ml_50 {
  margin-left: 50px;
}
@media only screen and (max-width: 1800px) {
  .ml_50 {
    margin-left: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_50 {
    margin-left: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_50 {
    margin-left: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_50 {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_50 {
    margin-left: 35px;
  }
}

.mr_50 {
  margin-right: 50px;
}
@media only screen and (max-width: 1800px) {
  .mr_50 {
    margin-right: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_50 {
    margin-right: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_50 {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_50 {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_50 {
    margin-right: 35px;
  }
}

.pt_60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1800px) {
  .pt_60 {
    padding-top: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_60 {
    padding-top: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_60 {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_60 {
    padding-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_60 {
    padding-top: 42px;
  }
}

.pb_60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .pb_60 {
    padding-bottom: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_60 {
    padding-bottom: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_60 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_60 {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_60 {
    padding-bottom: 42px;
  }
}

.pl_60 {
  padding-left: 60px;
}
@media only screen and (max-width: 1800px) {
  .pl_60 {
    padding-left: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_60 {
    padding-left: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_60 {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_60 {
    padding-left: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_60 {
    padding-left: 42px;
  }
}

.pr_60 {
  padding-right: 60px;
}
@media only screen and (max-width: 1800px) {
  .pr_60 {
    padding-right: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_60 {
    padding-right: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_60 {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_60 {
    padding-right: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_60 {
    padding-right: 42px;
  }
}

.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .py_60 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_60 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .py_60 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .py_60 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

.px_60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1800px) {
  .px_60 {
    padding-left: 57px;
    padding-right: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_60 {
    padding-left: 51px;
    padding-right: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_60 {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .px_60 {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .px_60 {
    padding-left: 42px;
    padding-right: 42px;
  }
}

.p_60 {
  padding: 60px;
}
@media only screen and (max-width: 1800px) {
  .p_60 {
    padding: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_60 {
    padding: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_60 {
    padding: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .p_60 {
    padding: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .p_60 {
    padding: 42px;
  }
}

.mt_60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1800px) {
  .mt_60 {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_60 {
    margin-top: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_60 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_60 {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_60 {
    margin-top: 42px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1800px) {
  .mb_60 {
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_60 {
    margin-bottom: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_60 {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_60 {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_60 {
    margin-bottom: 42px;
  }
}

.ml_60 {
  margin-left: 60px;
}
@media only screen and (max-width: 1800px) {
  .ml_60 {
    margin-left: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_60 {
    margin-left: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_60 {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_60 {
    margin-left: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_60 {
    margin-left: 42px;
  }
}

.mr_60 {
  margin-right: 60px;
}
@media only screen and (max-width: 1800px) {
  .mr_60 {
    margin-right: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_60 {
    margin-right: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_60 {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_60 {
    margin-right: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_60 {
    margin-right: 42px;
  }
}

.pt_70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1800px) {
  .pt_70 {
    padding-top: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_70 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_70 {
    padding-top: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_70 {
    padding-top: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_70 {
    padding-top: 49px;
  }
}

.pb_70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1800px) {
  .pb_70 {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_70 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_70 {
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_70 {
    padding-bottom: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_70 {
    padding-bottom: 49px;
  }
}

.pl_70 {
  padding-left: 70px;
}
@media only screen and (max-width: 1800px) {
  .pl_70 {
    padding-left: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_70 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_70 {
    padding-left: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_70 {
    padding-left: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_70 {
    padding-left: 49px;
  }
}

.pr_70 {
  padding-right: 70px;
}
@media only screen and (max-width: 1800px) {
  .pr_70 {
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_70 {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_70 {
    padding-right: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_70 {
    padding-right: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_70 {
    padding-right: 49px;
  }
}

.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1800px) {
  .py_70 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_70 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .py_70 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .py_70 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
}

.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 1800px) {
  .px_70 {
    padding-left: 67px;
    padding-right: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_70 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_70 {
    padding-left: 53px;
    padding-right: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .px_70 {
    padding-left: 49px;
    padding-right: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .px_70 {
    padding-left: 49px;
    padding-right: 49px;
  }
}

.p_70 {
  padding: 70px;
}
@media only screen and (max-width: 1800px) {
  .p_70 {
    padding: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_70 {
    padding: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_70 {
    padding: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .p_70 {
    padding: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .p_70 {
    padding: 49px;
  }
}

.mt_70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1800px) {
  .mt_70 {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_70 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_70 {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_70 {
    margin-top: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_70 {
    margin-top: 49px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1800px) {
  .mb_70 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_70 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_70 {
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_70 {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_70 {
    margin-bottom: 49px;
  }
}

.ml_70 {
  margin-left: 70px;
}
@media only screen and (max-width: 1800px) {
  .ml_70 {
    margin-left: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_70 {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_70 {
    margin-left: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_70 {
    margin-left: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_70 {
    margin-left: 49px;
  }
}

.mr_70 {
  margin-right: 70px;
}
@media only screen and (max-width: 1800px) {
  .mr_70 {
    margin-right: 67px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_70 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_70 {
    margin-right: 53px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_70 {
    margin-right: 49px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_70 {
    margin-right: 49px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1800px) {
  .pt_80 {
    padding-top: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_80 {
    padding-top: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_80 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_80 {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_80 {
    padding-top: 56px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1800px) {
  .pb_80 {
    padding-bottom: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_80 {
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_80 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_80 {
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_80 {
    padding-bottom: 56px;
  }
}

.pl_80 {
  padding-left: 80px;
}
@media only screen and (max-width: 1800px) {
  .pl_80 {
    padding-left: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_80 {
    padding-left: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_80 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_80 {
    padding-left: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_80 {
    padding-left: 56px;
  }
}

.pr_80 {
  padding-right: 80px;
}
@media only screen and (max-width: 1800px) {
  .pr_80 {
    padding-right: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_80 {
    padding-right: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_80 {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_80 {
    padding-right: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_80 {
    padding-right: 56px;
  }
}

.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1800px) {
  .py_80 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_80 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .py_80 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .py_80 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.px_80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1800px) {
  .px_80 {
    padding-left: 76px;
    padding-right: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_80 {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_80 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .px_80 {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .px_80 {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.p_80 {
  padding: 80px;
}
@media only screen and (max-width: 1800px) {
  .p_80 {
    padding: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_80 {
    padding: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_80 {
    padding: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .p_80 {
    padding: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .p_80 {
    padding: 56px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1800px) {
  .mt_80 {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_80 {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_80 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_80 {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_80 {
    margin-top: 56px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1800px) {
  .mb_80 {
    margin-bottom: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_80 {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_80 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_80 {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_80 {
    margin-bottom: 56px;
  }
}

.ml_80 {
  margin-left: 80px;
}
@media only screen and (max-width: 1800px) {
  .ml_80 {
    margin-left: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_80 {
    margin-left: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_80 {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_80 {
    margin-left: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_80 {
    margin-left: 56px;
  }
}

.mr_80 {
  margin-right: 80px;
}
@media only screen and (max-width: 1800px) {
  .mr_80 {
    margin-right: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_80 {
    margin-right: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_80 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_80 {
    margin-right: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_80 {
    margin-right: 56px;
  }
}

.pt_90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1800px) {
  .pt_90 {
    padding-top: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_90 {
    padding-top: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_90 {
    padding-top: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_90 {
    padding-top: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_90 {
    padding-top: 63px;
  }
}

.pb_90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1800px) {
  .pb_90 {
    padding-bottom: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_90 {
    padding-bottom: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_90 {
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_90 {
    padding-bottom: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_90 {
    padding-bottom: 63px;
  }
}

.pl_90 {
  padding-left: 90px;
}
@media only screen and (max-width: 1800px) {
  .pl_90 {
    padding-left: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_90 {
    padding-left: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_90 {
    padding-left: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_90 {
    padding-left: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_90 {
    padding-left: 63px;
  }
}

.pr_90 {
  padding-right: 90px;
}
@media only screen and (max-width: 1800px) {
  .pr_90 {
    padding-right: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_90 {
    padding-right: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_90 {
    padding-right: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_90 {
    padding-right: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_90 {
    padding-right: 63px;
  }
}

.py_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1800px) {
  .py_90 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_90 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_90 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .py_90 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .py_90 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
}

.px_90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 1800px) {
  .px_90 {
    padding-left: 86px;
    padding-right: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_90 {
    padding-left: 77px;
    padding-right: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_90 {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .px_90 {
    padding-left: 63px;
    padding-right: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .px_90 {
    padding-left: 63px;
    padding-right: 63px;
  }
}

.p_90 {
  padding: 90px;
}
@media only screen and (max-width: 1800px) {
  .p_90 {
    padding: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_90 {
    padding: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_90 {
    padding: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .p_90 {
    padding: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .p_90 {
    padding: 63px;
  }
}

.mt_90 {
  margin-top: 90px;
}
@media only screen and (max-width: 1800px) {
  .mt_90 {
    margin-top: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_90 {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_90 {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_90 {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_90 {
    margin-top: 63px;
  }
}

.mb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1800px) {
  .mb_90 {
    margin-bottom: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_90 {
    margin-bottom: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_90 {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_90 {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_90 {
    margin-bottom: 63px;
  }
}

.ml_90 {
  margin-left: 90px;
}
@media only screen and (max-width: 1800px) {
  .ml_90 {
    margin-left: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_90 {
    margin-left: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_90 {
    margin-left: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_90 {
    margin-left: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_90 {
    margin-left: 63px;
  }
}

.mr_90 {
  margin-right: 90px;
}
@media only screen and (max-width: 1800px) {
  .mr_90 {
    margin-right: 86px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_90 {
    margin-right: 77px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_90 {
    margin-right: 68px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_90 {
    margin-right: 63px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_90 {
    margin-right: 63px;
  }
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1800px) {
  .pt_100 {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_100 {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_100 {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_100 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 70px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1800px) {
  .pb_100 {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_100 {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_100 {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}

.pl_100 {
  padding-left: 100px;
}
@media only screen and (max-width: 1800px) {
  .pl_100 {
    padding-left: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_100 {
    padding-left: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_100 {
    padding-left: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_100 {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_100 {
    padding-left: 70px;
  }
}

.pr_100 {
  padding-right: 100px;
}
@media only screen and (max-width: 1800px) {
  .pr_100 {
    padding-right: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_100 {
    padding-right: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_100 {
    padding-right: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_100 {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_100 {
    padding-right: 70px;
  }
}

.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1800px) {
  .py_100 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_100 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .py_100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .py_100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.px_100 {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1800px) {
  .px_100 {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_100 {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_100 {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .px_100 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .px_100 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.p_100 {
  padding: 100px;
}
@media only screen and (max-width: 1800px) {
  .p_100 {
    padding: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_100 {
    padding: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_100 {
    padding: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .p_100 {
    padding: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .p_100 {
    padding: 70px;
  }
}

.mt_100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1800px) {
  .mt_100 {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_100 {
    margin-top: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_100 {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_100 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_100 {
    margin-top: 70px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1800px) {
  .mb_100 {
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_100 {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_100 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_100 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_100 {
    margin-bottom: 70px;
  }
}

.ml_100 {
  margin-left: 100px;
}
@media only screen and (max-width: 1800px) {
  .ml_100 {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_100 {
    margin-left: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_100 {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_100 {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_100 {
    margin-left: 70px;
  }
}

.mr_100 {
  margin-right: 100px;
}
@media only screen and (max-width: 1800px) {
  .mr_100 {
    margin-right: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_100 {
    margin-right: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_100 {
    margin-right: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_100 {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_100 {
    margin-right: 70px;
  }
}

.pt_150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1800px) {
  .pt_150 {
    padding-top: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_150 {
    padding-top: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_150 {
    padding-top: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_150 {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_150 {
    padding-top: 105px;
  }
}

.pb_150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1800px) {
  .pb_150 {
    padding-bottom: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_150 {
    padding-bottom: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_150 {
    padding-bottom: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_150 {
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_150 {
    padding-bottom: 105px;
  }
}

.pl_150 {
  padding-left: 150px;
}
@media only screen and (max-width: 1800px) {
  .pl_150 {
    padding-left: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_150 {
    padding-left: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_150 {
    padding-left: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_150 {
    padding-left: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_150 {
    padding-left: 105px;
  }
}

.pr_150 {
  padding-right: 150px;
}
@media only screen and (max-width: 1800px) {
  .pr_150 {
    padding-right: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_150 {
    padding-right: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_150 {
    padding-right: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_150 {
    padding-right: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_150 {
    padding-right: 105px;
  }
}

.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1800px) {
  .py_150 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_150 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_150 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .py_150 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .py_150 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.px_150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (max-width: 1800px) {
  .px_150 {
    padding-left: 143px;
    padding-right: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_150 {
    padding-left: 128px;
    padding-right: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_150 {
    padding-left: 113px;
    padding-right: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .px_150 {
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .px_150 {
    padding-left: 105px;
    padding-right: 105px;
  }
}

.p_150 {
  padding: 150px;
}
@media only screen and (max-width: 1800px) {
  .p_150 {
    padding: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_150 {
    padding: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_150 {
    padding: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .p_150 {
    padding: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .p_150 {
    padding: 105px;
  }
}

.mt_150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1800px) {
  .mt_150 {
    margin-top: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_150 {
    margin-top: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_150 {
    margin-top: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_150 {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_150 {
    margin-top: 105px;
  }
}

.mb_150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1800px) {
  .mb_150 {
    margin-bottom: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_150 {
    margin-bottom: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_150 {
    margin-bottom: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_150 {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_150 {
    margin-bottom: 105px;
  }
}

.ml_150 {
  margin-left: 150px;
}
@media only screen and (max-width: 1800px) {
  .ml_150 {
    margin-left: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_150 {
    margin-left: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_150 {
    margin-left: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_150 {
    margin-left: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_150 {
    margin-left: 105px;
  }
}

.mr_150 {
  margin-right: 150px;
}
@media only screen and (max-width: 1800px) {
  .mr_150 {
    margin-right: 143px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_150 {
    margin-right: 128px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_150 {
    margin-right: 113px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_150 {
    margin-right: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_150 {
    margin-right: 105px;
  }
}

.pt_220 {
  padding-top: 220px;
}
@media only screen and (max-width: 1800px) {
  .pt_220 {
    padding-top: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_220 {
    padding-top: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_220 {
    padding-top: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_220 {
    padding-top: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_220 {
    padding-top: 154px;
  }
}

.pb_220 {
  padding-bottom: 220px;
}
@media only screen and (max-width: 1800px) {
  .pb_220 {
    padding-bottom: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_220 {
    padding-bottom: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_220 {
    padding-bottom: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_220 {
    padding-bottom: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_220 {
    padding-bottom: 154px;
  }
}

.pl_220 {
  padding-left: 220px;
}
@media only screen and (max-width: 1800px) {
  .pl_220 {
    padding-left: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_220 {
    padding-left: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_220 {
    padding-left: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_220 {
    padding-left: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_220 {
    padding-left: 154px;
  }
}

.pr_220 {
  padding-right: 220px;
}
@media only screen and (max-width: 1800px) {
  .pr_220 {
    padding-right: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_220 {
    padding-right: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_220 {
    padding-right: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_220 {
    padding-right: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_220 {
    padding-right: 154px;
  }
}

.py_220 {
  padding-top: 220px;
  padding-bottom: 220px;
}
@media only screen and (max-width: 1800px) {
  .py_220 {
    padding-top: 209px;
    padding-bottom: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_220 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_220 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .py_220 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .py_220 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
}

.px_220 {
  padding-left: 220px;
  padding-right: 220px;
}
@media only screen and (max-width: 1800px) {
  .px_220 {
    padding-left: 209px;
    padding-right: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_220 {
    padding-left: 187px;
    padding-right: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_220 {
    padding-left: 165px;
    padding-right: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .px_220 {
    padding-left: 154px;
    padding-right: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .px_220 {
    padding-left: 154px;
    padding-right: 154px;
  }
}

.p_220 {
  padding: 220px;
}
@media only screen and (max-width: 1800px) {
  .p_220 {
    padding: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_220 {
    padding: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_220 {
    padding: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .p_220 {
    padding: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .p_220 {
    padding: 154px;
  }
}

.mt_220 {
  margin-top: 220px;
}
@media only screen and (max-width: 1800px) {
  .mt_220 {
    margin-top: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_220 {
    margin-top: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_220 {
    margin-top: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_220 {
    margin-top: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_220 {
    margin-top: 154px;
  }
}

.mb_220 {
  margin-bottom: 220px;
}
@media only screen and (max-width: 1800px) {
  .mb_220 {
    margin-bottom: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_220 {
    margin-bottom: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_220 {
    margin-bottom: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_220 {
    margin-bottom: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_220 {
    margin-bottom: 154px;
  }
}

.ml_220 {
  margin-left: 220px;
}
@media only screen and (max-width: 1800px) {
  .ml_220 {
    margin-left: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_220 {
    margin-left: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_220 {
    margin-left: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_220 {
    margin-left: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_220 {
    margin-left: 154px;
  }
}

.mr_220 {
  margin-right: 220px;
}
@media only screen and (max-width: 1800px) {
  .mr_220 {
    margin-right: 209px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_220 {
    margin-right: 187px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_220 {
    margin-right: 165px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_220 {
    margin-right: 154px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_220 {
    margin-right: 154px;
  }
}

.pt_250 {
  padding-top: 250px;
}
@media only screen and (max-width: 1800px) {
  .pt_250 {
    padding-top: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .pt_250 {
    padding-top: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_250 {
    padding-top: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .pt_250 {
    padding-top: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .pt_250 {
    padding-top: 175px;
  }
}

.pb_250 {
  padding-bottom: 250px;
}
@media only screen and (max-width: 1800px) {
  .pb_250 {
    padding-bottom: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .pb_250 {
    padding-bottom: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_250 {
    padding-bottom: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .pb_250 {
    padding-bottom: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .pb_250 {
    padding-bottom: 175px;
  }
}

.pl_250 {
  padding-left: 250px;
}
@media only screen and (max-width: 1800px) {
  .pl_250 {
    padding-left: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .pl_250 {
    padding-left: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .pl_250 {
    padding-left: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .pl_250 {
    padding-left: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .pl_250 {
    padding-left: 175px;
  }
}

.pr_250 {
  padding-right: 250px;
}
@media only screen and (max-width: 1800px) {
  .pr_250 {
    padding-right: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .pr_250 {
    padding-right: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .pr_250 {
    padding-right: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .pr_250 {
    padding-right: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .pr_250 {
    padding-right: 175px;
  }
}

.py_250 {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media only screen and (max-width: 1800px) {
  .py_250 {
    padding-top: 238px;
    padding-bottom: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .py_250 {
    padding-top: 213px;
    padding-bottom: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .py_250 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .py_250 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .py_250 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
}

.px_250 {
  padding-left: 250px;
  padding-right: 250px;
}
@media only screen and (max-width: 1800px) {
  .px_250 {
    padding-left: 238px;
    padding-right: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .px_250 {
    padding-left: 213px;
    padding-right: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .px_250 {
    padding-left: 188px;
    padding-right: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .px_250 {
    padding-left: 175px;
    padding-right: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .px_250 {
    padding-left: 175px;
    padding-right: 175px;
  }
}

.p_250 {
  padding: 250px;
}
@media only screen and (max-width: 1800px) {
  .p_250 {
    padding: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .p_250 {
    padding: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_250 {
    padding: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .p_250 {
    padding: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .p_250 {
    padding: 175px;
  }
}

.mt_250 {
  margin-top: 250px;
}
@media only screen and (max-width: 1800px) {
  .mt_250 {
    margin-top: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .mt_250 {
    margin-top: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .mt_250 {
    margin-top: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .mt_250 {
    margin-top: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .mt_250 {
    margin-top: 175px;
  }
}

.mb_250 {
  margin-bottom: 250px;
}
@media only screen and (max-width: 1800px) {
  .mb_250 {
    margin-bottom: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .mb_250 {
    margin-bottom: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .mb_250 {
    margin-bottom: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .mb_250 {
    margin-bottom: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .mb_250 {
    margin-bottom: 175px;
  }
}

.ml_250 {
  margin-left: 250px;
}
@media only screen and (max-width: 1800px) {
  .ml_250 {
    margin-left: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .ml_250 {
    margin-left: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .ml_250 {
    margin-left: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .ml_250 {
    margin-left: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .ml_250 {
    margin-left: 175px;
  }
}

.mr_250 {
  margin-right: 250px;
}
@media only screen and (max-width: 1800px) {
  .mr_250 {
    margin-right: 238px;
  }
}
@media only screen and (max-width: 1440px) {
  .mr_250 {
    margin-right: 213px;
  }
}
@media only screen and (max-width: 1200px) {
  .mr_250 {
    margin-right: 188px;
  }
}
@media only screen and (max-width: 820px) {
  .mr_250 {
    margin-right: 175px;
  }
}
@media only screen and (max-width: 600px) {
  .mr_250 {
    margin-right: 175px;
  }
}

.g_8 {
  gap: 8px;
}
@media only screen and (max-width: 1800px) {
  .g_8 {
    gap: 8px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_8 {
    gap: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_8 {
    gap: 8px;
  }
}
@media only screen and (max-width: 820px) {
  .g_8 {
    gap: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .g_8 {
    gap: 8px;
  }
}

.g_10 {
  gap: 10px;
}
@media only screen and (max-width: 1800px) {
  .g_10 {
    gap: 10px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_10 {
    gap: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_10 {
    gap: 9px;
  }
}
@media only screen and (max-width: 820px) {
  .g_10 {
    gap: 9px;
  }
}
@media only screen and (max-width: 600px) {
  .g_10 {
    gap: 9px;
  }
}

.g_12 {
  gap: 12px;
}
@media only screen and (max-width: 1800px) {
  .g_12 {
    gap: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_12 {
    gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_12 {
    gap: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .g_12 {
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .g_12 {
    gap: 10px;
  }
}

.g_14 {
  gap: 14px;
}
@media only screen and (max-width: 1800px) {
  .g_14 {
    gap: 13px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_14 {
    gap: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_14 {
    gap: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .g_14 {
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .g_14 {
    gap: 12px;
  }
}

.g_15 {
  gap: 15px;
}
@media only screen and (max-width: 1800px) {
  .g_15 {
    gap: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_15 {
    gap: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_15 {
    gap: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .g_15 {
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .g_15 {
    gap: 12px;
  }
}

.g_16 {
  gap: 16px;
}
@media only screen and (max-width: 1800px) {
  .g_16 {
    gap: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_16 {
    gap: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_16 {
    gap: 12px;
  }
}
@media only screen and (max-width: 820px) {
  .g_16 {
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .g_16 {
    gap: 12px;
  }
}

.g_18 {
  gap: 18px;
}
@media only screen and (max-width: 1800px) {
  .g_18 {
    gap: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_18 {
    gap: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_18 {
    gap: 14px;
  }
}
@media only screen and (max-width: 820px) {
  .g_18 {
    gap: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .g_18 {
    gap: 14px;
  }
}

.g_20 {
  gap: 20px;
}
@media only screen and (max-width: 1800px) {
  .g_20 {
    gap: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_20 {
    gap: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_20 {
    gap: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .g_20 {
    gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .g_20 {
    gap: 15px;
  }
}

.g_24 {
  gap: 24px;
}
@media only screen and (max-width: 1800px) {
  .g_24 {
    gap: 23px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_24 {
    gap: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_24 {
    gap: 18px;
  }
}
@media only screen and (max-width: 820px) {
  .g_24 {
    gap: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .g_24 {
    gap: 18px;
  }
}

.g_25 {
  gap: 25px;
}
@media only screen and (max-width: 1800px) {
  .g_25 {
    gap: 24px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_25 {
    gap: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_25 {
    gap: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .g_25 {
    gap: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .g_25 {
    gap: 24px;
  }
}

.g_32 {
  gap: 32px;
}
@media only screen and (max-width: 1800px) {
  .g_32 {
    gap: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_32 {
    gap: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_32 {
    gap: 24px;
  }
}
@media only screen and (max-width: 820px) {
  .g_32 {
    gap: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .g_32 {
    gap: 24px;
  }
}

.g_35 {
  gap: 35px;
}
@media only screen and (max-width: 1800px) {
  .g_35 {
    gap: 33px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_35 {
    gap: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_35 {
    gap: 26px;
  }
}
@media only screen and (max-width: 820px) {
  .g_35 {
    gap: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .g_35 {
    gap: 25px;
  }
}

.g_40 {
  gap: 40px;
}
@media only screen and (max-width: 1800px) {
  .g_40 {
    gap: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_40 {
    gap: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_40 {
    gap: 30px;
  }
}
@media only screen and (max-width: 820px) {
  .g_40 {
    gap: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .g_40 {
    gap: 18px;
  }
}

.g_50 {
  gap: 50px;
}
@media only screen and (max-width: 1800px) {
  .g_50 {
    gap: 48px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_50 {
    gap: 43px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_50 {
    gap: 38px;
  }
}
@media only screen and (max-width: 820px) {
  .g_50 {
    gap: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .g_50 {
    gap: 35px;
  }
}

.g_60 {
  gap: 60px;
}
@media only screen and (max-width: 1800px) {
  .g_60 {
    gap: 57px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_60 {
    gap: 51px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_60 {
    gap: 45px;
  }
}
@media only screen and (max-width: 820px) {
  .g_60 {
    gap: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .g_60 {
    gap: 42px;
  }
}

.g_80 {
  gap: 80px;
}
@media only screen and (max-width: 1800px) {
  .g_80 {
    gap: 76px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_80 {
    gap: 68px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_80 {
    gap: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .g_80 {
    gap: 56px;
  }
}
@media only screen and (max-width: 600px) {
  .g_80 {
    gap: 56px;
  }
}

.g_100 {
  gap: 100px;
}
@media only screen and (max-width: 1800px) {
  .g_100 {
    gap: 95px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_100 {
    gap: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_100 {
    gap: 75px;
  }
}
@media only screen and (max-width: 820px) {
  .g_100 {
    gap: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .g_100 {
    gap: 70px;
  }
}

.g_110 {
  gap: 110px;
}
@media only screen and (max-width: 1800px) {
  .g_110 {
    gap: 105px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_110 {
    gap: 94px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_110 {
    gap: 83px;
  }
}
@media only screen and (max-width: 820px) {
  .g_110 {
    gap: 77px;
  }
}
@media only screen and (max-width: 600px) {
  .g_110 {
    gap: 77px;
  }
}

.g_140 {
  gap: 140px;
}
@media only screen and (max-width: 1800px) {
  .g_140 {
    gap: 133px;
  }
}
@media only screen and (max-width: 1440px) {
  .g_140 {
    gap: 119px;
  }
}
@media only screen and (max-width: 1200px) {
  .g_140 {
    gap: 105px;
  }
}
@media only screen and (max-width: 820px) {
  .g_140 {
    gap: 98px;
  }
}
@media only screen and (max-width: 600px) {
  .g_140 {
    gap: 98px;
  }
}

@media only screen and (max-width: 600px) {
  .pt_100 {
    padding-top: 60px;
  }
  .pb_100 {
    padding-bottom: 60px;
  }
  .pl_100 {
    padding-left: 60px;
  }
  .pr_100 {
    padding-right: 60px;
  }
  .py_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .px_100 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p_100 {
    padding: 60px;
  }
  .g_80 {
    gap: 30px;
  }
}

.bg_white {
  background-color: #fff;
}

.bg_black {
  background-color: #000;
}

.bg_light-gray {
  background-color: #F5F5F5;
}

.bg_surface_mist {
  background-color: #F8F8F9;
}

.bg_surface_beige {
  background-color: #F5F0EB;
}

.section_edge_border {
  position: relative;
}
.section_edge_border::before, .section_edge_border::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}
.section_edge_border::before {
  top: 0;
  border-top: 1px solid rgba(233, 78, 92, 0.2);
}
.section_edge_border::after {
  bottom: 0;
  border-bottom: 1px solid rgba(233, 78, 92, 0.2);
}
.section_edge_border.section_edge_border--bottom-only::before {
  content: none;
}

.bg_gradient_red {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
}
.bg_gradient_red::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: min(45vw, 689px);
}
@media only screen and (max-width: 1800px) {
  .bg_gradient_red::before {
    width: min(45vw, 655px);
  }
}
@media only screen and (max-width: 1440px) {
  .bg_gradient_red::before {
    width: min(45vw, 586px);
  }
}
@media only screen and (max-width: 1200px) {
  .bg_gradient_red::before {
    width: min(45vw, 517px);
  }
}
@media only screen and (max-width: 820px) {
  .bg_gradient_red::before {
    width: min(45vw, 448px);
  }
}
@media only screen and (max-width: 600px) {
  .bg_gradient_red::before {
    width: min(45vw, 200px);
  }
}
.bg_gradient_red::before {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/How We Help top right bark.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.bg_gradient_red::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1;
  width: min(30vw, 465px);
}
@media only screen and (max-width: 1800px) {
  .bg_gradient_red::after {
    width: min(30vw, 442px);
  }
}
@media only screen and (max-width: 1440px) {
  .bg_gradient_red::after {
    width: min(30vw, 395px);
  }
}
@media only screen and (max-width: 1200px) {
  .bg_gradient_red::after {
    width: min(30vw, 349px);
  }
}
@media only screen and (max-width: 820px) {
  .bg_gradient_red::after {
    width: min(30vw, 302px);
  }
}
@media only screen and (max-width: 600px) {
  .bg_gradient_red::after {
    width: min(30vw, 140px);
  }
}
.bg_gradient_red::after {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/How We Help bottom left bark.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.bg_gradient_red > .wrap {
  position: relative;
  z-index: 1;
}

.text_gradient_red {
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.text_gradient_number {
  background-image: linear-gradient(359.7deg, #FFFFFF 10.2%, #B82934 105.37%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.section_label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section_label img {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  object-fit: contain;
}

.radius_5 {
  border-radius: 5px;
  overflow: hidden;
}

.radius_10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius_15 {
  border-radius: 15px;
  overflow: hidden;
}

.radius_20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius_30 {
  border-radius: 30px;
  overflow: hidden;
}

.max_w_1070 {
  width: 100%;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.max_w_1020 {
  width: 100%;
  max-width: 1020px;
}

.max_w_1024 {
  width: 100%;
  max-width: 1024px;
}

.ml_auto {
  margin-left: auto;
}

.w_90 {
  width: 90% !important;
}
@media only screen and (max-width: 600px) {
  .w_90 {
    width: 100%;
  }
}

.w_80 {
  width: 80% !important;
}
@media only screen and (max-width: 600px) {
  .w_80 {
    width: 100%;
  }
}

.w_70 {
  width: 70% !important;
}
@media only screen and (max-width: 600px) {
  .w_70 {
    width: 100%;
  }
}

.w_60 {
  width: 60% !important;
}
@media only screen and (max-width: 600px) {
  .w_60 {
    width: 100%;
  }
}

.w_40 {
  width: 40% !important;
}
@media only screen and (max-width: 600px) {
  .w_40 {
    width: 100%;
  }
}

.rtl .search_icn {
  left: unset;
  right: 0;
}

.flex_wrap {
  flex-wrap: wrap;
}

.custom_dropdown {
  position: relative;
}

.custom_dropdown_trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 999px;
  color: #15222F;
  cursor: pointer;
  gap: 8px;
}
.custom_dropdown_trigger::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.25s ease;
}
.custom_dropdown_trigger[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.custom_dropdown_trigger.is-placeholder {
  color: rgba(21, 34, 47, 0.5);
}

.custom_dropdown_menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 5;
  min-width: 100%;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 16px;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.04);
  max-height: 260px;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.custom_dropdown_menu[hidden] {
  display: none;
}
.custom_dropdown_menu button {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: #15222F;
  text-align: left;
  border-radius: 10px;
  cursor: pointer;
}
.custom_dropdown_menu button:hover, .custom_dropdown_menu button:focus {
  background: #FAFAFA;
}

.red_btn,
.white_btn,
.gray_btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 50px;
  padding: 14px 64px 14px 20px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  text-decoration: none;
  font-family: var(--font-family-base);
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 820px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    font-size: 14px;
  }
}
.red_btn,
.white_btn,
.gray_btn {
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  background: transparent;
  flex-shrink: 0;
}
@media only screen and (max-width: 820px) {
  .red_btn,
  .white_btn,
  .gray_btn {
    padding: 12px 60px 12px 20px;
    min-height: 46px;
  }
}
.red_btn::before, .red_btn::after,
.white_btn::before,
.white_btn::after,
.gray_btn::before,
.gray_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  transition: width 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
.red_btn::before,
.white_btn::before,
.gray_btn::before {
  left: 0;
  width: calc(100% - 50px);
  z-index: 0;
}
@media only screen and (max-width: 820px) {
  .red_btn::before,
  .white_btn::before,
  .gray_btn::before {
    width: calc(100% - 46px);
  }
}
.red_btn::after,
.white_btn::after,
.gray_btn::after {
  right: 0;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  z-index: 1;
  transform-origin: center;
}
@media only screen and (max-width: 820px) {
  .red_btn::after,
  .white_btn::after,
  .gray_btn::after {
    width: 46px;
    background-size: 12px 12px;
  }
}
.red_btn span,
.white_btn span,
.gray_btn span {
  position: relative;
  z-index: 2;
}
.red_btn:hover::before, .red_btn:focus::before,
.white_btn:hover::before,
.white_btn:focus::before,
.gray_btn:hover::before,
.gray_btn:focus::before {
  width: 100%;
}
.red_btn:hover::after, .red_btn:focus::after,
.white_btn:hover::after,
.white_btn:focus::after,
.gray_btn:hover::after,
.gray_btn:focus::after {
  transform: rotate(45deg);
  background-color: transparent;
}

.white_btn {
  color: var(--red-color);
}
.white_btn::before, .white_btn::after {
  background-color: var(--white-color);
}
.white_btn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23A41923'/%3E%3C/svg%3E");
}
.white_btn:hover, .white_btn:focus {
  color: var(--red-color);
}
.white_btn.arrow_down::after {
  transform: rotate(90deg);
}
.white_btn.arrow_down:hover::after, .white_btn.arrow_down:focus::after {
  transform: rotate(45deg);
}

.red_btn {
  color: var(--white-color);
}
.red_btn::before, .red_btn::after {
  background-color: var(--red-color);
}
.red_btn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='white'/%3E%3C/svg%3E");
}
.red_btn:hover, .red_btn:focus {
  color: var(--white-color);
}

.gray_btn {
  color: var(--white-color);
}
.gray_btn::before, .gray_btn::after {
  background-color: var(--dark-gray);
}
.gray_btn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='white'/%3E%3C/svg%3E");
}
.gray_btn:hover, .gray_btn:focus {
  color: var(--white-color);
}

.hover_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.hover_link:hover::after,
.hover_link:focus::after {
  transform: scaleX(1);
}

.arrow_link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.arrow_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.3s ease;
}
.arrow_link:hover::after, .arrow_link:focus::after {
  transform: rotate(45deg);
}

.rtl .close_btn {
  right: unset;
  left: 0;
}
.rtl .sub_menu_right_block_top_row {
  padding-left: 3%;
  padding-right: unset;
}

.rtl .sub_menu_right_block_top_row {
  padding-left: unset;
  padding-right: 7%;
}

.decor_banner_mark {
  position: relative;
}
.decor_banner_mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 634/409;
  height: 409px;
}
@media only screen and (max-width: 1800px) {
  .decor_banner_mark::after {
    height: 389px;
  }
}
@media only screen and (max-width: 1440px) {
  .decor_banner_mark::after {
    height: 348px;
  }
}
@media only screen and (max-width: 1200px) {
  .decor_banner_mark::after {
    height: 307px;
  }
}
@media only screen and (max-width: 820px) {
  .decor_banner_mark::after {
    height: 266px;
  }
}
@media only screen and (max-width: 600px) {
  .decor_banner_mark::after {
    height: 140px;
  }
}
.decor_banner_mark::after {
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/banner mark.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  opacity: var(--banner-mark-opacity, 1);
  transform-origin: left bottom;
  transform: translate(var(--banner-mark-x, -30%), var(--banner-mark-y, 40%)) scale(var(--banner-mark-scale, 0));
  will-change: transform, opacity;
}

.decor_about_bark {
  position: relative;
  overflow: hidden;
}
.decor_about_bark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 634/344;
  height: 344px;
}
@media only screen and (max-width: 1800px) {
  .decor_about_bark::after {
    height: 327px;
  }
}
@media only screen and (max-width: 1440px) {
  .decor_about_bark::after {
    height: 292px;
  }
}
@media only screen and (max-width: 1200px) {
  .decor_about_bark::after {
    height: 258px;
  }
}
@media only screen and (max-width: 820px) {
  .decor_about_bark::after {
    height: 224px;
  }
}
@media only screen and (max-width: 600px) {
  .decor_about_bark::after {
    height: 120px;
  }
}
.decor_about_bark::after {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/about_bark.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: var(--about-bark-opacity, 1);
  transform-origin: left top;
  transform: translate(var(--about-bark-x, -30%), var(--about-bark-y, -40%)) scale(var(--about-bark-scale, 0));
  will-change: transform, opacity;
}
.decor_about_bark > .wrap {
  position: relative;
  z-index: 1;
}

.decor_explore_top_right {
  position: relative;
  overflow: hidden;
}
.decor_explore_top_right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  width: min(32vw, 520px);
}
@media only screen and (max-width: 1800px) {
  .decor_explore_top_right::before {
    width: min(32vw, 494px);
  }
}
@media only screen and (max-width: 1440px) {
  .decor_explore_top_right::before {
    width: min(32vw, 442px);
  }
}
@media only screen and (max-width: 1200px) {
  .decor_explore_top_right::before {
    width: min(32vw, 390px);
  }
}
@media only screen and (max-width: 820px) {
  .decor_explore_top_right::before {
    width: min(32vw, 338px);
  }
}
@media only screen and (max-width: 600px) {
  .decor_explore_top_right::before {
    width: min(32vw, 150px);
  }
}
.decor_explore_top_right::before {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/explore top right bark.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.decor_explore_top_right > .wrap {
  position: relative;
  z-index: 1;
}

.decor_explore_bottom_left {
  position: relative;
  overflow: hidden;
}
.decor_explore_bottom_left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  aspect-ratio: 1;
  width: min(32vw, 520px);
}
@media only screen and (max-width: 1800px) {
  .decor_explore_bottom_left::after {
    width: min(32vw, 494px);
  }
}
@media only screen and (max-width: 1440px) {
  .decor_explore_bottom_left::after {
    width: min(32vw, 442px);
  }
}
@media only screen and (max-width: 1200px) {
  .decor_explore_bottom_left::after {
    width: min(32vw, 390px);
  }
}
@media only screen and (max-width: 820px) {
  .decor_explore_bottom_left::after {
    width: min(32vw, 338px);
  }
}
@media only screen and (max-width: 600px) {
  .decor_explore_bottom_left::after {
    width: min(32vw, 150px);
  }
}
.decor_explore_bottom_left::after {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/explore botom left bark.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.decor_explore_bottom_left > .wrap {
  position: relative;
  z-index: 1;
}

.decor_expand_bark_image {
  position: relative;
  overflow: hidden;
}
.decor_expand_bark_image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 430/269;
  width: min(45%, 430px);
}
@media only screen and (max-width: 1800px) {
  .decor_expand_bark_image::after {
    width: min(45%, 409px);
  }
}
@media only screen and (max-width: 1440px) {
  .decor_expand_bark_image::after {
    width: min(45%, 366px);
  }
}
@media only screen and (max-width: 1200px) {
  .decor_expand_bark_image::after {
    width: min(45%, 323px);
  }
}
@media only screen and (max-width: 820px) {
  .decor_expand_bark_image::after {
    width: min(45%, 280px);
  }
}
@media only screen and (max-width: 600px) {
  .decor_expand_bark_image::after {
    width: min(45%, 130px);
  }
}
.decor_expand_bark_image::after {
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/Ready to Expand Your Global Workforce bark image part top left.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.decor_expand_bark_text {
  position: relative;
  overflow: hidden;
}
.decor_expand_bark_text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 466/194;
  width: min(32vw, 466px);
}
@media only screen and (max-width: 1800px) {
  .decor_expand_bark_text::after {
    width: min(32vw, 443px);
  }
}
@media only screen and (max-width: 1440px) {
  .decor_expand_bark_text::after {
    width: min(32vw, 396px);
  }
}
@media only screen and (max-width: 1200px) {
  .decor_expand_bark_text::after {
    width: min(32vw, 350px);
  }
}
@media only screen and (max-width: 820px) {
  .decor_expand_bark_text::after {
    width: min(32vw, 303px);
  }
}
@media only screen and (max-width: 600px) {
  .decor_expand_bark_text::after {
    width: min(32vw, 140px);
  }
}
.decor_expand_bark_text::after {
  aspect-ratio: 1;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/Ready to Expand Your Global Workforce bark text part bottom right.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.decor_expand_bark_text > * {
  position: relative;
  z-index: 1;
}

.decor_footer_bark {
  position: relative;
  overflow: hidden;
}
.decor_footer_bark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 575/371;
  width: 571px;
}
@media only screen and (max-width: 1800px) {
  .decor_footer_bark::after {
    width: 542px;
  }
}
@media only screen and (max-width: 1440px) {
  .decor_footer_bark::after {
    width: 485px;
  }
}
@media only screen and (max-width: 1200px) {
  .decor_footer_bark::after {
    width: 428px;
  }
}
@media only screen and (max-width: 820px) {
  .decor_footer_bark::after {
    width: 371px;
  }
}
@media only screen and (max-width: 600px) {
  .decor_footer_bark::after {
    width: 180px;
  }
}
.decor_footer_bark::after {
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/footer%20bark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  filter: brightness(0) invert(1);
  opacity: 0.2;
}
.decor_footer_bark > .wrap {
  position: relative;
  z-index: 2;
}

.decor_partner_bark {
  position: relative;
  overflow: hidden;
}
.decor_partner_bark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1;
  width: min(40%, 280px);
}
@media only screen and (max-width: 1800px) {
  .decor_partner_bark::after {
    width: min(40%, 266px);
  }
}
@media only screen and (max-width: 1440px) {
  .decor_partner_bark::after {
    width: min(40%, 238px);
  }
}
@media only screen and (max-width: 1200px) {
  .decor_partner_bark::after {
    width: min(40%, 210px);
  }
}
@media only screen and (max-width: 820px) {
  .decor_partner_bark::after {
    width: min(40%, 182px);
  }
}
@media only screen and (max-width: 600px) {
  .decor_partner_bark::after {
    width: min(40%, 100px);
  }
}
.decor_partner_bark::after {
  z-index: 2;
  pointer-events: none;
  background-image: url("../images/Your Trusted Global Workforce Partner bark.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.decor_contact_bark {
  position: relative;
  overflow: hidden;
}
.decor_contact_bark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 891/636;
  height: 636px;
}
@media only screen and (max-width: 1800px) {
  .decor_contact_bark::after {
    height: 604px;
  }
}
@media only screen and (max-width: 1440px) {
  .decor_contact_bark::after {
    height: 541px;
  }
}
@media only screen and (max-width: 1200px) {
  .decor_contact_bark::after {
    height: 477px;
  }
}
@media only screen and (max-width: 820px) {
  .decor_contact_bark::after {
    height: 413px;
  }
}
@media only screen and (max-width: 600px) {
  .decor_contact_bark::after {
    height: 180px;
  }
}
.decor_contact_bark::after {
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/contact bark.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.decor_hiring_guide_bark {
  position: relative;
  overflow: hidden;
}
.decor_hiring_guide_bark::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 379/178;
  width: 379px;
}
@media only screen and (max-width: 1800px) {
  .decor_hiring_guide_bark::after {
    width: 360px;
  }
}
@media only screen and (max-width: 1440px) {
  .decor_hiring_guide_bark::after {
    width: 322px;
  }
}
@media only screen and (max-width: 1200px) {
  .decor_hiring_guide_bark::after {
    width: 284px;
  }
}
@media only screen and (max-width: 820px) {
  .decor_hiring_guide_bark::after {
    width: 246px;
  }
}
@media only screen and (max-width: 600px) {
  .decor_hiring_guide_bark::after {
    width: 120px;
  }
}
.decor_hiring_guide_bark::after {
  z-index: 1;
  pointer-events: none;
  background-image: url("../images/Complete Guide to International Hiring bark.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.header-main {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: transform 0.35s ease;
}
.header-main.header-front-page:not(.is-header-entered) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-140px);
  transition: none;
  pointer-events: none;
}
.header-main.scrolled {
  position: fixed;
  top: 12px;
}
.header-main.scrolled .header_main_wrapper {
  background: #fff;
  box-shadow: 0 14px 36px rgba(21, 34, 47, 0.12);
}
.header-main.header_hidden {
  transform: translateY(calc(-100% - 24px));
  pointer-events: none;
}

.header-main > .wrap {
  overflow: visible;
}

.header_main_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 6px 12px 6px 30px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(21, 34, 47, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.header-main:not(.scrolled) .header_nav_list .nav-link {
  color: #fff;
}
.header-main:not(.scrolled) .header_nav_list .nav-link:hover, .header-main:not(.scrolled) .header_nav_list .nav-link:focus {
  color: #fff;
  opacity: 0.82;
}
.header-main:not(.scrolled) .menu_icon span {
  background: #fff;
}

.header-main.scrolled .header_nav_list .nav-link {
  color: #15222F;
}
.header-main.scrolled .header_nav_list .nav-link:hover, .header-main.scrolled .header_nav_list .nav-link:focus {
  color: #E94E5C;
  opacity: 1;
}
.header-main.scrolled .header_search_button {
  background: rgba(233, 78, 92, 0.1);
}
.header-main.scrolled .header_search_button img {
  filter: none;
}
.header-main.scrolled .menu_icon span {
  background: #15222F;
}

.logo_desktop {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.logo_desktop .navbar-brand {
  display: inline-flex;
  align-items: center;
}
.logo_desktop img {
  width: 75px;
  height: auto;
}

.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.desk_nav_right {
  display: flex;
  align-items: center;
}

.navbar {
  display: flex;
  align-items: center;
}

.header_nav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 34px;
}
.header_nav_list li {
  display: flex;
  align-items: center;
}
.header_nav_list .nav-link {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .header_nav_list .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .header_nav_list .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .header_nav_list .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .header_nav_list .nav-link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .header_nav_list .nav-link {
    font-size: 15px;
  }
}
.header_nav_list .nav-link {
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #15222F;
  white-space: nowrap;
}
.header_nav_list .nav-link:hover, .header_nav_list .nav-link:focus {
  color: #A41923;
}
.header_nav_list .nav-link.hover_link::after {
  display: none;
}
.header_nav_list .menu-mega-trigger > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.header_nav_list .menu-mega-trigger > .nav-link::after {
  content: "";
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin: 0;
  padding: 0;
  border: 0;
  transform: none;
  transform-origin: center;
  background-color: currentColor;
  background-image: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  transition: transform 0.3s ease;
}
.header_nav_list .menu-mega-trigger.is-open > .nav-link,
.header_nav_list .menu-mega-trigger > .nav-link:hover,
.header_nav_list .menu-mega-trigger > .nav-link:focus {
  color: #A41923;
}
.header_nav_list .menu-mega-trigger.is-open > .nav-link::after,
.header_nav_list .menu-mega-trigger > .nav-link:hover::after,
.header_nav_list .menu-mega-trigger > .nav-link:focus::after {
  transform: rotate(180deg);
}

.header_actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 40px;
}

.header_search_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(233, 78, 92, 0.1);
  cursor: pointer;
}
.header_search_button img {
  width: 18px;
  height: auto;
}

.header_contact_button {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Mobile menu */
.menu_toggle {
  display: none;
  position: relative;
  z-index: 100;
}

.menu_icon {
  width: 35px;
  height: 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.menu_icon span {
  display: block;
  height: 3px;
  width: 100%;
  background: #15222F;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile_menu_overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 120px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  overflow-y: auto;
  box-shadow: 0 20px 55px rgba(21, 34, 47, 0.14);
}
.mobile_menu_overlay > * {
  position: relative;
  z-index: 2;
}

.mobile_menu_overlay.decor_expand_bark_image::after {
  opacity: 0.08;
}

.mobile_menu_overlay.mobile_menu_open {
  transform: translateX(0);
}

.mobile_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
}

.mobile_menu_item {
  border-bottom: 1px solid rgba(21, 34, 47, 0.1);
}

.mobile_menu_item a {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .mobile_menu_item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mobile_menu_item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile_menu_item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mobile_menu_item a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile_menu_item a {
    font-size: 15px;
  }
}
.mobile_menu_item a {
  line-height: 100%;
  color: #15222F;
  text-decoration: none;
  display: block;
  padding: 16px 0;
}

.mobile_menu_search {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0;
}

.mobile_menu_search_input {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .mobile_menu_search_input {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mobile_menu_search_input {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile_menu_search_input {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mobile_menu_search_input {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile_menu_search_input {
    font-size: 15px;
  }
}
.mobile_menu_search_input {
  line-height: 100%;
  width: 100%;
  height: 52px;
  padding: 0 56px 0 18px;
  border: 1px solid rgba(21, 34, 47, 0.12);
  border-radius: 999px;
  color: #15222F;
  background: rgba(233, 78, 92, 0.1);
  outline: none;
}
.mobile_menu_search_input:focus {
  border-color: rgba(233, 78, 92, 0.5);
}

.mobile_menu_search_submit {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile_menu_search_submit img {
  width: 16px;
  height: auto;
}

.mobile_menu_link_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile_menu_link_row > a {
  min-width: 0;
}

.mobile_menu_submenu_toggle {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mobile_menu_submenu_toggle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background: #15222F;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.2148 4.8291L8.33398 7.71094C7.04633 8.99858 4.94975 8.99858 3.66211 7.71094L0.780273 4.8291L1.87402 3.73535L4.7959 6.65918C5.45984 7.32342 6.53625 7.32341 7.2002 6.65918L10.1211 3.73535L11.2148 4.8291Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
  transition: transform 0.3s ease;
}

.mobile_menu_submenu_toggle[aria-expanded=true]::before {
  transform: rotate(180deg);
}

.mobile_menu_sublist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-left: 1px solid rgba(233, 78, 92, 0.16);
  transition: max-height 0.32s ease, opacity 0.24s ease, padding 0.32s ease;
}

.mobile_menu_sublist.is-open {
  max-height: 420px;
  opacity: 1;
  padding: 6px 0 8px 16px;
}

.mobile_menu_sublist[hidden] {
  display: none;
}

.mobile_menu_subitem a {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1800px) {
  .mobile_menu_subitem a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .mobile_menu_subitem a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile_menu_subitem a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 820px) {
  .mobile_menu_subitem a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .mobile_menu_subitem a {
    font-size: 15px;
  }
}
.mobile_menu_subitem a {
  line-height: 100%;
  color: rgba(21, 34, 47, 0.76);
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.mobile_menu_contact {
  width: auto;
  align-self: flex-start;
  justify-content: center;
  margin-top: 8px;
}

.menu_icon.menu_open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.menu_icon.menu_open span:nth-child(2) {
  opacity: 0;
}

.menu_icon.menu_open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

@media only screen and (max-width: 1300px) {
  .header_nav_list {
    gap: 22px;
  }
  .header_actions {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .header_main_wrapper {
    padding-left: 20px;
  }
  .header_right {
    display: none;
  }
  .menu_toggle {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .mobile_menu_overlay {
    padding: 96px 24px 28px;
    gap: 20px;
  }
  .mobile_menu_search,
  .mobile_menu_list {
    max-width: 100%;
  }
}
.header-no-banner {
  position: relative !important;
  background: rgba(0, 0, 0, 0.6);
}

.header-media-center-detail,
.media-center-detail-page {
  position: relative !important;
  background: rgba(0, 0, 0, 0.6);
}

.header-inner-page.header-no-banner {
  position: relative !important;
  background: rgba(0, 0, 0, 0.6);
}

.header-front-page {
  position: absolute !important;
  background: transparent !important;
}
.header-front-page.scrolled {
  position: fixed !important;
}

.header-main.mega_menu_open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(21, 34, 47, 0.72);
  z-index: 0;
  pointer-events: none;
}

.header_shell {
  position: relative;
  z-index: 2;
}

.header_mega_panels {
  position: absolute;
  top: 100%;
  left: 16px;
  right: 16px;
  z-index: 3;
  padding-top: 20px;
}

.header_mega_panel {
  display: none;
}

.header_mega_panel.is-active {
  display: block;
}

.header_mega_panel_inner {
  display: flex;
  gap: 60px;
  align-items: stretch;
  padding: 20px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 18px 50px rgba(21, 34, 47, 0.18);
}

.header_mega_card {
  width: 100%;
  max-width: 360px;
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 26px;
  background: #F5F5F5;
}
.header_mega_card p {
  margin: 0;
  color: rgba(21, 21, 21, 0.7);
}

.header_mega_icon {
  width: 81px;
  height: 81px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(233, 78, 92, 0.1);
}
.header_mega_icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.header_mega_card_title,
.header_mega_group_title {
  margin: 0;
  color: #15222F;
}

.header_mega_card_btn {
  margin-top: auto;
  align-self: flex-start;
}

.header_mega_lists {
  flex: 1 1 auto;
  display: flex;
  gap: 0;
  min-width: 0;
  padding: 0 60px;
  border-left: 2px solid rgba(230, 230, 230, 0.3);
}

.header_mega_lists--services .header_mega_list,
.header_mega_lists--countries .header_mega_list {
  width: 100%;
}

.header_mega_lists--services .header_mega_list + .header_mega_list,
.header_mega_lists--countries .header_mega_group + .header_mega_group {
  margin-left: 60px;
  padding-left: 60px;
  border-left: 2px solid rgba(230, 230, 230, 0.3);
}

.header_mega_group {
  flex: 1 1 0;
  min-width: 0;
}

.header_mega_group_title {
  margin-bottom: 18px;
}

.header_mega_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_mega_list li + li .header_mega_link {
  border-top: 1px solid #F0F0F0;
}

.header_mega_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 60px;
  color: #15222F;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header_mega_link > span:last-of-type {
  flex: 1 1 auto;
}

.header_mega_link::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33333 3.33398L14 8.00065M14 8.00065L9.33333 12.6673M14 8.00065H2' stroke='%239CA3AF' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

.header_mega_link:hover,
.header_mega_link:focus,
.header_mega_link.is-active {
  color: #A41923;
}

.header_mega_link:hover::after,
.header_mega_link:focus::after,
.header_mega_link.is-active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33333 3.33398L14 8.00065M14 8.00065L9.33333 12.6673M14 8.00065H2' stroke='%23A41923' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: translateX(4px);
}

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

.header_mega_link_thumb {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5px solid #F0F0F0;
  background: #fff;
}

.header_mega_link_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_mega_link_thumb--flag {
  border: 0.5px solid #F0F0F0;
}

.header_mega_link_thumb--region {
  border: 0.4px solid #15222F;
}

.header_mega_link_thumb--region::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #A41923;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.menu-mega-trigger > .nav-link {
  position: relative;
}

.menu-mega-trigger.current-menu-item > .nav-link,
.menu-mega-trigger.current_page_item > .nav-link {
  color: #A41923;
}

@media only screen and (max-width: 1300px) {
  .header_mega_panel_inner {
    padding: 18px;
  }
  .header_mega_card {
    max-width: 320px;
    flex-basis: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .header_mega_panels {
    display: none;
  }
}
.bannerContainer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-top: 140px;
  padding-bottom: 80px;
}
.bannerContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(21, 34, 47, 0.12) 0%, rgba(21, 34, 47, 0.5) 100%), linear-gradient(90deg, rgba(21, 34, 47, 0.35) 0%, rgba(21, 34, 47, 0.08) 42%, rgba(21, 34, 47, 0) 68%);
}
.bannerContainer .banner_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.bannerContainer .banner_stage {
  position: relative;
  z-index: 2;
  width: 100%;
}
.bannerContainer .banner_content {
  color: #fff;
}
.bannerContainer .banner_title {
  display: block;
  max-width: 1100px;
  margin: 0 0 24px;
  color: #fff;
  opacity: 1;
  will-change: transform;
}
.bannerContainer .banner_bottom_row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .bannerContainer .banner_bottom_row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bannerContainer .banner_copy_clip,
.bannerContainer .banner_actions_clip {
  overflow: hidden;
  position: relative;
}
.bannerContainer .banner_copy_clip {
  flex: 1 1 610px;
  max-width: 610px;
  min-width: 280px;
}
@media only screen and (max-width: 1200px) {
  .bannerContainer .banner_copy_clip {
    flex: 1 1 100%;
  }
}
.bannerContainer .banner_actions_clip {
  flex: 0 0 auto;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .bannerContainer .banner_actions_clip {
    margin-left: 0;
  }
}
.bannerContainer .banner_copy_wrap {
  width: 100%;
  max-width: 610px;
  color: #fff;
}
.bannerContainer .banner_copy_wrap p {
  margin: 0;
  color: inherit;
}
.bannerContainer .banner_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 820px) {
  .bannerContainer .banner_actions {
    flex-wrap: wrap;
  }
}
.bannerContainer.is-banner-pending .banner_title {
  transform: translateY(55vh);
}
.bannerContainer.is-banner-pending .banner_copy_wrap,
.bannerContainer.is-banner-pending .banner_actions {
  transform: translateX(-105%);
}
@media (max-width: 1000px) {
  .bannerContainer {
    min-height: 820px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .bannerContainer .banner_title {
    margin-bottom: 18px;
  }
  .bannerContainer .banner_bottom_row {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .bannerContainer {
    min-height: 640px;
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .bannerContainer .banner_content,
  .bannerContainer .banner_title {
    max-width: 100%;
  }
  .bannerContainer .banner_bottom_row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .bannerContainer .banner_copy_clip,
  .bannerContainer .banner_actions_clip,
  .bannerContainer .banner_copy_wrap,
  .bannerContainer .banner_actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
  }
  .bannerContainer .banner_actions {
    justify-content: flex-start;
    gap: 10px;
  }
}

.inner_banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #000;
}
.inner_banner .inner_banner_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.inner_banner .inner_banner_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.45) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 39.43%);
}
.inner_banner .inner_banner_stage {
  position: relative;
  z-index: 2;
  width: 100%;
}
.inner_banner .inner_banner_title_row {
  display: flex;
  align-items: center;
}
.inner_banner .inner_banner_flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.inner_banner .inner_banner_flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.inner_banner .inner_banner_title {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .inner_banner {
    height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .inner_banner {
    height: 400px;
  }
}

.breadcrumb_section {
  position: relative;
}
.breadcrumb_section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  border-bottom: 1px solid rgba(233, 78, 92, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}

.breadcrumb {
  text-align: left;
  text-transform: uppercase;
  color: #15222F;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

.breadcrumb_item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.39844 2.99609L11.3984 7.99609L6.39844 12.9961' stroke='%23E94E5C' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.breadcrumb_item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb_item a:hover, .breadcrumb_item a:focus-visible {
  color: #E94E5C;
}
.breadcrumb_item.is-active {
  color: #E94E5C;
}

.section_image_text {
  display: flex;
  align-items: center;
}
.section_image_text.section_image_text--reverse {
  flex-direction: row-reverse;
}
.section_image_text .section_image_text_media {
  position: relative;
  flex: 0 0 670px;
  width: 670px;
  max-width: 46%;
  aspect-ratio: 670/497;
  overflow: hidden;
  border-radius: 20px;
  background: #000;
}
.section_image_text .section_image_text_media img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_image_text .section_image_text_media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.section_image_text .section_image_text_content {
  flex: 1 1 auto;
  min-width: 0;
}
.section_image_text .section_image_text_title {
  margin: 0;
  color: #151515;
}
.section_image_text .section_image_text_copy {
  max-width: 560px;
  color: rgba(21, 21, 21, 0.7);
}
.section_image_text .section_image_text_copy p {
  margin: 0;
  color: inherit;
}
.section_image_text .section_image_text_copy p:not(:last-child) {
  margin-bottom: 15px;
}
.section_image_text .section_image_text_list_wrap {
  display: flex;
  flex-direction: column;
}
.section_image_text .section_image_text_list_heading {
  color: #15222F;
}
.section_image_text .section_image_text_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section_image_text .section_image_text_list_item {
  display: flex;
  align-items: center;
}
.section_image_text .section_image_text_list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}
.section_image_text .section_image_text_list_icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.section_image_text .section_image_text_list_text {
  color: #151515;
}
.section_image_text .section_image_text_action {
  flex: 0 0 auto;
}
.section_image_text .section_image_text_stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section_image_text .section_image_text_stat {
  display: flex;
  align-items: center;
}
.section_image_text .section_image_text_stat_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 81px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: rgba(233, 78, 92, 0.1);
}
.section_image_text .section_image_text_stat_icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
.section_image_text .section_image_text_stat_text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.section_image_text .section_image_text_stat_value {
  color: #151515;
}
.section_image_text .section_image_text_stat_label {
  color: rgba(21, 21, 21, 0.7);
}
@media only screen and (max-width: 1200px) {
  .section_image_text .section_image_text_media {
    flex-basis: 480px;
    width: 480px;
    max-width: 42%;
  }
}
@media only screen and (max-width: 1000px) {
  .section_image_text {
    flex-direction: column;
    align-items: stretch;
  }
  .section_image_text.section_image_text--reverse {
    flex-direction: column;
  }
  .section_image_text .section_image_text_media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .section_image_text .section_image_text_copy {
    width: 100%;
    max-width: 100%;
  }
  .section_image_text .section_image_text_stat_icon {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
  }
  .section_image_text .section_image_text_stat_icon img {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .section_image_text .section_image_text_stat_icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }
  .section_image_text .section_image_text_stat_icon img {
    width: 30px;
    height: 30px;
  }
}

.section_intro_facts {
  display: flex;
  align-items: flex-start;
}
.section_intro_facts .intro_facts_main {
  flex: 1 1 53.47%;
  max-width: 53.47%;
  min-width: 0;
}
.section_intro_facts .intro_facts_label {
  display: flex;
  align-items: center;
}
.section_intro_facts .intro_facts_flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.section_intro_facts .intro_facts_flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_intro_facts .intro_facts_label_text {
  color: #15222F;
  text-transform: uppercase;
}
.section_intro_facts .intro_facts_title {
  margin: 0;
  color: #15222F;
}
.section_intro_facts .intro_facts_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_intro_facts .intro_facts_copy p {
  margin: 0;
  color: inherit;
}
.section_intro_facts .intro_facts_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section_intro_facts .intro_facts_list {
  flex: 1 1 46.53%;
  max-width: 46.53%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_intro_facts .intro_facts_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #E94E5C;
}
.section_intro_facts .intro_facts_item.is-last {
  border-bottom: 0;
}
.section_intro_facts .intro_facts_item_label {
  color: #15222F;
}
.section_intro_facts .intro_facts_item_value {
  text-align: right;
  flex: 0 1 auto;
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1000px) {
  .section_intro_facts {
    flex-direction: column;
  }
  .section_intro_facts .intro_facts_main,
  .section_intro_facts .intro_facts_list {
    flex-basis: auto;
    max-width: none;
    width: 100%;
  }
  .section_intro_facts .intro_facts_list {
    max-width: 640px;
  }
}

.section_mission_vision .section_mission_vision_layout {
  display: flex;
  align-items: center;
}
.section_mission_vision .section_mission_vision_values {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px 0;
}
.section_mission_vision .section_mission_vision_values_title {
  color: #151515;
  text-align: center;
}
.section_mission_vision .values_orbit {
  position: relative;
  width: 560px;
  height: 560px;
  overflow: visible;
}
.section_mission_vision .values_ring,
.section_mission_vision .values_logo_ring,
.section_mission_vision .values_logo_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  will-change: transform;
}
.section_mission_vision .values_ring--dashed {
  width: 560px;
  height: 560px;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 560'%3E%3Ccircle cx='280' cy='280' r='279' fill='none' stroke='rgba(164,25,35,0.5)' stroke-width='1' stroke-dasharray='4 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.section_mission_vision .values_ring--soft {
  width: 400px;
  height: 400px;
  background-color: rgba(233, 78, 92, 0.2);
  z-index: 2;
}
.section_mission_vision .values_ring--mid {
  width: 250px;
  height: 250px;
  background-color: #fff;
  z-index: 3;
}
.section_mission_vision .values_logo_ring {
  width: 157px;
  height: 157px;
  background-color: #fff;
  box-shadow: 0 5.19px 27.25px 0 rgba(164, 25, 35, 0.21), 0 -2.59px 5.19px 0 rgba(0, 0, 0, 0.11) inset;
  z-index: 4;
}
.section_mission_vision .values_logo_wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 5.19px 5.19px 0 rgba(0, 0, 0, 0.05) inset;
  z-index: 5;
}
.section_mission_vision .values_logo_wrap img {
  width: 92px;
  height: auto;
  display: block;
}
.section_mission_vision .values_item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  margin: -41px 0 0 -41px;
  transform: rotate(var(--angle)) translateY(-280px) rotate(calc(var(--angle) * -1));
  z-index: 6;
}
.section_mission_vision .values_item_label {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: calc(100% + 25px);
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-50%);
}
.section_mission_vision .values_item_label_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  padding: 13px 23px;
  min-width: 127px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  color: #151515;
  will-change: transform, opacity;
}
.section_mission_vision .values_item_pointer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 33px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.06));
}
.section_mission_vision .values_item_icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgb(254, 237, 237);
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 20px rgba(164, 25, 35, 0.08);
  will-change: transform, opacity;
}
.section_mission_vision .values_item_icon img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}
.section_mission_vision .values_dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  transform: rotate(var(--angle)) translateY(-280px) rotate(calc(var(--angle) * -1));
  z-index: 6;
}
.section_mission_vision .section_mission_vision_cards {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.section_mission_vision .mission_vision_card {
  position: relative;
  overflow: hidden;
  height: 335px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section_mission_vision .mission_vision_card--mission {
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
}
.section_mission_vision .mission_vision_card--vision {
  background: linear-gradient(74.24deg, #15222F 33.27%, #436C95 197.38%);
}
.section_mission_vision .mission_vision_card_bark {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_mission_vision .mission_vision_card_bark--left {
  top: 0;
  left: 0;
  width: min(28%, 109px);
  aspect-ratio: 109/107;
  object-fit: contain;
  transform: translate(-40%, -40%);
}
.section_mission_vision .mission_vision_card_bark--right {
  top: 27px;
  right: 35px;
  width: min(55%, 292px);
  aspect-ratio: 292/195;
  object-fit: contain;
  transform: translate(35%, 45%);
}
.section_mission_vision .mission_vision_card:hover .mission_vision_card_bark--left,
.section_mission_vision .mission_vision_card:hover .mission_vision_card_bark--right,
.section_mission_vision .mission_vision_card:focus-within .mission_vision_card_bark--left,
.section_mission_vision .mission_vision_card:focus-within .mission_vision_card_bark--right {
  opacity: 1;
  transform: translate(0, 0);
}
.section_mission_vision .mission_vision_card_copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}
.section_mission_vision .mission_vision_card_title {
  color: #fff;
}
.section_mission_vision .mission_vision_card_desc {
  color: #fff;
}
.section_mission_vision .mission_vision_card_desc p {
  color: inherit;
}
@media only screen and (max-width: 1440px) {
  .section_mission_vision .section_mission_vision_values {
    padding: 50px 30px 0;
  }
  .section_mission_vision .values_orbit,
  .section_mission_vision .values_ring--dashed {
    width: 500px;
    height: 500px;
  }
  .section_mission_vision .values_ring--soft {
    width: 356px;
    height: 356px;
  }
  .section_mission_vision .values_ring--mid {
    width: 222px;
    height: 222px;
  }
  .section_mission_vision .values_logo_ring {
    width: 140px;
    height: 140px;
  }
  .section_mission_vision .values_logo_wrap {
    width: 108px;
    height: 108px;
  }
  .section_mission_vision .values_logo_wrap img {
    width: 82px;
  }
  .section_mission_vision .values_item {
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    transform: rotate(var(--angle)) translateY(-250px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .values_item_icon {
    width: 74px;
    height: 74px;
  }
  .section_mission_vision .values_item_icon img {
    width: 34px;
    height: 34px;
  }
  .section_mission_vision .values_dot {
    transform: rotate(var(--angle)) translateY(-250px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .mission_vision_card {
    height: 310px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_mission_vision .section_mission_vision_values {
    padding: 70px 24px 0;
  }
  .section_mission_vision .values_orbit,
  .section_mission_vision .values_ring--dashed {
    width: 420px;
    height: 420px;
  }
  .section_mission_vision .values_ring--soft {
    width: 300px;
    height: 300px;
  }
  .section_mission_vision .values_ring--mid {
    width: 188px;
    height: 188px;
  }
  .section_mission_vision .values_logo_ring {
    width: 118px;
    height: 118px;
  }
  .section_mission_vision .values_logo_wrap {
    width: 90px;
    height: 90px;
  }
  .section_mission_vision .values_logo_wrap img {
    width: 68px;
  }
  .section_mission_vision .values_item {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    transform: rotate(var(--angle)) translateY(-210px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .values_item_icon {
    width: 60px;
    height: 60px;
  }
  .section_mission_vision .values_item_icon img {
    width: 28px;
    height: 28px;
  }
  .section_mission_vision .values_dot {
    transform: rotate(var(--angle)) translateY(-210px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .mission_vision_card {
    height: 290px;
  }
}
@media only screen and (max-width: 820px) {
  .section_mission_vision .section_mission_vision_layout {
    flex-direction: column;
  }
  .section_mission_vision .section_mission_vision_cards {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section_mission_vision .values_orbit,
  .section_mission_vision .values_ring--dashed {
    width: 390px;
    height: 390px;
  }
  .section_mission_vision .values_ring--soft {
    width: 274px;
    height: 274px;
  }
  .section_mission_vision .values_ring--mid {
    width: 170px;
    height: 170px;
  }
  .section_mission_vision .values_logo_ring {
    width: 108px;
    height: 108px;
  }
  .section_mission_vision .values_logo_wrap {
    width: 84px;
    height: 84px;
  }
  .section_mission_vision .values_logo_wrap img {
    width: 64px;
  }
  .section_mission_vision .values_item {
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    transform: rotate(var(--angle)) translateY(-195px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .values_item_icon {
    width: 56px;
    height: 56px;
  }
  .section_mission_vision .values_item_icon img {
    width: 26px;
    height: 26px;
  }
  .section_mission_vision .values_item_label_inner {
    padding: 8px 14px;
  }
  .section_mission_vision .values_dot {
    transform: rotate(var(--angle)) translateY(-195px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .mission_vision_card {
    height: auto;
    min-height: 260px;
  }
  .section_mission_vision .mission_vision_card_bark--right {
    top: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .section_mission_vision .values_orbit,
  .section_mission_vision .values_ring--dashed {
    width: 330px;
    height: 330px;
  }
  .section_mission_vision .values_ring--soft {
    width: 232px;
    height: 232px;
  }
  .section_mission_vision .values_ring--mid {
    width: 145px;
    height: 145px;
  }
  .section_mission_vision .values_logo_ring {
    width: 92px;
    height: 92px;
  }
  .section_mission_vision .values_logo_wrap {
    width: 72px;
    height: 72px;
  }
  .section_mission_vision .values_logo_wrap img {
    width: 54px;
  }
  .section_mission_vision .values_item {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    transform: rotate(var(--angle)) translateY(-165px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .values_item_icon {
    width: 48px;
    height: 48px;
  }
  .section_mission_vision .values_item_icon img {
    width: 22px;
    height: 22px;
  }
  .section_mission_vision .values_dot {
    transform: rotate(var(--angle)) translateY(-165px) rotate(calc(var(--angle) * -1));
  }
  .section_mission_vision .values_item_label {
    width: 30vw;
    min-width: 92px;
    max-width: 122px;
  }
  .section_mission_vision .values_item_label_inner {
    width: 100%;
    min-width: 0;
    padding: 8px 10px;
  }
}

.section_cards_slider .section_cards_slider_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_cards_slider .section_cards_slider_intro {
  max-width: 920px;
  min-width: 0;
}
.section_cards_slider .section_cards_slider_title {
  margin: 0;
  color: #15222F;
}
.section_cards_slider .section_cards_slider_copy {
  max-width: 640px;
  color: rgba(21, 21, 21, 0.7);
}
.section_cards_slider .section_cards_slider_copy p {
  margin: 0;
  color: inherit;
}
.section_cards_slider .section_cards_slider_action {
  flex: 0 0 auto;
  padding-top: 8px;
}
.section_cards_slider .section_cards_slider_swiper {
  overflow: hidden;
}
.section_cards_slider .swiper-slide {
  height: auto;
}
.section_cards_slider .cards_slider_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  height: 100%;
  padding: 24px 15px 260px 24px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.section_cards_slider .cards_slider_card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.section_cards_slider .cards_slider_card:hover .cards_slider_card_image:not(.cards_slider_card_image--hover), .section_cards_slider .cards_slider_card:focus-within .cards_slider_card_image:not(.cards_slider_card_image--hover) {
  opacity: 0;
}
.section_cards_slider .cards_slider_card_title,
.section_cards_slider .cards_slider_card_copy,
.section_cards_slider .arrow_link {
  position: relative;
  z-index: 3;
}
.section_cards_slider .cards_slider_card_title {
  margin: 0;
  color: #fff;
}
.section_cards_slider .cards_slider_card_copy {
  color: #fff;
}
.section_cards_slider .cards_slider_card_copy p {
  margin: 0;
  color: inherit;
}
.section_cards_slider .cards_slider_card .arrow_link {
  color: #fff;
  align-self: flex-start;
}
.section_cards_slider .cards_slider_card_visual {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 360px;
  z-index: 2;
  pointer-events: none;
}
.section_cards_slider .cards_slider_card_image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transition: opacity 0.35s ease;
}
.section_cards_slider .cards_slider_card_image--hover {
  z-index: 1;
  opacity: 1;
}
.section_cards_slider .cards_slider_card_image:not(.cards_slider_card_image--hover) {
  z-index: 2;
  opacity: 1;
}
.section_cards_slider.section_cards_slider--overflow .section_cards_slider_bleed {
  width: 100%;
  margin-left: max(0px, (100vw - min(100vw, calc(1520px + 6%))) / 2);
  padding-left: calc(min(100vw, calc(1520px + 6%)) * 0.03);
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_cards_slider.section_cards_slider--overflow .section_cards_slider_bleed {
    margin-left: 0;
    padding-left: 4%;
  }
}
.section_cards_slider.section_cards_slider--overflow .section_cards_slider_swiper {
  overflow: visible;
}
.section_cards_slider.section_cards_slider--overflow .swiper-slide {
  width: 444px;
  height: 550px;
  max-width: calc(100vw - 8%);
}
.section_cards_slider.section_cards_slider--overflow .cards_slider_card {
  width: 100%;
  height: 550px;
  min-height: 550px;
  aspect-ratio: 444/550;
}
@media only screen and (max-width: 1000px) {
  .section_cards_slider .section_cards_slider_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_cards_slider .cards_slider_card {
    min-height: 380px;
  }
  .section_cards_slider.section_cards_slider--overflow .cards_slider_card {
    min-height: 550px;
  }
}

.section_service_cards .section_service_cards_intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_service_cards .section_service_cards_title {
  color: #15222F;
}
.section_service_cards .section_service_cards_copy {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(21, 21, 21, 0.7);
}
.section_service_cards .section_service_cards_copy p {
  color: inherit;
}
.section_service_cards .section_service_cards_grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.section_service_cards .section_service_cards_grid .service_card {
  grid-column: span 2;
}
.section_service_cards .section_service_cards_grid .service_card:first-child {
  grid-column: 2/span 2;
}
.section_service_cards .section_service_cards_grid .service_card:nth-child(2) {
  grid-column: 4/span 2;
}
.section_service_cards .service_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 600px;
  padding-bottom: 340px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.section_service_cards .service_card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.section_service_cards .service_card:hover .service_card_image:not(.service_card_image--hover), .section_service_cards .service_card:focus-within .service_card_image:not(.service_card_image--hover) {
  opacity: 0;
}
.section_service_cards .service_card_title,
.section_service_cards .service_card_copy,
.section_service_cards .arrow_link {
  position: relative;
  z-index: 3;
}
.section_service_cards .service_card_title {
  margin: 0;
  color: #fff;
}
.section_service_cards .service_card_copy {
  color: #fff;
}
.section_service_cards .service_card_copy p {
  margin: 0;
  color: inherit;
}
.section_service_cards .service_card .arrow_link {
  align-self: flex-start;
  color: #fff;
}
.section_service_cards .service_card_visual {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.section_service_cards .service_card_image {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 100%;
  max-width: none;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  display: block;
  transition: opacity 0.35s ease;
}
.section_service_cards .service_card_image--hover {
  z-index: 1;
  opacity: 1;
}
.section_service_cards .service_card_image:not(.service_card_image--hover) {
  z-index: 2;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .section_service_cards .service_card {
    height: 540px;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_service_cards .service_card {
    height: 500px;
    padding-bottom: 270px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_service_cards .service_card {
    height: 460px;
    padding: 30px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 820px) {
  .section_service_cards .section_service_cards_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section_service_cards .section_service_cards_grid .service_card {
    grid-column: auto;
  }
}
@media only screen and (max-width: 768px) {
  .section_service_cards .section_service_cards_grid {
    grid-template-columns: 1fr;
  }
  .section_service_cards .service_card {
    height: auto;
    min-height: 430px;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 600px) {
  .section_service_cards .service_card {
    min-height: 380px;
    padding: 24px;
    padding-bottom: 200px;
  }
  .section_service_cards .service_card_image {
    width: 105%;
  }
}

.section_icon_cards .section_icon_cards_header--center .section_icon_cards_title {
  text-align: center;
  display: block;
}
.section_icon_cards .section_icon_cards_header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section_icon_cards .section_icon_cards_header--split .section_icon_cards_title {
  flex: 1 1 auto;
  max-width: 60%;
  text-align: left;
}
.section_icon_cards .section_icon_cards_header--split .section_icon_cards_desc {
  flex: 0 1 36%;
  max-width: 520px;
}
.section_icon_cards .section_icon_cards_title {
  margin: 0;
  color: #15222F;
}
.section_icon_cards .section_icon_cards_desc {
  color: rgba(21, 21, 21, 0.7);
}
.section_icon_cards .section_icon_cards_desc p {
  margin: 0;
  color: inherit;
}
.section_icon_cards.section_icon_cards--on-dark .section_icon_cards_title,
.section_icon_cards.section_icon_cards--on-dark .section_icon_cards_desc {
  color: #fff;
}
.section_icon_cards .section_icon_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section_icon_cards.section_icon_cards--cols-2 .section_icon_cards_grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section_icon_cards.section_icon_cards--cols-4 .section_icon_cards_grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section_icon_cards .icon_card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.section_icon_cards.section_icon_cards--align-between .icon_card {
  justify-content: space-between;
}
.section_icon_cards .icon_card_visual {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.section_icon_cards .icon_card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(233, 78, 92, 0.1);
}
.section_icon_cards .icon_card_icon img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
.section_icon_cards .icon_card_number {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
}
.section_icon_cards .icon_card--number .icon_card_visual {
  min-height: 0;
  overflow: hidden;
}
.section_icon_cards .icon_card--number .icon_card_number {
  margin-top: -20px;
  margin-bottom: -10px;
}
.section_icon_cards .icon_card--number .icon_card_text {
  position: relative;
  z-index: 1;
}
.section_icon_cards .icon_card_media {
  flex: 0 0 126px;
  width: 126px;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: top 0.35s ease, right 0.35s ease, bottom 0.35s ease, left 0.35s ease, border-radius 0.35s ease;
}
.section_icon_cards .icon_card_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_icon_cards .icon_card_title {
  margin: 0;
  color: #151515;
  transition: color 0.35s ease;
}
.section_icon_cards .icon_card_copy {
  color: rgba(21, 21, 21, 0.7);
  transition: color 0.35s ease;
}
.section_icon_cards .icon_card_copy p {
  margin: 0;
  color: inherit;
}
.section_icon_cards .icon_card--image .icon_card_visual {
  min-height: 126px;
  justify-content: flex-end;
}
.section_icon_cards .icon_card--image .icon_card_media {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: calc(100% - 156px);
  left: calc(100% - 156px);
  z-index: 0;
  width: auto;
  flex-basis: auto;
  aspect-ratio: auto;
}
.section_icon_cards .icon_card--image .icon_card_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.section_icon_cards .icon_card--image .icon_card_text {
  position: relative;
  z-index: 1;
}
.section_icon_cards .icon_card--image:hover .icon_card_media, .section_icon_cards .icon_card--image:focus-within .icon_card_media {
  inset: 10px;
}
.section_icon_cards .icon_card--image:hover .icon_card_media::after, .section_icon_cards .icon_card--image:focus-within .icon_card_media::after {
  opacity: 1;
}
.section_icon_cards .icon_card--image:hover .icon_card_title,
.section_icon_cards .icon_card--image:hover .icon_card_copy, .section_icon_cards .icon_card--image:focus-within .icon_card_title,
.section_icon_cards .icon_card--image:focus-within .icon_card_copy {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .section_icon_cards .section_icon_cards_grid, .section_icon_cards.section_icon_cards--cols-4 .section_icon_cards_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section_icon_cards .section_icon_cards_header--split .section_icon_cards_title {
    max-width: 55%;
  }
}
@media only screen and (max-width: 1000px) {
  .section_icon_cards .section_icon_cards_header--split {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_icon_cards .section_icon_cards_header--split .section_icon_cards_title,
  .section_icon_cards .section_icon_cards_header--split .section_icon_cards_desc {
    max-width: none;
    flex: 1 1 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section_icon_cards .section_icon_cards_grid, .section_icon_cards.section_icon_cards--cols-2 .section_icon_cards_grid, .section_icon_cards.section_icon_cards--cols-4 .section_icon_cards_grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .section_icon_cards .icon_card_media {
    flex-basis: 100px;
    width: 100px;
  }
}

.section_network_map .section_network_map_intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_network_map .section_network_map_title {
  margin: 0;
  color: #151515;
}
.section_network_map .section_network_map_copy {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(21, 21, 21, 0.7);
}
.section_network_map .section_network_map_copy p {
  margin: 0;
  color: inherit;
}
.section_network_map .network_map {
  position: relative;
  width: min(100%, 1057px);
  aspect-ratio: 1057/603;
  max-height: 603px;
  margin-left: auto;
  margin-right: auto;
  background-image: var(--network-map-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section_network_map .network_map_lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  color: #E94E5C;
  overflow: visible;
}
.section_network_map .network_map_hub {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  transform: translate(-50%, -50%);
}
.section_network_map .network_map_hub_outer {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2.39px 12.53px 0 rgba(164, 25, 35, 0.21), 0 -1.19px 2.39px 0 rgba(0, 0, 0, 0.11) inset;
}
.section_network_map .network_map_hub_inner {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2.39px 2.39px 0 rgba(0, 0, 0, 0.05) inset;
}
.section_network_map .network_map_hub_inner img {
  width: 43px;
  height: 39px;
  display: block;
  object-fit: contain;
}
.section_network_map .network_map_pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%);
}
.section_network_map .network_map_pin_glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #E94E5C 0%, #FF98A1 100%);
  transform: translate(-50%, -50%) scale(0.02);
  animation: network_map_pulse 1.4s ease-in-out infinite alternate;
  pointer-events: none;
}
.section_network_map .network_map_pin_dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E94E5C;
  transform: translate(-50%, -50%);
}
.section_network_map .network_map_label {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 15px 25px;
  border-radius: 12px;
  background-color: #fff;
  color: #151515;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 10px 28px rgba(0, 0, 0, 0.12);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.section_network_map .network_map_label_flag {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F5F5F5;
}
.section_network_map .network_map_label_flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_network_map .network_map_label_text {
  color: #151515;
}
@media only screen and (max-width: 1000px) {
  .section_network_map .network_map {
    max-height: none;
  }
  .section_network_map .network_map_label {
    padding: 10px 14px;
    transform: translate(-50%, -50%) scale(0.9);
    transform-origin: center;
  }
}
@media only screen and (max-width: 768px) {
  .section_network_map .network_map_label {
    padding: 8px 12px;
    gap: 4px;
    transform: translate(-50%, -50%) scale(0.78);
  }
  .section_network_map .network_map_label_flag {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
  .section_network_map .network_map_hub_outer {
    width: 56px;
    height: 56px;
  }
  .section_network_map .network_map_hub_inner {
    width: 48px;
    height: 48px;
  }
  .section_network_map .network_map_hub_inner img {
    width: 34px;
    height: 30px;
  }
}

@keyframes network_map_pulse {
  from {
    transform: translate(-50%, -50%) scale(0.02);
    opacity: 0.9;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
  }
}
.section_split_bento {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.section_split_bento .section_split_bento_visual {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: min(43vw, 619px);
  pointer-events: none;
}
.section_split_bento .section_split_bento_visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.section_split_bento .section_split_bento_inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.section_split_bento .section_split_bento_left {
  flex: 0 1 587px;
  max-width: 587px;
  min-width: 0;
}
.section_split_bento .section_split_bento_clip {
  overflow: hidden;
  position: relative;
}
.section_split_bento .section_split_bento_copy {
  color: #fff;
}
.section_split_bento .section_split_bento_copy p {
  color: inherit;
}
.section_split_bento .section_split_bento_right {
  position: relative;
  flex: 0 1 881px;
  width: 100%;
  max-width: 881px;
  height: 720px;
  min-width: 0;
}
.section_split_bento .section_split_bento_right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 160px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.section_split_bento .section_split_bento_scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scrollbar-width: none;
}
.section_split_bento .section_split_bento_scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.section_split_bento .feature_bento_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
  align-items: stretch;
}
.section_split_bento .feature_bento_card {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  height: 317px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#F8F7FA, #F8F7FA) padding-box, linear-gradient(90deg, rgba(164, 25, 35, 0.1) 0%, rgba(233, 78, 92, 0.1) 100%) border-box;
  color: #15222F;
}
.section_split_bento .feature_bento_card--full {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 576/317;
  min-height: 317px;
}
.section_split_bento .feature_bento_card--wide {
  flex: 0 0 calc(60.386% - 10px);
  width: calc(60.386% - 10px);
}
.section_split_bento .feature_bento_card--narrow {
  flex: 0 0 calc(39.344% - 10px);
  width: calc(39.344% - 10px);
}
.section_split_bento .feature_bento_card_content {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section_split_bento .feature_bento_card--full .feature_bento_card_content {
  max-width: 374px;
}
.section_split_bento .feature_bento_card--wide .feature_bento_card_content {
  max-width: 388px;
}
.section_split_bento .feature_bento_card_icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #A41923 0%, #E94E5C 100%) border-box;
}
.section_split_bento .feature_bento_card_icon img {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
}
.section_split_bento .feature_bento_card_title {
  color: #15222F;
}
.section_split_bento .feature_bento_card_copy {
  color: rgba(0, 0, 0, 0.5);
}
.section_split_bento .feature_bento_card_copy p {
  color: inherit;
}
.section_split_bento .feature_bento_card_media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section_split_bento .feature_bento_card_media img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
}
.section_split_bento .feature_bento_card--full .feature_bento_card_media {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.section_split_bento .feature_bento_card--full .feature_bento_card_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(278.4deg, rgba(248, 247, 250, 0) 36.17%, #F8F7FA 85.38%);
  pointer-events: none;
}
.section_split_bento .feature_bento_card--full .feature_bento_card_media img {
  width: auto;
  height: 100%;
  max-width: none;
}
.section_split_bento .feature_bento_card--wide .feature_bento_card_media,
.section_split_bento .feature_bento_card--narrow .feature_bento_card_media {
  right: 32px;
  top: 32px;
  left: auto;
  bottom: auto;
  max-width: 55%;
}
.section_split_bento .feature_bento_card--wide .feature_bento_card_media img,
.section_split_bento .feature_bento_card--narrow .feature_bento_card_media img {
  max-width: 100%;
  max-height: 180px;
}
.section_split_bento.is-bento-pending .section_split_bento_visual,
.section_split_bento.is-bento-pending .section_split_bento_clip,
.section_split_bento.is-bento-pending .feature_bento_card {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .section_split_bento .section_split_bento_inner {
    flex-direction: column;
  }
  .section_split_bento .section_split_bento_left,
  .section_split_bento .section_split_bento_right {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .section_split_bento .section_split_bento_right {
    height: 500px;
  }
  .section_split_bento .section_split_bento_visual {
    width: min(70vw, 520px);
    opacity: 0.7;
  }
  .section_split_bento.is-bento-pending .section_split_bento_visual {
    opacity: 0;
  }
}
@media only screen and (max-width: 820px) {
  .section_split_bento .feature_bento_card--full,
  .section_split_bento .feature_bento_card--wide,
  .section_split_bento .feature_bento_card--narrow {
    flex: 0 0 100%;
    width: 100%;
    aspect-ratio: auto;
  }
  .section_split_bento .feature_bento_card--full .feature_bento_card_content,
  .section_split_bento .feature_bento_card--wide .feature_bento_card_content,
  .section_split_bento .feature_bento_card--narrow .feature_bento_card_content {
    max-width: 100%;
    width: 100%;
  }
  .section_split_bento .feature_bento_card--full .feature_bento_card_media {
    height: 130px;
    margin-top: 20px;
  }
  .section_split_bento .feature_bento_card--full .feature_bento_card_media img {
    height: 100%;
    margin-left: auto;
  }
}

.section_country_guides {
  color: #fff;
}
.section_country_guides .section_country_guides_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section_country_guides .section_country_guides_intro {
  min-width: 0;
  max-width: 920px;
}
.section_country_guides .section_country_guides_title {
  margin: 0;
  color: #fff;
}
.section_country_guides .section_country_guides_action {
  flex: 0 0 auto;
  padding-top: 8px;
}
.section_country_guides .section_country_guides_grid {
  position: relative;
  min-height: 490px;
  overflow: visible;
}
.section_country_guides .section_country_guides_grid.is-animating {
  overflow: visible;
}
.section_country_guides .section_country_guides_track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.section_country_guides .country_guide_card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 490px;
  height: 490px;
  aspect-ratio: 1/1;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  justify-self: center;
}
@media only screen and (max-width: 1440px) {
  .section_country_guides .country_guide_card {
    height: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_country_guides .country_guide_card {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_country_guides .country_guide_card {
    height: 380px;
  }
}
@media only screen and (max-width: 820px) {
  .section_country_guides .country_guide_card {
    height: 360px;
  }
}
.section_country_guides .country_guide_card_media {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: clamp(120px, 39%, 190px);
  height: clamp(120px, 39%, 190px);
  overflow: hidden;
  border-radius: 16px;
}
.section_country_guides .country_guide_card_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_country_guides .country_guide_card_media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2052) 0%, rgba(0, 0, 0, 0.57) 100%);
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.section_country_guides .country_guide_card_flag,
.section_country_guides .country_guide_card_text {
  position: relative;
  z-index: 2;
}
.section_country_guides .country_guide_card_flag {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.79);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.section_country_guides .country_guide_card_flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_country_guides .country_guide_card_text {
  max-width: 100%;
}
.section_country_guides .country_guide_card_title {
  margin: 0;
  color: #151515;
  transition: color 0.35s ease;
}
.section_country_guides .country_guide_card_copy {
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.35s ease;
}
.section_country_guides .country_guide_card_copy p {
  margin: 0;
  color: inherit;
}
.section_country_guides .country_guide_card.is-hovered .country_guide_card_media::after {
  opacity: 1;
}
.section_country_guides .country_guide_card.is-hovered .country_guide_card_title,
.section_country_guides .country_guide_card.is-hovered .country_guide_card_copy {
  color: #fff;
}
.section_country_guides.is-country-guides-pending .country_guide_card {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1200px) {
  .section_country_guides .section_country_guides_track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .section_country_guides .section_country_guides_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_country_guides .section_country_guides_grid {
    min-height: 0;
    overflow: visible;
  }
  .section_country_guides .section_country_guides_track {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
  .section_country_guides .country_guide_card {
    width: min(86vw, 360px);
    height: auto;
    max-width: none;
    min-height: 380px;
    aspect-ratio: auto;
  }
}

.section_numbered_grid {
  color: #fff;
}
.section_numbered_grid .section_numbered_grid_defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.section_numbered_grid .section_numbered_grid_intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_numbered_grid .section_numbered_grid_title {
  margin: 0;
  max-width: 800px;
  color: #fff;
}
.section_numbered_grid .section_numbered_grid_copy {
  flex: 0 1 420px;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.7);
}
.section_numbered_grid .section_numbered_grid_copy p {
  margin: 0;
  color: inherit;
}
.section_numbered_grid .section_numbered_grid_cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section_numbered_grid .approach_card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #101010;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 20px 50px 20px 88px;
  transition: border-color 0.45s ease;
  min-height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_numbered_grid .approach_card_number {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  transition: top 1.2s cubic-bezier(0.22, 1, 0.36, 1), left 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_numbered_grid .approach_card_number_ring {
  position: absolute;
  inset: 0;
  width: 48px;
  height: 48px;
  color: rgba(255, 255, 255, 0.2);
  transform: rotate(180deg);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s ease;
}
.section_numbered_grid .approach_card_number_value {
  position: relative;
  z-index: 1;
  color: inherit;
  transition: color 0.45s ease;
}
.section_numbered_grid .approach_card_body {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 151px;
  transform: translateY(25px);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_numbered_grid .approach_card_media {
  flex: 0 0 151px;
  width: 151px;
  height: 151px;
  overflow: hidden;
  border-radius: 50%;
  transform: scale(0.9);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_numbered_grid .approach_card_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 1.2s ease;
}
.section_numbered_grid .approach_card_text {
  min-width: 0;
  flex: 1 1 auto;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_numbered_grid .approach_card_title {
  margin: 0;
  color: #fff;
  transition: color 0.45s ease, background-image 0.45s ease, -webkit-text-fill-color 0.45s ease;
}
.section_numbered_grid .approach_card_copy {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.45s ease;
}
.section_numbered_grid .approach_card_copy p {
  margin: 0;
  color: inherit;
}
.section_numbered_grid .approach_card:hover .approach_card_number,
.section_numbered_grid .approach_card:focus-within .approach_card_number {
  top: 30px;
  left: 30px;
  color: transparent;
}
.section_numbered_grid .approach_card:hover .approach_card_number_ring,
.section_numbered_grid .approach_card:focus-within .approach_card_number_ring {
  transform: rotate(0deg);
  color: transparent;
}
.section_numbered_grid .approach_card:hover .approach_card_number_ring path,
.section_numbered_grid .approach_card:focus-within .approach_card_number_ring path {
  fill: url(#approach_number_gradient);
}
.section_numbered_grid .approach_card:hover .approach_card_number_value,
.section_numbered_grid .approach_card:focus-within .approach_card_number_value {
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.section_numbered_grid .approach_card:hover .approach_card_body,
.section_numbered_grid .approach_card:focus-within .approach_card_body {
  transform: translateY(0);
}
.section_numbered_grid .approach_card:hover .approach_card_media,
.section_numbered_grid .approach_card:focus-within .approach_card_media {
  transform: scale(1);
}
.section_numbered_grid .approach_card:hover .approach_card_media img,
.section_numbered_grid .approach_card:focus-within .approach_card_media img {
  filter: grayscale(0);
}
.section_numbered_grid .approach_card:hover .approach_card_title,
.section_numbered_grid .approach_card:hover .approach_card_copy p,
.section_numbered_grid .approach_card:focus-within .approach_card_title,
.section_numbered_grid .approach_card:focus-within .approach_card_copy p {
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.section_numbered_grid .approach_card:hover .approach_card_text,
.section_numbered_grid .approach_card:focus-within .approach_card_text {
  transform: translateX(10px);
}
@media only screen and (max-width: 768px) {
  .section_numbered_grid .section_numbered_grid_cards {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  .section_numbered_grid .section_numbered_grid_intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_numbered_grid .section_numbered_grid_copy {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .section_numbered_grid .approach_card {
    align-items: flex-start;
    min-height: auto;
    padding: 20px 24px 20px 72px;
  }
  .section_numbered_grid .approach_card_number {
    top: 24px;
    left: 24px;
  }
  .section_numbered_grid .approach_card:hover .approach_card_number,
  .section_numbered_grid .approach_card:focus-within .approach_card_number {
    top: 16px;
    left: 16px;
  }
  .section_numbered_grid .approach_card_body {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    transform: none;
  }
  .section_numbered_grid .approach_card_media {
    flex-basis: 118px;
    width: 118px;
    height: 118px;
  }
  .section_numbered_grid .approach_card:hover .approach_card_body,
  .section_numbered_grid .approach_card:focus-within .approach_card_body {
    transform: none;
  }
}
@media only screen and (max-width: 600px) {
  .section_numbered_grid .approach_card_media {
    flex-basis: 96px;
    width: 96px;
    height: 96px;
  }
}

.section_media_cards .section_media_cards_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_media_cards .section_media_cards_title {
  margin: 0;
  max-width: 760px;
  color: #151515;
}
.section_media_cards .section_media_cards_action {
  flex: 0 0 auto;
  padding-top: 8px;
}
.section_media_cards .section_media_cards_swiper {
  overflow: hidden;
}
.section_media_cards .swiper-slide {
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .section_media_cards .section_media_cards_top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.media_card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.media_card_media {
  position: relative;
  height: clamp(240px, 24vw, 325px);
  overflow: hidden;
  border-radius: 20px;
  background: #101010;
}
@media only screen and (max-width: 768px) {
  .media_card_media {
    height: clamp(220px, 62vw, 300px);
  }
}
@media only screen and (max-width: 480px) {
  .media_card_media {
    height: clamp(200px, 68vw, 260px);
  }
}
.media_card_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.media_card:hover .media_card_media img,
.media_card:focus-within .media_card_media img {
  transform: scale(1.08);
}

.media_card_date {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 26px;
  color: #fff;
  background: rgba(35, 35, 35, 0.4);
  backdrop-filter: blur(16.29px);
  -webkit-backdrop-filter: blur(16.29px);
}
.media_card_date::before, .media_card_date::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.media_card_date::before {
  top: 0;
  left: 0;
  width: 500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.media_card_date::after {
  right: 0;
  bottom: 0;
  height: 500px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.media_card_date_day {
  display: block;
  color: #fff;
}

.media_card_date_meta {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.media_card_tag {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  background: rgba(35, 35, 35, 0.4);
  backdrop-filter: blur(16.29px);
  -webkit-backdrop-filter: blur(16.29px);
}

.media_card_title {
  color: #151515;
}

.section_filter_media_grid .filter_media_tabs_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_filter_media_grid .filter_media_browse_label {
  flex: 0 0 auto;
  color: #151515;
}
.section_filter_media_grid .filter_media_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_filter_media_grid .filter_media_tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid #A41923;
  border-radius: 999px;
  background: transparent;
  color: #151515;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.section_filter_media_grid .filter_media_tab.is-active {
  background: #A41923;
  color: #fff;
}
.section_filter_media_grid .filter_media_featured[hidden] {
  display: none;
}
.section_filter_media_grid .filter_media_featured_inner {
  display: flex;
  align-items: stretch;
}
.section_filter_media_grid .filter_media_featured_media {
  flex: 0 1 694px;
  width: 100%;
  max-width: 694px;
  overflow: hidden;
  border-radius: 10px;
  background: #101010;
  aspect-ratio: 694/465;
}
.section_filter_media_grid .filter_media_featured_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_filter_media_grid .filter_media_featured_content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.section_filter_media_grid .filter_media_featured_copy {
  display: flex;
  flex-direction: column;
}
.section_filter_media_grid .filter_media_featured_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_filter_media_grid .filter_media_featured_date,
.section_filter_media_grid .filter_media_featured_tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 999px;
  background: #fff;
}
.section_filter_media_grid .filter_media_featured_date {
  color: #15222F;
  border: 1px solid #15222F;
}
.section_filter_media_grid .filter_media_featured_tag {
  color: #A41923;
  border: 1px solid #A41923;
}
.section_filter_media_grid .filter_media_featured_title {
  margin: 0;
  color: #151515;
}
.section_filter_media_grid .filter_media_featured_action {
  display: flex;
  justify-content: flexs-start;
}
.section_filter_media_grid .filter_media_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section_filter_media_grid .filter_media_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_filter_media_grid .filter_media_page_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 139px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #15222F;
  border-radius: 999px;
  background: transparent;
  color: #15222F;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.section_filter_media_grid .filter_media_page_btn:disabled {
  opacity: 0.2;
  cursor: default;
}
.section_filter_media_grid .filter_media_pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_filter_media_grid .filter_media_page_num,
.section_filter_media_grid .filter_media_page_ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #15222F;
  cursor: pointer;
}
.section_filter_media_grid .filter_media_page_ellipsis {
  cursor: default;
}
.section_filter_media_grid .filter_media_page_num.is-active {
  position: relative;
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: default;
}
.section_filter_media_grid .filter_media_page_num.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--active-page-bg) center/contain no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .section_filter_media_grid .filter_media_featured_inner {
    flex-direction: column;
  }
  .section_filter_media_grid .filter_media_featured_media {
    flex: 0 0 auto;
    max-width: none;
  }
  .section_filter_media_grid .filter_media_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 820px) {
  .section_filter_media_grid .filter_media_grid {
    grid-template-columns: 1fr;
  }
  .section_filter_media_grid .filter_media_pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_filter_media_grid .filter_media_pages {
    order: -1;
    width: 100%;
  }
  .section_filter_media_grid .filter_media_featured_action {
    justify-content: flex-start;
  }
}

.section_country_guidelines .country_guidelines_intro_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_country_guidelines .country_guidelines_heading {
  margin: 0;
  color: #15222F;
  max-width: 640px;
  flex: 1 1 auto;
}
.section_country_guidelines .country_guidelines_desc {
  flex: 0 1 420px;
  max-width: 420px;
  color: rgba(21, 34, 47, 0.5);
}
.section_country_guidelines .country_guidelines_desc p {
  margin: 0;
}
.section_country_guidelines .country_guidelines_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_country_guidelines .country_guidelines_search {
  position: relative;
  display: flex;
  align-items: center;
  width: 604px;
  max-width: 100%;
  height: 62px;
  padding: 0 20px 0 52px;
  background: #FAFAFA;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 999px;
  box-sizing: border-box;
}
.section_country_guidelines .country_guidelines_search_icon {
  position: absolute;
  left: 20px;
  top: 50%;
  display: flex;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.section_country_guidelines .country_guidelines_search_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_country_guidelines .country_guidelines_search_input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #15222F;
}
.section_country_guidelines .country_guidelines_search_input::placeholder {
  color: rgba(21, 34, 47, 0.5);
}
.section_country_guidelines .country_guidelines_regions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
}
.section_country_guidelines .country_guidelines_region {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 9px 16px 9px 9px;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 44px;
  color: #15222F;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
  opacity: 1;
}
.section_country_guidelines .country_guidelines_region.is-active {
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 20px rgba(164, 25, 35, 0.3);
}
.section_country_guidelines .country_guidelines_region.is-active .country_guidelines_region_icon {
  background: rgba(255, 255, 255, 0.18);
}
.country_guidelines_regions:has(.is-active) .section_country_guidelines .country_guidelines_region:not(.is-active) {
  opacity: 0.55;
}
.section_country_guidelines .country_guidelines_region_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #FAFAFA;
}
.section_country_guidelines .country_guidelines_region_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.5px solid rgba(21, 34, 47, 0.2);
  border-radius: 50%;
  pointer-events: none;
}
.section_country_guidelines .country_guidelines_region_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_country_guidelines .country_guidelines_panel {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.168627451);
  border-radius: 50px;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.0392156863);
}
.section_country_guidelines .country_guidelines_map {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 607px;
}
.section_country_guidelines .country_guidelines_map_svg {
  width: 100%;
  max-width: 738px;
}
.section_country_guidelines .country_guidelines_map_svg svg {
  display: block;
  width: 100%;
  height: auto;
}
.section_country_guidelines .country_guidelines_map_svg path {
  transition: fill 0.28s ease;
  fill: #eeeeee;
}
.section_country_guidelines .country_guidelines_map_svg path.is-highlighted {
  fill: rgba(233, 78, 92, 0.4);
}
.section_country_guidelines .country_guidelines_map_tooltip {
  position: absolute;
  left: 58%;
  top: 0%;
  z-index: 2;
  padding: 10px 16px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 10px 28px rgba(0, 0, 0, 0.12);
  color: #15222F;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, -120%);
}
.section_country_guidelines .country_guidelines_map_tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}
.section_country_guidelines .country_guidelines_map_tooltip[hidden] {
  display: none;
}
.section_country_guidelines .country_guidelines_list {
  flex: 0 0 700px;
  max-width: 100%;
  border-left: 1px solid rgba(21, 34, 47, 0.168627451);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.section_country_guidelines .country_guidelines_list_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_country_guidelines .country_guidelines_list_title {
  margin: 0;
  color: #15222F;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
.section_country_guidelines .country_guidelines_sort {
  flex: 0 0 auto;
}
.section_country_guidelines .country_guidelines_sort .custom_dropdown_trigger {
  width: auto;
}
.section_country_guidelines .country_guidelines_sort .custom_dropdown_menu {
  left: auto;
  right: 0;
}
.section_country_guidelines .country_guidelines_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 313px));
  justify-content: space-between;
}
.section_country_guidelines .country_guidelines_card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 313px;
  padding: 9px;
  background: #fff;
  border: 1px solid rgba(164, 25, 35, 0.17);
  border-radius: 10px;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.04);
  color: #15222F;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section_country_guidelines .country_guidelines_card:hover .country_guidelines_card_arrow, .section_country_guidelines .country_guidelines_card:focus .country_guidelines_card_arrow {
  transform: rotate(45deg);
}
.section_country_guidelines .country_guidelines_card_flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #FAFAFA;
}
.section_country_guidelines .country_guidelines_card_flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_country_guidelines .country_guidelines_card_name {
  flex: 1 1 auto;
  min-width: 0;
}
.section_country_guidelines .country_guidelines_card_arrow {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin-right: 8px;
  background-color: #A41923;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.3s ease;
}
.section_country_guidelines .country_guidelines_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_country_guidelines .country_guidelines_page_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 139px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #15222F;
  border-radius: 999px;
  background: transparent;
  color: #15222F;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.section_country_guidelines .country_guidelines_page_btn:disabled {
  opacity: 0.2;
  cursor: default;
}
.section_country_guidelines .country_guidelines_pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_country_guidelines .country_guidelines_page_num,
.section_country_guidelines .country_guidelines_page_ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #15222F;
  cursor: pointer;
}
.section_country_guidelines .country_guidelines_page_ellipsis {
  cursor: default;
}
.section_country_guidelines .country_guidelines_page_num.is-active {
  position: relative;
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: default;
}
.section_country_guidelines .country_guidelines_page_num.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--active-page-bg) center/contain no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .section_country_guidelines .country_guidelines_list {
    flex-basis: 620px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_country_guidelines .country_guidelines_intro_row {
    flex-direction: column;
  }
  .section_country_guidelines .country_guidelines_desc {
    max-width: none;
  }
  .section_country_guidelines .country_guidelines_toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .section_country_guidelines .country_guidelines_search {
    width: 100%;
  }
  .section_country_guidelines .country_guidelines_list {
    flex-basis: 420px;
  }
  .section_country_guidelines .country_guidelines_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: stretch;
    height: 350px;
    overflow: scroll;
    padding-right: 4px;
  }
  .section_country_guidelines .country_guidelines_card {
    max-width: none;
  }
}
@media only screen and (max-width: 1000px) {
  .section_country_guidelines .country_guidelines_desc {
    flex: 0 1 auto;
  }
  .section_country_guidelines .country_guidelines_list {
    flex-basis: 350px;
  }
  .section_country_guidelines .country_guidelines_list_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_country_guidelines .country_guidelines_regions {
    overflow: auto;
  }
  .section_country_guidelines .country_guidelines_map {
    min-height: 0;
    height: auto;
  }
}
@media only screen and (max-width: 820px) {
  .section_country_guidelines .country_guidelines_regions {
    width: 100%;
  }
  .section_country_guidelines .country_guidelines_panel {
    flex-direction: column;
    border-radius: 30px;
  }
  .section_country_guidelines .country_guidelines_list {
    flex-basis: auto;
    border-left: 0;
    border-top: 1px solid rgba(21, 34, 47, 0.168627451);
  }
  .section_country_guidelines .country_guidelines_grid {
    grid-template-columns: 1fr;
  }
  .section_country_guidelines .country_guidelines_list_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_country_guidelines .country_guidelines_pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_country_guidelines .country_guidelines_pages {
    order: -1;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .section_country_guidelines .country_guidelines_grid {
    height: 360px;
  }
}

.section_overlay_image_grid .section_overlay_image_grid_title {
  margin: 0;
  text-align: center;
  color: #15222F;
  display: block;
}
.section_overlay_image_grid .section_overlay_image_grid_list {
  overflow: visible;
}
.section_overlay_image_grid .section_overlay_image_grid_track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.section_overlay_image_grid .overlay_image_card {
  position: relative;
  display: block;
  height: clamp(280px, 19vw, 357px);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.section_overlay_image_grid .overlay_image_card:hover .overlay_image_card_media, .section_overlay_image_grid .overlay_image_card:focus .overlay_image_card_media {
  transform: scale(1.05);
}
.section_overlay_image_grid .overlay_image_card_media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_overlay_image_grid .overlay_image_card_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(184.28deg, rgba(0, 0, 0, 0) 3.48%, rgba(0, 0, 0, 0.459) 87.91%);
  pointer-events: none;
}
.section_overlay_image_grid .overlay_image_card_title {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
  max-width: calc(100% - 64px);
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .section_overlay_image_grid .section_overlay_image_grid_track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section_overlay_image_grid .overlay_image_card {
    height: clamp(260px, 28vw, 320px);
  }
}
@media only screen and (max-width: 820px) {
  .section_overlay_image_grid .section_overlay_image_grid_track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section_overlay_image_grid .overlay_image_card {
    height: clamp(240px, 42vw, 300px);
  }
}
@media only screen and (max-width: 600px) {
  .section_overlay_image_grid .section_overlay_image_grid_list {
    overflow: hidden;
  }
  .section_overlay_image_grid .section_overlay_image_grid_track {
    display: flex;
    gap: 0;
  }
  .section_overlay_image_grid .overlay_image_card {
    width: min(84vw, 320px);
    flex: 0 0 auto;
    height: clamp(220px, 68vw, 280px);
  }
  .section_overlay_image_grid .overlay_image_card_title {
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
  }
}

.section_overlay_image_slider .section_overlay_image_slider_header--center .section_overlay_image_slider_title {
  text-align: center;
}
.section_overlay_image_slider .section_overlay_image_slider_header--split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_overlay_image_slider .section_overlay_image_slider_header--split .section_overlay_image_slider_title {
  flex: 1 1 auto;
  max-width: 60%;
  text-align: left;
}
.section_overlay_image_slider .section_overlay_image_slider_header--split .section_overlay_image_slider_desc {
  flex: 0 1 36%;
  max-width: 520px;
}
.section_overlay_image_slider .section_overlay_image_slider_title {
  margin: 0;
  color: #15222F;
}
.section_overlay_image_slider .section_overlay_image_slider_desc {
  color: rgba(21, 21, 21, 0.7);
}
.section_overlay_image_slider .section_overlay_image_slider_desc p {
  margin: 0;
  color: inherit;
}
.section_overlay_image_slider .section_overlay_image_slider_bleed {
  width: 100%;
  margin-left: max(0px, (100vw - min(100vw, calc(1520px + 6%))) / 2);
  padding-left: calc(min(100vw, calc(1520px + 6%)) * 0.03);
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_overlay_image_slider .section_overlay_image_slider_bleed {
    margin-left: 0;
    padding-left: 4%;
  }
}
.section_overlay_image_slider .section_overlay_image_slider_swiper {
  overflow: visible;
}
.section_overlay_image_slider .swiper-slide {
  width: 457px;
  height: auto;
}
.section_overlay_image_slider .overlay_image_slide {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 457/441;
  overflow: hidden;
  border-radius: 20px;
  background: #101010;
  color: #fff;
  cursor: default;
}
.section_overlay_image_slider .overlay_image_slide:hover .overlay_image_slide_media, .section_overlay_image_slider .overlay_image_slide:focus-within .overlay_image_slide_media {
  transform: scale(1.08);
}
.section_overlay_image_slider .overlay_image_slide:hover .overlay_image_slide_overlay, .section_overlay_image_slider .overlay_image_slide:focus-within .overlay_image_slide_overlay {
  backdrop-filter: blur(58.1px);
  -webkit-backdrop-filter: blur(58.1px);
}
.section_overlay_image_slider .overlay_image_slide:hover .overlay_image_slide_title, .section_overlay_image_slider .overlay_image_slide:focus-within .overlay_image_slide_title {
  top: 40px;
  transform: translateY(0);
}
.section_overlay_image_slider .overlay_image_slide:hover .overlay_image_slide_copy, .section_overlay_image_slider .overlay_image_slide:focus-within .overlay_image_slide_copy {
  opacity: 1;
  transform: translateY(0);
}
.section_overlay_image_slider .overlay_image_slide_media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_overlay_image_slider .overlay_image_slide_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(184.28deg, rgba(0, 0, 0, 0) 3.48%, rgba(0, 0, 0, 0.459) 87.91%);
  pointer-events: none;
  transition: backdrop-filter 0.55s ease, -webkit-backdrop-filter 0.55s ease;
}
.section_overlay_image_slider .overlay_image_slide_title {
  position: absolute;
  left: 40px;
  right: 40px;
  top: calc(100% - 40px);
  z-index: 2;
  margin: 0;
  color: #fff;
  transform: translateY(-100%);
  transition: top 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_overlay_image_slider .overlay_image_slide_copy {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  color: #fff;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
  pointer-events: none;
}
.section_overlay_image_slider .overlay_image_slide_copy p {
  margin: 0;
  color: inherit;
}
@media only screen and (max-width: 1000px) {
  .section_overlay_image_slider .section_overlay_image_slider_header--split {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_overlay_image_slider .section_overlay_image_slider_header--split .section_overlay_image_slider_title,
  .section_overlay_image_slider .section_overlay_image_slider_header--split .section_overlay_image_slider_desc {
    max-width: none;
    flex: 1 1 auto;
    width: 100%;
  }
  .section_overlay_image_slider .swiper-slide {
    width: min(457px, 78vw);
  }
}
@media only screen and (max-width: 600px) {
  .section_overlay_image_slider .overlay_image_slide_title,
  .section_overlay_image_slider .overlay_image_slide_copy {
    left: 24px;
    right: 24px;
  }
  .section_overlay_image_slider .overlay_image_slide_title {
    top: calc(100% - 24px);
  }
  .section_overlay_image_slider .overlay_image_slide:hover .overlay_image_slide_title,
  .section_overlay_image_slider .overlay_image_slide:focus-within .overlay_image_slide_title {
    top: 24px;
  }
  .section_overlay_image_slider .overlay_image_slide_copy {
    bottom: 24px;
  }
}

.section_split_scroll_cards .section_split_scroll_cards_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_split_scroll_cards .section_split_scroll_cards_intro {
  flex: 1 1 auto;
  min-width: 0;
  top: 120px;
}
.section_split_scroll_cards .section_split_scroll_cards_title {
  margin: 0;
  color: #15222F;
}
.section_split_scroll_cards .section_split_scroll_cards_desc {
  max-width: 480px;
  color: rgba(21, 21, 21, 0.7);
}
.section_split_scroll_cards .section_split_scroll_cards_desc p {
  margin: 0;
  color: inherit;
}
.section_split_scroll_cards .section_split_scroll_cards_panel {
  position: relative;
  flex: 0 0 750px;
  width: 750px;
  max-width: 100%;
  height: 720px;
  max-height: 600px;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section_split_scroll_cards .section_split_scroll_cards_panel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.section_split_scroll_cards .section_split_scroll_cards_panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 130px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F8F8F9 100%);
}
.section_split_scroll_cards .section_split_scroll_cards_scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section_split_scroll_cards .section_split_scroll_cards_scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.section_split_scroll_cards .section_split_scroll_cards_list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.section_split_scroll_cards .process_scroll_card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 264px;
  padding: 30px 88px;
}
.section_split_scroll_cards .process_scroll_card_number {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #A41923;
  border-radius: 50%;
}
.section_split_scroll_cards .process_scroll_card_number_wrap {
  position: absolute;
  inset: 0;
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}
.section_split_scroll_cards .process_scroll_card_number_value {
  position: relative;
  z-index: 1;
  color: #A41923;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.section_split_scroll_cards .process_scroll_card_body {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding-top: 25px;
}
.section_split_scroll_cards .process_scroll_card_media {
  flex: 0 0 112px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  background: #F8F8F9;
}
.section_split_scroll_cards .process_scroll_card_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_split_scroll_cards .process_scroll_card_text {
  flex: 1 1 auto;
  min-width: 0;
}
.section_split_scroll_cards .process_scroll_card_title {
  margin: 0;
  color: #15222F;
}
.section_split_scroll_cards .process_scroll_card_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_split_scroll_cards .process_scroll_card_copy p {
  margin: 0;
  color: inherit;
}
@media only screen and (max-width: 1200px) {
  .section_split_scroll_cards .section_split_scroll_cards_panel {
    flex-basis: 600px;
    width: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_split_scroll_cards .section_split_scroll_cards_inner {
    flex-direction: column;
  }
  .section_split_scroll_cards .section_split_scroll_cards_intro {
    position: static;
    width: 100%;
  }
  .section_split_scroll_cards .section_split_scroll_cards_panel {
    flex-basis: auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    min-height: 0;
  }
  .section_split_scroll_cards .section_split_scroll_cards_scroll {
    height: auto;
    overflow: visible;
  }
  .section_split_scroll_cards .process_scroll_card {
    min-height: 0;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .section_split_scroll_cards .process_scroll_card {
    padding: 30px 24px 30px 40px;
  }
  .section_split_scroll_cards .process_scroll_card_number {
    top: 24px;
    left: 24px;
  }
  .section_split_scroll_cards .process_scroll_card_body {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section_faq_accordion {
  color: #fff;
}
.section_faq_accordion .section_faq_accordion_header {
  text-align: center;
}
.section_faq_accordion .section_faq_accordion_title {
  margin: 0;
  color: #fff;
}
.section_faq_accordion .section_faq_accordion_desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.7);
}
.section_faq_accordion .section_faq_accordion_desc p {
  margin: 0;
  color: inherit;
}
.section_faq_accordion .section_faq_accordion_list {
  display: flex;
  flex-direction: column;
}
.section_faq_accordion .faq_item {
  border-bottom: 1px solid #313131;
}
.section_faq_accordion .faq_item.is-open .faq_item_trigger {
  padding-bottom: 16px;
}
.section_faq_accordion .faq_item.is-open .faq_item_icon {
  color: #A41923;
}
.section_faq_accordion .faq_item.is-open .faq_item_icon_v {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.section_faq_accordion .faq_item.is-open .faq_item_panel {
  grid-template-rows: 1fr;
}
.section_faq_accordion .faq_item_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.section_faq_accordion .faq_item_question {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
}
.section_faq_accordion .faq_item_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #221F20;
  color: #fff;
}
.section_faq_accordion .faq_item_icon_h,
.section_faq_accordion .faq_item_icon_v {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.section_faq_accordion .faq_item_icon_h {
  width: 14px;
  height: 1.5px;
}
.section_faq_accordion .faq_item_icon_v {
  width: 1.5px;
  height: 14px;
}
.section_faq_accordion .faq_item_panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_faq_accordion .faq_item_panel_inner {
  overflow: hidden;
  min-height: 0;
}
.section_faq_accordion .faq_item_answer {
  color: rgba(255, 255, 255, 0.7);
}
.section_faq_accordion .faq_item_answer p {
  margin: 0;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .section_faq_accordion .faq_item_answer.pr_70 {
    padding-right: 0;
  }
}

.section_resource_cards_slider .section_resource_cards_slider_header--split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_resource_cards_slider .section_resource_cards_slider_header--split .section_resource_cards_slider_title {
  flex: 1 1 auto;
  max-width: 60%;
  text-align: left;
}
.section_resource_cards_slider .section_resource_cards_slider_header--split .section_resource_cards_slider_desc {
  flex: 0 1 36%;
  max-width: 520px;
}
.section_resource_cards_slider .section_resource_cards_slider_title {
  color: #15222F;
}
.section_resource_cards_slider .section_resource_cards_slider_desc {
  color: rgba(21, 21, 21, 0.7);
}
.section_resource_cards_slider .section_resource_cards_slider_desc p {
  color: inherit;
}
@media only screen and (max-width: 820px) {
  .section_resource_cards_slider .section_resource_cards_slider_header--split {
    flex-direction: column;
  }
  .section_resource_cards_slider .section_resource_cards_slider_header--split .section_resource_cards_slider_title,
  .section_resource_cards_slider .section_resource_cards_slider_header--split .section_resource_cards_slider_desc {
    max-width: none;
    width: 100%;
  }
}
.section_resource_cards_slider .section_resource_cards_slider_bleed {
  width: 100%;
  margin-left: max(0px, (100vw - min(100vw, calc(1520px + 6%))) / 2);
  padding-left: calc(min(100vw, calc(1520px + 6%)) * 0.03);
  overflow: hidden;
}
@media (max-width: 768px) {
  .section_resource_cards_slider .section_resource_cards_slider_bleed {
    margin-left: 0;
    padding-left: 4%;
  }
}
.section_resource_cards_slider .section_resource_cards_slider_swiper {
  overflow: visible;
}
.section_resource_cards_slider .swiper-slide {
  width: 722px;
  height: auto;
  max-width: calc(100vw - 8%);
}
.section_resource_cards_slider .resource_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section_resource_cards_slider .resource_card_media {
  position: relative;
  width: 100%;
  aspect-ratio: 722/475;
  overflow: hidden;
}
.section_resource_cards_slider .resource_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_resource_cards_slider .resource_card_media_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 146px;
  aspect-ratio: 146/159;
  background: transparent;
  pointer-events: none;
}
.section_resource_cards_slider .resource_card_media_shape::before, .section_resource_cards_slider .resource_card_media_shape::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 500px;
  pointer-events: none;
}
.section_resource_cards_slider .resource_card_media_shape::before {
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.section_resource_cards_slider .resource_card_media_shape::after {
  right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section_resource_cards_slider .resource_card_title {
  color: #15222F;
}
.section_resource_cards_slider .resource_card_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_resource_cards_slider .resource_card_copy p {
  color: inherit;
}
.section_resource_cards_slider .resource_card_link {
  align-self: flex-start;
  color: #15222F;
}
.section_resource_cards_slider .resource_card_link.arrow_link::after {
  background-color: #E94E5C;
}

.section_split_cta {
  display: flex;
  align-items: stretch;
}
.section_split_cta .section_split_cta_media {
  flex: 0 0 623px;
  width: 623px;
  max-width: 42%;
  overflow: hidden;
  border-radius: 20px;
}
.section_split_cta .section_split_cta_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.section_split_cta .section_split_cta_media:hover img, .section_split_cta .section_split_cta_media:focus-within img {
  transform: scale(1.06);
}
.section_split_cta .section_split_cta_panel {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  color: #fff;
}
.section_split_cta .section_split_cta_panel--red {
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
}
.section_split_cta .section_split_cta_panel--dark {
  background-color: #15222F;
}
.section_split_cta .section_split_cta_title {
  margin: 0;
  color: #fff;
}
.section_split_cta .section_split_cta_desc {
  max-width: 520px;
  color: #fff;
}
.section_split_cta .section_split_cta_desc p {
  margin: 0;
  color: inherit;
}
.section_split_cta .section_split_cta_action,
.section_split_cta .section_split_cta_actions {
  flex: 0 0 auto;
}
.section_split_cta .section_split_cta_actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section_split_cta .enquire_modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
.section_split_cta .enquire_modal[hidden] {
  display: none;
}
.section_split_cta .enquire_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 34, 47, 0.55);
}
.section_split_cta .enquire_modal_dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 825px;
  max-height: 100vh;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 60px 50px 50px;
  background: #fff;
  border-radius: 50px;
}
.section_split_cta .enquire_modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(34, 31, 32, 0.02);
  cursor: pointer;
}
.section_split_cta .enquire_modal_close_icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.section_split_cta .enquire_modal_close_icon::before, .section_split_cta .enquire_modal_close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #292D32;
}
.section_split_cta .enquire_modal_close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section_split_cta .enquire_modal_close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section_split_cta .enquire_modal_title {
  margin: 0;
  text-align: center;
  color: #151515;
  display: block;
}
.section_split_cta .enquire_form {
  display: flex;
  flex-direction: column;
}
.section_split_cta .enquire_form .contact_form_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section_split_cta .enquire_form .contact_form_field {
  display: flex;
  flex-direction: column;
}
.section_split_cta .enquire_form .contact_form_label {
  color: #151515;
}
.section_split_cta .enquire_form .contact_form_required {
  color: #A41923;
}
.section_split_cta .enquire_form .contact_form_control {
  width: 100%;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.section_split_cta .enquire_form .contact_form_control::placeholder {
  color: #151515;
  opacity: 0.2;
}
.section_split_cta .enquire_form .contact_form_control:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_split_cta .enquire_form .contact_form_textarea {
  min-height: 140px;
  resize: vertical;
}
.section_split_cta .enquire_form .custom_dropdown_trigger {
  min-height: 0;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
}
.section_split_cta .enquire_form .custom_dropdown_trigger.is-placeholder {
  color: #151515;
}
.section_split_cta .enquire_form .custom_dropdown_trigger.is-placeholder [data-dropdown-label] {
  opacity: 0.2;
}
.section_split_cta .enquire_form .custom_dropdown_trigger[aria-expanded=true], .section_split_cta .enquire_form .custom_dropdown_trigger:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_split_cta .enquire_form .contact_form_actions {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .section_split_cta .section_split_cta_media {
    flex-basis: 480px;
    width: 480px;
    max-width: 40%;
  }
}
@media only screen and (max-width: 1000px) {
  .section_split_cta {
    flex-direction: column;
  }
  .section_split_cta .section_split_cta_media {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: clamp(280px, 52vw, 420px);
    min-height: auto;
  }
  .section_split_cta .section_split_cta_panel {
    order: 2;
  }
}
@media only screen and (max-width: 600px) {
  .section_split_cta .section_split_cta_media {
    height: clamp(220px, 62vw, 320px);
  }
  .section_split_cta .section_split_cta_panel {
    padding: 25px;
  }
}
@media only screen and (max-width: 820px) {
  .section_split_cta .enquire_modal_dialog {
    padding: 50px 24px 30px;
    border-radius: 30px;
  }
  .section_split_cta .enquire_form .contact_form_row {
    grid-template-columns: 1fr;
  }
}


.enquire_modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
.enquire_modal[hidden] {
  display: none;
}
.enquire_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 34, 47, 0.55);
}
.enquire_modal_dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 825px;
  max-height: 100vh;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 60px 50px 50px;
  background: #fff;
  border-radius: 50px;
}
.enquire_modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(34, 31, 32, 0.02);
  cursor: pointer;
}
.enquire_modal_close_icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.enquire_modal_close_icon::before, .enquire_modal_close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #292D32;
}
.enquire_modal_close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.enquire_modal_close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.enquire_modal_title {
  margin: 0;
  text-align: center;
  color: #151515;
  display: block;
}
.enquire_form {
  display: flex;
  flex-direction: column;
}
.enquire_form .contact_form_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.enquire_form .contact_form_field {
  display: flex;
  flex-direction: column;
}
.enquire_form .contact_form_label {
  color: #151515;
}
.enquire_form .contact_form_required {
  color: #A41923;
}
.enquire_form .contact_form_control {
  width: 100%;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.enquire_form .contact_form_control::placeholder {
  color: #151515;
  opacity: 0.2;
}
.enquire_form .contact_form_control:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.enquire_form .contact_form_textarea {
  min-height: 140px;
  resize: vertical;
}
.enquire_form .custom_dropdown_trigger {
  min-height: 0;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
}
.enquire_form .custom_dropdown_trigger.is-placeholder {
  color: #151515;
}
.enquire_form .custom_dropdown_trigger.is-placeholder [data-dropdown-label] {
  opacity: 0.2;
}
.enquire_form .custom_dropdown_trigger[aria-expanded=true], .enquire_form .custom_dropdown_trigger:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.enquire_form .contact_form_actions {
  display: flex;
}
@media only screen and (max-width: 820px) {
  .enquire_modal_dialog {
    padding: 50px 24px 30px;
    border-radius: 30px;
  }
  .enquire_form .contact_form_row {
    grid-template-columns: 1fr;
  }
}


body.enquire_modal_open {
  overflow: hidden;
}

.section_split_form > * {
  position: relative;
  z-index: 1;
}
.section_split_form .section_split_form_layout {
  display: flex;
  align-items: stretch;
  position: relative;
}
.section_split_form .section_split_form_layout::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 753px;
  width: 1px;
  background: rgba(233, 78, 92, 0.1);
  pointer-events: none;
}
.section_split_form .section_split_form_main {
  flex: 1 1 auto;
  min-width: 0;
}
.section_split_form .section_split_form_aside {
  flex: 0 0 753px;
  width: 753px;
  max-width: 753px;
}
.section_split_form .section_split_form_media {
  width: 713px;
  max-width: 100%;
  height: 399px;
  aspect-ratio: 713/399;
  overflow: hidden;
  background: #101010;
}
.section_split_form .section_split_form_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_split_form .section_split_form_contacts {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section_split_form .section_split_form_contact {
  display: flex;
  flex-direction: column;
}
.section_split_form .section_split_form_contact_label {
  color: #151515;
  text-transform: uppercase;
}
.section_split_form .section_split_form_contact_value {
  color: #151515;
  text-decoration: none;
}
.section_split_form .contact_form {
  display: flex;
  flex-direction: column;
}
.section_split_form .contact_form_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section_split_form .contact_form_field {
  display: flex;
  flex-direction: column;
}
.section_split_form .contact_form_label {
  color: #151515;
}
.section_split_form .contact_form_required {
  color: #A41923;
}
.section_split_form .contact_form_control {
  width: 100%;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.section_split_form .contact_form_control::placeholder {
  color: #151515;
  opacity: 0.2;
}
.section_split_form .contact_form_control:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_split_form .contact_form .custom_dropdown_trigger {
  min-height: 0;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
}
.section_split_form .contact_form .custom_dropdown_trigger.is-placeholder {
  color: #151515;
}
.section_split_form .contact_form .custom_dropdown_trigger.is-placeholder [data-dropdown-label] {
  opacity: 0.2;
}
.section_split_form .contact_form .custom_dropdown_trigger[aria-expanded=true], .section_split_form .contact_form .custom_dropdown_trigger:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_split_form .contact_form_textarea {
  min-height: 140px;
  resize: vertical;
}
.section_split_form .contact_form_privacy {
  color: rgba(21, 21, 21, 0.7);
}
.section_split_form .contact_form_privacy p {
  margin: 0;
  color: inherit;
}
.section_split_form .contact_form_privacy_link {
  color: #DC2626;
  text-decoration: none;
}
.section_split_form .contact_form_privacy_link:hover, .section_split_form .contact_form_privacy_link:focus {
  color: #DC2626;
  text-decoration: underline;
}
.section_split_form .contact_form_actions {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .section_split_form .section_split_form_layout {
    flex-direction: column;
  }
  .section_split_form .section_split_form_layout::before {
    display: none;
  }
  .section_split_form .section_split_form_aside {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
  .section_split_form .section_split_form_media {
    height: auto;
  }
}
@media only screen and (max-width: 820px) {
  .section_split_form .contact_form_row {
    grid-template-columns: 1fr;
  }
  .section_split_form .section_split_form_contacts {
    flex-direction: column;
  }
}

.section_article_detail {
  position: relative;
  color: #151515;
}
.section_article_detail::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  border-bottom: 1px solid rgba(233, 78, 92, 0.3);
  transform: translateX(-50%);
  pointer-events: none;
}
.section_article_detail .article_detail_crumb {
  text-align: left;
  text-transform: uppercase;
  color: #15222F;
}
.section_article_detail .article_detail_crumb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_article_detail .article_detail_crumb_item {
  display: inline-flex;
  align-items: center;
}
.section_article_detail .article_detail_crumb_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.39844 2.99609L11.3984 7.99609L6.39844 12.9961' stroke='%23E94E5C' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section_article_detail .article_detail_crumb_item a {
  color: inherit;
  text-decoration: none;
}
.section_article_detail .article_detail_crumb_item a:hover, .section_article_detail .article_detail_crumb_item a:focus-visible {
  color: #E94E5C;
}
.section_article_detail .article_detail_crumb_item.is-active {
  color: #E94E5C;
}
.section_article_detail .article_detail_title {
  margin: 0;
  color: #151515;
}
.section_article_detail .article_detail_intro {
  color: rgba(21, 21, 21, 0.7);
}
.section_article_detail .article_detail_intro p {
  margin: 0;
  color: inherit;
}
.section_article_detail .article_detail_intro p:not(:last-child) {
  margin-bottom: 15px;
}
.section_article_detail .article_detail_rule {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  overflow: visible;
}
.section_article_detail .article_detail_rule::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 1px;
  background: rgba(233, 78, 92, 0.3);
  transform: translateX(-50%);
  pointer-events: none;
}
.section_article_detail .article_detail_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_article_detail .article_detail_meta_left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_article_detail .article_detail_tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  color: #A41923;
  text-transform: uppercase;
  border: 1px solid #A41923;
  border-radius: 999px;
  background: transparent;
  backdrop-filter: blur(16.29px);
  -webkit-backdrop-filter: blur(16.29px);
}
.section_article_detail .article_detail_meta_info {
  display: flex;
  align-items: center;
  color: #151515;
}
.section_article_detail .article_detail_dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #A41923;
}
.section_article_detail .article_detail_share {
  display: flex;
  align-items: center;
}
.section_article_detail .article_detail_share_label {
  color: #151515;
}
.section_article_detail .article_detail_share_list {
  display: flex;
  align-items: center;
}
.section_article_detail .article_detail_share_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #A41923;
  text-decoration: none;
}
.section_article_detail .article_detail_share_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.5px solid #A41923;
  border-radius: 50%;
  pointer-events: none;
}
.section_article_detail .article_detail_share_btn img {
  width: 19px;
  height: auto;
  display: block;
}
.section_article_detail .article_detail_media {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #101010;
}
.section_article_detail .article_detail_media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section_article_detail .article_detail_body {
  color: rgba(21, 21, 21, 0.7);
}
.section_article_detail .article_detail_body p {
  margin: 0;
  color: inherit;
}
.section_article_detail .article_detail_body p:not(:last-child) {
  margin-bottom: 15px;
}
.section_article_detail .article_detail_heading {
  margin: 0;
  color: #151515;
}
@media only screen and (max-width: 1200px) {
  .section_article_detail .article_detail_body.mr_250 {
    margin-right: 0;
  }
  .section_article_detail .article_detail_media {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 820px) {
  .section_article_detail .article_detail_meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.section_icon_text .section_icon_text_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.section_icon_text .section_icon_text_item {
  display: flex;
  align-items: center;
  flex: 1 1 330px;
  min-width: 330px;
  align-self: stretch;
  border-right: 1px solid rgba(233, 78, 92, 0.2);
}
.section_icon_text .section_icon_text_item:last-child {
  border-right: 0;
}
.section_icon_text .section_icon_text_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(233, 78, 92, 0.1);
}
.section_icon_text .section_icon_text_icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.section_icon_text .section_icon_text_copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.section_icon_text .section_icon_text_title {
  color: #15222F;
}
.section_icon_text .section_icon_text_label {
  color: rgba(21, 21, 21, 0.7);
}
@media only screen and (max-width: 1200px) {
  .section_icon_text .section_icon_text_item {
    flex: 1 1 calc(50% - 1px);
    min-width: 280px;
  }
  .section_icon_text .section_icon_text_item:nth-child(2n) {
    border-right: 0;
  }
  .section_icon_text .section_icon_text_item:nth-child(n+3) {
    border-top: 1px solid rgba(233, 78, 92, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  .section_icon_text .section_icon_text_item {
    flex: 1 1 100%;
    min-width: 0;
    border-right: 0;
    border-top: 1px solid rgba(233, 78, 92, 0.2);
  }
  .section_icon_text .section_icon_text_item:first-child {
    border-top: 0;
  }
}

.section_image_text_cards .section_image_text_cards_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_image_text_cards .section_image_text_cards_intro {
  max-width: 920px;
  min-width: 0;
}
.section_image_text_cards .section_image_text_cards_title {
  margin: 0;
  color: #15222F;
}
.section_image_text_cards .section_image_text_cards_desc {
  max-width: 720px;
  color: rgba(21, 21, 21, 0.7);
}
.section_image_text_cards .section_image_text_cards_desc p {
  margin: 0;
  color: inherit;
}
.section_image_text_cards .section_image_text_cards_action {
  flex: 0 0 auto;
  padding-top: 8px;
}
.section_image_text_cards .section_image_text_cards_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 20px;
}
.section_image_text_cards .image_text_card {
  display: flex;
  height: 300px;
  overflow: hidden;
  box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.05);
}
.section_image_text_cards .image_text_card_media {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  height: 100%;
  overflow: hidden;
}
.section_image_text_cards .image_text_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_image_text_cards .image_text_card_media_frame {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 70px;
  background: transparent;
  pointer-events: none;
}
.section_image_text_cards .image_text_card_media_frame::before, .section_image_text_cards .image_text_card_media_frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section_image_text_cards .image_text_card_media_frame::before {
  top: 0;
  left: 0;
  width: 500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.section_image_text_cards .image_text_card_media_frame::after {
  top: 0;
  right: 0;
  height: 500px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.section_image_text_cards .image_text_card_body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 70px 30px 30px;
}
.section_image_text_cards .image_text_card_header {
  display: flex;
  flex-direction: column;
}
.section_image_text_cards .image_text_card_title {
  margin: 0;
  color: #15222F;
}
.section_image_text_cards .image_text_card_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_image_text_cards .image_text_card_copy p {
  margin: 0;
  color: inherit;
}
.section_image_text_cards .image_text_card_link {
  align-self: flex-start;
  color: #15222F;
}
.section_image_text_cards .image_text_card_link.arrow_link::after {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-color: #E94E5C;
}
@media only screen and (max-width: 1000px) {
  .section_image_text_cards .section_image_text_cards_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section_image_text_cards .section_image_text_cards_grid {
    grid-template-columns: 1fr;
  }
  .section_image_text_cards .image_text_card_body {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section_image_text_cards .image_text_card {
    flex-direction: column;
    height: auto;
  }
  .section_image_text_cards .image_text_card_media {
    flex: 0 0 auto;
    width: 100%;
    height: 220px;
  }
}

.section_search_media_grid .section_search_media_grid_intro {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_search_media_grid .section_search_media_grid_title {
  margin: 0;
  color: #15222F;
}
.section_search_media_grid .section_search_media_grid_desc {
  color: rgba(21, 21, 21, 0.7);
}
.section_search_media_grid .section_search_media_grid_desc p {
  margin: 0;
  color: inherit;
}
.section_search_media_grid .section_search_media_grid_search_bar {
  display: flex;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 50px;
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.section_search_media_grid .section_search_media_grid_search_bar button.red_btn {
  min-height: 62px;
}
.section_search_media_grid .section_search_media_grid_search_bar button.red_btn::before {
  width: calc(100% - 60px);
}
.section_search_media_grid .section_search_media_grid_search_bar button.red_btn::after {
  width: 60px;
}
.section_search_media_grid .section_search_media_grid_search_bar button.red_btn:hover::before, .section_search_media_grid .section_search_media_grid_search_bar button.red_btn:focus::before {
  width: 100%;
}
.section_search_media_grid .section_search_media_grid_search {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  height: 60px;
  padding: 0 16px 0 48px;
  background: #fff;
  border: 1px solid rgba(21, 34, 47, 0.17);
  border-radius: 999px;
  box-sizing: border-box;
}
.section_search_media_grid .section_search_media_grid_search_icon {
  position: absolute;
  left: 16px;
  top: 50%;
  display: flex;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}
.section_search_media_grid .section_search_media_grid_search_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_search_media_grid .section_search_media_grid_search_input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #15222F;
}
.section_search_media_grid .section_search_media_grid_search_input::placeholder {
  color: rgba(21, 34, 47, 0.5);
}
.section_search_media_grid .section_search_media_grid_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section_search_media_grid .section_search_media_grid_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section_search_media_grid .section_search_media_grid_card_link {
  align-self: flex-start;
  color: #15222F;
}
.section_search_media_grid .section_search_media_grid_card_link.arrow_link::after {
  background-color: #E94E5C;
}
.section_search_media_grid .section_search_media_grid_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_search_media_grid .section_search_media_grid_page_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 139px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #15222F;
  border-radius: 999px;
  background: transparent;
  color: #15222F;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.section_search_media_grid .section_search_media_grid_page_btn:disabled {
  opacity: 0.2;
  cursor: default;
}
.section_search_media_grid .section_search_media_grid_pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_search_media_grid .section_search_media_grid_page_num,
.section_search_media_grid .section_search_media_grid_page_ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #15222F;
  cursor: pointer;
}
.section_search_media_grid .section_search_media_grid_page_ellipsis {
  cursor: default;
}
.section_search_media_grid .section_search_media_grid_page_num.is-active {
  position: relative;
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  cursor: default;
}
.section_search_media_grid .section_search_media_grid_page_num.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--active-page-bg) center/contain no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .section_search_media_grid .section_search_media_grid_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 820px) {
  .section_search_media_grid .section_search_media_grid_search_bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }
  .section_search_media_grid .section_search_media_grid_list {
    grid-template-columns: 1fr;
  }
  .section_search_media_grid .section_search_media_grid_pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section_search_media_grid .section_search_media_grid_pages {
    order: -1;
    width: 100%;
  }
}

.section_download_cards .section_download_cards_title {
  margin: 0;
  display: block;
  text-align: center;
  color: #15222F;
}
.section_download_cards .section_download_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section_download_cards .download_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}
.section_download_cards .download_card_visual {
  display: flex;
  align-items: flex-start;
}
.section_download_cards .download_card_icon {
  display: block;
  width: 77px;
  height: auto;
}
.section_download_cards .download_card_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section_download_cards .download_card_type {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  background: #15222F;
  border-radius: 30px;
  backdrop-filter: blur(16.29px);
  -webkit-backdrop-filter: blur(16.29px);
}
.section_download_cards .download_card_title {
  color: #15222F;
}
.section_download_cards .download_card_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_download_cards .download_card_copy p {
  color: inherit;
}
@media only screen and (max-width: 1200px) {
  .section_download_cards .section_download_cards_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .section_download_cards .section_download_cards_grid {
    grid-template-columns: 1fr;
  }
}

.section_guide_banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-color: #15222F;
  background-image: var(--guide-banner-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section_guide_banner .section_guide_banner_panel {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  width: 640px;
  max-width: calc(100% - 100px);
  transform: translateY(-50%) !important;
}
.section_guide_banner .section_guide_banner_title {
  margin: 0;
  color: #fff;
}
.section_guide_banner .section_guide_banner_desc {
  color: rgba(255, 255, 255, 0.7);
}
.section_guide_banner .section_guide_banner_desc p {
  margin: 0;
  color: inherit;
}
.section_guide_banner .section_guide_banner_list {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.section_guide_banner .section_guide_banner_list_item {
  display: flex;
  align-items: center;
}
.section_guide_banner .section_guide_banner_list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.section_guide_banner .section_guide_banner_list_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_guide_banner .section_guide_banner_list_text {
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .section_guide_banner {
    height: auto;
    min-height: 550px;
    padding: 80px 4%;
    justify-content: center;
  }
  .section_guide_banner .section_guide_banner_panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 640px;
    transform: none;
  }
}

.section_payments_globe .payments_globe_header {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .section_payments_globe .payments_globe_header {
    flex-direction: column;
  }
}
.section_payments_globe .payments_globe_intro {
  flex: 1 1 0;
  max-width: 600px;
  width: 100%;
  min-width: 0;
}
.section_payments_globe .payments_globe_aside {
  flex: 1 1 0;
  max-width: 580px;
  width: 100%;
  min-width: 0;
}
@media only screen and (max-width: 820px) {
  .section_payments_globe .payments_globe_intro,
  .section_payments_globe .payments_globe_aside {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.section_payments_globe .payments_globe_title {
  margin: 0;
  color: #151515;
}
.section_payments_globe .section_label {
  color: #A41923;
}
.section_payments_globe .payments_globe_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_payments_globe .payments_globe_copy p {
  color: inherit;
}
.section_payments_globe .payments_globe_list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.section_payments_globe .payments_globe_list_item {
  display: flex;
  align-items: flex-start;
  color: #15222F;
}
.section_payments_globe .payments_globe_list_icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 2px;
}
.section_payments_globe .payments_globe_list_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_payments_globe .payments_globe_stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 720px;
  width: 100%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .section_payments_globe .payments_globe_stage {
    min-height: 650px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_payments_globe .payments_globe_stage {
    min-height: 560px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_payments_globe .payments_globe_stage {
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_stage {
    align-items: center;
  }
}
.section_payments_globe .payments_globe_ring {
  position: relative;
  z-index: 1;
  width: 600px;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_payments_globe .payments_globe_ring::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 1.5px dashed rgba(233, 78, 92, 0.3);
  border-radius: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .section_payments_globe .payments_globe_ring {
    width: 540px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_payments_globe .payments_globe_ring {
    width: 460px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_payments_globe .payments_globe_ring {
    width: min(100%, 420px);
    margin-left: auto;
  }
}
@media only screen and (max-width: 820px) {
  .section_payments_globe .payments_globe_ring {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_ring {
    width: min(100%, 430px);
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section_payments_globe .payments_globe_ring::after {
    display: none;
  }
}
.section_payments_globe .payments_globe_sphere {
  position: relative;
  z-index: 2;
  width: 500px;
  max-width: 83.333%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: visible;
}
.section_payments_globe .payments_globe_sphere::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2%;
  z-index: 4;
  width: 36%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse 42% 24% at 50% 100%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0) 75%);
  transform: translateX(-50%);
  filter: blur(8px);
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .section_payments_globe .payments_globe_sphere {
    width: 450px;
  }
}
@media only screen and (max-width: 1200px) {
  .section_payments_globe .payments_globe_sphere {
    width: 380px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_payments_globe .payments_globe_sphere {
    width: min(100%, 340px);
  }
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_sphere {
    width: min(100%, 280px);
  }
  .section_payments_globe .payments_globe_sphere::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: min(430px, 100vw - 8%);
    aspect-ratio: 1;
    border: 1.5px dashed rgba(233, 78, 92, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
}
.section_payments_globe .payments_globe_pin {
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.section_payments_globe .payments_globe_pin.is-front, .section_payments_globe .payments_globe_pin:not([hidden]) {
  opacity: 1;
  visibility: visible;
}
.section_payments_globe .payments_globe_pin_glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  margin-left: -13.5px;
  margin-top: -13.5px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #E94E5C 0%, #FF98A1 100%);
  opacity: 0.1;
}
.section_payments_globe .payments_globe_pin_dot {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  background: #E94E5C;
}
.section_payments_globe .payments_globe_pin_card {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  margin-left: -18.5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.05);
}
.section_payments_globe .payments_globe_pin_media {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 26px;
}
.section_payments_globe .payments_globe_pin_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_payments_globe .payments_globe_pin_vector {
  position: absolute;
  left: 50%;
  bottom: -7px;
  display: block;
  width: 21px;
  height: 9px;
  transform: translateX(-50%);
}
.section_payments_globe .payments_globe_map {
  position: relative;
  z-index: 2;
  contain: layout paint;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #F7F5F3;
  box-shadow: inset 0 -28px 40px rgba(164, 25, 35, 0.06), inset 0 0 48px rgba(21, 34, 47, 0.04);
}
.section_payments_globe .payments_globe_map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.15) 32%, rgba(255, 255, 255, 0) 58%), radial-gradient(circle at 70% 78%, rgba(21, 34, 47, 0.06) 0%, rgba(21, 34, 47, 0) 55%), radial-gradient(ellipse 42% 24% at 50% 100%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0) 75%), radial-gradient(ellipse 70% 42% at 50% 92%, rgba(233, 78, 92, 0) 0%, rgba(233, 78, 92, 0.09) 38%, rgba(164, 25, 35, 0.045) 62%, rgba(164, 25, 35, 0) 82%), linear-gradient(180deg, rgba(233, 78, 92, 0) 48%, rgba(233, 78, 92, 0.035) 68%, rgba(233, 78, 92, 0.08) 82%, rgba(233, 78, 92, 0.05) 92%, rgba(233, 78, 92, 0) 100%);
  pointer-events: none;
}
.section_payments_globe .payments_globe_map.is-loading::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 2px solid rgba(21, 34, 47, 0.08);
  border-top-color: #A41923;
  animation: payments_globe_spin 0.8s linear infinite;
  pointer-events: none;
  z-index: 4;
}
.section_payments_globe .payments_globe_map.is-ready .payments_globe_svg {
  opacity: 1;
}
.section_payments_globe .payments_globe_svg {
  display: block;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.section_payments_globe .payments_globe_ocean {
  fill: #F7F5F3;
}
.section_payments_globe .payments_globe_country {
  cursor: pointer;
  pointer-events: all;
}
@keyframes payments_globe_spin {
  to {
    transform: rotate(360deg);
  }
}
.section_payments_globe .payments_globe_tooltip {
  position: absolute;
  z-index: 5;
  padding: 6px 10px;
  border-radius: 8px;
  background: #15222F;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 12px));
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 10px 28px rgba(0, 0, 0, 0.12);
}
.section_payments_globe .payments_globe_tooltip[hidden] {
  display: none;
}
.section_payments_globe .payments_globe_tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background: #15222F;
  transform: rotate(45deg);
}
.section_payments_globe .payments_globe_base {
  position: absolute;
  left: 50%;
  bottom: -18%;
  z-index: 0;
  width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.section_payments_globe .payments_globe_base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8%;
  z-index: 1;
  width: 58%;
  height: 42%;
  border-radius: 50%;
  background: radial-gradient(ellipse 48% 55% at 50% 12%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 152, 161, 0.35) 22%, rgba(233, 78, 92, 0.28) 45%, rgba(164, 25, 35, 0.1) 65%, rgba(164, 25, 35, 0) 80%);
  transform: translateX(-50%);
  filter: blur(6px);
}
.section_payments_globe .payments_globe_base img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_base {
    bottom: -10%;
  }
}
.section_payments_globe .payments_globe_currencies {
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.section_payments_globe .payments_globe_currencies--ring {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_currencies--ring {
    display: none;
  }
}
.section_payments_globe .payments_globe_currencies--mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_currencies--mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
    width: 100%;
    padding-top: 50px;
    margin-bottom: -40px;
  }
}
.section_payments_globe .payments_globe_currency {
  display: none;
  align-items: center;
  will-change: transform, opacity;
  width: max-content;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.section_payments_globe .payments_globe_currency.is-front {
  display: flex;
  opacity: 1;
}
.section_payments_globe .payments_globe_currencies--ring .payments_globe_currency {
  position: absolute;
  left: 0;
  top: 0;
  justify-content: flex-end;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_currencies--ring .payments_globe_currency {
    transform: none;
  }
}
.section_payments_globe .payments_globe_currencies--mobile .payments_globe_currency {
  position: relative;
  max-width: calc(50% - 5px);
}
.section_payments_globe .payments_globe_currency_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  color: #15222F;
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_currency_text {
    min-width: 0;
  }
}
.section_payments_globe .payments_globe_currency_name {
  color: #15222F;
}
.section_payments_globe .payments_globe_currency_code {
  color: #A41923;
}
.section_payments_globe .payments_globe_currency_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(233, 78, 92, 0.3);
  background: rgba(233, 78, 92, 0.1);
  color: #A41923;
}
.section_payments_globe .payments_globe_details {
  position: absolute;
  right: 0;
  top: 42%;
  z-index: 4;
  width: 280px;
  max-width: calc(50% - 120px);
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(233, 78, 92, 0.3);
  background: #fff;
  box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40%) translateX(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.section_payments_globe .payments_globe_details.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-40%) translateX(0);
  pointer-events: auto;
}
@media only screen and (max-width: 1200px) {
  .section_payments_globe .payments_globe_details {
    width: 240px;
  }
}
@media only screen and (max-width: 1000px) {
  .section_payments_globe .payments_globe_details {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 360px;
    transform: none;
  }
  .section_payments_globe .payments_globe_details.is-visible {
    transform: none;
  }
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_details {
    max-width: 100%;
    padding: 16px;
    border-radius: 16px;
  }
}
.section_payments_globe .payments_globe_details_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section_payments_globe .payments_globe_details_item {
  position: relative;
  display: flex;
  align-items: center;
  color: #15222F;
}
.section_payments_globe .payments_globe_details_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.7px;
  background: rgba(21, 34, 47, 0.17);
  pointer-events: none;
}
.section_payments_globe .payments_globe_details_text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_payments_globe .payments_globe_details_code {
  color: #E94E5C;
  vertical-align: middle;
}
.section_payments_globe .payments_globe_details_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(233, 78, 92, 0.1);
  color: #A41923;
}
.section_payments_globe .payments_globe_details_icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.section_payments_globe .payments_globe_details_item:first-child .payments_globe_details_icon {
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  color: #fff;
}
.section_payments_globe .payments_globe_captions {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 8%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  pointer-events: none;
}
@media only screen and (max-width: 1000px) {
  .section_payments_globe .payments_globe_captions {
    position: static;
    width: 100%;
    max-width: 720px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_captions {
    gap: 18px;
  }
}
.section_payments_globe .payments_globe_caption {
  flex: 0 1 320px;
  text-align: center;
  pointer-events: auto;
}
@media only screen and (max-width: 600px) {
  .section_payments_globe .payments_globe_caption {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
  }
}
.section_payments_globe .payments_globe_caption_title {
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.section_payments_globe .payments_globe_caption_text {
  color: #A41923;
}

.section_job_list .section_job_list_title {
  margin: 0;
  text-align: center;
  color: #151515;
  display: block;
}
.section_job_list .section_job_list_items {
  display: flex;
  flex-direction: column;
}
.section_job_list .job_list_item {
  display: grid;
  grid-template-columns: 1fr minmax(0, 542px) 1fr;
  align-items: center;
  column-gap: 40px;
  position: relative;
}
.section_job_list .job_list_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.section_job_list .job_list_item_title {
  margin: 0;
  color: #151515;
}
.section_job_list .job_list_item_center {
  width: 100%;
  max-width: 542px;
}
.section_job_list .job_list_item_copy {
  color: rgba(21, 21, 21, 0.7);
}
.section_job_list .job_list_item_copy p {
  margin: 0;
  color: inherit;
}
.section_job_list .job_list_item_tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section_job_list .job_list_tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 999px;
  background: transparent;
}
.section_job_list .job_list_tag img {
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 14px;
}
.section_job_list .job_list_tag--location {
  color: #15222F;
  border: 1px solid #15222F;
}
.section_job_list .job_list_tag--type {
  color: #A41923;
  border: 1px solid #A41923;
}
.section_job_list .job_list_apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  cursor: pointer;
}
.section_job_list .job_list_apply:hover .job_list_apply_arrow {
  transform: rotate(45deg);
}
.section_job_list .job_list_apply_arrow {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.77902 3.55887H8.63302L1 11.1918L2.80902 13L10.442 5.36698V11.2209H13V1H2.77902V3.55887Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.3s ease;
}
.section_job_list .job_apply_modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
.section_job_list .job_apply_modal[hidden] {
  display: none;
}
.section_job_list .job_apply_modal_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 34, 47, 0.55);
}
.section_job_list .job_apply_modal_dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 825px;
  max-height: 100vh;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 60px 50px 50px;
  background: #fff;
  border-radius: 50px;
}
.section_job_list .job_apply_modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(34, 31, 32, 0.02);
  cursor: pointer;
}
.section_job_list .job_apply_modal_close_icon {
  position: relative;
  width: 14px;
  height: 14px;
}
.section_job_list .job_apply_modal_close_icon::before, .section_job_list .job_apply_modal_close_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #292D32;
}
.section_job_list .job_apply_modal_close_icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section_job_list .job_apply_modal_close_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section_job_list .job_apply_modal_title {
  margin: 0;
  text-align: center;
  color: #151515;
  display: block;
}
.section_job_list .job_apply_form {
  display: flex;
  flex-direction: column;
}
.section_job_list .job_apply_form .contact_form_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.section_job_list .job_apply_form .contact_form_field {
  display: flex;
  flex-direction: column;
}
.section_job_list .job_apply_form .contact_form_label {
  color: #151515;
}
.section_job_list .job_apply_form .contact_form_required {
  color: #A41923;
}
.section_job_list .job_apply_form .contact_form_control {
  width: 100%;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.section_job_list .job_apply_form .contact_form_control::placeholder {
  color: #151515;
  opacity: 0.2;
}
.section_job_list .job_apply_form .contact_form_control:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_job_list .job_apply_form .custom_dropdown_trigger {
  min-height: 0;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
  color: #151515;
}
.section_job_list .job_apply_form .custom_dropdown_trigger.is-placeholder {
  color: #151515;
}
.section_job_list .job_apply_form .custom_dropdown_trigger.is-placeholder [data-dropdown-label] {
  opacity: 0.2;
}
.section_job_list .job_apply_form .custom_dropdown_trigger[aria-expanded=true], .section_job_list .job_apply_form .custom_dropdown_trigger:focus {
  border-color: rgba(21, 34, 47, 0.17);
}
.section_job_list .job_apply_form .contact_form_actions {
  display: flex;
}
.section_job_list .job_apply_resume {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 20px 17px;
  border: 1px solid rgba(21, 34, 47, 0.07);
  border-radius: 10px;
  background: #FAFAFA;
}
.section_job_list .job_apply_resume_name {
  color: #151515;
  opacity: 0.2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_job_list .job_apply_resume_name.has-file {
  opacity: 1;
}
.section_job_list .job_apply_browse {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  background-image: linear-gradient(90deg, #A41923 0%, #E94E5C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  cursor: pointer;
}
.section_job_list .job_apply_resume_input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .section_job_list .job_list_item {
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: 24px;
  }
  .section_job_list .job_list_apply {
    justify-self: start;
  }
}
@media only screen and (max-width: 820px) {
  .section_job_list .job_apply_modal_dialog {
    padding: 50px 24px 30px;
    border-radius: 30px;
  }
  .section_job_list .job_apply_form .contact_form_row {
    grid-template-columns: 1fr;
  }
}

body.job_apply_modal_open {
  overflow: hidden;
}

.site_loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.site_loader.is-done {
  opacity: 0;
  pointer-events: none;
}

.site_loader.is-hidden {
  display: none;
}

.site_loader_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site_loader_video {
  display: block;
  width: 115px;
  height: auto;
  object-fit: contain;
  background: transparent;
}

.site_loader_text {
  display: block;
  width: auto;
  height: 28px;
  margin-top: 18px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.site_loader_text.is-in {
  opacity: 1;
  transform: translateY(0);
}

body.site_loader_active {
  overflow: hidden;
}

.footer {
  color: #fff;
}
.footer .footer_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.footer .footer_brand {
  flex: 0 0 40%;
  width: 40%;
  max-width: 400px;
}
.footer .footer_logo {
  display: inline-flex;
}
.footer .footer_logo img {
  width: 132px;
  height: auto;
  display: block;
}
.footer .footer_brand_copy {
  max-width: 280px;
  color: #fff;
}
.footer .footer_brand_copy p {
  margin: 0;
  color: inherit;
}
.footer .footer_contacts {
  display: flex;
}
.footer .footer_contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer_contact img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}
.footer .footer_contact:hover, .footer .footer_contact:focus {
  color: #A41923;
}
.footer .footer_nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  min-width: 0;
}
.footer .footer_nav_col {
  min-width: 0;
}
.footer .footer_nav_title {
  margin: 0;
  color: #fff;
}
.footer .footer_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer_nav_list li + li {
  margin-top: 12px;
}
.footer .footer_nav_list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer_nav_list a:hover, .footer .footer_nav_list a:focus {
  color: #A41923;
}
.footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #313131;
}
.footer .footer_legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.footer .footer_legal a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer_legal a:hover, .footer .footer_legal a:focus {
  color: #A41923;
}
.footer .footer_legal_sep {
  margin: 0 8px;
  color: #fff;
}
.footer .footer_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer_social_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  gap: 8px;
  border-radius: 55px;
  background: #232323;
  text-decoration: none;
}
.footer .footer_social_link:hover .footer_social_arrow, .footer .footer_social_link:focus .footer_social_arrow {
  transform: rotate(45deg);
}
.footer .footer_social_icon {
  width: auto;
  height: auto;
  max-height: 22px;
  display: block;
}
.footer .footer_social_arrow {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  display: block;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .footer .footer_main {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer_brand {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }
  .footer .footer_contacts {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .footer .footer_nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer_nav_col {
    flex: 1 1 180px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_social {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer_brand {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer_contacts {
    justify-content: flex-start;
  }
  .footer .footer_nav {
    flex-direction: column;
  }
  .footer .footer_nav_col {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer_legal {
    gap: 6px 10px;
    line-height: 130%;
  }
}/*# sourceMappingURL=main.css.map */
