/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Marketo Forms */

.mktoForm {
    font-family: Inter !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    max-width: 100%;
    border: 0;
    margin: 0px auto;
    display: block;
    background-color: #f2f6fa;
    border-radius: 25px;
    padding: 35px !important;
    z-index: 10;
    position: relative;
}

.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
    display: none !important;
}

.mktoForm .mktoFormCol {
   
}

.mktoForm .mktoFormRow {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px){ 
    .mktoForm .mktoFormRow {
        display: block;
    }
}

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;   
    color: #333;
}

.mktoForm .mktoFieldDescriptor {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
}

.mktoForm .mktoFieldDescriptor:first-of-type {
    padding-left: 0;   
}

@media (max-width: 767px){ 
    .mktoForm .mktoFieldDescriptor {
        padding-left: 0;   
    }
}

.mktoForm .mktoFieldWrap {
    width: 100% !important;
    float: none !important;
}

.mktoForm .mktoLabel {
    font-family: Inter !important;
    float: none !important;
    width: auto !important;
    font-weight: bold;
}

.mktoForm input,
.mktoForm textarea,
.mktoForm select {
    outline: none !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 10px 10px !important;
    border: 0 !important;
    border-radius: 5px !important;
}

.mktoForm textarea {
    min-height: 100px !important;   
}

.mktoForm .mktoCheckboxList {
    width: 100% !important;
}

.mktoForm .mktoCheckboxList label {
    font-weight: 400 !important;
}

.mktoForm input[type="checkbox"],
.mktoForm input[type="radio"] {
    width: 20px !important;
    margin-right: 10px !important;
    margin-top: -12px !important;
    accent-color: #122067 !important;
}

.mktoForm .mktoHtmlText {
    width: 100% !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}

.mktoForm .mktoHtmlText a {
    color: #122167 !important;
    text-decoration: underline !important;
}

.mktoForm .mktoButtonWrap {
    margin-left: 0 !important;
}

.mktoForm .mktoButton {
    margin: 0 !important;
    background-color: #b0fac7 !important;
    border: solid 1px #b0fac7 !important;
    font-size: 16px !important;
    color: #0b283c !important;
    font-weight: normal !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 5px !important;
    background-image: none !important;
}

.mktoForm .mktoButton:hover {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 20px !important;
    background-color: #b0fac7 !important;
    color: #001a33 !important;
}

.content-columns-module.content-bg-dark {
    background-color: #071D38;  
}

.content-columns-module.content-bg-dark h2,
.content-columns-module.content-bg-dark h2 p {
    color: #fff !important;   
}

.content-columns-module.content-bg-dark .content-box {
    background: #fff !important;
}

.content-columns-module h2,
.content-columns-module h2 p, 
.content-columns-module .h2 p {
  font-size: 6rem !important;
}

.stats-columns-module .stat-box .info-icon svg {
    fill: #0d216b;
}

.consent-placeholder {
    display: block;
    position: relative;
    text-align: center;
    z-index: 95;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.consent-placeholder .placeholder-content {
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
    
}