.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;
}
:root { --color-primary-0:229,221,234;--color-primary-1:169,143,186;--color-primary-2:83,31,117;--color-primary-3:42,16,59;--color-primary-4:12,5,18;--color-secondary-0:254,236,222;--color-secondary-1:250,193,144;--color-secondary-2:245,130,32;--color-secondary-3:123,65,16;--color-secondary-4:37,20,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lora";--paragraphs-font-family:"Nunito Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#NWTSZRikMkqngZO3y7I6J5ZF8AzToHVa { position:absolute;display:block;z-index:15003;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.6875rem;width:15.5rem;top:1.687283039093rem;left:59.439020156861rem;overflow:hidden;display:block; }
#b0KrZvhhegNgay7gmIhxyGeVf2N3NZfC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:13.6875rem;top:0.28103256225586rem;left:0rem;overflow:hidden;display:block; }
#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8f518f09-2b3b-421e-91ba-43603e458e0a/44602048.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h.adaptive-delivery-prevent-bg, #bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h.lazyload, #bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h.lazyloading { background-image: none; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container { background-color: transparent; background-image: none; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container > .video-iframe-container { display: none; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row > .video-iframe-container { display: none; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .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); }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container { border-width: 0; border-radius: 0; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#Xyiv4SJlUZQxivSXMDA8rKHEq5hEP7TR { color:#f58220;display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:15.125rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#ciJ3ClCJxLDBQxeBHgK776WzTbOGPtJP { position:absolute;display:block;z-index:15027;background-color:#ff9312;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.3125rem;top:8.125rem;left:52.125rem;display:block; }
#tdgEzRen0KvAL87BmeMLr3TWXO5eKhI9 { color:#ff9312;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.0625rem;left:53.125rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-form-header {  }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:21.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aaaaaa;border-left:0.0625rem solid #aaaaaa;border-right:0.0625rem solid #aaaaaa;border-bottom:0.0625rem solid #aaaaaa;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:21.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aaaaaa;border-left:0.0625rem solid #aaaaaa;border-right:0.0625rem solid #aaaaaa;border-bottom:0.0625rem solid #aaaaaa;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:21.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #aaaaaa;border-left:0.0625rem solid #aaaaaa;border-right:0.0625rem solid #aaaaaa;border-bottom:0.0625rem solid #aaaaaa;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:21.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ff9312;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;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#ffffff;width:21.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR [class*="-text"]:-moz-placeholder { color:#1e1b1b;font-family:ubuntu;font-size:0.8125rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR [class*="-text"]::-moz-placeholder { color:#1e1b1b;font-family:ubuntu;font-size:0.8125rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR [class*="-text"]:-ms-input-placeholder { color:#1e1b1b;font-family:ubuntu;font-size:0.8125rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR [class*="-text"]::-webkit-input-placeholder { color:#1e1b1b;font-family:ubuntu;font-size:0.8125rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:20.4375rem;overflow:hidden;font-style:normal;float:none; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-container:first-of-type{padding-top:0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-container:last-of-type{padding-bottom:0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.06201171875rem;top:11.1865234375rem;z-index:15007;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.4375rem;display:block;vertical-align:top; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR {display:block;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.06201171875rem;top:11.1865234375rem;z-index:15007;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #GOGATqEVTHcxbHAoiLefsBlnwpD4PV73 { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #c2pRO1WK0mOopICX41VzuroRWHa71FrA { position:relative;display:none; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #JdgTySbs295oWFzke0uHu25uQgdAqRu1 { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #PgyK6MbNgOavMAoNg4pwAS0S35RteuBv { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #nA1rapC0CAMJQC3ekLaSmXBILZOyayTa { position:relative;display:none; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #eoT60in499aPTnwAqSTtTs6r9BtR5xQW { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #bIquRTZpEC0vA94JQTUgCGSQsU53FJOR { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #yZ2Z8aeDGqGRWEUFeoSm2KbH2Di0lTvH { position:relative;display:none; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #tv1llzX8uIssWkUDXMdyWiuxU35xTZXb { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #A4ri90GUrn8GufIITn7efCOrCH9RuDtM { position:relative; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #fTi7eDWyveexk77wAkuB1rJEd6taNPsy { position:relative; }
#NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e92d6d30-2e3d-494d-904e-65e629a0eecf/profjanakiramanmoorthy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.125rem;left:0.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE.adaptive-delivery-prevent-bg, #NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE.lazyload, #NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE.lazyloading { background-image: none; }
#Bl25ShKPOseuUolCKrdFkTy6arXMoK7Q { box-sizing:content-box;height:9.436875rem;width:9.6235rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #531f75;border-left:0.125rem solid #531f75;border-right:0.125rem solid #531f75;border-bottom:0.125rem solid #531f75;top:24.375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#cHIsehav9zlt04d5MavJTywuCSdES8i8 { box-sizing:content-box;height:8.125rem;width:8.125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c77af7d8-34c0-4a17-8aba-239a20882003/profbikramjitraychaudhuri.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.124783992768rem;left:24.375001907349rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#cHIsehav9zlt04d5MavJTywuCSdES8i8.adaptive-delivery-prevent-bg, #cHIsehav9zlt04d5MavJTywuCSdES8i8.lazyload, #cHIsehav9zlt04d5MavJTywuCSdES8i8.lazyloading { background-image: none; }
#C73zOLVSUS3fmUzO7DnG3lScRt8qyhxn { color:#531f75;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:34.5625rem;left:0rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OCZPHFVeOiWlZMwT3U8FW1DAid98kXHm { color:#531f75;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:34.561633586884rem;left:23.562284469604rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WE4KEnth6B1solQiaFSEHq0yMTlMgdTK { color:#1e1b1b;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:20.625rem;left:1.5625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DimZAF4u0wa6mfcuNTrl4ETpmOgwTHnD { box-sizing:content-box;height:2.87475625rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:#ff9312;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:0rem;display:block; }
#TZvFKA2OBZTtTrQlXm3fdJVkETdfbCZ7 { color:#ff9312;display:block;width:13.560125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:41.875rem;left:15.5rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyIigmQsJrqhWnGtaxpdUL5LLx5VwQPr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:0.375rem;left:55rem;display:none; }
#O8cLFopN3wZFNvDN1yEDJ0L7Lgici5Zc { box-sizing:content-box;height:9.4360625rem;width:9.6228125rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #531f75;border-left:0.125rem solid #531f75;border-right:0.125rem solid #531f75;border-bottom:0.125rem solid #531f75;top:24.375001430511rem;left:23.562284469604rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#H9T8s7pX2wzgnDSDzH3atTvvPTSzHhCQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#RyZuuLOoDkW6tHKe2I7KkMtVrV7DbyIT { color:#531f75;display:block;width:38.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:3.3734812736511rem;left:0rem;height:6.7480625rem;text-align:left;text-align-last:left;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; }
#UnBiTQNg9ISJBHVGL8TfQqdU5eHzNh62 { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:lora;font-size:2.5rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0rem;height:5.5rem;text-align:left;text-align-last:left;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:none; }
#fqh2AfTs5D3eAu88h7LRcySLdxu537gZ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:36.311851024628rem;left:0rem;height:3.896475rem;text-align:left;text-align-last:left;display:block; }
#B1TPJBpFhg9ibWoMEVSTvUMpyTOxmH3p { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36.311851024628rem;left:23.562284469604rem;height:3.896475rem;text-align:left;text-align-last:left;display:block; }
#acOKZrzbavnoTumwaTJ2auTreJ6Sto6v { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:12.267796039581rem;left:0rem;height:1.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l18lgvXpLq6vgsJ0VGvcm06D8tERFHlC { box-sizing:content-box;height:2.3125rem;width:10.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.936849594116rem;left:0rem;display:block; }
#FRxgDc8p8T2iid4HaUzPQK255faouO7T { position:absolute;display:block;z-index:15000;background-color:#531f75;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:17.375rem;top:41.125rem;left:14.375rem;display:block; }
#UzJG5EZpoBqbeBVLao9gtVfyWkfSCBRw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:44.25rem;left:18.4375rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#io7R25bE8tkoJ3xuIhpnBi5fxXMSwxkx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:43.6875rem;left:15.5rem; }
#BHsvVWuLVEDIZnddTrTfu7uWVcSMAggM { position:absolute;display:block;z-index:15004;background-color:#531f75;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:18.875rem;top:41.125rem;left:32.5rem;display:block; }
#qS79c6ikPr9a9MpiqSrkb8WqAmqvwWNt { color:rgba(var(--color-tertiary-0),1);display:block;width:13.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:44.25rem;left:36.5625rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xsHvN73DDTHJWQfvqNIG3br4C8KGAL3e { color:#ff9312;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:41.875rem;left:33.625rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sEEBhUWPpsZctHDpAc8BT5HESBrixEnF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:43.6875rem;left:33.625rem; }
#RLMxPTLmfzcUpWuhhzERhNDs4nRIfONt { position:absolute;display:block;z-index:15004;background-color:#531f75;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.6875rem;width:51.375rem;top:47.061633586884rem;left:0rem;display:block; }
#dGzyluWlXcuEpZmLCWSatTTU91peaCts { color:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:49.935981273651rem;left:4.0625019073486rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pykh69dEhgWP7uBFCSvCT9ku3fLVfuZX { color:#ff9312;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:47.8125rem;left:1.125rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fea858;background-image:none;box-shadow: 0.0625rem 0.25rem 0.3125rem rgba(237,118,94,0.25) ;color:#ffffff;padding-top:0.54625rem;padding-right:0.48875rem;padding-bottom:0.54625rem;padding-left:0.48875rem;display:block;align-items:center;width:2.930625rem;min-width:2.930625rem;height:2.93375rem;position:relative;font-family:arial;font-size:2.184375rem;font-weight:400;line-height:46.94px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-label { background-color:;background-image:none;color:#fea858;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.34125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.906875rem;height:1.16rem;position:relative;font-family:arial;font-size:0.819375rem;font-weight:700;line-height:18.56px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.625rem;height:5.5rem;padding-top:0.0625rem;padding-right:0.063125rem;padding-bottom:0.0625rem;padding-left:0.063125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.625rem;left:53.5rem;z-index:15032; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yeHQTsLuAwUvyh9BaLCRTZSJbQPrEzRJ { display:flex;position:relative;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #GOMeJZP7o11tzAt4weWepXJONs5apRXU { width:auto; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #siJnDtaLZUJftK2PL25O5zccT79UbzDq {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #Xsi2gTs73Lq6rO6l4FaL5ArErOST8V0R { display:flex;position:relative;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #knIN2NVPyZySSTR6qCorH89UEfxHDUUn {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #C1aU8aJC1vf526Gw3GgR8QF7IzmLONRc {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #RQzAFlMgDcp93bhVsiMDN3tyVnV9xn9p { display:flex;position:relative;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #xcEGTgFVHT8d2LE9fzcxwJwKTtIMABaR {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #XfP1Cmq45A95W5ATgX0Tqm0f5pkSirZM {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yTsxtU2Ha2gXwoWNTOwJ2y7oxAWfWlW7 { display:flex;position:relative;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #l9iQCbSJUclylvt4N65LfMZOMgG1BGtb {  }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #biOTWCqyyyd0dtfHKSnuDV9nP3kXuPKy {  }
#XpLaq3gBoC4ztSXPyi0hqLxCtsqtvXBo { display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:32.375rem;left:53.125rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#xbVv9MdNoPl2VKsJEzkTgPPi7SbneiCq { box-sizing:content-box;height:24.0625rem;width:23.875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:51.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CoukRP08uB5S4JhMOAtlbM0mu6QRFXo3 { position:absolute;display:block;z-index:15004;background-color:#531f75;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.125rem;width:13.625rem;top:41.125rem;left:0rem;display:block; }
#tpOwzTduls026womVOlHrJrbpZmri7nE { color:#ff9312;display:block;width:13.560125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:41.875rem;left:1.125rem;height:1.51171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKFp1J1npsZH0Qu6Bd9JyAlut1ci7dXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:43.694446563721rem;left:1.3116321563721rem; }
#W6y2VxQrhfpXvDOvHnGTLBien29bM9TL { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:44.25rem;left:4.0625rem;height:1.462675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IsXC6VLbOrIItA5rgP0Ch23UHvhZg5tk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:50.117839813233rem;left:1.3118495941162rem; }
#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV { position:relative;display:block; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV { background-color: transparent; background-image: none; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container > .video-iframe-container { display: none; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row > .video-iframe-container { display: none; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .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); }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV { border-width: 0; border-radius: 0; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sdCUKFzFiQC5hXS1GAVKSWdRCIXnuJFA { color:#000000;display:block;width:36.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:12.3125rem;left:37.5rem;height:7.20215rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TbwK8tsGDBIW4TlmQrkLuc2VDNBmAayb { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.1875rem;width:29.8125rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#PukJx8d6Z7g0abTcIyTvsnI7d7DCTBmC { box-sizing:content-box;height:25.1875rem;width:29.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:1.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#FGOuZZDFn0mroQepb0br3S8Tx3LIusCl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0623125rem;height:2.56185rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:21.375rem;left:37.5rem;display:block; }
#NFRVcDJflUXr0x08IRDJqAb0P2LMh8uX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Mh5rzlNXJERiuQlJouBSZ28JvDhG1TRD { color:rgba(var(--color-primary-2),1);display:block;width:27.374125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.3125rem;left:37.5rem;height:2.2753875rem;font-style:normal;display:block; }
#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container { background-color: transparent; background-image: none; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container > .video-iframe-container { display: none; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row > .video-iframe-container { display: none; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .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); }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container { border-width: 0; border-radius: 0; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#X75pmVh1J5fQRRFhPrB7BcXNgwLGf9AU { position:absolute;display:block;z-index:15011;background-color:#f58220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:0.125rem;top:0.875rem;left:0rem;display:block; }
#dgkqSBGIEMvyumzzDXqWqmCESOELUNT8 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.125rem;height:2.2753875rem;font-style:normal;display:block; }
#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 { position:relative;display:block; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 { background-color: transparent; background-image: none; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container > .video-iframe-container { display: none; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row > .video-iframe-container { display: none; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .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); }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 { border-width: 0; border-radius: 0; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kk6Mll9auh6oX1NGuc8T8g03MWom0svE { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:2.8125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kk6Mll9auh6oX1NGuc8T8g03MWom0svE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kk6Mll9auh6oX1NGuc8T8g03MWom0svE li:before{  }
#HwKKT42D58gwh557ZJKXsew2bzbadW0J { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.375rem;width:32.3125rem;top:3.6241312026977rem;left:42.062501907349rem;overflow:hidden;display:block; }
#nFK8GTlAxcznKTdaFlDBay8X9nfMvPrn { box-sizing:content-box;height:25.1875rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:43.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iHcMEwvc36txTVyVRTNRr5oEALOES05k { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0623125rem;height:2.56185rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:25.505641072989rem;left:0rem;display:block; }
#rnTpATVXRWT7vedNX572qo8XgXFx3ZA1 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#CdHsApsEAg58D6L6m4mTHymWfJwyerFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container { background-color: transparent; background-image: none; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container > .video-iframe-container { display: none; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row > .video-iframe-container { display: none; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .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); }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container { border-width: 0; border-radius: 0; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#t5IRsBskVEDECqwg810lJMZpDfyomfiT { position:absolute;display:block;z-index:15011;background-color:#f58220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:0.125rem;top:0.78125rem;left:1.5054693222046rem;display:block; }
#vN21wPBTun4gWbH9yOV0nNbNvMZUxonm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0.83767700195312rem;left:2.6236991882324rem;height:2.2753875rem;font-style:normal;display:block; }
#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG { position:relative;display:block; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG { background-color: transparent; background-image: none; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container > .video-iframe-container { display: none; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row > .video-iframe-container { display: none; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .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); }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG { border-width: 0; border-radius: 0; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTQNeXo0BW6GmN0tTgd8RBQNsDJG5hCg { color:#ff9312;display:block;width:19.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:1.625rem;left:1.3125rem;height:1.6497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bab0lQnCEHvvdtkchciarZkopsXdsSkg { color:#ff9312;display:block;width:21.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:1.625rem;left:39.6240234375rem;height:1.6497375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KWO4vUlCfh5u4ONXt5JVynXuRKJ52nWf { color:#531f75;display:block;width:34.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:4.4345703125rem;left:39.6240234375rem;height:20.473625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Ju5z3VTmKaqct1OGzcX6ttXOmOpZQxDe { color:#531f75;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:4.43359375rem;left:1.40625rem;height:24.8608125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qRuNoXRO8wZxA2fcdKvHMwLdBxe6Ra7K { box-sizing:content-box;height:3.625rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:#531f75;background-image:none;top:0rem;left:0rem;display:none; }
#g1AAbZb94UTKmelIb5QhPaoU233rirIm { position:absolute;display:block;z-index:15011;background-color:#f58220;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:0.125rem;top:0.78125rem;left:1.5054693222046rem;display:none; }
#cTAZspVgK3uzX8DE4QlFi3WiCa1RL02G { color:rgba(var(--color-tertiary-0),1);display:block;width:15.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0.83827972412112rem;left:2.6242189407349rem;height:1.95rem;font-style:normal;display:none; }
#JeEhWTfGrVITdTg5vPfRkH6pUFAVHXX8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container { background-color: transparent; background-image: none; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container > .video-iframe-container { display: none; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row > .video-iframe-container { display: none; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .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); }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container { border-width: 0; border-radius: 0; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container { font-size:0.875rem;font-family:"open sans";height:5.5625rem;width:75rem;position:relative;display:block; }#Ik8loebfoeHIVtkOypQlaA2IlFbpcI9q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0623125rem;height:2.56185rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.4984817504882rem;left:53.93772315979rem;display:block; }
#UmlQezo6TwanPVCdFdXtbCoBcxvQL5KH { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#rTtLMRis3QJV7MoRSTEtGgwbRPDZGmut { display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0496940612793rem;left:0.75000190734863rem;height:1.9494625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;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) { #NWTSZRikMkqngZO3y7I6J5ZF8AzToHVa { width:15.5rem;height:2.6875rem;top:1.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KrZvhhegNgay7gmIhxyGeVf2N3NZfC { width:13.6875rem;height:5.1875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h { display:block; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyiv4SJlUZQxivSXMDA8rKHEq5hEP7TR { width:45rem;height:;top:15.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciJ3ClCJxLDBQxeBHgK776WzTbOGPtJP { width:0.3125rem;height:1.875rem;top:8.125rem;left:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdgEzRen0KvAL87BmeMLr3TWXO5eKhI9 { width:15.6875rem;height:1.9375rem;top:8.0625rem;left:32.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-button { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR  { width:21.4375rem;height:auto;top:11.125rem;left:23.8125rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR {display:block;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR { width:21.4375rem;height:auto;top:11.125rem;left:23.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #GOGATqEVTHcxbHAoiLefsBlnwpD4PV73 {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #c2pRO1WK0mOopICX41VzuroRWHa71FrA { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #JdgTySbs295oWFzke0uHu25uQgdAqRu1 {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #PgyK6MbNgOavMAoNg4pwAS0S35RteuBv {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #nA1rapC0CAMJQC3ekLaSmXBILZOyayTa { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #eoT60in499aPTnwAqSTtTs6r9BtR5xQW {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #bIquRTZpEC0vA94JQTUgCGSQsU53FJOR {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #yZ2Z8aeDGqGRWEUFeoSm2KbH2Di0lTvH { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #tv1llzX8uIssWkUDXMdyWiuxU35xTZXb {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #A4ri90GUrn8GufIITn7efCOrCH9RuDtM {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #fTi7eDWyveexk77wAkuB1rJEd6taNPsy {  }
 }@media only screen and (max-width: 763px) { #NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE { width:8.125rem;height:8.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl25ShKPOseuUolCKrdFkTy6arXMoK7Q { width:9.5625rem;height:9.375rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIsehav9zlt04d5MavJTywuCSdES8i8 { width:8.125rem;height:8.125rem;top:25.0625rem;left:10.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73zOLVSUS3fmUzO7DnG3lScRt8qyhxn { width:15.9375rem;height:1.3125rem;top:34.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCZPHFVeOiWlZMwT3U8FW1DAid98kXHm { width:17.5rem;height:1.3125rem;top:34.5rem;left:9.9372844696044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE4KEnth6B1solQiaFSEHq0yMTlMgdTK { width:9.0625rem;height:2rem;top:20.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimZAF4u0wa6mfcuNTrl4ETpmOgwTHnD { width:0.3125rem;height:2.8125rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvFKA2OBZTtTrQlXm3fdJVkETdfbCZ7 { width:13.5rem;height:1.5rem;top:41.875rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIigmQsJrqhWnGtaxpdUL5LLx5VwQPr { width:2rem;height:2rem;top:0.375rem;left:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8cLFopN3wZFNvDN1yEDJ0L7Lgici5Zc { width:9.5625rem;height:9.375rem;top:24.375rem;left:9.9372844696044rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T8s7pX2wzgnDSDzH3atTvvPTSzHhCQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyZuuLOoDkW6tHKe2I7KkMtVrV7DbyIT { width:38.75rem;height:6.6875rem;top:3.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnBiTQNg9ISJBHVGL8TfQqdU5eHzNh62 { width:20rem;height:;top:2rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqh2AfTs5D3eAu88h7LRcySLdxu537gZ { width:19.75rem;height:3.875rem;top:36.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1TPJBpFhg9ibWoMEVSTvUMpyTOxmH3p { width:24.375rem;height:3.875rem;top:36.25rem;left:9.9372844696044rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acOKZrzbavnoTumwaTJ2auTreJ6Sto6v { width:10.9375rem;height:1.625rem;top:12.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l18lgvXpLq6vgsJ0VGvcm06D8tERFHlC { width:10.875rem;height:2.3125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRxgDc8p8T2iid4HaUzPQK255faouO7T { width:17.3125rem;height:5.0625rem;top:41.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJG5EZpoBqbeBVLao9gtVfyWkfSCBRw { width:13.125rem;height:1.4375rem;top:44.25rem;left:4.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7R25bE8tkoJ3xuIhpnBi5fxXMSwxkx { width:2rem;height:2rem;top:43.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHsvVWuLVEDIZnddTrTfu7uWVcSMAggM { width:18.8125rem;height:5.0625rem;top:41.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS79c6ikPr9a9MpiqSrkb8WqAmqvwWNt { width:13.125rem;height:1.4375rem;top:44.25rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHvN73DDTHJWQfvqNIG3br4C8KGAL3e { width:17.25rem;height:1.5rem;top:41.875rem;left:20rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEEBhUWPpsZctHDpAc8BT5HESBrixEnF { width:2rem;height:2rem;top:43.6875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMxPTLmfzcUpWuhhzERhNDs4nRIfONt { width:47.5rem;height:6.6875rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzyluWlXcuEpZmLCWSatTTU91peaCts { width:47.125rem;height:2.9375rem;top:49.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykh69dEhgWP7uBFCSvCT9ku3fLVfuZX { width:14.0625rem;height:1.5rem;top:47.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e { width:18rem;height:5.0625rem;display:flex;top:41.25rem;left:11.3125rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yeHQTsLuAwUvyh9BaLCRTZSJbQPrEzRJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #GOMeJZP7o11tzAt4weWepXJONs5apRXU {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #siJnDtaLZUJftK2PL25O5zccT79UbzDq {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #Xsi2gTs73Lq6rO6l4FaL5ArErOST8V0R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #knIN2NVPyZySSTR6qCorH89UEfxHDUUn {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #C1aU8aJC1vf526Gw3GgR8QF7IzmLONRc {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #RQzAFlMgDcp93bhVsiMDN3tyVnV9xn9p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #xcEGTgFVHT8d2LE9fzcxwJwKTtIMABaR {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #XfP1Cmq45A95W5ATgX0Tqm0f5pkSirZM {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yTsxtU2Ha2gXwoWNTOwJ2y7oxAWfWlW7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #l9iQCbSJUclylvt4N65LfMZOMgG1BGtb {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #biOTWCqyyyd0dtfHKSnuDV9nP3kXuPKy {  }
 }@media only screen and (max-width: 763px) { #XpLaq3gBoC4ztSXPyi0hqLxCtsqtvXBo { width:16.25rem;height:0.97411875rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbVv9MdNoPl2VKsJEzkTgPPi7SbneiCq { width:23.8125rem;height:24.0625rem;top:5.9375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoukRP08uB5S4JhMOAtlbM0mu6QRFXo3 { width:13.5625rem;height:5.0625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpOwzTduls026womVOlHrJrbpZmri7nE { width:13.5rem;height:1.5rem;top:41.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKFp1J1npsZH0Qu6Bd9JyAlut1ci7dXO { width:2rem;height:2rem;top:43.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6y2VxQrhfpXvDOvHnGTLBien29bM9TL { width:9.0625rem;height:1.4375rem;top:44.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsXC6VLbOrIItA5rgP0Ch23UHvhZg5tk { width:2rem;height:2rem;top:50.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8UpUposQGu0mRANfeeky7PzU4eMf9PV { display:block; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdCUKFzFiQC5hXS1GAVKSWdRCIXnuJFA { width:36rem;height:7.1875rem;top:12.3125rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbwK8tsGDBIW4TlmQrkLuc2VDNBmAayb { width:29.8125rem;height:23.1875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PukJx8d6Z7g0abTcIyTvsnI7d7DCTBmC { width:29.6875rem;height:25.125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOuZZDFn0mroQepb0br3S8Tx3LIusCl { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFRVcDJflUXr0x08IRDJqAb0P2LMh8uX { display:block; }
 }@media only screen and (max-width: 763px) { #Mh5rzlNXJERiuQlJouBSZ28JvDhG1TRD { width:27.3125rem;height:2.25rem;top:8.3125rem;left:20.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqm1fIfkHunVu3RpplGprEHMCHkyudTl { display:block; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X75pmVh1J5fQRRFhPrB7BcXNgwLGf9AU { width:0.0625rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgkqSBGIEMvyumzzDXqWqmCESOELUNT8 { width:27.3125rem;height:2.25rem;top:0.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 { display:block; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk6Mll9auh6oX1NGuc8T8g03MWom0svE { width:36rem;height:;top:2.75rem;left:0rem;font-size:1rem;display:block; }#Kk6Mll9auh6oX1NGuc8T8g03MWom0svE li:before{  }
 }@media only screen and (max-width: 763px) { #HwKKT42D58gwh557ZJKXsew2bzbadW0J { width:32.25rem;height:24.32799416631rem;top:3.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFK8GTlAxcznKTdaFlDBay8X9nfMvPrn { width:31.625rem;height:25.125rem;top:2.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcMEwvc36txTVyVRTNRr5oEALOES05k { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTpATVXRWT7vedNX572qo8XgXFx3ZA1 { display:block; }
 }@media only screen and (max-width: 763px) { #CdHsApsEAg58D6L6m4mTHymWfJwyerFC { display:block; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5IRsBskVEDECqwg810lJMZpDfyomfiT { width:0.125rem;height:2.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN21wPBTun4gWbH9yOV0nNbNvMZUxonm { width:26.25rem;height:2.25rem;top:0.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG { display:block; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQNeXo0BW6GmN0tTgd8RBQNsDJG5hCg { width:19.0625rem;height:1.625rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bab0lQnCEHvvdtkchciarZkopsXdsSkg { width:21.25rem;height:1.625rem;top:1.625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWO4vUlCfh5u4ONXt5JVynXuRKJ52nWf { width:34.25rem;height:21.875rem;top:4.375rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5z3VTmKaqct1OGzcX6ttXOmOpZQxDe { width:35rem;height:27.8125rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRuNoXRO8wZxA2fcdKvHMwLdBxe6Ra7K { width:47.75rem;height:3.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1AAbZb94UTKmelIb5QhPaoU233rirIm { width:0.125rem;height:2.0625rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTAZspVgK3uzX8DE4QlFi3WiCa1RL02G { width:19.1875rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeEhWTfGrVITdTg5vPfRkH6pUFAVHXX8 { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO { display:block; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik8loebfoeHIVtkOypQlaA2IlFbpcI9q { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmlQezo6TwanPVCdFdXtbCoBcxvQL5KH { display:block; }
 }@media only screen and (max-width: 763px) { #rTtLMRis3QJV7MoRSTEtGgwbRPDZGmut { width:16.25rem;height:0.97411875rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWTSZRikMkqngZO3y7I6J5ZF8AzToHVa { width:9.25rem;height:1.375rem;top:1.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0KrZvhhegNgay7gmIhxyGeVf2N3NZfC { width:8.186875rem;height:3.06206875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h { display:block; }#bf4vDnFMfAqzp5dTdTFvALDQBWqSsV3h > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyiv4SJlUZQxivSXMDA8rKHEq5hEP7TR { width:20rem;height:4.38585rem;top:9.9229612350462rem;left:0rem;font-size:1.6875rem;line-height:1.3;color:#f58220;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ciJ3ClCJxLDBQxeBHgK776WzTbOGPtJP { width:0.185546875rem;height:1.875rem;top:73.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgEzRen0KvAL87BmeMLr3TWXO5eKhI9 { width:15.7498125rem;height:1.7871125rem;top:73.625rem;left:2.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-text {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-select {padding-top: 0; padding-bottom: 0;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR  { width:17.5rem;height:auto;top:75.373916625975rem;left:0rem; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR {display:block;}#MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR { width:17.5rem;height:auto;top:75.373916625975rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #GOGATqEVTHcxbHAoiLefsBlnwpD4PV73 {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #c2pRO1WK0mOopICX41VzuroRWHa71FrA { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #JdgTySbs295oWFzke0uHu25uQgdAqRu1 {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #PgyK6MbNgOavMAoNg4pwAS0S35RteuBv {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #nA1rapC0CAMJQC3ekLaSmXBILZOyayTa { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #eoT60in499aPTnwAqSTtTs6r9BtR5xQW {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #bIquRTZpEC0vA94JQTUgCGSQsU53FJOR {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #yZ2Z8aeDGqGRWEUFeoSm2KbH2Di0lTvH { display:block; }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #tv1llzX8uIssWkUDXMdyWiuxU35xTZXb {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #A4ri90GUrn8GufIITn7efCOrCH9RuDtM {  }
 }@media only screen and (max-width: 763px) { #MkNPqlo7cxn0H3SplJZMqJWTnpwfXQNR #fTi7eDWyveexk77wAkuB1rJEd6taNPsy {  }
 }@media only screen and (max-width: 763px) { #NaUKLqUntcFfyL8Ku8X1wF6DvPO5lyuE { width:6.25rem;height:6.25rem;top:19.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl25ShKPOseuUolCKrdFkTy6arXMoK7Q { width:7.5rem;height:7.3125rem;top:19.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIsehav9zlt04d5MavJTywuCSdES8i8 { width:6.25rem;height:6.25rem;top:29.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73zOLVSUS3fmUzO7DnG3lScRt8qyhxn { width:10.625rem;height:2.20051875rem;top:19.500001430511rem;left:9.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCZPHFVeOiWlZMwT3U8FW1DAid98kXHm { width:10.625rem;height:2.20051875rem;top:29.125rem;left:9.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WE4KEnth6B1solQiaFSEHq0yMTlMgdTK { width:9.0625rem;height:1.5115rem;top:15.9375rem;left:0.75rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DimZAF4u0wa6mfcuNTrl4ETpmOgwTHnD { width:0.1875rem;height:1.875rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvFKA2OBZTtTrQlXm3fdJVkETdfbCZ7 { width:13.49825rem;height:1.37478125rem;top:45.437286376953rem;left:2.3120661377907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyIigmQsJrqhWnGtaxpdUL5LLx5VwQPr { display:flex;width:1.625rem;height:1.625rem;top:59.749351501465rem;left:2.3120661377907rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8cLFopN3wZFNvDN1yEDJ0L7Lgici5Zc { width:7.5rem;height:7.3125rem;top:28.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9T8s7pX2wzgnDSDzH3atTvvPTSzHhCQ { top:1.25rem;left:0.25rem;width:19.375rem;height:21.3748125rem;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyZuuLOoDkW6tHKe2I7KkMtVrV7DbyIT { width:20rem;height:auto;top:3.3125rem;left:0rem;font-size:2rem;line-height:1.3;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UnBiTQNg9ISJBHVGL8TfQqdU5eHzNh62 { width:20rem;height:3.89756875rem;top:2.138671875rem;left:0rem;font-size:1.5rem;line-height:1.3;color:#531f75;text-align:left;text-align-last:left;z-index:15028;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fqh2AfTs5D3eAu88h7LRcySLdxu537gZ { width:10.4373125rem;height:4.22309375rem;top:22.173612594604rem;left:9.0744364857675rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B1TPJBpFhg9ibWoMEVSTvUMpyTOxmH3p { width:11.0625rem;height:4.22309375rem;top:31.936850547791rem;left:9.0625002980231rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #acOKZrzbavnoTumwaTJ2auTreJ6Sto6v { width:10.061875rem;height:1.23698125rem;top:7.4375rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l18lgvXpLq6vgsJ0VGvcm06D8tERFHlC { width:10.125rem;height:1.9375rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRxgDc8p8T2iid4HaUzPQK255faouO7T { width:18.25rem;height:5.0625rem;top:44.687503814698rem;left:0.81250005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzJG5EZpoBqbeBVLao9gtVfyWkfSCBRw { width:13.125rem;height:1.462675rem;top:47.624786376953rem;left:4.8120663762093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io7R25bE8tkoJ3xuIhpnBi5fxXMSwxkx { display:flex;width:1.625rem;height:1.625rem;top:47.374134063721rem;left:2.3120661377907rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #BHsvVWuLVEDIZnddTrTfu7uWVcSMAggM { width:18.25rem;height:5.0625rem;top:51.124134063721rem;left:0.74956601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS79c6ikPr9a9MpiqSrkb8WqAmqvwWNt { width:13.125rem;height:1.462675rem;top:53.999568939209rem;left:4.8120663762093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHvN73DDTHJWQfvqNIG3br4C8KGAL3e { width:16.3748125rem;height:1.37478125rem;top:51.875003814698rem;left:2.3120661377907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEEBhUWPpsZctHDpAc8BT5HESBrixEnF { display:flex;width:1.625rem;height:1.625rem;top:53.811851501465rem;left:2.3120661377907rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RLMxPTLmfzcUpWuhhzERhNDs4nRIfONt { width:18.25rem;height:12.625rem;top:57.437067031861rem;left:0.74869793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzyluWlXcuEpZmLCWSatTTU91peaCts { width:13.5625rem;height:8.7760625rem;top:60.437284469604rem;left:4.8111980557442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pykh69dEhgWP7uBFCSvCT9ku3fLVfuZX { width:13.499375rem;height:1.37478125rem;top:58.562501907349rem;left:2.3111980557442rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e { width:18rem;height:5.0625rem;display:flex;top:99.187074661256rem;left:0.81163197755812rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yeHQTsLuAwUvyh9BaLCRTZSJbQPrEzRJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #GOMeJZP7o11tzAt4weWepXJONs5apRXU {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #siJnDtaLZUJftK2PL25O5zccT79UbzDq {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #Xsi2gTs73Lq6rO6l4FaL5ArErOST8V0R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #knIN2NVPyZySSTR6qCorH89UEfxHDUUn {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #C1aU8aJC1vf526Gw3GgR8QF7IzmLONRc {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #RQzAFlMgDcp93bhVsiMDN3tyVnV9xn9p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #xcEGTgFVHT8d2LE9fzcxwJwKTtIMABaR {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #XfP1Cmq45A95W5ATgX0Tqm0f5pkSirZM {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #yTsxtU2Ha2gXwoWNTOwJ2y7oxAWfWlW7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #l9iQCbSJUclylvt4N65LfMZOMgG1BGtb {  }
 }@media only screen and (max-width: 763px) { #MG2AgSepfyOv0c9Ih9iRpiGHP88UJy0e #biOTWCqyyyd0dtfHKSnuDV9nP3kXuPKy {  }
 }@media only screen and (max-width: 763px) { #XpLaq3gBoC4ztSXPyi0hqLxCtsqtvXBo { width:20rem;height:1.462675rem;top:96.874353408812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbVv9MdNoPl2VKsJEzkTgPPi7SbneiCq { width:20rem;height:26.125rem;top:71.68750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoukRP08uB5S4JhMOAtlbM0mu6QRFXo3 { width:18.25rem;height:5.0625rem;top:38.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpOwzTduls026womVOlHrJrbpZmri7nE { width:9.8125rem;height:1.37478125rem;top:39.25rem;left:2rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKFp1J1npsZH0Qu6Bd9JyAlut1ci7dXO { display:flex;width:1.625rem;height:1.625rem;top:41.1875rem;left:2rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #W6y2VxQrhfpXvDOvHnGTLBien29bM9TL { width:9.0625rem;height:1.462675rem;top:41.625rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsXC6VLbOrIItA5rgP0Ch23UHvhZg5tk { display:flex;width:1.99978125rem;height:1.99978125rem;top:60.623918533325rem;left:2.3122830986977rem; }
 }@media only screen and (max-width: 763px) { #Z8UpUposQGu0mRANfeeky7PzU4eMf9PV { display:block; }#Z8UpUposQGu0mRANfeeky7PzU4eMf9PV > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdCUKFzFiQC5hXS1GAVKSWdRCIXnuJFA { width:20rem;height:8.0024125rem;top:21.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbwK8tsGDBIW4TlmQrkLuc2VDNBmAayb { width:18.936625rem;height:14.6875rem;top:5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PukJx8d6Z7g0abTcIyTvsnI7d7DCTBmC { width:20rem;height:15.125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOuZZDFn0mroQepb0br3S8Tx3LIusCl { width:18.9995625rem;height:2.5rem;top:30.061849594116rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFRVcDJflUXr0x08IRDJqAb0P2LMh8uX { display:block; }
 }@media only screen and (max-width: 763px) { #Mh5rzlNXJERiuQlJouBSZ28JvDhG1TRD { width:20rem;height:1.37478125rem;top:1.5256156921387rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nqm1fIfkHunVu3RpplGprEHMCHkyudTl { display:block; }#Nqm1fIfkHunVu3RpplGprEHMCHkyudTl > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X75pmVh1J5fQRRFhPrB7BcXNgwLGf9AU { width:0.125rem;height:2.0625rem;top:0.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgkqSBGIEMvyumzzDXqWqmCESOELUNT8 { width:19.125rem;height:1.37478125rem;top:1.3667535781861rem;left:0.9375rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 { display:block; }#RQxwHARJ3WNbuP84OLM5soTNLZeWQx88 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kk6Mll9auh6oX1NGuc8T8g03MWom0svE { width:20rem;height:23.6566875rem;top:17.371961593628rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Kk6Mll9auh6oX1NGuc8T8g03MWom0svE li:before{  }
 }@media only screen and (max-width: 763px) { #HwKKT42D58gwh557ZJKXsew2bzbadW0J { width:19.4998125rem;height:14.6875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFK8GTlAxcznKTdaFlDBay8X9nfMvPrn { width:20rem;height:15.125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHcMEwvc36txTVyVRTNRr5oEALOES05k { width:19rem;height:2.5rem;top:42.277563812256rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTpATVXRWT7vedNX572qo8XgXFx3ZA1 { display:block; }
 }@media only screen and (max-width: 763px) { #CdHsApsEAg58D6L6m4mTHymWfJwyerFC { display:block; }#CdHsApsEAg58D6L6m4mTHymWfJwyerFC > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5IRsBskVEDECqwg810lJMZpDfyomfiT { width:0.125rem;height:2.0625rem;top:2.03125rem;left:1.5048828125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vN21wPBTun4gWbH9yOV0nNbNvMZUxonm { width:15.3125rem;height:0;top:2.087890625rem;left:2.6240234375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG { display:block; }#POyUzEKidNBrHNWqVSHz7PSnpKZiBoxG > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQNeXo0BW6GmN0tTgd8RBQNsDJG5hCg { width:19.0625rem;height:1.37478125rem;top:5.0618286132812rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bab0lQnCEHvvdtkchciarZkopsXdsSkg { width:20rem;height:1.37478125rem;top:45.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KWO4vUlCfh5u4ONXt5JVynXuRKJ52nWf { width:18.9995625rem;height:29.898rem;top:47.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5z3VTmKaqct1OGzcX6ttXOmOpZQxDe { width:19.25rem;height:35.097625rem;top:6.9366149902344rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#531f75;display:block; }
 }@media only screen and (max-width: 763px) { #qRuNoXRO8wZxA2fcdKvHMwLdBxe6Ra7K { width:20rem;height:3.62426875rem;top:0rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #g1AAbZb94UTKmelIb5QhPaoU233rirIm { width:0.124511875rem;height:2.06176875rem;top:0.81161499023438rem;left:0.18706613779068rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #cTAZspVgK3uzX8DE4QlFi3WiCa1RL02G { width:19.25rem;height:1.62435rem;top:1rem;left:0.875rem;font-size:1.25rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #JeEhWTfGrVITdTg5vPfRkH6pUFAVHXX8 { top:43.947483062744rem;left:0rem;width:20rem;height:0.0618489375rem;z-index:15050;background-color:#f58220;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO { position:relative;z-index:auto;display:block; }#bqqZkHcmXnezTgvBwrmV6mLT1GbbskhO > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ik8loebfoeHIVtkOypQlaA2IlFbpcI9q { width:18.0620625rem;height:2.5rem;top:3.374568939209rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmlQezo6TwanPVCdFdXtbCoBcxvQL5KH { display:block; }
 }@media only screen and (max-width: 763px) { #rTtLMRis3QJV7MoRSTEtGgwbRPDZGmut { width:17.56225rem;height:1.2999125rem;top:1.125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }