html{
    line-height:1.3em;
}
.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    font-family:"Open Sans";
}
.prodLayout{
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.product{
    max-width: 28em;
    width: 100%;
}
p {
    font-size: 1.1em;
}
ul li::before, ul li:before{
        content: "\f00c";
    position: absolute;
    display: block;
    width: 0.3em;
    height: 0.3em;
    top: .25em;
    left: .5em;
    background: none;
    border-radius: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #45a748;
    font-size: 20px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul li{
    width:100%;
    font-size:1em;
}
.landing__register-wrap{
    flex-direction:row;
    gap:40px;
}

.landing__register-disclaimer a{
    color:#fff;
}

.century__txt{
    max-width:500px;
    width:100%;
    padding:1em;
}
.open__btn{
    font-weight: 600;
    font-size: 18px;
    white-space: normal;
    border-radius: 0;
    color: #fff;
    background-color: #7f3f98;
    background: #7f3f98;
    border: 1px solid #73338c;
    text-decoration:none;
    height: 46px;
    width: 200px;
        display: block;
    text-align: center;
    padding: .55em;
    margin:auto;
}
.open__btn:hover, .open__btn:focus{
    background-color: #aa68aa;
    color: #fff;
    border: 1px solid #9e5c9e;
}
.contactSection{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 20px 75px;
    flex-wrap:wrap;
}
/*.mod-page-wrap.mod-page-wrap--landing,
 .mod-page-wrap--landing .htmlModuleWrap,
  .mod-page-wrap--landing .landing__block{
    background: #5eb2d0;
}*/
.landing__nav-logo-wrap{
    height:auto;
}
.landing__nav-logo{
    height:8em;
}
.landing__nav-wrap{
    background:#212d3a;
    height:190px;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    border:1px solid #000;
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #fff;
    cursor:pointer;
}
.landing-footer-copyright .landing-footer-copyright-c {
    color: #fff;
    padding: 0;
}
.caps{
    text-transform:uppercase;
}
.contentMessage{
        color: #000;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.landing__register-enter-info{
    color:#000;
    font-size:26px;
    padding:0;
}
.landing__register-disclaimer{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align:center;
    font-style:normal;
    padding:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#cccccc;
}
.contactSection .formMod.customertype, .contactSection .formMod.helptype, .contactSection .formMod.formMod100, .contactSection .formmod.formMod100 {
    display: block;
    width: 100%;
}
div.landing__register-textbox {
    margin: 0;
}
select.landing__register-dropdown{
    margin: 8px 0 8px 0;
}
.landing-footer .landing-section-block{
    background-color:#212d3a;
}
.landing__register-submit{
            font-weight: 500;
        font-size: 20px;
        white-space: normal;
        border-radius: 0;
        color: #fff;
    background-color: #7f3f98;
    background: #7f3f98;
    border: 1px solid #73338c;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background-color: #aa68aa;
    color: #fff;
    border: 1px solid #9e5c9e;
}

@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: none;
    }
}

@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 350px;
    }
    .landing-footer-copyright{
        top:1.15em;
    }
    .landing__register-wrap{
        align-items:center;
    }
        .landing__nav {
        width: auto;
        }
            .landing__register-wrap .htmlModuleWrap {
        align-items: center;
    }
}
@media screen and (max-width:767px){
        .landing__nav {
        width: auto;
        margin: 0 auto;
    }
    .landing-ehl{
        top:11em;
    }
    .landing__nav-logo{
        height:0;
    }
    .landing__nav-logo-wrap{
        height:96px;
    }
}
@media screen and (max-width:480px){
        .landing-ehl {
        left: calc(50% - 135px / 2);
        margin-top:1em;
    }
    .landing-footer-copyright{
        width:330px;
            left: calc(50% - 330px / 2);
            padding:0 1em;
    }
}

@media screen and (max-width:370px){
    .landing__register-wrap .contact-form-v2__form{
            width: 90vw;
    }
    .landing__register-wrap .contact-form-v2__layout{
        padding: 1em 0;
    }
    .landing-contents{
        padding:0 1em;
    }
}
@media screen and (max-width:480px){
    .landing__register-wrap .contactSection .defaultInput, .landing__register-wrap .contactSection .defaultSelect{
        font-size:13px;
    }
}