:root {
    --red: #F54544;
    --black: #000000;
    --white:#ffffff;
}


* {

    margin: 0;

    padding: 0;

    font-family: neue-haas-grotesk-display, sans-serif;

    font-weight: 500;

    color: var(--red);

}

a:hover {
    text-decoration: none;
}

body {
    position: relative;
    padding: 18px 0;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: var(--red) !important;

    opacity: 1 !important; /* Firefox */

}

::selection {
    background: var(--red);
    color: var(--white);
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: var(--red) !important;

}


::-ms-input-placeholder { /* Microsoft Edge */

    color: var(--red) !important;

}


.is-invalid {

    background: rgba(245, 69, 68, 0.5);

}


.m-r-0 {

    margin-right: 0 !important;

}

.mt20 {

    margin-top: 20px;

}

.mt30 {

    margin-top: 30px;

}

.mt60 {

    margin-top: 60px;

}

.mr30 {

    margin-right: 30px;

}


.f-18 {

    font-size: 18px !important;

}


.f-24 {

    font-size: 24px;

}


.hide {

    display: none;

}


.hide-text {

    overflow: hidden;

    width: 100%;

    white-space: nowrap;

    text-overflow: ellipsis;

}


.p-r {

    position: relative;

}


.col-sm {

    color: white;

    background-color: green;

    text-align: center;

}


.logo {
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.logo a {
    cursor: default;
    text-align: left;
    font-size: 2.625rem;
    line-height: 2.625rem;
    display: block;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--red);
    text-decoration: none;
    width: fit-content;
}

.logo a span {
    display: block;
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
}

.logo a:hover {
    text-shadow: 1px 1px 11px var(--red);
    transition: text-shadow 300ms ease;
}

.menu {
    position: fixed;
    right: 30px;
    top: 35px;
    z-index: 99;
    cursor: pointer;
}

.menu span {
    display: block;
    width: 56px;
    min-width: 56px;
    max-width: 62px;
    height: 3px;
    cursor: pointer;
    background-color: var(--red);
    margin-bottom: 8px;
    transition: all .3s ease-in-out;
}

.upShowMenu {
    background-color: #ffffff !important;
    transform: translateY(6px) rotate(45deg);
}

.lowShowMenu {
    background-color: #ffffff !important;
    transform: translateY(-5px) rotate(-45deg);
}

.sidebar-contain {
    display: none;
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    justify-content: space-between;
    /*max-width: 1920px;*/
    /*margin: 0 auto;*/
}

.sidebar-contain .sidebar-space {
    height: 100%;
    width: 70%;
    background-color: transparent;
}

.sidebar-contain .sidebar {
    position: relative;
    padding: 30px 0;
    min-width: 360px;
    width: auto;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 100%;
    /* width: 30%; */
    /* min-width: 220px; */
    /* max-width: 576px; */
    /*width: 630px;*/
    background-color: var(--red);
    overflow-y: scroll;
    -ms-overflow-style: none;
    transform: translateX(20px);
    font-size: 3rem;
    line-height: 3rem;
    color: #ffffff;
}

.sidebar-contain .sidebar::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.sidebar-contain .sidebar a, .sidebar-contain .sidebar span {
    display: block;
    color: #fff;
}

.sidebar-contain .sidebar a:hover {
    color: #C6E6FF;
}

.sidebar-contain .sidebar .nav-item .nav-title {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 0 0 30px;
    text-align: left;
    color: #fff;
}

.sidebar-contain .sidebar .nav-item .nav-list {
    padding: 0 0 0 90px;
}

.hero-text {

    color: var(--black);

}


.mailto {

    color: var(--black);

    text-decoration: underline;

}


.mailto:hover {

    color: var(--red);

}

.beforeSubmit {
    padding-left: 15px;
    padding-right: 15px;
}

.form-section {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 120px;

}


.form-part {

    margin-bottom: 120px;

}


.form-part > .primary-text {

    margin-bottom: 2rem;

}


input[type=checkbox] {

    width: 36px;

    height: 36px;

    border: 3px solid var(--red);

    border-radius: 0;

    outline: none;

    -webkit-appearance: none;

    top: 50%;

    transform: translateY(-50%);

    margin-top: 0;

}

input[type=checkbox]:checked {

    background-color: var(--red);

    color: #fff;

}

input[type=checkbox]:checked + label:before {

    display: inline-block;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    content: "";

    background-image: url('data:image/svg+xml,<svg width="36px" height="36px" viewBox="0 0 16 16" class="bi bi-check" fill="%23fff" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.236.236 0 0 1 .02-.022z"/> </svg>');

    width: 36px;

    height: 36px;

}


.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {

    color: var(--red);

    padding-left: 30px;

}


.item-line {

    /*margin:0 30px;*/

}


.item-line:before {

    content: " ";

    border: solid 2px var(--red);

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translateY(-50%) translateX(-50%);

    width: 30px;

}


select {

    appearance: none;

    -webkit-appearance: none;

    -moz-appearance: none;

}


.social-logo {

    width: 66px;

    height: 66px;

    background-color: var(--red);

    display: flex;

    justify-content: center;

    align-items: center;

}


.footer {

    display: flex;

    justify-content: space-between;

    margin: 150px 0 0;

    /*border-top: 3px solid #F54544;*/

    padding: 30px 15px 150px;

    position: relative;

}

.footer .border-top {
    position: absolute;
    height: 3px;
    top: 0;
    left: 30px;
    right: 30px;
    background-color: var(--red);
}

.footer .email svg {
    fill: var(--red);
    width: 31px;
    height: auto;
}


.footer-column {

    display: flex;

    flex-direction: column;

    font-size: 24px;

    width: calc(100% / 6);
    padding-left: 15px;
    padding-right: 15px;

}

.footer-column-lg {
    width: calc((100% / 6) * 2);
}


.footer .footer-column span, .footer .footer-column a, .footer .footer-column span a {

    font-size: 24px;

    line-height: 24px;

    color: var(--red);

}

.footer .footer-column a:hover, .signup:hover {
    color: white;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--red);
}

.footer-link {

    cursor: pointer;

}


.email {

    display: flex;

    border: solid 3px var(--red);

    justify-content: space-between;

    align-items: center;

    padding: 12px;

}


#mail-contain {

    display: none;

    position: fixed;

    /*background-color: rgba(0,0,0,0.1);*/

    z-index: 2;

    top: 0;

    bottom: 0;

    right: 0;

    left: 0;
}


.mail-box {
    margin: auto;
    width: 386px;
    height: 386px;
    padding: 30px 40px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--red);
}

.close-side-contain {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.close-side-contain .upper {
    display: block;
    width: 56px;
    height: 3px;
    background-color: #ffffff;
    transform: translateY(20px) translateX(-6px) rotate(
            -45deg
    );
}

.close-side-contain .lower {
    display: block;
    width: 56px;
    height: 3px;
    background-color: #ffffff;
    transform: translateY(17px) translateX(-6px) rotate(
            45deg
    );
}

.mail-input {
    border-bottom: solid 3px #fff;
    margin-top: 144px;
}

.mail-input input {
    background-color: transparent;
    color: #fff;
    padding: 0;
}

.mail-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}

.mail-input input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}

.mail-input input:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}

.mail-input input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

.mail-input .form-control:focus {
    color: #fff;
    background-color: transparent;
    padding: 0;
}

.mail-input input:-webkit-autofill,
.mail-input input:-webkit-autofill:hover,
.mail-input input:-webkit-autofill:focus,
.mail-input input:-webkit-autofill:active {
    -webkit-text-fill-color: #ffffff !important;
    font-size: 30px;
    color: #ffffff;
}

.mail-box img {

    width: 24px;

    position: absolute;

    right: 16px;

    top: 16px;

    cursor: pointer;

}

#mail-contain .mail-box h2 {
    display: none;
    color: #ffffff;
    margin-top: 144px;
}

#mail-contain .mail-box #subscribeBtn {
    font-family: neue-haas-grotesk-display, sans-serif;
    display: block;
    margin: 0 auto;
    padding: 8px 12px;
    border: solid 3px #fff;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    align-self: flex-end;
    width: auto;
}


.afterSubmit, .errorSubmit, .failSubmit {

    display: none;

}

.failSubmit {

    display: none;
    animation: shake 1s ease both;
    animation-delay: 800ms;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

#loadingIcon {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
}

#loadingIcon #loadSvg {
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

.slide-in {
    animation: _slide_in .5s ease-out;
    -moz-animation: _slide_in .5s ease-out;
    -webkit-animation: _slide_in .5s ease-out;
    -o-animation: _slide_in .5s ease-out;
}

.slide-out {
    animation: _slide_out .5s ease-out;
    -moz-animation: _slide_out .5s ease-out;
    -webkit-animation: _slide_out .5s ease-out;
    -o-animation: _slide_out .5s ease-out;
}


@keyframes _slide_in {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 100%;
    }
}

@keyframes _slide_out {
    to {
        transform: translateX(100%);
        opacity: 0;
    }
    from {
        transform: translateX(0);
        opacity: 100%;
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media screen and (max-width: 1024px) {
    .logo a span {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    .logo a span:first-child {
        margin-top: 8px;
    }

    .menu {
        /*top: 39px;*/
    }

    .sidebar-contain .sidebar {
        /*padding-top: 39px;*/
    }
}

@media screen and (max-width: 576px) {
    .logo {
        margin-bottom: 20px;
    }

    .logo a span {
        font-size: 2.6255rem;
        line-height: 2.625rem;
        -webkit-text-stroke-width: 1.5px;
    }

    .menu span {
        width: 34px;
        height: 2px;
        min-width: 34px;
        margin-bottom: 6px;
    }

    .upShowMenu {
        -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
        -o-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }

    .lowShowMenu {
        -webkit-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
        -o-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg);
    }

    .sidebar-contain .sidebar-space {
        display: none;
    }

    .sidebar-contain .sidebar {
        width: 100%;
        transform: translateX(0);
    }

    .sidebar-contain .sidebar .nav-item .nav-title {
        font-size: 1.875rem;
        line-height: 1.875rem;
        padding: 0 0 0 30px;
    }

    .sidebar-contain .sidebar a, .sidebar-contain .sidebar span {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }
}

@media screen and (max-width: 1280px) {
    .footer .footer-column {
        width: calc(100% / 6);
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
}

@media screen and (max-width: 1023.98px) and (min-width: 501px) {
    .footer .border-top {
        height: 2px;
    }

    .footer .footer-column span, .footer .footer-column a, .footer .footer-column span a {
        font-size: 15px;
        line-height: 15px;
    }

    .footer .footer-column, .footer .footer-column-lg {
        width: calc(100% / 4);
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }

    .footer .connect {
        position: absolute;
        left: 50%;
        top: 154px;
    }

    .email {
        border: solid 2px var(--red);
        padding: 8px;
    }

    .footer .email svg {
        width: 20px;
        height: 16px;
    }

    .mail-input .form-control,
    #mail-contain .mail-box #subscribeBtn,
    .mail-input .form-control:focus,
    .mail-input input:-webkit-autofill,
    .mail-input input:-webkit-autofill:hover,
    .mail-input input:-webkit-autofill:focus,
    .mail-input input:-webkit-autofill:active {
        font-size: 24px;
        line-height: 24px;
    }


}

@media screen and (max-width: 500px) {
    .footer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 1rem;
        line-height: 1rem;
        padding-top: 30px;
        justify-content: unset;
        height: 600px;
    }

    .footer .footer-column span, .footer .footer-column a, .footer .footer-column span a {
        font-size: 18px;
        line-height: 18px;
    }

    .footer .footer-column, .footer .footer-column-lg {
        width: 50%;
        margin-bottom: 30px;
    }


    .footer span, .footer span a {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }

    .footer .mt30 {
        margin-top: 12px;
    }

    .email {
        align-items: center;
        border: solid 2px var(--red);
        padding: 8px;
    }

    .mail-input .form-control,
    #mail-contain .mail-box #subscribeBtn,
    .mail-input .form-control:focus,
    .mail-input input:-webkit-autofill,
    .mail-input input:-webkit-autofill:hover,
    .mail-input input:-webkit-autofill:focus,
    .mail-input input:-webkit-autofill:active {
        font-size: 24px;
        line-height: 24px;
    }
}

