.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2e2e2e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/496fd07b-4334-4c4f-a4d2-f96f56d3d71f/SH1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,46,46,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(46,46,46,0.76); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:61.375rem;width:75rem;overflow:visible;position:relative;display:block; }#kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { 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:16.625rem;width:16.625rem;top:0rem;left:58.375rem;overflow:hidden;display:block; }
#ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:4.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:23.25rem;left:0rem;height:12.6748125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:35.9248046875rem;left:0rem;height:5.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB { position:relative;display:block; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB { background-color: transparent; background-image: none; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container > .video-iframe-container { display: none; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row > .video-iframe-container { display: none; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .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); }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB { border-width: 0; border-radius: 0; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2e2e2e;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CKZ13BNIJWsnDxFaEyIPsI1RInuuyBUE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:2.3623046875rem;left:0rem;height:3.49365rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmgSRiFNwgtMaokltFaW2OH7LAFdFubg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:6.72998046875rem;left:0rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkWnV5kRsLTBlxdVXFPH5CzgbrbA9xwH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:2.3623046875rem;left:0rem;height:3.49365rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TVf8TuXLovF3LvHtWhrAwA4Zyw9mnldO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;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; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container { background-color: transparent; background-image: none; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container > .video-iframe-container { display: none; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row > .video-iframe-container { display: none; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .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); }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container { border-width: 0; border-radius: 0; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#gSOlcVMHXUQU0IGeAHrI2FfWaX7JTHMn { position:absolute;display:block;z-index:15005;height:11.25rem;width:75rem;top:1.5625rem;left:0rem;display:block; }
#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { position:relative;display:block; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { background-color: transparent; background-image: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container > .video-iframe-container { display: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row > .video-iframe-container { display: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .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); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { border-width: 0; border-radius: 0; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kw2LZTos4ZrHEp2qUwRvuQE6gHLuOJmP { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:0rem;left:0rem;height:4.30615rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 { position:relative;display:none; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 { border-width: 0; border-radius: 0; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { position:relative;display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { background-color: transparent; background-image: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container > .video-iframe-container { display: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row > .video-iframe-container { display: none; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .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); }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS { border-width: 0; border-radius: 0; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2e2e2e;background-image:none;font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { position:absolute;display:block;z-index:15006;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:4.1875rem;width:4.1875rem;top:0.9375rem;left:48.75rem;overflow:hidden;display:block; }
#X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { position:absolute;display:block;z-index:15007;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:4.1875rem;width:4.1875rem;top:9.4375rem;left:48.75rem;overflow:hidden;display:block; }
#inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { position:absolute;display:block;z-index:15008;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:4.1875rem;width:4.1875rem;top:22.25rem;left:48.75rem;overflow:hidden;display:block; }
#e89GT1r2gyyRNKp4Qu2PmrpaDLDa1BQU { position:absolute;display:block;z-index:15009;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:4.1875rem;width:4.1875rem;top:36.625rem;left:0rem;overflow:hidden;display:block; }
#Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:0.9375rem;left:54.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:3.5625rem;left:54.8125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:9.4375rem;left:54.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:12.25rem;left:54.8125rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:22.25rem;left:54.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:24.625rem;left:54.8125rem;height:6.499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p1ymp17UZNumS6x6CPZCvvepg0Ias6ci { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:36.625rem;left:6.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sLD67TJRNCQmti5z1xo4ycR0csRKJ38x { color:#ffffff;display:block;width:62.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:39.1875rem;left:6.125rem;height:2.5996125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTKl7yQ3kaxlzfoGlZ8lL7tvD8nQb8VT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:43.3125rem;left:0rem;height:3.49365rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { box-sizing:content-box;height:34.0625rem;width:46.875rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f5d92d4-1ba1-4ce1-8ac9-c8b317d8e22c/TEAM_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.adaptive-delivery-prevent-bg, #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.lazyload, #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf.lazyloading { background-image: none; }
#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container { background-color: transparent; background-image: none; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container > .video-iframe-container { display: none; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row > .video-iframe-container { display: none; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .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); }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container { border-width: 0; border-radius: 0; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;overflow:visible;position:relative;display:block; }#yVit7BN9TS0WOTGd0oEErp5kiDvzMuSs { position:absolute;display:block;z-index:15025;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.625rem;width:2.625rem;top:26.3125rem;left:36.1875rem;overflow:hidden;display:block; }
#qR0Wi5EtRFmWrXEbyhl7xC7qEmzChrO3 { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.6875rem;left:23.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MMGJ3Kz6LHCflhkuINLIhDThnq6Te2Su { 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:75rem;width:75rem;display:none; }
#WWtFr5StO3o1IEkbuDWuCwTG64Jf4Lrz { 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:75rem;width:75rem;display:none; }
#UKZOmFCkr1DdZcD23ls06dNy7vEktm4f { 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:75rem;width:75rem;display:none; }
#p2MFAvvxdOvpr2qQuT6tRdkKslm3n3Tt { 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:75rem;width:75rem;display:none; }
#DWrA6hLTS8IxMOqlm695L9PUPmqundqI { 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:75rem;width:75rem;display:none; }
#zXt1qpeb6QoiqReP2sJRcD3xChdEFCxP { 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:75rem;width:75rem;display:none; }
#oDFdTQqvaxGBguRAO6sh4Wk8wrbuegkU { 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:75rem;width:75rem;display:none; }
#mDz2MuhlGztMTUvul5lSgBDmz8mbdZhG { 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:75rem;width:75rem;display:none; }
#gmINdvIxwNVGhGJ8pxELiM6fzr5OA8Re { 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:75rem;width:75rem;display:none; }
#PuGpe5G8BEsDP7Oyg2EpOT3PvISVTdi9 { 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:75rem;width:75rem;display:none; }
#WTkoT5vRv6msIg9Ri2twiOyENTpOPEfC { position:absolute;display:block;z-index:15015;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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#VpZZ5M53lZE99NyUZX9hCwcIolMtmitb { 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:31.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#FnyaGZeEmLKcTUZHP5LJR0zDaIdcLzeI { position:absolute;display:block;z-index:15017;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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#DTaH1U8JGt0xpARU6FJTdHUPqG8ETfNc { 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:31.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#XfhlAP1HvSRZ7EXEGERZTF5oII5TQhmU { position:absolute;display:block;z-index:15019;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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#ZZ6o8yvzM23XOUfP9s4W81EwacAB1xrf { 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:31.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#d4cUfwqEH467FyeoA2KwHTgWXcMzHJDa { 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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#GNcfyQhTpSWEGMxQ9KAGulg2M4nZ1S9V { position:absolute;display:block;z-index:15022;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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#eOJSxzKuGqcAyyMAESwwVhhx9oM9gU1A { position:absolute;display:block;z-index:15023;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.8125rem;width:56.625rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#ZQ5rnzHnJbKuOkOwZOQifSCJMQhCCZSC { position:absolute;display:block;z-index:15024;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.8125rem;width:56.6875rem;top:0rem;left:9.1875rem;overflow:hidden;display:block; }
#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;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; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container { background-color: transparent; background-image: none; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container > .video-iframe-container { display: none; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row > .video-iframe-container { display: none; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .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); }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container { border-width: 0; border-radius: 0; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#tpIbJlKITdm2I9MZXkpiBGM0Uzqpu5yr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #2e2e2e;top:22.875rem;left:0rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtCCBkVAtVnM45OVPngXABRoyyMCygS6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:29.9375rem;top:0.65625rem;left:22.53125rem;overflow:hidden;display:block; }
#ChSZP9dwag49oBDUXstlbZiaRvL79gKx { 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; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container { background-color: transparent; background-image: none; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container > .video-iframe-container { display: none; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row > .video-iframe-container { display: none; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .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); }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container { border-width: 0; border-radius: 0; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#PTeq41yRAgkFzEKTJgWwewciREvbIpbW { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.20263671875rem;left:0rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cCrI7zbcmdT2TRUqGNb60J76U1PXlsy8 { position:absolute;display:block;z-index:15011;height:27.1875rem;width:74.875rem;top:7.4375rem;left:0rem;display:block; }
#H9bh21tGGqvu34CzcXyCTPIBWztIMkiX { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:27.5625rem;left:0rem;height:2.2749rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K9VEkQOI3m063AuIXb1l1o4lAfyDnil9 { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.25rem;left:24.375rem;display:block; }
#Q44T7IMuwrnz7k4rHMLyOfJiq1GVwSOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ { 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; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container { background-color: transparent; background-image: none; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container > .video-iframe-container { display: none; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row > .video-iframe-container { display: none; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .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); }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container { border-width: 0; border-radius: 0; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container { font-size:0.875rem;font-family:arial;height:181.625rem;width:75rem;position:relative;display:block; }#iFlB367WmUMkfFV0HiAFRcd916TquHD9 { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.16861875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzi7oqSQp38SBbnHeNodM7QsBAGuHq61 { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.04296875rem;left:0rem;height:3.16861875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uUsR0L2M3RrEQ89oJFiMtheEJGowPntZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:35.75rem;width:63.875rem;top:8.75rem;left:5.5625rem;display:block; }
#XJ55XawX0zPxuABNik2PfMsxeRKWIq1p { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.291015625rem;left:0rem;height:2.35611875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkUi7XIHyBpKixkK0tB4FscHd4S1VQ7z { position:absolute;display:block;z-index:15009;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:5rem;width:4.875rem;top:52.3125rem;left:28.474392361111rem;overflow:hidden;display:block; }
#hLo55OTMSru2VysIlpaslrzz9FTNOpCs { color:#2e2e2e;display:block;width:11.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:58.416015625rem;left:25.16162109375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaorHvzvNbPTAPvUA9VQuACxPI45mLtK { position:absolute;display:block;z-index:15010;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:4.875rem;width:4.875rem;top:52.3125rem;left:41.16162109375rem;overflow:hidden;display:block; }
#wvGnGK7F7Zkw5o0RDXnZiEfpufg04aXm { color:#2e2e2e;display:block;width:11.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:58.41552734375rem;left:37.84912109375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzLcA9DsHGsRLrdJ0iuqssdyRuuV0Mcp { color:#2e2e2e;display:block;width:40.0625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:62.103515625rem;left:17.46875rem;height:4.7119125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-form-header {  }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:26.625rem;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; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:26.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-text {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:26.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:26.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-select {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-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:#ffffff;width:26.625rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-container:first-of-type{padding-top:0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-container:last-of-type{padding-bottom:0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:68.9375rem;left:22.9375rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-info-text { display:block;height:auto;font-family:arial;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; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn {display:block;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:68.9375rem;left:22.9375rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Kb4kvmicM4T5FT7yKaufIQI4TpmTW8Ia { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #TGSHarks2NbNGa6MU9BZMzo99Qz99SE8 { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #JEm8EwrvIFoaTbVAGm6cRrn4e7B5eBEb { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Vfogd9bD2SBh76FnueHZA2JZli3GRaRf { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #LbklyLnAdvHkJNAKSkIMNyZQJvDBnZUp { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #G8xE0ku2QLukBnZhq4eWXEILmUpdFsAq { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #QMCWcinldimTKWFeKEBaykr4FuiS477T { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #RggsnAo83JDGaEfOJJhcQlL023bR3Cn7 { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PpBNsbyh6SShuWyMRnXydmoUrDlsbCFB { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #DaZ4Ohr0R9uw7Bko9xhJdhuzzgDrAHfT { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #SE0mxqwTXBlfo9uEzId13pmgRJCaPsgP { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #z3IuMG1t1qKzNb3wqcTa5AJG88xJNzyS { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #XFQTXARbUHU7mHCLRx2oyRAnDz2e3au7 { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OEriCtpBzgAgdh0UvTn5IZfoDilq2v7J { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PvxTiiwRQ6RUzXLiSAoTCPrBOVGz66l1 { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #zOT9DG4n1Cu4H7lagut90EkOydxQWpf9 { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #mbTxSyZGZ4sTTrhTc2bi9DpXxLkUJKFO { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Z0JLueoeATUarzdqnJc6GSyQEg2O5hID { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ZiOl1HdpdbAQac8zEnRUnIDs3LcRBn79 { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #l98t4IdMAwDueTCPiOGRrDKSKBfJkcTU { position:relative;display:block; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ASo19XXTNMT9ZVkCJXnDTZ2NUC5nId8i { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OO2FNBh75IwCJAR8ivcsigb7FBeawtzV { position:relative; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn #aD0y8Lwu1vJg1AWRvunAWVBxqhqDsEX4 { position:relative; }
#D427T4nGp3FAnq96gZAZhrBKPuFdIc0M { color:#2e2e2e;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:108.26953125rem;left:0rem;height:2.35611875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntZrlOe5ua7KnZHMkk3IRwPHZPXMds7S { position:absolute;display:block;z-index:15012;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:25.75rem;width:75rem;top:112.8125rem;left:0rem;overflow:hidden;display:block; }
#Q8I6GzkIP2iKcxSeqxTEiaJRqoTKMyq6 { position:absolute;display:block;z-index:15016;height:15.4375rem;width:75rem;top:139.8125rem;left:0rem;display:block; }
#hwsfwBdbb3eQgThxAOdolVZE3nuTmVVu { position:absolute;display:block;z-index:15017;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:5rem;width:5rem;top:152.6875rem;left:35.125rem;overflow:hidden;display:block; }
#lbNIFzeWGxNsB1uwlSJdevznhL1wR6tI { color:#2e2e2e;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:158.625rem;left:27.25rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#el5RoTrBvnyQSqM8wJtgIhvymWvzd7KS { color:#2e2e2e;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:160.0625rem;left:27.25rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJH5K3E8rZMaDDKzshiqThWJWKJBCi0q { color:#2e2e2e;display:block;width:20.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:162.5625rem;left:27.21875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLkStJi7VX6FT32l8Ml7dNHGcVd0N9oN { color:#2e2e2e;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:166.8125rem;left:24.75rem;height:7.312rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XS7fA1WBIa3HAtrLJ7Xeo6gTAiaFkGbx { background-color:#2e2e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:175.8125rem;left:24.375rem;display:block; }
#CkrvhFBgxycfcsVEiO0685yk5xSHRut1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { position:relative;display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { background-color: transparent; background-image: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container > .video-iframe-container { display: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row > .video-iframe-container { display: none; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .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); }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { border-width: 0; border-radius: 0; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { 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:6.375rem;width:6.375rem;top:1.5rem;left:1.8125rem;overflow:hidden;display:block; }
#BoinNP6HtSrGNc64TnagM32qmAlM0VCT { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:1.84375rem;left:59.59375rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.71875rem;left:30.71875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { top:0rem;left:31.125rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { top:23.25rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { top:35.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA62s2PKdwzygAr5PnT7qkb6Act5BDzB { display:block; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKZ13BNIJWsnDxFaEyIPsI1RInuuyBUE { top:2.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgSRiFNwgtMaokltFaW2OH7LAFdFubg { top:6.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWnV5kRsLTBlxdVXFPH5CzgbrbA9xwH { top:1.25rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVf8TuXLovF3LvHtWhrAwA4Zyw9mnldO { display:none; }
 }@media only screen and (max-width: 763px) { #SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 { display:block; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSOlcVMHXUQU0IGeAHrI2FfWaX7JTHMn { top:1.5625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { display:none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kw2LZTos4ZrHEp2qUwRvuQE6gHLuOJmP { top:0rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 { display:block; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIQs3WehTX0vJ74brceaPnnVSuif7FlS { display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { top:0.9375rem;left:35.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { top:9.4375rem;left:35.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { top:22.25rem;left:35.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89GT1r2gyyRNKp4Qu2PmrpaDLDa1BQU { top:36.625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { top:0.9375rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { top:3.5625rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { top:9.4375rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { top:12.25rem;left:27.5625rem;width:20.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { top:22.25rem;left:27.5625rem;width:20.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { top:24.625rem;left:27.5625rem;width:20.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ymp17UZNumS6x6CPZCvvepg0Ias6ci { top:36.625rem;left:0rem;width:34.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLD67TJRNCQmti5z1xo4ycR0csRKJ38x { top:39.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTKl7yQ3kaxlzfoGlZ8lL7tvD8nQb8VT { top:43.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { top:0rem;left:0rem;width:46.875rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 { display:block; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVit7BN9TS0WOTGd0oEErp5kiDvzMuSs { top:26.3125rem;left:22.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qR0Wi5EtRFmWrXEbyhl7xC7qEmzChrO3 { top:29.6875rem;left:9.9375rem;width:27.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMGJ3Kz6LHCflhkuINLIhDThnq6Te2Su { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWtFr5StO3o1IEkbuDWuCwTG64Jf4Lrz { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UKZOmFCkr1DdZcD23ls06dNy7vEktm4f { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2MFAvvxdOvpr2qQuT6tRdkKslm3n3Tt { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWrA6hLTS8IxMOqlm695L9PUPmqundqI { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXt1qpeb6QoiqReP2sJRcD3xChdEFCxP { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDFdTQqvaxGBguRAO6sh4Wk8wrbuegkU { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDz2MuhlGztMTUvul5lSgBDmz8mbdZhG { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmINdvIxwNVGhGJ8pxELiM6fzr5OA8Re { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuGpe5G8BEsDP7Oyg2EpOT3PvISVTdi9 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTkoT5vRv6msIg9Ri2twiOyENTpOPEfC { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpZZ5M53lZE99NyUZX9hCwcIolMtmitb { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnyaGZeEmLKcTUZHP5LJR0zDaIdcLzeI { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTaH1U8JGt0xpARU6FJTdHUPqG8ETfNc { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhlAP1HvSRZ7EXEGERZTF5oII5TQhmU { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ6o8yvzM23XOUfP9s4W81EwacAB1xrf { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4cUfwqEH467FyeoA2KwHTgWXcMzHJDa { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNcfyQhTpSWEGMxQ9KAGulg2M4nZ1S9V { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOJSxzKuGqcAyyMAESwwVhhx9oM9gU1A { top:0rem;left:0rem;width:47.75rem;height:26.826434878587rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5rnzHnJbKuOkOwZOQifSCJMQhCCZSC { top:0rem;left:0rem;width:47.75rem;height:26.796857772878rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl { display:block; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpIbJlKITdm2I9MZXkpiBGM0Uzqpu5yr { top:22.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCCBkVAtVnM45OVPngXABRoyyMCygS6 { top:0.625rem;left:8.90625rem;width:29.9375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChSZP9dwag49oBDUXstlbZiaRvL79gKx { display:block; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTeq41yRAgkFzEKTJgWwewciREvbIpbW { top:2.1875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCrI7zbcmdT2TRUqGNb60J76U1PXlsy8 { top:7.4375rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9bh21tGGqvu34CzcXyCTPIBWztIMkiX { top:27.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VEkQOI3m063AuIXb1l1o4lAfyDnil9 { width:26.25rem;height:3.4375rem;top:31.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44T7IMuwrnz7k4rHMLyOfJiq1GVwSOf { display:block; }
 }@media only screen and (max-width: 763px) { #nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ { display:block; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFlB367WmUMkfFV0HiAFRcd916TquHD9 { top:0.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzi7oqSQp38SBbnHeNodM7QsBAGuHq61 { top:4rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsR0L2M3RrEQ89oJFiMtheEJGowPntZ { top:8.75rem;left:0rem;width:47.75rem;height:26.725048923679rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ55XawX0zPxuABNik2PfMsxeRKWIq1p { top:47.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkUi7XIHyBpKixkK0tB4FscHd4S1VQ7z { top:52.3125rem;left:14.849392361111rem;width:4.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLo55OTMSru2VysIlpaslrzz9FTNOpCs { top:58.375rem;left:11.53662109375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaorHvzvNbPTAPvUA9VQuACxPI45mLtK { top:52.3125rem;left:27.53662109375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGnGK7F7Zkw5o0RDXnZiEfpufg04aXm { top:58.375rem;left:24.22412109375rem;width:11.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzLcA9DsHGsRLrdJ0iuqssdyRuuV0Mcp { top:62.0625rem;left:3.84375rem;width:40.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-regular-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-text {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-select {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-checkbox-label { width:25.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn  { width:26.625rem;height:auto;top:68.9375rem;left:9.3125rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn {display:block;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn { width:26.625rem;height:auto;top:68.9375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Kb4kvmicM4T5FT7yKaufIQI4TpmTW8Ia {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #TGSHarks2NbNGa6MU9BZMzo99Qz99SE8 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #JEm8EwrvIFoaTbVAGm6cRrn4e7B5eBEb {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Vfogd9bD2SBh76FnueHZA2JZli3GRaRf {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #LbklyLnAdvHkJNAKSkIMNyZQJvDBnZUp {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #G8xE0ku2QLukBnZhq4eWXEILmUpdFsAq {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #QMCWcinldimTKWFeKEBaykr4FuiS477T {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #RggsnAo83JDGaEfOJJhcQlL023bR3Cn7 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PpBNsbyh6SShuWyMRnXydmoUrDlsbCFB {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #DaZ4Ohr0R9uw7Bko9xhJdhuzzgDrAHfT {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #SE0mxqwTXBlfo9uEzId13pmgRJCaPsgP {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #z3IuMG1t1qKzNb3wqcTa5AJG88xJNzyS {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #XFQTXARbUHU7mHCLRx2oyRAnDz2e3au7 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OEriCtpBzgAgdh0UvTn5IZfoDilq2v7J {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PvxTiiwRQ6RUzXLiSAoTCPrBOVGz66l1 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #zOT9DG4n1Cu4H7lagut90EkOydxQWpf9 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #mbTxSyZGZ4sTTrhTc2bi9DpXxLkUJKFO {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Z0JLueoeATUarzdqnJc6GSyQEg2O5hID {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ZiOl1HdpdbAQac8zEnRUnIDs3LcRBn79 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #l98t4IdMAwDueTCPiOGRrDKSKBfJkcTU {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ASo19XXTNMT9ZVkCJXnDTZ2NUC5nId8i {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OO2FNBh75IwCJAR8ivcsigb7FBeawtzV {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #aD0y8Lwu1vJg1AWRvunAWVBxqhqDsEX4 {  }
 }@media only screen and (max-width: 763px) { #D427T4nGp3FAnq96gZAZhrBKPuFdIc0M { top:108.25rem;left:0rem;width:47.75rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntZrlOe5ua7KnZHMkk3IRwPHZPXMds7S { top:112.8125rem;left:0rem;width:47.75rem;height:16.394166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8I6GzkIP2iKcxSeqxTEiaJRqoTKMyq6 { top:139.8125rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwsfwBdbb3eQgThxAOdolVZE3nuTmVVu { top:152.6875rem;left:21.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNIFzeWGxNsB1uwlSJdevznhL1wR6tI { top:158.625rem;left:13.625rem;width:20.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el5RoTrBvnyQSqM8wJtgIhvymWvzd7KS { top:160.0625rem;left:13.625rem;width:20.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH5K3E8rZMaDDKzshiqThWJWKJBCi0q { top:162.5625rem;left:13.59375rem;width:20.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLkStJi7VX6FT32l8Ml7dNHGcVd0N9oN { top:166.8125rem;left:11.125rem;width:25.5rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS7fA1WBIa3HAtrLJ7Xeo6gTAiaFkGbx { width:26.25rem;height:3.4375rem;top:175.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrvhFBgxycfcsVEiO0685yk5xSHRut1 { display:block; }
 }@media only screen and (max-width: 763px) { #JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { top:1.5rem;left:0rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoinNP6HtSrGNc64TnagM32qmAlM0VCT { top:1.8125rem;left:34.1875rem;width:13.5625rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { top:6.6875rem;left:17.09375rem;width:13.5625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAkxgvcZTlvtKCP39OmzmMfQlCkNws3W { width:7.75rem;height:7.75rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieNeAhSrTH4P5naFI17aT5VSHxlaEE4G { width:20rem;height:7.3125rem;top:10.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPsMdqRPIrXKQT62a0l4RU1pDBI4ez2X { width:17.3125rem;height:2.5996125rem;top:18.9853515625rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lA62s2PKdwzygAr5PnT7qkb6Act5BDzB { display:block; }#lA62s2PKdwzygAr5PnT7qkb6Act5BDzB > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKZ13BNIJWsnDxFaEyIPsI1RInuuyBUE { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tmgSRiFNwgtMaokltFaW2OH7LAFdFubg { width:16.75rem;height:2.5996125rem;top:6.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkWnV5kRsLTBlxdVXFPH5CzgbrbA9xwH { width:20rem;height:4.3872rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;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; }
 }@media only screen and (max-width: 763px) { #TVf8TuXLovF3LvHtWhrAwA4Zyw9mnldO { top:10.9375rem;left:0rem;width:20rem;height:14.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 { display:none; }#SVZK8yOJXtIQtttFPJuL57Wfy42B1kZ7 > .row .container { width:20rem;height:27.0234375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gSOlcVMHXUQU0IGeAHrI2FfWaX7JTHMn { width:20rem;height:16.9375rem;top:10.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { display:block; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu { background-color: transparent; background-image: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container > .video-iframe-container { display: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row > .video-iframe-container { display: none; }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .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); }#AuGyEnZklyxGNMoK9Tv7T1tSKVT90TCu > .row .container { width:20rem;background-color:#2e2e2e;background-image:none;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw2LZTos4ZrHEp2qUwRvuQE6gHLuOJmP { width:20rem;height:2.5996125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 { background-color:#2e2e2e;background-image:url("https://images.assets-landingi.com/uc/3f5d92d4-1ba1-4ce1-8ac9-c8b317d8e22c/TEAM_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6.adaptive-delivery-prevent-bg, #MlomH6XJpeLnNDn9E2k9r280p1ktVJD6.lazyload, #MlomH6XJpeLnNDn9E2k9r280p1ktVJD6.lazyloading { background-image: none; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container { background-color: transparent; background-image: none; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container > .video-iframe-container { display: none; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row > .video-iframe-container { display: none; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .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); }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container { border-width: 0; border-radius: 0; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlomH6XJpeLnNDn9E2k9r280p1ktVJD6 > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIQs3WehTX0vJ74brceaPnnVSuif7FlS { display:block; }#UIQs3WehTX0vJ74brceaPnnVSuif7FlS > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZIhuPp2Ik1wx4eJeqywEOhPDQdISUHJ { width:4.1875rem;height:4.1875rem;top:1.6875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RT8S9hR8wm06oD9GiMhStuKqZNBbHt { width:4.1875rem;height:4.1875rem;top:16.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inMcMDay4DEJV8q1LHypn0OSlFTdzSXn { width:4.1875rem;height:4.1875rem;top:37.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89GT1r2gyyRNKp4Qu2PmrpaDLDa1BQU { width:4.1875rem;height:4.1875rem;top:57.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3RUmBGyoJ86ORsQikWTURKPK2Q7dBpM { width:13.5rem;height:3.25rem;top:7.125rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SsbgSpOVXdWIhfHgVKUEXg9tJxKKsChT { width:18.0625rem;height:2.5996125rem;top:11rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE4dHGTZex0d4JxRx8Roa6wx5aySplXM { width:13.9375rem;height:3.25rem;top:22.1875rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBf88EbXzp51AJsTDMxtUKK7RztSKJHe { width:18.3125rem;height:7.7988125rem;top:26rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7EGHtpmeO5BJgsNfxrD3cpBqQWTcPml { width:14.5rem;height:3.25rem;top:42.5rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c38NXa8mTZAVH3J3hbLacpRsBm5arWKO { width:18.1875rem;height:7.7988125rem;top:46.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1ymp17UZNumS6x6CPZCvvepg0Ias6ci { width:14.875rem;height:4.875rem;top:62.75rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLD67TJRNCQmti5z1xo4ycR0csRKJ38x { width:18.125rem;height:10.3984375rem;top:68.3125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTKl7yQ3kaxlzfoGlZ8lL7tvD8nQb8VT { width:12.125rem;height:3.57421875rem;top:81.0625rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THOR0oG40JuJ9hbPyGW6G8xh3MItEcHf { width:20rem;height:15.375rem;top:3.22119140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 { display:block; }#HbByifkmFbNN8CQeuwqnFRJarrWwMxb9 > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVit7BN9TS0WOTGd0oEErp5kiDvzMuSs { width:2.25rem;height:2.25rem;top:15.125rem;left:8.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #qR0Wi5EtRFmWrXEbyhl7xC7qEmzChrO3 { width:16.75rem;height:1.13720625rem;top:18.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MMGJ3Kz6LHCflhkuINLIhDThnq6Te2Su { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WWtFr5StO3o1IEkbuDWuCwTG64Jf4Lrz { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UKZOmFCkr1DdZcD23ls06dNy7vEktm4f { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p2MFAvvxdOvpr2qQuT6tRdkKslm3n3Tt { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DWrA6hLTS8IxMOqlm695L9PUPmqundqI { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zXt1qpeb6QoiqReP2sJRcD3xChdEFCxP { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oDFdTQqvaxGBguRAO6sh4Wk8wrbuegkU { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mDz2MuhlGztMTUvul5lSgBDmz8mbdZhG { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gmINdvIxwNVGhGJ8pxELiM6fzr5OA8Re { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PuGpe5G8BEsDP7Oyg2EpOT3PvISVTdi9 { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WTkoT5vRv6msIg9Ri2twiOyENTpOPEfC { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpZZ5M53lZE99NyUZX9hCwcIolMtmitb { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnyaGZeEmLKcTUZHP5LJR0zDaIdcLzeI { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTaH1U8JGt0xpARU6FJTdHUPqG8ETfNc { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfhlAP1HvSRZ7EXEGERZTF5oII5TQhmU { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ6o8yvzM23XOUfP9s4W81EwacAB1xrf { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4cUfwqEH467FyeoA2KwHTgWXcMzHJDa { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GNcfyQhTpSWEGMxQ9KAGulg2M4nZ1S9V { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eOJSxzKuGqcAyyMAESwwVhhx9oM9gU1A { width:20rem;height:11.236203090507rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQ5rnzHnJbKuOkOwZOQifSCJMQhCCZSC { width:20rem;height:11.22381477398rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl { display:block; }#XGL4GDpiyFTT1IT7iOV5tcWnTZ9htCZl > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpIbJlKITdm2I9MZXkpiBGM0Uzqpu5yr { width:15.5625rem;height:4.63036875rem;top:16.625rem;left:2.21875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtCCBkVAtVnM45OVPngXABRoyyMCygS6 { width:20rem;height:14.75rem;top:1rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ChSZP9dwag49oBDUXstlbZiaRvL79gKx { display:block; }#ChSZP9dwag49oBDUXstlbZiaRvL79gKx > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTeq41yRAgkFzEKTJgWwewciREvbIpbW { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCrI7zbcmdT2TRUqGNb60J76U1PXlsy8 { width:20rem;height:21.375rem;top:4.6933625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #H9bh21tGGqvu34CzcXyCTPIBWztIMkiX { width:15.875rem;height:5.1181625rem;top:22.130859375rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K9VEkQOI3m063AuIXb1l1o4lAfyDnil9 { width:18.0625rem;height:3.4375rem;top:29.06103515625rem;left:0.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q44T7IMuwrnz7k4rHMLyOfJiq1GVwSOf { display:block; }
 }@media only screen and (max-width: 763px) { #nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ { display:block; }#nGZETDtQEJMfHpxQUVPyvdqU6wZGw9qJ > .row .container { width:20rem;height:138.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFlB367WmUMkfFV0HiAFRcd916TquHD9 { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzi7oqSQp38SBbnHeNodM7QsBAGuHq61 { width:20rem;height:1.625rem;top:3.28125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUsR0L2M3RrEQ89oJFiMtheEJGowPntZ { height:11.125rem;width:20rem;top:6.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ55XawX0zPxuABNik2PfMsxeRKWIq1p { width:20rem;height:1.625rem;top:20.474609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkUi7XIHyBpKixkK0tB4FscHd4S1VQ7z { width:4.875rem;height:5rem;top:24rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLo55OTMSru2VysIlpaslrzz9FTNOpCs { width:11.5rem;height:1.4624rem;top:29.9375rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaorHvzvNbPTAPvUA9VQuACxPI45mLtK { width:4.875rem;height:4.875rem;top:33.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvGnGK7F7Zkw5o0RDXnZiEfpufg04aXm { width:11.5rem;height:1.4624rem;top:39.0625rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzLcA9DsHGsRLrdJ0iuqssdyRuuV0Mcp { width:20rem;height:3.57421875rem;top:42.16064453125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-text {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-select {padding-top: 0; padding-bottom: 0;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn  { width:17.5rem;height:35rem;top:45.672375rem;left:0rem; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OsTttCRGusVrTlDqhhV2AilSoW60BTFn {display:block;}#OsTttCRGusVrTlDqhhV2AilSoW60BTFn { width:17.5rem;height:35rem;top:45.672375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Kb4kvmicM4T5FT7yKaufIQI4TpmTW8Ia {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #TGSHarks2NbNGa6MU9BZMzo99Qz99SE8 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #JEm8EwrvIFoaTbVAGm6cRrn4e7B5eBEb {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Vfogd9bD2SBh76FnueHZA2JZli3GRaRf {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #LbklyLnAdvHkJNAKSkIMNyZQJvDBnZUp {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #G8xE0ku2QLukBnZhq4eWXEILmUpdFsAq {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #QMCWcinldimTKWFeKEBaykr4FuiS477T {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #RggsnAo83JDGaEfOJJhcQlL023bR3Cn7 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PpBNsbyh6SShuWyMRnXydmoUrDlsbCFB {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #DaZ4Ohr0R9uw7Bko9xhJdhuzzgDrAHfT {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #SE0mxqwTXBlfo9uEzId13pmgRJCaPsgP {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #z3IuMG1t1qKzNb3wqcTa5AJG88xJNzyS {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #XFQTXARbUHU7mHCLRx2oyRAnDz2e3au7 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OEriCtpBzgAgdh0UvTn5IZfoDilq2v7J {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #PvxTiiwRQ6RUzXLiSAoTCPrBOVGz66l1 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #zOT9DG4n1Cu4H7lagut90EkOydxQWpf9 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #mbTxSyZGZ4sTTrhTc2bi9DpXxLkUJKFO {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #Z0JLueoeATUarzdqnJc6GSyQEg2O5hID {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ZiOl1HdpdbAQac8zEnRUnIDs3LcRBn79 {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #l98t4IdMAwDueTCPiOGRrDKSKBfJkcTU {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #ASo19XXTNMT9ZVkCJXnDTZ2NUC5nId8i {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #OO2FNBh75IwCJAR8ivcsigb7FBeawtzV {  }
 }@media only screen and (max-width: 763px) { #OsTttCRGusVrTlDqhhV2AilSoW60BTFn #aD0y8Lwu1vJg1AWRvunAWVBxqhqDsEX4 {  }
 }@media only screen and (max-width: 763px) { #D427T4nGp3FAnq96gZAZhrBKPuFdIc0M { width:20rem;height:2.35595625rem;top:85.04736328125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntZrlOe5ua7KnZHMkk3IRwPHZPXMds7S { width:20rem;height:6.86575rem;top:89.33984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8I6GzkIP2iKcxSeqxTEiaJRqoTKMyq6 { width:20rem;height:11.4375rem;top:120.93603515625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hwsfwBdbb3eQgThxAOdolVZE3nuTmVVu { width:3.625rem;height:3.625rem;top:96.9560546875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbNIFzeWGxNsB1uwlSJdevznhL1wR6tI { width:20rem;height:1.4624rem;top:101.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #el5RoTrBvnyQSqM8wJtgIhvymWvzd7KS { width:20rem;height:1.4624rem;top:103.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH5K3E8rZMaDDKzshiqThWJWKJBCi0q { width:20rem;height:2.92480625rem;top:107.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLkStJi7VX6FT32l8Ml7dNHGcVd0N9oN { width:20rem;height:7.312rem;top:111.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XS7fA1WBIa3HAtrLJ7Xeo6gTAiaFkGbx { width:19rem;height:3.4375rem;top:132.8935546875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkrvhFBgxycfcsVEiO0685yk5xSHRut1 { display:block; }
 }@media only screen and (max-width: 763px) { #JvyDvpMKdCEPa69dnfHFchH5ode4wrsa { display:block; }#JvyDvpMKdCEPa69dnfHFchH5ode4wrsa > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCbIsSTiglxd19cUUOAtlI9N5TJ1TOPK { width:8rem;height:8rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoinNP6HtSrGNc64TnagM32qmAlM0VCT { width:20rem;height:6.09375rem;top:10.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #bTHVKnP8CegNOcS5UTLNTFDZ3t05yPVG { width:13.5625rem;height:1.21875rem;top:17.90625rem;left:3.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;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; }
 }