.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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 { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yzZnhgx4fFkKnnAqa6bPH6mo941afc2M { color:#b30350;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.6875rem;height:10.2363125rem;font-style:normal;display:block; }
#ArqpQJ437ty3zaQKSvCDWBksMRHI8afB { color:#000000;display:block;width:32.37425rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.6875rem;height:4.875rem;display:block; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-form-header {  }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;color:#b30350;width:18.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fd8cbd;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:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;box-shadow: none; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #fd8cbd;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:18.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;box-shadow: none; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #fb2281);background-image: -moz-linear-gradient(180deg, #b30350, #fb2281);background-image: -ms-linear-gradient(180deg, #b30350, #fb2281);background-image: -o-linear-gradient(180deg, #b30350, #fb2281);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#fb2281' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#fb2281' );";background-image: linear-gradient(180deg, #b30350, #fb2281);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:18.375rem;height:3.4375rem;font-family:poppins;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 [class*="-text"]:-moz-placeholder { color:#b3b3b3;font-family:poppins;font-size:0.875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 [class*="-text"]::-moz-placeholder { color:#b3b3b3;font-family:poppins;font-size:0.875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 [class*="-text"]:-ms-input-placeholder { color:#b3b3b3;font-family:poppins;font-size:0.875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 [class*="-text"]::-webkit-input-placeholder { color:#b3b3b3;font-family:poppins;font-size:0.875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:poppins;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .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:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-container:first-of-type{padding-top:0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-container:last-of-type{padding-bottom:0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.375rem;left:46.6875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 {display:block;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.375rem;left:46.6875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #tgoUuwy0FcsrbuG4gF4iSCzJnCFHEkKs { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #KQWU9aWxfvBDsDTQceRNzFnyouCbviHd { position:relative;display:block; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #MmTf0UioPa2rl84Ex5fTeQJZXM6ccnR7 { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #GqcagiT7LI5UQGXEe9sbuMJwVIqzHOKt { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILpdEJ2iAXOTkdIVptbZTDaSWgmyimJF { position:relative;display:block; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILEpcAH2y90AWq1CseMDKAk1kCO2PdnG { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #nAvpUItC1IC4Ne2bFdA2RZDWTAQFBH2s { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #PNt7QQO7IDpkIDvnO7MzPSPWm4KepDsN { position:relative;display:block; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #iRl6v1FOG70mFW7DsvPnWof0OVGtQ6HT { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #XwGcdTEw8bmxAqRUSPAwgWwwgJfT8OHP { position:relative; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #Su5nZlR1EcyUueMxa6DPww4l5ohVBAHD { position:relative; }
#kaSG3k4c4yaOHKDT9elTUNPJNrcAXqfb { box-sizing:content-box;height:26.875rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.8125rem;left:45.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.25) ;display:block; }
#NZOMeKg6cvXlw45xXxtEdiH7dEqgRWKC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31213125rem;width:23.937375rem;top:3.375rem;left:2.812255859375rem;overflow:hidden;display:block; }
#U1rQ4WS61kpTh81PmuZUfd4QbJhUNC0h { box-sizing:content-box;height:10.625rem;width:0.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(253,140,189,0.22);background-image:none;top:9.375rem;left:2.5384521484375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#VvbHBUXfc0GkTnMHn6a6ckZbE0nk3hUv { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:31.5625rem;top:0rem;left:42.186889648438rem;overflow:hidden;display:block; }
#kPefZTGJ4oP4sD6pP6eQLVTTBulQ0Qtx { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5625rem;width:31.5625rem;top:1.06201171875rem;left:40.6875rem;overflow:hidden;display:block; }
#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -moz-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -ms-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -o-linear-gradient(214deg, #f1ece6, #ddd7cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );";background-image: linear-gradient(214deg, #f1ece6, #ddd7cd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container { background-color: transparent; background-image: none; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container > .video-iframe-container { display: none; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row > .video-iframe-container { display: none; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .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); }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container { border-width: 0; border-radius: 0; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl { color:#000000;display:block;width:34.43725rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.061401367188rem;left:5.3125rem;height:17.1484375rem;display:block; }#BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#M169aTXfyhTNM9p4qMEz8GbXGOxP5wBh { color:#000000;display:block;width:35.499875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.686767578125rem;left:4.2877197265625rem;height:1.625rem;display:block; }
#Edo74fmiWCJ8F297nbT1hxZBynd4bhdu { box-sizing:content-box;height:5.6875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.36);background-image:none;top:11.086669921875rem;left:4.14794921875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pPTUDUqNopPE1e0ph1GxNGGTi970AQ4x { box-sizing:content-box;height:4.4375rem;width:36rem;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.36);background-image:none;top:17.2744140625rem;left:4.0997314453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#uiuE6gORxfJEdonsT4GJcHfEroMG7BT4 { box-sizing:content-box;height:4.1875rem;width:36rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.36);background-image:none;top:22.273193359375rem;left:4.1009521484375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#iibWwXhVilWdIlFVHmTLZmsZqqkPaon6 { box-sizing:content-box;height:4.624025rem;width:35.999125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.36);background-image:none;top:27.022338867188rem;left:4.1552734375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#NMXmelJ4KWdO6LGb8LthGyORNlu0hkST { color:#b30350;display:block;width:35.499875rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.637939453125rem;left:4.3426513671875rem;height:3.412475rem;font-style:normal;display:block; }
#WqgCupTgxV5ZcKw0vhMwpOd2g9TiaHFz { box-sizing:content-box;height:4.375rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.36);background-image:none;top:3.1624755859375rem;left:2.4603271484375rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#FwsNhRmNaJC5GLFuGUK2QEUVwwIfFGel { position:absolute;display:block;z-index:14998;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:34.5rem;width:34.5rem;top:0.68701171875rem;left:39.358005859375rem;overflow:hidden;display:block; }
#zFRlDxBqMfHWLGoTA8KJfOu5o2THVf20 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.24975rem;width:32.24975rem;top:3.2247314453125rem;left:40.771484375rem;overflow:hidden;display:block; }
#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq { position:relative;display:block; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq { background-color: transparent; background-image: none; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row .container > .video-iframe-container { display: none; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row > .video-iframe-container { display: none; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .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); }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq { border-width: 0; border-radius: 0; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .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; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.4375rem;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; }#Ra53XohZko1zPZhNxbXVZX0Fe6euLuPC { color:#b30350;display:block;width:37.874125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6611328125rem;left:5.3350830078125rem;height:3.412475rem;font-style:normal;display:block; }
#IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq { color:#000000;display:block;width:30rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.324462890625rem;left:5.3350830078125rem;height:16.19825rem;display:block; }#IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
#rJZbCbzNqPS1NSqlpvJsdUcPhUvtaDXW { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.624877929688rem;left:43.24951171875rem;height:16.89746875rem;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; }
#soaqGGOSi0SXtsXlnGIgzXACGu2alsue { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.249755859375rem;left:48.999633789062rem;height:3.8994125rem;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; }
#n8k9s01QHk0ZJTCNmfBeeshS7mkZtLH3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187375rem;width:5.1245125rem;top:7.7498779296875rem;left:43.187255859375rem;overflow:hidden;display:block; }
#Z8q1TnmRaa00qAWU508LTQPmCZ6UID4F { box-sizing:content-box;height:32.3125rem;width:32.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.634521484375rem;left:40.625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.28) ;display:block; }
#eKPsF4BMcv7RhKlTGaf5caXaEJG5InWG { color:#000000;display:block;width:15.99975rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.7498779296875rem;left:43.37451171875rem;height:3.412475rem;font-style:normal;display:block; }
#pOpPVSQ1LxrCp1E1viUefOs0sCGvyqdO { box-sizing:content-box;height:4.375rem;width:0.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(253,140,189,0.22);background-image:none;top:3.25048828125rem;left:3.0859375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -moz-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -ms-linear-gradient(214deg, #f1ece6, #ddd7cd);background-image: -o-linear-gradient(214deg, #f1ece6, #ddd7cd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ddd7cd' );";background-image: linear-gradient(214deg, #f1ece6, #ddd7cd);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container { background-color: transparent; background-image: none; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container > .video-iframe-container { display: none; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row > .video-iframe-container { display: none; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .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); }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container { border-width: 0; border-radius: 0; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#WyKiNfFF7DeAU5UeTuoxuCtgpg5leI8C { color:#000000;display:block;width:60.437rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.373779296875rem;left:7.2802734375rem;height:5.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VBRChRbhgqDwthCRs6IwDwvmh2VQF6vf { color:#000000;display:block;width:44.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.373901367188rem;left:15.46875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c0HBPnlV4tJwlwHdoEFIebW2ixiP3Whn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #fb2281);background-image: -moz-linear-gradient(180deg, #b30350, #fb2281);background-image: -ms-linear-gradient(180deg, #b30350, #fb2281);background-image: -o-linear-gradient(180deg, #b30350, #fb2281);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#fb2281' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#fb2281' );";background-image: linear-gradient(180deg, #b30350, #fb2281);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.812125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.248291015625rem;left:24.093627929688rem;display:block; }
#ux3hZVKQoS8sQDwqNB8gCFdTUNJAVDTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXZtlTHm4OxHxu2couUfo1iVqpPItrXD { box-sizing:content-box;height:0.3125rem;width:4.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.57);background-image:none;top:2.1240234375rem;left:35.3125rem;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { background-color: transparent; background-image: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container > .video-iframe-container { display: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row > .video-iframe-container { display: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .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); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { border-width: 0; border-radius: 0; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ciAw5ivr5wqTtLlyrDbQpUPsL0BCKqfG { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8748779296875rem;left:25.9375rem;height:6.39845rem;text-align:center;text-align-last:center;display:block; }
#taNNXNPfw3elvgBBctyHsBZvWDbSPVhT { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.787109375rem;left:7.5rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQr9QDckqhggD9qNAbTdEoCwseuJefIX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.99951171875rem;left:34.562377929688rem; }
#hQr9QDckqhggD9qNAbTdEoCwseuJefIX > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.99951171875rem;left:37.374877929688rem; }
#zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.99951171875rem;left:40.249633789062rem; }
#RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vX87XONTQ10xTGrWo5Z08ecLEOcid3xB { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.787719726562rem;left:42.374877929688rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cyExBnXCxMtpzcRvxPcsn4up8y06i6XC { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.787719726562rem;left:54.81201171875rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkVZi8ltH83y49xGvHTo7yvpA4h2GubD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0.9375rem;left:35.499877929688rem;overflow:hidden;display:block; }
#m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.99951171875rem;left:31.812133789062rem; }
#m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@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) { #yzZnhgx4fFkKnnAqa6bPH6mo941afc2M { top:9.375rem;left:0rem;width:36.25rem;height:10.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqpQJ437ty3zaQKSvCDWBksMRHI8afB { top:22.375rem;left:0rem;width:32.3125rem;height:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-regular-label { width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-checkbox-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3  { width:18.375rem;height:auto;top:4.375rem;left:26.875rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 {display:block;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 { width:18.375rem;height:auto;top:4.375rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #tgoUuwy0FcsrbuG4gF4iSCzJnCFHEkKs {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #KQWU9aWxfvBDsDTQceRNzFnyouCbviHd {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #MmTf0UioPa2rl84Ex5fTeQJZXM6ccnR7 {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #GqcagiT7LI5UQGXEe9sbuMJwVIqzHOKt {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILpdEJ2iAXOTkdIVptbZTDaSWgmyimJF {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILEpcAH2y90AWq1CseMDKAk1kCO2PdnG {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #nAvpUItC1IC4Ne2bFdA2RZDWTAQFBH2s {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #PNt7QQO7IDpkIDvnO7MzPSPWm4KepDsN {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #iRl6v1FOG70mFW7DsvPnWof0OVGtQ6HT {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #XwGcdTEw8bmxAqRUSPAwgWwwgJfT8OHP {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #Su5nZlR1EcyUueMxa6DPww4l5ohVBAHD {  }
 }@media only screen and (max-width: 763px) { #kaSG3k4c4yaOHKDT9elTUNPJNrcAXqfb { top:2.8125rem;left:23.8125rem;width:23.875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZOMeKg6cvXlw45xXxtEdiH7dEqgRWKC { top:3.375rem;left:0rem;width:23.875rem;height:4.3008948806521rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1rQ4WS61kpTh81PmuZUfd4QbJhUNC0h { top:9.375rem;left:0rem;width:0.3125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvbHBUXfc0GkTnMHn6a6ckZbE0nk3hUv { top:0rem;left:16.1875rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPefZTGJ4oP4sD6pP6eQLVTTBulQ0Qtx { top:1rem;left:16.1875rem;width:31.5625rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi { display:block; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl { top:12rem;left:0rem;width:34.375rem;height:18.4375rem;font-size:1rem;display:block; }#BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #M169aTXfyhTNM9p4qMEz8GbXGOxP5wBh { top:8.625rem;left:0rem;width:35.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edo74fmiWCJ8F297nbT1hxZBynd4bhdu { top:11.0625rem;left:0rem;width:36rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTUDUqNopPE1e0ph1GxNGGTi970AQ4x { top:17.25rem;left:0rem;width:36rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiuE6gORxfJEdonsT4GJcHfEroMG7BT4 { top:22.25rem;left:0rem;width:36rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iibWwXhVilWdIlFVHmTLZmsZqqkPaon6 { top:27rem;left:0rem;width:35.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMXmelJ4KWdO6LGb8LthGyORNlu0hkST { top:3.625rem;left:0rem;width:35.4375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqgCupTgxV5ZcKw0vhMwpOd2g9TiaHFz { top:3.125rem;left:0rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsNhRmNaJC5GLFuGUK2QEUVwwIfFGel { top:0.625rem;left:13.25rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFRlDxBqMfHWLGoTA8KJfOu5o2THVf20 { top:3.1875rem;left:15.5625rem;width:32.1875rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq { display:block; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra53XohZko1zPZhNxbXVZX0Fe6euLuPC { top:3.625rem;left:0rem;width:37.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq { top:11.3125rem;left:0rem;width:30rem;height:17.4375rem;font-size:1rem;display:block; }#IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #rJZbCbzNqPS1NSqlpvJsdUcPhUvtaDXW { top:13.5625rem;left:19.6875rem;width:28.0625rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaqGGOSi0SXtsXlnGIgzXACGu2alsue { top:8.1875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8k9s01QHk0ZJTCNmfBeeshS7mkZtLH3 { top:7.6875rem;left:29.562255859375rem;width:5.0625rem;height:5.1240028777128rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8q1TnmRaa00qAWU508LTQPmCZ6UID4F { top:1.625rem;left:15rem;width:32.75rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPsF4BMcv7RhKlTGaf5caXaEJG5InWG { top:3.6875rem;left:29.74951171875rem;width:15.9375rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpPVSQ1LxrCp1E1viUefOs0sCGvyqdO { top:3.25rem;left:0rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQozHCKDXtbCeLZg8NStkNEAHb3zCToG { display:block; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyKiNfFF7DeAU5UeTuoxuCtgpg5leI8C { top:4.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRChRbhgqDwthCRs6IwDwvmh2VQF6vf { top:11.3125rem;left:1.84375rem;width:44.0625rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0HBPnlV4tJwlwHdoEFIebW2ixiP3Whn { width:26.75rem;height:3.4375rem;top:18.1875rem;left:10.468627929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux3hZVKQoS8sQDwqNB8gCFdTUNJAVDTR { display:block; }
 }@media only screen and (max-width: 763px) { #bXZtlTHm4OxHxu2couUfo1iVqpPItrXD { top:2.0625rem;left:21.6875rem;width:4.375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO { display:block; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciAw5ivr5wqTtLlyrDbQpUPsL0BCKqfG { top:4.8125rem;left:12.3125rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taNNXNPfw3elvgBBctyHsBZvWDbSPVhT { top:16.75rem;left:0rem;width:24.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQr9QDckqhggD9qNAbTdEoCwseuJefIX { top:11.9375rem;left:20.937377929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#hQr9QDckqhggD9qNAbTdEoCwseuJefIX > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa { top:11.9375rem;left:23.749877929688rem;width:2.1875rem;height:2.1875rem;display:block; }
#zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB { top:11.9375rem;left:26.624633789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vX87XONTQ10xTGrWo5Z08ecLEOcid3xB { top:16.75rem;left:28.749877929688rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyExBnXCxMtpzcRvxPcsn4up8y06i6XC { top:16.75rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVZi8ltH83y49xGvHTo7yvpA4h2GubD { width:3.9375rem;height:3.9375rem;top:0.9375rem;left:21.874877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU { top:11.9375rem;left:18.187133789062rem;width:2.1875rem;height:2.1875rem;display:block; }
#m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yzZnhgx4fFkKnnAqa6bPH6mo941afc2M { width:18.2495rem;height:7.7988125rem;top:5.9375rem;left:0.875rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ArqpQJ437ty3zaQKSvCDWBksMRHI8afB { width:18.2495rem;height:8.7744375rem;top:15.43701171875rem;left:0.8746337890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3  { width:17.5rem;height:0;top:30.0625rem;left:0rem; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 {display:block;}#MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 { width:17.5rem;height:0;top:30.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #tgoUuwy0FcsrbuG4gF4iSCzJnCFHEkKs {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #KQWU9aWxfvBDsDTQceRNzFnyouCbviHd {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #MmTf0UioPa2rl84Ex5fTeQJZXM6ccnR7 {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #GqcagiT7LI5UQGXEe9sbuMJwVIqzHOKt {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILpdEJ2iAXOTkdIVptbZTDaSWgmyimJF {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #ILEpcAH2y90AWq1CseMDKAk1kCO2PdnG {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #nAvpUItC1IC4Ne2bFdA2RZDWTAQFBH2s {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #PNt7QQO7IDpkIDvnO7MzPSPWm4KepDsN {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #iRl6v1FOG70mFW7DsvPnWof0OVGtQ6HT {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #XwGcdTEw8bmxAqRUSPAwgWwwgJfT8OHP {  }
 }@media only screen and (max-width: 763px) { #MRyHUpJzzZDewFa9rwdmVA6oJP1hqiP3 #Su5nZlR1EcyUueMxa6DPww4l5ohVBAHD {  }
 }@media only screen and (max-width: 763px) { #kaSG3k4c4yaOHKDT9elTUNPJNrcAXqfb { width:20rem;height:26.875rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZOMeKg6cvXlw45xXxtEdiH7dEqgRWKC { width:15.562125rem;height:2.74963125rem;top:1.4373779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1rQ4WS61kpTh81PmuZUfd4QbJhUNC0h { width:0.3125rem;height:6.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvbHBUXfc0GkTnMHn6a6ckZbE0nk3hUv { width:20rem;height:20rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPefZTGJ4oP4sD6pP6eQLVTTBulQ0Qtx { width:20rem;height:20rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi { display:block; }#t2yMQlNleGGrRAqhGa8tBkM4aL3OOiGi > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl { width:18.875rem;height:28.8466875rem;top:10.098876953125rem;left:0.4375rem;font-size:1rem;display:block; }#BuzXZQoxkt1Js1vXmRRr2FKXkHCo7Sbl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #M169aTXfyhTNM9p4qMEz8GbXGOxP5wBh { width:12.312rem;height:1.625rem;top:6.0748291015625rem;left:1.4666748046875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edo74fmiWCJ8F297nbT1hxZBynd4bhdu { width:20rem;height:7.6875rem;top:9.5376rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTUDUqNopPE1e0ph1GxNGGTi970AQ4x { width:20rem;height:6.5625rem;top:17.9751rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiuE6gORxfJEdonsT4GJcHfEroMG7BT4 { width:20rem;height:6.875rem;top:25.28662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iibWwXhVilWdIlFVHmTLZmsZqqkPaon6 { width:20rem;height:6.8125rem;top:32.786743164062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMXmelJ4KWdO6LGb8LthGyORNlu0hkST { width:12.24975rem;height:2.5996125rem;top:2.5152587890625rem;left:1.499755859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqgCupTgxV5ZcKw0vhMwpOd2g9TiaHFz { width:0.3125rem;height:3.125rem;top:2.25341796875rem;left:0.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwsNhRmNaJC5GLFuGUK2QEUVwwIfFGel { width:20rem;height:20rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFRlDxBqMfHWLGoTA8KJfOu5o2THVf20 { width:20rem;height:20rem;top:42.686767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq { display:block; }#xr9Kso61cWP4SqWarkv3nz9Ctwl7fIhq > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ra53XohZko1zPZhNxbXVZX0Fe6euLuPC { width:17.062375rem;height:2.5996125rem;top:2.1875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq { width:17.8125rem;height:27.8965rem;top:5.787109375rem;left:1.4049072265625rem;font-size:1rem;display:block; }#IZPTSTzTXFMoUnuPUHIqEstLeTHtBFSq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a7b6b5e85e2ddd2f32748fdd7a57fd36deeed2fc.svg); }
 }@media only screen and (max-width: 763px) { #rJZbCbzNqPS1NSqlpvJsdUcPhUvtaDXW { width:18.312375rem;height:25.99605rem;top:46.018310546875rem;left:0.84228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soaqGGOSi0SXtsXlnGIgzXACGu2alsue { width:12.5rem;height:3.8994125rem;top:40.768334375rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8k9s01QHk0ZJTCNmfBeeshS7mkZtLH3 { width:5.0625rem;height:5.1240028777128rem;top:40.1552734375rem;left:1.0623779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8q1TnmRaa00qAWU508LTQPmCZ6UID4F { width:20rem;height:38.625rem;top:35.3406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKPsF4BMcv7RhKlTGaf5caXaEJG5InWG { width:15.9375rem;height:2.5996125rem;top:36.580444335938rem;left:1.4373779296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOpPVSQ1LxrCp1E1viUefOs0sCGvyqdO { width:0.3125rem;height:3.125rem;top:1.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQozHCKDXtbCeLZg8NStkNEAHb3zCToG { display:block; }#AQozHCKDXtbCeLZg8NStkNEAHb3zCToG > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyKiNfFF7DeAU5UeTuoxuCtgpg5leI8C { width:19.3125rem;height:9.7485625rem;top:2.8125rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRChRbhgqDwthCRs6IwDwvmh2VQF6vf { width:20rem;height:7.5rem;top:14.2626953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0HBPnlV4tJwlwHdoEFIebW2ixiP3Whn { width:19rem;height:3.4375rem;top:24.01123046875rem;left:0.4986572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux3hZVKQoS8sQDwqNB8gCFdTUNJAVDTR { display:block; }
 }@media only screen and (max-width: 763px) { #bXZtlTHm4OxHxu2couUfo1iVqpPItrXD { width:4.375rem;height:0.3125rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { background-color: transparent; background-image: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container > .video-iframe-container { display: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row > .video-iframe-container { display: none; }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .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); }#xxTAr7nduMkmgZoiGU4MfDlAKGiMn6XO > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciAw5ivr5wqTtLlyrDbQpUPsL0BCKqfG { width:20rem;height:6.39845rem;top:6.43676875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taNNXNPfw3elvgBBctyHsBZvWDbSPVhT { width:20rem;height:2.79980625rem;top:18.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQr9QDckqhggD9qNAbTdEoCwseuJefIX { width:2.1875rem;height:2.1875rem;top:14.707641601562rem;left:7.24951171875rem;display:block; }
#hQr9QDckqhggD9qNAbTdEoCwseuJefIX > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa { width:2.1875rem;height:2.1875rem;top:14.707641601562rem;left:10.100708007812rem;display:block; }
#zBwbv3CfZqr7TNAmMT5ywWRRC0cU87Fa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB { width:2.1875rem;height:2.1875rem;top:14.707641601562rem;left:12.874145507812rem;display:block; }
#RaCdQ04XqGEeTcr3maM4WNpMFkiOIAzB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vX87XONTQ10xTGrWo5Z08ecLEOcid3xB { width:12.687375rem;height:1.40014375rem;top:22.1875rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyExBnXCxMtpzcRvxPcsn4up8y06i6XC { width:12.687375rem;height:1.40014375rem;top:24.875rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkVZi8ltH83y49xGvHTo7yvpA4h2GubD { width:3.937375rem;height:3.937375rem;top:2.1875rem;left:7.9998779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU { width:2.1875rem;height:2.1875rem;top:14.707641601562rem;left:4.561767578125rem;display:block; }
#m0DzREyqKOy80y7CQ3ceoA0rsTATQ0NU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }