:root {
    --gutter-x: 12px;
    --form-text-size:16px;
    --content-text-size:16px;
    --content-margin-bottom:15px;
    --main-content-border-radius:40px;
    --body-text-color: #032b71;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: var(--content-text-size);
    color: var(--body-text-color);
    background: #fff;
}

ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 14px;
}

img {
    -webkit-user-select : none;
    -khtml-user-select  : none;
    -moz-user-select    : none;
    -o-user-select      : none;
    user-select         : none;
    pointer-events      : none;
}

.form-select,
.form-control {
    background-color: #fff;
    border-radius: 0;
    border-color: #cfccc6;
    font-size: var(--form-text-size);
}
.form-select:focus {
    background-color: #fff;
}

.form-select::placeholder,
.form-control::placeholder,
.placeholder {
    color: var(--body-text-color);
}

.help-block {
    font-size: 13px;
}

.has-error input,
.has-error select:not(.placeholder),
.has-error .help-block {
    color: #842029;
}

.control-label {
    font-weight: 400;
}


#civility-outer input{
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: var(--form-text-size);
    user-select: none;

    border-radius: 0;
    background: #fff;
    border: 1px solid #cfccc6;
    color: var(--body-text-color);
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #ff003c;
    border-color: #ff003c;
    color: #ffffff;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

iframe {
    position: absolute;
    margin-top: -1px;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    color: inherit;
}

/****************************************/

.btn-submit {
    font-weight: bold;
    border-radius: 40px;
    font-size: 22px;
    width: 100%;
    text-transform: uppercase;
    border-color: #ff003c;
    background-color: #ff003c ;
    color: #ffffff;
}

.btn-submit:active,
.btn-submit:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    background-color: #ff003c !important;
}

.mandatory-fields {
    font-size: 12px;
}

header {
    background: #fff;
    overflow: hidden;
}

.header-stack {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    gap: 20px;
}

.header-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.intro-wrapper {
    background: #002873;
    color: #ffff;
    overflow: hidden;
}

.intro-separator {
    background: url("../images/bg-intro.png") no-repeat top center;
    background-size: 100% 28px;
    width: 100%;
    height: 28px;
}

.header-text-wrapper .title {
    background: #ff003c;
    color: #ffff;
    font-size: 25px;
    padding: 5px 13px;
    line-height: 1;
    white-space: nowrap;
    margin: 0;
}
.header-text-wrapper .period {
    font-size: 19px;
    line-height: 1;
}
.intro-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 20px;
}
.intro-part-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    font-weight: bold;
    line-height: 1;
    padding-left: 25px;
}

.intro-part-1-line-1 {
    font-size: 45px;
    color: #ffff;
}
.intro-part-1-line-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    font-size: 39px;
    color: #ffff;
}
.intro-part-1-line-2 div {
    position: relative;
    background: #69ddfc;
    color: #002873;
    padding: 3px 3px;
    line-height: 1;
}
.intro-part-1-line-2 span {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -52px;
    font-size: 76px;
    line-height: 1;
    color: #ffff;
}

.intro-part-1-line-3 {
    font-weight: normal;
    font-size: 32px;
    margin-top: -10px;
}

.intro-part-1-line-3 span{
    font-weight: bold;
    font-size: 51px;
    background: #ff003c;
    color: #fff;
    display: inline-block;
    padding: 3px 3px;
    rotate: -3deg;
}

.intro-part-3 {
    font-size: 30px;
    color: #69ddfc;
}

.intro-part-2 {
    position: relative;
    height: 325px;
    width: 100%;
}
.intro-part-2-inner {
    position: absolute;
    top: 0;
    left:50%;
    margin-left: -349px;
    display: flex;
    flex-direction: row;
}

.intro-part-2 img {
    display: block;
    filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.19));
}

.intro-part-2 .intro-pic-2-wrapper {
    margin-left: -76px;
    margin-top: 19px;
}

.intro-stack,
.header-stack {
    zoom: 0.70;
}

footer {
    color: #002873;
    padding: 15px 0 10px;
    font-size: 15px;
}

footer a {
    text-decoration: none;
}

.main-content-wrapper {
    background: #69ddfc url("../images/bg-content.png") no-repeat bottom center;
    background-size: auto 80px;
    margin-top: -1px;
}

.main-content-wrapper .intro-wrapper{
    background: transparent;
}

.form-check-label {
    font-size: 13px;
}

.instruction {
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.text-thanks {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.input-email {
    text-align: center;
}
.input-email.form-control::placeholder{
    color: #c8c8c8;
}

.facebook-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.page-content .btn-submit {
    padding: 9px 5px;
    font-size: 18px;
    line-height: 1;
}
.page-content .main-content {
    padding-top: 5px;
    padding-bottom: 30px;
}

.text-flash {
    text-align: center;
}

@media (min-width: 400px) {
    .text-thanks {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .text-thanks {
        font-size: 23px;
    }

    .intro-stack,
    .header-stack {
        zoom: 1;
    }

    .main-content {
        padding-bottom: 25px;
    }


    .page-content .main-content {
        padding-bottom: 50px;
    }

    .main-content-wrapper {
        background-size: 100% 107px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .main-content-wrapper {
        background-color: #002873;
        background-image: url("../images/bg-content-lg.png");
        background-size: cover;
        margin-top: 0;
    }

    .container {
        max-width: 1100px;
    }

    .header-stack {
        gap: 50px;
    }

    .header-text-wrapper {
        flex-direction: row;
        gap: 50px;
    }

    .intro-wrapper {
        overflow: visible;
    }

    .intro-separator {
        display: none;
    }

    .intro-stack {
        padding-bottom: 100px;
    }

    .main-content {
        padding-top: 90px;
        padding-left:60px;
    }

    .intro-part-2 .intro-pic-2-wrapper {
        margin-left: -76px;
        margin-top: 105px;
    }

    .page-content .intro-stack{
        flex-direction: row;
        align-items: start;
        justify-content: center;
        gap: 0;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .page-content .intro-stack {
        zoom: 0.75;
    }

    .page-content .intro-part-1 {
        zoom: 0.9;
        padding-top: 24px;
    }
    .page-content .intro-part-2{
        width: 500px;
        height: 227px;
    }
    .page-content .intro-part-3{
        margin-left: 40px;
        width: 270px;
        padding-top: 100px;
    }
    .page-content .intro-part-2-inner {
        zoom: 0.7;
    }
    .page-content .intro-part-2 .intro-pic-2-wrapper {
        margin-left: -48px;
        margin-top: 84px;
    }

    .page-content .main-content-wrapper {
        background: #fff url("../images/bg-content-page-lg.png") no-repeat bottom center;
        background-size: auto auto;
    }

    .page-content {
        background: #69ddfc;
    }
    .page-content .main-content {
        padding-top: 30px;
        padding-left:0;
        padding-bottom: 100px;
    }

}

@media (min-width: 1100px) {
    .page-content .intro-stack {
        zoom: 0.83;
    }
}
@media (min-width: 1200px) {
    .page-content .intro-stack {
        zoom: 0.9;
    }
}

@media (min-width: 1400px) {
}