.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:none;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); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { background-color: transparent; background-image: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .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); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { border-width: 0; border-radius: 0; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container { background-color: transparent; background-image: none; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container > .video-iframe-container { display: none; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row > .video-iframe-container { display: none; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .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); }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container { border-width: 0; border-radius: 0; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#gB65Ju5W4KlqHKk4rut6VMcc2vt0cArJ { background-color:#d65ba5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.4375rem;left:0rem;display:block; }
#GBaHftE8T0RTaMsdxDDFDXXKAbt26O5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Znt00ELHt67L7pEWZiSwBzUbkJrMO002 { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1493053436281rem;left:0rem;height:8.53125rem;font-style:normal;display:block; }
#WANbi6QN2sU6ShLw8napoSX4woa1xUKf { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#KZtOxXa2Q5oDzw0oiiqZkMgzID3qfJ2X { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.8125rem;top:20.875rem;left:0rem;overflow:hidden;display:block; }
#FdtXCJqFtQwxicNuTOV5LTnsN7RMSzXv { color:#000000;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.006076812744rem;left:2.3055553436279rem;height:1.4619125rem;font-style:normal;display:block; }
#dzyg8edNmSOkPrZNklTkwMDJxsMHT54H { color:#000000;display:block;width:6.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.006076812744rem;left:14.125rem;height:1.4619125rem;font-style:normal;display:block; }
#B1DzwseHOrlfilc7pal7d8cqvRU1nQPs { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:20.875rem;left:11.6796875rem;overflow:hidden;display:block; }
#ymU0tdhd9Qt6HCwzrGqQxU8fA6bLQRyi { color:#000000;display:block;width:6rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:20.925348281861rem;left:23.125001907349rem;height:1.4619125rem;font-style:normal;display:block; }
#F4Et4ebeo3a0074gWcseweLZn3EWWwgC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.375rem;top:20.875rem;left:20.875001907349rem;overflow:hidden;display:block; }
#syaTb3CMNl68sptrhLkVcvKTDPV16ovT { background-color:#d65ba5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.65625rem;left:8.2430553436281rem;display:block; }
#I5apNtniTqbJimcMnupfu9STqVvWCgyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTTW76q9c2S3tS7bZdcrIBwWwgnEzWkg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.6875rem;width:29.375rem;top:0.625rem;left:42.96875rem;overflow:hidden;display:block; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .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; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;color:#d65ba5;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:montserrat;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top: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:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg { 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:#d65ba5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:23.3125rem;left:48.03125rem;z-index:15022; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #t5Muey6yf5zehysnFWdHffyo2UI99ST3 { display:flex;position:relative;top:0rem;left:0rem; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #wEhozqhVNOwnzSsZx339PpWTahPUDrKc { width:auto; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #IGxzWhWCI51u0TTSwTpBLIluixKtNVrw {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #T5l7uMipeOEnBNu6nI1lMVpzzpt8QFhX { display:flex;position:relative;top:0rem;left:0rem; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #TuJc2RO9UE8sce1JLesu1I3on7qTw3QI {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Bh6C2wV76VTxTiDg8gT6VlLyGSHCTaht {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Nnbx4K1wxuvIX5bMybPevuBadSGssbvc { display:flex;position:relative;top:0rem;left:0rem; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #cT7qGU4pZuiwTKJFEJrkdl1moL8cLeze {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #xMtTPgxrLuvIJnVpxDHZVccSnDxfqekq {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #KLSErqV5qHWMWWdadw9rrgw2kFx1sSF3 { display:flex;position:relative;top:0rem;left:0rem; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #ALyF0T9zZvswb7qtWu9E5OlgHVBzSa1g {  }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #b15vH4XWz55u4Kklc7uhSzm5sQyk6DIA {  }
#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3043;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container { background-color: transparent; background-image: none; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container > .video-iframe-container { display: none; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row > .video-iframe-container { display: none; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .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); }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container { border-width: 0; border-radius: 0; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#zgKalcQ43letGZ8x7B1Tut8CT1WT0ML3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:19rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#cr2en4LNUByQySQxX6xgOTuAaq4zNM4F { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:21.8125rem;height:4.89930625rem;font-style:normal;display:block; }
#J6kdVUndyssaUfZNG01uF5xiKkuEWqvR { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8.375rem;left:21.8125rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#G82EIsLsApWyfGLNEuNAXaOEULooXlMO { background-color:#d65ba5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.3125rem;left:26.65625rem;display:block; }
#RaZvoGPembV7Dt0OXOb1Isl7uTILoJpm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mrLQ61uFlWTa6i0UCSenet2U3wa1AylX { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:14.125rem;left:23.0625rem;height:5.875rem;font-style:normal;overflow:hidden;display:block; }#mrLQ61uFlWTa6i0UCSenet2U3wa1AylX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mrLQ61uFlWTa6i0UCSenet2U3wa1AylX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5919be0e-e373-434f-bb92-877688178537/Ellipse21.png); }
#DAFU6ZcXlvqFN4RsJKVihenZ0IA0Hkgg { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:20.6875rem;left:21.8125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container { background-color: transparent; background-image: none; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container > .video-iframe-container { display: none; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row > .video-iframe-container { display: none; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .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); }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container { border-width: 0; border-radius: 0; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#vegGbPN5dpp6xuyFD1CKJFuIX8WmvrVh { color:#121212;display:block;width:43.0625rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.0625rem;left:6.625rem;height:2.44965rem;font-style:normal;display:block; }
#uemSKtWzbJCmhZG5pmDW5p8shyTfTcFz { color:#121212;display:block;width:43.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:6.1875rem;left:6.625rem;height:11.1953125rem;font-style:normal;display:block; }
#cN4LSciZWpNJQpOCzKmCFQF0FqHW60OF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:13.1875rem;top:2.5625rem;left:55.1875rem;overflow:hidden;display:block; }
#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container { background-color: transparent; background-image: none; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container > .video-iframe-container { display: none; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row > .video-iframe-container { display: none; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .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); }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container { border-width: 0; border-radius: 0; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#fTfTczS8EH2O5I3hh3SJScy4QoJKq1IL { color:#000000;display:block;width:47.8125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.7119140625rem;left:13.59375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container { background-color: transparent; background-image: none; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container > .video-iframe-container { display: none; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row > .video-iframe-container { display: none; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .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); }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container { border-width: 0; border-radius: 0; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#QWVCPovAFJW3fPgKJN41eVouQEzmWn3M { position:absolute;z-index:15011;top:9.0625rem;left:18.375rem;width:38.25rem;height:28.75rem;display:block; }
#OBncl5ETzfE4ZQ6RiKZPTTOag7UKbuTv { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0c1d3;border-left:0.0625rem solid #b0c1d3;border-right:0.0625rem solid #b0c1d3;border-bottom:0.0625rem solid #b0c1d3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;height:42.3125rem;width:42.3125rem;top:1.125rem;left:16.375rem;display:block; }
#amydgrxK7EgCqpUBTm902C7nMneeq9vr { color:#000000;display:block;width:39.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:3.1875rem;left:17.875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { background-color: transparent; background-image: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container > .video-iframe-container { display: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container { display: none; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .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); }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { border-width: 0; border-radius: 0; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#paybshEQGqnehQSFIFH17ia1VcmOov76 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.625rem;top:1.3125rem;left:29.4375rem;overflow:hidden;display:block; }
#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c3043;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { background-color: transparent; background-image: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .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); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { border-width: 0; border-radius: 0; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { font-size:0.875rem;font-family:"open sans";height:8.125rem;width:75rem;position:relative;display:block; }#zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { display:block;width:56.1875rem;position:absolute;font-family:"titillium web";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:10.0625rem;height:4.8730625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:12.5rem;height:2.75rem;top:1.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun { display:block; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container { width:47.75rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gB65Ju5W4KlqHKk4rut6VMcc2vt0cArJ { width:21.6875rem;height:3rem;top:1.15625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBaHftE8T0RTaMsdxDDFDXXKAbt26O5Z { display:block; }
 }@media only screen and (max-width: 1199px) { #Znt00ELHt67L7pEWZiSwBzUbkJrMO002 { width:25.875rem;height:7.3125rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WANbi6QN2sU6ShLw8napoSX4woa1xUKf { width:23.25rem;height:1.94965rem;top:15rem;left:0.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZtOxXa2Q5oDzw0oiiqZkMgzID3qfJ2X { width:1.8125rem;height:1.5625rem;top:18.497396469116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FdtXCJqFtQwxicNuTOV5LTnsN7RMSzXv { width:9.375rem;height:1.29980625rem;top:18.628473281861rem;left:2.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzyg8edNmSOkPrZNklTkwMDJxsMHT54H { width:6rem;height:1.29980625rem;top:18.628473281861rem;left:14.423611223698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1DzwseHOrlfilc7pal7d8cqvRU1nQPs { width:1.5625rem;height:1.5625rem;top:18.497396469116rem;left:12.156250536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ymU0tdhd9Qt6HCwzrGqQxU8fA6bLQRyi { width:6rem;height:1.29980625rem;top:18.628473281861rem;left:22.624999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4Et4ebeo3a0074gWcseweLZn3EWWwgC { width:1.375rem;height:1.5625rem;top:18.552951812744rem;left:20.368054926396rem;display:block; }
 }@media only screen and (max-width: 1199px) { #syaTb3CMNl68sptrhLkVcvKTDPV16ovT { width:20.0625rem;height:3rem;top:22.871528625488rem;left:4.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I5apNtniTqbJimcMnupfu9STqVvWCgyH { display:block; }
 }@media only screen and (max-width: 1199px) { #bTTW76q9c2S3tS7bZdcrIBwWwgnEzWkg { width:17.875rem;height:19.3125rem;top:4.15625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-text.counter-number { padding-top:0.4225rem;padding-right:0.374375rem;padding-bottom:0.4225rem;padding-left:0.374375rem;width:2.246875rem;min-width:2.246875rem;height:2.27rem;font-size:1.689375rem;line-height:36.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.995625rem;height:0.8975rem;font-size:0.63375rem;line-height:14.36px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg { width:15.8125rem;height:4.4375rem;display:flex;top:21.625rem;left:30.3701171875rem;z-index:15022;padding-top:0.528125rem;padding-right:0.535rem;padding-bottom:0.528125rem;padding-left:0.535rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #t5Muey6yf5zehysnFWdHffyo2UI99ST3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #wEhozqhVNOwnzSsZx339PpWTahPUDrKc {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #IGxzWhWCI51u0TTSwTpBLIluixKtNVrw {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #T5l7uMipeOEnBNu6nI1lMVpzzpt8QFhX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #TuJc2RO9UE8sce1JLesu1I3on7qTw3QI {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Bh6C2wV76VTxTiDg8gT6VlLyGSHCTaht {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Nnbx4K1wxuvIX5bMybPevuBadSGssbvc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #cT7qGU4pZuiwTKJFEJrkdl1moL8cLeze {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #xMtTPgxrLuvIJnVpxDHZVccSnDxfqekq {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #KLSErqV5qHWMWWdadw9rrgw2kFx1sSF3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #ALyF0T9zZvswb7qtWu9E5OlgHVBzSa1g {  }
 }@media only screen and (max-width: 1199px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #b15vH4XWz55u4Kklc7uhSzm5sQyk6DIA {  }
 }@media only screen and (max-width: 1199px) { #A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw { display:block; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zgKalcQ43letGZ8x7B1Tut8CT1WT0ML3 { width:16.1875rem;height:13.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cr2en4LNUByQySQxX6xgOTuAaq4zNM4F { width:30.375rem;height:5.7744125rem;top:1.75rem;left:17.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6kdVUndyssaUfZNG01uF5xiKkuEWqvR { width:30.375rem;height:7.87109375rem;top:8.25rem;left:17.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G82EIsLsApWyfGLNEuNAXaOEULooXlMO { width:20.0625rem;height:3rem;top:29.03125rem;left:13.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaZvoGPembV7Dt0OXOb1Isl7uTILoJpm { display:block; }
 }@media only screen and (max-width: 1199px) { #mrLQ61uFlWTa6i0UCSenet2U3wa1AylX { width:30.375rem;height:8.496125rem;top:15.3134765625rem;left:17.34375rem;font-size:1.125rem;display:block; }#mrLQ61uFlWTa6i0UCSenet2U3wa1AylX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5919be0e-e373-434f-bb92-877688178537/Ellipse21.png); }
 }@media only screen and (max-width: 1199px) { #DAFU6ZcXlvqFN4RsJKVihenZ0IA0Hkgg { width:30.375rem;height:3.14930625rem;top:24.4375rem;left:17.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU { display:block; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vegGbPN5dpp6xuyFD1CKJFuIX8WmvrVh { width:43.0625rem;height:2.44965rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uemSKtWzbJCmhZG5pmDW5p8shyTfTcFz { width:33.75rem;height:13.994125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN4LSciZWpNJQpOCzKmCFQF0FqHW60OF { width:13.1875rem;height:15.375rem;top:4.5625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y9EHTKMUe00SHd040PPAOzE45BTzCwO1 { display:block; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fTfTczS8EH2O5I3hh3SJScy4QoJKq1IL { width:47.75rem;height:1.94965rem;top:1.6748046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR { display:block; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container { width:47.75rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QWVCPovAFJW3fPgKJN41eVouQEzmWn3M { width:38.875rem;height:28.75rem;top:9rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBncl5ETzfE4ZQ6RiKZPTTOag7UKbuTv { width:42.3125rem;height:42.75rem;top:1.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amydgrxK7EgCqpUBTm902C7nMneeq9vr { width:39.125rem;height:4.3857375rem;top:3.4375rem;left:4.3125rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { display:block; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:12.5rem;height:2.75rem;top:1.5rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:46.4375rem;height:4.8730625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:10.5625rem;height:2.3125rem;top:0.9375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun { display:block; }#ma3r52KfhQiRKTQCqz7Uwf8HHA1rTXun > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gB65Ju5W4KlqHKk4rut6VMcc2vt0cArJ { width:19rem;height:3.625rem;top:0.8154296875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBaHftE8T0RTaMsdxDDFDXXKAbt26O5Z { display:block; }
 }@media only screen and (max-width: 763px) { #Znt00ELHt67L7pEWZiSwBzUbkJrMO002 { width:20rem;height:9.75rem;top:6.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WANbi6QN2sU6ShLw8napoSX4woa1xUKf { width:20rem;height:1.94965rem;top:17.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KZtOxXa2Q5oDzw0oiiqZkMgzID3qfJ2X { width:1.8125rem;height:1.5625rem;top:22.3125rem;left:3.7430554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdtXCJqFtQwxicNuTOV5LTnsN7RMSzXv { width:9.375rem;height:1.29980625rem;top:22.443576812744rem;left:6.2500000596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzyg8edNmSOkPrZNklTkwMDJxsMHT54H { width:6rem;height:1.29980625rem;top:25.1875rem;left:7.9375005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1DzwseHOrlfilc7pal7d8cqvRU1nQPs { width:1.5625rem;height:1.5625rem;top:25.055555343628rem;left:5.5555554032326rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymU0tdhd9Qt6HCwzrGqQxU8fA6bLQRyi { width:6rem;height:1.29980625rem;top:28.506076812744rem;left:9.1250005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Et4ebeo3a0074gWcseweLZn3EWWwgC { width:1.375rem;height:1.5625rem;top:28.375rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #syaTb3CMNl68sptrhLkVcvKTDPV16ovT { width:18.4375rem;height:3.625rem;top:31.266494750976rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5apNtniTqbJimcMnupfu9STqVvWCgyH { display:block; }
 }@media only screen and (max-width: 763px) { #bTTW76q9c2S3tS7bZdcrIBwWwgnEzWkg { width:20rem;height:21.607625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .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; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg .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; }
#R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg { width:18rem;height:5.0625rem;display:flex;top:57rem;left:0.4375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #t5Muey6yf5zehysnFWdHffyo2UI99ST3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #wEhozqhVNOwnzSsZx339PpWTahPUDrKc {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #IGxzWhWCI51u0TTSwTpBLIluixKtNVrw {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #T5l7uMipeOEnBNu6nI1lMVpzzpt8QFhX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #TuJc2RO9UE8sce1JLesu1I3on7qTw3QI {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Bh6C2wV76VTxTiDg8gT6VlLyGSHCTaht {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #Nnbx4K1wxuvIX5bMybPevuBadSGssbvc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #cT7qGU4pZuiwTKJFEJrkdl1moL8cLeze {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #xMtTPgxrLuvIJnVpxDHZVccSnDxfqekq {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #KLSErqV5qHWMWWdadw9rrgw2kFx1sSF3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #ALyF0T9zZvswb7qtWu9E5OlgHVBzSa1g {  }
 }@media only screen and (max-width: 763px) { #R1Fmhl5sbid2bFtVIb7Fi5xilBOmgQrg #b15vH4XWz55u4Kklc7uhSzm5sQyk6DIA {  }
 }@media only screen and (max-width: 763px) { #A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw { display:block; }#A5l9lyJ6r8CWVqIBPZuAutbLUysV8Maw > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgKalcQ43letGZ8x7B1Tut8CT1WT0ML3 { width:15.625rem;height:12.5625rem;top:1.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr2en4LNUByQySQxX6xgOTuAaq4zNM4F { width:20rem;height:7.69925rem;top:15.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6kdVUndyssaUfZNG01uF5xiKkuEWqvR { width:20rem;height:9.4453125rem;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G82EIsLsApWyfGLNEuNAXaOEULooXlMO { width:19rem;height:3.625rem;top:51.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZvoGPembV7Dt0OXOb1Isl7uTILoJpm { display:block; }
 }@media only screen and (max-width: 763px) { #mrLQ61uFlWTa6i0UCSenet2U3wa1AylX { width:20rem;height:11.6445rem;top:33.3125rem;left:0rem;font-size:1.125rem;display:block; }#mrLQ61uFlWTa6i0UCSenet2U3wa1AylX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5919be0e-e373-434f-bb92-877688178537/Ellipse21.png); }
 }@media only screen and (max-width: 763px) { #DAFU6ZcXlvqFN4RsJKVihenZ0IA0Hkgg { width:20rem;height:4.72265625rem;top:45.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU { display:block; }#NnCu6oiTvbhIM0kKqP0r1n6PTOdCOuRU > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vegGbPN5dpp6xuyFD1CKJFuIX8WmvrVh { width:20rem;height:2.44965rem;top:1.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uemSKtWzbJCmhZG5pmDW5p8shyTfTcFz { width:20rem;height:23.7900625rem;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cN4LSciZWpNJQpOCzKmCFQF0FqHW60OF { width:13.1875rem;height:15.375rem;top:30.0517578125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9EHTKMUe00SHd040PPAOzE45BTzCwO1 { display:block; }#y9EHTKMUe00SHd040PPAOzE45BTzCwO1 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTfTczS8EH2O5I3hh3SJScy4QoJKq1IL { width:20rem;height:3.89930625rem;top:1.0986328125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR { display:block; }#DHuL6t5ws2wTKGCDPp7C1m3NLJ6V2wfR > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWVCPovAFJW3fPgKJN41eVouQEzmWn3M { width:18.75rem;height:38.125rem;top:14.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBncl5ETzfE4ZQ6RiKZPTTOag7UKbuTv { width:20rem;height:53.6875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amydgrxK7EgCqpUBTm902C7nMneeq9vr { width:20rem;height:11.375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 { display:block; }#dHkq0RBNtTudr3BRiUvlK8xLAuipfot9 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paybshEQGqnehQSFIFH17ia1VcmOov76 { width:9rem;height:1.9375rem;top:1.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:18.125rem;height:7.14845rem;top:0.80078125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }