/* ---------- mixins ---------- */
/* ---------- typography ---------- */
:root {
  --main-font: 'satoshi';
  --white-100: #FCFCFC;
  --white-200: #F3F3F3;
  --black-300: #111111;
  --black-200: #474747;
  --black-100: #606060;
  --gray-100: #3C3C3C;
  --gray-200: #C0C0C0;
  --gray-300: #666666;
  --orange-300: #FF8300;
  --orange-200: #FFA546;
  --orange-100: #FFC282;
  --form-field-bg: #F5F5F5;
  --mb-16: 1.6rem;
  --border-radius-04: 0.4rem;
  --container-width: 134.2rem; }

*::-moz-selection {
  color: var(--white-200);
  background: var(--gray-100); }

*::-webkit-selection, *::selection {
  color: var(--white-200);
  background: var(--gray-100); }

* {
  scrollbar-color: var(--gray-100) transparent;
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    width: 0.6rem; }
  *::-webkit-scrollbar-track {
    background: transparent; }
  * ::-webkit-scrollbar-thumb {
    background-color: var(--gray-100);
    outline: 0px solid var(--gray-100);
    -webkit-border-radius: 10rem;
            border-radius: 10rem; }

html {
  font-size: 62.5%; }

body {
  font-family: var(--main-font);
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  color: var(--black-300);
  background: var(--white-100); }

h1 {
  font-family: inherit;
  font-size: 6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.18rem; }

h2 {
  font-family: inherit;
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: -0.072rem; }

h3 {
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5; }

h4 {
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5; }

h5 {
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: -0.048rem; }

h6 {
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0.072rem; }

ul {
  list-style-type: disc;
  margin-left: 17px; }

a {
  text-decoration: none; }
  a:not(.btn) {
    color: var(--orange); }

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

p {
  margin-bottom: var(--mb-16); }

form {
  width: 100%;
  position: relative; }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form select,
  form textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3;
    height: 5.6rem;
    color: var(--gray-100);
    background: var(--form-field-bg);
    border: 0 none;
    -webkit-border-radius: var(--border-radius-04);
            border-radius: var(--border-radius-04);
    padding: 0 1.6rem;
    margin: 0 0 2.4rem; }
    form input[type="text"]::-moz-placeholder,
    form input[type="email"]::-moz-placeholder,
    form input[type="phone"]::-moz-placeholder,
    form select::-moz-placeholder,
    form textarea::-moz-placeholder {
      color: var(--gray-100);
      opacity: 1; }
    form input[type="text"]::-ms-input-placeholder,
    form input[type="email"]::-ms-input-placeholder,
    form input[type="phone"]::-ms-input-placeholder,
    form select::-ms-input-placeholder,
    form textarea::-ms-input-placeholder {
      color: var(--gray-100);
      opacity: 1; }
    form input[type="text"]::-webkit-input-placeholder,
    form input[type="email"]::-webkit-input-placeholder,
    form input[type="phone"]::-webkit-input-placeholder,
    form select::-webkit-input-placeholder,
    form textarea::-webkit-input-placeholder {
      color: var(--gray-100);
      opacity: 1; }
    form input[type="text"]:focus::-moz-placeholder,
    form input[type="email"]:focus::-moz-placeholder,
    form input[type="phone"]:focus::-moz-placeholder,
    form select:focus::-moz-placeholder,
    form textarea:focus::-moz-placeholder {
      opacity: 0; }
    form input[type="text"]:focus::-ms-input-placeholder,
    form input[type="email"]:focus::-ms-input-placeholder,
    form input[type="phone"]:focus::-ms-input-placeholder,
    form select:focus::-ms-input-placeholder,
    form textarea:focus::-ms-input-placeholder {
      opacity: 0; }
    form input[type="text"]:focus::-webkit-input-placeholder,
    form input[type="email"]:focus::-webkit-input-placeholder,
    form input[type="phone"]:focus::-webkit-input-placeholder,
    form select:focus::-webkit-input-placeholder,
    form textarea:focus::-webkit-input-placeholder {
      opacity: 0; }
  form select {
    background-image: url("img/icon-angle-down.svg");
    -webkit-background-size: 2rem 2rem;
            background-size: 2rem;
    background-repeat: no-repeat;
    background-position: center right 1.6rem; }
  form textarea {
    height: 18rem;
    padding: 1.6rem; }
  form input[type="submit"] {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  form label {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    margin-bottom: 0.8rem; }

.btn {
  position: relative;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 5.6rem;
  line-height: 5.6rem;
  color: var(--white-100);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 10rem;
  background: var(--black-300);
  border: none;
  -webkit-border-radius: var(--border-radius-04);
          border-radius: var(--border-radius-04);
  padding: 0 2.4rem;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn:hover, .btn:focus, .btn:active, .btn:visited {
    text-decoration: none; }
  .btn:hover {
    background: var(--black-200); }
  .btn .icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .btn[data-icon] {
    gap: 2.4rem; }
  .btn-orange {
    background: var(--orange-300); }
    .btn-orange:hover {
      background: var(--orange-200); }
  .btn-text {
    font-size: 2rem;
    width: auto;
    height: auto;
    line-height: 1.2;
    background: transparent;
    padding: 0;
    min-width: 1px; }
    .btn-text .icon {
      -webkit-filter: brightness(1);
              filter: brightness(1); }
    .btn-text.btn-orange {
      color: var(--orange-300); }
      .btn-text.btn-orange:hover {
        color: var(--orange-200); }
        .btn-text.btn-orange:hover .icon {
          -webkit-filter: brightness(1.4);
                  filter: brightness(1.4); }
    .btn-text:hover {
      background: transparent; }
    .btn-text .icon {
      width: 1.4rem;
      height: 1.4rem; }
  .btn input[type="submit"] {
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    padding: 0;
    min-width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0; }

blockquote {
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5; }

.container {
  width: 100%;
  max-width: var(--container-width);
  padding: 0 1.5rem;
  margin: 0 auto; }

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline; }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--orange-300); }

section {
  overflow: hidden; }

  em {
    font-style: italic;
  }

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

.hero__banner {
  position: relative;
  height: var(--doc-height);
  overflow: hidden; }
  .hero__banner_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .hero__banner_overlay::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.2); }
    .hero__banner_overlay video {
      min-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 0; }
  .hero__banner_content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 7rem;
    color: var(--white-200); }
    .hero__banner_content::after {
      content: '';
      display: block;
      width: 100%;
      height: 0; }
    .hero__banner_content_inner {
      width: 100%;
      max-width: 120.8rem; }

.cta {
  background: var(--white-100);
  padding: 7rem 0; }
  .cta h1,
  .cta h2,
  .cta h3,
  .cta h4,
  .cta h5,
  .cta h6 {
    margin-bottom: 2.4rem; }
  .cta p {
    font-size: 2.4rem;
    line-height: 1.5;
    color: var(--gray-100); }
  .cta .btn {
    margin-top: 4rem; }
  .cta__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .cta__content_image {
      width: 38%; }
      .cta__content_image img {
        max-width: -webkit-calc(100% - 3rem);
        max-width: calc(100% - 3rem); }
    .cta__content_text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .cta__content_text_inner {
        max-width: 65rem; }
  .cta.inverted {
    background: var(--black-300); }
    .cta.inverted h1,
    .cta.inverted h2,
    .cta.inverted h3,
    .cta.inverted h4,
    .cta.inverted h5,
    .cta.inverted h6 {
      color: var(--white-100); }
    .cta.inverted p {
      color: var(--gray-200); }

.black__white {
  position: relative; }
  .black__white_overlay {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .black__white .cta__content_image img {
    opacity: 0;
    visibility: hidden; }

/* ---------- header ---------- */
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer; }
  .hamburger__inner {
    position: relative;
    width: 24px;
    height: 16px; }
    .hamburger__inner span {
      position: absolute;
      display: block;
      height: 2px;
      left: 0;
      right: 0;
      background: var(--white-100);
      -webkit-border-radius: 2px;
              border-radius: 2px; }
      .hamburger__inner span:first-child {
        top: 0;
        -webkit-transition: background 0.4s ease 0s, top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, top 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
        -o-transition: background 0.4s ease 0s, top 0.3s ease 0.3s, transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, top 0.3s ease 0.3s, transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, top 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }
      .hamburger__inner span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
      .hamburger__inner span:last-child {
        top: auto;
        bottom: 0;
        -webkit-transition: background 0.4s ease 0s, bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, bottom 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
        -o-transition: background 0.4s ease 0s, bottom 0.3s ease 0.3s, transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, bottom 0.3s ease 0.3s, transform 0.3s ease 0s;
        transition: background 0.4s ease 0s, bottom 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }
  .hamburger.active .hamburger__inner span:first-child {
    top: 7px;
    -webkit-transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
    -o-transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
    transition: top 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .hamburger.active .hamburger__inner span:nth-child(2) {
    opacity: 0; }
  .hamburger.active .hamburger__inner span:last-child {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
    transition: bottom 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
    -o-transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
    transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s;
    transition: bottom 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s; }

.main__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .main__header_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.4rem 0; }
  .main__header .logo {
    width: 100%;
    max-width: 19.4rem;
    color: var(--white-100); }
  .main__header.sticky {
    background: var(--white-100); }
    .main__header.sticky .logo {
      color: var(--black-300); }
    .main__header.sticky .hamburger__inner span {
      background: var(--black-300); }
  .main__header.sub .logo {
    color: var(--black-300); }
    .main__header.sub .logo .text-2 {
      color: var(--orange-300); }
  .main__header.sub .hamburger__inner span {
    background: var(--black-300); }
  .main__header.menu-active {
    background: #1A1A1A; }
    .main__header.menu-active .logo {
      color: var(--white-100); }
      .main__header.menu-active .logo .text-2 {
        color: var(--white-100); }
    .main__header.menu-active .hamburger__inner span {
      background: var(--white-100); }

.main__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #1A1A1A;
  z-index: 90;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  .main__nav .container {
    height: -webkit-calc(100% - 11.8rem);
    height: calc(100% - 11.8rem);
    margin-top: 11.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .main__nav_inner {
    width: 100%;
    max-height: 100%;
    overflow-y: auto; }
    .main__nav_inner::after {
      content: '';
      display: block;
      width: 100%; }
  .main__nav .main__menu {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .main__nav.menu-active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .main__nav.menu-active .main__menu {
      opacity: 1; }
      .main__nav.menu-active .main__menu li {
        top: 0;
        opacity: 1; }

.main__menu {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: -0.162rem; }
  .main__menu li {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    top: -1rem; }
    .main__menu li + li {
      margin-top: 3.2rem; }
    .main__menu li a {
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--white-100); }
      .main__menu li a::before {
        content: '';
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: var(--orange-300);
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        margin-right: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .main__menu li a::after {
        content: attr(data-text);
        display: inline-block;
        color: var(--orange-300);
        text-shadow: 0 0 2px var(--orange-300);
        position: absolute;
        right: 0;
        top: 0;
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
                clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .main__menu li a:hover::before {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        margin-right: 1.6rem; }
      .main__menu li a:hover::after {
        -webkit-clip-path: polygon(0 0, 105% 0, 105% 100%, 0 100%);
                clip-path: polygon(0 0, 105% 0, 105% 100%, 0 100%); }

.main__footer {
  position: relative;
  padding: 4rem 0; }
  .main__footer_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main__footer_content_side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .main__footer_content_side:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        gap: 6rem; }
  .main__footer .logo {
    width: 100%;
    max-width: 15.8rem;
    min-width: 15.8rem; }
  .main__footer .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase; }
    .main__footer .footer__menu li a {
      color: var(--black-300); }
      .main__footer .footer__menu li a:hover {
        color: var(--orange-300); }
  .main__footer .tacpp {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    gap: 1.6rem; }
    .main__footer .tacpp li a {
      color: var(--gray-100); }
      .main__footer .tacpp li a:hover {
        color: var(--orange-300); }

.main,
.sub-main {
  min-height: -webkit-calc(100vh - (11.8rem + 13.2rem));
  min-height: calc(100vh - (11.8rem + 13.2rem)); }

.sub-main {
  margin-top: 11.8rem; }
  .sub-main.alt {
    margin-top: 0;
    min-height: -webkit-calc(100vh - 13.2rem);
    min-height: calc(100vh - 13.2rem); }

.presentation {
  position: relative;
  font-size: 2.4rem;
  color: var(--gray-100); }
  .presentation h1,
  .presentation h2,
  .presentation h3,
  .presentation h4,
  .presentation h5,
  .presentation h6 {
    color: var(--black-300); }
  .presentation__top {
    padding: 6.4rem 0; }
    .presentation__top * + * {
      margin-top: 1.6rem; }
    .presentation__top p {
      margin-bottom: 0; }
  .presentation__center {
    position: relative; }
  .presentation__bottom {
    padding: 12rem 0; }
    .presentation__bottom_title {
      margin-bottom: 6.4rem;
      max-width: 76.7rem; }
      .presentation__bottom_title:empty {
        margin-bottom: 0; }
    .presentation__bottom_text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 2.8rem; }
      .presentation__bottom_text_inner {
        width: 100%;
        max-width: 81.3rem; }
      .presentation__bottom_text p {
        margin-bottom: 0; }
        .presentation__bottom_text p + p {
          margin-top: 3.2rem; }
    .presentation__bottom.alt .presentation__bottom_title {
      margin-bottom: 0; }
  .presentation.alt .presentation__center .container {
    max-width: 100%;
    padding: 0; }
  .presentation.alt .presentation__center img {
    min-width: 100%; }
  .presentation.alt .presentation__bottom_text {
    font-size: 2.4rem; }
    .presentation.alt .presentation__bottom_text_inner {
      max-width: 98rem; }

/* ---------- modal ---------- */
.modal__window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
  .modal__window.show {
    opacity: 1;
    visibility: visible;
    z-index: 5000; }
    .modal__window.show .modal__window_content {
      opacity: 1;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
  .modal__window_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: 0.6; }
  .modal__window_close {
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 2;
    right: 2rem;
    top: 2rem; }
    @media (max-height: 499px) and (max-width: 899px), (max-width: 767px) {
      .modal__window_close {
        width: 3rem;
        height: 3rem;
        right: 1rem;
        top: 1rem; } }
    .modal__window_close_icon {
      position: relative;
      display: block;
      width: 2.4rem;
      height: 2.4rem;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (max-height: 499px) and (max-width: 899px), (max-width: 767px) {
        .modal__window_close_icon {
          width: 1.6rem;
          height: 1.6rem; } }
      .modal__window_close_icon > span {
        display: inline-block;
        background: var(--black-300);
        position: absolute; }
        .modal__window_close_icon > span:first-child {
          width: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: 0;
          bottom: 0; }
        .modal__window_close_icon > span:last-child {
          height: 2px;
          left: 0;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
  .modal__window_content {
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
    max-width: 131rem;
    background: #fff;
    position: relative;
    padding: 5.2rem 0 0 3.2rem;
    z-index: 1;
    max-height: -webkit-calc(100% - 10rem);
    max-height: calc(100% - 10rem);
    border-bottom: 4px solid var(--orange-300);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.2s ease-out 0.4s;
    -o-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s; }
    @media (max-height: 499px) and (max-width: 899px), (max-width: 767px) {
      .modal__window_content {
        width: -webkit-calc(100% - 3rem);
        width: calc(100% - 3rem);
        max-height: -webkit-calc(100% - 8rem);
        max-height: calc(100% - 8rem); } }
    .modal__window_content_inner {
      overflow-y: auto;
      width: 100%;
      padding-right: 3.2rem;
      scrollbar-color: #474747 #e2e2e2;
      scrollbar-width: thin; }
      .modal__window_content_inner::-webkit-scrollbar {
        width: 0.6rem; }
      .modal__window_content_inner::-webkit-scrollbar-track {
        background: #e2e2e2; }
      .modal__window_content_inner::-webkit-scrollbar-thumb {
        background-color: #474747;
        outline: 0px solid #474747; }
      .modal__window_content_inner_header {
        margin-bottom: 3.2rem; }
        .modal__window_content_inner_header_inner {
          width: 100%;
          max-width: 53rem; }
        .modal__window_content_inner_header h2,
        .modal__window_content_inner_header h3,
        .modal__window_content_inner_header h4,
        .modal__window_content_inner_header h5,
        .modal__window_content_inner_header h6 {
          margin-bottom: 1.6rem; }
        .modal__window_content_inner_header p {
          margin-bottom: 0; }
          .modal__window_content_inner_header p + p {
            margin-top: var(--mb-16); }

/* ---------- tabs ---------- */
.tabs {
  position: relative;
  overflow: hidden; }
  .tabs__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem; }
  .tabs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.4rem;
    border-bottom: 1px solid #BCBCBC; }
    .tabs__list .tab a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--black-300);
      position: relative;
      height: 6.8rem; }
      .tabs__list .tab a::after {
        content: '';
        display: inline-block;
        height: 2px;
        background: var(--black-300);
        position: absolute;
        left: 51%;
        right: 51%;
        bottom: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .tabs__list .tab.active a::after {
      left: 0;
      right: 0; }
  .tabs__panels {
    position: relative; }
  .tabs__panel {
    padding: 3.2rem 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .tabs__panel.active {
      position: relative;
      opacity: 1;
      visibility: visible;
      z-index: 2; }

.columns__list {
  width: auto;
  list-style: none;
  margin: 0 -3.7rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .columns__list > li {
    max-width: -webkit-calc(100%/4);
    max-width: calc(100%/4);
    padding: 0 3.7rem; }

.info__list {
  position: relative; }
  .info__list_title {
    margin-bottom: 1.3rem;
    font-size: 2rem; }
  .info__list ul {
    margin-left: 2.6rem; }

/* ---------- status table ---------- */
.status__table {
  width: 100%; }
  .status__table .hidden {
    opacity: 0;
    visibility: hidden; }
  .status__table th {
    font-size: 2rem;
    font-weight: 500;
    padding: 1.6rem 1.2rem; }
    .status__table th:first-child {
      font-weight: 700;
      text-align: left;
      padding-left: 0;
      width: 68%; }
  .status__table td {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid var(--gray-200);
    padding: 0.9rem;
    text-align: center; }
    .status__table td:nth-child(1) {
      font-weight: 400;
      padding-left: 0;
      text-align: left; }
    .status__table td:last-child {
      padding-right: 0; }

.modal__window .status__table + table {
  margin-top: 1.6rem; }

.text__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  color: var(--gray-100);
  min-height: 27.6rem;
  border-bottom: 0.4rem solid var(--orange-300);
  padding: 3.2rem;
  background: var(--white-100); }
  .text__card_position {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gray-200); }
  .text__card_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .text__card_content p {
      margin-bottom: 0; }
      .text__card_content p + p {
        margin-top: var(--mb-16); }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .grid-2 > * {
    width: -webkit-calc(100%/2);
    width: calc(100%/2); }
  .grid-3 > * {
    width: -webkit-calc(100%/3);
    width: calc(100%/3); }
  .grid-4 > * {
    width: -webkit-calc(100%/4);
    width: calc(100%/4); }

h6.note {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--orange-300);
  letter-spacing: 0.072rem; }

.content__area .note {
  margin-bottom: 0.8rem; }

.content__area .title__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .content__area .title__line h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 1.5rem;
    max-width: 83.2rem; }
  .content__area .title__line .btn {
    position: relative;
    top: 1rem; }

.content__area_header {
  margin-bottom: 4rem; }

.content__area.benefits {
  background: var(--form-field-bg);
  padding: 10.8rem 0; }
  .content__area.benefits .content__area_header {
    margin-bottom: 4.8rem; }

.content__area.statistic {
  padding: 12rem 0; }
  .content__area.statistic .content__area_header {
    margin-bottom: 6.4rem; }

.statistic__card {
  border-left: 1px solid var(--black-300);
  padding: 1.6rem 4rem; }
  .statistic__card_counter {
    font-size: 8rem;
    font-weight: 400;
    letter-spacing: -0.32rem;
    line-height: 1.5;
    color: var(--orange-300);
    margin-bottom: 1.2rem; }
  .statistic__card_note {
    font-size: 2rem;
    font-weight: 500;
    color: var(--gray-300); }

.statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8rem; }
  .statistics > * {
    max-width: -webkit-calc(100% /3 - 5.2rem);
    max-width: calc(100% /3 - 5.2rem); }

.person__card {
  position: relative;
  max-width: 42rem;
  margin: 0 auto; }
  .person__card_image {
    position: relative;
    padding-top: 104.7%;
    margin-bottom: 0.8rem; }
    .person__card_image .image {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .person__card_image .image::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--black-300);
        opacity: 0.24; }
    .person__card_image .text {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      font-size: 2.2rem;
      color: var(--white-100);
      padding: 2.4rem 1.6rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
      .person__card_image .text::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--black-300);
        opacity: 0.66;
        z-index: 0; }
      .person__card_image .text > * {
        position: relative;
        z-index: 1;
        top: 2rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  .person__card_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; 
            flex-direction: column;
          }
    .person__card_text .title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 1.5rem; }
    .person__card_text .position {
      color: var(--orange-300); }
  .person__card:hover .person__card_image .text {
    opacity: 1;
    visibility: visible; }
    .person__card:hover .person__card_image .text > * {
      top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }

.content__area.team {
  padding: 6.4rem 0; }

.advantage__card {
  position: relative;
  font-size: 2.2rem; }
  .advantage__card_image {
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 51.3%;
    margin-bottom: 1.6rem; }
  .advantage__card .title {
    margin-bottom: 1.4rem; }
  .advantage__card p {
    margin-bottom: 0; }
    .advantage__card p + p {
      margin-top: var(--mb-16); }

.content__area.advantages {
  padding: 12rem 0 0; }

.content__area.philosophy {
  background: var(--form-field-bg);
  padding: 10rem 0 12rem; }
  .content__area.philosophy .content__area_header {
    margin-bottom: 6.4rem; }
  .content__area.philosophy .title__line h2 {
    max-width: 107.4rem; }

.sides__info {
  padding: 6.4rem 0; }
  .sides__info_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8rem; }
    .sides__info_content > * {
      min-width: -webkit-calc(50% - 4rem);
      min-width: calc(50% - 4rem); }
    .sides__info_content_image {
      padding-top: 103.8%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .sides__info .note {
    margin-bottom: 0.8rem; }
  .sides__info h1 {
    margin-bottom: 2.4rem; }
  .sides__info h2 {
    margin-bottom: 2rem; }
  .sides__info h5 {
    font-weight: 400;
    color: var(--gray-100);
    margin-bottom: 3.2rem; }
  .sides__info p {
    color: var(--gray-100);
    margin-bottom: 0; }
    .sides__info p + p {
      margin-top: var(--mb-16); }
  .sides__info .btn {
    margin-top: 3.2rem; }
  .sides__info.alt .sides__info_content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .sides__info.reversed .sides__info_content_side:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

.base__card {
  position: relative; }
  .base__card_image {
    padding-top: 59.2%;
    position: relative;
    overflow: hidden;
    margin-bottom: 3.2rem; }
    .base__card_image_inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      z-index: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .base__card_image a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .base__card_text {
    color: var(--gray-100); }
    .base__card_text h5 {
      color: var(--black-300);
      margin-bottom: 1.6rem;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .base__card_text p {
      margin-bottom: 0; }
      .base__card_text p + p {
        margin-top: var(--mb-16); }
    .base__card_text .btn {
      margin-top: 2rem; }
  .base__card:hover .base__card_image_inner {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.related {
  padding: 6.4rem 0; }

.communications__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem; }
  .communications__list li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
    color: var(--gray-300); 
    text-decoration: underline;
  }
    .communications__list li a img {
      min-width: 2.4rem;
      max-width: 2.4rem; }
    .communications__list li a:hover {
      color: var(--orange-300); }
    .communications__list li a[nolink] {
      cursor: default; }
      .communications__list li a[nolink]:hover {
        color: var(--gray-300); }

.contact__form .btn {
  margin-top: 0; }

.accordion-item {
  border-top: 1px solid var(--black-300);
  border-bottom: 1px solid var(--black-300);
  margin-top: -1px; }

.accordion .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2.4rem 0; }
  .accordion .question::after {
    content: '';
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("img/icon-angle-down.svg");
    -webkit-background-size: auto auto;
            background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
  .accordion .question.opened::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.accordion .answer {
  font-size: 1.6rem;
  color: var(--gray-300);
  padding-bottom: 2rem; }
  .accordion .answer p {
    margin-bottom: 0;
    text-align: left; }
    .accordion .answer p + p {
      margin-top: 3rem; }
  .accordion .answer ul {
    margin-left: 2.4rem; }

.accordion.alt .question {
  font-size: 2rem;
  font-weight: 500; }
  .accordion.alt .question::after {
    top: 0.4rem; }

.faqs {
  padding: 8.8rem 0; }
  .faqs__content {
    width: 100%;
    max-width: 76.8rem;
    margin: 0 auto; }
    .faqs__content h1, .faqs__content h2, .faqs__content h3, .faqs__content h4, .faqs__content h5, .faqs__content h6 {
      text-align: center; }
    .faqs__content h1, .faqs__content h2, .faqs__content h3, .faqs__content h4, .faqs__content h5, .faqs__content h6 {
      margin-bottom: 2.4rem; }
    .faqs__content h5 {
      font-size: 2.4rem;
      font-weight: 400;
      color: var(--gray-100);
      padding: 0 2rem; }
  .faqs .accordion {
    margin: 8rem 0; }

.cta__card {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  font-size: 2.4rem;
  text-align: center;
  color: var(--gray-100); }
  .cta__card_title {
    margin-bottom: 0.8rem !important;
    color: var(--black-300); }
  .cta__card p {
    margin-bottom: 0; }
    .cta__card p + p {
      margin-top: 2.4rem; }
  .cta__card .btn {
    margin-top: 2.4rem; }

.chips {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem; }

.chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1.5rem;
  border: 1px solid var(--gray-100);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gray-100);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  .chip:hover, .chip.active {
    background: var(--orange-300);
    color: var(--white-200);
    border-color: var(--orange-300); }
  .chip.active {
    cursor: default;
    pointer-events: none; }

.post__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .post__card_image {
    position: relative;
    padding-top: 56.2%;
    overflow: hidden;
    margin-bottom: 2.4rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .post__card_image > a {
      display: block;
      font-size: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .post__card_image_inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 0;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .post__card_image .chips {
      position: absolute;
      left: 2.4rem;
      top: 2.4rem;
      z-index: 1; }
  .post__card_text .date {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--gray-300);
    margin-bottom: 0.4rem; }
  .post__card_text .title {
    font-weight: 500;
    margin-bottom: 1.2rem;
    max-width: 68.2rem; }
  .post__card_text .comments {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--gray-300); }
  .post__card_text_actions {
    margin-top: 6.8rem; }
  .post__card:hover .post__card_image_inner {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .post__card.alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem; }
    .post__card.alt .post__card_image {
      padding-top: 0;
      width: -webkit-calc(62% - 1rem);
      width: calc(62% - 1rem);
      -webkit-box-flex: initial;
      -webkit-flex: initial;
          -ms-flex: initial;
              flex: initial;
      margin-bottom: 0; }
      .post__card.alt .post__card_image_inner {
        padding-top: 56.2%;
        position: relative;
        height: auto; }
    .post__card.alt .post__card_text {
      width: -webkit-calc(38% - 1rem);
      width: calc(38% - 1rem);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

section.blog {
  padding: 6.4rem 0; }
  .blog__title {
    margin-bottom: 2.8rem; }
  .blog__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 4rem; }
  .blog__relevant_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.2rem;
    color: var(--gray-100); }
    .blog__relevant_header h5 {
      font-weight: 500; }
  .blog__rest {
    padding: 7.6rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4rem; }
    .blog__rest_list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4.2rem; }
    .blog__rest_actions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.slider__stub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem; }
  .slider__stub_slide:nth-child(1) {
    width: -webkit-calc(62% - 1rem);
    width: calc(62% - 1rem); }
  .slider__stub_slide:nth-child(2) {
    width: -webkit-calc(38% - 1rem);
    width: calc(38% - 1rem); }
  .slider__stub_slide .post__card {
    min-height: 100%; }

.sub__hero {
  position: relative;
  min-height: 41.8rem; }
  .sub__hero_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0; }
  .sub__hero_content {
    position: relative;
    padding-top: 15.7rem;
    padding-bottom: 5.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1; }
    .sub__hero_content_inner {
      width: 100%;
      max-width: 98rem; }
    .sub__hero_content .text {
      margin-top: 9rem; }
    .sub__hero_content .date-comments {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2.4rem;
      font-size: 1.6rem;
      margin-bottom: 1.2rem; }
  .sub__hero.inverted {
    color: var(--white-100); }
    .sub__hero.inverted .sub__hero_overlay::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(238, 130, 238, 0)));
      background: -webkit-linear-gradient(bottom, black 0%, rgba(238, 130, 238, 0) 100%);
      background: -o-linear-gradient(bottom, black 0%, rgba(238, 130, 238, 0) 100%);
      background: linear-gradient(0deg, black 0%, rgba(238, 130, 238, 0) 100%);
      opacity: 0.5; }
  .sub__hero.alt {
    margin-top: 11.8rem; }
  .sub__hero.higher .sub__hero_content {
    padding: 14rem 0 17rem; }
  .sub__hero.higher .text {
    margin-top: 0;
    max-width: 72.4rem; }
    .sub__hero.higher .text h2 {
      margin-bottom: 2rem; }
    .sub__hero.higher .text p {
      font-size: 2.4rem;
      letter-spacing: -0.048rem;
      margin-bottom: 0; }
      .sub__hero.higher .text p + p {
        margin-top: 2.4rem; }
    .sub__hero.higher .text .btn {
      margin-top: 4rem; }

.article {
  padding: 6.4rem 0;
  overflow: visible; }
  .article__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12.3rem; }
    .article__content_sidebar {
      min-width: 31.3rem; }
      .article__content_sidebar_inner {
        position: -webkit-sticky;
        position: sticky;
        top: 11.8rem; }
    .article__content .text * {
      margin-bottom: 1.6rem; }
    .article__content .text img {
      margin: 3rem 0; }
    .article__content .text p a {
      color: var(--orange-300); }
  .article .comments {
    margin: 4rem 0; }
    .article .comments__block {
      padding: 4rem 0; }
      .article .comments__block_title {
        font-weight: 400;
        color: var(--gray-100);
        margin-bottom: 1.8rem; }
    .article .comments form input[type="text"], .article .comments form input[type="email"], .article .comments form input[type="phone"], .article .comments form select {
      margin-bottom: 0.8rem; }
    .article .comments form textarea {
      margin-bottom: 1.7rem; }
  .article .sidebar__info_block_title {
    margin-bottom: 0.8rem; }
  .article .sidebar__info_block .related__post_card:last-child {
    border-bottom: 0 none; }

.related__post_card {
  border-bottom: 1px solid var(--gray-200);
  position: relative;
  padding: 1.6rem 0;
  font-size: 1.6rem; }
  .related__post_card > a {
    font-size: 0;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .related__post_card p {
    margin-bottom: 0.4rem; }
  .related__post_card .date {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--gray-300); }

.simple__sides_info {
  padding: 6.4rem 0 9.6rem; }

.simple__sides_info.grey {
    background-color: #F5F5F5;
}


  .simple__sides_info_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 9.6rem; }
    .simple__sides_info_inner_side {
      position: relative; }
      .simple__sides_info_inner_side h1,
      .simple__sides_info_inner_side h2,
      .simple__sides_info_inner_side h3,
      .simple__sides_info_inner_side h4,
      .simple__sides_info_inner_side h5,
      .simple__sides_info_inner_side h6 {
        margin-bottom: 2.4rem; }
      .simple__sides_info_inner_side img {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .simple__sides_info_inner_side:nth-child(1) {
        width: 39.6%; }
        .simple__sides_info_inner_side:nth-child(1) p {
          color: var(--gray-300);
          max-width: 45rem; }
      .simple__sides_info_inner_side:nth-child(2) {
        width: 54.1%; }
        .simple__sides_info_inner_side:nth-child(2) > p {
          font-size: 2.4rem;
          margin-bottom: 5rem; }
          .simple__sides_info_inner_side:nth-child(2) > p.small {
            font-size: 1.8rem;
            color: var(--gray-300);
            margin-bottom: 3rem; }
        .simple__sides_info_inner_side:nth-child(2) ul {
          color: var(--gray-300); }

.content__area.strategic {
  padding: 6.4rem 0;
  background: var(--form-field-bg); }
  .content__area.strategic .content__area_header {
    margin-bottom: 10rem; }
  .content__area.strategic .steps {
    margin-bottom: 12rem; }

.cite {
  padding: 6.4rem 0;
  background: var(--form-field-bg);
  text-align: center; }
  .cite__content {
    width: 100%;
    max-width: 111.5rem;
    margin: 0 auto; }
    .cite__content_icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 5rem; }
      .cite__content_icon:empty {
        display: none; }
      .cite__content_icon img {
        max-height: 10rem; }
    .cite__content blockquote {
      margin-bottom: 3.2rem; }
    .cite__content .autor h5 {
      font-weight: 500; }

.modal-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid var(--black-300); }
  .modal-link:hover {
    color: var(--orange-300);
    border-color: var(--orange-300); }

.simple__card {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .simple__card_title {
    margin-bottom: 1.6rem; }
  .simple__card_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .simple__card p {
    margin-bottom: 0; }
    .simple__card p + p {
      margin-top: var(--mb-16); }
  .simple__card_actions {
    margin-top: 4rem; }

.simple__info {
  padding: 9.6rem	0; }
  .simple__info_title {
    margin-bottom: 6.4rem;
    text-align: center; }
  .simple__info_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8.4rem; }
  .simple__info.text-center p {
    max-width: 94rem;
    margin: 0 auto; }

.comment {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 2.5rem; }
  .comment::before {
    content: '';
    display: block;
    width: 1px;
    background: var(--orange-300);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
  .comment__header {
    margin-bottom: 1.6rem; }
  .comment__body {
    margin-bottom: 1.6rem; }
  .comment__autor {
    font-size: 1.6rem;
    letter-spacing: -0.056rem;
    display: inline-block;
    margin-right: 0.8rem; }
  .comment__date {
    font-size: 1.4rem;
    letter-spacing: -0.049rem;
    color: var(--gray-300); }
  .comment p {
    margin-bottom: 0; }
    .comment p + p {
      margin-top: var(--mb-16); }
  .comment.alt {
    background: var(--form-field-bg);
    padding: 1.6rem; }
    .comment.alt::before {
      display: none; }


.comment .comment,
.comment .comment.alt {
    background: #fff;
    padding: 1rem 0 1rem 4rem;
      margin-top: 1.5rem;
      margin-bottom: 0;
}

.comment .comment::before,
.comment .comment.alt::before {
    display: block;
}

.steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 125rem; }
  .steps .step {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .steps .step:first-child .step__unit:first-child {
      padding-left: 1rem; }
    .steps .step:first-child .step__unit:nth-child(2) {
      padding-left: 5rem; }
    .steps .step:last-child .step__unit:first-child {
      padding-left: 6rem; }
    .steps .step .note {
      margin-bottom: 6rem; }
    .steps .step__units {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .steps .step__unit {
      position: relative;
      font-size: 1.9rem;
      font-weight: 700;
      color: #2F2F2F;
      line-height: 1.5;
      height: 9rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 4rem;
      width: -webkit-calc(100%/3);
      width: calc(100%/3); }
      .steps .step__unit i {
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4.5rem solid transparent;
        border-left: 2.7rem solid transparent;
        border-bottom: 4.5rem solid transparent;
        position: absolute;
        left: 100%;
        top: 0; }
      .steps .step__unit > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .steps .step__unit.dark {
        color: #FFF; }
    .steps .step__note {
      width: 100%;
      font-size: 2.4rem;
      font-weight: 700;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 3.2rem;
      margin-top: 2.4rem; }
      .steps .step__note::before, .steps .step__note::after {
        content: '';
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 1.8rem;
        min-width: 1px;
        border-style: solid;
        border-color: var(--black-300); }
      .steps .step__note::before {
        border-width: 0 0 1px 1px; }
      .steps .step__note::after {
        border-width: 0 1px 1px 0; }
      .steps .step__note span {
        display: inline-block; }
    .steps .step.inactive {
      opacity: 0.2; }

.cards__slider {
  max-width: -webkit-calc(62% + 2rem);
  max-width: calc(62% + 2rem);
  margin: 0 -1rem; }
  .cards__slider_wrapper {
    overflow: hidden; }
  .cards__slider_controls {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem; }
  .cards__slider .slick-list {
    overflow: visible; }
  .cards__slider .slide__item {
    margin: 0 1rem; }
  .cards__slider_control {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; }
    .cards__slider_control.prev-slide {
      background-image: url("img/icon-arrow-left.svg"); }
    .cards__slider_control.next-slide {
      background-image: url("img/icon-arrow-right.svg"); }
    .cards__slider_control.slick-disabled {
      opacity: 0.4; }


.wpcf7 form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1rem;
}




/* ---------- new updates 01.30.24 ---------- */


.main__header .logo .text-2 * {
  fill: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main__header.sticky .logo .text-2 * {
  fill: #000;
}

.main__header.sub .logo .text-2 * {
  fill: #FF8300;
}

.main__header.menu-active .logo .text-2 * {
  fill: #FFF;
}


.presentation.alt .presentation__bottom_text {
  font-size: 2.8rem;
}

.presentation.alt .presentation__bottom_text_inner {
  max-width: 82rem;
}

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

.text__card {
  padding: 0;
  overflow: hidden;
}

.text__card_main {
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.text__card_additional {
  background: #353535;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #F5F5F5;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.text__card_additional_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.text__card_additional_title {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #C0C0C0;
  margin-bottom: 2rem;
}

.text__card:hover .text__card_additional {
  transform: translateY(0);
}

.person__card_image {
  padding-top: 111%;
}


.main__header .logo .text-2 * {
  fill: currentColor;
}


.slick-slider .slick-arrow {
  width: 2.4rem;
    height: 2.4rem;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-slider .slick-arrow.prev-slide {
  background-image: url("img/icon-arrow-left.svg");
}

.slick-slider .slick-arrow.next-slide {
  background-image: url("img/icon-arrow-right.svg");
}

.cite__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.cite__slider .slick-arrow.prev-slide {
  left: 0;
}

.cite__slider .slick-arrow.next-slide {
  right: 0;
}

.cite__slider {
  width: 100%;
    max-width: 118rem;
  margin: 0 auto;
  padding: 0 3.5rem;
}


.main__nav_inner {
  position: relative;
}

.main__nav .main__menu {
  display: inline-flex;
  flex-direction: column;
}

.main__nav .main__menu > li {
  position: static;
  display: inline-block;
}

.main__nav .main__menu .sub-menu {
  font-size: 3.6rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  margin: 0;
  padding: 1rem 8vw;
  list-style: none;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.main__nav .main__menu .sub-menu li + li {
  margin-top: 6rem;
}

.main__nav .main__menu .sub-menu.show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.main__nav .main__menu .sub-menu a::before {
  display: none;
}


.hbspt-form .hs-form-field {
  position: relative;
}

.hbspt-form .hs-form-field .input {
  margin-bottom: 2.4rem;
}

.hbspt-form .hs-form-field .input input,
.hbspt-form .hs-form-field .input select,
.hbspt-form .hs-form-field .input textarea {
  margin: 0;
}

.hbspt-form .hs-form-field .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.2rem;
  color: var(--orange-300);
  line-height: 1.2;
}

.hbspt-form .hs-form-field .hs-error-msgs label {
  font-size: 1.4rem;
  margin-bottom: 0;
}



.hs-button {
    position: relative;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 5.6rem;
    line-height: 5.6rem;
    color: var(--white-100);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-width: 10rem;
    background: var(--black-300);
    border: none;
    -webkit-border-radius: var(--border-radius-04);
    border-radius: var(--border-radius-04);
    padding: 0 2.4rem;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--orange-300);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    min-width: 14.2rem;
}

.hs-button:hover {
  background: var(--orange-200);
}


.hs_error_rollup .hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--orange-300);
  line-height: 1.2;
  margin-bottom: 2.4rem;
}

.contact__form {
  opacity: 0;
}


.person-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.person-popup__content {
  padding: 3rem;
  max-width: 500px;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  max-height: 80%;
  overflow-y: auto;
}

.person-popup__close {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  font-size: 3rem;
}

.person-popup__text .person__card_text {
  margin-bottom: 2rem;
}

.person-open-popup-btn {
  display: inline-block;
  color: var(--orange-300)!important;
}
