.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:217,217,232;--color-primary-1:128,128,179;--color-primary-2:0,0,102;--color-primary-3:0,0,51;--color-primary-4:0,0,15;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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/1ff00f3e-ec93-493f-b824-1447b43b7d9f/ChatGPTImageJun24202605_29_28PM1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { color:#f26922;display:block;width:45.25rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(242,105,34,0.27);top:9.7170143127444rem;left:0rem;height:5.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:19.8359375rem;left:0rem;height:7.1224rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { 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:1.625rem;width:10.4375rem;top:1.9375rem;left:62.687502503394rem;overflow:hidden;display:block; }
#iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:6.6875rem;top:1.4375001192093rem;left:0rem;overflow:hidden;display:block; }
#LS62z1kMUy6OpSHWkvSti4Gc2nfIRoU1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.1875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:28.854166030884rem;left:0rem;height:4.2734375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wQb9Calm9rQ6XllSiek2wqaPuG3WBt0l { background-color:#f26922;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0rem 0.1875rem #f26922 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.774307250976rem;left:0rem;display:block; }
#hu9QNZNPIeVhlT63cWllP0NFb1hQRbHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container { background-color: transparent; background-image: none; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container > .video-iframe-container { display: none; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row > .video-iframe-container { display: none; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .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); }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container { border-width: 0; border-radius: 0; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#xU3d7iLFSPiPinNmwu0M0iSJVg6GAeXd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3248710632324rem;left:29.437500596046rem;height:2.19375rem;display:block; }
#iSLP5WJ7ife8iX61ZpOcPrg1WOt9ixXR { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8515625rem;left:9.7812505960463rem;height:8.28645rem;text-align:center;text-align-last:center;display:block; }
#aQ2CFAzOCoI3SRNLJB7znnlKaw6RHMoI { color:rgba(var(--color-tertiary-4),0.03);display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.349609375rem;left:22.312500596046rem;height:4.14375rem;display:block; }
#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000066;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; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container { background-color: transparent; background-image: none; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container > .video-iframe-container { display: none; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row > .video-iframe-container { display: none; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .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); }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container { border-width: 0; border-radius: 0; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;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;vertical-align:top; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:rgba(var(--color-tertiary-4),1); }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-trigger.adaptive-delivery-prevent-bg, #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-trigger.lazyload, #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-trigger.lazyloading { background-image: none; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ { box-sizing:content-box;height:auto;width:19.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.03125rem;left:50.562502503395rem; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #lbXbtHTfPBoVPtb1SiWV0IEOmXAGWGIg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #bTi0yG1GhMa4ZxhZ2bfsc1DJS0UXu0vC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #ewiwabMV7oTCESlUAwVgtP3GtcGEVMN1 { display:block;position:relative; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #gX3TdUfHRNg8zA7GhWsohe2mx4Mehdi7 {  }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #wrmUkwx2Sgdwu2VfPqFEa3XaHttEa5BN {  }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;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;vertical-align:top; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:rgba(var(--color-tertiary-4),1); }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-trigger.adaptive-delivery-prevent-bg, #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-trigger.lazyload, #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-trigger.lazyloading { background-image: none; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V { box-sizing:content-box;height:auto;width:20.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(242,105,34,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.0312528610229rem;left:1.8125009536743rem; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #f72FiTk4w0PZVPrGeDU0xIsuJSHFKEmb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #RxvUuaIRgLCPOI1dZU7ZBbwxaL1nTuy1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #EKPelNVb6I63IpGGQc9tQmDxmJ6g3GbF { display:block;position:relative; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #oMshLLyvFEzM3M7APsaHMvJo7oTLTLmu {  }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #D0IqfQSA21m4urTsayTJBcNSc3Phs8f2 {  }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;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;vertical-align:top; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:rgba(var(--color-tertiary-4),1); }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-trigger.adaptive-delivery-prevent-bg, #AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-trigger.lazyload, #AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-trigger.lazyloading { background-image: none; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB { box-sizing:content-box;height:auto;width:20.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.03125rem;left:26.125000596046rem; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB #OlfplRgvamCLT471fybgUHCOSsPIT9IO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB #MAo6C3u1WeVkKt8Hxa3KcDp2d9TMnFSS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB #M8N2WcocKTcpFf9qpHUyfiiO1spIirRh { display:block;position:relative; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB #RMvIhg9NTHkcPn3z5bnqXH4eEGBKJzsK {  }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB #ITimKozsMWXBIqFquwiKx30Mp8z8CWT6 {  }
#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { 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; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { background-color: transparent; background-image: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .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); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { border-width: 0; border-radius: 0; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#Fw7Sfc4aBAkIAxBH5AzI26zQVITWGyyH { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.7109394073486rem;left:15.687500953674rem;height:4.143225rem;text-align:center;text-align-last:center;display:block; }
#E4RMnLADaw73LytCbv577zdemF4e1AJ6 { color:#1c1c1c;display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:1.8506946563721rem;left:26.687500953674rem;height:1.6875rem;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; }
#T3BDhxsVqM07z056S5azCrIpXzS9uGU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.910807371139rem;left:9.91666662693rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#zviIUZxsnFZKlM8UE1NDviz6cVByczx5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.876953125rem;left:45.187502503395rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#uKEdTdmP4qEE2yH0a4X3atBq7rh8p05v { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.626953125rem;left:46.250002503395rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#hz7f2NKXIILDr4c1yTm3PcUftWdwyDyS { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.9375rem;left:10.32291662693rem;height:2.76215rem;text-align:center;text-align-last:center;display:block; }
#Q4UM5DER4qg3mlHavDcXNJ9IdJAW2DrU { background-color:#f26922;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0rem 0.1875rem #f26922 ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.375rem;left:31.093752503395rem;display:block; }
#KDVQe8E2SueXNXrHUOphQRFF8bxJfGJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQbLhXdpmJQBVxGHEMUdbiiwV24G6q88 { box-sizing:content-box;height:5rem;width:21.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:11.75rem;left:8.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T4auNS3GTqAhT9tUUE3FZCeWdRcxEare { box-sizing:content-box;height:5rem;width:21.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:11.75rem;left:44.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#toNXlToMTBc3FnBmQV8z0VEyhQrfCsW3 { box-sizing:content-box;height:5rem;width:21.9375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.5rem;left:44.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LlM3sc5CxBITtRCbVMZ6XZleSTEvwEkb { box-sizing:content-box;height:5rem;width:21.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:19.4375rem;left:9rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lTtJQnJuyTrOQt54d68CC6ndkxdfAGuq { color:rgba(var(--color-tertiary-4),0.03);display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:3.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.62369823455811rem;left:20.906250596046rem;height:8.2864375rem;display:block; }
#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb { 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; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container { background-color: transparent; background-image: none; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container > .video-iframe-container { display: none; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row > .video-iframe-container { display: none; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .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); }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container { border-width: 0; border-radius: 0; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#PIwHPtQJV3MvLhEdPJ9zV1IEsbkW2fhl { position:absolute;display:block;z-index:15000;border-top:0.3125rem solid rgba(0,0,102,0.56);border-left:0.3125rem solid rgba(0,0,102,0.56);border-right:0.3125rem solid rgba(0,0,102,0.56);border-bottom:0.3125rem solid rgba(0,0,102,0.56);box-shadow: none;height:22.6875rem;width:40.3125rem;top:6.2847204208375rem;left:27.055554389954rem;display:block; }
#UTSsNiKXTciiPPs2UoO7wh1PGdIdKqAc { color:rgba(var(--color-tertiary-4),1);display:block;width:56rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.423611164093rem;left:11.868056297303rem;height:2.193575rem;display:block; }
#edhDhBuFA1a4ovVxzatSBENJ7NpfT7Tk { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.657116413116rem;left:0.9375rem;height:7.796875rem;display:block; }
#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,102,0.9);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; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { background-color: transparent; background-image: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container > .video-iframe-container { display: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container { display: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .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); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { border-width: 0; border-radius: 0; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:3.3717451095581rem;left:28.500000596046rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h4RrDVnJ8zter9TlPPR53cWKywALuy5O { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { color:rgba(var(--color-secondary-0),1);display:block;width:62.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.0130214691163rem;left:6.4062505960462rem;height:7.222225rem;text-align:center;text-align-last:center;display:block; }
#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f26922, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #f26922, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #f26922, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #f26922, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26922', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26922', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #f26922, rgba(var(--color-primary-2),1));background-size:auto !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; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container { background-color: transparent; background-image: none; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container > .video-iframe-container { display: none; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row > .video-iframe-container { display: none; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .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); }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container { border-width: 0; border-radius: 0; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#FT6vCBxGezZg7IBuXACLktgxKra1yxa4 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.0625rem;left:31.875rem;height:7.796875rem;display:block; }
#TqSnVxhrXGJJpbEkrAVTuPD67k6IPdem { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:15.8125rem;width:12.375rem;top:9.4019098281863rem;left:13.968750953674rem;overflow:hidden;display:block; }
#AOHIUQk1uXoHFwem4ot6zlgQpJkLtmzQ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:31.875rem;height:2.51875rem;display:block; }
#IP3CXe5S3b2IMTXHShqNNUEsWDkFW40Z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:31.437502503395rem;height:;display:block; }
#mguFRg0k7mzJN7CA7MUwTdVRiHr7QX4o { box-sizing:content-box;height:22.4375rem;width:57.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #f26922;border-left:0.8125rem solid #f26922;border-right:0.0625rem solid #f26922;border-bottom:0.0625rem solid #f26922;top:7.0625rem;left:8.75rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
#nn6pIs9kIOV5CBK7IbfMmEMlEpI5lB3t { box-sizing:content-box;height:15.0625rem;width:15.1875rem;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:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.5rem solid #f26922;border-left:0.5rem solid #f26922;border-right:0.5rem solid #f26922;border-bottom:0.5rem solid #f26922;top:9.1519069671631rem;left:12.062500953674rem;display:block; }
#c3vWXzKdKlJmmFCn4aHeQw1TsrWy38f5 { color:#f26922;display:block;width:26.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:31.875rem;height:1.381075rem;display:block; }
#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { 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; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { background-color: transparent; background-image: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container > .video-iframe-container { display: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container { display: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .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); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { border-width: 0; border-radius: 0; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#l9413704Pm99I8f4tDdRqZnkXN8m28o3 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.578123450279rem;left:0rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.99998855590819rem;left:26.437500953674rem;height:2.6809875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-form-header {  }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.625rem;font-weight:300;color:#fbfbfb;width:27.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:27.0625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { background-color:#ffffff;background-image:none;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;width:27.0625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:27.0625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { background-color:#f26922;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:5.8125rem;margin-bottom:0.25rem;margin-left:5.9375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:15.125rem;height:2.875rem;font-family:poppins;overflow:hidden;box-shadow: none;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;line-height:1.2; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .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:poppins;line-height:1.4;font-size:0.5rem;font-weight:400;color:#ffffff;vertical-align:top;width:25.8125rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .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; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container:first-of-type{padding-top:0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container:last-of-type{padding-bottom:0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000066, #f26922);background-image: -moz-linear-gradient(45deg, #000066, #f26922);background-image: -ms-linear-gradient(45deg, #000066, #f26922);background-image: -o-linear-gradient(45deg, #000066, #f26922);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#f26922' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#f26922' );";background-image: linear-gradient(45deg, #000066, #f26922);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.187500953674rem;top:6.1128387451172rem;z-index:15005;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.0625rem;display:block;vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000066, #f26922);background-image: -moz-linear-gradient(45deg, #000066, #f26922);background-image: -ms-linear-gradient(45deg, #000066, #f26922);background-image: -o-linear-gradient(45deg, #000066, #f26922);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#f26922' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#f26922' );";background-image: linear-gradient(45deg, #000066, #f26922);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:39.187500953674rem;top:6.1128387451172rem;z-index:15005;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #BzBpShc0D76lfOWf6DGB5qcLARrzCVsT { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nr7tqEPIinEMGDsQCTvZs4gN5KSQ3mxu { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #eUNfhcbme1Dd7n7JX7mpXXqx04OqXTbz { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Bi0MBnt8sFTbcmhM6fIfJ5Kv2mPEJEuE { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #QUVKmRXmyopXUpEQWplTMI4d6cToRM8N { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #obUWCeV9sUPXg88QZc6gkBBzu8tOUfUh { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { position:relative;z-index:2; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc { position:relative; }
#R2CTRGc7dfH3Sq5TpKduebC14hgPMMMP { color:#f26922;display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.276909828186rem;left:0.034722328186035rem;height:6.824625rem;display:block; }
#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { background-color: transparent; background-image: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container > .video-iframe-container { display: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container { display: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .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); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { border-width: 0; border-radius: 0; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#D0pD6V5JmPunidPLzA0l921BntWybldx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.75rem;top:2.59375rem;left:38.375000953674rem;overflow:hidden;display:block; }
#cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { position:absolute;display:block;z-index:15001;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.4375rem;width:2.4375rem;top:1.9375rem;left:28.25rem;overflow:hidden;display:none; }
#Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { 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:0rem;left:28.750000953674rem;overflow:hidden;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) { #LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { top:9.6875rem;left:0rem;width:45.25rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { top:19.8125rem;left:0rem;width:36.75rem;height:7.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { top:1.9375rem;left:37.3125rem;width:10.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { top:1.4375rem;left:0rem;width:6.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS62z1kMUy6OpSHWkvSti4Gc2nfIRoU1 { top:28.8125rem;left:0rem;width:37.1875rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQb9Calm9rQ6XllSiek2wqaPuG3WBt0l { width:12.8125rem;height:3.1875rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu9QNZNPIeVhlT63cWllP0NFb1hQRbHt { display:block; }
 }@media only screen and (max-width: 763px) { #ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 { display:block; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU3d7iLFSPiPinNmwu0M0iSJVg6GAeXd { top:2.3125rem;left:15.812500596046rem;width:16.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLP5WJ7ife8iX61ZpOcPrg1WOt9ixXR { top:7.8125rem;left:0rem;width:47.75rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ2CFAzOCoI3SRNLJB7znnlKaw6RHMoI { top:1.3125rem;left:8.6875005960463rem;width:30.375rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnCN0hLvVsbArkHirg4lksv1hSOJuXA { display:block; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ { display:flex;height:auto;width:27.8125rem;top:0.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #lbXbtHTfPBoVPtb1SiWV0IEOmXAGWGIg {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #bTi0yG1GhMa4ZxhZ2bfsc1DJS0UXu0vC {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #ewiwabMV7oTCESlUAwVgtP3GtcGEVMN1 {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #gX3TdUfHRNg8zA7GhWsohe2mx4Mehdi7 {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #wrmUkwx2Sgdwu2VfPqFEa3XaHttEa5BN {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V { display:flex;height:auto;width:27.8125rem;top:3.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #f72FiTk4w0PZVPrGeDU0xIsuJSHFKEmb {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #RxvUuaIRgLCPOI1dZU7ZBbwxaL1nTuy1 {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #EKPelNVb6I63IpGGQc9tQmDxmJ6g3GbF {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #oMshLLyvFEzM3M7APsaHMvJo7oTLTLmu {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #D0IqfQSA21m4urTsayTJBcNSc3Phs8f2 {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB { display:flex;height:auto;width:27.8125rem;top:3.4375rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #OlfplRgvamCLT471fybgUHCOSsPIT9IO {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #MAo6C3u1WeVkKt8Hxa3KcDp2d9TMnFSS {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #M8N2WcocKTcpFf9qpHUyfiiO1spIirRh {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #RMvIhg9NTHkcPn3z5bnqXH4eEGBKJzsK {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #ITimKozsMWXBIqFquwiKx30Mp8z8CWT6 {  }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw7Sfc4aBAkIAxBH5AzI26zQVITWGyyH { top:5.6875rem;left:2.0625009536743rem;width:43.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4RMnLADaw73LytCbv577zdemF4e1AJ6 { width:21.625rem;height:1.6875rem;top:1.8125rem;left:13.062500953674rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BDhxsVqM07z056S5azCrIpXzS9uGU4 { top:12.875rem;left:0rem;width:20.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zviIUZxsnFZKlM8UE1NDviz6cVByczx5 { top:12.875rem;left:27.9375rem;width:19.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKEdTdmP4qEE2yH0a4X3atBq7rh8p05v { top:20.625rem;left:30.0625rem;width:17.6875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz7f2NKXIILDr4c1yTm3PcUftWdwyDyS { top:19.9375rem;left:0rem;width:19.375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4UM5DER4qg3mlHavDcXNJ9IdJAW2DrU { width:12.8125rem;height:3.1875rem;top:26.375rem;left:17.468752503395rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVQe8E2SueXNXrHUOphQRFF8bxJfGJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #DQbLhXdpmJQBVxGHEMUdbiiwV24G6q88 { top:11.75rem;left:0rem;width:21.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4auNS3GTqAhT9tUUE3FZCeWdRcxEare { top:11.75rem;left:25.6875rem;width:21.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNXlToMTBc3FnBmQV8z0VEyhQrfCsW3 { top:19.5rem;left:25.6875rem;width:21.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlM3sc5CxBITtRCbVMZ6XZleSTEvwEkb { top:19.4375rem;left:0rem;width:21.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTtJQnJuyTrOQt54d68CC6ndkxdfAGuq { top:0.5625rem;left:7.2812505960462rem;width:33.1875rem;height:8.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWg8ueOX3GLKqketX3w1IsupsVQmNeDb { display:block; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIwHPtQJV3MvLhEdPJ9zV1IEsbkW2fhl { top:6.25rem;left:6.8125rem;width:40.3125rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSsNiKXTciiPPs2UoO7wh1PGdIdKqAc { top:1.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edhDhBuFA1a4ovVxzatSBENJ7NpfT7Tk { top:14.625rem;left:0rem;width:23.1875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { display:block; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4RrDVnJ8zter9TlPPR53cWKywALuy5O { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR { display:block; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT6vCBxGezZg7IBuXACLktgxKra1yxa4 { top:16.0625rem;left:15.5rem;width:32.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSnVxhrXGJJpbEkrAVTuPD67k6IPdem { top:9.375rem;left:0.34375095367432rem;width:12.375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHIUQk1uXoHFwem4ot6zlgQpJkLtmzQ { top:10.5rem;left:18.25rem;width:13.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3CXe5S3b2IMTXHShqNNUEsWDkFW40Z { top:2.3125rem;left:17.812502503395rem;width:12.125rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mguFRg0k7mzJN7CA7MUwTdVRiHr7QX4o { top:7.0625rem;left:0rem;width:46.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6pIs9kIOV5CBK7IbfMmEMlEpI5lB3t { top:9.125rem;left:0rem;width:15.1875rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vWXzKdKlJmmFCn4aHeQw1TsrWy38f5 { top:13.3125rem;left:18.25rem;width:26.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { display:block; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9413704Pm99I8f4tDdRqZnkXN8m28o3 { top:19.5625rem;left:0rem;width:26.3125rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { top:0.9375rem;left:12.812500953674rem;width:22.125rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { display:block;width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { width:15.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-checkbox-label { width:25.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { width:27.0625rem;height:auto;top:6.0625rem;left:18.1875rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { width:27.0625rem;height:auto;top:6.0625rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #BzBpShc0D76lfOWf6DGB5qcLARrzCVsT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nr7tqEPIinEMGDsQCTvZs4gN5KSQ3mxu {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #eUNfhcbme1Dd7n7JX7mpXXqx04OqXTbz {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Bi0MBnt8sFTbcmhM6fIfJ5Kv2mPEJEuE {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #QUVKmRXmyopXUpEQWplTMI4d6cToRM8N {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #obUWCeV9sUPXg88QZc6gkBBzu8tOUfUh {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc {  }
 }@media only screen and (max-width: 763px) { #R2CTRGc7dfH3Sq5TpKduebC14hgPMMMP { top:28.25rem;left:0rem;width:10.6875rem;height:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { display:block; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0pD6V5JmPunidPLzA0l921BntWybldx { width:7.75rem;height:1.375rem;top:2.5625rem;left:24.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { width:2.4375rem;height:2.4375rem;top:1.9375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { width:6.375rem;height:6.375rem;top:0rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/868491b5-45a4-4e7f-838a-c6c1aa541d90/manwithclipboardtradingoffice.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(0,0,0,0.77); }#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(0,0,0,0.77); }#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 { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { width:20rem;height:7.1979375rem;top:11.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { width:20rem;height:9rem;top:21.0234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { width:8.1875rem;height:1.25rem;top:6.25rem;left:5.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { width:6.6875rem;height:2.625rem;top:2.6479473114014rem;left:6.6562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS62z1kMUy6OpSHWkvSti4Gc2nfIRoU1 { width:20rem;height:6.75rem;top:31.42361164093rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wQb9Calm9rQ6XllSiek2wqaPuG3WBt0l { width:12.8125rem;height:3.1875rem;top:42.92361164093rem;left:3.5937501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu9QNZNPIeVhlT63cWllP0NFb1hQRbHt { display:block; }
 }@media only screen and (max-width: 763px) { #ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 { display:block; }#ruqKSzAVk2JkbwJWmcdyrA8sZis6LB07 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU3d7iLFSPiPinNmwu0M0iSJVg6GAeXd { width:15.125rem;height:2.03125rem;top:1.25rem;left:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLP5WJ7ife8iX61ZpOcPrg1WOt9ixXR { width:20rem;height:20.79166875rem;top:4.53125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ2CFAzOCoI3SRNLJB7znnlKaw6RHMoI { width:20rem;height:2.599825rem;top:0.96527957916262rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdnCN0hLvVsbArkHirg4lksv1hSOJuXA { display:block; }#DdnCN0hLvVsbArkHirg4lksv1hSOJuXA > .row .container { width:20rem;height:113.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #lbXbtHTfPBoVPtb1SiWV0IEOmXAGWGIg {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #bTi0yG1GhMa4ZxhZ2bfsc1DJS0UXu0vC {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #ewiwabMV7oTCESlUAwVgtP3GtcGEVMN1 {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #gX3TdUfHRNg8zA7GhWsohe2mx4Mehdi7 {  }
 }@media only screen and (max-width: 763px) { #EIisE9BTMDXhUqKTEm6hh0nUaMHweKFZ #wrmUkwx2Sgdwu2VfPqFEa3XaHttEa5BN {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wt7cAhRkTU5CTFK6ARlde9gXezPEf60V { display:flex;height:auto;width:17.5rem;top:38.250003814698rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #f72FiTk4w0PZVPrGeDU0xIsuJSHFKEmb {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #RxvUuaIRgLCPOI1dZU7ZBbwxaL1nTuy1 {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #EKPelNVb6I63IpGGQc9tQmDxmJ6g3GbF {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #oMshLLyvFEzM3M7APsaHMvJo7oTLTLmu {  }
 }@media only screen and (max-width: 763px) { #wt7cAhRkTU5CTFK6ARlde9gXezPEf60V #D0IqfQSA21m4urTsayTJBcNSc3Phs8f2 {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AC037AVycXacbLqKmiJHtyiAMMgxCrKB { display:flex;height:auto;width:17.5rem;top:80.1250038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #OlfplRgvamCLT471fybgUHCOSsPIT9IO {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #MAo6C3u1WeVkKt8Hxa3KcDp2d9TMnFSS {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #M8N2WcocKTcpFf9qpHUyfiiO1spIirRh {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #RMvIhg9NTHkcPn3z5bnqXH4eEGBKJzsK {  }
 }@media only screen and (max-width: 763px) { #AC037AVycXacbLqKmiJHtyiAMMgxCrKB #ITimKozsMWXBIqFquwiKx30Mp8z8CWT6 {  }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw7Sfc4aBAkIAxBH5AzI26zQVITWGyyH { width:20rem;height:8.77080625rem;top:3.632821559906rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4RMnLADaw73LytCbv577zdemF4e1AJ6 { width:20rem;height:1.5625rem;top:1.5694561004639rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BDhxsVqM07z056S5azCrIpXzS9uGU4 { width:18.625rem;height:4.14323125rem;top:14.136284828186rem;left:0.62413191795349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zviIUZxsnFZKlM8UE1NDviz6cVByczx5 { width:19.375rem;height:2.76215rem;top:20.93923664093rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKEdTdmP4qEE2yH0a4X3atBq7rh8p05v { width:17.6875rem;height:2.76215rem;top:27.047753810883rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz7f2NKXIILDr4c1yTm3PcUftWdwyDyS { width:19.375rem;height:4.14323125rem;top:33.159730911255rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4UM5DER4qg3mlHavDcXNJ9IdJAW2DrU { width:14.5rem;height:3.5625rem;top:39.576843261719rem;left:2.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVQe8E2SueXNXrHUOphQRFF8bxJfGJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #DQbLhXdpmJQBVxGHEMUdbiiwV24G6q88 { width:19.875rem;height:5rem;top:13.653636932373rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4auNS3GTqAhT9tUUE3FZCeWdRcxEare { width:19.875rem;height:5rem;top:19.764768123627rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toNXlToMTBc3FnBmQV8z0VEyhQrfCsW3 { width:19.875rem;height:5rem;top:25.873264312744rem;left:0.013020873069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlM3sc5CxBITtRCbVMZ6XZleSTEvwEkb { width:19.875rem;height:5rem;top:31.986104011536rem;left:0.013020873069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTtJQnJuyTrOQt54d68CC6ndkxdfAGuq { width:20rem;height:2.03125rem;top:1.1412754058838rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWg8ueOX3GLKqketX3w1IsupsVQmNeDb { display:block; }#cWg8ueOX3GLKqketX3w1IsupsVQmNeDb > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PIwHPtQJV3MvLhEdPJ9zV1IEsbkW2fhl { height:10.881849315068rem;width:19.375rem;top:20.3211875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTSsNiKXTciiPPs2UoO7wh1PGdIdKqAc { width:20rem;height:8.7743125rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edhDhBuFA1a4ovVxzatSBENJ7NpfT7Tk { width:20rem;height:7.796875rem;top:11.2743125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { display:block; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { width:13.3125rem;height:4rem;top:1.6284723281861rem;left:3.3437501192093rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4RrDVnJ8zter9TlPPR53cWKywALuy5O { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { width:0.125rem;height:11.25rem;top:0rem;left:7.6875001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { width:20rem;height:27.1944625rem;top:6.6154479980469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR { display:block; }#ew4EhnefwtuyqZLsG9IM0gHNNXUmcTVR > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT6vCBxGezZg7IBuXACLktgxKra1yxa4 { width:20rem;height:15.59375rem;top:34.468763351441rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqSnVxhrXGJJpbEkrAVTuPD67k6IPdem { width:11.125rem;height:14.125rem;top:8.4652767181394rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOHIUQk1uXoHFwem4ot6zlgQpJkLtmzQ { width:13.6875rem;height:2.51875rem;top:27.170835494995rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3CXe5S3b2IMTXHShqNNUEsWDkFW40Z { width:10.125rem;height:1.7875rem;top:0.625rem;left:4.9375002980232rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mguFRg0k7mzJN7CA7MUwTdVRiHr7QX4o { width:19.125rem;height:22.4375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6pIs9kIOV5CBK7IbfMmEMlEpI5lB3t { width:15.1875rem;height:15.0625rem;top:6.4739589691163rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3vWXzKdKlJmmFCn4aHeQw1TsrWy38f5 { width:20rem;height:2.76215rem;top:29.689584732056rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { display:block; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9413704Pm99I8f4tDdRqZnkXN8m28o3 { width:20rem;height:6.5rem;top:11.348945617676rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { width:20rem;height:5.19965rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { width:9.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.875rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { width:17.5rem;height:auto;top:23.287322998047rem;left:0rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { width:17.5rem;height:auto;top:23.287322998047rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #BzBpShc0D76lfOWf6DGB5qcLARrzCVsT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nr7tqEPIinEMGDsQCTvZs4gN5KSQ3mxu {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #eUNfhcbme1Dd7n7JX7mpXXqx04OqXTbz {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Bi0MBnt8sFTbcmhM6fIfJ5Kv2mPEJEuE {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #QUVKmRXmyopXUpEQWplTMI4d6cToRM8N {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #obUWCeV9sUPXg88QZc6gkBBzu8tOUfUh {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc {  }
 }@media only screen and (max-width: 763px) { #R2CTRGc7dfH3Sq5TpKduebC14hgPMMMP { width:7.0625rem;height:2.193575rem;top:18.759548187256rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { display:block; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0pD6V5JmPunidPLzA0l921BntWybldx { width:13.3125rem;height:2.4375rem;top:3.9609375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { width:7.625rem;height:7.625rem;top:3.9609375rem;left:3.3125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { width:0.625rem;height:0.625rem;top:12.8359375rem;left:9.6875rem;z-index:14997;display:block; }
 }