*, ::after, ::before {
    box-sizing: inherit;
}
.container {
    padding: 0 140px;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    overflow-x: hidden;
    margin: 0;
    color: #201B4F;
}
ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0;
}
h1, h2, h3, h4 {
    margin: 0;
}
h2 {
    font-size: 68px;
    line-height: 100%;
}
section:not(:last-of-type) {
    margin-bottom: 115px;
}
.fancybox__content {
    padding: 0 !important;
    height: 100% !important;
    max-width: 1000px !important;
}

@media screen and (max-width: 1600px) {
    .container {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 800px) {
    .container {
        padding: 0 16px;
    }
    h2 {
        font-size: 22px;
        font-weight: 600;
    }
    section:not(:last-of-type) {
        margin-bottom: 45px;
    }
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat.woff2") format("woff2"),
        url("/fonts/Montserrat.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat-Italic";
    src: url("/fonts/Montserrat-Italic.woff2") format("woff2"),
    url("/fonts/Montserrat-Italic.ttf") format("truetype");
}

/* mila widget styles */
#mila-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
#MilaIframe {
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
}
@media screen and (max-width: 540px) {
    #mila-widget-container {
        align-items: flex-start;
    }
    #MilaIframe {
        height: 100vh !important;
        position: fixed;
        top: 0;
    }
}
.MilaButton {
    border-radius: 10px;
    background: #7f49de;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 227px;
    height: 44px;
    color: white;
    text-decoration: none;
    word-break: break-word;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
    border: 1px solid transparent;
}
.MilaButton:hover {
    background-color: rgba(127, 73, 222, 0.08);
    color: #a373eb;
    border-color: #a373eb;
}