html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

*, *::after, *::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Thin.otf') format('otf'),
         url('../fonts/KyivTypeSans-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Light.otf') format('otf'),
         url('../fonts/KyivTypeSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Regular.otf') format('otf'),
         url('../fonts/KyivTypeSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Medium.otf') format('otf'),
         url('../fonts/KyivTypeSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Bold.otf') format('otf'),
         url('../fonts/KyivTypeSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Heavy.otf') format('otf'),
         url('../fonts/KyivTypeSans-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'KyivTypeSans';
    src: url('../fonts/KyivTypeSans-Black.otf') format('otf'),
         url('../fonts/KyivTypeSans-Black.ttf') format('truetype');
    font-weight: 1000;
    font-style: normal;
}

#day-0,
#day-1,
#day-2,
#day-3,
#day-4,
#day-5,
#day-6,
#day-7,
#day-8,
#day-9,
#day-10,
#day-11,
#day-12,
#day-13,
#day-14,
#day-15,
#day-16,
#day-17,
#day-18,
#day-19,
#day-20,
#day-21,
#day-22,
#day-23,
#day-24,
#day-25,
#day-26,
#day-27,
#day-28,
#day-29,
#day-30,
#day-31 {
    scroll-margin-top: 100px;
}

#day-0::before,
#day-1::before,
#day-2::before,
#day-3::before,
#day-4::before,
#day-5::before,
#day-6::before,
#day-7::before,
#day-8::before,
#day-9::before,
#day-10::before,
#day-11::before,
#day-12::before,
#day-13::before,
#day-14::before,
#day-15::before,
#day-16::before,
#day-17::before,
#day-18::before,
#day-19::before,
#day-20::before,
#day-21::before,
#day-22::before,
#day-23::before,
#day-24::before,
#day-25::before,
#day-26::before,
#day-27::before,
#day-28::before,
#day-29::before,
#day-30::before,
#day-31::before {
    content: "";
    display: block;
    height: 100px;
    /* fixed header height*/
    margin: -100px 0 0;
    /* negative fixed header height */
    visibility: hidden;
}

#event {
    scroll-margin-top: 80px;
}

#event::before {
    content: "";
    display: block;
    height: 80px;
    /* fixed header height*/
    margin: -80px 0 0;
    /* negative fixed header height */
    visibility: hidden;
}

a {
    text-decoration: none;
    font-family: 'KyivTypeSans';
    cursor: pointer;
    color: inherit;
    font-weight: 500;
}

button {
    font-family: 'KyivTypeSans';
    cursor: pointer;
    font-weight: 500;
}

ul,
li {
    list-style: none;
}

body {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    color: #0A0A0B;
    background: #FFFFFF;
    overflow-x: hidden;
}

.container {
    width: 1720px;
    max-width: 90.3%;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

header {
    flex: 0 0 auto;
}

.header-box {
    background: url(../img/content/content-1.png), #0A0A0B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 40px 0 0 0;
    min-height: 800px;
    overflow: hidden;
}

.header-dubai {
    background: url(../img/content/content-3.png), #0A0A0B;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.header-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.header-top .link {
    min-width: 165px;
}

.header-top .link>a {
    font-family: 'KyivTypeSans';
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0em;
    text-align: center;
    color: #EDD6FF;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.header-top .link>a>svg {
    width: 21px;
    height: 12px;
    object-fit: contain;
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.header-top .link>a>svg path {
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.header-top .link>a:hover {
    color: #D59EFF;
}

.header-top .link>a:hover>svg {
    transform: translateX(5px);
}

.header-top .link>a:hover>svg path {
    fill: #D59EFF;
}

.header-top .link-mob,
.logo-descr-mob {
    display: none;
}

.header-top .logo-descr>p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.header-top .logo-descr a>img {
    max-width: 118px;
    max-height: 18px;
}

.header-mdl {
    max-width: 1017px;
    width: 100%;
    margin: 155px auto 133px auto;
    position: relative;
    z-index: 1;
}

.header-mdl>h1,
.header-mdl>h2,
.header-mdl>h3 {
    font-family: 'KyivTypeSans';
    font-weight: 1000;
    font-size: 5rem;
    line-height: 6rem;
    letter-spacing: 0em;
    text-align: right;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
}

.header-mdl>h2 {
    text-align: left;
}

.header-mdl::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 1050px;
    height: 445px;
    background: url(../img/svg/ellipse.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

body.active .header-btm {
    background: url(../img/content/content-1.png), #0A0A0B;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.active .header-btm-dubai {
    background: url(../img/content/content-3.png), #0A0A0B;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    margin-top: -175px;
}

.header-btm {
    padding: 25px 0 40px 0;
}

.header-btm-box {
    width: 1720px;
    max-width: 90.3%;
    margin: 0 auto;
}

.conference-name {
    background-color: #FFFFFF;
}

/* .conferences-slider .slick-list {
    overflow: unset;
} */

.conferences-slider .slick-track {
    display: flex !important;
}

.conferences-slider {
    margin: 0 0 16px 0;
}

.conferences-slider .slide>a {
    border: 1px solid #FFFFFF;
    padding: 11px 28px;
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: background .5s ease-out, color .5s ease-out;
    width: 100%;
}

.conferences-slider .slide>a>img {
    max-width: 40px;
    max-height: 20px;
    min-height: 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    min-width: 40px;
    height: 20px;
    width: 40px;
}

.conferences-slider .slide>a:hover {
    color: #0A0A0B !important;
    background: #FFFFFF;
}

.active-conference {
    color: #0A0A0B !important;
    background: #FFFFFF;
    font-family: 'KyivTypeSans' !important;
    font-weight: 700 !important;
}

.conferences-slider .slide>a:hover .logo-normal {
    display: none;
}

.conferences-slider .slide>a:hover .logo-active {
    display: block !important;
}

.logo-active {
    display: none !important;
}

.active-conference .logo-active {
    display: block !important;
}

.active-conference .logo-normal {
    display: none;
}


/* .days-slider .slick-list {
    overflow: unset;
} */

.days-slider .slide {
    margin: 0 12px 0 0;
}

.days-slider .slide>a {
    padding: 6px 16px;
    border-radius: 30px;
    font-family: 'KyivTypeSans';
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    background: rgba(255, 255, 255, .15);
    text-transform: uppercase;
    transition: background .5s ease-out, color .5s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.days-slider .slide>a:hover {
    background: #EDD6FF;
    color: #0A0A0B;
}

.active-day,
.active-scroll {
    background: #D59EFF !important;
    color: #0A0A0B !important;
    font-family: 'KyivTypeSans' !important;
    font-weight: 700 !important;
}

.mob-conference,
.sticky-mob {
    display: none;
}

.conference-name {
    padding: 24px 0 60px 0;
}

.conference-dubai .conference-box {
    align-items: baseline;
}

/* .conference-dubai .conference-place p {
    max-width: 472px;
} */

.conference-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.conference-title {
    max-width: 522px;
    width: 100%;
}

.conference-title h4 {
    font-family: 'KyivTypeSans';
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
    color: #0A0A0B;
    margin: 0;
}

.conference-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 820px;
    width: 100%;
}

.conference-date p {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #0A0A0B;
    margin: 0;
    text-transform: uppercase;

}

.conference-place p {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #0A0A0B;
    margin: 0;
}

main {
    flex: 1 1 auto;
}

.content {
    position: relative;
}

.content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0A0B;
    z-index: -1;
}

.content::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0A0A0B;
    z-index: -1;
}

.content-box {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.cards {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card {
    background: #D59EFF;
    border-top: none;
    border-bottom: 24px solid #0A0A0B;
    border-left: 40px solid #0A0A0B;
    border-right: none;
    margin: 0 0 0 12px;
    position: relative;
}

.card::after {
    content: '';
    position: absolute;
    left: -52px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 12px;
    background: #D59EFF;
}

.card:nth-child(even) {
    background: #EDD6FF;
}

.card:nth-child(even)::after {
    background: #EDD6FF;
}

.card:first-child {
    border-top: 40px solid #0A0A0B;
}

.card:last-child {
    border-bottom: 80px solid #0A0A0B;
}

.card-descr {
    padding: 0 100px 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.day-number {
    max-width: 800px;
}

.day-number h2 {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
}

.day-number h3 {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
}

.day-info {
    max-width: 600px;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 40px;
}

.day-descr h5 {
    font-family: 'KyivTypeSans';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 0 12px 0;
}

.day-list-row {
    margin: 0 0 8px 0;
    display: flex;
    flex-wrap: nowrap;
}

.day-list-row:last-child {
    margin: 0;
}

.day-list-col1 {
    min-width: 200px;
    max-width: 200px;
    width: 100%;
}

.day-list-col1 p {
    font-family: 'KyivTypeSans';
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
}

.day-list-col2 p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
}

.day-list-col2 p>b,
.day-list-col2 p>span {
    font-family: 'KyivTypeSans';
    font-weight: 500;
}

.day-list-col2 p>b>a,
.day-list-col2 p>a {
    font-family: 'KyivTypeSans';
    font-weight: 500;
    text-decoration: underline;
    word-break: break-all;
}

.day-list-col2 p>span {
    word-break: break-all;
}

.submit-section {
    margin: 80px 0;
}

.submit-section h4 {
    font-family: 'KyivTypeSans';
    font-weight: 700;
    font-size: 3rem;
    line-height: 4.5rem;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 0 26px 0;
}

.submit-section p {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto 26px auto;
    max-width: 796px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.social-media a {
    width: 40px;
    height: 40px;
    display: block;
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.social-media a>svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.social-media a>svg path {
    transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
}

.social-media a:hover>svg path {
    fill: #D59EFF;
}

footer {
    flex: 0 0 auto;
    background: #0A0A0B;
    padding: 40px 0 50px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.footer-left {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.logo {
    max-width: 360px;
    width: 100%;
    height: 100%;
}

.logo>a {
    width: 100%;
    height: 40px;
    display: block;
}

.logo>a>img {
    width: 200px;
    height: 40px;
    object-fit: contain;
}

.logo-descr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.logo-descr>p {
    font-family: 'KyivTypeSans';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
}

.logo-descr>a {
    display: block;
}

.logo-descr>a>img {
    max-width: 100px;
    max-height: 16px;
    width: 100%;
    object-fit: contain;
}

.footer-right {
    max-width: 552px;
    width: 100%;
}

.footer-right>p {
    font-family: 'KyivTypeSans';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0.02em;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
}



/* Media Requests */

@media (min-width: 821px) {
    .conferences-slider .slide {
        width: auto !important;
    }

    .days-slider .slide {
        width: auto !important;
    }
}

@media (max-width: 1641px) {

    html {
        scroll-padding-top: 90px;
    }

    #day-0,
    #day-1,
    #day-2,
    #day-3,
    #day-4,
    #day-5,
    #day-6,
    #day-7,
    #day-8,
    #day-9,
    #day-10,
    #day-11,
    #day-12,
    #day-13,
    #day-14,
    #day-15,
    #day-16,
    #day-17,
    #day-18,
    #day-19,
    #day-20,
    #day-21,
    #day-22,
    #day-23,
    #day-24,
    #day-25,
    #day-26,
    #day-27,
    #day-28,
    #day-29,
    #day-30,
    #day-31 {
        scroll-margin-top: 85px;
    }

    #day-0::before,
    #day-1::before,
    #day-2::before,
    #day-3::before,
    #day-4::before,
    #day-5::before,
    #day-6::before,
    #day-7::before,
    #day-8::before,
    #day-9::before,
    #day-10::before,
    #day-11::before,
    #day-12::before,
    #day-13::before,
    #day-14::before,
    #day-15::before,
    #day-16::before,
    #day-17::before,
    #day-18::before,
    #day-19::before,
    #day-20::before,
    #day-21::before,
    #day-22::before,
    #day-23::before,
    #day-24::before,
    #day-25::before,
    #day-26::before,
    #day-27::before,
    #day-28::before,
    #day-29::before,
    #day-30::before,
    #day-31::before {
        height: 85px;
        margin: -85px 0 0;
    }

    .container,
    .header-btm-box {
        max-width: 90.2%;
    }

    .header-box {
        padding: 32px 0 0 0;
    }

    .logo > a {
        height: 32px;
    }

    .logo > a > img {
        width: 160px;
        height: 32px;
    }

    .header-top .logo-descr>p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .header-top .logo-descr a > img {
        max-width: 92px;
        max-height: 14px;
    }

    .header-mdl {
        max-width: 898px;
        margin: 174px auto 137px auto;
    }

    .header-mdl > h1,
    .header-mdl > h2,
    .header-mdl > h3 {
        font-size: 4.5rem;
        line-height: 5.375rem;
    }

    .header-mdl::after {
        left: -30px;
        width: 975px;
        height: 412px;
    }

    .header-btm {
        padding: 21px 0 32px 0;
    }

    .conferences-slider .slide>a {
        padding: 11px 24px;
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .days-slider .slide {
        margin: 0 8px 0 0;
    }

    .days-slider .slide>a {
        padding: 6px 14px;
    }

    .sticky {
        margin-top: -160px;
    }

    .conference-inner {
        max-width: 760px;
    }

    .conference-name {
        padding: 20px 0 60px 0;
    }

    .conference-title h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .card-descr {
        padding: 0 40px 40px 20px;
        gap: 10px;
    }

    .day-number h2 {
        font-size: 8.75rem;
        line-height: 8.75rem;
    }

    .day-number h3 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .day-list-row {
        margin: 0 0 12px 0;
    }

    .day-list-col1 p,
    .day-list-col2 p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    footer {
        padding: 32px 0 40px 0;
    }

    .logo-descr>p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .logo-descr>a>img {
        max-width: 91px;
        max-height: 14px;
    }

    .footer-right>p {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}

@media (max-width: 1441px) {

    .container,
    .header-btm-box {
        max-width: 88.9%;
    }

    .header-box {
        min-height: 730px;
    }

    .header-top .link {
        min-width: 144px;
    }

    .header-top .link>a {
        font-size: 1rem;
        line-height: 1.5rem;
        gap: 8px;
    }

    .header-top .logo-descr {
        margin: 4px 0 0 0;
    }

    .header-mdl {
        max-width: 738px;
        margin: 175px auto 112px auto;
    }

    .header-mdl > h1,
    .header-mdl > h2,
    .header-mdl > h3 {
        font-size: 3.75rem;
        line-height: 4.5rem;
    }

    .header-mdl::after {
        left: -108px;
        width: 930px;
        height: 392px;
    }

    .sticky {
        margin-top: -155px;
    }

    .header-btm {
        padding: 19px 0 29px 0;
    }

    .days-slider .slide>a {
        padding: 6px 13px;
    }

    .conference-box {
        align-items: baseline;
    }

    .conference-title {
        max-width: 400px;
    }

    .conference-inner {
        max-width: 640px;
    }

    .conference-place {
        max-width: 320px;
    }

    .day-descr h5 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .day-list-row {
        margin: 0 0 8px 0;
    }

    footer {
        padding: 32px 0 38px 0;
    }

    /* .conference-dubai .conference-place {
        max-width: 310px;
    } */
}

@media (max-width: 1281px) {

    .container,
    .header-btm-box {
        max-width: 90.5%;
    }

    .header-box {
        min-height: 720px;
    }

    .logo > a {
        height: 28px;
    }

    .logo > a > img {
        width: 140px;
        height: 28px;
    }

    .header-mdl {
        max-width: 747px;
        margin: 159px auto 125px auto;
    }

    .header-mdl::after {
        left: -30px;
        width: 852px;
        background-size: contain;
    }

    .sticky {
        margin-top: -150px;
    }

    .header-btm {
        padding: 15px 0 32px 0;
    }

    .conferences-slider {
        margin: 0 0 12px 0;
    }

    .conferences-slider .slide>a>img {
        max-width: 32px;
        max-height: 16px;
        min-height: 16px;
        min-width: 32px;
        height: 16px;
        width: 32px;
    }

    .conference-name {
        padding: 20px 0 40px 0;
    }

    .conference-date p,
    .conference-place p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .conference-inner {
        max-width: 540px;
    }

    .card {
        border-bottom: 20px solid #0A0A0B;
        border-left: 24px solid #0A0A0B;
    }

    .card:last-child {
        border-bottom: 60px solid #0A0A0B;
    }

    .card::after {
        left: -36px;
    }

    .card-descr {
        padding: 0 40px 32px 20px;
    }

    .day-number h2 {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }

    .day-info {
        margin: 32px 0 0 0;
        gap: 32px;
    }

    /* .conference-dubai .conference-place {
        max-width: 235px;
    } */

    #event {
        scroll-margin-top: 60px;
    }
    
    #event::before {
        height: 60px;
        margin: -60px 0 0;
    }
}

@media (max-width: 1201px) {
    .day-number h2 {
        font-size: 6.875rem;
        line-height: 6.875rem;
    }

    .day-info {
        max-width: 440px;
    }

    /* .conference-dubai .conference-inner {
        max-width: 100%;
        gap: 40px;
    } */

    /* .conference-dubai .conference-place {
        max-width: 100%;
    } */

    /* .conference-dubai .conference-place p {
        max-width: 100%;
    } */

    /* .conference-dubai {
        padding: 24px 0 45px 0;
    } */

    .conference-place,
    .conference-inner {
        max-width: 100%;
    }

    .days-slider .slide>a:hover {
        background: rgba(255, 255, 255, .15);
        color: #FFFFFF;
    }
}

@media (max-width: 1041px) {

    .container,
    .header-btm-box {
        max-width: 92.3%;
    }

    .header-btm {
        padding: 19px 0 32px 0;
    }

    .header-box {
        min-height: 760px;
    }

    .logo {
        max-width: 300px;
    }

    .header-top .logo-descr>p {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .header-top .logo-descr a > img {
        max-width: 78px;
        max-height: 12px;
    }

    .header-mdl {
        margin: 182px auto 149px auto;
    }

    .header-mdl::after {
        left: -15px;
        width: 802px;
        height: 350px;
    }

    .sticky {
        margin-top: -150px;
    }

    .conferences-slider {
        margin: 0 0 8px 0;
    }

    .conferences-slider .slide>a {
        gap: 10px;
    }

    .conference-name {
        padding: 24px 0 32px 0;
    }

    .conference-box {
        gap: 16px;
    }

    .conference-title {
        max-width: 100%;
    }

    .conference-inner {
        justify-content: flex-start;
        gap: 40px;
        max-width: 100%;
    }

    .conference-place {
        max-width: 100%;
    }

    .card:first-child {
        border-top: 22px solid #0A0A0B;
    }

    .card {
        border-bottom: 24px solid #0A0A0B;
        border-left: 20px solid #0A0A0B;
    }

    .card::after {
        left: -32px;
    }

    .day-number {
        max-width: 100%;
    }

    .day-number h2 {
        font-size: 6.25rem;
        line-height: 6.25rem;
    }

    .day-number h3 {
        font-size: 2.5rem;
        line-height: 3.75rem;
    }

    .day-info {
        max-width: 500px;
    }

    footer {
        padding: 32px 0 40px 0;
    }

    .footer-right {
        max-width: 330px;
    }
}

@media (max-width: 821px) {

    html {
        scroll-padding-top: 80px;
    }

    #day-0,
    #day-1,
    #day-2,
    #day-3,
    #day-4,
    #day-5,
    #day-6,
    #day-7,
    #day-8,
    #day-9,
    #day-10,
    #day-11,
    #day-12,
    #day-13,
    #day-14,
    #day-15,
    #day-16,
    #day-17,
    #day-18,
    #day-19,
    #day-20,
    #day-21,
    #day-22,
    #day-23,
    #day-24,
    #day-25,
    #day-26,
    #day-27,
    #day-28,
    #day-29,
    #day-30,
    #day-31 {
        scroll-margin-top: 80px;
    }

    #day-0::before,
    #day-1::before,
    #day-2::before,
    #day-3::before,
    #day-4::before,
    #day-5::before,
    #day-6::before,
    #day-7::before,
    #day-8::before,
    #day-9::before,
    #day-10::before,
    #day-11::before,
    #day-12::before,
    #day-13::before,
    #day-14::before,
    #day-15::before,
    #day-16::before,
    #day-17::before,
    #day-18::before,
    #day-19::before,
    #day-20::before,
    #day-21::before,
    #day-22::before,
    #day-23::before,
    #day-24::before,
    #day-25::before,
    #day-26::before,
    #day-27::before,
    #day-28::before,
    #day-29::before,
    #day-30::before,
    #day-31::before {
        height: 80px;
        margin: -80px 0 0;
    }

    .container,
    .header-btm-box {
        max-width: 94.1%;
    }

    .header-box {
        padding: 24px 0 0 0;
        min-height: 800px;
    }

    .sticky {
        margin-top: -132px;
        overflow: hidden;
    }

    .header-mdl {
        margin: 225px auto 192px auto;
        max-width: 654px;
    }

    .header-mdl::after {
        left: 0;
        width: 668px;
        height: 290px;
    }

    .header-mdl > h1,
    .header-mdl > h2,
    .header-mdl > h3 {
        font-size: 3.25rem;
        line-height: 3.875rem;
    }

    .header-btm {
        padding: 9px 0 24px 0;
    }

    .conferences-slider {
        margin: 0 -24px 8px 0;
    }

    .conferences-slider .slide>a {
        gap: 8px;
    }

    .conferences-slider .slick-list {
        padding: 0 38% 0 0 !important;
        overflow: hidden;
    }

    .days-slider .slick-list {
        padding: 0 38% 0 0 !important;
    }

    .days-slider {
        margin: 0 -24px 0 0;
        overflow: hidden;
    }

    .days-slider .slick-track {
        display: flex !important;
    }

    .card:first-child {
        border-top: 24px solid #0A0A0B;
    }

    .card {
        border-left: 16px solid #0A0A0B;
        border-bottom: 20px solid #0A0A0B;
    }

    .card:last-child {
        border-bottom: 32px solid #0A0A0B;
    }

    .card::after {
        left: -28px;
    }

    .card-descr {
        padding: 0 20px 24px 20px;
        gap: 0;
    }

    .day-number {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%;
    }

    .day-number h3 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .day-info {
        max-width: 100%;
        margin: 24px 0 0 0;
    }

    footer {
        padding: 40px 0;
    }

    .footer-right {
        max-width: 400px;
    } 

    #event {
        scroll-margin-top: 32px;
    }
    
    #event::before {
        height: 32px;
        margin: -32px 0 0;
    }
}

@media (max-width: 641px) {

    .container,
    .header-btm-box {
        max-width: 92.5%;
    }

    .header-box {
        min-height: 798px;
    }

    .header-mdl {
        margin: 231px auto 196px auto;
        max-width: 521px;
    }

    .header-mdl::after {
        left: -30px;
        width: 580px;
        height: 260px;
    }

    .header-mdl > h1,
    .header-mdl > h2,
    .header-mdl > h3 {
        font-size: 2.75rem;
        line-height: 3.375rem;
    }

    .conference-name {
        padding: 24px 0;
    }

    .content::before {
        content: none;
    }

    .content::after {
        width: 24px;
    }

    .content-box {
        margin: 0 0 0 -24px;
    }

    .card {
        border-left: 20px solid #0A0A0B;
    }

    .card::after {
        left: -32px;
    }

    .card-descr {
        padding: 0 20px 32px 20px;
    }

    .day-number {
        gap: 5px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .day-info {
        margin: 32px 0 0 0;
    }

    .day-descr h5 {
        margin: 0 0 24px 0;
    }

    .day-list-row {
        margin: 0 0 20px 0;
    }

    .footer-inner {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        flex-direction: column;
    }

    .footer-left .logo {
        max-width: 360px;
    }

    .footer-left .logo > a {
        height: 44px;
    }

    .footer-left .logo > a > img {
        width: 220px;
        height: 44px;
    }

    .footer-left .logo-descr > p {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    .footer-left .logo-descr>a>img {
        max-width: 100px;
        max-height: 15px;
    }

    .footer-right {
        max-width: 100%;
    }

    .footer-right>p {
        text-align: left;
        font-size: 1rem;
        line-height: 1.625rem;
    }
}

@media (max-width: 481px) {

    .container,
    .header-btm-box {
        max-width: 93.5%;
    }

    .header-box {
        min-height: 643px;
    }

    .sticky {
        margin-top: -125px;
    }

    .header-mdl {
        margin: 164px auto 140px auto;
        max-width: 416px;
    }

    .header-mdl::after {
        left: -40px;
        width: 498px;
        height: 230px;
    }

    .header-mdl > h1,
    .header-mdl > h2,
    .header-mdl > h3 {
        font-size: 2.375rem;
        line-height: 2.9375rem;
    }

    .header-top .link {
        display: none;
    }

    .header-top .link-mob {
        display: block;
    }

    .header-top .link-mob {
        min-width: 79px;
    }

    .header-top .link-mob>a {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: right;
        align-items: flex-end;
        flex-direction: column;
        gap: 6px;
        width: 79px;
        font-family: 'KyivTypeSans';
        font-weight: 500;
        letter-spacing: 0em;
        color: #EDD6FF;
        text-decoration: underline;
        display: flex;
        transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
    }

    .header-top .link-mob>a>svg {
        width: 21px;
        height: 12px;
        object-fit: contain;
        transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
    }

    .header-top .link-mob>a>svg path {
        transition: color .5s ease-out, transform .5s ease-out, fill .5s ease-out;
    }

    .header-top .link-mob>a:hover {
        color: #D59EFF;
    }

    .header-top .link-mob>a:hover>svg {
        transform: translateX(5px);
    }

    .header-top .link-mob>a:hover>svg path {
        fill: #D59EFF;
    }

    .header-btm {
        padding: 10px 0 16px 0;
    }

    .conferences-slider {
        margin: 0 -16px 8px 0;
    }

    .conferences-slider .slick-list {
        padding: 0 12% 0 0 !important;
    }

    .conference-box {
        gap: 20px;
    }

    .conference-inner {
        gap: 8px;
        flex-direction: column;
    }

    .content::after {
        width: 16px;
    }

    .content-box {
        margin: 0 0 0 -16px;
    }

    .card {
        border-left: 16px solid #0A0A0B;
    }

    .card:last-child {
        border-bottom: 20px solid #0A0A0B;
    }

    .card::after {
        left: -28px;
    }

    .card-descr {
        padding: 0 16px 32px 16px;
    }

    .day-descr h5 {
        margin: 0 0 12px 0;
    }

    .day-list-row {
        margin: 0 0 8px 0;
    }

    .day-list-col1 {
        min-width: 160px;
        max-width: 160px;
    }

    .day-list-col1 p,
    .day-list-col2 p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    footer {
        padding: 23px 0;
    }

    .footer-inner {
        gap: 24px;
    }

    .footer-left .logo > a {
        height: 28px;
    }

    .footer-left .logo > a > img {
        width: 140px;
        height: 28px;
    }

    .footer-left .logo-descr > p {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .footer-left .logo-descr>a>img {
        max-width: 78px;
        max-height: 12px;
    }

    .footer-right>p {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    html {
        scroll-padding-top: 70px;
    }

    #day-0,
    #day-1,
    #day-2,
    #day-3,
    #day-4,
    #day-5,
    #day-6,
    #day-7,
    #day-8,
    #day-9,
    #day-10,
    #day-11,
    #day-12,
    #day-13,
    #day-14,
    #day-15,
    #day-16,
    #day-17,
    #day-18,
    #day-19,
    #day-20,
    #day-21,
    #day-22,
    #day-23,
    #day-24,
    #day-25,
    #day-26,
    #day-27,
    #day-28,
    #day-29,
    #day-30,
    #day-31 {
        scroll-margin-top: 70px;
    }

    #day-0::before,
    #day-1::before,
    #day-2::before,
    #day-3::before,
    #day-4::before,
    #day-5::before,
    #day-6::before,
    #day-7::before,
    #day-8::before,
    #day-9::before,
    #day-10::before,
    #day-11::before,
    #day-12::before,
    #day-13::before,
    #day-14::before,
    #day-15::before,
    #day-16::before,
    #day-17::before,
    #day-18::before,
    #day-19::before,
    #day-20::before,
    #day-21::before,
    #day-22::before,
    #day-23::before,
    #day-24::before,
    #day-25::before,
    #day-26::before,
    #day-27::before,
    #day-28::before,
    #day-29::before,
    #day-30::before,
    #day-31::before {
        height: 70px;
        margin: -70px 0 0;
    }
}

@media (max-width: 415px) {

    .header-mdl>h1,
    .header-mdl>h2,
    .header-mdl>h3 {
        font-size: 2.0625rem;
        line-height: 2.6875rem;
    }
}


@media (max-width: 361px) {

    .container,
    .header-btm-box {
        max-width: 90.8%;
    }

    .header-box {
        min-height: 618px;
    }

    .logo > a {
        height: 24px;
    }

    .logo > a > img {
        width: 120px;
        height: 24px;
    }

    .header-top .logo-descr {
        margin: 3px 0 0 0;
    }

    .header-top .link-mob {
        min-width: 69px;
    }

    .header-top .link-mob>a {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        width: 69px;
    }

    .header-mdl {
        margin: 164px auto 161px auto;
    }

    .header-mdl>h1,
    .header-mdl>h2,
    .header-mdl>h3 {
        max-width: 319px;
        font-size: 1.75rem;
        line-height: 2.125rem;
    }

    .header-mdl::after {
        width: 400px;
        height: 170px;
    }

    .header-btm {
        padding: 12px 0;
    }

    .conferences-slider {
        margin: 0 -16px 14px 0;
    }

    .conferences-slider .slick-list {
        padding: 0 8% 0 0 !important;
    }

    .conferences-slider .slide>a {
        gap: 4px;
        padding: 9px 16px;
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .days-slider .slide>a {
        font-size: 0.625rem;
        line-height: 0.9375rem;
    }

    .sticky {
        margin-top: -120px;
    }

    .conference-name {
        padding: 20px 0;
    }

    .conference-box {
        gap: 16px;
    }

    .conference-title h4 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .conference-inner {
        gap: 4px;
    }

    .card:first-child {
        border-top: 16px solid #0A0A0B;
    }

    .card {
        border-bottom: 16px solid #0A0A0B;
        border-left: 8px solid #0A0A0B;
    }

    .card::after {
        left: -20px;
    }

    .content::after {
        width: 8px;
    }

    .content-box {
        margin: 0 -8px 0 -16px;
    }

    .card-descr {
        padding: 0 12px 24px 12px;
    }

    .day-number h2 {
        font-size: 5rem;
        line-height: 5rem;
    }

    .day-number h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .day-info {
        margin: 24px 0 0 0;
    }

    .day-descr h5 {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    .day-list-col1 {
        min-width: 120px;
        max-width: 120px;
    }

    .day-list-col1 p,
    .day-list-col2 p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }

    .day-info {
        gap: 24px;
    }

    footer {
        padding: 24px 0;
    }

    .footer-left {
        gap: 4px;
    }

    .logo-descr {
        gap: 5px;
    }

    .logo-descr>a>img {
        max-width: 78px;
        max-height: 12px;
    }

    .footer-right {
        max-width: 100%;
    }

    .footer-right>p {
        font-size: 0.75rem;
        line-height: 1.1875rem;
    }

    html {
        scroll-padding-top: 60px;
    }

    #day-0,
    #day-1,
    #day-2,
    #day-3,
    #day-4,
    #day-5,
    #day-6,
    #day-7,
    #day-8,
    #day-9,
    #day-10,
    #day-11,
    #day-12,
    #day-13,
    #day-14,
    #day-15,
    #day-16,
    #day-17,
    #day-18,
    #day-19,
    #day-20,
    #day-21,
    #day-22,
    #day-23,
    #day-24,
    #day-25,
    #day-26,
    #day-27,
    #day-28,
    #day-29,
    #day-30,
    #day-31 {
        scroll-margin-top: 60px;
    }

    #day-0::before,
    #day-1::before,
    #day-2::before,
    #day-3::before,
    #day-4::before,
    #day-5::before,
    #day-6::before,
    #day-7::before,
    #day-8::before,
    #day-9::before,
    #day-10::before,
    #day-11::before,
    #day-12::before,
    #day-13::before,
    #day-14::before,
    #day-15::before,
    #day-16::before,
    #day-17::before,
    #day-18::before,
    #day-19::before,
    #day-20::before,
    #day-21::before,
    #day-22::before,
    #day-23::before,
    #day-24::before,
    #day-25::before,
    #day-26::before,
    #day-27::before,
    #day-28::before,
    #day-29::before,
    #day-30::before,
    #day-31::before {
        height: 60px;
        margin: -60px 0 0;
    }
}

@media (max-width: 351px) {
    .header-box {
        min-height: 560px;
    }

    .header-mdl {
        margin: 130px auto 145px auto;
    }
}

.form-block {
    margin: 80px 0;
}

.form-inner {
    display: flex;
}

.form-left {
    background: #0A0A0B;
    padding: 80px 60px;
    width: 70%;
}

.form-left h3 {
    font-family: 'KyivTypeSans';
    font-weight: 1000;
    font-size: 3rem;
    line-height: 3.625rem;
    text-align: left;
    color: #EDD6FF;
    margin: 0;
    text-transform: uppercase;
}

.form-left p {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em; 
    text-align: left;
    color: #EDD6FF;
    margin: 0 0 48px 0;
}

.form-box {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
}

/* modal-subscribe */
#mc_embed_signup form,
#modal-subscribe form {
    margin: 0 !important;
}

#mc_embed_signup .mc-field-group,
#modal-subscribe .mc-field-group {
    width: 100% !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
}

.mc-field-groups {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.form-box input,
#mc_embed_signup .mc-field-group input,
#modal-subscribe .mc-field-group input {
    border-top: none;
    border-bottom: 1px solid #EDD6FF;
    border-left: none;
    border-right: none;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 12px 0 !important;
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
    color: #EDD6FF;
    text-indent: unset !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 100%;
}

.form-box input::placeholder,
#mc_embed_signup .mc-field-group input::placeholder, 
#modal-subscribe .mc-field-group input::placeholder {
    font-family: 'KyivTypeSans';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
    color: #EDD6FF;
}

.form-box button,
#mc_embed_signup .button,
#modal-subscribe .button {
    font-family: 'KyivTypeSans';
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding: 12px 24px !important;
    background: #EDD6FF !important;
    border: none !important;
    outline: none;
    width: max-content !important;
    transition: background .5s ease-out !important;
    margin: 48px 0 0 0 !important;
    min-width: 196px;
    text-align: center !important;
    text-transform: uppercase;
    color: #0A0A0B !important;
    height: 100% !important;
    border-radius: 0px !important;
}

.form-box button:hover,
#mc_embed_signup .button:hover,
#modal-subscribe .button:hover {
    background: #D59EFF !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error,
#modal-subscribe #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: red !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error,
#modal-subscribe #mc-embedded-subscribe-form input.mce_inline_error {
    border-top: none !important;
    border-bottom: 1px solid red !important;
    border-left: none !important;
    border-right: none !important;
}

#mc_embed_signup div#mce-responses,
#modal-subscribe div#mce-responses {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}

#mc_embed_signup div.response,
#modal-subscribe div.response {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.form-right {
    background: #EDD6FF;
    padding: 80px 60px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.form-text h5 {
    font-family: 'KyivTypeSans';
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    color: #0A0A0B;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.form-text p {
    font-family: 'KyivTypeSans';
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #0A0A0B;
    margin: 0 0 12px 0;
}

.form-socials {
    display: flex;
    gap: 40px;
}

.form-socials a {
    width: 32px;
    height: 32px;
    display: block;
    transition: fill .5s ease-out;
}

.form-socials a > svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: fill .5s ease-out;
}

.form-socials a > svg path {
    transition: fill .5s ease-out;
}

.form-socials a:hover > svg path {
    fill: #D59EFF;
}

@media (max-width: 1641px) {
    .form-left {
        width: 65%;
    }
    .form-right {
        width: 35%;
    }
}

@media (max-width: 1441px) {
    .form-left {
        width: 60%;
        padding: 60px;
    }
    .form-left h3 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .form-left p {
        margin: 0 0 40px 0;
    }
    .form-box button,
    #mc_embed_signup .button,
    #modal-subscribe .button {
        margin: 40px 0 0 0 !important;
    }
    .form-right {
        width: 40%;
        padding: 60px;
    }
    .form-text h5 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }
}

@media (max-width: 1281px) {
    .form-block {
        margin: 60px 0;
    }
    .form-left {
        width: 65%;
    }
    .form-right {
        width: 35%;
    }
    .form-left,
    .form-right {
        padding: 48px 40px;
    }
    .form-left h3 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .form-text h5 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

@media (max-width: 1041px) {
    .form-left {
        width: 62%;
    }
    .form-right {
        width: 38%;
    }
    .form-box {
        max-width: 100%;
    }
}

@media (max-width: 821px) {
    .form-block {
        margin: 32px 0;
    }
    .form-left {
        width: 58%;
    }
    .form-right {
        width: 42%;
    }
    .form-left h3 {
        margin: 0 0 12px 0;
    }
}

@media (max-width: 641px) {
    .form-inner {
        flex-direction: column;
    }
    .form-left,
    .form-right {
        width: 100%;
        padding: 40px 32px;
    }
    .form-left p {
        margin: 0 0 32px 0;
    }
    .form-box button,
    #mc_embed_signup .button,
    #modal-subscribe .button {
        margin: 32px 0 0 0 !important;
    }
    .form-right {
        gap: 32px;
    }
    .form-text p {
        margin: 0;
    }
}

@media (max-width: 481px) {
    .form-block {
        margin: 20px 0;
    }
    .form-left,
    .form-right {
        padding: 32px 20px;
    }
    .form-left h3 {
        margin: 0 0 8px 0;
    }
    .form-left p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        margin: 0 0 20px 0;
    }
    .mc-field-groups {
        gap: 16px;
    }
    .form-right {
        gap: 20px;
    }
    .form-text h5 {
        margin: 0 0 8px 0;
    }
    .form-text p {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
}

@media (max-width: 361px) {
    .form-left,
    .form-right {
        padding: 24px 16px;
    }
    .form-left h3 {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .form-left p {
        margin: 0 0 12px 0;
    }
    .form-text h5 {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }
    .form-socials {
        gap: 32px;
    }
}