.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e0b5;background-image:url("https://images.assets-landingi.com/GHEJO5rY/ukulele_5133959_1280.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb.adaptive-delivery-prevent-bg, #V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb.lazyload, #V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb.lazyloading { background-image: none; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container { background-color: transparent; background-image: none; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container > .video-iframe-container { display: none; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row > .video-iframe-container { display: none; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .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); }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container { border-width: 0; border-radius: 0; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row > .video-iframe-container {  }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#s4nmRMaVnNTz33vhGE4rB0FgaPEo9eGp { display:block;width:48.6875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;top:1.375rem;left:13.15625rem;height:6.8984375rem;font-style:normal;color:#000000;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:none; }
#qdlDBAtUKTMRgPbsuoFkOFFB0bwSzBmd { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#DUnqhWXS1VCncLtchKzdyIE7eKoM4wT7 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.2;letter-spacing:0;top:10.82421875rem;left:0rem;height:3rem;font-style:normal;color:#373534;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; }
#ukOCZmJqfgiBbcAufPIQdHE5WFd4yFbP { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:5.01171875rem;left:0rem;height:4.04980625rem;font-style:normal;color:#000000;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; }
#HOtU9gJd5o4T7O3JgTH17i69WetPSGCH { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA { border-top:0.0625rem solid #002d94;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container { background-color: transparent; background-image: none; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container > .video-iframe-container { display: none; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row > .video-iframe-container { display: none; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .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); }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container { border-width: 0; border-radius: 0; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row > .video-iframe-container {  }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;position:relative;display:block; }#GEcUKFDE8Pdcbw0TG6cA9tHypU0Qo9E6 { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:23.875rem;left:11.375rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;color:#433e3e;display:block; }
#d2X9Dt25ybnl6U8wNES9oGwmP9oBgBic { display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.962890625rem;left:0rem;height:3.16796875rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#C1c2bTqcqJTFqgIR5zRfCT2ibVa6aAvW { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6875rem;height:4rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.9375rem;left:0rem;display:block; }
#vlQ4cipMTaggLbdRBT9mqXTwpA058SG4 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#DNOpsIcipZByDf0ruluV7gcNuqfKGg4u { border-top:0.625rem solid #000000;border-left:0.625rem solid #000000;border-right:0.625rem solid #000000;border-bottom:0.625rem solid #000000;height:21.25rem;width:15.4375rem;position:absolute;display:block;z-index:100007;box-shadow: 0.0625rem 0.0625rem 1.375rem #000000 ;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;top:2.21875rem;left:51.296875rem;overflow:hidden;display:block; }
#TqgXp3RFZBQwM6kOk65OlsJLcAVH8h7I { display:block;width:10.25rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.1875rem;height:5.36230625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#lUMWRRdaH7w5scuAzrJkehhgmNTM3Vvh { display:block;width:14.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.25rem;left:6.1875rem;height:3.33105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#ezy3kZCBUKItPsatLVSahSV7vKW4CRZ2 { display:block;width:14.8125rem;position:absolute;font-family:"russo one";font-size:2.5625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.5rem;left:11.4375rem;height:3.33105625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/H7wP2O27/bg_01.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ.adaptive-delivery-prevent-bg, #v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ.lazyload, #v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ.lazyloading { background-image: none; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container { background-color: transparent; background-image: none; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container > .video-iframe-container { display: none; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row > .video-iframe-container { display: none; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .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); }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container { border-width: 0; border-radius: 0; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row > .video-iframe-container {  }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#aed1ff;background-image:none;position:relative;display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { background-color: transparent; background-image: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .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); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { border-width: 0; border-radius: 0; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container {  }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.78125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { position:relative;display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { background-color: transparent; background-image: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .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); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { border-width: 0; border-radius: 0; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container > .video-iframe-container {  }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.6;letter-spacing:0;top:9.4375rem;left:3.125rem;height:4rem;text-align:center;text-align-last:center;font-style:italic;color:#433e3e;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; }
#tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.6;letter-spacing:0;top:9.4375rem;left:21.21875rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;color:#433e3e;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; }
#E1sqLlzuah974A12fcHgQuia3TII69QR { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:9.4375rem;left:40.625rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;color:#433e3e;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; }
#ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:10.4375rem;left:59.375rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;color:#433e3e;display:block; }
#XDamLbk9L1v9Tw0JLwWdgouEz668u1Uv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5625rem;width:4.5625rem;top:2.6875rem;left:25.84375rem;overflow:hidden;display:block; }
#syaTq6pOo4E1pzn9k49im8bvGM3XFwg0 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5625rem;width:4.5625rem;top:2.6875rem;left:7.09375rem;overflow:hidden;display:block; }
#lJulsqECFGTBuBuM8TWBQGd4F00900bH { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -moz-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -ms-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -o-linear-gradient(98deg, #e1e1e1, #f6f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f1f1' );";background-image: linear-gradient(98deg, #e1e1e1, #f6f1f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:39.8125rem;top:32.09375rem;left:0rem;display:none; }
#gJgkGt7nTGtyzrFVdT8mW4sWFEkxLeQg { position:absolute;display:block;z-index:99999;background-color:#fff2d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#fnX9DAVsMSRvfsrc4GrRvBtP9ozTDiZL { position:absolute;display:block;z-index:99998;background-color:#fff2d5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }
#uztDF6zQMeqc4M0OtLiPMfAA1D3E6UDu { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -moz-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -ms-linear-gradient(98deg, #e1e1e1, #f6f1f1);background-image: -o-linear-gradient(98deg, #e1e1e1, #f6f1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f6f1f1' );";background-image: linear-gradient(98deg, #e1e1e1, #f6f1f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:39.8125rem;top:32.09375rem;left:0rem;display:none; }
#RMPOTiwXtgGVFCym4OTqyPbND0fNIa4q { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5625rem;width:4.5625rem;top:2.6875rem;left:43.6875rem;overflow:hidden;display:block; }
#kKnlTIgJ73TMKzgni0smud5iI66qzVRn { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.5625rem;width:4.5625rem;top:2.6875rem;left:63.34375rem;overflow:hidden;display:block; }
#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#aed1ff;background-image:none;position:relative;display:block; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container { background-color: transparent; background-image: none; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container > .video-iframe-container { display: none; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row > .video-iframe-container { display: none; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .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); }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container { border-width: 0; border-radius: 0; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row > .video-iframe-container {  }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#xwX296qtxtucGRS3wfkD9EIRHFPLiyPu { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.369140625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { position:relative;display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { background-color: transparent; background-image: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container > .video-iframe-container { display: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row > .video-iframe-container { display: none; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .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); }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { border-width: 0; border-radius: 0; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container > .video-iframe-container {  }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#Lrw4fTKzwSe6asvL07LaJkIxnqhOevgT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.25rem;width:23.5rem;top:4.0625rem;left:0rem;overflow:hidden;display:block; }
#WkDddy7spRhTs24SAyiaOdGxnyrJEGFR { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.4375rem;width:23.625rem;top:4.0625rem;left:51.375rem;overflow:hidden;display:block; }
#BBKKwpZxCfb4iZAgDrEJp0Fm2K2Huq27 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.8125rem;width:21.0625rem;top:8.6875rem;left:26.96875rem;overflow:hidden;display:none; }
#XRaWgh1DlMStlqVtyNI6Cgc4UDtVt0fT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.4375rem;width:23.625rem;top:6.8125rem;left:25.6875rem;overflow:hidden;display:block; }
#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { position:relative;display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { background-color: transparent; background-image: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container > .video-iframe-container { display: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row > .video-iframe-container { display: none; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .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); }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { border-width: 0; border-radius: 0; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container > .video-iframe-container {  }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#CnTroXTUNqNMTTQQc1onRx4ThngVFgLc { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.4375rem;height:4.3125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0.9375rem;left:14.28125rem;display:block; }
#DL52gAUMt0O7fEWh68IW5uWvovGvCOmM { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#iKkiJwsVxt547aIq8K5dGAnN8GUWGxkm { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.625rem;height:4.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.3125rem;left:13.1875rem;display:none; }
#L7PzUTZGL5aZmD6g8AmqJzOcMXkI4q9d { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#aed1ff;background-image:none;position:relative;display:block; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container { background-color: transparent; background-image: none; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container > .video-iframe-container { display: none; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row > .video-iframe-container { display: none; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .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); }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container { border-width: 0; border-radius: 0; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row > .video-iframe-container {  }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#upT88RXh5x2yIKV6sk0aXf7tLm9JrqJT { display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#iiFR0mHby043q38K9CBJvs0iKVpqFNNC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { background-color: transparent; background-image: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container > .video-iframe-container { display: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container { display: none; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .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); }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { border-width: 0; border-radius: 0; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row > .video-iframe-container {  }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100001;line-height:1.7;letter-spacing:0;top:16.953125rem;left:5.625rem;height:3.3984375rem;color:#433e3e;font-style:italic;display:block; }
#SSp493uOzDvNLf5sd5rD8PFXfpg22moq { display:block;width:31.125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100005;line-height:2.1;letter-spacing:0;top:4.48828125rem;left:40.6875rem;height:5.5125rem;color:#433e3e;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CcJl7sRpuh1HSKWO86OXRV3C21HJwGnO { position:absolute;display:block;z-index:100008;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.875rem;width:26.6875rem;top:1.07421875rem;left:5.34375rem;display:block; }
#lTC0QDsqfdaXuqVfPo6lcarRCRdG0hCo { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:4.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:12.94921875rem;left:43.25rem;display:block; }
#zQG0tuNHcJC8CoWmLPDbq8x2VCJRfkSS { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#oP2VMsRoqheXHQBWPTFJW4TI06tW7F06 { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.625rem;height:4.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.3125rem;left:13.1875rem;display:none; }
#Q3gT01v23sKcB1aoTGMktLJvycnl1Tk5 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container { background-color: transparent; background-image: none; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container > .video-iframe-container { display: none; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row > .video-iframe-container { display: none; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .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); }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container { border-width: 0; border-radius: 0; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row > .video-iframe-container {  }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2a84ff;background-image:none;position:relative;display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { background-color: transparent; background-image: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .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); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { border-width: 0; border-radius: 0; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container {  }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#zHdMz60rRboWvzkUR3lXhkv4JwwIHHHL { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.625rem;height:4.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:40.3125rem;left:13.1875rem;display:none; }
#EzK2q5008PlLm3FMB6cRaWwGgPOD4DNv { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#zPNN0nL36vrfq9gwZHo7plLblMnm69Jt { background-color:#ef145c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.4375rem;height:4.3125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:2.3125rem;left:14.28125rem;display:block; }
#qXMzXienlHWC8FTJTTAuLerkUnwa9J54 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#E8eDOfobR8SabGJXvrV64xPKy4COwphk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { background-color: transparent; background-image: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container > .video-iframe-container { display: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row > .video-iframe-container { display: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .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); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { border-width: 0; border-radius: 0; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row > .video-iframe-container {  }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#wTTeg3iKTrpmV1aSiF5kRxFrTr3Tu7Is { display:block;width:23.3125rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.84375rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#mKZTpUtZRwHNQtDDhHD6uEgTKAoVQhqc { display:block;width:33.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.4;letter-spacing:0;top:4.1875rem;left:7.5rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad2d3dc3-53c2-47cf-a1f5-5c7578ad4770/Ukulelepocztki.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:24.4375rem;width:17.3125rem;position:absolute;display:block;z-index:100019;top:0.875rem;left:46.8125rem;box-shadow: 0rem 0rem 0.625rem #f3766d ;display:block; }#NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb.adaptive-delivery-prevent-bg, #NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb.lazyload, #NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb.lazyloading { background-image: none; }
#hm1xh6cv7vbnui97UXAqqNU6zd87MSFn { display:block;width:24.125rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.162109375rem;left:3.1875rem;height:3.00625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#dtcaDZnZqc8mx1inksVPMRFc6NAqaFZW { color:#d1ab6a;display:block;width:25.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:4.28125rem;height:1.625rem;font-style:normal;display:block; }
#NXGFgnhBnQJTJ2dLVD2ETstRDQ4r4bKU { z-index:100020;top:17.1875rem;left:6.5625rem;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dOv3WKTOND6qLMx0TwTG8F3X7nREDB7S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tZsmOKluiMLsP5nuqvb3isCGib3I7cpX { position:absolute;display:block;z-index:100003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e6d09f;border-left:0.1875rem solid #e6d09f;border-right:0.1875rem solid #e6d09f;border-bottom:0.1875rem solid #e6d09f;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0.25rem;height:21.3125rem;width:33.6875rem;top:1.8125rem;left:0rem;display:block; }
#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1819;background-image:none;position:relative;display:block; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container { background-color: transparent; background-image: none; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container > .video-iframe-container { display: none; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row > .video-iframe-container { display: none; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .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); }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container { border-width: 0; border-radius: 0; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row > .video-iframe-container {  }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#BEFkVaN1tA2ZSFhkAfrONuFzDZG9MuvV { color:#dccdad;display:block;width:12.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.1875rem;height:1.4625rem;display:block; }
#vBHTaQqatvyNfoRExiUQTLZH0TX84OAU { color:#e6d09f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.04296875rem;left:2.125rem;height:0.975rem;display:block; }
#fyAb1uTBXKlRMEv3TsZVXy4nmgvvTaRT { color:#e6d09f;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.04296875rem;left:67.6875rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qU9dFpUz/bg.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); } }@media only screen and (max-width: 763px) { #V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb { display:none; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s4nmRMaVnNTz33vhGE4rB0FgaPEo9eGp { width:23.875rem;height:13.125rem;top:9.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdlDBAtUKTMRgPbsuoFkOFFB0bwSzBmd { top:0rem;left:0rem;width:7.6875rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUnqhWXS1VCncLtchKzdyIE7eKoM4wT7 { width:23.875rem;height:13.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukOCZmJqfgiBbcAufPIQdHE5WFd4yFbP { width:23.875rem;height:13.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtU9gJd5o4T7O3JgTH17i69WetPSGCH { top:0rem;left:0rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emNuSp7AsH0y12W4ch2OpBrAdwfAPITA { display:block; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEcUKFDE8Pdcbw0TG6cA9tHypU0Qo9E6 { width:15rem;height:0.9375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2X9Dt25ybnl6U8wNES9oGwmP9oBgBic { width:32.3125rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1c2bTqcqJTFqgIR5zRfCT2ibVa6aAvW { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlQ4cipMTaggLbdRBT9mqXTwpA058SG4 { display:block; }
 }@media only screen and (max-width: 763px) { #DNOpsIcipZByDf0ruluV7gcNuqfKGg4u { width:9.5rem;height:13.5rem;top:10.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqgXp3RFZBQwM6kOk65OlsJLcAVH8h7I { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUMWRRdaH7w5scuAzrJkehhgmNTM3Vvh { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezy3kZCBUKItPsatLVSahSV7vKW4CRZ2 { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ { display:block; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:47.75rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:47.75rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:10.625rem;height:6.25rem;top:8.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:10.625rem;height:6.25rem;top:8.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:10.625rem;height:6.25rem;top:8.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { width:10.625rem;height:6.25rem;top:8.0625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDamLbk9L1v9Tw0JLwWdgouEz668u1Uv { top:2.6875rem;left:15.625rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaTq6pOo4E1pzn9k49im8bvGM3XFwg0 { top:2.6875rem;left:3.6875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJulsqECFGTBuBuM8TWBQGd4F00900bH { top:32.0625rem;left:0rem;width:39.8125rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJgkGt7nTGtyzrFVdT8mW4sWFEkxLeQg { top:0rem;left:0rem;width:18.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnX9DAVsMSRvfsrc4GrRvBtP9ozTDiZL { top:0rem;left:17.0625rem;width:18.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #uztDF6zQMeqc4M0OtLiPMfAA1D3E6UDu { top:32.0625rem;left:0rem;width:39.8125rem;height:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RMPOTiwXtgGVFCym4OTqyPbND0fNIa4q { top:2.6875rem;left:26.65625rem;width:4.5625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKnlTIgJ73TMKzgni0smud5iI66qzVRn { top:2.6875rem;left:39.5rem;width:4.5625rem;height:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 { display:block; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwX296qtxtucGRS3wfkD9EIRHFPLiyPu { width:47.75rem;height:3.25rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrw4fTKzwSe6asvL07LaJkIxnqhOevgT { top:4.0625rem;left:0rem;width:23.5rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkDddy7spRhTs24SAyiaOdGxnyrJEGFR { top:4.0625rem;left:24.125rem;width:23.625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBKKwpZxCfb4iZAgDrEJp0Fm2K2Huq27 { top:8.6875rem;left:13.34375rem;width:21.0625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaWgh1DlMStlqVtyNI6Cgc4UDtVt0fT { top:6.8125rem;left:12.0625rem;width:23.625rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnTroXTUNqNMTTQQc1onRx4ThngVFgLc { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL52gAUMt0O7fEWh68IW5uWvovGvCOmM { display:block; }
 }@media only screen and (max-width: 763px) { #iKkiJwsVxt547aIq8K5dGAnN8GUWGxkm { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7PzUTZGL5aZmD6g8AmqJzOcMXkI4q9d { display:block; }
 }@media only screen and (max-width: 763px) { #MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 { display:block; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upT88RXh5x2yIKV6sk0aXf7tLm9JrqJT { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFR0mHby043q38K9CBJvs0iKVpqFNNC { display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { width:47.75rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { width:21.875rem;height:6.75rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSp493uOzDvNLf5sd5rD8PFXfpg22moq { width:21.875rem;height:6.75rem;top:2.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJl7sRpuh1HSKWO86OXRV3C21HJwGnO { top:1.0625rem;left:0rem;width:26.6875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTC0QDsqfdaXuqVfPo6lcarRCRdG0hCo { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQG0tuNHcJC8CoWmLPDbq8x2VCJRfkSS { display:block; }
 }@media only screen and (max-width: 763px) { #oP2VMsRoqheXHQBWPTFJW4TI06tW7F06 { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3gT01v23sKcB1aoTGMktLJvycnl1Tk5 { display:block; }
 }@media only screen and (max-width: 763px) { #dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO { display:block; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHdMz60rRboWvzkUR3lXhkv4JwwIHHHL { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzK2q5008PlLm3FMB6cRaWwGgPOD4DNv { display:block; }
 }@media only screen and (max-width: 763px) { #zPNN0nL36vrfq9gwZHo7plLblMnm69Jt { width:15rem;height:3.75rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXMzXienlHWC8FTJTTAuLerkUnwa9J54 { display:block; }
 }@media only screen and (max-width: 763px) { #E8eDOfobR8SabGJXvrV64xPKy4COwphk { display:block; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { width:47.75rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTeg3iKTrpmV1aSiF5kRxFrTr3Tu7Is { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKZTpUtZRwHNQtDDhHD6uEgTKAoVQhqc { width:28.875rem;height:9.375rem;top:4.1875rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb { width:17.3125rem;height:24.4375rem;top:0.875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1xh6cv7vbnui97UXAqqNU6zd87MSFn { width:23.875rem;height:2.25rem;top:0.9375rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtcaDZnZqc8mx1inksVPMRFc6NAqaFZW { top:13.4375rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXGFgnhBnQJTJ2dLVD2ETstRDQ4r4bKU { top:17.1875rem;left:0rem;width:17.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOv3WKTOND6qLMx0TwTG8F3X7nREDB7S { display:block; }
 }@media only screen and (max-width: 763px) { #tZsmOKluiMLsP5nuqvb3isCGib3I7cpX { top:1.8125rem;left:0rem;width:33.6875rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym { display:block; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEFkVaN1tA2ZSFhkAfrONuFzDZG9MuvV { top:0.8125rem;left:17.5625rem;width:12.625rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBHTaQqatvyNfoRExiUQTLZH0TX84OAU { top:1rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyAb1uTBXKlRMEv3TsZVXy4nmgvvTaRT { top:1rem;left:43.25rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f7f7;background-image:none;display:block; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); } }@media only screen and (max-width: 763px) { #V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb { display:block; }#V11TiKRKDnMMGJwXh5G43BU8KRWqtoAb > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s4nmRMaVnNTz33vhGE4rB0FgaPEo9eGp { width:20rem;height:0;top:22.8125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:100004;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qdlDBAtUKTMRgPbsuoFkOFFB0bwSzBmd { width:5.25rem;height:5.25rem;top:0rem;left:7.375rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #DUnqhWXS1VCncLtchKzdyIE7eKoM4wT7 { width:20rem;height:1.57421875rem;top:10.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukOCZmJqfgiBbcAufPIQdHE5WFd4yFbP { width:18.375rem;height:3.75rem;top:5.25rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HOtU9gJd5o4T7O3JgTH17i69WetPSGCH { width:7.6875rem;height:7.6875rem;top:42.5625rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #emNuSp7AsH0y12W4ch2OpBrAdwfAPITA { display:block; }#emNuSp7AsH0y12W4ch2OpBrAdwfAPITA > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEcUKFDE8Pdcbw0TG6cA9tHypU0Qo9E6 { width:20rem;height:0;top:61.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2X9Dt25ybnl6U8wNES9oGwmP9oBgBic { width:20rem;height:2.35546875rem;top:1.5185546875rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C1c2bTqcqJTFqgIR5zRfCT2ibVa6aAvW { width:20rem;height:3.5625rem;top:35.736328125rem;left:0rem;font-size:1.0625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #vlQ4cipMTaggLbdRBT9mqXTwpA058SG4 { display:block; }
 }@media only screen and (max-width: 763px) { #DNOpsIcipZByDf0ruluV7gcNuqfKGg4u { width:12.5625rem;height:17.875rem;top:13.625rem;left:3.09375rem;overflow:hidden;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqgXp3RFZBQwM6kOk65OlsJLcAVH8h7I { width:11.125rem;height:3.0058625rem;top:6.966796875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUMWRRdaH7w5scuAzrJkehhgmNTM3Vvh { width:9rem;height:1.8681625rem;top:5.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezy3kZCBUKItPsatLVSahSV7vKW4CRZ2 { width:14.8125rem;height:1.8681625rem;top:9.541015625rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ { display:block; }#v0Q4z34QNvFH2RABG1WKX40ICaFuTCXJ > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 { width:20rem;height:15.25rem;top:2.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#tcGJ2rTUWraqnBVnGQrSesSbSi7q7na4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f5eef45b-c874-40ce-a07a-a8444b7bfaeb/5.png); }
 }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { background-color:#aed1ff;background-image:none;display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { background-color: transparent; background-image: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .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); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:20rem;height:3.57421875rem;top:0.60546875rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:13.75rem;height:3rem;top:3.25rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:13.75rem;height:3rem;top:11.5rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:13.75rem;height:3rem;top:20rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { width:13.75rem;height:1.5rem;top:29.78125rem;left:6.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDamLbk9L1v9Tw0JLwWdgouEz668u1Uv { width:4.5625rem;height:4.5625rem;top:10.71875rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #syaTq6pOo4E1pzn9k49im8bvGM3XFwg0 { width:4.5625rem;height:4.5625rem;top:2.46875rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lJulsqECFGTBuBuM8TWBQGd4F00900bH { width:20rem;height:8.75rem;top:0rem;left:0rem;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -moz-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -ms-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -o-linear-gradient(98deg, #e1e1e1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );";background-image: linear-gradient(98deg, #e1e1e1, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gJgkGt7nTGtyzrFVdT8mW4sWFEkxLeQg { width:18.75rem;height:18rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnX9DAVsMSRvfsrc4GrRvBtP9ozTDiZL { width:18.75rem;height:18rem;top:0rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uztDF6zQMeqc4M0OtLiPMfAA1D3E6UDu { width:20rem;height:8.75rem;top:17.125rem;left:0rem;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -moz-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -ms-linear-gradient(98deg, #e1e1e1, #ffffff);background-image: -o-linear-gradient(98deg, #e1e1e1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff' );";background-image: linear-gradient(98deg, #e1e1e1, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RMPOTiwXtgGVFCym4OTqyPbND0fNIa4q { width:4.5625rem;height:4.5625rem;top:19.21875rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kKnlTIgJ73TMKzgni0smud5iI66qzVRn { width:4.5625rem;height:4.5625rem;top:28.25rem;left:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 { display:block; }#fxiT9Kup8Cy1DGSN0DeVF1uR8xx1hnQ1 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwX296qtxtucGRS3wfkD9EIRHFPLiyPu { width:20rem;height:1.7875rem;top:1.6455078125rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww { display:block; }#TlMDyCk7uWvgcXWVWOgH0WNIVJ4wO2Ww > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrw4fTKzwSe6asvL07LaJkIxnqhOevgT { width:15rem;height:21.3125rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkDddy7spRhTs24SAyiaOdGxnyrJEGFR { width:20rem;height:28.375rem;top:58.7216796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBKKwpZxCfb4iZAgDrEJp0Fm2K2Huq27 { width:15rem;height:21.3125rem;top:26.076171875rem;left:2.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XRaWgh1DlMStlqVtyNI6Cgc4UDtVt0fT { width:15rem;height:21.375rem;top:50.0478515625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU { display:block; }#UmmChgnpJ2lKD5FeKowKGMWfBtnOEyDU > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnTroXTUNqNMTTQQc1onRx4ThngVFgLc { width:18.75rem;height:4.3125rem;top:0.9375rem;left:0rem;font-size:1.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:none; }
 }@media only screen and (max-width: 763px) { #DL52gAUMt0O7fEWh68IW5uWvovGvCOmM { display:block; }
 }@media only screen and (max-width: 763px) { #iKkiJwsVxt547aIq8K5dGAnN8GUWGxkm { width:20rem;height:3rem;top:1.1875rem;left:0rem;font-size:1.0625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #L7PzUTZGL5aZmD6g8AmqJzOcMXkI4q9d { display:block; }
 }@media only screen and (max-width: 763px) { #MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 { display:block; }#MShMlxfaGTGZ1e5WMNTnAeiqmpp8vfn3 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upT88RXh5x2yIKV6sk0aXf7tLm9JrqJT { width:20rem;height:1.7875rem;top:1.6611328125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiFR0mHby043q38K9CBJvs0iKVpqFNNC { display:block; }#iiFR0mHby043q38K9CBJvs0iKVpqFNNC > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gScmZTWzrd1MXfP8N5GoyZ2ts796V5pT { width:20rem;height:3.3984375rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSp493uOzDvNLf5sd5rD8PFXfpg22moq { width:20rem;height:4.5rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CcJl7sRpuh1HSKWO86OXRV3C21HJwGnO { height:11.126rem;width:19.875rem;top:6.359375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lTC0QDsqfdaXuqVfPo6lcarRCRdG0hCo { width:18.75rem;height:4.125rem;top:12.9375rem;left:0rem;font-size:1.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:none; }
 }@media only screen and (max-width: 763px) { #zQG0tuNHcJC8CoWmLPDbq8x2VCJRfkSS { display:block; }
 }@media only screen and (max-width: 763px) { #oP2VMsRoqheXHQBWPTFJW4TI06tW7F06 { width:20rem;height:2.9375rem;top:26.5rem;left:0rem;font-size:1.0625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gT01v23sKcB1aoTGMktLJvycnl1Tk5 { display:block; }
 }@media only screen and (max-width: 763px) { #dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO { display:block; }#dI7EoBisb6UhBgbW3DAnl5H4qUs1U6yO > .row .container { width:20rem;height:72.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHdMz60rRboWvzkUR3lXhkv4JwwIHHHL { width:20rem;height:2.8125rem;top:1.125rem;left:0rem;font-size:1.0625rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #EzK2q5008PlLm3FMB6cRaWwGgPOD4DNv { display:block; }
 }@media only screen and (max-width: 763px) { #zPNN0nL36vrfq9gwZHo7plLblMnm69Jt { width:18.75rem;height:4.3125rem;top:2.3125rem;left:0rem;font-size:1.25rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:none; }
 }@media only screen and (max-width: 763px) { #qXMzXienlHWC8FTJTTAuLerkUnwa9J54 { display:block; }
 }@media only screen and (max-width: 763px) { #E8eDOfobR8SabGJXvrV64xPKy4COwphk { background-color:#000000;background-image:none;display:block; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { background-color: transparent; background-image: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container > .video-iframe-container { display: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row > .video-iframe-container { display: none; }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .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); }#E8eDOfobR8SabGJXvrV64xPKy4COwphk > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTTeg3iKTrpmV1aSiF5kRxFrTr3Tu7Is { width:20rem;height:1.625rem;top:1.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKZTpUtZRwHNQtDDhHD6uEgTKAoVQhqc { width:19rem;height:0;top:4.375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJfEQGXMGz0sopXKcyFkFMP1anNKUIKb { width:11.125rem;height:15.3125rem;top:7.96875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1xh6cv7vbnui97UXAqqNU6zd87MSFn { width:20rem;height:2.2744125rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtcaDZnZqc8mx1inksVPMRFc6NAqaFZW { width:20rem;height:1.3125rem;top:24.5rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXGFgnhBnQJTJ2dLVD2ETstRDQ4r4bKU { top:26.8125rem;left:1.53125rem;width:16.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOv3WKTOND6qLMx0TwTG8F3X7nREDB7S { display:block; }
 }@media only screen and (max-width: 763px) { #tZsmOKluiMLsP5nuqvb3isCGib3I7cpX { width:19.625rem;height:21.3125rem;top:1.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym { display:block; }#srHJoXvGOVqXTLhOGBiqQ1tpaTF2z2ym > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEFkVaN1tA2ZSFhkAfrONuFzDZG9MuvV { width:20rem;height:0.975rem;top:0.59375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBHTaQqatvyNfoRExiUQTLZH0TX84OAU { width:7.6875rem;height:0.975rem;top:2.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyAb1uTBXKlRMEv3TsZVXy4nmgvvTaRT { width:4.5rem;height:0.975rem;top:2.3125rem;left:15.5rem;font-size:0.75rem;display:block; }
 }