@charset "utf-8";
/* CSS Document */



/* The Modal (background) */

.kms-modal-fnpopup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    padding-top: 60px;
    /* Location of the box */
    padding-bottom: 35px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.kms-modal-fnpopup-content {
    position: relative;
    background-color: #e23333;
    margin: auto;
    padding: 0;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.kms-modal-fnpopup-content.miniv {
    width: 50%;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.kms-pu-close , .kms-pu-close-nr{
    float: right;
    font-size: 28px;
    font-weight: normal;
    cursor: pointer;
    margin: 10px 15px 0;
    position: absolute;
    right: 23px;
    top: 25px;
}

.kms-modal-fnpopup-body {
	padding-top:30px;
}

@media only screen and (max-width: 1060px) {
    .kms-modal-fnpopup-content {
        width: 70%;
    }
}

@media only screen and (max-width: 860px) {
    .kms-modal-fnpopup-content {
        width: 90%;
    }
}

.stl8651.kms-modal-fnpopup{
	background-color: rgb(255 255 255 / 33%);
}
.stl8651.kms-modal-fnpopup .kms-modal-fnpopup-content{
	background-color: #000000;
	padding: 20px 50px;
}


.iteket-newsletter-warp .nwesl_title{
	text-align:center;
}

.iteket-newsletter-warp .input-text {
	display: grid;
	grid-gap: 2.2rem;
	grid-template-columns: 2fr 1fr;
	width: 100%;
	position: relative;
}


.iteket-newsletter-warp .input-text input {
	height: 48px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 6%), 0 1px 10px rgb(0 0 0 / 3%);
    -webkit-appearance: none;
    margin-bottom: 1.6rem;
    border-radius: 0;
    padding: 0 1.6rem;
    font-family: "Maison",sans-serif;
    font-size: 1.6rem;
    letter-spacing: .02em;
    line-height: 1em;
}
.iteket-newsletter-warp  input[type=email] {
    font-size: 14px;
    font-weight: normal;
	margin: 0px !important;
}
.iteket-newsletter-warp .input-text .button {
    width: 100%;
    margin-bottom: 1.6rem;
	    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    transition: all .15s ease-out;
    position: relative;
    --button-color: #1b1b1b;
    --text-color: #fff;
}

.iteket-newsletter-warp .button.solid {
    background-color: #1b1b1b;
    color: #fff;
    position: relative;
}
.iteket-newsletter-warp .button.solid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1b1b1b;
    mix-blend-mode: overlay;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: opacity .2s ease-out;
    border-radius: 3px;
}
.iteket-newsletter-warp .button .label {
    position: relative;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Sackers",sans-serif;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: .25px;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin: 0;
}
.kms-modal-fnpopup.iteket-newsletter-warp form{
	border:none !important;
}

.iteket-newsletter-warp .button.solid:hover {
    padding: 0 !important;
}
.iteket-newsletter-warp .button.solid:after {
	content: '' !important;
	display: none !important; 
}