.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:582px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { color:#000000;display:block;width:482px;position:absolute;font-family:poppins;font-size:32px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:137.986328125px;left:70px;height:83.1875px;display:block; }
#W8vfSOoinu0n9iylZstfgdz6tvdSegNI { color:#000000;display:block;width:500.992px;position:absolute;font-family:poppins;font-size:32px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:289.1953125px;left:70px;height:41.5938px;display:block; }
#fEFKdsy2b2zhERapS9pITM7biZ6aSG3V { box-sizing:content-box;height:114px;width:741px;position:absolute;display:block;z-index:14999;background-color:#f1ece6;background-image:none;top:253px;left:27.994140625px;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { color:#000000;display:block;width:547.998px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:410.77734375px;left:70px;height:93.5859px;display:block; }
#IzeQMX9qZJc2ohH8VflCUE5uqLtMIBgT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:554px;width:311px;top:26px;left:616.982421875px;overflow:hidden;display:block; }
#T5mRMlIPVBKkEesLUmK9VUFPQ73fmT3S { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:565px;width:457.998px;top:2px;left:502px;overflow:hidden;display:block; }
#lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:103.994px;width:380.996px;top:11.99609375px;left:47.61328125px;overflow:hidden;display:block; }
#e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:547px;width:550px;display:none; }
#ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:412px;width:431px;display:none; }
#uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:960px;width:960px;display:none; }
#WkpnExKgTIypd31u3CH5DdTBTUFT32os { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { background-color: transparent; background-image: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container > .video-iframe-container { display: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container { display: none; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .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); }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { border-width: 0; border-radius: 0; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { font-size:14px;font-family:arial;height:344px;width:960px;position:relative;display:block; }#KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { color:#000000;display:block;width:752px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.794921875px;left:67.998046875px;height:62.3906px;display:block; }
#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { color:#000000;display:block;width:746.982px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:147.783203125px;left:67.98828125px;height:;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a03312304fcb8362f6e8f4bd36635659d2dbbbe2.svg); }
#KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { box-sizing:content-box;height:200px;width:896px;position:absolute;display:block;z-index:15001;background-color:#f1ece6;background-image:none;top:116.25px;left:30.615234375px;border-top-right-radius:017px;border-bottom-right-radius:017px;border-bottom-left-radius:017px;border-top-left-radius:017px;border-top:4px solid #ffffff;border-left:4px solid #ffffff;border-right:4px solid #ffffff;border-bottom:4px solid #ffffff;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { background-color: transparent; background-image: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container > .video-iframe-container { display: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container { display: none; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .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); }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { border-width: 0; border-radius: 0; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { font-size:14px;font-family:arial;height:198px;width:960px;position:relative;display:block; }#yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { color:#000000;display:block;width:816px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.78515625px;left:71.982421875px;height:31.2012px;display:block; }
#xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #b30350;border-left:3px solid #b30350;border-right:3px solid #b30350;border-bottom:3px solid #b30350;border-top-left-radius:017px;border-top-right-radius:017px;border-bottom-left-radius:017px;border-bottom-right-radius:017px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#b30350;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:493.994px;height:55px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:95.1171875px;left:244.439453125px;display:block; }
#gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { position:relative;display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { background-color: transparent; background-image: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container > .video-iframe-container { display: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row > .video-iframe-container { display: none; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .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); }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { border-width: 0; border-radius: 0; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:912px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { box-sizing:content-box;height:242px;width:871px;position:absolute;display:block;z-index:15003;background-color:#f1ece6;background-image:none;top:90.990234375px;left:49.619140625px;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:113.001953125px;left:72.6171875px; }
#ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { box-sizing:content-box;height:96px;width:871px;position:absolute;display:block;z-index:15005;background-color:#f1ece6;background-image:none;top:348px;left:50px;border-top-right-radius:017px;border-bottom-right-radius:017px;border-bottom-left-radius:017px;border-top-left-radius:017px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { box-sizing:content-box;height:140px;width:871px;position:absolute;display:block;z-index:15007;background-color:#f1ece6;background-image:none;top:458.9921875px;left:49.990234375px;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { color:#000000;display:block;width:734px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:128.001953125px;left:132.470703125px;height:166.3752px;display:block; }
#rGB9OoWTwufDpVyztu2fUIZXfHqppicx { color:#000000;display:block;width:733.994px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:385.873046875px;left:133.623046875px;height:20.7969px;display:block; }
#TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:371.255859375px;left:72.6171875px; }
#ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:481.87109375px;left:72.6171875px; }
#EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { color:#000000;display:block;width:733.984px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:496.470703125px;left:132.4609375px;height:62.3906px;display:block; }
#J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { color:#000000;display:block;width:791.973px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:31.50390625px;left:75px;height:31.1953px;display:block; }
#JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.099609375px;left:20px; }
#EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { box-sizing:content-box;height:893px;width:960px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0px;left:0px;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { box-sizing:content-box;height:105px;width:871px;position:absolute;display:block;z-index:15008;background-color:#f1ece6;background-image:none;top:613.978515625px;left:51.9453125px;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:637.01171875px;left:72.6171875px; }
#dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { color:#000000;display:block;width:733.984px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:651.611328125px;left:132.4609375px;height:41.5938px;display:block; }
#heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { color:#000000;display:block;width:852px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:783.0078125px;left:52px;height:41.5938px;display:block; }
#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { position:relative;display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { background-color: transparent; background-image: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row > .video-iframe-container { display: none; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .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); }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { border-width: 0; border-radius: 0; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:203px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { color:#000000;display:block;width:791.973px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.822265625px;left:75px;height:31.2012px;display:block; }
#ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { color:#000000;display:block;width:757.998px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:96.25px;left:75px;height:62.3906px;display:block; }
#wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.41796875px;left:20px; }
#DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { box-sizing:content-box;height:190.986px;width:960px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:3px;left:0px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;display:block; }
#lJLZyuplEerTmeuClQcVSIENTcw662us { position:relative;display:block; }#lJLZyuplEerTmeuClQcVSIENTcw662us { background-color: transparent; background-image: none; }#lJLZyuplEerTmeuClQcVSIENTcw662us::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container > .video-iframe-container { display: none; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row > .video-iframe-container { display: none; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .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); }#lJLZyuplEerTmeuClQcVSIENTcw662us { border-width: 0; border-radius: 0; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:187px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { color:#000000;display:block;width:791.973px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.822265625px;left:75px;height:31.1953px;display:block; }
#e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #b30350;border-left:3px solid #b30350;border-right:3px solid #b30350;border-bottom:3px solid #b30350;border-top-left-radius:017px;border-top-right-radius:017px;border-bottom-left-radius:017px;border-bottom-right-radius:017px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#b30350;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:492.984px;height:54px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:89.0234375px;left:233.505859375px;display:block; }
#y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.91796875px;left:20px; }
#oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { box-sizing:content-box;height:170.996px;width:960px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0px;left:0px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:17px;border-bottom-right-radius:17px;border-bottom-left-radius:17px;border-top-left-radius:17px;display:block; }
#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { position:relative;display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { background-color: transparent; background-image: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container > .video-iframe-container { display: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row > .video-iframe-container { display: none; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .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); }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { border-width: 0; border-radius: 0; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:233px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { color:#000000;display:block;width:791.973px;position:absolute;font-family:poppins;font-size:24px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.822265625px;left:75px;height:31.2012px;display:block; }
#DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.916015625px;left:20px; }
#EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { color:#000000;display:block;width:757.998px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:90.2578125px;left:75px;height:41.5938px;display:block; }
#BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26.9922px;width:26.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:154.017578125px;left:75px; }
#qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { color:#000000;display:block;width:757.998px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:157.015625px;left:113.203125px;height:20.7969px;font-style:normal;display:block; }
#nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { box-sizing:content-box;height:212px;width:960px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.916015625px;left:0px;border-top-right-radius:017px;border-bottom-right-radius:017px;border-bottom-left-radius:017px;border-top-left-radius:017px;box-shadow: 1px 3px 4px rgba(0,0,0,0.25) ;display:block; }
#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { border-width: 0; border-radius: 0; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { font-size:14px;font-family:arial;height:295px;width:960px;position:relative;display:block; }#XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { color:#1f333b;display:block;width:369px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:76.998046875px;left:295.498046875px;height:102.3752px;text-align:center;text-align-last:center;display:block; }
#nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { color:#1f333b;display:block;width:397px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:259.59375px;left:0px;height:22.4023px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:190.9921875px;left:432.998046875px; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; }#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:190.9921875px;left:477.998046875px; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; }#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:190.9921875px;left:523.994140625px; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; }#OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:259.603515625px;left:557.998046875px;height:22.4023px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:259.603515625px;left:756.9921875px;height:22.4023px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:63px;width:63px;top:14px;left:448.49609375px;overflow:hidden;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:190.9921875px;left:388.994140625px; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { top:137px;left:0px;width:482px;height:83px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W8vfSOoinu0n9iylZstfgdz6tvdSegNI { top:289px;left:0px;width:500px;height:41px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fEFKdsy2b2zhERapS9pITM7biZ6aSG3V { top:253px;left:0px;width:741px;height:114px;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { top:410px;left:0px;width:547px;height:93px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IzeQMX9qZJc2ohH8VflCUE5uqLtMIBgT { top:26px;left:453px;width:311px;height:554px;display:block; }
 }@media only screen and (max-width: 763px) { #T5mRMlIPVBKkEesLUmK9VUFPQ73fmT3S { top:2px;left:307px;width:457px;height:563.78360910596px;display:block; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { top:11px;left:0px;width:380px;height:103.72213881511px;display:block; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { width:550px;height:547px;display:none; }
 }@media only screen and (max-width: 763px) { #ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { width:431px;height:412px;display:none; }
 }@media only screen and (max-width: 763px) { #uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { width:764px;height:764px;display:none; }
 }@media only screen and (max-width: 763px) { #WkpnExKgTIypd31u3CH5DdTBTUFT32os { display:block; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { top:38px;left:0px;width:752px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { top:147px;left:0px;width:746px;height:;font-size:14px;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a03312304fcb8362f6e8f4bd36635659d2dbbbe2.svg); }
 }@media only screen and (max-width: 763px) { #KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { top:116px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { top:34px;left:0px;width:764px;height:31px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { width:493px;height:55px;top:95px;left:146.439453125px;display:block; }
 }@media only screen and (max-width: 763px) { #gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block; }
 }@media only screen and (max-width: 763px) { #gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { top:90px;left:0px;width:764px;height:242px;display:block; }
 }@media only screen and (max-width: 763px) { #HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { top:113px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { top:348px;left:0px;width:764px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { top:458px;left:0px;width:764px;height:140px;display:block; }
 }@media only screen and (max-width: 763px) { #TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { top:128px;left:30px;width:734px;height:166px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rGB9OoWTwufDpVyztu2fUIZXfHqppicx { top:385px;left:31px;width:733px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { top:371px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { top:481px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { top:496px;left:31px;width:733px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { top:31px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { top:26px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { top:0px;left:0px;width:764px;height:893px;display:block; }
 }@media only screen and (max-width: 763px) { #EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { top:613px;left:0px;width:764px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { top:637px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { top:651px;left:31px;width:733px;height:103px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { top:783px;left:0px;width:764px;height:42px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { top:33px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { top:96px;left:0px;width:757px;height:62px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { top:28px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { top:3px;left:0px;width:764px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #lJLZyuplEerTmeuClQcVSIENTcw662us { display:block; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { top:33px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { width:492px;height:54px;top:89px;left:135.505859375px;display:block; }
 }@media only screen and (max-width: 763px) { #y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block; }
 }@media only screen and (max-width: 763px) { #wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { top:31px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { top:0px;left:0px;width:764px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { top:18px;left:0px;width:764px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { top:14px;left:0px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { top:90px;left:0px;width:757px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { top:154px;left:0px;width:26px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { top:157px;left:7px;width:757px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { top:3px;left:0px;width:764px;height:212px;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { top:76px;left:197.498046875px;width:369px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { top:259px;left:0px;width:397px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { top:190px;left:334.998046875px;width:35px;height:35px;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { top:190px;left:379.998046875px;width:35px;height:35px;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { top:190px;left:425.994140625px;width:35px;height:35px;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { top:259px;left:459.998046875px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { top:259px;left:561px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:63px;height:63px;top:14px;left:350.49609375px;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { top:190px;left:290.994140625px;width:35px;height:35px;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiXVfS0deqO7vysUTKFJPhfuqkLhh5Mz { width:280px;height:52px;top:82.986328125px;left:20px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #W8vfSOoinu0n9iylZstfgdz6tvdSegNI { width:282.992px;height:26px;top:179.4921875px;left:18.484375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fEFKdsy2b2zhERapS9pITM7biZ6aSG3V { width:320px;height:87px;top:148.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yQHAlNk2DwNfZTdaNK6TNF0ldNoMpU4B { width:292.988px;height:72.7812px;top:257.8515625px;left:13.49609375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IzeQMX9qZJc2ohH8VflCUE5uqLtMIBgT { width:311px;height:554.0011254164px;top:315.1171875px;left:9.00390625px;display:none; }
 }@media only screen and (max-width: 763px) { #T5mRMlIPVBKkEesLUmK9VUFPQ73fmT3S { width:320px;height:394.76154917707px;top:522.1293625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lAAz15e3bVHvShALDc8g4xnzNsfuRd3v { width:235px;height:62px;top:14px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #e0BQ4UW7oMSeTBB6LmrRV7B7xToQyipk { top:16.240234375px;left:136.50390625px;width:46.9922px;height:46.9922px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ybOO5lhtEcdDUha7CDVNoIkdNJJdDQB3 { top:337px;left:29px;width:290.986px;height:277.988px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uz7Wc6gDNJI6TmaXQ1NGFtRD4DtNKZdr { top:295px;left:0px;width:320px;height:320px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WkpnExKgTIypd31u3CH5DdTBTUFT32os { display:block; }#WkpnExKgTIypd31u3CH5DdTBTUFT32os > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtDNi1LiB8phPoRUWVpvJ1cbsgL7WzV0 { width:240px;height:72.7812px;top:27.998046875px;left:24.482421875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Vd3JTTNtFr11aOwCfRJQStCVluP67ftV { width:262.998px;height:110.977px;top:139px;left:41px;font-size:14px;display:block; }#Vd3JTTNtFr11aOwCfRJQStCVluP67ftV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a03312304fcb8362f6e8f4bd36635659d2dbbbe2.svg); }
 }@media only screen and (max-width: 763px) { #KuoqN89v5nnhoCyOxGu9uMIcyX8aBXy5 { width:286px;height:168px;top:118px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h { display:block; }#DA7MNg7lXBx4sgpZortcnbE5Q7Xf9y7h > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yImxnlSqX2TxsPyp8QBkLKEoVKSKbgxS { width:282.998px;height:44.1875px;top:22.998046875px;left:18.4765625px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xDpWWbPfSbN7sCUgQG5bJV6U2DGqfTWd { width:301.988px;height:55px;top:86.578125px;left:8.49609375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gOuNoqN6A0Bl2qpBwAXQQb8sNEiB9TZC { display:block; }
 }@media only screen and (max-width: 763px) { #gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK { display:block; }#gcxX7aNc2ouOUgWuNi4lNMpBNFvBvUAK > .row .container { width:320px;height:941px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzm2Kd8nDX5funQrtA5wu2DPxTzUa80h { width:320px;height:316px;top:66.998046875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HaoxVRofqBuIltiAOImVUs4zD2QRO3Fr { display:flex;width:30px;height:30px;top:80.9921875px;left:6.9921875px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #ZfABrx9hLTqkZLMTBc4D9INZfOqdnpId { width:320px;height:85px;top:392.994140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gTVgTrs9mpNNDm0caBXMXU5ylFBnhfSQ { width:320px;height:168px;top:487.994140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgCOgm3N4vVX1t3WEq2TBE2ZIBOqeM1s { width:265px;height:272.9295px;top:87.994140625px;left:42.5px;font-size:14px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #rGB9OoWTwufDpVyztu2fUIZXfHqppicx { width:232.998px;height:36.3906px;top:414.99609375px;left:42.998046875px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TxwSTcMMrZmTotTbPuQVeLRfHFfKP6SV { display:flex;width:30px;height:30px;top:407.984375px;left:6.9921875px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #ebAfbtzw5HeQfQEdDIKREgyLhhVgOwvx { display:flex;width:30px;height:30px;top:500.9921875px;left:6.9921875px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #EIZx0loVZ5x7CmOCCsQTcp43J24mEuCw { width:259px;height:127.367px;top:508.990234375px;left:45.99609375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #J6ZVpvcmIT420RiV6D3Ex4qO02CoS3iE { width:246px;height:23.3984px;top:18.296875px;left:44.9921875px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JuoTNwDc0fUaaTlm1fqbNcSdX4omNNQt { display:flex;width:35px;height:35px;top:10px;left:5px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #EhTLwwzvH2ANxuZxU3Atsa0QtRonJVE6 { width:320px;height:932px;top:1.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EGc8q6WEK5Kgi1p5E7gHrP2qHwrGfPlQ { width:320px;height:121px;top:666.9921875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M3CsCgkFtNFfg5VzV8JgchplAqOuvBlD { display:flex;width:30px;height:30px;top:681.611328125px;left:6.9921875px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #dM6yKQ1kzzZ58NdTT61ZNiHskAInnUpd { width:243.994px;height:90.9766px;top:681.611328125px;left:45.978515625px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #heeXQ7QQgiUzhK5t5dVbhl3HgfSFtAqL { width:285px;height:90.9766px;top:821.423828125px;left:17.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG { display:block; }#ZXeMq4lFEmFFoavN5PuTINgcB8GgJ4vG > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiU3oWTk6l3HQ2sQGiuTPZwubsFda1cg { width:70.9961px;height:23.3984px;top:21.986328125px;left:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ryBDIqvGDaOimSmLENSeiNanLXZnLk3V { width:288.994px;height:145.562px;top:66.380859375px;left:21.478515625px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wrnRzqGILqxy0fv9cnHX7GtGJqB6xBs7 { display:flex;width:35px;height:35px;top:14.689453125px;left:4px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #DHnAEXETgG2qn67UJJudoQtUGWlNCPTb { width:320px;height:229px;top:6.982421875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lJLZyuplEerTmeuClQcVSIENTcw662us { display:block; }#lJLZyuplEerTmeuClQcVSIENTcw662us > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rk9ymDhyZ5MSBEpy60OPBg9pTZfpXaTJ { width:251.992px;height:46.7969px;top:15.99609375px;left:44.626953125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e5F2cKH0VruANuKeALVaBrAsQ66lLQb5 { width:298px;height:54px;top:76.982421875px;left:10.9765625px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y8gnm3vTiCio5Z1slu6bnvAWlwAukux0 { display:block; }
 }@media only screen and (max-width: 763px) { #wgU9Dx7z4u6VX9citu794e3GKCnrVPf1 { display:flex;width:30px;height:30px;top:15.99609375px;left:5px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #oSTKfDSTyf1duQsmT7c8PRvtoiHHzuwe { width:320px;height:143px;top:2.99609375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB { display:block; }#D8ZT8Hnlc9qoBfBsWBhcy0x4GhbJEfiB > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7y6nXBwHW9TMZ3d8I3ro11sDahD1EqT { width:142.998px;height:23.3984px;top:28.794921875px;left:45px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DByOhvccpVOkZB2Rzt78WTHzZQXUIhSU { display:flex;width:30px;height:30px;top:23.994140625px;left:5px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #EokDJmzZtLg5sCVnBt4dWlTTqo5E6Ep6 { width:286.992px;height:54.5859px;top:70.677734375px;left:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BLTBbIcKfEJbLP5kuANg0gdh1RagdF2M { display:flex;width:26px;height:26px;top:136.9921875px;left:19.619140625px; }
 }@media only screen and (max-width: 763px) { #qtnNg7WoZsBSRNJbb1UPG0wwOpFIT2Qm { width:256.992px;height:18.2031px;top:140.888671875px;left:52.0078125px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nHLfbGyQCDGUruyW9WTBlAFyA9aCTQ3E { width:320px;height:185px;top:5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { background-color: transparent; background-image: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row > .video-iframe-container { display: none; }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .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); }#D9pm5Z0BnsAqfoZPEHRNB7s36SlVWbmX > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbiBsmvSNGT3H3pSc9J61PlC6Lrz2eG5 { width:320px;height:102.3752px;top:75.796875px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nomIEIMv4BSnsmtZCqVTTXATv3ysDQW9 { width:320px;height:44.7969px;top:238px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VR8wkPgPA8qXsFmtoPTALQSspkxBdffv { width:35px;height:35px;top:191.375px;left:108px;display:block; }
#VR8wkPgPA8qXsFmtoPTALQSspkxBdffv > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gflHpBUTnT9ODP7DDbAbCOckzWEJviMk { width:35px;height:35px;top:191.375px;left:157.5px;display:block; }
#gflHpBUTnT9ODP7DDbAbCOckzWEJviMk > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq { width:35px;height:35px;top:191.375px;left:202px;display:block; }
#XA1KPFhCOl1vDqcdLBmBsLc7ox9VyKwq > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #OHgoyyT7LBEkTxUJAq6HFBC9WWZwLeLE { width:203px;height:22.4023px;top:298.796875px;left:58.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lmrTaIQ9smPyVW9BAAeK3Xx1fepnAbO0 { width:203px;height:22.4023px;top:330.7890625px;left:58.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gcVqlsdp5x2IOQ6BH64WnEfGsuLNDstV { width:63px;height:63px;top:13.796875px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC { width:35px;height:35px;top:191.375px;left:60.5px;display:block; }
#Ewxczr4PPCL3zwURHAJqgN26T4vCvAvC > img { max-width: 100%;max-height:100%; } }