.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#fed9bc;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PAykYb-8Er8/unsplash/ian-schneider-PAykYb-8Er8-photo-1467810563316-b5476525c0f9.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R.adaptive-delivery-prevent-bg, #ThOPEOdt035nLcTb1TFdGEuvezImF74R.lazyload, #ThOPEOdt035nLcTb1TFdGEuvezImF74R.lazyloading { background-image: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { background-color: transparent; background-image: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container > .video-iframe-container { display: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row > .video-iframe-container { display: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { border-width: 0; border-radius: 0; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { font-size:14px;font-family:arial;height:654px;width:960px;overflow:visible;position:relative;display:block; }#bbnX65GQuzHeqOORcqmqXcPCNfL80Kwo { color:#e5f4e9;display:block;width:504px;position:absolute;font-family:arial;font-size:24px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 4px #000000;top:389px;left:219.00001525879px;height:108px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZAKutx69IkI1sXA1HHKywT4bbkyBSCM { color:#fff7ec;display:block;width:435px;position:absolute;font-family:comfortaa;font-size:43px;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:224.75px;left:262.50001525879px;height:129px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-number { border-top:1.04px solid rgba(0,0,0,0);border-left:1.06px solid rgba(0,0,0,0);border-right:1.06px solid rgba(0,0,0,0);border-bottom:1.04px solid rgba(0,0,0,0);background-color:rgba(16,7,5,0.22);background-image:none;color:#ffffff;padding-top:7.79px;padding-right:7.1px;padding-bottom:7.79px;padding-left:7.1px;display:block;align-items:center;width:42.58px;min-width:42.58px;height:41.83px;position:relative;font-family:"source sans pro";font-size:31.14px;font-weight:700;line-height:41.83px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:7px;border-top-left-radius:4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.86px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56.8px;height:17.63px;position:relative;font-family:arial;font-size:12.44px;font-weight:700;line-height:17.63px;text-align:center;text-align-last:center;text-transform:none;top:-3%;left:0px;font-style:normal;text-shadow:1px 1px 44px #000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:300px;height:81.98px;padding-top:1.04px;padding-right:1.06px;padding-bottom:1.04px;padding-left:1.06px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15px;left:642.56945800781px;z-index:100017; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #cCwzoyB5EAVcL1agNFucGKpX44E4PRir { display:flex;position:relative;top:0px;left:0px; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #TUwwMldBGr1PAPIAAhnEEx50RcCL1XXP { width:auto; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #h6qOtDVRefaiTpw7VTiTQUCnt2HgQ7yL {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #fGOuw6LCHkEJdprxCg8UdE1uMeUrtAJG { display:flex;position:relative;top:0px;left:0px; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #kdVC8OSNR1NwK0LZc6UMULGkpyK06uzv {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Wp6LZqVnTcwzbdtAPuxSSSpDbsyyUOVT {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Mqz5RE2F6qeFmumB95xh7H2X328FBDdt { display:flex;position:relative;top:0px;left:0px; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Lx4pdSOKiHafhALao47KmoDHX4ppXS80 {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #VQAfXfE3NqGKw0gTRFH8aB04lCqacgZb {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #J9wzVhJrmrZo97LDHcriAiAMcvTJm0ZN { display:flex;position:relative;top:0px;left:0px; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #agkqv8W8LuIl4aXL46Nea7FPTBVmByCf {  }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #ZJT9wybrEchG6NQv1rGPSL3PkXv9qZgf {  }
#PSEGNXCQqyxMp0rUGgI32nuqr5iZriRI { position:absolute;display:block;z-index:99997;background-color:rgba(255,255,255,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:399px;width:960px;top:179px;left:0px;display:block; }
#NqDz62koPZKllQnSmSGLUuzJTTvbiwFy { position:absolute;display:block;z-index:100018;background-color:rgba(227,227,227,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4px;width:405px;top:361px;left:277.50001525879px;display:block; }
#SCZhGfenieZBT04exlFqKO6PuZcnFetp { z-index:99999;top:518px;left:391px;background-color:transparent;background-image: -webkit-linear-gradient(198deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -moz-linear-gradient(198deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -ms-linear-gradient(198deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -o-linear-gradient(198deg, rgba(0,0,0,0), rgba(254,217,188,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );";background-image: linear-gradient(198deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-size:auto !important;border-top:1px solid #f4f4ef;border-left:1px solid #f4f4ef;border-right:1px solid #f4f4ef;border-bottom:1px solid #f4f4ef;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;box-shadow: 13px 21px 36px rgba(237,118,94,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:24px;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:160px;height:43px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vSbTcUDcblJOSO9Iifk1DTPzZK8QOV1m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#d0laiTcsAg3KcyJHST7bTrT4zRR943iv { background-color:rgba(0,0,0,0.31);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:17px;font-weight:400;font-style:italic;line-height:1.3;overflow:hidden;position:absolute;width:344px;height:40px;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:108px;left:616px;display:block; }
#HmqGwqK0V2gphxwq4XwScdpAEh1C5Rue { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NCHPDjrq/LINE_ALBUM_211203_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt.adaptive-delivery-prevent-bg, #AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt.lazyload, #AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt.lazyloading { background-image: none; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container { background-color: transparent; background-image: none; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container > .video-iframe-container { display: none; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row > .video-iframe-container { display: none; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container { border-width: 0; border-radius: 0; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container { font-size:14px;font-family:arial;height:86px;width:960px;position:relative;display:block; }#t261OVmqRQkrroKfBzB2xgimm1d18e0X { background-color:transparent;background-image:none;border-top:1px solid #f6f4ef;border-left:1px solid #f6f4ef;border-right:1px solid #f6f4ef;border-bottom:1px solid #f6f4ef;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#f6f5ed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:28px;left:0px;display:block; }
#daeg2TPTVTSmfR6lWpBwh85PG07d663s { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#FL4vZpH93rFHnV9iAWidvoWTP0w9ZLgs { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#f4f4ef;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:28px;left:160px;display:block; }
#aHIp3xzO2LMbDyZOLAlqpTM6vZLfwRRq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#lLKufvuQ7lHLniT7zHZXc3z8aMnOfqa4 { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#f4f4ef;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:28px;left:680px;display:block; }
#AXNTexAI1tJgkere5OF1gp3wvlwuQ06R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZrzEiUxThVwiDd0PDytJUzL8s1R6l9dP { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"titillium web";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:30px;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:28px;left:830px;display:block; }
#Wru9IwhJaHqvTrF5QzEqTFz7HUNwDbTF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JtigzsLdqDxXC4PvhCbPTvuOr52QlMwd { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69.9884px;width:233.993px;top:4.9653015136719px;left:322.67364501953px;overflow:hidden;display:block; }
#CRUvFJsIcfpCtaGMkzcdccxU32Q8gSs4 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80.9954px;width:80.9954px;top:0px;left:556.6435546875px;overflow:hidden;display:block; }
#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d0e86b;background-image:url("https://images.assets-landingi.com/GZEN4xoO/LINE_ALBUM_211203_10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg.adaptive-delivery-prevent-bg, #GRtCDq1d6TBbRbroSeAct4NgV8nADUkg.lazyload, #GRtCDq1d6TBbRbroSeAct4NgV8nADUkg.lazyloading { background-image: none; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container { background-color: transparent; background-image: none; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container > .video-iframe-container { display: none; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row > .video-iframe-container { display: none; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container { border-width: 0; border-radius: 0; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container { font-size:14px;font-family:arial;height:568px;width:960px;position:relative;display:block; }#TyUX7QH5Rp1KhSwSTOW38p4M2pRo4Cch { color:rgba(40,40,40,0.78);display:block;width:377.998px;position:absolute;font-family:signika;font-size:23px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:58.344909667969px;left:54.988433837891px;height:29.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6OOcHT8LAc67toBwN2ZaimEJyRi3h3R { color:rgba(255,255,255,0.7);display:block;width:363px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:129.5px;left:62.5px;height:127.969px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yAacOh3N33uw4N1ErxAtE6kbpIQ7SG5G { color:#282828;display:block;width:410px;position:absolute;font-family:"marck script";font-size:23px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:428.21876525879px;left:73px;height:89.6718px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWAu4pdS0eZ8TEgdrJb2iicwPNE7mM8i { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:74.000003814697px;left:480.00003051758px;overflow:hidden;display:block; }
#msfvIJICi3gSOnu1Pvol01DP4ACCkMDd { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:74px;left:720px;overflow:hidden;display:block; }
#oFlUAwby8elp0taSV06l6gLWEGWE92fP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:314px;left:480px;overflow:hidden;display:block; }
#rsOmtb2Qc4JlzwJZtksX0MIgLi0nyipM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:220px;top:314px;left:720px;overflow:hidden;display:block; }
#x9sIKXBuz3kS5wdJZrNDyo1kBRpTalgC { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.48);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:387px;top:43px;left:47px;display:block; }
#tJbg2g3wyEJu3m8NqseUGrKxTmhTnNG7 { color:rgba(255,255,255,0.7);display:block;width:365px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:257.46875px;left:61.5px;height:127.9688px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Ppb63aoGbRv8chHaBlXTZlDXnM0ZlQKk { color:#282828;display:block;width:51px;position:absolute;font-family:"marck script";font-size:105px;font-weight:400;z-index:100004;line-height:1.4;letter-spacing:0;top:384.89584350586px;left:42.5px;height:147px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lt65RX6yqbkmdt9ebAGkAGBSPDywBbAD { color:#282828;display:block;width:51px;position:absolute;font-family:"marck script";font-size:105px;font-weight:400;z-index:100005;line-height:.2;letter-spacing:0;top:534.00001525879px;left:406.75px;height:21px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBWFAL4JATibIwRqL8U47oN17B4vWE28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/GZEN4xoO/LINE_ALBUM_211203_10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28.adaptive-delivery-prevent-bg, #QBWFAL4JATibIwRqL8U47oN17B4vWE28.lazyload, #QBWFAL4JATibIwRqL8U47oN17B4vWE28.lazyloading { background-image: none; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container { background-color: transparent; background-image: none; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container > .video-iframe-container { display: none; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row > .video-iframe-container { display: none; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container { border-width: 0; border-radius: 0; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container { font-size:14px;font-family:arial;height:542px;width:960px;position:relative;display:block; }#vy0gtPatAGTVkpVTJIpWi0I4JrhIlZfT { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:472px;width:842px;top:35px;left:62.475345167653px;display:block; }
#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/GZEN4xoO/LINE_ALBUM_211203_10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA.adaptive-delivery-prevent-bg, #Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA.lazyload, #Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA.lazyloading { background-image: none; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container { background-color: transparent; background-image: none; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container > .video-iframe-container { display: none; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row > .video-iframe-container { display: none; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container { border-width: 0; border-radius: 0; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container { font-size:14px;font-family:arial;height:2387px;width:960px;position:relative;display:block; }#VxTgFpnal2Qr5rcQTIbihFefGuXn9nSZ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1281px;width:960px;top:0px;left:0px;overflow:hidden;display:block; }
#GVde63aLLK7O6u251IlCGoqQMrN3dzNe { background-color:#577d90;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.977px;height:75.9954px;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:2140px;left:336px;display:block; }
#iNSaoruJPMqVP5KqncfOKc8N8sDnJPSb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MT05B4KKtqCmWX3Rk5MhbA364ukrWqTt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:385px;width:307px;position:absolute;display:block;z-index:100006;top:1303.9954833984px;left:0px;overflow:hidden;display:block; }
#dtlnHwUqa4MH0kX2JHPMT3ow74G1A0lh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:382px;width:306px;position:absolute;display:block;z-index:100007;top:1304.9908447266px;left:326.48150634766px;overflow:hidden;display:block; }
#nraPmAaPuEOLFwCCyW9C5aUkQh2W8coZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:381px;width:305px;position:absolute;display:block;z-index:100008;top:1305.4885253906px;left:653.99310302734px;overflow:hidden;display:block; }
#gMw86nCV7RmODZNX4qCgcBU1C4FEUq9l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:381px;width:304px;position:absolute;display:block;z-index:100010;top:1713px;left:326px;overflow:hidden;display:block; }
#GWnkLFoH9VWeZhXqdP1BtSFoZf9BA4GS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:380px;width:303px;position:absolute;display:block;z-index:100011;top:1712.9886169434px;left:656.99078369141px;overflow:hidden;display:block; }
#gBtTyv5wnTJDbE5NtRxERt8NkNIOAclH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:382px;width:306px;position:absolute;display:block;z-index:100009;top:1712px;left:0px;overflow:hidden;display:block; }
#WQ8v1k02zzD2gCFZEufgly2yrbgvmKrc { z-index:100001;top:2272.200012207px;left:374.98751831055px;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -moz-linear-gradient(165deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -ms-linear-gradient(165deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -o-linear-gradient(165deg, rgba(0,0,0,0), rgba(254,217,188,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );";background-image: linear-gradient(165deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-size:auto !important;border-top:1px solid #577d90;border-left:1px solid #577d90;border-right:1px solid #577d90;border-bottom:1px solid #577d90;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;box-sizing:border-box;color:#52717b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:29px;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:202px;height:53px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pAOXD9oKhapzdpOl5IngczU1uWpCXmAh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#zNkO0TTT8TCqTTXOJdF01RdsSptQeZHg { z-index:100001;top:2272.200012207px;left:374.98751831055px;background-color:transparent;background-image: -webkit-linear-gradient(258deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -moz-linear-gradient(258deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -ms-linear-gradient(258deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -o-linear-gradient(258deg, rgba(0,0,0,0), rgba(254,217,188,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );";background-image: linear-gradient(258deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-size:auto !important;border-top:1px solid #577d90;border-left:1px solid #577d90;border-right:1px solid #577d90;border-bottom:1px solid #577d90;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;box-sizing:border-box;color:#52717b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:29px;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:202px;height:53px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SirhTT98Sw8zO7y9TmgO5aKQiIJw5nla { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#eBmn26FrD7ThugefCupKn4Ji9oWlmMMb { position:absolute;display:block;z-index:99990;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:266px;top:92px;left:596px;display:block; }
#bGAUIFdLbhVTWotMCGh0yu1XyeKnCPTS { color:#000000;display:block;width:310.96875px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:104px;left:578px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed9bc;background-image:url("https://images.assets-landingi.com/NCHPDjrq/LINE_ALBUM_211203_11.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK.adaptive-delivery-prevent-bg, #fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK.lazyload, #fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK.lazyloading { background-image: none; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container { background-color: transparent; background-image: none; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container > .video-iframe-container { display: none; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row > .video-iframe-container { display: none; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container { border-width: 0; border-radius: 0; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container { font-size:14px;font-family:arial;height:1529px;width:960px;position:relative;display:block; }#vV8HPBeLXXMoNLb2wkvUbcJCWSieOAGc { color:#1c1013;display:block;width:287.995px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:488.17706298828px;left:272.99481201172px;height:28.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBC9WHQhRAXVIKpic2gDfEnDTTKTy1dv { color:#000000;display:block;width:297px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:1419px;left:334px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrnXb7TD7edThItIgAQ2wETagllh8vIO { color:#d8dfdf;display:block;width:320px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:43.999893188477px;left:320.00003051758px;height:41.6016px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XtlyTcPcRTLsbHuxozTceU974kAz7W1a { position:absolute;display:block;z-index:99993;background-color:#e1c3ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:289px;top:1405px;left:338px;display:block; }
#TVcOtzpd98pu7Z665I8h4i4t7pymrs0N { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:402px;width:265px;top:971px;left:21px;overflow:hidden;display:block; }
#kczxXHrbzkbA3bGFxTcLeRMO7S5HRGcS { position:absolute;display:block;z-index:99994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:398px;width:294px;top:969px;left:332px;overflow:hidden;display:block; }
#gtSDodkHTp09TdqV5nav4udd8Ivw8cEt { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:406px;width:264px;top:968px;left:675px;overflow:hidden;display:block; }
#zxKP7pzt09PTrT53v5AJ2t3Oo7gV9h0T { position:absolute;display:block;z-index:99991;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:718px;top:241px;left:243px;display:block; }
#ohHFnUgfhAemLE0XDTMyKKiFFgTuWuBi { position:absolute;display:block;z-index:99992;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:943px;top:621px;left:18px;display:block; }
#LzwHIwleam4EgnXN36iBBdH1TB8cXkXA { color:#000000;display:block;width:180px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100006;line-height:1.6;letter-spacing:0;top:862px;left:531px;height:28.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCf8lqLET29MTcGTMoASWCp8BKWTGmXT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:382px;width:246px;top:516px;left:715px;overflow:hidden;display:block; }
#VoKKguuBeuS9QErXTxIflmtOhIEGF9Mz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:383px;width:241px;top:134px;left:24px;overflow:hidden;display:block; }
#qgTAhvKgCISJJtMNoDNmQs95DTAoIQLz { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:101px;width:656px;top:656px;left:47px;overflow:hidden;display:block; }
#kDf67uNO8DEC1mhEoc8CENompi7h6utd { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:125px;width:540px;top:251px;left:332px;overflow:hidden;display:block; }
#s6b8EFWvKQ8TpP0Xq5JBsT1omJh03TCI { color:#000000;display:block;width:294px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:1418px;left:0px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iucqezs57tRqKHH8oViyz5Bptbda5zZA { position:absolute;display:block;z-index:99995;background-color:#e1c3ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:286px;top:1404px;left:4px;display:block; }
#UP7zFpuTBvJMMbAKlhAhrb28KzhFpgMT { position:absolute;display:block;z-index:99995;background-color:#e1c3ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:282px;top:1405px;left:673px;display:block; }
#y4TVlmvrTJXNwTswK6tXLxcHBqq0PSgW { color:#000000;display:block;width:290px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:1422px;left:669px;height:57.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pn9C5CIBwDyKlnzna6SGRSxBhA4a4FsM { position:absolute;display:block;z-index:99992;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:943px;top:457px;left:15px;display:none; }
#EWrWSUBDRzOrGG2piQiWnClE84HA9V0k { position:absolute;display:block;z-index:99991;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:718px;top:160px;left:244px;display:none; }
#WVW1mJ1SkqCSz5CNQLPedeZNrT8cxXbZ { position:absolute;display:block;z-index:99992;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:943px;top:621px;left:18px;display:block; }
#aKu5FUgZI3bFfDmTdRpPpkcUJT6TcO7F { position:absolute;display:block;z-index:99992;background-color:#deafa2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:179px;width:943px;top:621px;left:18px;display:block; }
#OCNFmntQMkKpMiEAgdWzbsqp3laK2XQA { position:absolute;display:block;z-index:99995;background-color:#e1c3ba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:282px;top:1405px;left:673px;display:block; }
#qS5tLN5R8cVEIBVFzroFrrMQDZxMBX5N { color:#000000;display:block;width:294px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100007;line-height:1.6;letter-spacing:0;top:1418px;left:0px;height:57.5782px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/yuQcDe7p/LINE_ALBUM_211203.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL.adaptive-delivery-prevent-bg, #VgrzRf1saUsOBFm2TQQWllFzVhoKScUL.lazyload, #VgrzRf1saUsOBFm2TQQWllFzVhoKScUL.lazyloading { background-image: none; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container { background-color: transparent; background-image: none; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container > .video-iframe-container { display: none; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row > .video-iframe-container { display: none; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container { border-width: 0; border-radius: 0; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container { font-size:14px;font-family:arial;height:791px;width:960px;position:relative;display:block; }#UoeXk0In8g4wL9pmALpFQViwooN0K73v { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:113px;left:45px;height:36px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd { position:absolute;display:block;z-index:100017;background-color:#b9a698;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:240px;top:163px;left:35px;display:block; }#TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd.adaptive-delivery-prevent-bg, #TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd.lazyload, #TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd.lazyloading { background-image: none; }
#TTd588GqlkwnlRQT0et9T1za7FJc58X4 { color:#171717;display:block;width:220px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:100018;line-height:1.8;letter-spacing:0;top:239.5px;left:35px;height:126.9375px;text-align:center;text-align-last:center;display:block; }
#B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg { position:absolute;display:block;z-index:100013;background-color:#fed9bc;background-image:url("https://images.assets-landingi.com/GZEN4xoO/LINE_ALBUM_211203_10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:507px;width:286px;top:51.979167938232px;left:0px;display:block; }#B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg.adaptive-delivery-prevent-bg, #B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg.lazyload, #B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg.lazyloading { background-image: none; }
#DpDQt1JUcMQLUZmieh1tQdFAn3IdAWcr { position:absolute;display:block;z-index:100023;height:513px;width:665px;top:51.47216796875px;left:297.97222900391px;display:block; }
#Cs0LgTxDqciE6maQDgaglzkMHtXZIl8V { color:#ffffff;display:block;width:244px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100019;line-height:1.8;letter-spacing:0;top:175px;left:23px;height:57.6042px;text-align:center;text-align-last:center;display:block; }
#w3OM58mfy88x6Opnwlghnm7ZasPKnwzc { box-sizing:content-box;color:#4f4b4c;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:63px;left:129px;display:block; }
#KvKV30On55aNcHiNg5t09FTEyWH74167 { color:#ffffff;display:block;width:219.984px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:100019;line-height:1.8;letter-spacing:0;top:374.9375px;left:34.979187011719px;height:172.7814px;text-align:center;text-align-last:center;display:block; }
#BCXExi8v7Ex7oqgPf5hNldLdzUu7uqwt { z-index:100000;top:614px;left:397.77777099609px;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -moz-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -ms-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -o-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );";background-image: linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-size:auto !important;border-top:1px solid #f4f4ef;border-left:1px solid #f4f4ef;border-right:1px solid #f4f4ef;border-bottom:1px solid #f4f4ef;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:29px;font-weight:700;font-style:normal;line-height:.1;overflow:hidden;position:absolute;width:202px;height:53px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oVLXGKfL590DqwTcw4yg2pFdfcCrG8gU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3bdb2;background-image:none;position:relative;display:block; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { background-color: transparent; background-image: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container > .video-iframe-container { display: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row > .video-iframe-container { display: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { border-width: 0; border-radius: 0; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { font-size:14px;font-family:arial;height:112px;width:960px;position:relative;display:block; }#FHKGVnNHVTUqQuJi3ynfpNcwmpJ1eVUJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:29px;left:708px;overflow:hidden;display:block; }
#tdTH7fodpy3Ja0BK0uG8iDvhx1skApLI { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:89px;width:89px;top:12px;left:802px;overflow:hidden;display:block; }
#E5bIiAIBuAiBtWDkT3MSiJl2WNzN7G71 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:65px;top:29px;left:597px;overflow:hidden;display:block; }
#zwFHnmK5LpoxZTDL0p3aFDOPGqNqzShc { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:81px;width:81px;top:16px;left:417px;overflow:hidden;display:block; }
#zwLWgtL2trJdfd84Gi9bw6i2kOnpKkK1 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:83px;width:350px;top:15px;left:67px;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ThOPEOdt035nLcTb1TFdGEuvezImF74R { display:block; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { width:764px;height:588px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bbnX65GQuzHeqOORcqmqXcPCNfL80Kwo { width:475px;height:77.4931px;top:262px;left:145.50000476837px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #cZAKutx69IkI1sXA1HHKywT4bbkyBSCM { width:435px;height:97.9862px;top:150px;left:180.00000476837px;font-size:35px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px;background-color:rgba(16,7,5,0.52);background-image:none; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:2%;left:0px; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe { display:flex;width:296px;height:83.08px;top:461px;left:232.41666841507px; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #cCwzoyB5EAVcL1agNFucGKpX44E4PRir { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #TUwwMldBGr1PAPIAAhnEEx50RcCL1XXP {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #h6qOtDVRefaiTpw7VTiTQUCnt2HgQ7yL {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #fGOuw6LCHkEJdprxCg8UdE1uMeUrtAJG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #kdVC8OSNR1NwK0LZc6UMULGkpyK06uzv {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Wp6LZqVnTcwzbdtAPuxSSSpDbsyyUOVT {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Mqz5RE2F6qeFmumB95xh7H2X328FBDdt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Lx4pdSOKiHafhALao47KmoDHX4ppXS80 {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #VQAfXfE3NqGKw0gTRFH8aB04lCqacgZb {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #J9wzVhJrmrZo97LDHcriAiAMcvTJm0ZN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #agkqv8W8LuIl4aXL46Nea7FPTBVmByCf {  }
 }@media only screen and (max-width: 959px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #ZJT9wybrEchG6NQv1rGPSL3PkXv9qZgf {  }
 }@media only screen and (max-width: 959px) { #PSEGNXCQqyxMp0rUGgI32nuqr5iZriRI { width:764px;height:232px;top:119px;left:-2.3841857910156E-7px;display:block; }
 }@media only screen and (max-width: 959px) { #NqDz62koPZKllQnSmSGLUuzJTTvbiwFy { width:308px;height:3px;top:247px;left:228.00000476837px;background-color:rgba(227,227,227,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 959px) { #SCZhGfenieZBT04exlFqKO6PuZcnFetp { top:378px;left:301.99999666214px;width:160px;height:43px;display:block; }
 }@media only screen and (max-width: 959px) { #vSbTcUDcblJOSO9Iifk1DTPzZK8QOV1m { display:block; }
 }@media only screen and (max-width: 959px) { #d0laiTcsAg3KcyJHST7bTrT4zRR943iv { width:344px;height:40px;top:108px;left:420px;display:block; }
 }@media only screen and (max-width: 959px) { #HmqGwqK0V2gphxwq4XwScdpAEh1C5Rue { display:block; }
 }@media only screen and (max-width: 959px) { #AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt { display:block; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container { width:764px;height:189px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #t261OVmqRQkrroKfBzB2xgimm1d18e0X { width:130px;height:30px;top:40px;left:54px;display:block; }
 }@media only screen and (max-width: 959px) { #daeg2TPTVTSmfR6lWpBwh85PG07d663s { display:block; }
 }@media only screen and (max-width: 959px) { #FL4vZpH93rFHnV9iAWidvoWTP0w9ZLgs { width:130px;height:30px;top:40px;left:222px;display:block; }
 }@media only screen and (max-width: 959px) { #aHIp3xzO2LMbDyZOLAlqpTM6vZLfwRRq { display:block; }
 }@media only screen and (max-width: 959px) { #lLKufvuQ7lHLniT7zHZXc3z8aMnOfqa4 { width:130px;height:30px;top:40px;left:402px;display:block; }
 }@media only screen and (max-width: 959px) { #AXNTexAI1tJgkere5OF1gp3wvlwuQ06R { display:block; }
 }@media only screen and (max-width: 959px) { #ZrzEiUxThVwiDd0PDytJUzL8s1R6l9dP { width:130px;height:30px;top:40px;left:581px;display:block; }
 }@media only screen and (max-width: 959px) { #Wru9IwhJaHqvTrF5QzEqTFz7HUNwDbTF { display:block; }
 }@media only screen and (max-width: 959px) { #JtigzsLdqDxXC4PvhCbPTvuOr52QlMwd { width:258.993px;height:75.9954px;top:91.724540710449px;left:200.9722366333px;display:block; }
 }@media only screen and (max-width: 959px) { #CRUvFJsIcfpCtaGMkzcdccxU32Q8gSs4 { width:81.9792px;height:81.9792px;top:88.726860046387px;left:478.95835113525px;display:block; }
 }@media only screen and (max-width: 959px) { #GRtCDq1d6TBbRbroSeAct4NgV8nADUkg { display:block; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container { width:764px;height:691px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TyUX7QH5Rp1KhSwSTOW38p4M2pRo4Cch { width:758px;height:24.6991px;top:50.635681152344px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #I6OOcHT8LAc67toBwN2ZaimEJyRi3h3R { width:329px;height:127.951px;top:169px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #yAacOh3N33uw4N1ErxAtE6kbpIQ7SG5G { width:410px;height:89.6874px;top:498px;left:20px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #uWAu4pdS0eZ8TEgdrJb2iicwPNE7mM8i { width:190px;height:190px;top:123.96875px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #msfvIJICi3gSOnu1Pvol01DP4ACCkMDd { width:194px;height:194px;top:203px;left:571.65625px;z-index:100013;display:block; }
 }@media only screen and (max-width: 959px) { #oFlUAwby8elp0taSV06l6gLWEGWE92fP { width:191px;height:191px;top:361px;left:382px;z-index:100014;display:block; }
 }@media only screen and (max-width: 959px) { #rsOmtb2Qc4JlzwJZtksX0MIgLi0nyipM { width:193px;height:193px;top:446px;left:572px;display:block; }
 }@media only screen and (max-width: 959px) { #x9sIKXBuz3kS5wdJZrNDyo1kBRpTalgC { width:348px;height:54px;top:35.97917175293px;left:206px;display:block; }
 }@media only screen and (max-width: 959px) { #tJbg2g3wyEJu3m8NqseUGrKxTmhTnNG7 { width:327px;height:153.5413px;top:300.4375px;left:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Ppb63aoGbRv8chHaBlXTZlDXnM0ZlQKk { width:51px;height:147px;top:450px;left:9px;font-size:105px;display:block; }
 }@media only screen and (max-width: 959px) { #Lt65RX6yqbkmdt9ebAGkAGBSPDywBbAD { width:51px;height:21px;top:543px;left:351px;font-size:105px;display:block; }
 }@media only screen and (max-width: 959px) { #QBWFAL4JATibIwRqL8U47oN17B4vWE28 { display:block; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container { width:764px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vy0gtPatAGTVkpVTJIpWi0I4JrhIlZfT { width:764px;height:428.737px;top:28.112503051758px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA { display:block; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container { width:764px;height:1926px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VxTgFpnal2Qr5rcQTIbihFefGuXn9nSZ { width:764px;height:1019.4625px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #GVde63aLLK7O6u251IlCGoqQMrN3dzNe { width:279.988px;height:75.9954px;top:1687.9747009277px;left:235.98380279541px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #iNSaoruJPMqVP5KqncfOKc8N8sDnJPSb { display:block; }
 }@media only screen and (max-width: 959px) { #MT05B4KKtqCmWX3Rk5MhbA364ukrWqTt { width:236px;height:296px;top:1043px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #dtlnHwUqa4MH0kX2JHPMT3ow74G1A0lh { width:237px;height:297px;top:1043px;left:260px;display:block; }
 }@media only screen and (max-width: 959px) { #nraPmAaPuEOLFwCCyW9C5aUkQh2W8coZ { width:240px;height:300px;top:1043px;left:522px;display:block; }
 }@media only screen and (max-width: 959px) { #gMw86nCV7RmODZNX4qCgcBU1C4FEUq9l { width:237px;height:298px;top:1352px;left:260px;display:block; }
 }@media only screen and (max-width: 959px) { #GWnkLFoH9VWeZhXqdP1BtSFoZf9BA4GS { width:238px;height:299px;top:1352px;left:522px;display:block; }
 }@media only screen and (max-width: 959px) { #gBtTyv5wnTJDbE5NtRxERt8NkNIOAclH { width:239px;height:298px;top:1352px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #WQ8v1k02zzD2gCFZEufgly2yrbgvmKrc { top:633px;left:262.99999666214px;width:202px;height:53px;display:block; }
 }@media only screen and (max-width: 959px) { #pAOXD9oKhapzdpOl5IngczU1uWpCXmAh { display:block; }
 }@media only screen and (max-width: 959px) { #zNkO0TTT8TCqTTXOJdF01RdsSptQeZHg { top:1810.2000732422px;left:281.00000572205px;width:202px;height:53px;z-index:100002;display:block; }
 }@media only screen and (max-width: 959px) { #SirhTT98Sw8zO7y9TmgO5aKQiIJw5nla { display:block; }
 }@media only screen and (max-width: 959px) { #eBmn26FrD7ThugefCupKn4Ji9oWlmMMb { top:465.20001220703px;left:531.00003623962px;width:212px;height:68px;z-index:99997;display:block; }
 }@media only screen and (max-width: 959px) { #bGAUIFdLbhVTWotMCGh0yu1XyeKnCPTS { width:256px;height:51.1806px;top:476.39999389648px;left:508.00003623962px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK { display:block; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container { width:764px;height:1414px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vV8HPBeLXXMoNLb2wkvUbcJCWSieOAGc { width:241.992px;height:25.599px;top:493.76333618164px;left:254.66143798828px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #fBC9WHQhRAXVIKpic2gDfEnDTTKTy1dv { width:255.99px;height:51.1806px;top:1307.3831176758px;left:265.9765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #wrnXb7TD7edThItIgAQ2wETagllh8vIO { width:462px;height:33.7847px;top:58.999999240041px;left:162.9875087738px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #XtlyTcPcRTLsbHuxozTceU974kAz7W1a { top:1298px;left:276px;width:240px;height:70px;display:block; }
 }@media only screen and (max-width: 959px) { #TVcOtzpd98pu7Z665I8h4i4t7pymrs0N { width:215px;height:323.997px;top:956.97908782959px;left:19.830728530884px;display:block; }
 }@media only screen and (max-width: 959px) { #kczxXHrbzkbA3bGFxTcLeRMO7S5HRGcS { width:238px;height:324px;top:957px;left:276px;display:block; }
 }@media only screen and (max-width: 959px) { #gtSDodkHTp09TdqV5nav4udd8Ivw8cEt { width:207.995px;height:325px;top:956.48429870605px;left:542.98175048828px;display:block; }
 }@media only screen and (max-width: 959px) { #zxKP7pzt09PTrT53v5AJ2t3Oo7gV9h0T { top:1299px;left:4px;width:253px;height:69px;z-index:99997;display:block; }
 }@media only screen and (max-width: 959px) { #ohHFnUgfhAemLE0XDTMyKKiFFgTuWuBi { top:1299px;left:4px;width:253px;height:69px;z-index:99997;display:block; }
 }@media only screen and (max-width: 959px) { #LzwHIwleam4EgnXN36iBBdH1TB8cXkXA { width:255.99px;height:25.599px;top:893px;left:307px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #qCf8lqLET29MTcGTMoASWCp8BKWTGmXT { width:245.99px;height:381.979px;top:534.32322692871px;left:518.0078125px;display:block; }
 }@media only screen and (max-width: 959px) { #VoKKguuBeuS9QErXTxIflmtOhIEGF9Mz { width:240px;height:381.419px;top:136px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #qgTAhvKgCISJJtMNoDNmQs95DTAoIQLz { width:495.99px;height:75px;top:688.29458618164px;left:14.309894561768px;display:block; }
 }@media only screen and (max-width: 959px) { #kDf67uNO8DEC1mhEoc8CENompi7h6utd { width:471.992px;height:107.995px;top:256px;left:255px;display:block; }
 }@media only screen and (max-width: 959px) { #s6b8EFWvKQ8TpP0Xq5JBsT1omJh03TCI { width:255.99px;height:51.1806px;top:1307.3831176758px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Iucqezs57tRqKHH8oViyz5Bptbda5zZA { top:1298px;left:276px;width:240px;height:70px;display:block; }
 }@media only screen and (max-width: 959px) { #UP7zFpuTBvJMMbAKlhAhrb28KzhFpgMT { top:1298px;left:276px;width:240px;height:70px;display:block; }
 }@media only screen and (max-width: 959px) { #y4TVlmvrTJXNwTswK6tXLxcHBqq0PSgW { width:255.99px;height:51.1806px;top:1310px;left:509px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Pn9C5CIBwDyKlnzna6SGRSxBhA4a4FsM { top:465.20001220703px;left:2.6499996185303px;width:253px;height:69px;z-index:99997;display:none; }
 }@media only screen and (max-width: 959px) { #EWrWSUBDRzOrGG2piQiWnClE84HA9V0k { top:465.20001220703px;left:2.6499996185303px;width:253px;height:69px;z-index:99997;display:none; }
 }@media only screen and (max-width: 959px) { #WVW1mJ1SkqCSz5CNQLPedeZNrT8cxXbZ { top:1298.4764709473px;left:532.00256347656px;width:230px;height:69px;z-index:99998;display:block; }
 }@media only screen and (max-width: 959px) { #aKu5FUgZI3bFfDmTdRpPpkcUJT6TcO7F { top:658.51559448242px;left:0px;width:528px;height:126px;z-index:99999;display:block; }
 }@media only screen and (max-width: 959px) { #OCNFmntQMkKpMiEAgdWzbsqp3laK2XQA { top:246.51041030884px;left:234.83071899414px;width:531px;height:126px;z-index:99996;display:block; }
 }@media only screen and (max-width: 959px) { #qS5tLN5R8cVEIBVFzroFrrMQDZxMBX5N { width:255.99px;height:51.1806px;top:1307.3831176758px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 959px) { #VgrzRf1saUsOBFm2TQQWllFzVhoKScUL { display:block; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container { width:764px;height:717px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UoeXk0In8g4wL9pmALpFQViwooN0K73v { width:200px;height:33.0078px;top:119px;left:41.000000953674px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd { width:240px;height:1px;top:162px;left:23.000000953674px;z-index:100025;display:block; }
 }@media only screen and (max-width: 959px) { #TTd588GqlkwnlRQT0et9T1za7FJc58X4 { width:220px;height:143.9235px;top:250px;left:33.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg { width:286px;height:549px;top:38.495361328125px;left:0px;z-index:100008;display:block; }
 }@media only screen and (max-width: 959px) { #DpDQt1JUcMQLUZmieh1tQdFAn3IdAWcr { width:470px;height:502px;top:38.460647583008px;left:294.00464630127px;display:block; }
 }@media only screen and (max-width: 959px) { #Cs0LgTxDqciE6maQDgaglzkMHtXZIl8V { width:244px;height:57.5694px;top:178px;left:21.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #w3OM58mfy88x6Opnwlghnm7ZasPKnwzc { width:50px;height:50px;top:69px;left:118.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #KvKV30On55aNcHiNg5t09FTEyWH74167 { width:219.988px;height:172.7082px;top:393.88897705078px;left:30.983798980713px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #BCXExi8v7Ex7oqgPf5hNldLdzUu7uqwt { top:633px;left:262.99999666214px;width:202px;height:53px;display:block; }
 }@media only screen and (max-width: 959px) { #oVLXGKfL590DqwTcw4yg2pFdfcCrG8gU { display:block; }
 }@media only screen and (max-width: 959px) { #QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu { display:block; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FHKGVnNHVTUqQuJi3ynfpNcwmpJ1eVUJ { width:65px;height:65px;top:23.5px;left:578.00002002716px;display:block; }
 }@media only screen and (max-width: 959px) { #tdTH7fodpy3Ja0BK0uG8iDvhx1skApLI { width:89px;height:89px;top:5.5px;left:659.00002002716px;display:block; }
 }@media only screen and (max-width: 959px) { #E5bIiAIBuAiBtWDkT3MSiJl2WNzN7G71 { width:65px;height:65px;top:23.5px;left:477.00002002716px;display:block; }
 }@media only screen and (max-width: 959px) { #zwFHnmK5LpoxZTDL0p3aFDOPGqNqzShc { width:82px;height:82px;top:15px;left:341.00002002716px;display:block; }
 }@media only screen and (max-width: 959px) { #zwLWgtL2trJdfd84Gi9bw6i2kOnpKkK1 { width:350px;height:83px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ThOPEOdt035nLcTb1TFdGEuvezImF74R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ZdSkR6aD/123.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;z-index:auto;display:block; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R.adaptive-delivery-prevent-bg, #ThOPEOdt035nLcTb1TFdGEuvezImF74R.lazyload, #ThOPEOdt035nLcTb1TFdGEuvezImF74R.lazyloading { background-image: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { background-color: transparent; background-image: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container > .video-iframe-container { display: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row > .video-iframe-container { display: none; }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ThOPEOdt035nLcTb1TFdGEuvezImF74R > .row .container { width:320px;height:509px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbnX65GQuzHeqOORcqmqXcPCNfL80Kwo { width:320px;height:63.0207px;top:175px;left:0px;font-size:14px;text-align:center;text-align-last:center;color:#edffff;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-family:tahoma, arial, sans-serif;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cZAKutx69IkI1sXA1HHKywT4bbkyBSCM { width:219px;height:72.7778px;top:77px;left:55px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-number { padding-top:4.08px;padding-right:4.03px;padding-bottom:4.08px;padding-left:4.03px;width:24.1px;min-width:24.1px;height:21.87px;font-size:16.3px;line-height:21.87px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.55px;margin-right:0;margin-bottom:0;margin-left:0;width:32.15px;height:8.63px;font-size:13.29px;line-height:8.63px;top:9%;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:700;font-style:normal; }
#w8e3olTz45BAA9Nez4KT4lMJITWgUkoe { display:flex;width:193px;height:41.21px;top:334px;left:50.236110687256px;padding-top:12.18px;padding-right:13.24px;padding-bottom:12.18px;padding-left:13.24px;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #cCwzoyB5EAVcL1agNFucGKpX44E4PRir { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #TUwwMldBGr1PAPIAAhnEEx50RcCL1XXP {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #h6qOtDVRefaiTpw7VTiTQUCnt2HgQ7yL {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #fGOuw6LCHkEJdprxCg8UdE1uMeUrtAJG { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #kdVC8OSNR1NwK0LZc6UMULGkpyK06uzv {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Wp6LZqVnTcwzbdtAPuxSSSpDbsyyUOVT {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Mqz5RE2F6qeFmumB95xh7H2X328FBDdt { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #Lx4pdSOKiHafhALao47KmoDHX4ppXS80 {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #VQAfXfE3NqGKw0gTRFH8aB04lCqacgZb {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #J9wzVhJrmrZo97LDHcriAiAMcvTJm0ZN { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #agkqv8W8LuIl4aXL46Nea7FPTBVmByCf {  }
 }@media only screen and (max-width: 763px) { #w8e3olTz45BAA9Nez4KT4lMJITWgUkoe #ZJT9wybrEchG6NQv1rGPSL3PkXv9qZgf {  }
 }@media only screen and (max-width: 763px) { #PSEGNXCQqyxMp0rUGgI32nuqr5iZriRI { width:320px;height:203px;top:53px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NqDz62koPZKllQnSmSGLUuzJTTvbiwFy { width:185px;height:3px;top:162px;left:72px;background-color:rgba(227,227,227,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SCZhGfenieZBT04exlFqKO6PuZcnFetp { top:284.27777099609px;left:99.500003814697px;width:121px;height:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vSbTcUDcblJOSO9Iifk1DTPzZK8QOV1m { display:block; }
 }@media only screen and (max-width: 763px) { #d0laiTcsAg3KcyJHST7bTrT4zRR943iv { width:304px;height:40px;top:419.56312561035px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #HmqGwqK0V2gphxwq4XwScdpAEh1C5Rue { display:block; }
 }@media only screen and (max-width: 763px) { #AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt { position:relative;z-index:auto;display:block; }#AbTt3HtXUp7zTybGBNuVZSDrrnWABwFt > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t261OVmqRQkrroKfBzB2xgimm1d18e0X { width:105px;height:39px;top:132px;left:36.46875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #daeg2TPTVTSmfR6lWpBwh85PG07d663s { display:block; }
 }@media only screen and (max-width: 763px) { #FL4vZpH93rFHnV9iAWidvoWTP0w9ZLgs { width:106px;height:39px;top:186px;left:36.46875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aHIp3xzO2LMbDyZOLAlqpTM6vZLfwRRq { display:block; }
 }@media only screen and (max-width: 763px) { #lLKufvuQ7lHLniT7zHZXc3z8aMnOfqa4 { width:106px;height:39px;top:136px;left:177px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AXNTexAI1tJgkere5OF1gp3wvlwuQ06R { display:block; }
 }@media only screen and (max-width: 763px) { #ZrzEiUxThVwiDd0PDytJUzL8s1R6l9dP { width:106px;height:39px;top:186px;left:177px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Wru9IwhJaHqvTrF5QzEqTFz7HUNwDbTF { display:block; }
 }@media only screen and (max-width: 763px) { #JtigzsLdqDxXC4PvhCbPTvuOr52QlMwd { width:232.998px;height:69.6875px;top:68.28125px;left:43.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #CRUvFJsIcfpCtaGMkzcdccxU32Q8gSs4 { width:79.9884px;height:79.9884px;top:0px;left:120.00001144409px;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #GRtCDq1d6TBbRbroSeAct4NgV8nADUkg { display:block; }#GRtCDq1d6TBbRbroSeAct4NgV8nADUkg > .row .container { width:320px;height:822px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyUX7QH5Rp1KhSwSTOW38p4M2pRo4Cch { width:320px;height:22.0949px;top:32.5px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #I6OOcHT8LAc67toBwN2ZaimEJyRi3h3R { width:272px;height:179.132px;top:81px;left:25px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yAacOh3N33uw4N1ErxAtE6kbpIQ7SG5G { width:274px;height:62.361px;top:443.625px;left:45.989583015442px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uWAu4pdS0eZ8TEgdrJb2iicwPNE7mM8i { width:140px;height:140px;top:543px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #msfvIJICi3gSOnu1Pvol01DP4ACCkMDd { width:140px;height:140px;top:543px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #oFlUAwby8elp0taSV06l6gLWEGWE92fP { width:140px;height:140px;top:683px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rsOmtb2Qc4JlzwJZtksX0MIgLi0nyipM { width:140px;height:140px;top:683px;left:165px;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #x9sIKXBuz3kS5wdJZrNDyo1kBRpTalgC { width:320px;height:40px;top:22px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tJbg2g3wyEJu3m8NqseUGrKxTmhTnNG7 { width:275px;height:179.1323px;top:234px;left:24px;text-align:justify;text-align-last:initial;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ppb63aoGbRv8chHaBlXTZlDXnM0ZlQKk { width:51px;height:44.8047px;top:428px;left:12.000000953674px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Lt65RX6yqbkmdt9ebAGkAGBSPDywBbAD { width:51px;height:7.40046px;top:498px;left:249px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QBWFAL4JATibIwRqL8U47oN17B4vWE28 { display:block; }#QBWFAL4JATibIwRqL8U47oN17B4vWE28 > .row .container { width:320px;height:213px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vy0gtPatAGTVkpVTJIpWi0I4JrhIlZfT { height:179.562px;width:320px;top:22.199903488159px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA { display:block; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA { border-width: 0; border-radius: 0; }#Fe1EKk8wFyg1dvVWyh8ZSTEq469D84uA > .row .container { width:320px;height:2998px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxTgFpnal2Qr5rcQTIbihFefGuXn9nSZ { width:319px;height:426px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GVde63aLLK7O6u251IlCGoqQMrN3dzNe { width:110.963px;height:38.975px;top:2878.7503509521px;left:104.51250267029px;font-size:13px;line-height:.1;display:block; }
 }@media only screen and (max-width: 763px) { #iNSaoruJPMqVP5KqncfOKc8N8sDnJPSb { display:block; }
 }@media only screen and (max-width: 763px) { #MT05B4KKtqCmWX3Rk5MhbA364ukrWqTt { width:307px;height:385.17310585893px;top:460px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dtlnHwUqa4MH0kX2JHPMT3ow74G1A0lh { width:306px;height:381.997241785px;top:865px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #nraPmAaPuEOLFwCCyW9C5aUkQh2W8coZ { width:305px;height:381.02199102916px;top:1267px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #gMw86nCV7RmODZNX4qCgcBU1C4FEUq9l { width:304px;height:381.0037731132px;top:2070px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #GWnkLFoH9VWeZhXqdP1BtSFoZf9BA4GS { width:303px;height:379.99050818817px;top:2471px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #gBtTyv5wnTJDbE5NtRxERt8NkNIOAclH { width:306px;height:381.997241785px;top:1668px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #WQ8v1k02zzD2gCFZEufgly2yrbgvmKrc { top:2936.7251434326px;left:107.99999809265px;width:104px;height:34px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pAOXD9oKhapzdpOl5IngczU1uWpCXmAh { display:block; }
 }@media only screen and (max-width: 763px) { #zNkO0TTT8TCqTTXOJdF01RdsSptQeZHg { top:2784.7250045836px;left:58.999998092651px;width:202px;height:53px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SirhTT98Sw8zO7y9TmgO5aKQiIJw5nla { display:block; }
 }@media only screen and (max-width: 763px) { #eBmn26FrD7ThugefCupKn4Ji9oWlmMMb { width:243px;height:44px;top:830.00001525879px;left:38.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #bGAUIFdLbhVTWotMCGh0yu1XyeKnCPTS { width:310px;height:51.1806px;top:1307.3625488281px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK { display:block; }#fCFMruTAPOkPCTLxT1XXFhDluSvpK0nK > .row .container { width:320px;height:2828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vV8HPBeLXXMoNLb2wkvUbcJCWSieOAGc { width:300px;height:25.5938px;top:591px;left:5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBC9WHQhRAXVIKpic2gDfEnDTTKTy1dv { width:160px;height:51.1876px;top:2209px;left:76px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrnXb7TD7edThItIgAQ2wETagllh8vIO { width:320px;height:29.8958px;top:30.98957824707px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #XtlyTcPcRTLsbHuxozTceU974kAz7W1a { width:239px;height:66px;top:416px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TVcOtzpd98pu7Z665I8h4i4t7pymrs0N { width:257px;height:398px;top:1280px;left:32px;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #kczxXHrbzkbA3bGFxTcLeRMO7S5HRGcS { width:257px;height:352px;top:1825px;left:27px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #gtSDodkHTp09TdqV5nav4udd8Ivw8cEt { width:235px;height:367px;top:2317px;left:41px;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #zxKP7pzt09PTrT53v5AJ2t3Oo7gV9h0T { width:257px;height:69px;top:1691px;left:32px;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #ohHFnUgfhAemLE0XDTMyKKiFFgTuWuBi { width:320px;height:536px;top:91px;left:-5px;display:block; }
 }@media only screen and (max-width: 763px) { #LzwHIwleam4EgnXN36iBBdH1TB8cXkXA { width:180px;height:25.5938px;top:1182px;left:65px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qCf8lqLET29MTcGTMoASWCp8BKWTGmXT { width:246px;height:382px;top:783px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VoKKguuBeuS9QErXTxIflmtOhIEGF9Mz { width:241px;height:383px;top:196px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qgTAhvKgCISJJtMNoDNmQs95DTAoIQLz { width:300px;height:45px;top:709px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #kDf67uNO8DEC1mhEoc8CENompi7h6utd { width:297.995px;height:67.9948px;top:112px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #s6b8EFWvKQ8TpP0Xq5JBsT1omJh03TCI { width:32px;height:127.9514px;top:2539px;left:145px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Iucqezs57tRqKHH8oViyz5Bptbda5zZA { width:261px;height:73px;top:2705px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UP7zFpuTBvJMMbAKlhAhrb28KzhFpgMT { width:32px;height:80px;top:2549px;left:145px;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #y4TVlmvrTJXNwTswK6tXLxcHBqq0PSgW { width:163px;height:51.1876px;top:2717px;left:79px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Pn9C5CIBwDyKlnzna6SGRSxBhA4a4FsM { width:320px;height:529px;top:700px;left:-5px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #EWrWSUBDRzOrGG2piQiWnClE84HA9V0k { width:257px;height:69px;top:2199px;left:27px;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #WVW1mJ1SkqCSz5CNQLPedeZNrT8cxXbZ { width:46.9922px;height:16.9922px;top:2581px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #aKu5FUgZI3bFfDmTdRpPpkcUJT6TcO7F { width:320px;height:126px;top:679px;left:-5px;display:block; }
 }@media only screen and (max-width: 763px) { #OCNFmntQMkKpMiEAgdWzbsqp3laK2XQA { width:32px;height:80px;top:2350px;left:175px;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #qS5tLN5R8cVEIBVFzroFrrMQDZxMBX5N { width:200.995px;height:51.1806px;top:1699.8959655762px;left:59.479167938232px;text-align:center;text-align-last:center;font-size:16px;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #VgrzRf1saUsOBFm2TQQWllFzVhoKScUL { display:block; }#VgrzRf1saUsOBFm2TQQWllFzVhoKScUL > .row .container { width:320px;height:922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UoeXk0In8g4wL9pmALpFQViwooN0K73v { width:300px;height:33.0078px;top:95.000003814697px;left:10.000000953674px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TntiD6QIB6AJbebfelTgFrHmWNGGJ0rd { width:240px;height:1px;top:137.00001525879px;left:40.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #TTd588GqlkwnlRQT0et9T1za7FJc58X4 { width:220px;height:126.0415px;top:210.59375px;left:50px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #B7Zu0Vswq54P6s0WzFAKZzMK123VkPPg { width:320px;height:479px;top:29.988433837891px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DpDQt1JUcMQLUZmieh1tQdFAn3IdAWcr { width:319.977px;height:192.998px;top:525.96875px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Cs0LgTxDqciE6maQDgaglzkMHtXZIl8V { width:244px;height:57.5694px;top:153.0000038147px;left:38.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #w3OM58mfy88x6Opnwlghnm7ZasPKnwzc { width:50px;height:50px;top:45px;left:135.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KvKV30On55aNcHiNg5t09FTEyWH74167 { width:220px;height:161.9442px;top:335.09375px;left:50px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BCXExi8v7Ex7oqgPf5hNldLdzUu7uqwt { top:864.90625px;left:83px;width:154px;height:52px;font-size:22px;background-color:transparent;background-image: -webkit-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -moz-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -ms-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-image: -o-linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#63fed9bc' );";background-image: linear-gradient(155deg, rgba(0,0,0,0), rgba(254,217,188,0.39));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oVLXGKfL590DqwTcw4yg2pFdfcCrG8gU { display:block; }
 }@media only screen and (max-width: 763px) { #QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu { background-color:#e3bdb2;background-image:none;position:relative;z-index:auto;display:block; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { background-color: transparent; background-image: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container > .video-iframe-container { display: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row > .video-iframe-container { display: none; }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUBC4EhA5kKdFItvGfIb3TdNuodQD5Gu > .row .container { width:320px;height:49px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHKGVnNHVTUqQuJi3ynfpNcwmpJ1eVUJ { width:32px;height:32px;top:13px;left:227.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #tdTH7fodpy3Ja0BK0uG8iDvhx1skApLI { width:45px;height:45px;top:4px;left:264.98958301544px;display:block; }
 }@media only screen and (max-width: 763px) { #E5bIiAIBuAiBtWDkT3MSiJl2WNzN7G71 { width:34px;height:34px;top:12px;left:183.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #zwFHnmK5LpoxZTDL0p3aFDOPGqNqzShc { width:50px;height:50px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zwLWgtL2trJdfd84Gi9bw6i2kOnpKkK1 { width:141px;height:31px;top:13.5px;left:40.000001907349px;display:block; }
 }