.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,242,230;--color-primary-1:152,211,171;--color-primary-2:49,166,86;--color-primary-3:25,83,43;--color-primary-4:7,25,13;--color-secondary-0:219,220,241;--color-secondary-1:135,140,209;--color-secondary-2:15,24,163;--color-secondary-3:8,12,82;--color-secondary-4:2,4,24;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { background-color:rgba(var(--color-tertiary-0),0);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:#0778bb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:.7;overflow:hidden;position:absolute;width:6.1875rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:51.5625rem;display:block; }
#M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { position:absolute;display:block;z-index:15014;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:13.625rem;top:0.96875rem;left:1rem;overflow:hidden;display:block; }
#xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.9375rem;left:48.625rem; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8481d023-db0f-4f00-b846-300820bcd828/alexbranchmin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::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; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:41.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem rgba(106,64,174,0.5);top:16.293751150369rem;left:25.04843711853rem;height:4.35rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-2),1), #002009);background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-2),1), #002009);background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-2),1), #002009);background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-2),1), #002009);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#002009' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#002009' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-2),1), #002009);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:34.25rem;width:22.5625rem;top:3.6242179870606rem;left:1.28125rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:1.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:bold;color:#f9f7f7;width:19.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;text-align:right;text-align-last:right;overflow:hidden;line-height:1.4; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:19.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:19.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:tahoma, arial, sans-serif;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#0778bb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #0778bb;border-left:0.125rem solid #0778bb;border-right:0.125rem solid #0778bb;border-bottom:0.125rem solid #0778bb;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.5rem;margin-bottom:0.25rem;margin-left:4.875rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#ffffff;width:9.8125rem;height:3.9375rem;font-family:tahoma, arial, sans-serif;overflow:hidden;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(7,120,187,0.88) ; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.073438644409rem;left:1.3609390258789rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.073438644409rem;left:1.3609390258789rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Tw5qGX88c4IWZBzyCnHDGrz2AI5o1yWQ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PUdUenpsW5dTPhnSzu27B36Z7X8vwusV { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WnCvyooyfTta3xTilIQidJTpg4OdqQ6G { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #pTKkHIOCnutNVhC4FiLwcniV2NUtGPZ4 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #eIRNfzVBhslJvkfReiKdPcualfzsDkDb { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Q1p2TEkHJNewtoan6cz69amuMhDPzESQ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container { background-color: transparent; background-image: none; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container > .video-iframe-container { display: none; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row > .video-iframe-container { display: none; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .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); }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container { border-width: 0; border-radius: 0; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:#434eff;display:block;width:59.875rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.375rem;left:0rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:rgba(var(--color-secondary-4),1);display:block;width:58.25rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.8791724443436rem;left:0.875rem;height:5.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;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; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container { background-color: transparent; background-image: none; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container > .video-iframe-container { display: none; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row > .video-iframe-container { display: none; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .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); }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container { border-width: 0; border-radius: 0; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#puaaIzn3UKgvxWWrR5g1TFD15dVOUBdB { 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:11.125rem;width:11.125rem;top:11.411719322204rem;left:3.875rem;overflow:hidden;display:block; }
#InFiNENnu1uqRl6PG3zbcngaaHqv6xl6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.3125rem;left:34.25rem;overflow:hidden;display:block; }
#DWnTiVK6CMiTTE3vX9l8xUvxhJp3OLJO { 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:2.875rem;width:2.875rem;top:20.6875rem;left:34.25rem;overflow:hidden;display:block; }
#w6TWeloB586pLrJmi60PkHOMIvlRPCiQ { position:absolute;display:block;z-index:15005;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.5rem;width:2.5rem;top:13.968748569489rem;left:56.268754959106rem;overflow:hidden;display:block; }
#MEQM9cqiJPJQnKWlQ9ucymXayMs25V8C { 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:2.75rem;width:2.75rem;top:20.40625rem;left:56.125001907349rem;overflow:hidden;display:block; }
#WTD5vBvstlqsiZe9Mx30tiGgf59B3gM0 { position:absolute;display:block;z-index:15007;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:12.375rem;left:33.875rem;display:block; }
#nc5tgOd3yHrTUpXZRz81otOylp0cZHlI { position:absolute;display:block;z-index:15008;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:12.374218463898rem;left:54.656251907349rem;display:block; }
#FmoUubMWy50aGOikk1HecEw9SisupT7i { position:absolute;display:block;z-index:15009;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:19.6875rem;left:33.875rem;display:block; }
#osBREBZBZT84lDaK2ZDpLUAVUV18AU2w { position:absolute;display:block;z-index:15010;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:19.3125rem;left:55.500001907349rem;display:block; }
#cdkPPaxZ80qP2s01KWyTmp11m7AP4Oiw { color:#284d42;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.224999904633rem;left:20.862501144409rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#xdpCUteq26TsGJmmSGQBnQZH3Nyfe9Ni { color:#284d42;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.474999904633rem;left:21.425001144409rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#TBcPqBt5uXCpw7WcxgGlXyfE9GS4oV1k { color:#284d42;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.912498950958rem;left:45.69375038147rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#nxm0PvlTotdUXIRlBQ3QdLMTqdSJUkOX { color:#284d42;display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.187498569489rem;left:44.625001907349rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#FcFxrlKZui9WJoAhENTbvD1uy3Ke9r4k { color:#22bb8e;display:block;width:60rem;position:absolute;font-family:neuton;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6874992847443rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGoVLqfD43ETdI5wToHesxZOMh99ybHF { position:absolute;display:block;z-index:15006;background-color:#f8bc38;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:6.0617184638977rem;left:27.000001907349rem;display:block; }
#OaAJdTCDZawbGce1lSpne2LkKglrdEuZ { color:#284d42;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8481d023-db0f-4f00-b846-300820bcd828/alexbranchmin.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:29.3125rem;top:12.75rem;left:0.0625rem;display:block; }
#Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;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:7.1875rem;width:29.3125rem;top:20.062501907349rem;left:0rem;display:block; }
#eewgzlNLERICOQBTKEvTBlDe9UksCmUr { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;z-index:15006;line-height:2;letter-spacing:0;top:14.15625rem;left:7.875rem;height:4.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { background-color:rgba(var(--color-tertiary-0),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:24.28125166893rem;left:4.875rem;display:block; }
#unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { background-color:rgba(var(--color-tertiary-0),0);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:21.9375rem;left:4.875rem;display:block; }
#dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XENZf4R8d2X7OA974H22LpBVbEuyiWlP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.4375rem;width:32.125rem;top:8.3750007152556rem;left:21.686458587646rem;overflow:hidden;display:block; }
#hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.1875rem;top:12.75rem;left:0.0625rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:14.25rem;left:1.1875rem; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; }#FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:21.6875rem;left:2.625rem; }
#HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:24rem;left:2.625rem; }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#277b40;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; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#OdaLX5eMDQVsS2iR3NMFakoR2sc052I5 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:0.56354141235351rem;display:block; }
#s2VNTXJ1pWMOc8TBwGNsSEHXu28LnPt1 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:4.4406242370606rem;display:block; }
#opQuHKFH8Sq9qlGsxRVsReohdP0ysszS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:8.5656242370606rem;display:block; }
#Ma1NzkB2KnZcSEJ79FeE9Lc8aMcG0XMe { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.4375rem;left:12.632293701172rem;display:block; }
#PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.875rem;left:0.9375rem; }
#PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.84375rem;left:4.8447914123535rem; }
#MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.84375rem;left:8.9697914123538rem; }
#lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.84270477294925rem;left:13.038543701172rem; }
#yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:6.1875rem;height:2.6875rem;top:1.875rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:13.625rem;height:4.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:2.9375rem;height:2.9375rem;top:1.9375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:34.375rem;height:4.3125rem;top:16.25rem;left:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:22.5625rem;height:34.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:21.625rem;height:2.8125rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Tw5qGX88c4IWZBzyCnHDGrz2AI5o1yWQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PUdUenpsW5dTPhnSzu27B36Z7X8vwusV {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WnCvyooyfTta3xTilIQidJTpg4OdqQ6G {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #pTKkHIOCnutNVhC4FiLwcniV2NUtGPZ4 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #eIRNfzVBhslJvkfReiKdPcualfzsDkDb {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Q1p2TEkHJNewtoan6cz69amuMhDPzESQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #yheL9igWtPWrQlyGch8Pf6Ja80azBuuc { display:block; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:5.375rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 { display:block; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puaaIzn3UKgvxWWrR5g1TFD15dVOUBdB { top:11.375rem;left:0rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InFiNENnu1uqRl6PG3zbcngaaHqv6xl6 { top:13.3125rem;left:28.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWnTiVK6CMiTTE3vX9l8xUvxhJp3OLJO { top:20.6875rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TWeloB586pLrJmi60PkHOMIvlRPCiQ { top:13.9375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQM9cqiJPJQnKWlQ9ucymXayMs25V8C { top:20.375rem;left:45rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTD5vBvstlqsiZe9Mx30tiGgf59B3gM0 { top:12.375rem;left:27.75rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5tgOd3yHrTUpXZRz81otOylp0cZHlI { top:12.3125rem;left:43.6875rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmoUubMWy50aGOikk1HecEw9SisupT7i { top:19.6875rem;left:27.75rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osBREBZBZT84lDaK2ZDpLUAVUV18AU2w { top:19.3125rem;left:43.6875rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdkPPaxZ80qP2s01KWyTmp11m7AP4Oiw { top:14.1875rem;left:14.737501144409rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpCUteq26TsGJmmSGQBnQZH3Nyfe9Ni { top:21.4375rem;left:15.300001144409rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcPqBt5uXCpw7WcxgGlXyfE9GS4oV1k { top:14.875rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxm0PvlTotdUXIRlBQ3QdLMTqdSJUkOX { top:21.125rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcFxrlKZui9WJoAhENTbvD1uy3Ke9r4k { top:1.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoVLqfD43ETdI5wToHesxZOMh99ybHF { top:6rem;left:20.875001907349rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaAJdTCDZawbGce1lSpne2LkKglrdEuZ { top:6.9375rem;left:1.375rem;width:42rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:29.3125rem;height:7.3125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:29.3125rem;height:7.1875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:20.75rem;height:4.5rem;top:14.125rem;left:1.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { width:20.75rem;height:1.3125rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:8.75rem;height:1.3125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:32.125rem;height:23.4375rem;top:8.375rem;left:15.561458587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:7.1875rem;height:7.3125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:14.25rem;left:0rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 > img { max-width: 100%;max-height:100%; width:4.375rem; height:4.375rem; } }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { width:1.875rem;height:1.875rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdaLX5eMDQVsS2iR3NMFakoR2sc052I5 { top:0.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2VNTXJ1pWMOc8TBwGNsSEHXu28LnPt1 { top:0.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opQuHKFH8Sq9qlGsxRVsReohdP0ysszS { top:0.4375rem;left:2.4406242370606rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1NzkB2KnZcSEJ79FeE9Lc8aMcG0XMe { top:0.4375rem;left:6.5072937011719rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 { top:0.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
#PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx { top:0.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
#MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 { top:0.8125rem;left:2.8447914123535rem;width:2.3125rem;height:2.3125rem;display:block; }
#lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k { top:0.8125rem;left:6.9135437011719rem;width:2.3125rem;height:2.3125rem;display:block; }
#yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:6.1875rem;height:2.6875rem;top:1.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:10.625rem;height:3.8898305084746rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:2.9375rem;height:2.9375rem;top:1.9375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8532c8a2-2df9-4f90-803b-acad68ded7bf/alexbranchmin1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:20rem;height:2.55rem;top:3.4999998211861rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:13.625rem;height:19.9375rem;top:9.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:7.9375rem;height:1.38125rem;top:10.0625rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:10.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;font-size:0.625rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.25rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.5625rem;font-size:0.625rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:5.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem;height:2.75rem;font-size:0.9375rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:9.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:10.9375rem;height:auto;top:13.3125rem;left:3.3125rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:10.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:10.9375rem;height:auto;top:13.3125rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Tw5qGX88c4IWZBzyCnHDGrz2AI5o1yWQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PUdUenpsW5dTPhnSzu27B36Z7X8vwusV { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #WnCvyooyfTta3xTilIQidJTpg4OdqQ6G {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #pTKkHIOCnutNVhC4FiLwcniV2NUtGPZ4 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #eIRNfzVBhslJvkfReiKdPcualfzsDkDb { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #Q1p2TEkHJNewtoan6cz69amuMhDPzESQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #yheL9igWtPWrQlyGch8Pf6Ja80azBuuc { display:block; }#yheL9igWtPWrQlyGch8Pf6Ja80azBuuc > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:18.75rem;height:8.4rem;top:7.3749980926512rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 { display:block; }#pIhK3brGMMs3QlhQE9FLyHHQSOnFs9B6 > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puaaIzn3UKgvxWWrR5g1TFD15dVOUBdB { width:11.4375rem;height:11.4375rem;top:10.374221801757rem;left:4.2812500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #InFiNENnu1uqRl6PG3zbcngaaHqv6xl6 { width:2.8125rem;height:2.8125rem;top:24.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWnTiVK6CMiTTE3vX9l8xUvxhJp3OLJO { width:2.5625rem;height:2.5625rem;top:33.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6TWeloB586pLrJmi60PkHOMIvlRPCiQ { width:2.25rem;height:2.25rem;top:24.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEQM9cqiJPJQnKWlQ9ucymXayMs25V8C { width:2.4375rem;height:2.4375rem;top:33.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTD5vBvstlqsiZe9Mx30tiGgf59B3gM0 { width:4.0625rem;height:0.25rem;top:32.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc5tgOd3yHrTUpXZRz81otOylp0cZHlI { width:4.0625rem;height:0.25rem;top:23.875rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmoUubMWy50aGOikk1HecEw9SisupT7i { width:4.0625rem;height:0.25rem;top:23.875rem;left:11.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #osBREBZBZT84lDaK2ZDpLUAVUV18AU2w { width:4.0625rem;height:0.25rem;top:32.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdkPPaxZ80qP2s01KWyTmp11m7AP4Oiw { width:7.6875rem;height:2.275rem;top:28.6875rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdpCUteq26TsGJmmSGQBnQZH3Nyfe9Ni { width:6.5625rem;height:2.275rem;top:37.04453086853rem;left:1.3125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBcPqBt5uXCpw7WcxgGlXyfE9GS4oV1k { width:8.3125rem;height:2.275rem;top:28.6875rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxm0PvlTotdUXIRlBQ3QdLMTqdSJUkOX { width:8.3125rem;height:2.275rem;top:37.04453086853rem;left:10.424218714237rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcFxrlKZui9WJoAhENTbvD1uy3Ke9r4k { width:19.375rem;height:2.03125rem;top:0.67343807220456rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGoVLqfD43ETdI5wToHesxZOMh99ybHF { width:4.6875rem;height:0.25rem;top:4.1250000298023rem;left:7.6562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaAJdTCDZawbGce1lSpne2LkKglrdEuZ { width:20rem;height:2.4375rem;top:5.3734388351441rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:9.8125rem;height:4rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:9.8125rem;height:3.5625rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:6.1875rem;height:2.7rem;top:9.5875015258787rem;left:3.4416669011116rem;text-align:right;text-align-last:right;font-size:0.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WGt0hTmcSp5T2iwGcBFTCLMcp6f89ZEF { width:6.625rem;height:1.0625rem;top:14.9375rem;left:2.6875rem;font-size:0.625rem;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #unu2fVIkXcVbxa3CVdRedimiA2D4ILAD { display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:3.875rem;height:1rem;top:13.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:15.6875rem;height:11.4375rem;top:7.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:2.8125rem;height:2.8125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:2.5rem;height:2.5rem;top:9.625rem;left:0rem;font-size:1.75rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.5625rem;height:1.5625rem;top:12.9375rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfddyP3a3CXAs62HPZzBJJvw5tRx4Bxt { width:1.5625rem;height:1.5625rem;top:14.625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:5.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OdaLX5eMDQVsS2iR3NMFakoR2sc052I5 { width:3.125rem;height:3.125rem;top:0.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2VNTXJ1pWMOc8TBwGNsSEHXu28LnPt1 { width:3.125rem;height:3.125rem;top:0.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opQuHKFH8Sq9qlGsxRVsReohdP0ysszS { width:3.125rem;height:3.125rem;top:0.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma1NzkB2KnZcSEJ79FeE9Lc8aMcG0XMe { width:3.125rem;height:3.125rem;top:0.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 { display:flex;width:2.1875rem;height:2.1875rem;top:0.875rem;left:1rem;font-size:1.5rem; }
#PmkETNpEHoamQTRfWEWhwQUqo8qCNOp5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx { display:flex;width:2.3125rem;height:2.3125rem;top:0.875rem;left:4.8125rem; }
#MZqTIRplC3bIh0hoAH61lG6HrcEvmfIx > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 { display:flex;width:2.3125rem;height:2.3125rem;top:0.8125rem;left:8.5625rem; }
#lfCGlRxUlIgXzfBTFw5dyg3EsCxBhCP6 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k { display:flex;width:2.3125rem;height:2.3125rem;top:0.8125rem;left:12.5rem; }
#yehquzQW1CoevTUGt3XQm4t9Dy8hyd0k > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }