.l-main {
    overflow: hidden;
    background: #1a1c1f;
}

#d2260120,
#d2267617 {
    color: #fff;
}

#d2268427 .p-media-layout__inner {
    background-color: #F3F3F3;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #d2268427 .p-media-layout__inner {
        gap: 1rem 0;
    }
}

#d2268427 .p-media-layout__content {
    padding: 1rem 3.5rem;
}

#d2268427 .p-media-layout__media {
    line-height: 0;
    margin-top: auto;
}

:is(#d2268151, #d2268951, #d2268428, #d2268161) .l-inner {
    background-color: #F3F3F3;
}

@media only screen and (min-width: 769px) {
    :is(#d2268151, #d2268951, #d2268428, #d2268161) .p-media-layout__inner {
        align-items: center;
        gap: 1rem 0;
    }
}

:is(#d2268151, #d2268951, #d2268428, #d2268161) .p-media-layout__content {
    padding: 1rem 3.5rem;
}

:is(#d2268151, #d2268951, #d2268428, #d2268161) .p-media-layout__media {
    line-height: 0;
}

#d2260694 .l-inner {
    background-color: #F3F3F3;
}
#d2260694 .mbr-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#d2260694 .img-text_col-text {
    width: 50%;
    padding: 1rem 3.5rem;
}
#d2260694 .img-text_col-img {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    #d2260694 .img-text_col-text {
        width: 100%;
        padding: 1rem;
    }
    #d2260694 .img-text_col-img {
        width: 100%;
    }
    #d2260694 button {
        width: 100% !important;
    }
   
}

#d2260694 fieldset {
    border: none;
}
#d2260694 .email-input {
    margin-bottom: 9.5px;
    border: 2px solid rgb(118, 118, 118);
}
@media only screen and (max-width: 768px) {
    #d2260694 .mbr-row {
        flex-direction: column;
    }
}

#link-privacy-policy {
    color: var(--color-font-default);
}

@media only screen and (min-width: 769px) {
    #link-privacy-policy:hover,
    #link-privacy-policy:active,
    #link-privacy-policy:focus-visible {
        color: var(--color-main);
    }
}

#d2260120 {
    padding: 0 32px;
}

:is(#d2260120, #d2259289) h2 {
    text-align: center;
}

#d2267617 .l-inner {
    padding: 0 32px;
}

:is(#d2268427, #d2268151, #d2268951, #d2268428, #d2268161) .p-media-layout__media {
    margin-top: auto;
    margin-bottom: auto;
}

#d2268427, #d2268151, #d2268951, #d2268428, #d2268161 {
    margin-bottom: 60px;
}

.c-button__btn {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0 !important;
    padding: 8px 40px;
    border-radius: 5px;
    font-family: 'GTAmerica', Oswald, sans-serif;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 20px;
    background-color: #000000;  
}

.c-button__btn:hover {
    text-decoration: none;
    transition: all 0.4s ease-in;
    background-color: #7B47D2;
}

.c-button__text {
    color: #ffffff;
    font-size: 20px;
}

[data-id="1585889"] a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .l-wrapper {
        padding: 0;
    }

    #d2267617 .l-inner {
        padding: 0 16px;
    }

    :is(#d2268427, #d2268151, #d2268951, #d2268428, #d2268161) 
    .p-media-layout__content {
        padding: 16px 16px 24px !important;
    }

    .c-button__btn {
        padding: 6px 20px !important;
    }

    .p-button {
        justify-content: center;
    }

    .c-button__text {
        font-size: 1rem;
    }
}