.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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/49770977-c914-4ad7-945e-c93bf1013c21/TWO01749.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:60rem;position:relative;display:block; }#ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -moz-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -ms-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -o-linear-gradient(115deg, #ff7f6c, #ff7f6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );";background-image: linear-gradient(115deg, #ff7f6c, #ff7f6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:4.15625rem;left:47.0625rem;display:block; }
#eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:12.375rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { color:#d8ecff;display:block;width:55.5625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:100001;line-height:.9;letter-spacing:0;top:11.81103515625rem;left:2.21875rem;height:5.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { color:#ededed;display:block;width:41rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:43.36962890625rem;left:9.5rem;height:7.64844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTZGlEyJXXMxmwxk5TxNsIo4gd91UPdz { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:19.21875rem;left:10rem;display:block; }
#NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -moz-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -ms-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -o-linear-gradient(115deg, #ff7f6c, #ff7f6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );";background-image: linear-gradient(115deg, #ff7f6c, #ff7f6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.6875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:52.79345703125rem;left:23.9375rem;display:block; }
#hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { background-color: transparent; background-image: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container { display: none; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .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); }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { border-width: 0; border-radius: 0; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row > .video-iframe-container {  }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:60rem;position:relative;display:block; }#pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.5rem;left:20rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:12.5rem;left:40.28125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.75rem;top:6.25rem;left:47.4375rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:6.625rem;left:27.8125rem;overflow:hidden;display:block; }
#pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:3.875rem;top:6.6875rem;left:7.875rem;overflow:hidden;display:block; }
#OMFit3uLffxxLzxW8JbS2so6L42k23Hd { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.125rem;left:40rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9SZPhoukOnSEAh8JRPKmo71Qwn78lBP { color:#d2a9ff;display:block;width:19.4375rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:16.125rem;left:20rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFehExCTSCsSwPPSQxNc6TZ9irbhg1bS { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { background-color: transparent; background-image: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container > .video-iframe-container { display: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container { display: none; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .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); }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { border-width: 0; border-radius: 0; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row > .video-iframe-container {  }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#lIZZ3F0IrSsZB5UZIOs3yQtonu0xfuLL { color:#ffffff;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:1.875rem;left:37.0625rem;height:4.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lXgThQn05zO8NO9XJ9x97qcFM25JRn7H { box-sizing:content-box;color:#14c512;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:7.3125rem;left:37.0625rem;display:block; }
#vxlWDrVFnc5ZJ0xDAIg4aw2mG8ZxPDX8 { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.3125rem;left:40.875rem;height:2.92480625rem;font-style:normal;display:block; }
#kmiuwdGHNvMTp2T9UB9vdhIMFyh0byCr { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:12.26171875rem;left:40.875rem;height:2.92480625rem;font-style:normal;display:block; }
#gwnEg98J4lcomsyo94Es7uW7uykVCqUt { box-sizing:content-box;color:#14c512;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:12.26171875rem;left:37.0625rem;display:block; }
#FSn6hE7yKwTvNd2FTsmrOBywrsCuUNkK { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:17.244140625rem;left:40.875rem;height:2.92480625rem;font-style:normal;display:block; }
#KyWxulZbZ51GTEPUvt6vivSLNfcveJGJ { box-sizing:content-box;color:#14c512;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:17.875rem;left:37.0625rem;display:block; }
#IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:18.7060546875rem;left:40.875rem;height:1.4624rem;font-style:normal;display:block; }
#aaTPsTUKAFxNadMP6CpZ76tSpK8Hc2aJ { color:#e8f7ff;display:block;width:19.125rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:23.2001953125rem;left:38.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { position:absolute;display:block;z-index:100022;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;height:22.75rem;width:34.1875rem;top:4.71875rem;left:0rem;overflow:hidden;display:block; }
#o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -moz-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -ms-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -o-linear-gradient(115deg, #ff7f6c, #ff7f6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );";background-image: linear-gradient(115deg, #ff7f6c, #ff7f6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:24.66162109375rem;left:40.15625rem;display:block; }
#U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -moz-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -ms-linear-gradient(8deg, #ffffff, #eeeaf8);background-image: -o-linear-gradient(8deg, #ffffff, #eeeaf8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeaf8' );";background-image: linear-gradient(8deg, #ffffff, #eeeaf8);background-size:auto !important;position:relative;display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { background-color: transparent; background-image: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container { display: none; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .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); }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { border-width: 0; border-radius: 0; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row > .video-iframe-container {  }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { color:#e8f7ff;display:block;width:23rem;position:absolute;font-family:muli;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.6259765625rem;left:0rem;height:20.47363125rem;font-style:normal;display:block; }
#eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { position:absolute;display:block;z-index:100015;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;height:22.125rem;width:33.1875rem;top:4.875rem;left:26.8125rem;overflow:hidden;display:block; }
#gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { color:#ff7f6c;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:0.8017578125rem;left:0rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -moz-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -ms-linear-gradient(115deg, #ff7f6c, #ff7f6c);background-image: -o-linear-gradient(115deg, #ff7f6c, #ff7f6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f6c', endColorstr='#ff7f6c' );";background-image: linear-gradient(115deg, #ff7f6c, #ff7f6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:29.8125rem;left:0rem;display:block; }
#a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { background-color: transparent; background-image: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container { display: none; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .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); }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { border-width: 0; border-radius: 0; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row > .video-iframe-container {  }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { color:#ffffff;display:block;width:34rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.08740234375rem;left:12.71875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.0625rem;top:6.3125rem;left:25.6875rem;overflow:hidden;display:block; }
#OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { position:absolute;display:block;z-index:100019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fd7e6c, #fd7e6c);background-image: -moz-linear-gradient(180deg, #fd7e6c, #fd7e6c);background-image: -ms-linear-gradient(180deg, #fd7e6c, #fd7e6c);background-image: -o-linear-gradient(180deg, #fd7e6c, #fd7e6c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e6c', endColorstr='#fd7e6c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e6c', endColorstr='#fd7e6c' );";background-image: linear-gradient(180deg, #fd7e6c, #fd7e6c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:7.0625rem;left:26.4375rem;display:block; }
#rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { color:#d2a9ff;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:15.125rem;left:18.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { position:absolute;display:block;z-index:100016;height:31.25rem;width:48.625rem;top:21.96875rem;left:5.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:12.125rem;height:2.5rem;top:4.125rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:2.4375rem;left:0rem;width:12.375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { top:11.75rem;left:0rem;width:47.75rem;height:5.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { top:43.3125rem;left:3.375rem;width:41rem;height:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTZGlEyJXXMxmwxk5TxNsIo4gd91UPdz { top:19.1875rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { width:12.125rem;height:2.6875rem;top:52.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { top:12.5rem;left:0rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { top:15.375rem;left:0rem;width:19.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { top:12.5rem;left:12.3125rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { top:12.5rem;left:28.1875rem;width:19.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:6.25rem;left:37.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:6.625rem;left:21.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { top:6.6875rem;left:5.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFit3uLffxxLzxW8JbS2so6L42k23Hd { top:16.125rem;left:28.1875rem;width:19.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9SZPhoukOnSEAh8JRPKmo71Qwn78lBP { top:16.125rem;left:12.3125rem;width:19.4375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFehExCTSCsSwPPSQxNc6TZ9irbhg1bS { top:1.6875rem;left:0rem;width:33.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { display:block; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIZZ3F0IrSsZB5UZIOs3yQtonu0xfuLL { width:22rem;height:4.375rem;top:1.875rem;left:25.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgThQn05zO8NO9XJ9x97qcFM25JRn7H { top:7.3125rem;left:30.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWDrVFnc5ZJ0xDAIg4aw2mG8ZxPDX8 { top:7.3125rem;left:28.625rem;width:19.125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmiuwdGHNvMTp2T9UB9vdhIMFyh0byCr { top:12.25rem;left:28.625rem;width:19.125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwnEg98J4lcomsyo94Es7uW7uykVCqUt { top:12.25rem;left:30.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSn6hE7yKwTvNd2FTsmrOBywrsCuUNkK { top:17.1875rem;left:28.625rem;width:19.125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyWxulZbZ51GTEPUvt6vivSLNfcveJGJ { top:17.875rem;left:30.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { top:18.6875rem;left:28.625rem;width:19.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTPsTUKAFxNadMP6CpZ76tSpK8Hc2aJ { top:23.1875rem;left:28.625rem;width:19.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { top:4.6875rem;left:0rem;width:34.1875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { width:15.8125rem;height:3.125rem;top:24.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { top:7.625rem;left:0rem;width:23rem;height:20.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { top:4.875rem;left:0rem;width:33.1875rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { top:0.75rem;left:0rem;width:33.25rem;height:6.8125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { width:15.8125rem;height:3.125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { top:2.0625rem;left:0rem;width:34rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { top:6.3125rem;left:15.8125rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { top:7.0625rem;left:17.25rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { top:15.125rem;left:0.125rem;width:23.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { top:21.9375rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/bmWSwFvG/mobile1.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.53); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ykAbiqiVFhHdMKKaTp2Xf5Tw2zxGg95D { width:12.125rem;height:2.5rem;top:51.84423828125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg2nQaq54RZalwvwBCI0xmAFfK7vt0SV { display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:10rem;height:5rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW90zcbzIpT8vNKBkVcO8FkHuI7xDZMZ { width:20rem;height:5.19921875rem;top:7.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KcNUDzwNhLhT1aQND0TFxPxPObeS0Sya { width:17.25rem;height:6.8232375rem;top:33.0595703125rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MTZGlEyJXXMxmwxk5TxNsIo4gd91UPdz { height:11.25rem;width:20rem;top:20.56005625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKrmwzhKCUyvfU3XZ80aOF03brZ5ImL4 { width:12.125rem;height:2.6875rem;top:41.78173828125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfqJTLQECqRDnPuCl0E4IrSLl8HGMtdB { display:block; }
 }@media only screen and (max-width: 763px) { #kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ { display:block; }#kZ9e3uyD7SJxD3SfDEkSp8qyuVBz7bnQ > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJi62RmHpUad0R87HVyCTs9JIM2B4Rby { width:19.4375rem;height:1.625rem;top:13.375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #moq1bqEkxIzXoIJoDLxRHP8wE2ckqrZP { width:19.4375rem;height:5.19921875rem;top:16.25rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzAFyGQ5ipo5GH4K75GDEdMqcIFCXAx { width:19.4375rem;height:1.625rem;top:28.88671875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfmkZXNQJXCbQ6qPV82K6zehz1TCAIrl { width:19.4375rem;height:1.625rem;top:44.8984375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:5.4375rem;height:5.4375rem;top:38.2109375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:4.9375rem;height:4.9375rem;top:22.69921875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZiI4fcIVVBlqDfDvcCzQO03plUpyIr { width:4.75rem;height:4.75rem;top:7.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMFit3uLffxxLzxW8JbS2so6L42k23Hd { width:19.4375rem;height:3.8994125rem;top:47.7734375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9SZPhoukOnSEAh8JRPKmo71Qwn78lBP { width:19.4375rem;height:5.19921875rem;top:31.76171875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFehExCTSCsSwPPSQxNc6TZ9irbhg1bS { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm { display:block; }#x1WrBlQqHfu0sRpKrsoiLdHr9N6cScZm > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIZZ3F0IrSsZB5UZIOs3yQtonu0xfuLL { width:18rem;height:4.79980625rem;top:15.808625rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lXgThQn05zO8NO9XJ9x97qcFM25JRn7H { width:3.125rem;height:3.125rem;top:22.3583984375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlWDrVFnc5ZJ0xDAIg4aw2mG8ZxPDX8 { width:15.3125rem;height:3.65625rem;top:22.0927734375rem;left:4.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kmiuwdGHNvMTp2T9UB9vdhIMFyh0byCr { width:15.3125rem;height:3.65625rem;top:28.1865234375rem;left:4.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gwnEg98J4lcomsyo94Es7uW7uykVCqUt { width:3.125rem;height:3.125rem;top:28.4521484375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSn6hE7yKwTvNd2FTsmrOBywrsCuUNkK { width:15.375rem;height:3.65625rem;top:34.2802734375rem;left:4.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KyWxulZbZ51GTEPUvt6vivSLNfcveJGJ { width:3.125rem;height:3.125rem;top:34.5458984375rem;left:1rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeNtymde0HI3SmIOqc4z3Z9X0H0csmRo { width:16.375rem;height:1.21875rem;top:39.9140625rem;left:1.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aaTPsTUKAFxNadMP6CpZ76tSpK8Hc2aJ { width:19.125rem;height:1.4624rem;top:39.6083984375rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRZ5V02C0cNdBanbBV3kkSZ76T3x2F2a { width:20rem;height:13.308957952468rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o11UIbbalHeCNJiAsXGXrRA3dcoxoK0o { width:15.8125rem;height:3.125rem;top:39.9140625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3upyRUQ2Lcy8UPs1tgDbT8PoqmKHrVC { display:block; }
 }@media only screen and (max-width: 763px) { #elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 { display:block; }#elx0imsL5LNxSXV9ibZOTESqlPmBvgD3 > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhIwxpN7VzcMbMr4JMRBL1SnEfikaQTI { width:16.1875rem;height:22.0966375rem;top:21.44921875rem;left:1.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eC0S0DNT1SRxQJfQVoTCSCJ8ZIo67AIi { width:20rem;height:13.3125rem;top:0.7099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReuRbHZph9nNdzDBOIJtWvV6wDcEw0O { width:20rem;height:5.19921875rem;top:15.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFCnPyXxmW1TWNosGpVTSiMAKKv4JRW { width:15.8125rem;height:3.125rem;top:44.79540625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80dx9Myi7kVzfiEGcqRQru2D2ZI5IyL { display:block; }
 }@media only screen and (max-width: 763px) { #tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR { display:block; }#tey5ioRNuDbgK3z0vEIIHgd3FZ5mo4XR > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZb97RT0QDGi2gnNdTP5KRaLhX4pXyst { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9KZ1rbQWPiNz9MzXQIZt4ii8rLt0ZU6 { width:7.5rem;height:7.5rem;top:4.61230625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVwkO6ffPZF1iusqyT7TP3T2D7XkGhHJ { width:6.625rem;height:6.625rem;top:5.0498046875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpGZqJpUOtKDHZtU5RpRwQu9aIuPalA { width:15.875rem;height:6.5rem;top:13.6123046875rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpCxg4FpluZDZBqDcwvTzG0xhwRR7Fw2 { width:20rem;height:31.25rem;top:21.9248046875rem;left:0rem;display:block; }
 }