* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
:focus,
:active {
    outline: none;
}
a:focus,
a:active {
    outline: none;
}
html,
body {
    height: 100%;
    min-width: 320px;

    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    > main {
        flex: 1 1 auto;
    }
}
body {
    color: #000;
    line-height: 1;
    font-family: "Tenor Sans", serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: "Tenor Sans", serif;
    font-size: inherit;
}
button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}
a {
    color: inherit;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

.temporary-banner {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.temporary-banner-top {
    padding: 40px 24px 24px;
    min-height: 43%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.temporary-banner-logo {
    max-width: 373px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temporary-banner-logo img {
    width: 100%;
}
.temporary-banner-bottom {
    flex-grow: 1;
    padding: 34px;
    position: relative;
    min-height: 57%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0A5AAB;
}

.temporary-title {
    position: relative;
    z-index: 2;
    margin-top: auto;
    color: #fff;
    text-align: center;
    font-family: "Tenor Sans", serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.temporary-social {
    margin-top: auto;
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 56px;
}
.temporary-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    font-family: "Tenor Sans", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    transition: color 0.3s ease;

    @media (any-hover: hover) {
        &:hover {
            color: orange;

            &::before {
                background-color: orange;
            }
        }
    }
}

.temporary-link::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s ease;
}

.instagram-link::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 2.16216C15.2041 2.16216 15.5837 2.17439 16.8491 2.23209C18.1566 2.29177 19.5042 2.59017 20.457 3.54286C21.4188 4.50464 21.708 5.83908 21.7679 7.15092C21.8256 8.41631 21.8378 8.79581 21.8378 12C21.8378 15.2041 21.8256 15.5836 21.7679 16.849C21.7085 18.1499 21.4042 19.5098 20.4571 20.4569C19.4948 21.4192 18.162 21.7079 16.849 21.7679C15.5838 21.8256 15.2043 21.8378 12 21.8378C8.79558 21.8378 8.41613 21.8256 7.15088 21.7679C5.86008 21.7089 4.48233 21.3964 3.543 20.4571C2.58628 19.5004 2.29158 18.1535 2.23205 16.849C2.1743 15.5836 2.16211 15.2041 2.16211 12C2.16211 8.79581 2.17434 8.41627 2.23205 7.15088C2.2912 5.85469 2.59941 4.48645 3.54281 3.543C4.50277 2.583 5.84156 2.29181 7.15088 2.23205C8.41631 2.17439 8.79586 2.16216 12 2.16216ZM12 0C8.74102 0 8.33236 0.0137812 7.05239 0.0721875C5.1967 0.156891 3.35541 0.672797 2.01408 2.01403C0.667734 3.36037 0.156797 5.19811 0.0721875 7.05244C0.0137812 8.33236 0 8.74097 0 12C0 15.259 0.0137812 15.6676 0.0721875 16.9476C0.15675 18.8003 0.675469 20.6473 2.01403 21.9859C3.35873 23.3306 5.20022 23.8433 7.05239 23.9278C8.33236 23.9862 8.74102 24 12 24C15.259 24 15.6676 23.9862 16.9476 23.9278C18.8013 23.8433 20.6461 23.3258 21.9859 21.986C23.3328 20.6392 23.8432 18.8023 23.9278 16.9476C23.9862 15.6676 24 15.259 24 12C24 8.74102 23.9862 8.33236 23.9278 7.05239C23.8432 5.19773 23.3263 3.35447 21.986 2.01412C20.6432 0.671297 18.7965 0.156562 16.9476 0.0721875C15.6676 0.0137812 15.259 0 12 0Z" fill="%230A5AAB"/><path d="M12 5.83783C8.59669 5.83783 5.83777 8.5967 5.83777 12C5.83777 15.4033 8.59669 18.1622 12 18.1622C15.4032 18.1622 18.1621 15.4033 18.1621 12C18.1621 8.59675 15.4032 5.83783 12 5.83783ZM12 16C9.79083 16 7.99997 14.2091 7.99997 12C7.99997 9.79089 9.79083 8.00003 12 8.00003C14.2091 8.00003 15.9999 9.79089 15.9999 12C15.9999 14.2091 14.2091 16 12 16Z" fill="%230A5AAB"/><path d="M18.4057 7.03436C19.201 7.03436 19.8457 6.38965 19.8457 5.59436C19.8457 4.79907 19.201 4.15436 18.4057 4.15436C17.6104 4.15436 16.9657 4.79907 16.9657 5.59436C16.9657 6.38965 17.6104 7.03436 18.4057 7.03436Z" fill="%230A5AAB"/></svg>');
}

.facebook-link::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="22" viewBox="0 0 12 22" fill="none"><path d="M3.55264 12.3342H1.01054C0.600009 12.3342 0.473694 12.1763 0.473694 11.7974C0.473694 10.771 0.473694 9.71315 0.473694 8.68684C0.473694 8.27631 0.631588 8.11842 1.01054 8.11842H3.55264V5.86052C3.52106 4.86579 3.7579 3.85526 4.24738 2.95526C4.76843 2.05526 5.58948 1.3921 6.53685 1.06052C7.18422 0.82368 7.8158 0.728943 8.49475 0.728943H11.0053C11.3684 0.728943 11.5263 0.886838 11.5263 1.25V4.17105C11.5263 4.53421 11.3684 4.6921 11.0053 4.6921C10.3105 4.6921 9.6158 4.6921 8.92106 4.72368C8.22633 4.75526 7.86317 5.05526 7.86317 5.78157C7.83159 6.55526 7.86317 7.29736 7.86317 8.08684H10.8158C11.2263 8.08684 11.3842 8.24473 11.3842 8.65526V11.7658C11.3842 12.1763 11.2579 12.3342 10.8158 12.3342H7.89475V20.6868C7.89475 21.1289 7.73685 21.271 7.31053 21.271H4.10527C3.72633 21.271 3.56843 21.1132 3.56843 20.7342L3.55264 12.3342Z" fill="%230A5AAB"/></svg>');
}

@media (max-width: 992px) {
    .temporary-banner {
        min-height: 100dvh;
    }

    .temporary-banner-bottom {
        padding: 24px 16px;
    }

    .temporary-banner-top {
        padding: 32px 16px;
    }

    .temporary-banner-logo {
        max-width: 280px;
    }

    .temporary-title {
        font-size: 30px;
    }

    .temporary-social {
        gap: 24px;
    }

    .temporary-link {
        font-size: 16px;
    }

    .temporary-link::before {
        width: 32px;
        height: 32px;
    }

    .instagram-link::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M12 2.16216C15.2041 2.16216 15.5837 2.17439 16.8491 2.23209C18.1566 2.29177 19.5042 2.59017 20.457 3.54286C21.4188 4.50464 21.708 5.83908 21.7679 7.15092C21.8256 8.41631 21.8378 8.79581 21.8378 12C21.8378 15.2041 21.8256 15.5836 21.7679 16.849C21.7085 18.1499 21.4042 19.5098 20.4571 20.4569C19.4948 21.4192 18.162 21.7079 16.849 21.7679C15.5838 21.8256 15.2043 21.8378 12 21.8378C8.79558 21.8378 8.41613 21.8256 7.15088 21.7679C5.86008 21.7089 4.48233 21.3964 3.543 20.4571C2.58628 19.5004 2.29158 18.1535 2.23205 16.849C2.1743 15.5836 2.16211 15.2041 2.16211 12C2.16211 8.79581 2.17434 8.41627 2.23205 7.15088C2.2912 5.85469 2.59941 4.48645 3.54281 3.543C4.50277 2.583 5.84156 2.29181 7.15088 2.23205C8.41631 2.17439 8.79586 2.16216 12 2.16216ZM12 0C8.74102 0 8.33236 0.0137812 7.05239 0.0721875C5.1967 0.156891 3.35541 0.672797 2.01408 2.01403C0.667734 3.36037 0.156797 5.19811 0.0721875 7.05244C0.0137812 8.33236 0 8.74097 0 12C0 15.259 0.0137812 15.6676 0.0721875 16.9476C0.15675 18.8003 0.675469 20.6473 2.01403 21.9859C3.35873 23.3306 5.20022 23.8433 7.05239 23.9278C8.33236 23.9862 8.74102 24 12 24C15.259 24 15.6676 23.9862 16.9476 23.9278C18.8013 23.8433 20.6461 23.3258 21.9859 21.986C23.3328 20.6392 23.8432 18.8023 23.9278 16.9476C23.9862 15.6676 24 15.259 24 12C24 8.74102 23.9862 8.33236 23.9278 7.05239C23.8432 5.19773 23.3263 3.35447 21.986 2.01412C20.6432 0.671297 18.7965 0.156562 16.9476 0.0721875C15.6676 0.0137812 15.259 0 12 0Z" fill="%230A5AAB"/><path d="M12 5.83783C8.59669 5.83783 5.83777 8.5967 5.83777 12C5.83777 15.4033 8.59669 18.1622 12 18.1622C15.4032 18.1622 18.1621 15.4033 18.1621 12C18.1621 8.59675 15.4032 5.83783 12 5.83783ZM12 16C9.79083 16 7.99997 14.2091 7.99997 12C7.99997 9.79089 9.79083 8.00003 12 8.00003C14.2091 8.00003 15.9999 9.79089 15.9999 12C15.9999 14.2091 14.2091 16 12 16Z" fill="%230A5AAB"/><path d="M18.4057 7.03436C19.201 7.03436 19.8457 6.38965 19.8457 5.59436C19.8457 4.79907 19.201 4.15436 18.4057 4.15436C17.6104 4.15436 16.9657 4.79907 16.9657 5.59436C16.9657 6.38965 17.6104 7.03436 18.4057 7.03436Z" fill="%230A5AAB"/></svg>');
    }

    .facebook-link::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 12 22" fill="none"><path d="M3.55264 12.3342H1.01054C0.600009 12.3342 0.473694 12.1763 0.473694 11.7974C0.473694 10.771 0.473694 9.71315 0.473694 8.68684C0.473694 8.27631 0.631588 8.11842 1.01054 8.11842H3.55264V5.86052C3.52106 4.86579 3.7579 3.85526 4.24738 2.95526C4.76843 2.05526 5.58948 1.3921 6.53685 1.06052C7.18422 0.82368 7.8158 0.728943 8.49475 0.728943H11.0053C11.3684 0.728943 11.5263 0.886838 11.5263 1.25V4.17105C11.5263 4.53421 11.3684 4.6921 11.0053 4.6921C10.3105 4.6921 9.6158 4.6921 8.92106 4.72368C8.22633 4.75526 7.86317 5.05526 7.86317 5.78157C7.83159 6.55526 7.86317 7.29736 7.86317 8.08684H10.8158C11.2263 8.08684 11.3842 8.24473 11.3842 8.65526V11.7658C11.3842 12.1763 11.2579 12.3342 10.8158 12.3342H7.89475V20.6868C7.89475 21.1289 7.73685 21.271 7.31053 21.271H4.10527C3.72633 21.271 3.56843 21.1132 3.56843 20.7342L3.55264 12.3342Z" fill="%230A5AAB"/></svg>');
    }
}
