<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&amp;amp;display=swap');

.g_captcha_mn {
    margin: 20px 0px;
}

.pop-f .popup {
    background-color: #ffffff !important;
    width: 450px;
    padding: 17px 17px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px 18px 8px 8px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    box-shadow: 0 4px 20px rgb(61 159 255 / 20%);
    z-index: 999999999;
}

form .form .g_captcha_mn .g-recaptcha &gt; div{width:100% !important;}
.pop-f .popup img {
    width: 80px;
    height: 73px;
    float: left;
}
.pop-f .form__button {
background: #e21e2c;
padding: 10px;
border: none;
width: 100%;
height: 51px;
border-radius: 5px 5px 5px 5px;
font-size: 18px;
color: white;
box-shadow: 0 4px 20px rgb(217 46 13 / 15%);
margin-top: 7px;
cursor: pointer;
}
.pop-f .popup button {
    display: block;
    margin: -27px -21px 0px auto;
    background-color: transparent;
    font-size: 25px;
    color: #000;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fff;
    border-radius: 13px;
    height: 24px;
    width: 24px;
    line-height: 23px;
    box-shadow: 0 4px 20px rgb(61 159 255 / 20%);
}
/*.pop-f .popup p {
    font-size: 14px;
    text-align: left;
    margin: 5px 0px 0px 0px;
    line-height: 23px;
    text-align: left;
    display: flex;
   
}*/


.pop-f #fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
}

.pop-f .subscribe__title {
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    margin-top: 18px;
    clear: unset;
   
}
.pop-f .subscribe__title img {
    height: 40px;
    width: 60px;
}

.pop-f span.title-bold {
    color: #e21e2c !important;
    font-size: 22px;
    font-weight: bold;
}

.pop-f .subscribe__copy {
    max-width: 450px;
    text-align: center;
    margin-bottom: 53px;
    line-height: 1.5;
}


.field-group-popup {
    display: flex;
}
.pop-f .form {
    margin-top: 30px;
    margin-bottom: 5px;
}
.pop-f .form__email {
    padding: 14px 12px;
    border-radius: 5px;
    border: 1px solid #CAD3DB;
    font-size: 15px;
    color: #181a22;
    text-align: left;
    margin-top: 7px;
    background: #e9e4e4;
    margin-left: 2px;
	width:50%;
}

.pop-f .form__email:focus {
    outline: 1px solid #3D9FFF;
}


.pop-f .form__nme {
    padding: 14px 12px;
    border-radius: 5px;
    border: 1px solid #CAD3DB;
    font-size: 15px;
    color: #181a22;
    text-align: left;
    margin-top: 7px;
    background: #e9e4e4;
    margin-right: 2px;
	width:50%;
}

.pop-f .form__nme:focus {
    outline: 1px solid #3D9FFF;
}

.pop-f .form__button {
    background: #e21e2c;
    padding: 10px;
    border: none;
    width: 100%;
    height: 51px;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
    color: white;
    box-shadow: 0 4px 20px rgb(217 46 13 / 15%);
    margin-top: 7px;
    cursor: pointer;
}

.pop-f .form__button:hover {
    box-shadow: 0 4px 20px rgb(217 46 13 / 15%);
}

.notice {
    width: 345px;
}

@media (max-width:480px){

form .form .field-group-popup{display:block;}
form .form .field-group-popup input{margin-right:0;margin-left:0;width:100%;}
.pop-f .form__button{margin-top:0;}


    .pop-f .popup {
        width: 90%;
        margin: 0 auto;
        top: 44% !important;
    }
.pop-f .subscribe__title {
font-size: 21px;
}
.pop-f .subscribe__title &gt; span{font-size:22px;}
.pop-f .form__email{
width:100%;
}
.pop-f .form__button{
width:100%;
border-radius:5px;
}
}
/* @media screen and (min-width: 1440px) {

    .pop-f .popup {
    background-color: #ffffff;
    width: 450px;
    padding: 19px 17px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px 18px 8px 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    box-shadow: 0 4px 20px rgb(61 159 255 / 20%);
    height: auto;
}

   .pop-f .subscribe__title {
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
}

.pop-f .popup p {
    font-size: 28px;
    margin-top:30px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}


.pop-f .popup img {
    width: 120px;
    height: auto;
    float: left;
	margin-left:40px;
}
.pop-f .form__nme {
    margin-top: 0px;
}

.pop-f .form {
    margin-top: 94px;
    margin-bottom: 5px;
}
    .pop-f .form__email {
    padding: 16px 12px;
    border-radius: 5px;
    border: 1px solid #CAD3DB;
    width: 68%;
    font-size: 15px;
    color: #181a22;
    text-align: left;
    background: #e9e4e4;
    margin: auto;
    display: inline-block;
    float: left;
}


.pop-f .form__button {
    background: #e21e2c;
    padding: 10px;
    border: none;
    width: 30%;
    height: 53px;
    border-radius: 1px 5px 5px 1px;
    font-size: 18px;
    color: white;
    box-shadow: 0 4px 20px rgb(217 46 13 / 15%);
    margin-top: 1px;
    cursor: pointer;
} */
  
  }
  @media (max-width:400px){
    .pop-f .subscribe__title {
        font-size: 13px;
    }
    .pop-f span.title-bold {
        font-size: 20px;
    }
    .pop-f .popup {
        width: 90%;
        margin: 0 auto;
        top: 44% !important;
    }
  }</pre></body></html>