.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#2dce2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:75rem;height:8.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Wo7Q3598OV9cT1PL6W4aODfN7pVEaD1B { color:#ffffff;display:block;width:38.186875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8109810352326rem;left:19.341365814209rem;height:4.44835rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;background-image:url("https://images.assets-landingi.com/qbDZyZa9/preview_full_fb_banner_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR.adaptive-delivery-prevent-bg, #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR.lazyload, #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR.lazyloading { background-image: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container { background-color: transparent; background-image: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container > .video-iframe-container { display: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row > .video-iframe-container { display: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .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); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container { border-width: 0; border-radius: 0; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ATSXec7/iStock_181_cropped.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5.adaptive-delivery-prevent-bg, #XBdElPKbq4iB9N4uc2k0fWap327da3Q5.lazyload, #XBdElPKbq4iB9N4uc2k0fWap327da3Q5.lazyloading { background-image: none; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container { background-color: transparent; background-image: none; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container > .video-iframe-container { display: none; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row > .video-iframe-container { display: none; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .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); }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container { border-width: 0; border-radius: 0; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container { font-size:0.875rem;font-family:arial;height:79.1875rem;width:75rem;position:relative;display:block; }#lDCo4Sud9135fiViyrCHOMVsb9nlaqCV { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.625rem;width:75rem;top:4.75rem;left:0rem;display:block; }
#e4XxFgQgS8PvT7anHUpqCWPVK2vhRZfL { color:#474747;display:block;width:62.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.3125rem;height:8.77605rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R21dSO0CSRhlKnr0mq8ils5NEvUaLZSt { color:#2dce2d;display:block;width:39.3125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:18.5rem;left:17.875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOKBcgTuLQruCI2gZ9M7T2AXI1t52XJB { color:#474747;display:block;width:62.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wqTyfKNXpfTCEoen4VaGzhXNHRE9M6bs { position:absolute;display:block;z-index:100001;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:45.5rem;width:75rem;top:31.060114860534rem;left:0rem;display:block; }
#F1EN0P49AwLQHsMATQkcRncklghao8qA { color:#2dce2d;display:block;width:32.5625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:32.375rem;left:2.625rem;height:7.79623125rem;text-align:center;text-align-last:center;display:block; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-form-header {  }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:30.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#2dce2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:30.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:28.9375rem;overflow:hidden;font-style:normal; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-container:first-of-type{padding-top:0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-container:last-of-type{padding-bottom:0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:40.811633110046rem;left:2.4663639068604rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.3125rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y {display:block;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:40.811633110046rem;left:2.4663639068604rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #x6tmieuuZotR0cRagT6ZsGuFUpQAkcO9 { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #sWWJxmuVV661kPanFhFv5xSIfSkFWuIK { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #A82t95WCPDKKTpMpFkOGLW84mzPr3aM6 { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BMPV1FypR4OLe49R4IGNTJdasqbCbRxc { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #B0AANdRsUq78k9dM9J6Bp8ILZttIv0e4 { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vi06qTpqiUqN0MfZo55CZ9KKFuacU9No { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Ex5qQKI6GEssLyVEeMu8Nyq83xvOXXFJ { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BqhRApiTKuEqcuhoBN8xT0kevt6P5nUu { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vN74toTt2XUBvmBckkvvcMTh6Sia7mqz { position:relative; }
#GG4l5TSTcqATW31NkvVM5qC52mNQ6Zp0 { position:relative;display:block;z-index:100000;display:block; }
#vu0rwuMJxxGuRmznpz1DiXuG2J9vkXDW { position:relative;display:block;z-index:100000;display:block; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Tzg48PBDLEOWQV3UM4dQDZUnWRyIKWi4 { position:relative; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #OteB85UJVDfXJV2yBoTH84ciQIRmP2Pv { position:relative; }
#s4UOxF1aS2QeJ0PvR4lH1DWZ1BrafTsR { color:#f30000;display:block;width:32.561875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:34.97287273407rem;left:39.187282562256rem;height:2.59874375rem;text-align:center;text-align-last:center;display:block; }
#uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS { color:#2dce2d;display:block;width:32.561875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:40.170354843139rem;left:39.187282562256rem;height:;text-align:left;text-align-last:left;display:block; }#uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0c2ox1RP/red_tick.png); }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .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;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.635rem;padding-right:0.56rem;padding-bottom:0.635rem;padding-left:0.56rem;display:block;align-items:center;width:3.36125rem;min-width:3.36125rem;height:3.411875rem;position:relative;font-family:"open sans";font-size:2.54rem;font-weight:700;line-height:54.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.396875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.48125rem;height:1.349375rem;position:relative;font-family:"open sans";font-size:0.9525rem;font-weight:400;line-height:21.59px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb { 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:#ffffff;background-image:none;display:flex;justify-content:space-between;width:22.9980625rem;height:6.4355625rem;padding-top:0.79375rem;padding-right:0.800625rem;padding-bottom:0.79375rem;padding-left:0.800625rem;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:64.2968788147rem;left:6.311851501465rem;z-index:100006; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #LUBgkm4oawuKIE2QxTW3i3gg1c5tMcf1 { display:flex;position:relative;top:0rem;left:0rem; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xxXffzusmH8OPp09nMcDbqkcp0n9fRsq { width:auto; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gmv4UnzD3f6s2r0RLXXiqfPoATJxeqKZ {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gKpA81UuIfwiJodt0TzPAKExPBmFP0eU { display:flex;position:relative;top:0rem;left:0rem; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #PFmEDoU44SXHgp8ptARqZ1tege2TTqfN {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #D0rJOsUtUK9rT2kpRSHCuxgnuBwKqt8E {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #M8Ow4BPdRMwZrJxliHUspztzzxHH7VLP { display:flex;position:relative;top:0rem;left:0rem; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #nB1TvQh9gKf3NuzrzSAOwT1EVWsmnRTO {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xDgRRruggXTrDOK1IHyxUOFkZTqlzZTk {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #T6yckKTiBcyvJEnBArJq1XO7W1KfWd99 { display:flex;position:relative;top:0rem;left:0rem; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #v912pRQhCfUFX34NILfHmqTMuz2UU6ct {  }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #sRNJ2A5uRFwUTJ6Jo7X5v99rPiOk5uae {  }
#p1XdENqddvf0eMNzGCidGefPb0AHK61T { position:relative;display:block; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T { background-color: transparent; background-image: none; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row .container > .video-iframe-container { display: none; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row > .video-iframe-container { display: none; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .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); }#p1XdENqddvf0eMNzGCidGefPb0AHK61T { border-width: 0; border-radius: 0; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2d2d2d;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#RSX1MRNTuaZf5tZP1G5n07Xt2g8tKVLR { color:#2dce2d;display:block;width:62.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:6.3125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a85Jqs0w7yMnQwOlVaR3a0hVlBFKzTAn { color:#474747;display:block;width:62.4375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:5.1875rem;left:6.3125rem;height:4.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp { position:relative;display:block; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp { background-color: transparent; background-image: none; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row .container > .video-iframe-container { display: none; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row > .video-iframe-container { display: none; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .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); }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp { border-width: 0; border-radius: 0; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2d2d2d;background-image:none;font-size:0.875rem;font-family:arial;height:49.3125rem;width:75rem;position:relative;display:block; }#qMWLzP1GTlWH6XrMfcCvVp9wfZ7n7330 { color:#474747;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:15.25rem;left:1.03125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2SkuuqpP3wwTgufKyRX6HNJFWMoEvQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:21.3125rem;top:1.625rem;left:1.84375rem;overflow:hidden;display:block; }
#ZXWdPKipNSlqzQ11h3PJKezWHGKDl9iu { color:#474747;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:15.25rem;left:26.03125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfTEQeeirU3CspQg5fatqLhmhTFyzWDW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:10.5625rem;top:1.625rem;left:32.21875rem;overflow:hidden;display:block; }
#Ww9Nok7UVCgBp3p80AO0UCqmLvmHOwCV { color:#474747;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:15.25rem;left:51.03125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdiKTdPQWpAhW0Jv1yUywXxtHZNxQD0p { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:21.3125rem;top:1.625rem;left:51.84375rem;overflow:hidden;display:block; }
#XOIU17WnrIzXll0Spdi3lfcIrLyDApDh { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:19rem;left:1.03125rem;height:24.92796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpTr0O1h9ybxIUHgv1UtkTVKb26JCbt5 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:19rem;left:26.03125rem;height:27.790775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MV8IJqTeO53aahmAVQ3xpPvsAfbZ37Zk { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:19rem;left:51.03125rem;height:17.6145875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL { position:relative;display:block; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL { background-color: transparent; background-image: none; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row .container > .video-iframe-container { display: none; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row > .video-iframe-container { display: none; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .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); }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL { border-width: 0; border-radius: 0; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#kaUUOd71RWVndwzThuHXszVfQDyTRepl { background-color:#2dce2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.749125rem;height:4.43685rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:3.1239147186279rem;left:19.124351501465rem;display:block; }
#Wup08wUHVMx14O2gWWhXWrAN1aWzzToV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS { position:relative;display:block; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS { background-color: transparent; background-image: none; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row .container > .video-iframe-container { display: none; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row > .video-iframe-container { display: none; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .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); }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS { border-width: 0; border-radius: 0; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#KCKHUJPPTNHNVaxNfeZikECptezT5WKw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:16.875rem;top:6.1875rem;left:9.875rem;overflow:hidden;display:block; }
#Rkgrburm0nIS7MtUl5ztoOqlzfK4ThHy { color:#474747;display:block;width:22.7495625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.125rem;left:6.9375rem;height:5.36133125rem;text-align:center;text-align-last:center;display:block; }
#zTJds1BZUhTeW3haASFSrXciI5II96kF { position:absolute;display:block;z-index:100002;height:20rem;width:38.75rem;top:2.75rem;left:34.0625rem;display:block; }
#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 { position:relative;display:block; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 { background-color: transparent; background-image: none; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row .container > .video-iframe-container { display: none; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row > .video-iframe-container { display: none; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .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); }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 { border-width: 0; border-radius: 0; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#MOtWhQ1V9mIIbPNQ8S9avOiUfovfghpv { color:#000000;display:block;width:32.875rem;position:absolute;font-family:raleway;font-size:3.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:7.4375rem;left:36.4375rem;height:7.2504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmQ76gISgkTd2VZumbUaOTu5gOMSXFHd { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:15.375rem;left:37.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CouF0oTTIhTS52OeToITtuunhZytwpoZ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.1875rem;top:5.9375rem;left:10.21875rem;overflow:hidden;display:block; }
#DT50Wqn5MFp6swinTGVCkphGshBzH2dm { color:#000000;display:block;width:69.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:4.34375rem;height:17.6146rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql { background-color:#2dce2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container { background-color: transparent; background-image: none; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container > .video-iframe-container { display: none; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row > .video-iframe-container { display: none; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .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); }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container { border-width: 0; border-radius: 0; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container { width:75rem;height:5.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#guUZ9M1tO1QNdatVrx6m9aTT7PTazdsA { color:#ffffff;display:block;width:54.561625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.99934768676756rem;left:11.842449188233rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C { position:relative;display:block; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C { background-color: transparent; background-image: none; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row .container > .video-iframe-container { display: none; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row > .video-iframe-container { display: none; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .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); }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C { border-width: 0; border-radius: 0; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#QwhAp9ffGBNsxzP4AnQaNWpmeODXZ3xm { color:#000000;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.34375rem;left:22.46875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wo7Q3598OV9cT1PL6W4aODfN7pVEaD1B { top:1.75rem;left:5.716365814209rem;width:38.125rem;height:4.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR { display:block; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBdElPKbq4iB9N4uc2k0fWap327da3Q5 { display:block; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDCo4Sud9135fiViyrCHOMVsb9nlaqCV { top:4.75rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4XxFgQgS8PvT7anHUpqCWPVK2vhRZfL { top:6.875rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R21dSO0CSRhlKnr0mq8ils5NEvUaLZSt { top:18.5rem;left:4.25rem;width:39.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKBcgTuLQruCI2gZ9M7T2AXI1t52XJB { top:22.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTyfKNXpfTCEoen4VaGzhXNHRE9M6bs { top:31rem;left:0rem;width:47.75rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EN0P49AwLQHsMATQkcRncklghao8qA { top:32.3125rem;left:0rem;width:32.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-regular-label { width:30.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-textarea { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-button { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-checkbox-label { width:28.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y  { width:30.3125rem;height:19.4375rem;top:40.75rem;left:0rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .radio-container { width:30.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y {display:block;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y { width:30.3125rem;height:19.4375rem;top:40.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #x6tmieuuZotR0cRagT6ZsGuFUpQAkcO9 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #sWWJxmuVV661kPanFhFv5xSIfSkFWuIK {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #A82t95WCPDKKTpMpFkOGLW84mzPr3aM6 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BMPV1FypR4OLe49R4IGNTJdasqbCbRxc {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #B0AANdRsUq78k9dM9J6Bp8ILZttIv0e4 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vi06qTpqiUqN0MfZo55CZ9KKFuacU9No {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Ex5qQKI6GEssLyVEeMu8Nyq83xvOXXFJ {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BqhRApiTKuEqcuhoBN8xT0kevt6P5nUu {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vN74toTt2XUBvmBckkvvcMTh6Sia7mqz {  }
 }@media only screen and (max-width: 763px) { #GG4l5TSTcqATW31NkvVM5qC52mNQ6Zp0 { display:block; }
 }@media only screen and (max-width: 763px) { #vu0rwuMJxxGuRmznpz1DiXuG2J9vkXDW { display:block; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Tzg48PBDLEOWQV3UM4dQDZUnWRyIKWi4 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #OteB85UJVDfXJV2yBoTH84ciQIRmP2Pv {  }
 }@media only screen and (max-width: 763px) { #s4UOxF1aS2QeJ0PvR4lH1DWZ1BrafTsR { top:34.9375rem;left:15.25rem;width:32.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS { top:40.125rem;left:15.25rem;width:32.5rem;height:14.9375rem;font-size:1rem;display:block; }#uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0c2ox1RP/red_tick.png); }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .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; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .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; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb { display:flex;width:18rem;height:5.0625rem;top:9.6875rem;left:14.187503814698rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #LUBgkm4oawuKIE2QxTW3i3gg1c5tMcf1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xxXffzusmH8OPp09nMcDbqkcp0n9fRsq {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gmv4UnzD3f6s2r0RLXXiqfPoATJxeqKZ {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gKpA81UuIfwiJodt0TzPAKExPBmFP0eU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #PFmEDoU44SXHgp8ptARqZ1tege2TTqfN {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #D0rJOsUtUK9rT2kpRSHCuxgnuBwKqt8E {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #M8Ow4BPdRMwZrJxliHUspztzzxHH7VLP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #nB1TvQh9gKf3NuzrzSAOwT1EVWsmnRTO {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xDgRRruggXTrDOK1IHyxUOFkZTqlzZTk {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #T6yckKTiBcyvJEnBArJq1XO7W1KfWd99 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #v912pRQhCfUFX34NILfHmqTMuz2UU6ct {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #sRNJ2A5uRFwUTJ6Jo7X5v99rPiOk5uae {  }
 }@media only screen and (max-width: 763px) { #p1XdENqddvf0eMNzGCidGefPb0AHK61T { display:block; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSX1MRNTuaZf5tZP1G5n07Xt2g8tKVLR { top:2.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a85Jqs0w7yMnQwOlVaR3a0hVlBFKzTAn { top:5.125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp { display:block; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWLzP1GTlWH6XrMfcCvVp9wfZ7n7330 { top:15.1875rem;left:0rem;width:22.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2SkuuqpP3wwTgufKyRX6HNJFWMoEvQ { top:1.625rem;left:0rem;width:21.3125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXWdPKipNSlqzQ11h3PJKezWHGKDl9iu { top:15.1875rem;left:8.8125rem;width:22.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTEQeeirU3CspQg5fatqLhmhTFyzWDW { top:1.625rem;left:18.53125rem;width:10.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww9Nok7UVCgBp3p80AO0UCqmLvmHOwCV { top:15.1875rem;left:24.6875rem;width:22.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdiKTdPQWpAhW0Jv1yUywXxtHZNxQD0p { top:1.625rem;left:26.3125rem;width:21.3125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOIU17WnrIzXll0Spdi3lfcIrLyDApDh { top:19rem;left:0rem;width:22.9375rem;height:24.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTr0O1h9ybxIUHgv1UtkTVKb26JCbt5 { top:19rem;left:8.8125rem;width:22.9375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV8IJqTeO53aahmAVQ3xpPvsAfbZ37Zk { top:19rem;left:24.6875rem;width:22.9375rem;height:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL { display:block; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaUUOd71RWVndwzThuHXszVfQDyTRepl { width:36.6875rem;height:4.375rem;top:3.0625rem;left:5.4993515014649rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wup08wUHVMx14O2gWWhXWrAN1aWzzToV { display:block; }
 }@media only screen and (max-width: 763px) { #JpOZTqFxoInoRWAfibZIKRg2i9up9TBS { display:block; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCKHUJPPTNHNVaxNfeZikECptezT5WKw { top:6.1875rem;left:0rem;width:16.875rem;height:3.49935rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkgrburm0nIS7MtUl5ztoOqlzfK4ThHy { top:11.125rem;left:0rem;width:22.6875rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJds1BZUhTeW3haASFSrXciI5II96kF { top:2.75rem;left:9rem;width:38.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 { display:block; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtWhQ1V9mIIbPNQ8S9avOiUfovfghpv { top:7.4375rem;left:14.875rem;width:32.875rem;height:7.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ76gISgkTd2VZumbUaOTu5gOMSXFHd { top:15.375rem;left:17.8125rem;width:29.9375rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CouF0oTTIhTS52OeToITtuunhZytwpoZ { top:5.9375rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT50Wqn5MFp6swinTGVCkphGshBzH2dm { top:25.3125rem;left:0rem;width:47.75rem;height:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql { display:block; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guUZ9M1tO1QNdatVrx6m9aTT7PTazdsA { top:0.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C { display:block; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhAp9ffGBNsxzP4AnQaNWpmeODXZ3xm { top:2.3125rem;left:8.84375rem;width:30.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wo7Q3598OV9cT1PL6W4aODfN7pVEaD1B { width:20rem;height:3.8997375rem;top:0.91885650157931rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR { display:block; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR { background-color: transparent; background-image: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container > .video-iframe-container { display: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row > .video-iframe-container { display: none; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .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); }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR { border-width: 0; border-radius: 0; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container { width:20rem;height:8.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qbDZyZa9/preview_full_fb_banner_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container.adaptive-delivery-prevent-bg, #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container.lazyload, #Z14xsgQxA2fAFxD6H7m4ITa4qvsfFTnR > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #XBdElPKbq4iB9N4uc2k0fWap327da3Q5 { display:block; }#XBdElPKbq4iB9N4uc2k0fWap327da3Q5 > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDCo4Sud9135fiViyrCHOMVsb9nlaqCV { width:20rem;height:18.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4XxFgQgS8PvT7anHUpqCWPVK2vhRZfL { width:20rem;height:7.79514375rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R21dSO0CSRhlKnr0mq8ils5NEvUaLZSt { width:20rem;height:2.33680625rem;top:12.686632156372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKBcgTuLQruCI2gZ9M7T2AXI1t52XJB { width:20rem;height:3.57421875rem;top:16.373699188233rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTyfKNXpfTCEoen4VaGzhXNHRE9M6bs { width:20rem;height:62.5625rem;top:23.749999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EN0P49AwLQHsMATQkcRncklghao8qA { width:20rem;height:5.8463625rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-text {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-select {padding-top: 0; padding-bottom: 0;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y  { width:17.5rem;height:auto;top:30.970053672791rem;left:0rem; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y {display:block;}#gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y { width:17.5rem;height:auto;top:30.970053672791rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #x6tmieuuZotR0cRagT6ZsGuFUpQAkcO9 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #sWWJxmuVV661kPanFhFv5xSIfSkFWuIK {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #A82t95WCPDKKTpMpFkOGLW84mzPr3aM6 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BMPV1FypR4OLe49R4IGNTJdasqbCbRxc {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #B0AANdRsUq78k9dM9J6Bp8ILZttIv0e4 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vi06qTpqiUqN0MfZo55CZ9KKFuacU9No {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Ex5qQKI6GEssLyVEeMu8Nyq83xvOXXFJ {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #BqhRApiTKuEqcuhoBN8xT0kevt6P5nUu {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #vN74toTt2XUBvmBckkvvcMTh6Sia7mqz {  }
 }@media only screen and (max-width: 763px) { #GG4l5TSTcqATW31NkvVM5qC52mNQ6Zp0 { display:block; }
 }@media only screen and (max-width: 763px) { #vu0rwuMJxxGuRmznpz1DiXuG2J9vkXDW { display:block; }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #Tzg48PBDLEOWQV3UM4dQDZUnWRyIKWi4 {  }
 }@media only screen and (max-width: 763px) { #gNOs6nZ3MHiOnfRXEmX86U3uM21EGr1y #OteB85UJVDfXJV2yBoTH84ciQIRmP2Pv {  }
 }@media only screen and (max-width: 763px) { #s4UOxF1aS2QeJ0PvR4lH1DWZ1BrafTsR { width:20rem;height:1.7871125rem;top:55.248483657837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS { width:20rem;height:15.0390625rem;top:57.811416625976rem;left:0rem;font-size:1.125rem;display:block; }#uGBSM9HTzyBlGGiRRBTLiyl5a9T6rwKS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/0c2ox1RP/red_tick.png); }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .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; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb .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; }
#FFS9w49VHtgxii3EaQnTDHotnOyTHzRb { display:flex;width:17.999125rem;height:5.06185rem;top:76.061203002931rem;left:0.19856768846512rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #LUBgkm4oawuKIE2QxTW3i3gg1c5tMcf1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xxXffzusmH8OPp09nMcDbqkcp0n9fRsq {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gmv4UnzD3f6s2r0RLXXiqfPoATJxeqKZ {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #gKpA81UuIfwiJodt0TzPAKExPBmFP0eU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #PFmEDoU44SXHgp8ptARqZ1tege2TTqfN {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #D0rJOsUtUK9rT2kpRSHCuxgnuBwKqt8E {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #M8Ow4BPdRMwZrJxliHUspztzzxHH7VLP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #nB1TvQh9gKf3NuzrzSAOwT1EVWsmnRTO {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #xDgRRruggXTrDOK1IHyxUOFkZTqlzZTk {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #T6yckKTiBcyvJEnBArJq1XO7W1KfWd99 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #v912pRQhCfUFX34NILfHmqTMuz2UU6ct {  }
 }@media only screen and (max-width: 763px) { #FFS9w49VHtgxii3EaQnTDHotnOyTHzRb #sRNJ2A5uRFwUTJ6Jo7X5v99rPiOk5uae {  }
 }@media only screen and (max-width: 763px) { #p1XdENqddvf0eMNzGCidGefPb0AHK61T { display:block; }#p1XdENqddvf0eMNzGCidGefPb0AHK61T > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSX1MRNTuaZf5tZP1G5n07Xt2g8tKVLR { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a85Jqs0w7yMnQwOlVaR3a0hVlBFKzTAn { width:20rem;height:3.8997375rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp { display:block; }#O8JMMf5w3xGbMrWFg6RryZDwprIGBgqp > .row .container { width:20rem;height:126.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMWLzP1GTlWH6XrMfcCvVp9wfZ7n7330 { width:20rem;height:1.2999125rem;top:14.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2SkuuqpP3wwTgufKyRX6HNJFWMoEvQ { width:20rem;height:11.671554252199rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXWdPKipNSlqzQ11h3PJKezWHGKDl9iu { width:20rem;height:1.2999125rem;top:59.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfTEQeeirU3CspQg5fatqLhmhTFyzWDW { width:10.5625rem;height:12.4375rem;top:45.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww9Nok7UVCgBp3p80AO0UCqmLvmHOwCV { width:20rem;height:1.2999125rem;top:103.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdiKTdPQWpAhW0Jv1yUywXxtHZNxQD0p { width:20rem;height:10.674486803519rem;top:91.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOIU17WnrIzXll0Spdi3lfcIrLyDApDh { width:20rem;height:22.09851875rem;top:18.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpTr0O1h9ybxIUHgv1UtkTVKb26JCbt5 { width:20rem;height:30.7161375rem;top:63.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV8IJqTeO53aahmAVQ3xpPvsAfbZ37Zk { width:20rem;height:15.66145rem;top:107.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL { display:block; }#hJDcD7ylAqgAKyE5MAtg9meGV6sQMdqL > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaUUOd71RWVndwzThuHXszVfQDyTRepl { width:19rem;height:4.5rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wup08wUHVMx14O2gWWhXWrAN1aWzzToV { display:block; }
 }@media only screen and (max-width: 763px) { #JpOZTqFxoInoRWAfibZIKRg2i9up9TBS { display:block; }#JpOZTqFxoInoRWAfibZIKRg2i9up9TBS > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCKHUJPPTNHNVaxNfeZikECptezT5WKw { width:13.125rem;height:2.74956875rem;top:2.6866321563721rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkgrburm0nIS7MtUl5ztoOqlzfK4ThHy { width:20rem;height:3.8997375rem;top:6.6861991882325rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTJds1BZUhTeW3haASFSrXciI5II96kF { width:20rem;height:20rem;top:13.74999332428rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 { display:block; }#VtFxiX2KCu5RzA2t8gImXsHeKMe4rTg5 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOtWhQ1V9mIIbPNQ8S9avOiUfovfghpv { width:20rem;height:3.9995625rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ76gISgkTd2VZumbUaOTu5gOMSXFHd { width:20rem;height:4rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CouF0oTTIhTS52OeToITtuunhZytwpoZ { width:17.1875rem;height:17.1875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT50Wqn5MFp6swinTGVCkphGshBzH2dm { width:20rem;height:39.61720625rem;top:30.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql { display:block; }#Ksi1UDQxENIAelc2HxB9SKbPxhv5UWql > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guUZ9M1tO1QNdatVrx6m9aTT7PTazdsA { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C { display:block; }#EalkLHJLVQc2JbSdLlTqbakH7GN3rD1C > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QwhAp9ffGBNsxzP4AnQaNWpmeODXZ3xm { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }