.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-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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f8c2bd;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:center 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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ea7b38', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ea7b38', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(234,123,56,0.89), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { background-color: transparent; background-image: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container > .video-iframe-container { display: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row > .video-iframe-container { display: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .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); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { border-width: 0; border-radius: 0; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#hksriu0WENG7MFXTSAQWuvBSACQq2qDy { color:#1a2025;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;top:2.53125rem;left:1.5625rem;height:11.25rem;font-style:normal;display:block; }
#ehTsGioJZrTCpUlOaaM0moTTTqyQqM1Q { color:#1a2025;display:block;width:22rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:19.5rem;left:3.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#oLfiQEOOfhwNaFkgJGO3v9guh3b16qTE { background-color:#f19138;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:35.5625rem;left:12.1875rem;display:block; }
#bPyk15WttJTvaPXGSKAknpd9WrGk1MrU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bTHcZFNFRSTGeqygnBvmm6icRaI0zHaE { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:38.3125rem;width:21.4375rem;top:7.75rem;left:33rem;overflow:hidden;display:block; }
#MteLi5svCG8O9QLmKmGsIddzN52J6aL8 { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -moz-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -ms-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -o-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );";background-image: linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:19.75rem;width:24.0625rem;top:26.3125rem;left:39.6875rem;display:block; }
#lQ4yMqm9nPUdxh2cRbTSV3prTcaNdKUG { position:absolute;display:block;z-index:99988;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf1fb53', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#baf1fb53', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(241,251,83,0.73), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:62rem;width:33.75rem;top:0rem;left:18.2236328125rem;display:block; }
#iSB2DLMX8i6phlqgZHZpXarC9NMPKETT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.1875rem solid #ffffff;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40rem;left:6.0361328125rem;display:block; }
#wpF6MFnv09zTTWRCMUZwXbUZXr8zPBkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mBDOqmKww1pZwdTo7Ub4Xv0S2hTuE18f { position:absolute;display:block;z-index:99991;background-color:transparent;background-image: -webkit-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -moz-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -ms-linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-image: -o-linear-gradient(323deg, rgba(0,0,0,0), #e64386);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e64386' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e64386' );";background-image: linear-gradient(323deg, rgba(0,0,0,0), #e64386);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:16.3125rem;width:29.625rem;top:0rem;left:-10.25rem;display:block; }
#GUKwJaPBT9vfHyAWoSmuJIRQZmQCmK3E { position:absolute;display:block;z-index:99989;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -moz-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -ms-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-image: -o-linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f866ae3', endColorstr='#89da7580' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f866ae3', endColorstr='#89da7580' );";background-image: linear-gradient(90deg, rgba(134,106,227,0.5), rgba(218,117,128,0.54));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:17.125rem;width:29.3125rem;top:0rem;left:53.125rem;display:block; }
#ygkUKl9pCLOae3z6WZnl4AuKPH3QGOaK { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -moz-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -ms-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-image: -o-linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c1ac4e82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c1ac4e82' );";background-image: linear-gradient(323deg, rgba(0,0,0,0), rgba(172,78,130,0.76));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0rem;height:39.125rem;width:24.625rem;top:6.9375rem;left:29.875rem;display:block; }
#m7fPVkTzoJlnV7E4NcCqxNtB9Dgh38Uu { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -moz-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -ms-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -o-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );";background-image: linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:39.1875rem;width:22.6875rem;top:27.1875rem;left:-9.125rem;display:block; }
#Tz3Sr4H1lQZ3Xhzi266qNc7kkBgWApv0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;opacity:1;top:18.6875rem;left:7.625rem; }
#uZwi2V0NdK5RGPphA3VTmnxuTs8Z9e2J { color:#ffffff;display:block;width:22rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.59375rem;left:3.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#Txxlt4DMyEZXwybQD7SZ5lMTkG4qvy2p { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(323deg, rgba(248,169,186,0.41), rgba(223,28,150,0.38));background-image: -moz-linear-gradient(323deg, rgba(248,169,186,0.41), rgba(223,28,150,0.38));background-image: -ms-linear-gradient(323deg, rgba(248,169,186,0.41), rgba(223,28,150,0.38));background-image: -o-linear-gradient(323deg, rgba(248,169,186,0.41), rgba(223,28,150,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68f8a9ba', endColorstr='#60df1c96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68f8a9ba', endColorstr='#60df1c96' );";background-image: linear-gradient(323deg, rgba(248,169,186,0.41), rgba(223,28,150,0.38));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:8.875rem;width:16.625rem;top:17.69921875rem;left:5.78125rem;display:block; }
#uow4PcZpHCZbMz1Lfco3ZHsUPTgQyT8X { position:absolute;display:block;z-index:99993;background-color:#f19138;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:8.875rem;width:15.625rem;top:37.1875rem;left:4.3125rem;display:block; }
#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e5e5;background-image:none;position:relative;display:block; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container { background-color: transparent; background-image: none; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container > .video-iframe-container { display: none; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row > .video-iframe-container { display: none; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .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); }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container { border-width: 0; border-radius: 0; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row > .video-iframe-container {  }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container { font-size:0.875rem;font-family:arial;height:62.875rem;width:60rem;position:relative;display:block; }#EGyZGO4X23RQSk0CTpDt1tTnzArUEFqC { position:absolute;display:block;z-index:99998;background-color:#f6811d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:6.125rem;top:19.90625rem;left:7rem;display:block; }
#MbzNgnwH1yO3FW7tZJ8tQNTG2puDK6fP { color:#1a2025;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.98046875rem;left:6.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7IPyMRn8k3RO4D9TWLIR45kW8Z4EBVC { color:#4e4e80;display:block;width:57.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:35.34765625rem;left:1.25rem;height:20.25rem;display:block; }
#wSFw3pT2DIaEKoxRxBWthw8ata5DQVuN { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -moz-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -ms-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -o-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );";background-image: linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:20.5rem;width:31.5625rem;top:9.8125rem;left:28.4375rem;display:block; }
#n3rPtG5mrUHS3MrqTlp0TnocnA5BedC4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:19.4375rem;width:29.125rem;top:12.5625rem;left:30.875rem;overflow:hidden;display:block; }
#Ki3nlKcM3dwNBSfC7DrwJXX1AdE9tuuz { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -moz-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -ms-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -o-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );";background-image: linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:19.75rem;width:26.75rem;top:43.125rem;left:0rem;display:block; }
#d4nFTwM6ycc57IXhF10MiT3B3zEKhwMT { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -moz-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -ms-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -o-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );";background-image: linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:23.3125rem;width:38.375rem;top:21.75rem;left:41.25rem;display:block; }
#e8X30MWhThInrTh4WI7Qu4S3o3Ou46yg { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -moz-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -ms-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-image: -o-linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#56beede6', endColorstr='#ecc76d' );";background-image: linear-gradient(159deg, rgba(190,237,230,0.34), #ecc76d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:23.3125rem;width:35.75rem;top:60rem;left:-14.5rem;display:block; }
#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { background-color: transparent; background-image: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container > .video-iframe-container { display: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container { display: none; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .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); }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { border-width: 0; border-radius: 0; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row > .video-iframe-container {  }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { color:#26265b;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:19.5rem;width:29.25rem;top:7rem;left:30.75rem;overflow:hidden;display:block; }
#GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { color:#4e4e80;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:13.19921875rem;left:0rem;height:21.9375rem;display:block; }
#SQGhgzsKCKKvhtooyNVPoWU3dIJQ1qm7 { position:absolute;display:block;z-index:99999;background-color:#f6811d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:6.125rem;top:7.34375rem;left:8.5rem;display:block; }
#wEZpP25na0x4MRWlxzP8t5LImO1en7ll { position:absolute;display:block;z-index:99993;background-color:transparent;background-image: -webkit-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -moz-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -ms-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-image: -o-linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa40c35', endColorstr='#fff9ea' );";background-image: linear-gradient(76deg, rgba(164,12,53,0.5), #fff9ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;height:21.5rem;width:31rem;top:4.8125rem;left:28.876492537313rem;display:block; }
#RkOdRvmcA3eNpbIuivDUNxJz4iqBF0G5 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -moz-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -ms-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-image: -o-linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7d8ccff', endColorstr='#84fb9131' );";background-image: linear-gradient(159deg, rgba(216,204,255,0.72), rgba(251,145,49,0.52));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:10.625rem;border-bottom-right-radius:10.625rem;height:39.1875rem;width:26.125rem;top:33.125rem;left:-3.4375rem;display:block; }
#PWW9n01v36auqMpb66CpGmIEG31WVtHO { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -moz-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -ms-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-image: -o-linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ccff', endColorstr='#ccfb9131' );";background-image: linear-gradient(159deg, #d8ccff, rgba(251,145,49,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:11.8125rem;width:24.375rem;top:28.8125rem;left:45.0625rem;display:block; }
#sPkzyNU29o9guAfL9TlD6TD8mDnR267M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { background-color: transparent; background-image: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container { display: none; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .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); }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { border-width: 0; border-radius: 0; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row > .video-iframe-container {  }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { color:#1a2025;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { position:absolute;display:block;z-index:99996;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8c2bd;background-image:none;position:relative;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container {  }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.375rem;left:1.5625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:6.25rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:4.9375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:26.25rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:21.5625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:16.3125rem;left:21.5625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:100029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:24.9375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:25rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:46.25rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100019;line-height:1.5;letter-spacing:0;top:15.062498092651rem;left:41.562501907349rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:44.9375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#4e4e80;display:block;width:2.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:45rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:1.65625rem;left:7.90625rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100047;top:1.3125rem;left:27.5625rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100048;top:1.8125rem;left:48.0625rem; }
#xhRr57lcL7wnWELySoSw9BomIhHvHNle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e5e5;background-image:none;position:relative;display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { background-color: transparent; background-image: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container { display: none; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .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); }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { border-width: 0; border-radius: 0; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row > .video-iframe-container {  }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { color:#1a2025;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFILisyDTTrTCSOSKKcvbderBqvra4Up { position:absolute;display:block;z-index:99996;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8c2bd;background-image:none;position:relative;display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { background-color: transparent; background-image: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container > .video-iframe-container { display: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container { display: none; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .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); }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { border-width: 0; border-radius: 0; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row > .video-iframe-container {  }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:60rem;position:relative;display:block; }#RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:1.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:6.25rem;display:block; }
#PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:1.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0.6875rem;left:46.25rem;display:block; }
#WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:9.5rem;left:41.5625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { color:#1a2025;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:12.125rem;left:41.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:0.6875rem;left:6.9375rem; }
#PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100047;top:2rem;left:47.5625rem; }
#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { background-color: transparent; background-image: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container { display: none; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .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); }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { border-width: 0; border-radius: 0; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row > .video-iframe-container {  }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#1a2025;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:99996;background-color:#ff8823;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#pDBan4areyGmVy9HndplxbQcw0IdS28l { color:#1a2025;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:9.6875rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { position:relative;display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { background-color: transparent; background-image: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container > .video-iframe-container { display: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row > .video-iframe-container { display: none; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .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); }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { border-width: 0; border-radius: 0; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container > .video-iframe-container {  }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8c2bd;background-image:none;font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { position:absolute;display:block;z-index:100000;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:6.25rem;border-bottom-right-radius:6.25rem;height:20.75rem;width:31.1875rem;top:0rem;left:17.6259765625rem;overflow:hidden;display:block; }
#A7OsJrsvtMEvS4IzuDBc5wTe883rs59T { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -moz-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -ms-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -o-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaab71', endColorstr='#e0eddbd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaab71', endColorstr='#e0eddbd2' );";background-image: linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:21.8125rem;width:33.8125rem;top:0rem;left:15.6259765625rem;display:block; }
#F83WF24iArL93xI5qO4mSUkbBEVzdQqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8c2bd;background-image:none;position:relative;display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { background-color: transparent; background-image: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container { display: none; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .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); }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { border-width: 0; border-radius: 0; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row > .video-iframe-container {  }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#eA69K80QDZvP6biTWsZ90XBP76bulNPB { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0.5rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#ff980b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#ff980b' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:2.875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { background-color: transparent; background-image: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container { display: none; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .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); }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { border-width: 0; border-radius: 0; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row > .video-iframe-container {  }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { color:#1a2025;display:block;width:52.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:0.53125rem;left:7.5625rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8e5e5;background-image:none;position:relative;display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { background-color: transparent; background-image: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container > .video-iframe-container { display: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container { display: none; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .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); }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { border-width: 0; border-radius: 0; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row > .video-iframe-container {  }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { color:#26265b;display:block;width:49.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:0.5rem;left:10.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { position:absolute;display:block;z-index:99994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#ff980b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#195fffff', endColorstr='#ff980b' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), #ff980b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:10.625rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.0625rem;height:2.875rem;width:7.625rem;top:0rem;left:0rem;display:block; }
#GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:0rem;left:1.5625rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { background-color: transparent; background-image: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container > .video-iframe-container { display: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container { display: none; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .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); }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { border-width: 0; border-radius: 0; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row > .video-iframe-container {  }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { color:#1a2025;display:block;width:52.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:1.0625rem;left:7.4375rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { position:relative;display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { background-color: transparent; background-image: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container > .video-iframe-container { display: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row > .video-iframe-container { display: none; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .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); }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { border-width: 0; border-radius: 0; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container > .video-iframe-container {  }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8c2bd;background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#Qf3JPBJln0Dfovav5u2NyhQmO1wscWUV { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -moz-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -ms-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-image: -o-linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaab71', endColorstr='#e0eddbd2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaab71', endColorstr='#e0eddbd2' );";background-image: linear-gradient(76deg, #eaab71, rgba(237,219,210,0.88));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:21.8125rem;width:33.8125rem;top:0rem;left:12.4375rem;display:block; }
#JFEpq7wrw2wnSAqSCCbxfatMTdOZqK6G { position:absolute;display:block;z-index:100001;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:6.25rem;border-bottom-right-radius:6.25rem;height:20.75rem;width:31.1875rem;top:0rem;left:14.40625rem;overflow:hidden;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8c2bd;background-image:none;position:relative;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container {  }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffb1a1;background-image:none;position:relative;display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { background-color: transparent; background-image: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container { display: none; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .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); }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { border-width: 0; border-radius: 0; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row > .video-iframe-container {  }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:block; }#k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fed0c8;background-image:none;position:relative;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { border-width: 0; border-radius: 0; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container {  }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:13.936625rem;width:43.75rem;top:0rem;left:8.125rem;display:block; }
#TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { position:absolute;display:block;z-index:100027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -moz-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -ms-linear-gradient(180deg, #ffe6e8, #866ae3);background-image: -o-linear-gradient(180deg, #ffe6e8, #866ae3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6e8', endColorstr='#866ae3' );";background-image: linear-gradient(180deg, #ffe6e8, #866ae3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:11.655817508698rem;left:47.437065124512rem;display:block; }
#Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { color:#4e4e80;display:block;width:34.5615rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:100027;line-height:1.5;letter-spacing:0;top:2.654296875rem;left:12.71875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fed0c8, #fd9380);background-image: -moz-linear-gradient(180deg, #fed0c8, #fd9380);background-image: -ms-linear-gradient(180deg, #fed0c8, #fd9380);background-image: -o-linear-gradient(180deg, #fed0c8, #fd9380);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed0c8', endColorstr='#fd9380' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed0c8', endColorstr='#fd9380' );";background-image: linear-gradient(180deg, #fed0c8, #fd9380);background-size:auto !important;position:relative;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container {  }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { color:#26265b;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.8125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zynl76p3y9OAqStyPwKfORByd6TXwuRk { position:absolute;display:block;z-index:99996;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:26.875rem;display:block; }
#Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { color:#26265b;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { color:#866ae3;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:17.5rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:12.5087890625rem;left:31.875rem; }
#fM0E89P23opNIipHwLETRRneH77Jr8GJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fd9380, #fed0c8);background-image: -moz-linear-gradient(90deg, #fd9380, #fed0c8);background-image: -ms-linear-gradient(90deg, #fd9380, #fed0c8);background-image: -o-linear-gradient(90deg, #fd9380, #fed0c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9380', endColorstr='#fed0c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9380', endColorstr='#fed0c8' );";background-image: linear-gradient(90deg, #fd9380, #fed0c8);background-size:auto !important;position:relative;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { border-width: 0; border-radius: 0; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container {  }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26265b;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.31) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { background-color:;background-image:none;color:#26265b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:montserrat;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.5625rem;left:19.8125rem;z-index:100017; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 { width:auto; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
#syVmMWJQFFZM6D728THqkbaQlVb8GAKg { color:#26265b;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:3.625rem;left:13.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -moz-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -ms-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-image: -o-linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fcffffff' );";background-image: linear-gradient(326deg, rgba(0,0,0,0), rgba(255,255,255,0.99));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:56.25rem;height:15.5rem;width:16.3125rem;top:0rem;left:0rem;display:block; }
#DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { position:absolute;display:block;z-index:99992;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffcb66' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffcb66);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5625rem;width:38.5rem;top:0rem;left:9.6250019073488rem;display:block; }
#JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -moz-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -ms-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-image: -o-linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#42866ae3', endColorstr='#665fffff' );";background-image: linear-gradient(183deg, rgba(134,106,227,0.26), rgba(95,255,255,0.4));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:18.5rem;top:30.875002384186rem;left:41.500001907349rem;display:block; }
#wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { color:#1b3349;display:block;width:44.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:16.000001192093rem;left:6.4062519073488rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:20.093750715256rem;left:22.125001907349rem;display:block; }
#ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.968750715256rem;left:22.125001907349rem;display:block; }
#TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { background-color:#866ae3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:montserrat;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:31.498697996139rem;left:22.125001907349rem;display:block; }
#hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 { display:block; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hksriu0WENG7MFXTSAQWuvBSACQq2qDy { top:2.5rem;left:0rem;width:23.125rem;height:11.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehTsGioJZrTCpUlOaaM0moTTTqyQqM1Q { top:19.5rem;left:0rem;width:22rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLfiQEOOfhwNaFkgJGO3v9guh3b16qTE { width:13.5rem;height:3.875rem;top:35.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyk15WttJTvaPXGSKAknpd9WrGk1MrU { display:block; }
 }@media only screen and (max-width: 763px) { #bTHcZFNFRSTGeqygnBvmm6icRaI0zHaE { width:21.4375rem;height:38.3125rem;top:7.75rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MteLi5svCG8O9QLmKmGsIddzN52J6aL8 { top:26.3125rem;left:17.25rem;width:24.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ4yMqm9nPUdxh2cRbTSV3prTcaNdKUG { width:33.75rem;height:62rem;top:0rem;left:12.0986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSB2DLMX8i6phlqgZHZpXarC9NMPKETT { width:12.25rem;height:3.25rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpF6MFnv09zTTWRCMUZwXbUZXr8zPBkL { display:block; }
 }@media only screen and (max-width: 763px) { #mBDOqmKww1pZwdTo7Ub4Xv0S2hTuE18f { top:0rem;left:0rem;width:29.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUKwJaPBT9vfHyAWoSmuJIRQZmQCmK3E { width:29.3125rem;height:17.125rem;top:0rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkUKl9pCLOae3z6WZnl4AuKPH3QGOaK { top:6.9375rem;left:23.125rem;width:24.625rem;height:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7fPVkTzoJlnV7E4NcCqxNtB9Dgh38Uu { top:27.1875rem;left:0rem;width:22.6875rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3Sr4H1lQZ3Xhzi266qNc7kkBgWApv0 { top:18.6875rem;left:1.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZwi2V0NdK5RGPphA3VTmnxuTs8Z9e2J { top:21.5625rem;left:0rem;width:22rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txxlt4DMyEZXwybQD7SZ5lMTkG4qvy2p { top:17.6875rem;left:0rem;width:16.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uow4PcZpHCZbMz1Lfco3ZHsUPTgQyT8X { top:37.1875rem;left:0rem;width:15.625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW { display:block; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGyZGO4X23RQSk0CTpDt1tTnzArUEFqC { top:19.875rem;left:0.875rem;width:6.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzNgnwH1yO3FW7tZJ8tQNTG2puDK6fP { top:20.9375rem;left:0.75rem;width:23.125rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IPyMRn8k3RO4D9TWLIR45kW8Z4EBVC { top:35.3125rem;left:0rem;width:47.75rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSFw3pT2DIaEKoxRxBWthw8ata5DQVuN { top:9.8125rem;left:16.1875rem;width:31.5625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rPtG5mrUHS3MrqTlp0TnocnA5BedC4 { width:29.125rem;height:19.4375rem;top:12.5625rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3nlKcM3dwNBSfC7DrwJXX1AdE9tuuz { top:43.125rem;left:0rem;width:26.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4nFTwM6ycc57IXhF10MiT3B3zEKhwMT { top:21.75rem;left:9.375rem;width:38.375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8X30MWhThInrTh4WI7Qu4S3o3Ou46yg { top:60rem;left:0rem;width:35.75rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { top:8rem;left:0rem;width:23.125rem;height:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { width:29.25rem;height:19.5rem;top:7rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { top:13.1875rem;left:0rem;width:23.125rem;height:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQGhgzsKCKKvhtooyNVPoWU3dIJQ1qm7 { top:7.3125rem;left:2.375rem;width:6.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZpP25na0x4MRWlxzP8t5LImO1en7ll { top:4.8125rem;left:16.75rem;width:31rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkOdRvmcA3eNpbIuivDUNxJz4iqBF0G5 { top:33.125rem;left:0rem;width:26.125rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWW9n01v36auqMpb66CpGmIEG31WVtHO { top:28.8125rem;left:11.5625rem;width:24.375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { top:11.375rem;left:0rem;width:16.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { top:8.8125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:0.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { top:0.8125rem;left:2.90625rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:0rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { top:8.8125rem;left:14.875rem;width:16.875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { top:16.3125rem;left:14.875rem;width:16.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:0.625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { top:0.8125rem;left:18.8125rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:0rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { top:8.8125rem;left:30.75rem;width:16.875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { top:15rem;left:30.75rem;width:16.875rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:0.625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { top:0.8125rem;left:34.6875rem;width:2.1875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:4.1875rem;height:4.1875rem;top:1.625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:4.875rem;height:4.875rem;top:1.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:3.875rem;height:3.875rem;top:1.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { top:11.4375rem;left:0rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { width:7.5rem;height:7.5rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { top:8.8125rem;left:0rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { width:7.5rem;height:7.5rem;top:0.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { top:9.5rem;left:30.75rem;width:16.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { top:12.125rem;left:30.75rem;width:16.875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { width:6.125rem;height:6.125rem;top:0.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { width:4.875rem;height:4.875rem;top:2rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { top:9.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { top:0rem;left:11.5009765625rem;width:31.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7OsJrsvtMEvS4IzuDBc5wTe883rs59T { top:0rem;left:9.5009765625rem;width:33.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { top:0.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { top:0rem;left:0rem;width:7.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { top:0.5rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { top:0.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { top:0rem;left:0rem;width:7.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { top:0rem;left:0rem;width:4.5rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { top:1.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf3JPBJln0Dfovav5u2NyhQmO1wscWUV { top:0rem;left:6.3125rem;width:33.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFEpq7wrw2wnSAqSCCbxfatMTdOZqK6G { top:0rem;left:8.28125rem;width:31.1875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { top:5.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:43.75rem;height:13.875rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:11.625rem;left:41.312065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { top:2.625rem;left:6.59375rem;width:34.5rem;height:7rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { top:5.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { top:3.75rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { top:9.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { top:12.8125rem;left:11.375rem;width:22rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.3125rem;height:2.3125rem;top:12.5rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:30.6875rem;left:28.375rem;z-index:100017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { top:3.625rem;left:6.9375rem;width:31.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { top:0rem;left:3.5000019073486rem;width:38.5rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { top:30.875rem;left:29.25rem;width:18.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { top:16rem;left:0.28125190734863rem;width:44.9375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { width:13.5rem;height:3.4375rem;top:20.0625rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block; }
 }@media only screen and (max-width: 763px) { #q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { width:13.5rem;height:3.4375rem;top:25.9375rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block; }
 }@media only screen and (max-width: 763px) { #xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { width:13.5rem;height:3.4375rem;top:31.4375rem;left:16.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dbcf9aad-2a1f-47ab-8ad4-d2e94c5e0194/bg_colors3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0.adaptive-delivery-prevent-bg, #srrLqoekBDsKh3WC7TyGexIPTDNH5aa0.lazyload, #srrLqoekBDsKh3WC7TyGexIPTDNH5aa0.lazyloading { background-image: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { background-color: transparent; background-image: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container > .video-iframe-container { display: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row > .video-iframe-container { display: none; }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .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); }#srrLqoekBDsKh3WC7TyGexIPTDNH5aa0 > .row .container { width:20rem;height:158.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hksriu0WENG7MFXTSAQWuvBSACQq2qDy { width:20rem;height:9.28125rem;top:4.73828125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ehTsGioJZrTCpUlOaaM0moTTTqyQqM1Q { width:20rem;height:1.3808625rem;top:20.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLfiQEOOfhwNaFkgJGO3v9guh3b16qTE { width:15.125rem;height:3.375rem;top:23.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyk15WttJTvaPXGSKAknpd9WrGk1MrU { display:block; }
 }@media only screen and (max-width: 763px) { #bTHcZFNFRSTGeqygnBvmm6icRaI0zHaE { width:15.3125rem;height:27.3125rem;top:35.10791015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MteLi5svCG8O9QLmKmGsIddzN52J6aL8 { width:20rem;height:11.875rem;top:50.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQ4yMqm9nPUdxh2cRbTSV3prTcaNdKUG { width:14.5625rem;height:15.0625rem;top:18.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -moz-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -ms-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-image: -o-linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bff5b66', endColorstr='#00000000' );";background-image: linear-gradient(273deg, rgba(255,91,102,0.17), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iSB2DLMX8i6phlqgZHZpXarC9NMPKETT { width:14.625rem;height:3.25rem;top:28.875001907349rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpF6MFnv09zTTWRCMUZwXbUZXr8zPBkL { display:block; }
 }@media only screen and (max-width: 763px) { #mBDOqmKww1pZwdTo7Ub4Xv0S2hTuE18f { width:9rem;height:11.625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUKwJaPBT9vfHyAWoSmuJIRQZmQCmK3E { width:12.25rem;height:2.25rem;top:19.6279296875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkUKl9pCLOae3z6WZnl4AuKPH3QGOaK { width:20rem;height:39.125rem;top:117.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7fPVkTzoJlnV7E4NcCqxNtB9Dgh38Uu { width:20rem;height:39.1875rem;top:63.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3Sr4H1lQZ3Xhzi266qNc7kkBgWApv0 { width:2.625rem;height:2.625rem;top:108.39453125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZwi2V0NdK5RGPphA3VTmnxuTs8Z9e2J { width:20rem;height:0;top:104.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Txxlt4DMyEZXwybQD7SZ5lMTkG4qvy2p { width:16.625rem;height:8.875rem;top:107.40625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uow4PcZpHCZbMz1Lfco3ZHsUPTgQyT8X { width:15.625rem;height:8.875rem;top:73.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW { display:block; }#vJZXDN2b4n1SF7l6fhsTQ9CTyLGWkeLW > .row .container { width:20rem;height:116.49869918823rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EGyZGO4X23RQSk0CTpDt1tTnzArUEFqC { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbzNgnwH1yO3FW7tZJ8tQNTG2puDK6fP { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W7IPyMRn8k3RO4D9TWLIR45kW8Z4EBVC { width:20rem;height:19.6875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSFw3pT2DIaEKoxRxBWthw8ata5DQVuN { width:12.8125rem;height:10.5625rem;top:30rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3rPtG5mrUHS3MrqTlp0TnocnA5BedC4 { width:19rem;height:12.6875rem;top:32.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3nlKcM3dwNBSfC7DrwJXX1AdE9tuuz { width:20rem;height:19.75rem;top:70.936199188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4nFTwM6ycc57IXhF10MiT3B3zEKhwMT { width:20rem;height:23.3125rem;top:91.936199188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8X30MWhThInrTh4WI7Qu4S3o3Ou46yg { width:20rem;height:23.3125rem;top:46.373699188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo { display:block; }#tOosGZ7bT6RZ1o6I4ANvdyQWLFD9VTAo > .row .container { width:20rem;height:124.12369918823rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMTlIPvOUneb9KwNJGDxfndrKIQflNxt { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZeKIx8rXkLMSuprzH8UCVZvuOzTH2yF1 { width:19.125rem;height:12.75rem;top:32.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsCrLPNfFwxJAR4he76uCTGwulWJKvnf { width:20rem;height:19.6875rem;top:9.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQGhgzsKCKKvhtooyNVPoWU3dIJQ1qm7 { width:6.125rem;height:0.1875rem;top:86.873699188231rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEZpP25na0x4MRWlxzP8t5LImO1en7ll { width:20rem;height:21.5rem;top:88.311199188231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkOdRvmcA3eNpbIuivDUNxJz4iqBF0G5 { width:20rem;height:39.1875rem;top:46.436199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWW9n01v36auqMpb66CpGmIEG31WVtHO { width:20rem;height:11.8125rem;top:111.06119918823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPkzyNU29o9guAfL9TlD6TD8mDnR267M { display:block; }#sPkzyNU29o9guAfL9TlD6TD8mDnR267M > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAlO0Vyvo2EQ9Bq40HAms29gpAV4JZ6C { width:20rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SVERteMtZ6Z24pnz0iThAA6fkhJlRCLe { width:6.25rem;height:0.3125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBpZzHUUJbb1Z97pVgPLTIrZxs8fNqQ3 { width:20rem;height:3rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { width:2.25rem;height:2.25rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { width:2.1875rem;height:1.875rem;top:1.1875rem;left:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { width:7.5rem;height:7.5rem;top:17.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { width:16.875rem;height:7.5rem;top:25.750001430511rem;left:1.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJzx0Xl2qtt7idvfx5h50w8FtzmBpFb { width:20rem;height:1.5rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { width:2.25rem;height:2.25rem;top:18.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { width:2.1875rem;height:1.875rem;top:18.4375rem;left:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { width:7.5rem;height:7.5rem;top:37.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { width:16.875rem;height:5.625rem;top:45.75rem;left:1.5625000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGdEFUfKQlxiSnZFPE5lyqa6rTHOxR6 { width:20rem;height:9rem;top:51.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { width:2.25rem;height:2.25rem;top:37.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { width:2.1875rem;height:1.875rem;top:37.375rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { width:3.125rem;height:3.125rem;top:19.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { width:2.8125rem;height:2.8125rem;top:39.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhRr57lcL7wnWELySoSw9BomIhHvHNle { display:block; }#xhRr57lcL7wnWELySoSw9BomIhHvHNle > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7axiPhzJ3IJxCgiLEvGapE4Bq4SoCiS { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xFILisyDTTrTCSOSKKcvbderBqvra4Up { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h { display:block; }#pgyPT1Sp0nU3TcT0u5aS1MmUTxf5RA5h > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkNonTGrxzP0puXeWUVfv5OABf9TQZPN { width:20rem;height:4.5rem;top:13.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZfhaszlprFmDZNfRRuVyvzTre4ClSH { width:7.5rem;height:7.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PODGcC5CgDsgJNraSH3BPJwVsgHeH5Bn { width:18.75rem;height:1.875rem;top:10.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7XgzSkPPMh1vik5ZSML1WCkRo07RGXL { width:7.5rem;height:7.5rem;top:22.125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyuFUNToldB0ryUHduvvfFsEPHCkDfUP { width:16.875rem;height:1.875rem;top:31.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5tmR0ZHT2RkZJODsuvDCuw75hkIE3h { width:20rem;height:6rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBxBzeZuL3B6WqQGDnZRlT9GdraVlaTx { width:2.9375rem;height:2.9375rem;top:3.28125rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PokaPVH6SoTtd0xysRMpmAC7ca1p7BZf { width:3.125rem;height:3.125rem;top:24.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 { display:block; }#Fw7h9JeAXFGqTF8ciPl9nRUDVcRegTu3 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { width:20rem;height:2.03125rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { width:6.25rem;height:0.3125rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDBan4areyGmVy9HndplxbQcw0IdS28l { width:20rem;height:1.5rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ { display:block; }#X4u3puIb1HuoHc2JoiwNBFaR7zMUa5SJ > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw3rN7xVRVGv8ag773f4PqOBB3TrEtfU { width:19.875rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7OsJrsvtMEvS4IzuDBc5wTe883rs59T { width:20rem;height:21.8125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F83WF24iArL93xI5qO4mSUkbBEVzdQqO { display:block; }#F83WF24iArL93xI5qO4mSUkbBEVzdQqO > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA69K80QDZvP6biTWsZ90XBP76bulNPB { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TA8vVH8sls2SrEIywwQiK49NX8bfDpdA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnSR6bOT7gvuQRg0fOvg2whs7FSIXZyo { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU { display:block; }#SplAtLgcmXcT0PTL1iK4nHw22zT9QWtU > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFEerGFK5TzNnqHsPHO1CWcUdUFNBXfA { width:20rem;height:19.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 { display:block; }#VvLmDDd2I5GKogCBpdH9mMDblz2J2gy9 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3AgXIEyqWtfJILGZFdQQ5epOPTy4fJQ { width:20rem;height:1.875rem;top:5.59375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wfNuGmZVnQ46ptfCREGTNOAXvqmPoOsA { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCpPPuDRoe2GNvlZdEaR2WrUtQo5up1I { width:4.5rem;height:2.625rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX { display:block; }#hBhRfLQMbk1fx07ZTTygO7VO9qkvZndX > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgT4T54qtAqQxfee3FLd2rsJZ81KzsRe { width:20rem;height:21rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 { display:block; }#csHrSFkfzG2T9zAJZ6X7NMPXy3F3r6v8 > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qf3JPBJln0Dfovav5u2NyhQmO1wscWUV { width:20rem;height:21.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFEpq7wrw2wnSAqSCCbxfatMTdOZqK6G { width:20rem;height:13.306613226453rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pftma7tcGyqfBisSMoCiWtV6FCbopmmg { display:block; }#Pftma7tcGyqfBisSMoCiWtV6FCbopmmg > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k92sPDZPuIicgrJUkIM3PrUEr78dWrbl { width:20rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP50sDDcnMZTBVdt74z1ocQ1bJTThffZ { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AroHDttfnUdk8dwbyUyLGDH3sARkPMEF { background-color:rgba(255,255,255,0.8);background-image:none;display:block; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { background-color: transparent; background-image: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row > .video-iframe-container { display: none; }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .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); }#AroHDttfnUdk8dwbyUyLGDH3sARkPMEF > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOcaqmCkmxi6XHMmq3AsPJRTfUspxUhf { width:20rem;height:30rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFWqxtaUmUcgm32dMcz32kPmOfWfmySA { width:3.125rem;height:3.125rem;top:10.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9EU42N4RU2RcPUJlTpwmaxNbzIK249 { width:20rem;height:0;top:32.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCPTFwF5QB943gOvLVLHumpZQfdCGo6b { width:20rem;height:2.4375rem;top:4.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zynl76p3y9OAqStyPwKfORByd6TXwuRk { width:6.25rem;height:0.3125rem;top:2.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oHBHii3R13PEUlx07wVsnnoA2RTilB { width:20rem;height:1.4622375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM2afTb7MLMs7MWrlFZtGw4RaBXHsIg { width:11rem;height:1.70605625rem;top:12.53662109375rem;left:0.3125rem;font-size:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #S1U0aZFK0hT5uq1Dd9aRd6vgtIEk1mJr { width:2.0625rem;height:2.0625rem;top:12.232421875rem;left:12.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM0E89P23opNIipHwLETRRneH77Jr8GJ { background-color:rgba(0,0,0,0);background-image:none;display:block; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { background-color: transparent; background-image: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row > .video-iframe-container { display: none; }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .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); }#fM0E89P23opNIipHwLETRRneH77Jr8GJ > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR { width:18rem;height:5.0625rem;display:flex;top:4.4375rem;left:0.9375rem;z-index:100017; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #gW1Gqeg3iF0Pq3WQF5TlVpXvTlZNxgLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #vTt0ectMOcqfJo7rKtVzSmvQwydDNE38 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #cI5UTRg9E6EErkK3LxvrRXtfyrXueFyq {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #UnBcsO9WCVS15z0B2eBeT8fvIEo0xMMD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #lr5IKwOBOE5ifzCl5sUHe1CS9nGAdAhG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wuEE4PbwDebPMb69S8WLZKLQJD2CLrZ7 {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wUx9AtzRdHIdgOIKu8aoHsLI87xWoFzT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #KJV95AGLN93QIpmqGLi0eMh2vFdS3JbB {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #eXVyO9pWBETG48aQfqVKuhfZQvq0kopG {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #wBod57wIOFp1nWVco5GmuelZJvdaLsOA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #VO13sMacz54NT9i12mvuLxdL4XAnD6Tv {  }
 }@media only screen and (max-width: 763px) { #H5NMGdpimrMtvl3CyiDRfEE6VLMQfJvR #ZIbc2xAsIFTvUEZmI3reyTfm8ypWsfUF {  }
 }@media only screen and (max-width: 763px) { #syVmMWJQFFZM6D728THqkbaQlVb8GAKg { width:20rem;height:1.875rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br6NS94e9u7kR6h0CL7oEBZU0MtqbX3Q { width:16.3125rem;height:15.5rem;top:3.75rem;left:1.84375rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #DNuvp9vHXSHthWrRAsOzS99abVSUzxKt { width:20rem;height:34.1875rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF2NkKLQJFwPEkoKC6wCQI53XRkTl0Os { width:11.0625rem;height:12.5rem;top:36.3125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVhIyO5734rFxXIgfbv560cGxPJ6dXI3 { width:20rem;height:0;top:50.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heNAKFIoQ3f0gNwdLdvmn0JPS3wLupwx { width:13.5rem;height:3.4375rem;top:54.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifHUAWgT8X2pX0DvoQnyofHcy6IxhUEW { display:block; }
 }@media only screen and (max-width: 763px) { #q7LGqLhkVJDtGofuaoyCylS5eDiZWrFi { width:13.5rem;height:3.4375rem;top:59.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrM02pJWqbhLPW3BmNIOmz3Clhx0lPw { display:block; }
 }@media only screen and (max-width: 763px) { #xtDP2H1rAeS75X0vCWTF425MlaQXTtTq { width:13.5rem;height:3.4375rem;top:63.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnV6tbXS0nbzJ9z9oZUConKsb8kawKv { display:block; }
 }