/* frontend.v2.base.css */
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
/*
.fonts-loaded body {
    font-family: "Nunito", -apple-system, system-ui, Roboto, BlinkMacSystemFont, "Segoe UI", Ubuntu, sans-serif;
}
*/
hr {
    width: 200px;
    border-top: 1px solid #f9b169;
    margin-top: 0;
}
@media (max-width: 575.98px) {
    hr {
        width: 8rem;
    }
}
h1 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    margin: 0 0 1.5rem;
    font-size: 1.9rem;
}
h2 {
    margin: 30px 0 10px 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: 600;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.mark, mark {
    padding: unset;
    background-color: unset;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: unset !important;
    background-color: white !important;
    background-clip: content-box !important;
}
.modal-backdrop {
    display: none !important;
}

.alert-warning p {
    font-size: 0.85rem;
}
.img-preload-hp {
    opacity: 0;
}

footer .ico-facebook {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-size: auto;
    position: relative;
    top: 5px;
    left: 5px;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='48px' height='48px'%3E%3ClinearGradient id='awSgIinfw5_FS5MLHI~A9a' x1='6.228' x2='42.077' y1='4.896' y2='43.432' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230d61a9'/%3E%3Cstop offset='1' stop-color='%2316528c'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23awSgIinfw5_FS5MLHI~A9a)' d='M42,40c0,1.105-0.895,2-2,2H8c-1.105,0-2-0.895-2-2V8c0-1.105,0.895-2,2-2h32 c1.105,0,2,0.895,2,2V40z'/%3E%3Cpath d='M25,38V27h-4v-6h4v-2.138c0-5.042,2.666-7.818,7.505-7.818c1.995,0,3.077,0.14,3.598,0.208 l0.858,0.111L37,12.224L37,17h-3.635C32.237,17,32,18.378,32,19.535V21h4.723l-0.928,6H32v11H25z' opacity='.05'/%3E%3Cpath d='M25.5,37.5v-11h-4v-5h4v-2.638c0-4.788,2.422-7.318,7.005-7.318c1.971,0,3.03,0.138,3.54,0.204 l0.436,0.057l0.02,0.442V16.5h-3.135c-1.623,0-1.865,1.901-1.865,3.035V21.5h4.64l-0.773,5H31.5v11H25.5z' opacity='.07'/%3E%3Cpath fill='%23fff' d='M33.365,16H36v-3.754c-0.492-0.064-1.531-0.203-3.495-0.203c-4.101,0-6.505,2.08-6.505,6.819V22h-4v4 h4v11h5V26h3.938l0.618-4H31v-2.465C31,17.661,31.612,16,33.365,16z'/%3E%3C/svg%3E");
}

/* Steps  */
#steps {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
#steps h3 {
    font-weight: 700;
    margin: 25px 0 10px;
    font-size: 1.35rem !important;
}
section.bg-dots {
    background-image: radial-gradient(#f8cac4 0.5px, #ffffff 0.5px);
    background-size: 10px 10px;
}
section.bg-linear-to-top {
    background-image: linear-gradient(to top, rgba(255,255,255,0), #f0f4fd);
    background-repeat: repeat-x;
    background-position: bottom center;
}
section.bg-linear-to-bottom {
    background-image: linear-gradient(to top,#f0f4fd, rgba(255,255,255,0));
    background-repeat: repeat-x;
    background-position: bottom center;
}
section h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 0;
    margin: 0 0 1.5rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
@media (max-width: 767.98px) {
    section h2 {
        font-size: 1.75rem;
    }
}
#steps .steps-item-image {
    text-align: left;
    margin-left: 5%;
}
#steps .icon-wrapper {
    padding: 20px;
    border-radius: 36px;
    display: inline-block;
}
#steps .steps-item-1 .icon-wrapper {
    background-color: rgba(250,100,40,.1);
}
#steps .steps-item-1 svg {
    color: #fa6428;
}
#steps .steps-item-2 .icon-wrapper {
    background-color: rgba(19,208,103,.1);
}
#steps .steps-item-2 svg {
    color: #13d067;
}
#steps .steps-item-3 .icon-wrapper {
    background-color: rgba(0,90,200,.1);
}
#steps .steps-item-3 svg {
    color: #005ac8;
}
#steps .conditions {
    padding: 20px 50px 15px;
    background-color: #ffffff;
    border: .0625rem solid #dbe0ed;
    box-shadow: 0 .3125rem 1rem 0 rgba(46,60,102,.09);
    border-radius: 3rem;
}
@media (max-width: 767.98px) {
    #steps .conditions {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 1rem;
    }
}
#steps .conditions h5 {
    font-weight: 700;;
    margin: 0;
}
#steps .conditions p {
    font-size: 12px;
    margin: 0;
}
#steps .conditions .ico-check {
    
}
#steps .conditions .ico-check svg {
    color: #13d067;
}
#steps .conditions .text {
    font-size: 1.20rem;
    font-weight: 400;
    line-height: 1.1;
}
@media (max-width: 767.98px) {
    #steps .conditions .text {
        font-size: 0.90rem;
        font-weight: 300;
    }
}

/* #preloader */
#preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
}
#preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADER */
#loader {
    visibility: hidden;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
}
#loader .spin {
    width: 125px;
    height: 125px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    border-top: 16px solid #5cc097;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* section: faq */
#faq {
    
}
#faq h3, #faq h4, #faq h5 {
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    padding: 0;
    margin: 0;
    user-select: none;
    text-shadow: none;
}
#faq .card {
    
}
#faq .card-header {
    border: none;
}
#faq .card-header:hover {
    cursor: pointer;
}
@media (max-width: 575.98px) {
    #faq .card-body {
        display: none;
    }
}
#faq p {
    font-size: 0.95rem;
    margin: 15px 0 0;
}
#faq ul {
    font-size: 0.95rem;
    padding: 1.25rem 0 0 25px;
}
.card-body {
    padding: 0 1.25rem 1.25rem;
}

/* generic */
.z-index-0 {
    z-index: 0;
}
.z-index-100 {
    z-index: 100;
}
.z-index-1021 {
    z-index: 1021;
}
.fixed-top-offset {
    margin: 70px 0 0 0 !important;
}
.call-to-action {
    background: #fedd32;
    border-color: #fedd32;
    color: #333;
    height: 52px;
    font-weight: 600;
    font-size: 1.05rem;
    box-shadow: 0 6px 7px -3px rgba(0,0,0,0.2);
}
.call-to-action:hover {
    box-shadow: 0 6px 9px -3px rgba(0,0,0,0.3);
}
.breadcrumb {
    background: none;
}


/* section: header */
header.masthead {
    /*overflow: hidden;*/
}
header.masthead .d-desktop-none {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    header.masthead {
        /*padding: 80px 0 30px;*/
    }
}
header.masthead .site-heading {
    position: relative;
    top: 70px;
}

/* start: header: wrapper-text */
@media (max-width: 575.98px) {
    .wrapper-text {
        
    }
}
.below-navigation {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .below-navigation {
        
    }
}
@media (max-width: 575.98px) {
    .below-navigation {
        
    }
}


/* .btn */
.btn-primary {
    color: #333;
    background-color: #fedd32;
    border-color: #fedd32;
    box-shadow: 0 6px 7px -3px rgba(0,0,0,0.2);
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.disabled, .btn-primary:disabled {
    color: #333 !important;
    background-color: #fedd32 !important;
    border-color: #fedd32 !important;
    box-shadow: 0 6px 9px -3px rgba(0,0,0,0.3);
}

/* text */
.shadow {
    -moz-box-shadow: inset 0 .25rem 0.5rem rgba(0,0,0,.15) !important;
    -webkit-box-shadow: inset 0 .25rem 0.5rem rgba(0,0,0,.15) !important;
    box-shadow: inset 0 .25rem 0.5rem rgba(0,0,0,.15) !important;
}

/* #steps-indicator */
.steps-indicator-rollback {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #2ac768;
}
.steps-indicator-rollback:hover {
    text-decoration: none;
    color: #0f7537;
}
#steps-indicator {
    
}
#steps-indicator .step {
    background: #ecf1f7;
    color: #5485b8;
    font-size: 1.1rem;
    height: 44px;
    width: 44px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
#steps-indicator .step-status-completed .step {
    background: #cff2dd;
    color: #2ac768;
    border: 1px solid #2ac768;
}
#steps-indicator .step-status-current .step {
    background: #cff2dd;
    color: #2ac768;
}
#steps-indicator .line {
    height: 1px;
    background: #ecf1f7;
    position: absolute;
    top: 22px;
    z-index: 0;
}
#steps-indicator .step-status-completed .line {
    background: #2ac768;
}
@media (max-width: 575.98px) {
    #steps-indicator .line {
        width: 100%;
        left: 50%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #steps-indicator .line {
        width: 120px;
        left: calc(50% + 30px);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #steps-indicator .line {
        width: 60px;
        left: calc(50% + 30px);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #steps-indicator .line {
        width: 100px;
        left: calc(50% + 30px);
    }
}
@media (min-width: 1200px) {
    #steps-indicator .line {
        width: 130px;
        left: calc(50% + 30px);
    }
}
#steps-indicator p {
    width: 80px;
    font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
    color: #333;
}
#steps-indicator p span {
    color: #2ac768;
}


/* social proof */
#social-proof h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 600;
}
.social-proof-widget {
    box-shadow: 0 0 0 1px rgba(144,164,174,.2);
    border-radius: 5px;
    height: 80px;
    background: white;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}
.social-proof-widget .content-avatar {
    height: 50px;
    width: 50px;
    margin: 0 0 0 15px;
    float: left;
    background: #ffebee;
    border-radius: 25px;
}
.social-proof-widget .content-avatar.green {
    background-color: #cff2dd;
    color: #389d61;
}
.social-proof-widget .content-avatar.blue {
    background-color: #339af0;
    color: #ffffff;
}
.social-proof-widget .content-wrapper {
    margin: 0 10px 0 15px;
    font-size: 0.75rem;
    max-width: 71%;
}
.social-proof-widget .content-wrapper .content-1 {
    background-color: #fdf5dd;
    color: #242328;
    font-weight: 400;
    padding: 0 3px 0 3px;
    border-radius: 3px;
}
.social-proof-widget .content-wrapper .content-2 {
    
}
.social-proof-widget .content-wrapper .content-3 {
    color: #686b81;
}
.social-proof-widget .content-wrapper i {
    color: #1995f7;
}
.social-proof-widget .content-wrapper .content-verified {
    color: #1995f7;
    font-size: 0.65rem;
    font-weight: 400;
}

/* footer */
footer {
    border-top: 2px solid #dcdfe6;
    background: #252525;
}
footer .border-bottom {
    border-color: #444 !important;
}
footer h4 {
    color: white;
    font-size: 0.95rem;
    font-weight: 400;
}
@media (max-width: 767.98px) {
    footer h4 {
        font-size: 1.0rem !important;
    }
}
footer p a {
    color: white;
}
footer .footer-top {
    
}
footer .footer-middle {
    
}
footer .footer-bottom {
    font-size: 0.8rem;
    font-weight: 200;
}
footer, footer a {
    color: #999;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer p {
    font-size: 0.8rem;
    font-weight: 300;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li {
    color: #999;
    font-size: 0.8rem;
    font-weight: 300;
    margin: 15px 0;
}
footer li a:hover {
    color: white;
}

/* navigation */
.logo-img-white {
    display: none;
}
@media (max-width: 575.98px) {
    nav li.nav-item:first-child {
        margin-top: 25px;
    }
    nav li.nav-item:last-child {
        
    }
}
@media (min-width: 992px) {
    #mainNav .nav-item {
        height: 39px;
    }
    #mainNav .nav-link:hover {
        background: #fdf5dd;
        border-bottom: 1px solid #f9b169;
        border-radius: 5px 5px 0 0;
    }
}
.navbar.open .dropdown-menu, .navbar.open .dropdown-item:hover {
    background: #fdf5dd;
}
.dropdown {
    cursor: pointer;
}

/* navigation: hamburger button */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #mainNav .nav-item {
        font-size: 0.8rem;
    }
    #mainNav .call-to-action {
        font-size: 0.8rem !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #mainNav .call-to-action {
        font-size: 0.8rem !important;
    }
}
@media (max-width: 767.98px) {
    #mainNav .call-to-action {
        padding-top: 5px;
        font-size: 10px;
    }
}
.navbar-brand.region-no > span {
    margin-left: 0;
    margin-top: 25px;
    font-weight: 600;
}
.navbar-light .navbar-toggler {
    border: none;
}
#mainNav {
    background: white;
    
}
@media (max-width: 767.98px) {
    #mainNav.fixed-top {
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        border-bottom: none;
    }
}
#mainNav.closed {
    
}
#mainNav.open {
    
}
#mainNav.navbar-light .navbar-nav .nav-link {
    color: black;
}
@media (min-width: 992px) {
    #mainNav.navbar-light .navbar-nav .nav-link {
        color: black;
    }
}
#mainNav .navbar-brand {
    padding: 0;
    margin-right: 0;
}
#mainNav span.region {
    position: absolute;
    font-size: 0.80rem;
    margin-top: 32px;
    font-weight: 300;
    color: #aaa;
}
#mainNav .navbar-brand div {
    padding: 6px 20px 4px;
    font-weight: 600;
    color: #fedd32;
    background: #3e4757;
    border-radius: 5px;
}
#mainNav .navbar-brand div:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
#mainNav .navbar-toggler {
    padding: 6px;
}

/* navigation: hamburger button: animation; */
.animated-icon {
    width: 26px;
    height: 16px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon span {
    background: black;
}
.animated-icon span:nth-child(1) {
    top: 0px;
}
.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
    top: 8px;
}
.animated-icon span:nth-child(4) {
    top: 16px;
}
.animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
/* form fields */
.input-group-prepend {
    cursor: pointer;
}
/* float container */
.form-control::placeholder {
    color: transparent;
    font-weight: 300;
}
.form-control:focus::placeholder {
    color: #dddfe0;
}
.float-container {
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.float-container.is-invalid {
    border-color: red;
}
.float-container .form-control {
    height: 50px;
}
.float-container .form-control:focus {
    border: none;
    box-shadow: none;
}
.float-container .form-control:invalid {
    border: none;
    box-shadow: none;
}
.float-container input {
    border: none;
    font-size: 1.05rem;
    outline: 0;
    padding: 20px 0 5px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .float-container input {
        font-size: 0.95rem;
    }
    .float-container .filter-option {
        font-size: 0.95rem;
    }
}
.float-container input.form-control.is-valid, .float-container input.form-control.is-invalid {
    padding-right: 0;
}
.float-container label {
    font-size: 1.05rem;
    color: #9299a2;
    position: absolute;
    transform-origin: top left;
    transform: translate(0, 16px) scale(1);
    transition: all 0.1s ease-in-out;
    cursor: auto;
    top: -3px;
}
.float-container.active label {
    transform: translate(0, 8px) scale(0.65);
    cursor: inherit;
    color: #9299a2;
}
.float-container.active label::after {
    content: ' *';
    display: inline;
}

/* shine-animation */
.shine-animation-wrapper {
    overflow: hidden;
}
.shine-animation:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position:  absolute;
    z-index: 1;
    animation-name: shine;
    animation-delay: 5s;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
@keyframes shine {
    0% {transform:translateX(-100%);}
    20% {transform:translateX(100%);}
    100% {transform:translateX(100%);}
}

/* modal */
@media (max-width: 334px) {
    .modal-fullscreen .input-group-text {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .modal-fullscreen {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .modal-fullscreen .modal-header {
        border: none;
    }
    .modal-fullscreen .modal-body {
        
    }
    .modal-fullscreen .modal-content .close {
        color: white;
        font-size: 3rem;
        font-weight: 200;
        text-shadow: none;
    }
    .modal-fullscreen {
        color: white;
    }
    .modal-fullscreen h2, h3, h4 {
        
    }
    .modal-fullscreen p {
        line-height: 1.25;
        font-weight: 200;
    }
    .modal-fullscreen a {
        color: #69b1ff;
    }
    .modal-fullscreen input[type=email] {
        
    }
    .modal-fullscreen .input-group-text {
        background: transparent;
    }
    .modal-fullscreen .float-container label {
        color: white;
        font-weight: 200;
    }
    .modal-fullscreen .float-container input {
        background: transparent;
        color: white !important;
    }
    .modal-fullscreen ::placeholder {
        color: #ffffff63 !important;
        opacity: 1;
    }
    .modal-fullscreen .modal-body > div {
        position: relative;
        bottom: 30px;
    }
    .modal-fullscreen .p-terms {
        color: #a3a3a3;
        font-size: 0.8rem;
    }
    .modal-fullscreen .p-terms a {
        color: white;
    }
    .modal-fullscreen .float-container a {
        font-size: 1.5rem;
        color: white;
        padding: 7px;
    }
}
.modal-footer {
    border: none;
}
.modal-content h4, h5 {
    font-weight: 600;
    line-height: 1.2;
}

.modal-content .p-terms {
    color: #a3a3a3;
    line-height: 1.1;
    font-weight: 300;
    font-size: 0.7rem;
}

.modal-content .btn-primary {
    height: 47px;
}
.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-body h2 {
    font-size: 2.0rem;
}

/* widget.cookies */
.widget-cookies-wrapper {
    background-color: #4db349;
}
.widget-cookies-wrapper a {
    color: #0a3651;
}
.widget-cookies-icon {
    
}
.widget-cookies-text {
    color: white;
    line-height: 1.1;
    font-weight: 300;
    font-size: 0.65rem;
}
@media (min-width: 768px) {
    .widget-cookies-text {
        font-size: 0.75rem;
    }
}
.widget-cookies-action button {
    background-color: transparent;
    border-color: white;
    color: white;
    padding: 0.3rem 0.6rem;
    font-size: 0.85rem;
}
.widget-cookies-action button:hover {
    color: white;
}
.text-tip-wrapper {
    line-height: 1;
    margin-top: 5px;
}
.text-tip {
    font-size: 0.8rem;
    color: #b1b1b1;
}
.color-green {
    color: #5cc097;
}
