@charset "UTF-8";

.loading {
    align-items: center;
    background-color: #000000e6;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.loading .lottie {
    height: 200px;
    width: 200px
}

.auth {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: var(--container-width);
    padding: 80px 8px;
    width: 100%
}

.auth .form-container {
    width: 50%
}

.auth .form-container .title {
    color: var(--color-text);
    font-family: var(--font-montserratarm-bold);
    font-size: 40px;
    margin-bottom: 28px;
    text-align: center
}

.auth .form-container .form {
    margin: auto;
    width: 324px
}

.auth .form-container .form .form-inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
    row-gap: 8px
}

.auth .form-container .form .form-inputs .error {
    color: var(--color-error);
    font-size: 10px;
    line-height: 12px;
    padding-top: 4px
}

.auth .form-container .form .form-inputs div {
    height: 55px
}

.auth .form-container .form .password-field {
    position: relative
}

.auth .form-container .form .password-field .password-toggle-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 15%;
    transition: color .3s ease;
    width: 25px
}

.auth .form-container .form .password-field .password-toggle-icon:hover {
    color: var(--color-primary)
}

.auth .form-container .form .password-field .password-toggle-icon .eye-icon {
    height: 12px;
    width: 15px
}

.auth .sign-up-info {
    color: var(--color-text);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin: 28px auto;
    row-gap: 28px;
    text-align: center;
    width: 324px
}

.auth .sign-up-info .text-with-lines:after,
.auth .sign-up-info .text-with-lines:before {
    background-color: var(--color-text);
    content: "";
    flex: 1 1;
    height: 1px
}

.auth .sign-up-info .text-with-lines {
    align-items: center;
    display: flex
}

.auth .sign-up-info .text-with-lines:before {
    margin-right: 10px
}

.auth .sign-up-info .text-with-lines:after {
    margin-left: 10px
}

.auth .forgot-password {
    cursor: pointer;
    transition: color .3s ease
}

.auth .forgot-password:hover {
    opacity: .7;
    transform: scale(1.02)
}

.auth .auth-text-button {
    color: var(--color-primary);
    cursor: pointer;
    padding-left: 4px;
    transition: color .3s ease
}

.auth .auth-text-button:hover {
    opacity: .7
}

.auth .confirmation-info {
    color: var(--color-text);
    font-size: 16px;
    margin: 0 auto 28px;
    text-align: center;
    width: 324px
}

.auth-input {
    border: none;
    box-shadow: inset 0 -1px 0 0 #484747;
    font-size: 14px;
    padding: 11px 8px;
    width: 324px
}

.auth-input::placeholder {
    color: var(--placeholder-color)
}

.auth-button {
    background-color: var(--color-primary);
    border-radius: 30px;
    color: var(--white);
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    transition: background-color .3s ease, transform .3s ease;
    width: 324px
}

.auth-button:hover {
    opacity: .9;
    transform: scale(1.02)
}

.auth-button:disabled {
    cursor: inherit;
    opacity: .5;
    transform: none
}

.lottie-container {
    height: 100%;
    position: relative;
    width: 50%
}

.lottie-container .email-lottie {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px
}

.confirm-code-container {
    display: grid;
    grid-template-rows: auto 1fr auto
}

.confirm-code-container>.content {
    overflow: auto
}

@media(max-width:1024px) {
    .auth {
        display: flex;
        justify-content: center
    }

    .auth .form-container {
        width: 100%
    }

    .lottie-container {
        display: none
    }
}

.button-primary,
.header-desktop .container .services .contact-us {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.header-desktop .container .services .contact-us:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.header-desktop {
    --sides-padding: 100px
}

@media(max-width:1280px) {
    .header-desktop {
        --sides-padding: clamp(16px, max(60/1280 * 100vw, 16px), 60px)
    }
}

.header-desktop {
    background-color: #fff;
    background-color: var(--color-surface);
    height: 115px;
    height: var(--header-height);
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    z-index: 10
}

.header-desktop .container {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1440px;
    max-width: var(--container-width);
    padding: 20px var(--sides-padding)
}

.header-desktop .container .services {
    align-items: center;
    display: flex;
    gap: 52px
}

.header-desktop .container .services .service {
    color: #333;
    color: var(--color-text);
    font-family: MontserratArmExtraLight;
    font-family: var(--font-montserratarm-extra-light);
    font-size: 16px;
    font-size: var(--font-size-body);
    transition: color .3s ease, text-shadow .3s ease
}

.header-desktop .container .services .service:hover {
    color: #000;
    color: var(--black);
    text-shadow: 0 0 .5px #000;
    text-shadow: 0 0 .5px var(--black)
}

.header-desktop .container .services .contact-us {
    color: #fff;
    color: var(--white);
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    padding: 0 18px
}

.header-desktop .container .services .contact-us:hover {
    color: #fff;
    color: var(--white);
    text-shadow: inherit
}

.button-primary,
.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:nth-child(4) {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:hover:nth-child(4) {
    box-shadow: 0 0 12px #d8a3a399
}

.header-mobile .content {
    align-items: center;
    background-color: #fff;
    background-color: var(--white);
    display: flex;
    height: 115px;
    height: var(--header-height);
    justify-content: space-between;
    padding: 0 12px 0 16px;
    position: fixed;
    top: 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    width: 100%;
    z-index: 11
}

.header-mobile .content .logo-container {
    cursor: pointer
}

.header-mobile .content .logo-container .logo {
    height: 57px;
    width: 97px
}

.header-mobile .content .burger-icon-container {
    cursor: pointer;
    height: 32px;
    position: relative;
    width: 32px
}

.header-mobile .content .burger-icon-container img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease, transform .3s ease;
    width: 100%
}

.header-mobile .content .burger-icon-container .hidden {
    opacity: 0;
    pointer-events: none;
    transform: rotate(90deg) scale(.8)
}

.header-mobile .content .burger-icon-container .visible {
    opacity: 1;
    pointer-events: auto;
    transform: rotate(0deg) scale(1)
}

.header-mobile .sidebar .sidebar-content {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.header-mobile .sidebar .sidebar-content .menu {
    background: #fff;
    background: var(--color-surface);
    height: 100%;
    overflow-y: auto;
    padding: 60px 20px;
    position: fixed;
    right: 0;
    top: 95px;
    transition: .35s ease-in-out;
    width: 100%
}

.header-mobile .sidebar .sidebar-content .menu .menu-items {
    align-items: center;
    display: flex;
    flex-direction: column
}

.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item {
    color: #333;
    color: var(--color-text);
    cursor: pointer;
    font-family: MontserratArmExtraLight;
    font-family: var(--font-montserratarm-extra-light);
    font-size: 16px;
    font-size: var(--font-size-body);
    margin-bottom: 58px;
    transition: color .3s ease, text-shadow .3s ease
}

.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:hover {
    color: #000;
    color: var(--black);
    text-shadow: 0 0 .5px #000;
    text-shadow: 0 0 .5px var(--black)
}

.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:nth-child(3) {
    margin-bottom: 46px
}

.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:nth-child(4) {
    padding: 0 29px
}

.header-mobile .sidebar .sidebar-content .menu .menu-items .menu-item:nth-child(4):hover {
    color: #fff;
    color: var(--white);
    text-shadow: inherit
}

.header-hidden {
    opacity: 0;
    transform: translateY(-100%)
}

.header-visible {
    opacity: 1;
    transform: translateY(0)
}

.footer {
    --sides-padding: 100px;
    --contacts-section-gap: 112px
}

@media(max-width:1280px) {
    .footer {
        --sides-padding: clamp(16px, max(60/1440 * 100vw, 16px), 60px)
    }
}

@media(max-width:1024px) {
    .footer {
        --contacts-section-gap: 44px
    }
}

.footer .title {
    font-family: var(--font-montserratarm-regular);
    font-size: var(--font-size-body)
}

.footer .subtitle {
    color: var(--color-text);
    font-family: var(--font-montserratarm-extra-light);
    font-size: var(--font-size-caption);
    transition: color .3s ease, text-shadow .3s ease
}

.footer .subtitle:hover {
    color: var(--black);
    text-shadow: 0 0 .5px var(--black)
}

.footer {
    background-color: var(--color-surface);
    border-top: 1px solid var(--color-border);
    width: 100%
}

.footer .container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: auto;
    max-width: var(--container-width);
    padding: 60px var(--sides-padding) 82px;
    width: 100%
}

.footer .container .contacts-section {
    align-items: flex-start;
    display: flex;
    gap: var(--contacts-section-gap)
}

.footer .container .contacts-section .contacts {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer .container .contacts-section .contacts .contact-us .section {
    align-items: center;
    display: flex;
    gap: 8px
}

.footer .container .contacts-section .contacts .contact-us .section:first-of-type {
    margin-bottom: 6px;
    margin-top: 12px
}

.footer .container .contacts-section .contacts .follow-us .social-icons {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.footer .container .contacts-section .contacts .follow-us .social-icons .social-icon-link {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 28px
}

.footer .container .contacts-section .contacts .follow-us .social-icons .icon {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.footer .container .contacts-section .contacts .follow-us .social-icons .icon.hover,
.footer .container .contacts-section .contacts .follow-us .social-icons .social-icon-link:hover .icon.default {
    opacity: 0
}

.footer .container .contacts-section .contacts .follow-us .social-icons .social-icon-link:hover .icon.hover {
    opacity: 1
}

.footer .container .services .items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    text-align: center
}

.footer .container .arrow-button {
    background: none;
    border: none;
    cursor: pointer;
    height: 52px;
    padding: 0;
    position: relative;
    width: 52px
}

.footer .container .arrow-icon {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.footer .container .arrow-button:hover .arrow-icon.default,
.footer .container .arrow-icon.hover {
    opacity: 0
}

.footer .container .arrow-button:hover .arrow-icon.hover {
    opacity: 1
}

.footer .copyright {
    background-color: var(--color-primary);
    opacity: .4;
    padding: 10px 4px;
    text-align: center
}

.footer .copyright .info {
    color: var(--black);
    font-family: var(--font-montserratarm-regular);
    font-size: var(--font-size-label)
}

@media(max-width:1024px) {
    .footer {
        border-top: 1px solid rgba(var(--color-primary-rgb), .4)
    }

    .footer .container {
        gap: 44px;
        padding: 50px 20px 30px
    }

    .footer .container,
    .footer .container .contacts-section {
        align-items: center;
        flex-direction: column
    }

    .footer .container .contacts-section .contacts {
        align-items: center;
        flex-direction: column-reverse;
        gap: 30px;
        text-align: center
    }

    .footer .container .arrow-button {
        display: none
    }
}

.button-primary,
.not-found .buttons .second,
.not-found .subtitle {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.not-found .buttons .second:hover,
.not-found .subtitle:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.button-secondary,
.not-found .buttons .first {
    align-items: center;
    border: 1px solid #d8a3a3;
    border: 1px solid var(--color-primary);
    color: #d8a3a3;
    color: var(--color-primary);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .5s ease, background-color .5s ease
}

.button-secondary:hover,
.not-found .buttons .first:hover {
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    box-shadow: 0 0 12px #d8a3a399;
    color: #fff;
    color: var(--white)
}

.not-found {
    margin: 60px auto 115px;
    padding: 0 36px
}

.not-found .title-container {
    margin: auto;
    width: -webkit-fit-content;
    width: fit-content
}

.not-found .line {
    background-color: #333;
    background-color: var(--color-text);
    height: 2px;
    margin-bottom: 20px;
    width: 113px
}

.not-found .title {
    color: #333;
    color: var(--color-text);
    font-size: 104px;
    font-size: var(--font-size-hero)
}

.not-found .subtitle-container {
    align-items: end;
    display: flex;
    justify-content: space-between
}

.not-found .subtitle-container .line {
    margin-bottom: 0
}

.not-found .subtitle {
    height: 21px;
    margin-top: 5px;
    padding: 2px 5px;
    width: -webkit-fit-content;
    width: fit-content
}

.not-found .message {
    font-family: MontserratArmExtraLight;
    font-family: var(--font-montserratarm-extra-light);
    font-size: 24px;
    font-size: var(--font-size-title);
    margin-top: 30px;
    text-align: center;
    white-space: break-spaces
}

.not-found .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    margin-top: 32px
}

.not-found .buttons .first {
    padding: 0 17px
}

.not-found .buttons .second {
    padding: 0 9px
}

@media(max-width:1024px) {
    .not-found {
        margin: 34px auto 54px
    }

    .not-found .line {
        height: 1px;
        width: 60px
    }

    .not-found .message {
        padding: 0 60px;
        white-space: inherit
    }
}

@media(max-width:440px) {
    .not-found .subtitle-container {
        margin: auto;
        width: auto
    }

    .not-found .message {
        font-size: 14px;
        padding: initial
    }

    .not-found .buttons .first,
    .not-found .buttons .second {
        display: flex;
        justify-content: center;
        width: 100%
    }
}

@media(max-width:360px) {
    .not-found {
        padding: 0 20px
    }
}

.personal-link-container {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px #0000000d;
    margin: 100px auto;
    max-width: 500px;
    padding: 20px;
    text-align: center
}

.personal-link-container .title {
    color: #333;
    font-size: 28px;
    margin-bottom: 24px
}

.personal-link-container .input {
    border: 1px solid #ccc;
    border-radius: 12px;
    font-size: 16px;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 16px;
    transition: border .3s ease;
    width: 100%
}

.personal-link-container .input:focus {
    border-color: #d8a3a3;
    outline: none
}

.personal-link-container .result-section {
    margin-top: 40px
}

.personal-link-container .result-section .link-text {
    color: #666;
    font-size: 18px
}

.personal-link-container .result-section .link-url {
    color: #444;
    font-size: 16px;
    margin: 12px 0 24px;
    word-break: break-all
}

.personal-link-container .button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center
}

.personal-link-container .button {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-montserratarm-medium);
    font-size: 14px;
    height: 44px;
    justify-content: center;
    margin: 8px;
    padding: 0 24px;
    transition: all .3s ease
}

.personal-link-container .button:disabled {
    cursor: inherit;
    opacity: .5
}

.personal-link-container .button-primary {
    background-color: #d8a3a3;
    border: none;
    color: #fff
}

.personal-link-container .button-primary:hover {
    box-shadow: 0 4px 12px #d8a3a366
}

.personal-link-container .button-secondary {
    background-color: #0000;
    border: 1px solid #d8a3a3;
    color: #d8a3a3
}

.personal-link-container .button-secondary:hover {
    background-color: #fff5f5
}

:root {
    --PhoneInput-color--focus: #03b2cb;
    --PhoneInputInternationalIconPhone-opacity: 0.8;
    --PhoneInputInternationalIconGlobe-opacity: 0.65;
    --PhoneInputCountrySelect-marginRight: 0.35em;
    --PhoneInputCountrySelectArrow-width: 0.3em;
    --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
    --PhoneInputCountrySelectArrow-borderWidth: 1px;
    --PhoneInputCountrySelectArrow-opacity: 0.45;
    --PhoneInputCountrySelectArrow-color: currentColor;
    --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountrySelectArrow-transform: rotate(45deg);
    --PhoneInputCountryFlag-aspectRatio: 1.5;
    --PhoneInputCountryFlag-height: 1em;
    --PhoneInputCountryFlag-borderWidth: 1px;
    --PhoneInputCountryFlag-borderColor: #00000080;
    --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
    --PhoneInputCountryFlag-backgroundColor--loading: #0000001a
}

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

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

.PhoneInputCountryIcon {
    height: 1em;
    height: var(--PhoneInputCountryFlag-height);
    width: 1.5em;
    width: calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))
}

.PhoneInputCountryIcon--square {
    width: 1em;
    width: var(--PhoneInputCountryFlag-height)
}

.PhoneInputCountryIcon--border {
    background-color: #0000001a;
    background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
    box-shadow: 0 0 0 1px #00000080, inset 0 0 0 1px #00000080;
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)
}

.PhoneInputCountryIconImg {
    display: block;
    height: 100%;
    width: 100%
}

.PhoneInputInternationalIconPhone {
    opacity: .8;
    opacity: var(--PhoneInputInternationalIconPhone-opacity)
}

.PhoneInputInternationalIconGlobe {
    opacity: .65;
    opacity: var(--PhoneInputInternationalIconGlobe-opacity)
}

.PhoneInputCountry {
    align-items: center;
    align-self: stretch;
    display: flex;
    margin-right: .35em;
    margin-right: var(--PhoneInputCountrySelect-marginRight);
    position: relative
}

.PhoneInputCountrySelect {
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
    cursor: default
}

.PhoneInputCountrySelectArrow {
    border-bottom-width: 1px;
    border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-color: currentColor;
    border-color: var(--PhoneInputCountrySelectArrow-color);
    border-left-width: 0;
    border-right-width: 1px;
    border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
    border-style: solid;
    border-top-width: 0;
    content: "";
    display: block;
    height: .3em;
    height: var(--PhoneInputCountrySelectArrow-width);
    margin-left: .35em;
    margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
    opacity: .45;
    opacity: var(--PhoneInputCountrySelectArrow-opacity);
    transform: rotate(45deg);
    transform: var(--PhoneInputCountrySelectArrow-transform);
    width: .3em;
    width: var(--PhoneInputCountrySelectArrow-width)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow {
    color: #03b2cb;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
    opacity: 1
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border {
    box-shadow: 0 0 0 1px #03b2cb, inset 0 0 0 1px #03b2cb;
    box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
    color: #03b2cb;
    color: var(--PhoneInputCountrySelectArrow-color--focus);
    opacity: 1
}

.button-primary,
.contact-us-page .contact-form button {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.contact-us-page .contact-form button:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.contact-us-page {
    --sides-padding: 100px;
    --image-width: 556px
}

@media(max-width:1280px) {
    .contact-us-page {
        --sides-padding: clamp(16px, max(60/1280 * 100vw, 16px), 60px);
        --image-width: clamp(432px, max(556/1280 * 100vw, 432px), 556px)
    }
}

.contact-us-page {
    margin: 0 auto;
    max-width: 1440px;
    max-width: var(--container-width)
}

.contact-us-page .PhoneInput {
    position: relative
}

.contact-us-page .PhoneInputCountry {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.contact-us-page {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-bottom: 82px;
    padding: 0 var(--sides-padding)
}

.contact-us-page .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 610px;
    width: 100%
}

.contact-us-page .contact-form .row {
    column-gap: 20px;
    display: flex;
    row-gap: 24px
}

.contact-us-page .contact-form .field {
    display: flex;
    flex: 1 1;
    flex-direction: column
}

.contact-us-page .contact-form label {
    color: #333;
    color: var(--color-text);
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    font-size: 16px;
    font-size: var(--font-size-body);
    margin-bottom: 13px
}

.contact-us-page .contact-form input {
    min-width: 205px
}

.contact-us-page .contact-form input,
.contact-us-page .contact-form textarea {
    border: 1px solid #333;
    border: 1px solid var(--color-text);
    border-radius: 4px;
    font-size: 14px;
    font-size: var(--font-size-caption);
    padding: 10px
}

.contact-us-page .contact-form textarea {
    height: 180px;
    resize: none
}

.contact-us-page .contact-form input[type=tel] {
    padding-left: 50px
}

.contact-us-page .contact-form .field.invalid input,
.contact-us-page .contact-form .field.invalid textarea {
    border: 1px solid #fd6062;
    border: 1px solid var(--color-error)
}

.contact-us-page .contact-form .field.invalid .PhoneInput {
    border: 0 solid #fd6062;
    border: 0 solid var(--color-error)
}

.contact-us-page .contact-form label.invalid {
    color: #fd6062;
    color: var(--color-error)
}

.contact-us-page .contact-form button {
    margin: auto;
    padding: 12px 55px;
    width: -webkit-fit-content;
    width: fit-content
}

.contact-us-page .contact-form button:disabled {
    opacity: .5
}

.contact-us-page .guest-card-image {
    max-width: var(--image-width);
    width: 100%
}

@media(max-width:1280px) {
    .contact-us-page {
        gap: 30px
    }
}

@media(max-width:1024px) {
    .contact-us-page {
        margin-bottom: 54px
    }

    .contact-us-page .contact-form .row {
        flex-direction: column
    }

    .contact-us-page .guest-card-image {
        display: none
    }
}

@media(max-width:440px) {
    .contact-us-page {
        padding: 0 16px
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid #0000;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,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) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(../media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(../media/slick.295183786cd8a1389865.woff) format("woff"), url(../media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"), url(../media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: #0000;
    color: #0000;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: #0000;
    border: 0;
    color: #0000;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.button-primary,
.services-page .service-items .item .button {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.services-page .service-items .item .button:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.services-page {
    --sides-margin: 100px
}

@media(max-width:1280px) {
    .services-page {
        --sides-margin: clamp(16px, max(60/1280 * 100vw, 16px), 60px)
    }
}

.services-page {
    margin: 0 auto 60px;
    max-width: 1440px;
    max-width: var(--container-width);
    padding: 0 var(--sides-margin)
}

.services-page .headline {
    background-color: #d8a3a31a;
    background-color: rgba(var(--color-primary-rgb), .1);
    margin-bottom: 100px;
    padding: 140px 6px
}

.services-page .headline .title {
    font-family: VictoryRegular;
    font-family: var(--font-victory-regular);
    font-size: 50px;
    font-size: var(--font-size-headline);
    margin-bottom: 30px;
    text-align: center
}

.services-page .headline .description {
    font-family: MontserratArmExtraLight;
    font-family: var(--font-montserratarm-extra-light);
    font-size: 24px;
    font-size: var(--font-size-title);
    text-align: center;
    white-space: break-spaces
}

.services-page .service-items {
    display: flex;
    flex-direction: column;
    gap: 140px
}

.services-page .service-items .item {
    align-items: center;
    display: flex;
    gap: 46px;
    justify-content: space-between
}

.services-page .service-items .item .title {
    color: #333;
    color: var(--color-text);
    font-family: VictoryRegular;
    font-family: var(--font-victory-regular);
    font-size: 50px;
    font-size: var(--font-size-headline)
}

.services-page .service-items .item .subtitle {
    color: #000;
    color: var(--black);
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding-top: 8px
}

.services-page .service-items .item .message {
    color: #000;
    color: var(--black);
    font-family: MontserratArmExtraLight;
    font-family: var(--font-montserratarm-extra-light);
    font-size: 14px;
    font-size: var(--font-size-caption);
    padding: 30px 0;
    white-space: break-spaces
}

.services-page .service-items .item .button {
    padding: 12px 17px;
    width: -webkit-fit-content;
    width: fit-content
}

.services-page .service-items .item .service-image {
    aspect-ratio: 4/3;
    max-width: 600px;
    width: 100%
}

.services-page #how-to-order {
    margin: 140px 0 132px
}

.services-page #how-to-order .title {
    font-family: VictoryRegular;
    font-family: var(--font-victory-regular);
    font-size: 50px;
    font-size: var(--font-size-headline);
    margin-bottom: 40px;
    text-align: center
}

.services-page #how-to-order .steps {
    display: flex;
    gap: 20px;
    justify-content: center
}

.services-page #how-to-order .item {
    align-items: center;
    background-color: #d8a3a30f;
    background-color: rgba(var(--color-primary-rgb), .06);
    display: flex;
    flex-direction: column;
    padding: 33px 20px;
    text-align: center;
    width: 100%
}

.services-page #how-to-order .item .message {
    color: #333;
    color: var(--color-text);
    font-size: 14px;
    font-size: var(--font-size-caption);
    margin-top: 14px
}

.services-page #how-to-order .item .icon {
    margin: auto
}

@media(max-width:1280px) {
    .services-page .headline {
        margin-bottom: 72px;
        padding: 125px 6px
    }

    .services-page .headline .description {
        font-size: 16px;
        font-size: var(--font-size-body);
        line-height: 20px;
        white-space: inherit
    }

    .services-page .service-items {
        gap: 72px
    }

    .services-page .service-items .item {
        flex-direction: column;
        gap: 30px
    }

    .services-page .service-items .item .title {
        text-align: center
    }

    .services-page .service-items .item .message {
        padding: 0;
        text-align: center
    }

    .services-page .service-items .item .button {
        display: flex;
        justify-content: center;
        max-width: 440px;
        width: 100%
    }

    .services-page #how-to-order {
        margin: 72px 0 40px
    }
}

@media(max-width:440px) {
    .services-page .headline {
        padding: 125px 6px
    }

    .services-page .headline .description {
        font-size: 16px;
        font-size: var(--font-size-body);
        line-height: 20px;
        white-space: inherit
    }
}

#eventParticipantsView {
    background-color: var(--white);
    padding: 60px 20px
}

#eventParticipantsView .container {
    margin: auto;
    max-width: 550px
}

#eventParticipantsView .container .title {
    color: var(--black);
    font-family: var(--font-primary-bold);
    font-size: var(--headline1);
    text-align: center
}

#eventParticipantsView .container .summary {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0
}

#eventParticipantsView .container .summary p {
    font-size: var(--body3);
    font-weight: 700;
    margin: 0
}

#eventParticipantsView .container .list .participants-list {
    padding: 0
}

#eventParticipantsView .container .list .participant-item {
    align-items: center;
    border-bottom: 1px solid #eeeceb;
    color: var(--black);
    display: flex;
    font-size: var(--body3);
    gap: 20px;
    justify-content: space-between;
    padding: 12px 0
}

#eventParticipantsView .container .list .participant-item .participant-info {
    display: flex;
    flex-direction: column
}

#eventParticipantsView .container .list .participant-item .participant-info .participant-name {
    font-weight: 700
}

#eventParticipantsView .container .list .participant-item .participant-info .participant-role-label {
    color: #666;
    font-size: 12px
}

#eventParticipantsView .container .list .participant-item .participant-info .participant-count {
    color: #666;
    font-size: 14px;
    margin: 4px 0
}

#eventParticipantsView .container .list .participant-item .participant-status {
    font-size: 18px;
    white-space: nowrap
}

#eventParticipantsView .container .list .no-participants {
    color: #888;
    font-size: var(--body3);
    margin-top: 20px;
    text-align: center
}

@media(max-width:834px) {
    #eventParticipantsView {
        padding: 60px 10px
    }
}

.admin-dashboard .add-order-form button,
.admin-dashboard .order-table .save-btn,
.button-primary {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.admin-dashboard .add-order-form button:hover,
.admin-dashboard .order-table .save-btn:hover,
.button-primary:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.admin-dashboard .order-table .cancel-btn,
.admin-dashboard .order-table .edit-btn,
.button-secondary {
    align-items: center;
    border: 1px solid #d8a3a3;
    border: 1px solid var(--color-primary);
    color: #d8a3a3;
    color: var(--color-primary);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .5s ease, background-color .5s ease
}

.admin-dashboard .order-table .cancel-btn:hover,
.admin-dashboard .order-table .edit-btn:hover,
.button-secondary:hover {
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    box-shadow: 0 0 12px #d8a3a399;
    color: #fff;
    color: var(--white)
}

.admin-dashboard {
    background-color: #fff;
    background-color: var(--color-surface);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    height: calc(100vh - 115px);
    height: calc(100vh - var(--header-height));
    max-width: 1440px;
    max-width: var(--container-width);
    padding: 32px;
    width: 100%
}

.admin-dashboard .section-title {
    color: #333;
    color: var(--color-text);
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 24px;
    font-size: var(--font-size-title);
    margin-bottom: 24px
}

.admin-dashboard .table-wrapper {
    background-color: #fff;
    background-color: var(--white);
    box-shadow: 0 8px 20px #0000000a;
    overflow-x: auto;
    overflow-y: auto
}

.admin-dashboard .order-table {
    border-collapse: collapse;
    min-width: 700px;
    width: 100%
}

.admin-dashboard .order-table thead th {
    background-color: #eeeceb;
    background-color: var(--color-border);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.admin-dashboard .order-table .order-row {
    cursor: pointer;
    transition: background-color .2s
}

.admin-dashboard .order-table .order-row:hover {
    background-color: #00000005
}

.admin-dashboard .order-table .order-row.focused {
    background-color: #eeeceb;
    background-color: var(--color-border)
}

.admin-dashboard .order-table td,
.admin-dashboard .order-table th {
    border-bottom: 1px solid #eeeceb;
    border-bottom: 1px solid var(--color-border);
    color: #333;
    color: var(--color-text);
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding: 14px 20px;
    text-align: left
}

.admin-dashboard .order-table th {
    background-color: #eeeceb;
    background-color: var(--color-border);
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium)
}

.admin-dashboard .order-table tr:last-child td {
    border-bottom: none
}

.admin-dashboard .order-table input {
    border: 1px solid #eeeceb;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding: 8px 10px;
    width: 100px
}

.admin-dashboard .order-table .button-group {
    display: flex;
    gap: 8px;
    justify-content: left
}

.admin-dashboard .order-table .cancel-btn,
.admin-dashboard .order-table .edit-btn,
.admin-dashboard .order-table .save-btn {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 13px;
    font-size: var(--font-size-label);
    height: 36px;
    justify-content: center;
    padding: 6px 16px
}

.admin-dashboard .order-table .cancel-btn {
    border-color: #d8a3a3;
    border-color: var(--color-primary);
    color: #d8a3a3;
    color: var(--color-primary)
}

.admin-dashboard .order-table .cancel-btn:hover {
    color: #fff;
    color: var(--white)
}

.admin-dashboard .add-order-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px
}

.admin-dashboard .add-order-form input,
.admin-dashboard .add-order-form input[list] {
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular)
}

.admin-dashboard .add-order-form input {
    border: 1px solid #eeeceb;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding: 10px 14px;
    width: 180px
}

.admin-dashboard .add-order-form input:focus {
    border-color: #d8a3a3;
    border-color: var(--color-primary);
    box-shadow: 0 0 6px #d8a3a380;
    box-shadow: 0 0 6px rgba(var(--color-primary-rgb), .5);
    outline: none
}

.admin-dashboard .add-order-form button {
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 13px;
    font-size: var(--font-size-label);
    padding: 16px
}

.admin {
    background-color: var(--color-border);
    height: 100vh;
    margin: auto;
    padding: 80px 8px
}

.admin,
.admin .admin-content {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.admin .unauthorized {
    animation: fadeIn .4s ease;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px #0000000d;
    max-width: 400px;
    padding: 32px 24px;
    text-align: center;
    width: 100%
}

.admin .unauthorized .title {
    color: var(--color-text);
    font-family: var(--font-montserratarm-bold);
    font-size: 32px;
    margin-bottom: 16px
}

.admin .unauthorized .description {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px
}

.admin .unauthorized .login-button {
    background-color: var(--color-primary);
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    max-width: 324px;
    padding: 13px 0;
    text-decoration: none;
    transition: background-color .3s ease, transform .3s ease;
    width: 100%
}

.admin .unauthorized .login-button:hover {
    opacity: .9;
    transform: scale(1.02)
}

.admin .unauthorized .login-button:disabled {
    cursor: default;
    opacity: .5;
    transform: none
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1024px) {
    .admin {
        padding: 40px 16px
    }
}

.button-primary,
.order-details .add-participant-form button.submit-button {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover,
.order-details .add-participant-form button.submit-button:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.button-secondary,
.order-details .participants-table .delete-btn {
    align-items: center;
    border: 1px solid #d8a3a3;
    border: 1px solid var(--color-primary);
    color: #d8a3a3;
    color: var(--color-primary);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .5s ease, background-color .5s ease
}

.button-secondary:hover,
.order-details .participants-table .delete-btn:hover {
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    box-shadow: 0 0 12px #d8a3a399;
    color: #fff;
    color: var(--white)
}

.order-details {
    align-items: center;
    background-color: #eeeceb;
    background-color: var(--color-border);
    display: flex;
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.order-details .container {
    background-color: #fff;
    background-color: var(--white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 115px);
    height: calc(100vh - var(--header-height));
    max-width: 1440px;
    max-width: var(--container-width);
    overflow-y: auto;
    padding: 32px;
    width: 100%
}

.order-details .section-title {
    color: #333;
    color: var(--color-text);
    flex-shrink: 0;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 24px;
    font-size: var(--font-size-title);
    margin-bottom: 24px
}

.order-details .add-participant-form {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px
}

.order-details .add-participant-form input,
.order-details .add-participant-form select {
    border: 1px solid #eeeceb;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-family: MontserratArmRegular;
    font-family: var(--font-montserratarm-regular);
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding: 10px 14px;
    width: 180px
}

.order-details .add-participant-form input:focus,
.order-details .add-participant-form select:focus {
    border-color: #d8a3a3;
    border-color: var(--color-primary);
    box-shadow: 0 0 6px #d8a3a380;
    box-shadow: 0 0 6px rgba(var(--color-primary-rgb), .5);
    outline: none
}

.order-details .add-participant-form select {
    width: auto
}

.order-details .add-participant-form button.submit-button {
    border-radius: 6px;
    cursor: pointer;
    flex-shrink: 0;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 13px;
    font-size: var(--font-size-label);
    padding: 16px
}

.order-details .participants-table-wrapper {
    background-color: #fff;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 8px 20px #0000000a;
    flex: 1 1;
    overflow: auto
}

.order-details .participants-table {
    border-collapse: collapse;
    min-width: 700px;
    width: 100%
}

.order-details .participants-table thead th {
    background-color: #eeeceb;
    background-color: var(--color-border);
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.order-details .participants-table tbody td,
.order-details .participants-table thead th {
    border-bottom: 1px solid #eeeceb;
    border-bottom: 1px solid var(--color-border);
    color: #333;
    color: var(--color-text);
    font-size: 15px;
    font-size: var(--font-size-body-sm);
    padding: 14px 20px;
    text-align: left
}

.order-details .participants-table tr:last-child td {
    border-bottom: none
}

.order-details .participants-table .delete-btn {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 13px;
    font-size: var(--font-size-label);
    height: 36px;
    justify-content: center;
    padding: 6px 16px
}

.order-details .participants-table .delete-btn:hover {
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white)
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: #ffffffb3;
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-offset: 16px;
    --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
    --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
    --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
    --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-toast-bd-radius: 6px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
    --toastify-color-progress-bgo: 0.2
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: max(16px, env(safe-area-inset-left));
    left: var(--toastify-toast-left);
    top: max(16px, env(safe-area-inset-top));
    top: var(--toastify-toast-top)
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: max(16px, env(safe-area-inset-top));
    top: var(--toastify-toast-top);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: max(16px, env(safe-area-inset-right));
    right: var(--toastify-toast-right);
    top: max(16px, env(safe-area-inset-top));
    top: var(--toastify-toast-top)
}

.Toastify__toast-container--bottom-left {
    bottom: max(16px, env(safe-area-inset-bottom));
    bottom: var(--toastify-toast-bottom);
    left: max(16px, env(safe-area-inset-left));
    left: var(--toastify-toast-left)
}

.Toastify__toast-container--bottom-center {
    bottom: max(16px, env(safe-area-inset-bottom));
    bottom: var(--toastify-toast-bottom);
    left: 50%;
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: max(16px, env(safe-area-inset-bottom));
    bottom: var(--toastify-toast-bottom);
    right: max(16px, env(safe-area-inset-right));
    right: var(--toastify-toast-right)
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: env(safe-area-inset-left);
        margin: 0;
        padding: 0;
        width: 100vw
    }

    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: env(safe-area-inset-top);
        transform: translateX(0)
    }

    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: env(safe-area-inset-bottom);
        transform: translateX(0)
    }

    .Toastify__toast-container--rtl {
        left: auto;
        right: env(safe-area-inset-right)
    }
}

.Toastify__toast {
    --y: 0;
    border-radius: 6px;
    border-radius: var(--toastify-toast-bd-radius);
    box-shadow: 0 4px 12px #0000001a;
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    touch-action: none;
    z-index: 0
}

.Toastify__toast--stacked {
    position: absolute;
    transform: translate3d(0, var(--y), 0) scale(var(--s));
    transition: transform .3s;
    width: 100%
}

.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body {
    transition: opacity .1s
}

.Toastify__toast--stacked[data-collapsed=false] {
    overflow: visible
}

.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>* {
    opacity: 0
}

.Toastify__toast--stacked:after {
    bottom: 100%;
    content: "";
    height: calc(var(--g)*1px);
    left: 0;
    position: absolute;
    right: 0
}

.Toastify__toast--stacked[data-pos=top] {
    top: 0
}

.Toastify__toast--stacked[data-pos=bot] {
    bottom: 0
}

.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
    transform-origin: top
}

.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
    transform-origin: bottom
}

.Toastify__toast--stacked:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleY(3);
    z-index: -1
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    animation-duration: .5s;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    animation-duration: .3s;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: #ffffffb3;
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: #0000;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease;
    z-index: 1
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    border-bottom-left-radius: 6px;
    border-bottom-left-radius: var(--toastify-toast-bd-radius);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-right-radius: var(--toastify-toast-bd-radius);
    left: auto;
    right: 0;
    transform-origin: right
}

.Toastify__progress-bar--wrp {
    border-bottom-left-radius: 6px;
    border-bottom-left-radius: var(--toastify-toast-bd-radius);
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%
}

.Toastify__progress-bar--wrp[data-hidden=true] {
    opacity: 0
}

.Toastify__progress-bar--bg {
    height: 100%;
    opacity: .2;
    opacity: var(--toastify-color-progress-bgo);
    width: 100%
}

.Toastify__spinner {
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@keyframes Toastify__bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, var(--y), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, var(--y), 0)
    }
}

@keyframes Toastify__bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, var(--y), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, var(--y), 0)
    }
}

@keyframes Toastify__bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, calc(var(--y) - 10px), 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, calc(var(--y) + 20px), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, calc(var(--y) - 10px), 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, calc(var(--y) + 20px), 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: translate3d(0, var(--y), 0) perspective(400px)
    }

    30% {
        opacity: 1;
        transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        transform: translate3d(0, var(--y), 0) perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, var(--y), 0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        transform: translate3d(110%, var(--y), 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        transform: translate3d(-110%, var(--y), 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translate3d(0, var(--y), 0)
    }

    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-duration: .3s;
    animation-name: Toastify__slideOutLeft;
    animation-timing-function: ease-in
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-duration: .3s;
    animation-name: Toastify__slideOutRight;
    animation-timing-function: ease-in
}

.Toastify__slide-exit--top-center {
    animation-duration: .3s;
    animation-name: Toastify__slideOutUp;
    animation-timing-function: ease-in
}

.Toastify__slide-exit--bottom-center {
    animation-duration: .3s;
    animation-name: Toastify__slideOutDown;
    animation-timing-function: ease-in
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: MontserratArmBold;
    src: local("montserratarm"), url(../media/montserratarm-bold.2733913afd5dde28d49e.otf)
}

@font-face {
    font-family: MontserratArmMedium;
    src: local("montserratarm"), url(../media/montserratarm-medium.00bad467823fc192af2c.otf)
}

@font-face {
    font-family: MontserratArmRegular;
    src: local("montserratarm"), url(../media/montserratarm-regular.5691450002b4287d010a.otf)
}

@font-face {
    font-family: MontserratArmLight;
    src: local("montserratarm"), url(../media/montserratarm-light.5aeadeac62599fbeaca3.otf)
}

@font-face {
    font-family: VictoryRegular;
    src: local("victory"), url(../media/victory-regular.30e5e38c55bcc00a70d2.otf)
}

@font-face {
    font-family: Victory-Regular;
    src: local("victory"), url(../media/victory-regular.30e5e38c55bcc00a70d2.otf)
}

@font-face {
    font-family: MontserratArmExtraLight;
    src: local("montserratarm"), url(../media/montserratarm-extra-light.45ce171108961d4acacf.otf)
}

@font-face {
    font-family: TrajanRegular;
    src: local("trajan-pro"), url(../media/trajan-pro-regular.5e3d3ff4f80f0875f849.ttf)
}

@font-face {
    font-family: GHEAMariamRegular;
    src: local("ghea-mariam"), url(../media/ghea-mariam-reg.22ac4957ddd775c3dbc7.otf)
}

@font-face {
    font-family: GHEAMariamBold;
    src: local("ghea-mariam"), url(../media/ghea-mariam-bold.924573c1756a262b348d.otf)
}

@font-face {
    font-family: GastieRegular;
    src: local("gastie"), url(../media/gastie.cbed3c39d8244f7ddafe.otf)
}

@font-face {
    font-family: AbrilFatfaceRegular;
    src: local("abril-fatface"), url(../media/abril-fatface-regular.c2459f7f69cb5eb788d8.ttf)
}

@font-face {
    font-family: CreteRoundRegular;
    src: local("crete-round"), url(../media/crete-round-regular.aad171ba4c2b1917591e.ttf)
}

@font-face {
    font-family: SHKDzeragir;
    src: local("shk-dzeragir"), url(../media/shk-dzeragir.706a377fba825da38f8f.otf)
}

@font-face {
    font-family: CarattereRegular;
    src: local("carattere"), url(../media/carattere-regular.9295c8138eae2da02c9e.ttf)
}

@font-face {
    font-family: AlbertSansVariable;
    src: local("albert-sans-variable"), url(../media/albert-sans-weight.777206c27598e5693ebb.ttf)
}

@font-face {
    font-family: Aerisa;
    src: local("aerisa"), url(../media/aerisa.6af402bfef1e68a28985.otf)
}

@font-face {
    font-family: EBGaramondRegular;
    src: local("eb-garamond"), url(../media/eb-garamond-regular.73673a6e207e020fcee2.ttf)
}

@font-face {
    font-family: MarckScriptRegular;
    src: local("marck-script"), url(../media/marck-script-regular.5b6142752f3269576cc7.ttf)
}

@font-face {
    font-family: ArshaluyseArtBold;
    src: local("arshaluyse-art"), url(../media/arshaluyse-art-bold.8577079b8585481ef990.ttf)
}

@font-face {
    font-family: NotoSansArmenianRegular;
    src: local("noto-sans-armenian"), url(../media/noto-sans-armenian-regular.542c6f503b71883c2af7.ttf)
}

@font-face {
    font-family: ArmAllegro;
    src: local("arm-allegro"), url(../media/arm-allegro.1fa2762cd0d05d86cd2b.ttf)
}

@font-face {
    font-family: HanragitaranItalic;
    src: local("hanragitaran"), url(../media/hanragitaran-italic.d7203cb9a8a04aeaed7d.ttf)
}

@font-face {
    font-family: Hanragitaran;
    src: local("hanragitaran"), url(../media/hanragitaran.df9f17a3f57828266b78.ttf)
}

@font-face {
    font-family: AlluraRegular;
    src: local("allura"), url(../media/allura-regular.9429cde4d80d03c85860.ttf)
}

@font-face {
    font-family: MontagaRegular;
    src: local("montaga"), url(../media/montaga-regular.ad986b8bdcdba608eb71.ttf)
}

@font-face {
    font-family: BeauRivageRegular;
    src: local("beau-rivage"), url(../media/beau-rivage-regular.95e76051081375a0781a.ttf)
}

@font-face {
    font-family: PlayfairDisplay;
    src: local("playfairDisplay"), url(../media/playfair-display.bf46a6bcddc9999a295e.ttf)
}

@font-face {
    font-family: ForumRegular;
    src: local("forum"), url(../media/forum-regular.f30a601a7c9404d77b8e.ttf)
}

@font-face {
    font-family: Imperial;
    src: local("imperial"), url(../media/imperial.7e354df498b210535be7.ttf)
}

@font-face {
    font-family: MardotoLight;
    src: local("mardoto"), url(../media/mardoto-light.b03143a11e6a8d414ed7.ttf)
}

@font-face {
    font-family: MardotoRegular;
    src: local("mardoto"), url(../media/mardoto-regular.9f015f9fc12d0886240d.ttf)
}

@font-face {
    font-family: HighSpirited;
    src: local("high-spirited"), url(../media/high-spirited.24fea007705a92b8e5dc.ttf)
}

@font-face {
    font-family: ArtHeghnar;
    src: local("art_heghnar"), url(../media/art_heghnar.e9687cdc41d19e640dd3.ttf)
}

* {
    box-sizing: border-box;
    font-family: var(--font-montserratarm-light), sans-serif
}

body {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    -webkit-user-select: none;
    user-select: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #0000;
    border: none;
    cursor: pointer;
    padding: 0
}

button,
img {
    -webkit-user-select: none;
    user-select: none
}

img {
    pointer-events: none
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none
}

input,
textarea {
    color: var(--color-text);
    outline: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

:root {
    --font-montserratarm-bold: "MontserratArmBold";
    --font-montserratarm-medium: "MontserratArmMedium";
    --font-montserratarm-regular: "MontserratArmRegular";
    --font-montserratarm-light: "MontserratArmLight";
    --font-montserratarm-extra-light: "MontserratArmExtraLight";
    --font-victory-regular: "VictoryRegular";
    --color-primary: #d8a3a3;
    --color-primary-rgb: 216, 163, 163;
    --color-text: #333;
    --color-surface: #fff;
    --color-border: #eeeceb;
    --color-error: #fd6062;
    --font-size-hero: 104px;
    --font-size-display: 60px;
    --font-size-headline: 50px;
    --font-size-headline-sm: 40px;
    --font-size-title: 24px;
    --font-size-subtitle: 20px;
    --font-size-body: 16px;
    --font-size-body-sm: 15px;
    --font-size-caption: 14px;
    --font-size-label: 13px;
    --header-height: 115px
}

@media(max-width:1024px) {
    :root {
        --font-size-hero: clamp(36px, max(104/1024 * 100vw, 36px), 104px);
        --font-size-display: clamp(26px, max(60/1024 * 100vw, 26px), 60px);
        --font-size-headline: clamp(26px, max(50/1024 * 100vw, 26px), 50px);
        --font-size-headline-sm: clamp(26px, max(40/1024 * 100vw, 26px), 40px);
        --font-size-title: clamp(22px, max(24/1024 * 100vw, 22px), 24px);
        --header-height: 95px
    }
}

@media(max-width:440px) {
    :root {
        --font-size-title: 16px;
        --font-size-body: 14px;
        --font-size-label: 12px
    }
}

:root {
    --container-width: 1440px;
    --container-secondary-width: 1600px;
    --primary-color: #c59163;
    --secondary-color: #4b2f16;
    --tertiary-color: #f9f4ee;
    --white: #fff;
    --black: #000;
    --night-rider: #333;
    --placeholder-color: #9ea3a2;
    --error-color: #fd7542;
    --white-tint: invert(99%) sepia(6%) saturate(284%) hue-rotate(207deg) brightness(116%) contrast(100%);
    --primary-tint: invert(60%) sepia(10%) saturate(1573%) hue-rotate(347deg) brightness(99%) contrast(94%);
    --secondary-tint: invert(14%) sepia(16%) saturate(2794%) hue-rotate(350deg) brightness(99%) contrast(86%);
    --desktopL: 1280;
    --desktopM: 1280;
    --tabletL: 1024;
    --tabletM: 834;
    --mobileL: 440;
    --mobileM: 414;
    --mobileS: 360
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #333;
    color: var(--color-text)
}

.app {
    background-color: #fff;
    background-color: var(--white)
}

.app .app-container {
    margin: auto;
    min-height: 100vh;
    position: relative
}

.app .tooltip {
    background: #000;
    background: var(--black);
    border-radius: 8px;
    box-shadow: 0 4px 10px #0003;
    color: #fff;
    color: var(--white);
    max-width: 300px;
    padding: 12px 16px;
    transition: opacity .3s ease-in-out, transform .2s ease-in-out
}

.app .tooltip .tooltip-info {
    font-family: Montserratarm-Regular, sans-serif;
    font-size: var(--body-1)
}

.app .tooltip_icon {
    animation: slideIn 1.5s ease-in-out infinite;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px
}

.app .tooltip_icon img {
    aspect-ratio: 1;
    width: 22px
}

.app .tooltip_icon:hover {
    animation: none;
    transform: scale(1.1)
}

.button-primary {
    align-items: center;
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--white);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .3s ease
}

.button-primary:hover {
    box-shadow: 0 0 12px #d8a3a399
}

.button-secondary {
    align-items: center;
    border: 1px solid #d8a3a3;
    border: 1px solid var(--color-primary);
    color: #d8a3a3;
    color: var(--color-primary);
    display: flex;
    font-family: MontserratArmMedium;
    font-family: var(--font-montserratarm-medium);
    font-size: 16px;
    font-size: var(--font-size-body);
    height: 44px;
    transition: box-shadow .5s ease, background-color .5s ease
}

.button-secondary:hover {
    background-color: #d8a3a3;
    background-color: var(--color-primary);
    box-shadow: 0 0 12px #d8a3a399;
    color: #fff;
    color: var(--white)
}

/*# sourceMappingURL=main.dbc79d85.css.map*/