span.demofont {
    font-family: 'Source Sans Pro';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table,
th,
td {
    border: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

.nowrap{
    white-space: nowrap;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

th {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 28px;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    line-height: normal
}

input {
    border: 0;
    outline: none
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto
}

ul,
ul li {
    list-style: none;
}

ol,
ol li {
    list-style: decimal;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

.clear {
    display: block;
    width: 100%;
    height: 1px;
    background: none;
    clear: both;
}

.block-link{display: block;}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
    max-width: 100%;
}

p,
span,
a,
small,
blockquote,
ul,
li {
    line-height: normal;
}

figure {
    max-width: 100%;
    position: relative;
}

blockquote,
q {
    quotes: """";
    font-size: 26px;
    font-style: italic;
    line-height: 1;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 0;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: normal;
    color: #151515;
    padding-bottom: 0;
}

h1 {
    font-size: 34px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 32px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

p {
    margin-bottom: 0;
}

dl {
    margin: 0 1.625em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.625em;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

blockquote {
    font-style: italic;
    font-weight: normal;
    margin: 0 1em;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }

blockquote,
q { quotes: """"; }

a img { border: 0; }

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

sup,
sub {
    font-size: 70%;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

a { text-decoration: none; transition: all .15s ease-in-out 0s; }

a:focus,
a:active,
a:hover { text-decoration: none; }

:focus { outline: 0; }

table { border-collapse: separate; border-spacing: 0; }

caption,
th,
td { font-weight: normal; text-align: left; vertical-align: top; }

th,
td { color: #000; font-size: 16px; line-height: 19px; text-align: left; }

table img { margin: 0 !important; width: 100%; }

html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; }

body { font-size: 14px; color: #000; font-family: 'Source Sans Pro'; font-weight: 400; background: #151515; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; }
body.popup_view { overflow: hidden; }
body > img{ position:absolute; left:0; bottom:0; z-index:-1;}



.mob-show { display: none !important; }


/* main */
#main { display:block; width: 100%; position: relative; z-index:9; background:#fff; }
#main img{ vertical-align:top; }
#main sup { font-size: 70% !important; height: 0; line-height: 1; position: relative; vertical-align: baseline; bottom: 1ex; display:inline-block; }

.wrapper { width: 100%; max-width: 1310px; padding: 0 15px; margin: 0 auto; position: relative; }


.head-wrap { /*float: left;*/ display:block; /*overflow:hidden;*/ width: 100%; position: relative; padding-bottom:55px; z-index:999999; }

.ad_container { min-height: 110px; /*float: left;*/ display:block; width: 100%; padding:10px 0 10px }
.head-wrap .ad_container{ background:#000; }
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 0 auto; max-height: 90px; max-width:728px; /*background:#ccc;*/ }
.ad_container .ad img { vertical-align: top; }

header { display:block; width: 100%; background: #000; text-align: center; position:absolute; z-index:999999; left:0; bottom:0; }
/*header { display:block; width: 100%; background: #000; text-align: center; z-index:999999; position: fixed; left:0; top:0; }*/
header.show { position: fixed; top:0; bottom: auto; }


/*********Header Css*********/
header .header_inner{float:left; width:100%; padding:0 20px 0 30px; /*border-top:4px solid #bce2f1;*/ position:relative; min-height:55px; z-index:99;}

header ul.left_logos { float: left; padding: 12px 0 0 0; font-size:0; }
header ul.left_logos li { display: inline-block; vertical-align: middle; }
header ul.left_logos li a { display: block; vertical-align: top; }
header ul.left_logos li a img { vertical-align: top; }
header ul.left_logos li.bb_logo { background: url(../images/plus-icon.png) no-repeat right center; padding: 0 14px 0 0; background-size: 8px auto !important; }
header ul.left_logos li.bb_logo a { width: 142px; }
header ul.left_logos li.pesp_logo { padding: 0 0 0 12px; }
header ul.left_logos li.pesp_logo a { width: 73px; }

header .disclosure{ width:100px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); }
header .disclosure .paid_cont{ display:block; text-align:center; font-family: 'Roboto-Bold'; font-size: 11px; line-height: 15px; letter-spacing: 0.3px; text-transform: uppercase; color: #FFFFFF; cursor:pointer; }
header .disclosure .paid_cont i{ padding:0 5px 0 0; font-size:13px; }
header .disclosure .show_text { display:block; width:260px; max-width:260px; font-family: 'Roboto-Regular'; font-size: 10px; line-height: 14px; letter-spacing: 0.1px; color: #000000; background:#fff; border: 1px solid #222222; text-align:left; position:absolute; left:50%; top:0; transform:translate(-50%,10px); -webkit-transform:translate(-50%,10px); -moz-transform:translate(-50%,10px); padding:5px 7px; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; opacity:0; visibility:hidden; }
header .disclosure .show_text a{ text-decoration:none; color:#000000; }
@media only screen and (min-width: 1025px) {
header .disclosure:hover .show_text { opacity:1; visibility:visible; transform:translate(-50%,20px); -webkit-transform:translate(-50%,20px); -moz-transform:translate(-50%,20px); }
}

header .disclosure .show_text:before { width: 7px; height: 7px; border-right: 1px solid #222222; border-top: 1px solid #222222; background: #fff; position:absolute; left:32%; top:-5px; content:''; transform: rotate(-45deg); }


header ul.social_icon { list-style: none; float: right; width: auto; margin-top: 16px; }
header ul.social_icon li { list-style: none; display: inline-block; float: left; margin-left: 10px; }
header ul.social_icon li:first-child { margin-left: 0; }
header ul.social_icon li a { display: block; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #ffffff; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
header ul.social_icon li a i { font-size: 15px; line-height: 27px; color: #ffffff; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }

header ul.toggle_lang { list-style: none; float: right; width: auto; margin-top: 15px; font-size:0; }
header ul.toggle_lang li{ display:inline-block; vertical-align:top; font-family: 'Inter-ExtraBold'; font-size:10px; line-height:32px; letter-spacing:0.05em; text-transform:uppercase; color:#FFFFFF; margin:0 0 0 10px; }
header ul.toggle_lang li:first-child{ margin:0; }

header ul.toggle_lang li .lang_type{ display:block; background: #FFC383; padding:6px 8px 6px 5px; border-radius:0 50px 50px 0; position:relative; }
header ul.toggle_lang li:first-child .lang_type{ border-radius:50px  0 0 50px; padding:6px 5px 6px 8px; }
header ul.toggle_lang li.active .lang_type{ background: #FF8706; }
header ul.toggle_lang li .lang_type:after{ content:""; left:-7px; bottom:0; right:auto; top:auto; position:absolute; width: 0; height: 0; border-left: 7px solid transparent; border-right: 0px solid transparent; border-bottom: 25px solid #FFC383; border-top:none; }
header ul.toggle_lang li:first-child .lang_type:after { content:""; right:-7px; top:0; left:auto; bottom:auto; position:absolute; width: 0; height: 0; border-left: 0px solid transparent; border-right: 7px solid transparent; border-top: 25px solid #FFC383; border-bottom:none; }
header ul.toggle_lang li.active .lang_type:after{ border-bottom-color:#FF8706; border-top-color:#FF8706; }


/****Top Banner*************************/
.banner{ display:block; width:100%; position:relative; text-align:center; min-height:500px; height:100vh; overflow:hidden;  }
.banner:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; z-index:99; }
.banner video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:1; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); background-color:rgba(0,0,0,0);background-size:cover !important;}
.banner video::-webkit-media-controls{display:none !important;-webkit-appearance:none;}
.banner video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;}
.banner video::--webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;}
.banner video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;}

.banner .banner_capt{ display:block; width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); z-index:999; text-align:center; }
.banner .banner_capt h1{ font-family: lust-script, sans-serif; font-weight:700; font-size: 115px; line-height: 137px; color: #FFFFFF; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.banner .banner_capt h1 span{ font-family: 'Inter-SemiBold'; font-size: 40px; line-height: 48px; letter-spacing: 0.01em; text-transform: uppercase; color: #FFFFFF; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); vertical-align: middle; }
.banner .banner_capt p{ font-family: 'Inter-Bold'; font-size: 18px; line-height: 156%; text-align: center; letter-spacing: 0.04em; text-transform: uppercase; color: #FFFFFF; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); max-width:570px; margin:0 auto; padding:0 0 32px; }
.banner .banner_capt .explore_vid .indication{ display:block; font-family: 'Roboto-Bold'; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 0.05em; text-transform: uppercase; color: #FFFFFF; padding:0 0 0; }
.banner .banner_capt .explore_vid img{ display:inline-block; width:65px; vertical-align:top; }
/****Top Banner*************************/


/**************************************Inner Page Css**************************************************/
.body_cont{ display:block; width:100%; position:relative; background: linear-gradient(180deg, #FFFFFF 0%, #F1D9BC 9.55%, #F1D9BC 21.01%, #F4B75B 32.99%, #FFE79C 47.05%, #FFE79C 55.9%, #F4B75B 67.36%, #F1D9BC 78.3%, #F1D9BC 89.24%, #FFFFFF 100%); }

.mob_caption{ display:block; width:100%; width:100%; max-width:355px; margin:0 auto; position:relative; padding:48px 20px 0; }
.mob_caption p{ font-family: 'Inter-SemiBold'; font-size: 14px; line-height: 171%; text-align: center; letter-spacing: 0.04em; text-transform: uppercase; color: #000000; }

.intro_sec{ display:flex; flex-wrap:wrap; align-items:center; width:100%; max-width:944px; margin:0 auto; position:relative; padding:75px 0 75px; }
.intro_sec .text_part{ width:calc(100% - 318px); }
.intro_sec .text_part h2{ font-family: lust-script, sans-serif; font-weight:700; font-size: 53px; line-height: 55px; color: #000000; }
.intro_sec .text_part h2 span{ display:block; padding:0 0 0 135px; font-size: 120px; line-height: 150px; color: #CE0E2D; }
.intro_sec .img_part{ width:318px; order:2; }
.intro_sec .img_part figure{ display:block; position:relative; z-index:9;  }
.intro_sec .img_part figure:after{ content:""; position:absolute; left:77px; top:69px; width:calc(100% - 42px); height:calc(100% - 29px); background:#F4B75B; z-index:-1; }
.intro_sec .img_part figure img{ vertical-align:top; box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3); }


.desc_sec{ display:block; width:100%; max-width:820px; margin:0 auto; position:relative; padding:0 20px 100px; position:relative; z-index:9; }
.desc_sec .i_sign{ display:inline-block; width:166px; position:absolute; left:-73px; top:-146px; z-index:-1; }
.desc_sec p{ font-family: 'Inter-Light'; font-size: 30px; line-height: 173%; color: #000000; padding:0 0 53px; }
.desc_sec p:last-of-type{ padding:0; }
.desc_sec p span{ display:block; font-family: 'Inter-Regular'; font-size: 22px; line-height:inherit; text-align:right; }
.desc_sec p strong{ font-weight:normal; font-family: 'Inter-ExtraBold'; }
.desc_sec p em{ font-style:italic; }

.tiles_container{ display:block; width:100%; position:relative; z-index:9999; padding:0 0 80px; }
.tiles_container > h3{ font-family: lust-script, sans-serif; font-weight:700; font-size: 26px; line-height: 37px; text-align: center; color: #CE0E2D; max-width:780px; margin:0 auto 60px; position:relative; }
.tiles_container > h3:before{ content:""; position:absolute; left:-20px; top:50%; width:calc(50% - 360px); height:2px; margin:-1px 0 0; background:#fff; }
.tiles_container > h3:after{ content:""; position:absolute; right:-20px; top:50%; width:calc(50% - 360px); height:2px; margin:-1px 0 0; background:#fff; }

.tiles_container .tiles_row{ display:block; width:100%; position:relative; }
.tiles_container .img_row{ display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; max-width:780px; margin:0 auto; padding:0; position:relative; }
.tiles_container .img_row .img_col{ width:calc(50% - 21px); margin:0 0 38px; border-radius: 20px; overflow:hidden; position:relative; font-size:0; }
.tiles_container .img_row .img_col:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background: url(../images/frame.png) no-repeat center center; background-size:contain !important; z-index:9; transition:all ease 0.2s; -webkit-transition:all ease 0.2s; -moz-transition:all ease 0.2s; transform:scale(1.5,1.5); -webkit-transform:scale(1.5,1.5); -moz-transform:scale(1.5,1.5); }
/*.tiles_container .img_row .img_col.frame2:after{ background: url(../images/frame2.png) no-repeat center center; }*/
.tiles_container .img_row .img_col:hover:after{ transform:scale(1.01,1.01); -webkit-transform:scale(1.01,1.01); -moz-transform:scale(1.01,1.01); }
.tiles_container .img_row .img_col img{ border-radius: 25px; }

.products_container{ display:block; width:100%; padding:0; }
.products_container > h3{ font-family: lust-script, sans-serif; font-weight:700; font-size: 26px; line-height: 37px; text-align: center; color: #CE0E2D; max-width:940px; margin:0 auto; position:relative; }
.products_container > h3:before{ content:""; position:absolute; left:0; top:50%; width:calc(50% - 300px); height:2px; margin:-1px 0 0; background:#fff; }
.products_container > h3:after{ content:""; position:absolute; right:0; top:50%; width:calc(50% - 300px); height:2px; margin:-1px 0 0; background:#fff; }
.products_container .products_row{ display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; max-width:1020px; margin:0 auto; /*padding:50px 20px 100px;*/ padding:50px 20px 290px; position:relative; }
.products_container .products_row:after{ content:""; position:absolute; left:0; top:235px; width:100%; height:313px; background: #FFFFFF; border-radius: 25px; z-index:1; }

.products_container .products_row .product_col{ width:134px; text-align:center; position:relative; z-index:99; }
.products_container .products_row .product_col h3{ font-family: 'Inter-Medium'; font-size: 16px; line-height: 125%; text-align: center; letter-spacing: 0.03em; color: #000000; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; padding:0 0 40px; position:relative; }
.products_container .products_row .product_col:nth-child(1) h3,.products_container .products_row .product_col:nth-child(3) h3, .products_container .products_row .product_col:nth-child(5) h3{ padding:0 0 90px; }

.products_container .products_row .product_col:hover h3{ color: #CE0E2D; }
.products_container .products_row .product_col h3:after{ content:""; position:absolute; left:50%; top:68px; width:2px; height:calc(100% - 82px); margin:0 0 0 -1px; background:#fff; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.products_container .products_row .product_col:hover h3:after{ height:18px;  }


.products_container .products_row .product_col figure{ display:block; width:100%; margin:0 auto; }
.products_container .products_row .product_col figure img{ vertical-align:top; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.products_container .products_row .product_col:nth-child(1):hover figure img{ transform: translate(0,64px) scale(1.84); -webkit-transform: translate(0,64px) scale(1.84); -moz-transform: translate(0,64px) scale(1.84);  }
.products_container .products_row .product_col:nth-child(2):hover figure img{ transform: translate(0,67px) scale(1.375); -webkit-transform: translate(0,67px) scale(1.375); -moz-transform: translate(0,67px) scale(1.375); }
.products_container .products_row .product_col:nth-child(3):hover figure img{ transform: translate(0,64px) scale(1.84); -webkit-transform: translate(0,64px) scale(1.84); -moz-transform: translate(0,64px) scale(1.84); }
.products_container .products_row .product_col:nth-child(4):hover figure img{ transform: translate(0,69px) scale(1.380); -webkit-transform: translate(0,69px) scale(1.380); -moz-transform: translate(0,69px) scale(1.380); }
.products_container .products_row .product_col:nth-child(5):hover figure img{ transform: translate(0,64px) scale(1.84); -webkit-transform: translate(0,64px) scale(1.84); -moz-transform: translate(0,64px) scale(1.84); }


.products_container .products_row .product_col .shop_now{ display:inline-block; width:130px; vertical-align:top; font-family: 'Inter-Bold'; font-size: 12px; line-height: 16px; text-align: center; letter-spacing: 0.5px; text-transform: uppercase; color: #FFFFFF; background:#000; padding:8px 0 8px; margin:0 0 0 -65px; opacity:0; visibility:hidden; position:absolute; left:50%; top:calc(100% + 160px); transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
.products_container .products_row .product_col:hover .shop_now{ opacity:1; visibility:visible; }


.cta{ display:block; width:100%; padding:0 15px 95px; margin:0 auto; text-align:center; }
.cta .cta_inner{ display:block; width:100%; max-width:1020px; margin:0 auto; padding:25px 10px 25px; background: #CE0E2D; border-radius: 12px; }
.cta .cta_inner p{ font-family: 'Inter-Medium'; font-size: 22px; line-height: 26px; text-align: center; letter-spacing: 0.01em; color: #FFFFFF; }
.cta .cta_inner p a{ text-decoration:none; color:#ffffff; font-family: 'Inter-ExtraBold'; font-size:inherit; line-height:inherit; }
.cta .cta_inner p a:hover{ text-decoration:underline; }

/**************************************Inner Page Css**************************************************/



/**************************************Footer Css**************************************************/
footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; width: 100%; background: #000000; padding: 12px 20px; text-align: center; z-index: 9999; overflow:hidden; position: relative; }
footer a.footer_logo { display: inline-block; }
a.footer_logo img { vertical-align: top; width: 160px; }

footer ul { list-style: none; padding:0; }
footer ul li { display: inline-block; font-family: 'Roboto-Regular'; font-size: 11px; line-height: 13px; color: #fff; padding: 0 6px 0 8px; background: url(../images/link_sep.jpg) no-repeat left center; }
footer ul li:first-child { background: none; }
footer ul li a { display: block; color: #fff; }
footer ul li a:hover, footer ul li a:focus { color: #888888; }
/**************************************Footer Css**************************************************/ 

#div-gpt-interstitial { height: 1px; overflow: hidden; position:absolute; left:0; bottom:0; z-index:-1; }
#div-gpt-wallpaper { height: 1px; overflow: hidden; position:absolute; left:0; bottom:0; z-index:-1; }

html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }


/****************************Video Popup Css********************************************/
.vid_box {
    position: fixed;
    top: 100%;
    background: rgba(0, 0, 0, .69);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow-y: scroll;
    z-index: 999999;
    width: 100%;
    max-width: 100%;
    padding: 0 15px 0;
	display:flex; 
	align-items:center; 
	justify-content: center; 
	flex-wrap: wrap;
}
.vid_box_inner {
    display: block;
    width: 1120px;
    padding: 30px 0 30px;
    position: relative;
    max-width: 100%;
}
.vid-close {
    display: block;
    width: 40px;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: -20px; cursor:pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.vid-close img{ vertical-align:top; width:40px; }
.vid_box.active { opacity: 1; top: 0; bottom: 0; }
/****************************Video Popup Css********************************************/


.modal_box {
    position: absolute;
    top: 0; left:0;
    background: none;
    opacity: 0; visibility:hidden;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    padding: 0 0 0;
	display:flex; 
	justify-content: center; 
	flex-wrap: wrap;
}
.modal_box img{ vertical-align:top; }

.modal_box_inner {
    display: flex; flex-wrap: wrap;
    width: 1142px;
    padding: 85px 55px 55px;
    position: relative;
    max-width: 100%;
	background: #F1D9BC;
    box-shadow: 0px 4px 65px rgba(255, 255, 255, 0.65);
    border-radius: 50px;
}

.bg2 .modal_box_inner{ background: #FFDF7B; }

.modal_box_inner .close_btn{ position:absolute; width:20px; top:25px; left:50%; margin:0 0 0 -10px z-index:99; cursor:pointer; }

.modal_box_inner .intro_part{ width:252px; padding:0 30px 0 0; }
.modal_box_inner .intro_part figure{ max-width:190px; margin:0 0 30px; }
.modal_box_inner .intro_part h3{ font-family: lust-script, sans-serif; font-weight:700; font-size: 38px; line-height: 42px; color: #000000; padding:0 0 12px; }
.modal_box_inner .intro_part h3 a{ font-size:inherit; line-height:inherit; color:inherit; text-decoration:none; }
.modal_box_inner .intro_part h3 a:hover{ text-decoration:underline; }
.modal_box_inner .intro_part .cont_part{ display:block; width:100%; height:402px; }
#daily-baez .modal_box_inner .intro_part .cont_part{ height: 445px; }
.modal_box_inner .intro_part .cont_part .mCSB_inside > .mCSB_container { padding: 0; margin-right: 10px; }
.modal_box_inner .intro_part .cont_part .mCSB_scrollTools .mCSB_draggerContainer{ background-color: rgba(0,0,0,0.05); }
.modal_box_inner .intro_part .cont_part .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background:rgba(0,0,0,0.2);}
.modal_box_inner .intro_part .cont_part .mCSB_scrollTools .mCSB_draggerRail { background-color: none; opacity: 0; }

.modal_box_inner .intro_part p{ font-family: 'Inter-Regular'; font-size: 18px; line-height: 167%; color: #000000; max-width:212px; }

.modal_box_inner .vid_part{ width:calc(100% - 252px); }
.modal_box_inner .vid_part .vid_sec{ width:100%; }
.modal_box_inner .vid_part .vid_sec p{ font-family: 'Inter-Regular'; font-size: 18px; line-height: 167%; color: #000000; padding:35px 40px 35px; display:none; }
.modal_box_inner .vid_part .thumb_sec{ display: flex; flex-wrap: wrap; justify-content: space-between; padding:22px 0 0; }
.modal_box_inner .vid_part .thumb_sec figure{ width:calc(33.33% - 14px); }

.modal_box.active { opacity: 1; visibility:visible; }
