/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Saira;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.body--no-scroll {
    overflow: hidden;
}

.section__responsive {
    max-width: 20rem;
}

.section__title {
    text-align: center;
}

.header {
    width: 100vw;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    z-index: 2;
}

.header__relative {
    position: absolute;
    height: 100%;
    width: 100%;
}

.header--scrolling {
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(0.46875rem);
    backdrop-filter: blur(0.46875rem);
}

.menu--visible {
    display: block !important;
}

.header--mobile {
    background: var(--Primary-White-white-50, #FDFDFD);
}

.header__wrapper {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
}

.header__container {
    display: flex;
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    align-items: flex-end;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__logo>img {
    width: 72px;
}

.header__menu-button {
    display: flex;
    min-width: 1.5rem;
    min-height: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    background: transparent;
}

.menu {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.menu__icon {
    min-width: 1.125rem;
    min-height: 0.875rem;
    background-size: contain;
}

.menu__icon--close {
    min-width: 1.5rem;
    min-height: 1.5rem;
    background-size: cover;
}

.menu__list {
    max-width: 20rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0.5rem 1rem 1.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.menu__item {
    list-style: none;
    width: 100%;
}

.menu__link {
    color: var(--Primary-Neutral-neutral-12, #141414);
    text-decoration: none;
    width: 100%;
    display: block;
}

.menu__item--active>.menu__link {
    color: var(--primary-red-red-500, #A91916);
    border-bottom: 0.25rem solid var(--primary-red-red-500, #A91916);
}

.menu__item:hover>.menu__link {
    color: var(--Primary-Red-red-400, #BA4745);
}

.menu__link--button {
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex: 1 0 0;
    border-radius: 0.125rem;
    background: var(--Primary-Neutral-neutral-12, #141414);
}

.overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.20);
    -webkit-backdrop-filter: blur(0.09375rem);
    backdrop-filter: blur(0.09375rem);
}

.page {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 0.5625rem; */
    background: #FFF;
    width: 100vw;
    overflow: hidden;
}

.icon {
    font-size: 20px;
    color: var(--Primary-Neutral-neutral-9, #454545);
    display: flex;
    width: 20px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact {
    width: 100vw;
    display: flex;
    justify-content: center;

}

.contact picture {
    display: none;
}

.contact__content {
    /*     
}

.contact__content--form { */
    width: 100%;
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contact__header {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    gap: 8px;
    align-self: stretch;
}

.contact__title {
    margin: 0;
}

.contact__form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
}

.contact__form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.contact__form-input {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--primary-neutral-neutral-9, #454545);
    background: var(--Foundation-Black-black-1, #FFF);
}

.contact__form-input.contact__form-dropdown:has(input[value]),
.contact__form-input:has(input[value]:not([type="hidden"])),
.contact__form-input:has(.contact__input:valid) {
    border: 1px solid var(--Primary-White-white-600, #D9D9D9);
}

.contact__form-input:has(.contact__dropdown-options.show),
.contact__form-input:has(.contact__input:focus) {
    border: 2px solid var(--Primary-Red-red-100, #E4B8B7);
}

.contact__input {
    border: none;
    width: 100%;
    max-width: 100%;
    resize: vertical;
}

.contact__input:focus {
    color: var(--Foundation-Black-black-7, #8C8C8C);
}

.contact__input::placeholder {
    color: var(--Foundation-Black-black-7, #8C8C8C);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.contact__input:focus-visible {
    outline: none;
}

.contact__form-dropdown {
    position: relative;
    cursor: pointer;
    outline: none;
}

.contact__dropdown-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.contact__dropdown-selected>span {
    width: 100%;
    color: var(--Foundation-Black-black-7, #8C8C8C);
}

.contact__form-dropdown:has(input[value])>.contact__dropdown-selected>span {
    color: var(--Primary-Neutral-neutral-12, #141414);
}

.contact__form-dropdown--sub_dropdown {
    min-width: 100px;
}

.contact__dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    right: 0;
    z-index: 10;
    list-style: none;
    padding: 0;
    width: calc(100% + 4px);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 1px;
    border-radius: 10px;
    background: var(--Primary-White-white-50, #FDFDFD);
    box-shadow: 0px 4px 8px 0px rgba(79, 94, 113, 0.10), 0px 2px 4px 0px rgba(79, 94, 113, 0.11), 0px 0px 2px 0px rgba(79, 94, 113, 0.12);
}

.contact__dropdown-item {
    /* padding: 0.5rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    border-radius: 8px;
    /* background: var(--Primary-Red-red-50, #F3E9E9); */
    transition: background-color 0.3s;
}

.contact__dropdown-value {
    display: flex;
    height: 44px;
    padding: 0px 16px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    border-radius: 8px;
    color: var(--Primary-Neutral-neutral-12, #141414);
}

.contact__dropdown-item:hover,
.contact__dropdown-value.selected {
    background: var(--Primary-Red-red-50, #F3E9E9);
    color: var(--Primary-Red-red-600, #781210);
}

.contact__dropdown-item:hover>.contact__dropdown-value {
    color: var(--Primary-Red-red-600, #781210);
}

.contact__dropdown-options.show {
    display: flex;
    overflow-y: auto;
    height: 300px;
}

.contact__form-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid var(--Neutral-neutral-400, #CFCFCF);
    background: var(--Neutral-neutral-50, #FFF);
}

.contact__form-checkbox:checked {
    border-radius: 4px;
    border: 2px solid var(--primary-red-red-500, #A91916);
    background: var(--primary-red-red-500, #A91916);
}

.contact__form-checkbox+i:before {
    position: absolute;
}

.contact__form-checkbox+i.icon {
    display: none;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.contact__form-checkbox:checked+.icon-check {
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.contact__form-privacy {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact__form-input-counter {
    display: flex;
    padding: 4px 16px 0px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.contact__form-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contact__form-submit {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 2px;
    background: var(--Primary-Neutral-neutral-12, #141414);
}

.about {
    width: 100vw;
    display: flex;
    justify-content: center;
    background: var(--primary-red-red-500, #A91916);
}

.about__content {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.about__background {
    display: none;
}

.about__article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.about__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.support {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--primary-white-white-500, #EFEFEF);
}

.support__content {
    padding: 25px 16px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.support__cards {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
}

.support__card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Primary-White-white-400, #F2F2F2);
    background: var(--Primary-White-white-50, #FDFDFD);
    box-shadow: 0px 170px 48px 0px rgba(209, 209, 209, 0.00), 0px 109px 44px 0px rgba(209, 209, 209, 0.01), 0px 61px 37px 0px rgba(209, 209, 209, 0.05), 0px 27px 27px 0px rgba(209, 209, 209, 0.09), 0px 7px 15px 0px rgba(209, 209, 209, 0.10);
}

.support__card:hover {
    border-radius: 4px;
    border: 3px solid var(--Primary-White-white-50, #FDFDFD);
    background: var(--Primary-Neutral-neutral-12, #141414);
    box-shadow: 0 243px 68px 0 rgba(0, 0, 0, 0.00), 0 155px 62px 0 rgba(0, 0, 0, 0.01), 0 87px 52px 0 rgba(0, 0, 0, 0.05), 0 39px 39px 0 rgba(0, 0, 0, 0.09), 0 10px 21px 0 rgba(0, 0, 0, 0.10);
}

.support__card:hover .support__icon--default {
    display: none;
}

.support__card:hover .support__icon--hover {
    display: block;
}

.support__icon {
    width: 86px;
    height: 80px;
}

.support__icon--hover {
    display: none;
}

.support__paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.faq {
    width: 100vw;
    display: flex;
    justify-content: center;
    background: var(--Primary-White-white-50, #FDFDFD);
}

.faq_content {
    display: flex;
    width: 100%;
    padding: 1.5rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.faq__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
}

.faq__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.faq__card {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    gap: 1rem;
    border: 0.0625rem solid var(--Primary-White-white-400, #F2F2F2);
    background: var(--Primary-White-white-50, #FDFDFD);
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
    cursor: pointer;
}

.faq__title {
    width: 100%;
}

.faq__question--button {
    border: none;
    background: transparent;
}

.faq__question--icon-closed {
    min-width: 1.5rem;
    min-height: 1.5rem;
    background-size: cover;
}

.faq__question--icon-opened {
    min-width: 1.5rem;
    min-height: 1.5rem;
    background-size: cover;
}

.faq__answer {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.footer {
    width: 100vw;
    display: flex;
    justify-content: center;
    background: var(--primary-white-white-500, #EFEFEF);
}

.footer__content {
    width: 100%;
    display: flex;
    padding: 1.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.footer__logo {
    display: flex;
    width: 10.5625rem;
    height: 3.5625rem;
    justify-content: center;
    align-items: center;
}

.footer__columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

.footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    align-self: stretch;
}

.footer__row--brand {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    flex-direction: column;
    gap: 1rem;
}

.footer__row--brand ul {
    padding-left: 1rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
}

.footer__column--contact ul {
    padding-left: 0;
}

.footer__column--brand ul li,
.footer__column--contact>ul>li {
    list-style: none;
}

.footer__column--brand {
    max-width: 16.125rem;
}

.footer__social>ul {
    display: flex;
    align-items: flex-start;
    gap: 0.6875rem;
}

.footer__social-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.footer__social-icon--facebook {
    background-image: url('../contact/images/footer_fb_24x24.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__social-icon--instagram {
    background-image: url('../contact/images/footer_ig_24x24.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__social-icon--linkedin {
    background-image: url('../contact/images/footer_li_24x24.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__border {
    width: 100%;
    height: 0.0625rem;
    background: #A91916;
}

.footer__bottom {
    width: 100%;
}
@media screen and (min-width: 50rem) {
    .section__responsive {
        max-width: 50rem;
    }

    .header__wrapper {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        align-items: center;
        max-width: 50rem;
        padding: 1rem 2rem;
        justify-content: space-between;
    }

    .header__container {
        flex-direction: column;
        max-width: 7.5rem;
        padding: 0;
        margin: 0;
    }

    .header__logo>img {
        width: 120px;
    }

    .header__menu-button {
        display: none;
    }

    .menu {
        display: flex;
        width: unset;
    }

    .menu__list {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2.875rem;
        padding: 0;
        max-width: unset;
    }

    .page {
        gap: 0;
    }

    .contact__header {
        gap: 11px;
    }

    .contact__content {
        padding: 24px 0;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
        max-width: 46rem;
    }

    .contact__content--form {
        padding: 24px 0;
        gap: 24px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .contact__form {
        grid-template-columns: 1fr 1fr;
        gap: 16px 20px;
    }

    .contact__form-field--two-columns {
        grid-column: span 2;
    }

    .contact__form-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        grid-column: span 2;
    }

    .contact__form-submit {
        width: unset;
    }

    .about {
        height: 217.5px;
    }

    .about__content {
        display: flex;
        height: 217.5px;
        flex-direction: column;
        align-items: flex-end;
        gap: 6.25px;
        position: relative;
    }

    .about__background {
        display: unset;
        width: 301.875px;
        height: 306.734px;
        position: absolute;
        left: -11.25px;
        top: 0;
    }

    .about__image {
        width: 292.764px;
        height: 306.734px;
        flex-shrink: 0;
        border-radius: 0px 0px 62.5px 0px;
        background: linear-gradient(0deg, rgba(82, 82, 82, 0.60) 0%, rgba(82, 82, 82, 0.60) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    }

    .about__vector {
        position: absolute;
        top: 0;
        left: 0;
        width: 284.261px;
        height: 294.586px;
        flex-shrink: 0;
        stroke-width: 1.25px;
        stroke: #FFF;
    }

    .about__article {
        display: flex;
        width: 420px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        position: absolute;
        right: 32px;
        top: 35px;
        padding: 0;
    }

    .support__content {
        display: flex;
        height: 507px;
        padding: 32px;
        justify-content: flex-end;
        gap: 16px;
    }

    .faq_content {
        padding: 2rem;
        gap: 1.5rem;
    }

    .support__cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer__row--brand {
        flex-direction: row;
    }

    .faq__card {
        gap: 1.25rem;
    }

    .footer__row--brand {
        flex-direction: row;
    }

    .footer__content {
        padding: 2rem;
    }
}
@media screen and (min-width: 80rem) {
    .section__responsive {
        max-width: 80rem;
    }

    .header__wrapper {
        max-width: 80rem;
        padding: 1.25rem 5.625rem;
    }

    .contact picture {
        display: block;
        max-height: 776px;
    }

    .contact__content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 115px;
        margin-left: 90px;
        padding: 0;
        max-width: 74.375rem;
    }

    .contact__content--form {
        display: flex;
        padding: 24px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        max-width: 727px;
    }

    .about {
        height: 348px;
    }

    .about__content {
        display: flex;
        height: 348px;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .about__background {
        display: unset;
        width: 483px;
        height: 490.775px;
        position: absolute;
        left: -18px;
        top: 0;
    }

    .about__image {
        width: 468.423px;
        height: 490.775px;
        flex-shrink: 0;
        border-radius: 0px 0px 100px 0px;
        background: linear-gradient(0deg, rgba(82, 82, 82, 0.60) 0%, rgba(82, 82, 82, 0.60) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    }

    .about__vector {
        position: absolute;
        top: 0;
        left: 0;
        width: 454.817px;
        height: 471.338px;
        flex-shrink: 0;
        stroke-width: 2px;
        stroke: #FFF;
    }

    .about__article {
        display: flex;
        width: 540px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: absolute;
        right: 183px;
        top: 98px;
    }

    .about__title {
        height: 4.875rem;
        justify-content: space-between;
    }

    .about__title {
        height: 4.875rem;
        justify-content: space-between;
    }

    .support__content {
        height: 664px;
        padding: 245px 90px 131px 90px;
    }

    .faq_content {
        padding: 5rem 5.625rem;
        gap: 2rem;
    }

    .faq__card {
        gap: 1.5rem;
    }

    .footer__content {
        padding: 3.125rem 5.625rem;
        gap: 1rem;
    }

    .footer__columns {
        flex-direction: row;
    }

    .footer__row--brand {
        width: 100%;
    }
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(73, 73, 73, 0.61);
}

.modal__content {
    position: absolute;
    margin: auto;
    transform: translate(-50%, -50%);
    border-radius: 1.25rem;
    background: #FFF;
    top: 50%;
    left: 50%;
    display: flex;
    width: 35.5625rem;
    padding: 2rem 2.5rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.modal__text h3 {
    color: var(--Greyscale-Text, #323338);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal__text p {
    color: var(--Greyscale-Text, #323338);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

    .modal__buttons > button {
        font-feature-settings: 'calt' off;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.modal__button {
    display: flex;
    padding: 0.625rem 1.25rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    border-radius: 0.125rem;
    background: var(--Primary-White-white-50, #FDFDFD);
}

    .modal__button.primary {
        color: var(--Primary-White-white-50, #FDFDFD);
        background: var(--Primary-Neutral-neutral-12, #141414);
    }


.form--blocked {
    pointer-events: none;
    opacity: 0.6;
}

.button--loading {
    pointer-events: none;
    opacity: 0.8;
}

.field--error input,
.field--error select,
.field--error textarea {
    border-color: var(--primary-red-red-500, #A91916);
}

.field__error {
    color: var(--primary-red-red-500, #A91916);
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

@media screen and (min-width: 80rem) {

    .contact__title--font-style {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .about__title--font-style {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        /* 125% */
    }

    .about__description--font-style {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        /* 150% */
    }

    .section__title--font-style {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .faq__header>.section__title--font-style {
        font-size: 2rem;
    }

    .faq__header>.section__subtitle--font-style {
        font-size: 1rem;
    }
}
.menu__link {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section__title--font-style {
    color: var(--Primary-White-white-50, #FDFDFD);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.menu__link--button {
    color: var(--Primary-White-white-50, #FDFDFD) !important;
    font-feature-settings: 'calt' off;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact__title--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact__form-submit {
    color: var(--Primary-White-white-50, #FDFDFD);
    font-feature-settings: 'calt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact__description--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact__form-input-counter {
    color: var(--Foundation-Black-black-7, #8C8C8C);
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact__label {
    color: var(--Foundation-Black-black-8, #595959);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.contact__input {
    color: var(--Primary-Neutral-neutral-12, #141414);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.contact__dropdown-value {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.about__title--font-style {
    color: var(--Primary-White-white-50, #FDFDFD);

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about__description--font-style {
    color: var(--Primary-White-white-100, #FAFAFA);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.support__title--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.support__card:hover .support__title--font-style {
    color: var(--Primary-White-white-100, #FAFAFA);
}

.support__description--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

.support__card:hover .support__description--font-style {
    color: var(--Primary-White-white-100, #FAFAFA);
}

.support__card a {
    color: var(--primary-neutral-neutral-9, #454545);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.support__card:hover a {
    color: var(--Primary-White-white-100, #FAFAFA);
}

.faq__header>.section__title--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.faq__header>.section__subtitle--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq__title--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.faq__answer--font-style {
    color: var(--CoolGray-90, #21272A);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.footer__description--font-style {
    color: var(--primary-neutral-neutral-9, #454545);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
}

.footer__column--font-style {
    color: var(--Primary-Neutral-neutral-12, #141414);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer__link {
    text-decoration: none;
    color: var(--Primary-Neutral-neutral-12, #141414);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer__copy {
    color: var(--primary-neutral-neutral-9, #454545);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
}

.footer__column--contact ul li a {
    font-style: normal;
    font-weight: 300;
    line-height: 1.5rem;
}
@media screen and (min-width: 50rem) {

    .contact__title--font-style {
        font-size: 32px;
        line-height: 40px;
    }

    .about__title--font-style {
        font-size: 1.5rem;
    }

    .about__description--font-style {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .section__title--font-style {
        font-size: 1.5rem;
    }
    
    .faq__header>.section__title--font-style {
        color: var(--primary-neutral-neutral-9, #454545);
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .faq__header>.section__subtitle--font-style {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.5rem;
    }

    .faq__title--font-style {
        font-size: 1rem;
    }

    .faq__answer--font-style {
        font-size: 1rem;
    }
}