.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;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); }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 { position:relative;display:block; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 { background-color: transparent; background-image: none; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row .container > .video-iframe-container { display: none; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row > .video-iframe-container { display: none; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .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); }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 { border-width: 0; border-radius: 0; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .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; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .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:7.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; }#WT20DIcBCXVR9aGTMvsEFyu9mbcUzRma { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#HEoZ2ZasedGQZzR3q26Trl4ERh3Zu0M8 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.5625rem;left:60.9375rem;height:1.275rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#t8HgQPeWBJhesdyufKx9inZP47zVIwuZ { color:#000000;display:block;width:14.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.4375rem;left:60.125rem;height:1.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { background-color: transparent; background-image: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container > .video-iframe-container { display: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row > .video-iframe-container { display: block; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .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); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { border-width: 0; border-radius: 0; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF::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; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#khdWHeSucGVkhK4UAsmpU6k0s19hArfn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:37.4375rem;top:20.499999046326rem;left:18.78125rem;overflow:hidden;display:block; }
#uEUOqvBFDTohNyHDDw7s0hhIQlFeuOtM { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5);top:37.875rem;left:17.9375rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4ef;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; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container { background-color: transparent; background-image: none; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container > .video-iframe-container { display: none; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row > .video-iframe-container { display: none; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .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); }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container { border-width: 0; border-radius: 0; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#mfHz13TcDlwgzlHPXXVNMMvsnJqylMAb { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.279688358307rem;left:13.65625rem;height:9.09505625rem;text-align:center;text-align-last:center;display:block; }
#Kbwl83cPK0bywne0zXoWtWNOPNuMg0Gz { color:#ff8602;display:block;width:27.0625rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5.5484380722046rem;left:23.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTV4oNWPIppTHDhCK2pMPyoqH2NK5ybz { position:absolute;display:block;z-index:15006;background-color:#ff8602;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.1875rem;width:75rem;top:26.4375rem;left:0rem;display:block; }
#L8kl9NgPON1qlDU6UpwTIviNrI1c9wGZ { position:absolute;display:block;z-index:15007;background-color:#f4f4ef;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-left-radius:9.9375rem;border-top-right-radius:9.9375rem;border-bottom-left-radius:9.9375rem;border-bottom-right-radius:9.9375rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:24.749999046326rem;left:35.9375rem;display:block; }
#AoGr89k3TK54hvJAT4GTllZQ6miLeRnz { position:absolute;display:block;z-index:15008;background-color:#ff8602;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-left-radius:9.9375rem;border-top-right-radius:9.9375rem;border-bottom-left-radius:9.9375rem;border-bottom-right-radius:9.9375rem;box-shadow: none;height:1.9375rem;width:2rem;top:25.374999046326rem;left:36.5rem;display:block; }
#LGeVwn7U1f2b5ZMD7UZXcNPDGa5mXrF0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.25rem;left:36.343751907349rem; }
#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4ef;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; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container { background-color: transparent; background-image: none; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container > .video-iframe-container { display: none; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row > .video-iframe-container { display: none; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .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); }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container { border-width: 0; border-radius: 0; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#yLywnVGo0aEcISP10pkPqTTJ3kMp9iNw { 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:19.3125rem;width:28.75rem;top:22.625rem;left:46.25rem;overflow:hidden;display:block; }
#prftl0B3nxzL4PH2uRcQ3sfeQr4CJ0xm { position:absolute;display:block;z-index:15004;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:19.3125rem;width:29.8125rem;top:22.625rem;left:15.375rem;overflow:hidden;display:block; }
#qTvTXgh6Q165OKD2ToTuhwqiVsd7f89Z { 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:19.3125rem;width:14.375rem;top:22.625rem;left:0rem;overflow:hidden;display:block; }
#HtSFxl0anrM9aVmRrUV1lfXT18uARF3s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:28.125rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#pJn7MJn1EorBPEElgZ0D8rQzg72J1itQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:25.75rem;top:2.375rem;left:29.0625rem;overflow:hidden;display:block; }
#veob0KSAR74BBqBp1HwZAOeZ2ZgWyidO { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:13.625rem;top:2.375rem;left:61.375rem;overflow:hidden;display:block; }
#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA { position:relative;display:block; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA { background-color: transparent; background-image: none; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row .container > .video-iframe-container { display: none; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row > .video-iframe-container { display: none; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .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); }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA { border-width: 0; border-radius: 0; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .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; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .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:30.25rem;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; }#EJZfQVkFCTmOaXeq1VpEyVQSQSOMy9X4 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:1.109375rem;left:29.125001907349rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPVzrFHJOo0NNU86U8dPG85yNZT9ZF4g { color:#ff8602;display:block;width:6.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:14.037502288818rem;left:14.375rem;height:1.0128375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moAbZvZ4lJnAphCMUqc2XwdSJ9d9nSRg { color:#ff8602;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:24.4375rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FzlJ7gK0qZnODtFTf6tbfkbk7Iw3Jt97 { color:#ff8602;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:33.3125rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3Dk5lzBfRytgmUwyb4s1LaE2fu4SFSP { color:#ff8602;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:43.0625rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cugDeR3EtA47a9nCIf26QbvrZxgOBDiD { color:#ff8602;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:14.0625rem;left:53.812501907349rem;height:2.4758125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EK8KLLdOGWV6DAOeRLNBqZGX8xl9ZOwi { color:#ff8602;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:32.25rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DeprufPUiHrPh0E5f9bBhiHMKCA5XIgo { color:#ff8602;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.75rem;left:13.5625rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fnvnDACM0mNqoMrmgpQV9KBdScMmxhXM { color:#ff8602;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:22.9375rem;left:23.125rem;height:2.47581875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7wOtJZlZbMPuE7KO7wop6eCDSKKGV1V { color:#ff8602;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.8125rem;left:42.5rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcoONChCTPU7HeknW6d9urKxGlQkL45D { color:#ff8602;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:53.1875rem;height:1.46298125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oNkvF4d4hpgSoLcopWZChTWD4VXkN3Xq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:9.9375004768369rem;left:16rem; }
#z0ST5wCJ1ownrdKEVf2HBiFkVF48tJO5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.8125rem;left:25.6875rem; }
#wC0ORqSynJKBxl0HHHFWJKVNl2HQDyqz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.8125rem;left:34.8125rem; }
#oyFPJTQeosJr5doen9zWHWONAK11QxIU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:9.8125rem;left:45.0625rem; }
#L48WOpkb6ADuv1mziXVKXZDRseKaqiFs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.1875rem;left:16.3125rem; }
#forwDatALG3ag4habGenfHebuZIVAhPD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.875rem;left:25.8125rem; }
#iwxBGO1EHqTM89QB417O9T8TQ55HPHu9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.75rem;left:34.8125rem; }
#Q43ewZTcwAu0A8FqW2ynJtEkuDVtNhcp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19rem;left:45.0625rem; }
#SGc14FT5BS4JNzNZlGgXOLTR4G7QMMAy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.75rem;left:55.625rem; }
#EWsi8y2RGIlIWiMPXVPTN3uIH97q7TbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9.6250004768369rem;left:55.593748092651rem; }
#qbztlINIcqa4fkVVahHwOcMr1q7eCHo3 { position:absolute;display:block;z-index:15001;background-color:#f0c134;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:4.0625rem;width:15.25rem;top:1.9073486328125E-6rem;left:29.875001907349rem;display:block; }
#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4ef;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; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container { background-color: transparent; background-image: none; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container > .video-iframe-container { display: none; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row > .video-iframe-container { display: none; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .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); }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container { border-width: 0; border-radius: 0; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#NIFZi6RA1fap5gfCq5G8X7HW7K4Ia2Rq { position:absolute;display:block;z-index:15001;background-color:#ff8602;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.8125rem;width:10rem;top:4.7218751907349rem;left:32.500001907349rem;display:block; }
#hf3fulKOTNXzpsVeW81SkeES0JGH39BR { color:#f4f4ef;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:33.281251907349rem;height:1.38020625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPgaavgb5f9L7V5qwDRaLCgp6Sf4pmNc { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.675001144409rem;left:34.031251907349rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#xr6w4lue54fhXLArDSFp6HUStQ46eJ0a { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.40625rem;left:29.687501907349rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RtXdWNyZ9yZTDlnDZ3FXUFo5QZecsunb { position:absolute;display:block;z-index:15003;background-color:#f4f4ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8602;border-left:0.1875rem solid #ff8602;border-right:0.1875rem solid #ff8602;border-bottom:0.1875rem solid #ff8602;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:26.75rem;width:18.75rem;top:4.6875rem;left:3rem;display:block; }
#bVyz744uIS5mRTKnK6VcTZD7lTK2byQf { position:absolute;display:block;z-index:15004;background-color:#ff8602;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.8125rem;width:12.125rem;top:4.75rem;left:6.4375rem;display:block; }
#Tqv8ulzSvUhxTxzAn9vGAvwnF3nb4HmP { color:#f4f4ef;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:7.25rem;height:1.38020625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4EaTDk4FNU62Vw9U4v7ZVtObixIg9nB { color:#000000;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.681250095367rem;left:4.875rem;height:1.5439rem;font-style:normal;display:block; }
#vIALBgR75eGnTNQwETS8JccwxwMUenkp { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:19.359375476837rem;left:4.875rem;height:4.122025rem;text-align:left;text-align-last:left;display:block; }
#lsWvV2PF449ZE2DPyd4O4wyTmcMTMCoH { position:absolute;display:block;z-index:15004;background-color:#f4f4ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8602;border-left:0.1875rem solid #ff8602;border-right:0.1875rem solid #ff8602;border-bottom:0.1875rem solid #ff8602;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:26.75rem;width:18.75rem;top:4.6875rem;left:52.9375rem;display:block; }
#QMbUn9WtW2dvd4AvPlx9EUTWeAhxqpN2 { position:absolute;display:block;z-index:15000;background-color:#f4f4ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff8602;border-left:0.1875rem solid #ff8602;border-right:0.1875rem solid #ff8602;border-bottom:0.1875rem solid #ff8602;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:26.75rem;width:18.75rem;top:4.6875rem;left:28rem;display:block; }
#esBx2epp50QTgqXxRzXNKfmRAGGOQZHL { position:absolute;display:block;z-index:15009;background-color:#ff8602;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.8125rem;width:8.3125rem;top:4.75rem;left:58.3125rem;display:block; }
#TqacBxsTVJW3DNCaDNEeGIahhbnlVWFW { color:#f4f4ef;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:58.25rem;height:1.38020625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVIQAS2Pc5oGQQMTLwgTL3nUhEqTSkOR { color:#000000;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:20.90625rem;left:30.375001907349rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#LWvwQTG2ak54ivfMXrQpGOqeHGR9MZCJ { color:#000000;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:14.5625rem;left:59.937498092651rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#woDETASEu6lbMfP8MSvJhw4RiJWzKn0k { color:#000000;display:block;width:7rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:19.1875rem;left:59.937498092651rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QnR5k11znq26t6auoc4NvCrly3dSLAOw { color:#000000;display:block;width:7rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:22.875rem;left:59.937498092651rem;height:1.30625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OqMEiEqwCispIKJ0swFJvaBJKHbNLR5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:.45;top:14.5rem;left:57.874998092651rem; }
#EFwwbeI4WQBPS4g8epDJq0JrB1iyaIf0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:.45;top:19.125rem;left:57.874998092651rem; }
#RbF7f3qDHTbXBodrUgPis70PHT3Qb4GW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.45;top:22.8125rem;left:57.874998092651rem; }
#f4EafucexUAMCutSKnl1XhU9rV7ea1oH { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:16.125rem;left:59.937498092651rem;height:1.51041875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Wv6zT5W8bzlvzAgJ8oV6HOHdET7vevTb { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:20.75rem;left:59.937498092651rem;height:0.75520625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#dsMpeXSEXzZnxHXe8nTXHodsLoSG4srE { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:24.3125rem;left:59.937498092651rem;height:0.75520625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aDmTLpBvwyJkXhc6U4l6cAhbh94pLMEB { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:16.768749713897rem;left:4.9375rem;height:1.03125rem;text-align:left;text-align-last:left;display:block; }
#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK { position:relative;display:block; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK { background-color: transparent; background-image: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container > .video-iframe-container { display: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row > .video-iframe-container { display: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .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); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK { border-width: 0; border-radius: 0; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f39de54d-ab33-4c5b-89f5-e958e63d1fe8/Plano26.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:61.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container.adaptive-delivery-prevent-bg, #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container.lazyload, #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container.lazyloading { background-image: none; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8602;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; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container { background-color: transparent; background-image: none; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container > .video-iframe-container { display: none; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row > .video-iframe-container { display: none; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .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); }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container { border-width: 0; border-radius: 0; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-form-header {  }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:28.875rem;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; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .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:28.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .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:#ff8602;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:28.875rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:27.6875rem;overflow:hidden;font-style:normal;float:none; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .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; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-container:first-of-type{padding-top:0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-container:last-of-type{padding-bottom:0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:1.21875rem;left:43.375rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.875rem;display:block;vertical-align:top; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 {display:block;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:1.21875rem;left:43.375rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #txUgVRDqot7EkvqZ8fdsHTCeOxhTiaTU { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #Ta06Nke2CDMftqfREtt26Kh6ZBwo79Id { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #BIEodOU8COiNxXbLJLXn0TmJVt36gCIN { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #DuNJdNEJIx42MQ0w1Rkb8xsuPGIrZnpH { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #RTQehBq9uVFAcJUiSbXLXTHwmIAHyiKt { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #kDqqmSGmNP9mCzwCUpFwUHtvEb4honwC { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #S6uJ3zLFxXnTX5yK31RrwZvDOUbl1up1 { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #sUCWgkwUTst1slzBBXk5IxsaV5i31diN { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #ppSIJT7nuwDT2q0UsDTcFcv02TPvTKtu { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #UHPh7JUI7DKnyxFrGtKuDSBDmK2QcyD9 { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TERs7FKMPC3hoUncxrUv2XJlTpC6F7KJ { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #k3zFD3gx6TTX9Af4NZpn2dlXzHL0bHrb { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #GHcRT71sQHRqbhW0SkoaH33rPRhzIDSs { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #wGZK3nFkXeuzZnRwRTexXIeGZ1DGHo24 { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #lbxF8Uythtm0NTITzkr7hEVHvAfltI0K { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TEuu2lQN90OHkgdgadI9aaTAS54DwBxL { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #E8VUaEaLdQt2gKXaJxEe9NzHa2mecZXO { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #xPRZEaiOnJsRZgwIrBT08197CKnTd336 { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rzZLWk1oqDz3IcEAssd3yX7F5c0frdOl { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #pNB03WBPXGRDfvROi51Q5n77xhO73nIJ { position:relative;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #IlUy21a1DXVVqa0gfgNstsDS5MLfRw1R { position:relative; }
#A2WkQUzRiA7OF6Jux2ngbsWX9gGthTQh { position:relative;display:block; }
#Q1szQAKUdhVMCzEuihR3lUEIwDytH3CJ { position:relative;display:block; }
#kJ6wldxAgDwnsTuRFc67PJHQo1iRuaTX { position:relative;display:block; }
#LT4prnVP5mZk653VypxBXlLBUEJfSqyX { position:relative;display:block; }
#HVmv2CP6qQGGCBtBTCEg6errTnaTsZaT { position:relative;display:block; }
#HymUCMPfd1sJUmi1Fon8r7oNoSbdhNG5 { position:relative;display:block;z-index:100000;display:block; }
#urDzBbi68tBoitLJZXVPiTmGc0M1QrFX { position:relative;display:block;z-index:100000;display:block; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TGMn9UsC2lPIl2bD6VVFgaiVhGCAgQUp { position:relative; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rx63A60zHDg8uQzEfuy1SFiJaem1tdA3 { position:relative; }
#vHV8KQJENKl207THy7rUtav72sApWCTW { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:3.9375rem;left:0rem;height:7.425rem;font-style:normal;display:block; }
#GOsVNgcbsWhi01mz2Ihda4azO1XrS3HI { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:15.062496185302rem;left:0rem;height:1.125rem;font-style:normal;display:block; }
#kGpTGuCpesEDprRtyVxRwXzEg4LKqrKG { position:absolute;display:block;z-index:15004;height:15.8125rem;width:20rem;top:27.736718177796rem;left:0rem;display:block; }
#EW7iL5IDi6awOwLtv7LdZgMchIGhWh1U { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:17.224996566773rem;left:0rem;height:4.9469875rem;font-style:normal;display:block; }
#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { background-color: transparent; background-image: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container > .video-iframe-container { display: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row > .video-iframe-container { display: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .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); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { border-width: 0; border-radius: 0; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#tmxtQPGnLbsfNKoTJXxQ3JTbnDn9MLk7 { 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:7.4375rem;width:7.4375rem;top:3.046875rem;left:34.968751907349rem;overflow:hidden;display:block; }
#zk6E3G94qbiptsw2Nk35XbtT2Idcwc3u { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.300001144409rem;left:27.156251907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#D6HvDUP0dS2mESL23fkT4uh2ASkdMRK9 { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.60000038147rem;left:22.531251907349rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzhLw5o7KQQKrUADHbETzCDczpQmpa30 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:16.625rem;left:33.500001907349rem; }
#IzhLw5o7KQQKrUADHbETzCDczpQmpa30 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:16.625rem;left:37.625001907349rem; }
#kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#tLt565G4mTG5Ke5mgFiGSddh3O40OC2J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:16.625rem;left:42.000001907349rem; }
#tLt565G4mTG5Ke5mgFiGSddh3O40OC2J > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 { display:block; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT20DIcBCXVR9aGTMvsEFyu9mbcUzRma { width:5.5625rem;height:5.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEoZ2ZasedGQZzR3q26Trl4ERh3Zu0M8 { width:14.0625rem;height:1.25rem;top:3.5625rem;left:33.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8HgQPeWBJhesdyufKx9inZP47zVIwuZ { width:14.875rem;height:1.125rem;top:2.4375rem;left:32.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF { display:block; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khdWHeSucGVkhK4UAsmpU6k0s19hArfn { width:37.4375rem;height:15.6875rem;top:20.4375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEUOqvBFDTohNyHDDw7s0hhIQlFeuOtM { width:39.125rem;height:1.8125rem;top:37.875rem;left:4.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB { display:block; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfHz13TcDlwgzlHPXXVNMMvsnJqylMAb { width:47.6875rem;height:9.0625rem;top:13.25rem;left:0.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbwl83cPK0bywne0zXoWtWNOPNuMg0Gz { width:27.0625rem;height:4.5rem;top:5.5rem;left:10.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTV4oNWPIppTHDhCK2pMPyoqH2NK5ybz { width:47.75rem;height:2.1875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kl9NgPON1qlDU6UpwTIviNrI1c9wGZ { width:3.1875rem;height:3.1875rem;top:24.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGr89k3TK54hvJAT4GTllZQ6miLeRnz { width:2rem;height:1.9375rem;top:25.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeVwn7U1f2b5ZMD7UZXcNPDGa5mXrF0 { width:2.3125rem;height:2.3125rem;top:25.25rem;left:22.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU { display:block; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLywnVGo0aEcISP10pkPqTTJ3kMp9iNw { width:28.75rem;height:19.3125rem;top:22.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #prftl0B3nxzL4PH2uRcQ3sfeQr4CJ0xm { width:29.8125rem;height:19.3125rem;top:22.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvTXgh6Q165OKD2ToTuhwqiVsd7f89Z { width:14.375rem;height:19.3125rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtSFxl0anrM9aVmRrUV1lfXT18uARF3s { width:28.125rem;height:19.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJn7MJn1EorBPEElgZ0D8rQzg72J1itQ { width:25.75rem;height:19.3125rem;top:2.375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veob0KSAR74BBqBp1HwZAOeZ2ZgWyidO { width:13.625rem;height:19.3125rem;top:2.375rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA { display:block; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJZfQVkFCTmOaXeq1VpEyVQSQSOMy9X4 { width:16.75rem;height:1.9375rem;top:1.0625rem;left:15.500001907349rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPVzrFHJOo0NNU86U8dPG85yNZT9ZF4g { width:6.625rem;height:1rem;top:14rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moAbZvZ4lJnAphCMUqc2XwdSJ9d9nSRg { width:5.625rem;height:1.4375rem;top:13.8125rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzlJ7gK0qZnODtFTf6tbfkbk7Iw3Jt97 { width:6.125rem;height:1.4375rem;top:13.875rem;left:19.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Dk5lzBfRytgmUwyb4s1LaE2fu4SFSP { width:7.125rem;height:1.4375rem;top:13.9375rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugDeR3EtA47a9nCIf26QbvrZxgOBDiD { width:6.9375rem;height:2.4375rem;top:14.0625rem;left:40.187501907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK8KLLdOGWV6DAOeRLNBqZGX8xl9ZOwi { width:8.25rem;height:1.4375rem;top:22.875rem;left:18.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeprufPUiHrPh0E5f9bBhiHMKCA5XIgo { width:8.25rem;height:1.4375rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnvnDACM0mNqoMrmgpQV9KBdScMmxhXM { width:8.25rem;height:2.4375rem;top:22.9375rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7wOtJZlZbMPuE7KO7wop6eCDSKKGV1V { width:8.25rem;height:1.4375rem;top:22.8125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoONChCTPU7HeknW6d9urKxGlQkL45D { width:8.25rem;height:1.4375rem;top:22.875rem;left:39.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNkvF4d4hpgSoLcopWZChTWD4VXkN3Xq { width:3.375rem;height:3.375rem;top:9.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ST5wCJ1ownrdKEVf2HBiFkVF48tJO5 { width:3.125rem;height:3.125rem;top:9.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC0ORqSynJKBxl0HHHFWJKVNl2HQDyqz { width:3.125rem;height:3.125rem;top:9.8125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyFPJTQeosJr5doen9zWHWONAK11QxIU { width:3.125rem;height:3.125rem;top:9.8125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L48WOpkb6ADuv1mziXVKXZDRseKaqiFs { width:2.6875rem;height:2.6875rem;top:19.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #forwDatALG3ag4habGenfHebuZIVAhPD { width:2.875rem;height:2.875rem;top:18.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwxBGO1EHqTM89QB417O9T8TQ55HPHu9 { width:3.125rem;height:3.125rem;top:18.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q43ewZTcwAu0A8FqW2ynJtEkuDVtNhcp { width:3.125rem;height:3.125rem;top:19rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGc14FT5BS4JNzNZlGgXOLTR4G7QMMAy { width:3.125rem;height:3.125rem;top:18.75rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWsi8y2RGIlIWiMPXVPTN3uIH97q7TbX { width:3.375rem;height:3.375rem;top:9.625rem;left:41.968748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbztlINIcqa4fkVVahHwOcMr1q7eCHo3 { width:15.25rem;height:4.0625rem;top:0rem;left:16.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa { display:block; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIFZi6RA1fap5gfCq5G8X7HW7K4Ia2Rq { width:10rem;height:2.8125rem;top:4.6875rem;left:18.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf3fulKOTNXzpsVeW81SkeES0JGH39BR { width:8.4375rem;height:1.375rem;top:5.4375rem;left:19.593751907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgaavgb5f9L7V5qwDRaLCgp6Sf4pmNc { width:6.9375rem;height:1.1875rem;top:16.625rem;left:20.343751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6w4lue54fhXLArDSFp6HUStQ46eJ0a { width:15.625rem;height:4.0625rem;top:17.375rem;left:16.000001907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtXdWNyZ9yZTDlnDZ3FXUFo5QZecsunb { width:18.75rem;height:26.75rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyz744uIS5mRTKnK6VcTZD7lTK2byQf { width:12.125rem;height:2.8125rem;top:4.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv8ulzSvUhxTxzAn9vGAvwnF3nb4HmP { width:10.4375rem;height:1.375rem;top:5.5625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EaTDk4FNU62Vw9U4v7ZVtObixIg9nB { width:6.25rem;height:1.5rem;top:15.625rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIALBgR75eGnTNQwETS8JccwxwMUenkp { width:15.25rem;height:4.125rem;top:19.3125rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWvV2PF449ZE2DPyd4O4wyTmcMTMCoH { width:18.75rem;height:26.75rem;top:4.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbUn9WtW2dvd4AvPlx9EUTWeAhxqpN2 { width:18.75rem;height:26.75rem;top:4.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esBx2epp50QTgqXxRzXNKfmRAGGOQZHL { width:8.3125rem;height:2.8125rem;top:4.75rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqacBxsTVJW3DNCaDNEeGIahhbnlVWFW { width:8.4375rem;height:1.375rem;top:5.5625rem;left:35.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIQAS2Pc5oGQQMTLwgTL3nUhEqTSkOR { width:14.25rem;height:1rem;top:20.875rem;left:16.687501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWvwQTG2ak54ivfMXrQpGOqeHGR9MZCJ { width:6.125rem;height:1.25rem;top:14.5625rem;left:37.124998092651rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woDETASEu6lbMfP8MSvJhw4RiJWzKn0k { width:7rem;height:1.25rem;top:19.1875rem;left:37.124998092651rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnR5k11znq26t6auoc4NvCrly3dSLAOw { width:7rem;height:1.25rem;top:22.875rem;left:37.124998092651rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqMEiEqwCispIKJ0swFJvaBJKHbNLR5L { width:1.4375rem;height:1.4375rem;top:14.5rem;left:35.062498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwwbeI4WQBPS4g8epDJq0JrB1iyaIf0 { width:1.4375rem;height:1.4375rem;top:19.125rem;left:35.062498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbF7f3qDHTbXBodrUgPis70PHT3Qb4GW { width:1.4375rem;height:1.4375rem;top:22.8125rem;left:35.062498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4EafucexUAMCutSKnl1XhU9rV7ea1oH { width:7.1875rem;height:1.5rem;top:16.125rem;left:37.124998092651rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv6zT5W8bzlvzAgJ8oV6HOHdET7vevTb { width:7.1875rem;height:0.75rem;top:20.75rem;left:37.124998092651rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMpeXSEXzZnxHXe8nTXHodsLoSG4srE { width:7.1875rem;height:0.75rem;top:24.3125rem;left:37.124998092651rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDmTLpBvwyJkXhc6U4l6cAhbh94pLMEB { width:7.5rem;height:1rem;top:16.75rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK { display:block; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi { display:block; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-regular-label { width:28.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-textarea { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-select { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-button { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-checkbox-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4  { width:28.875rem;height:auto;top:1.1875rem;left:16.375rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .radio-container { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 {display:block;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 { width:28.875rem;height:auto;top:1.1875rem;left:16.375rem; }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #txUgVRDqot7EkvqZ8fdsHTCeOxhTiaTU {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #Ta06Nke2CDMftqfREtt26Kh6ZBwo79Id {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #BIEodOU8COiNxXbLJLXn0TmJVt36gCIN {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #DuNJdNEJIx42MQ0w1Rkb8xsuPGIrZnpH {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #RTQehBq9uVFAcJUiSbXLXTHwmIAHyiKt {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #kDqqmSGmNP9mCzwCUpFwUHtvEb4honwC {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #S6uJ3zLFxXnTX5yK31RrwZvDOUbl1up1 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #sUCWgkwUTst1slzBBXk5IxsaV5i31diN {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #ppSIJT7nuwDT2q0UsDTcFcv02TPvTKtu {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #UHPh7JUI7DKnyxFrGtKuDSBDmK2QcyD9 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TERs7FKMPC3hoUncxrUv2XJlTpC6F7KJ {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #k3zFD3gx6TTX9Af4NZpn2dlXzHL0bHrb {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #GHcRT71sQHRqbhW0SkoaH33rPRhzIDSs {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #wGZK3nFkXeuzZnRwRTexXIeGZ1DGHo24 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #lbxF8Uythtm0NTITzkr7hEVHvAfltI0K {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TEuu2lQN90OHkgdgadI9aaTAS54DwBxL {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #E8VUaEaLdQt2gKXaJxEe9NzHa2mecZXO {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #xPRZEaiOnJsRZgwIrBT08197CKnTd336 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rzZLWk1oqDz3IcEAssd3yX7F5c0frdOl {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #pNB03WBPXGRDfvROi51Q5n77xhO73nIJ {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #IlUy21a1DXVVqa0gfgNstsDS5MLfRw1R {  }
 }@media only screen and (max-width: 763px) { #A2WkQUzRiA7OF6Jux2ngbsWX9gGthTQh { display:block; }
 }@media only screen and (max-width: 763px) { #Q1szQAKUdhVMCzEuihR3lUEIwDytH3CJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJ6wldxAgDwnsTuRFc67PJHQo1iRuaTX { display:block; }
 }@media only screen and (max-width: 763px) { #LT4prnVP5mZk653VypxBXlLBUEJfSqyX { display:block; }
 }@media only screen and (max-width: 763px) { #HVmv2CP6qQGGCBtBTCEg6errTnaTsZaT { display:block; }
 }@media only screen and (max-width: 763px) { #HymUCMPfd1sJUmi1Fon8r7oNoSbdhNG5 { display:block; }
 }@media only screen and (max-width: 763px) { #urDzBbi68tBoitLJZXVPiTmGc0M1QrFX { display:block; }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TGMn9UsC2lPIl2bD6VVFgaiVhGCAgQUp {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rx63A60zHDg8uQzEfuy1SFiJaem1tdA3 {  }
 }@media only screen and (max-width: 763px) { #vHV8KQJENKl207THy7rUtav72sApWCTW { width:23.75rem;height:7.375rem;top:3.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOsVNgcbsWhi01mz2Ihda4azO1XrS3HI { width:19.0625rem;height:1.125rem;top:15rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGpTGuCpesEDprRtyVxRwXzEg4LKqrKG { width:20rem;height:15.8125rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7iL5IDi6awOwLtv7LdZgMchIGhWh1U { width:21.4375rem;height:4.9375rem;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC { display:block; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmxtQPGnLbsfNKoTJXxQ3JTbnDn9MLk7 { width:7.4375rem;height:7.4375rem;top:3rem;left:21.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6E3G94qbiptsw2Nk35XbtT2Idcwc3u { top:12.25rem;left:13.531251907349rem;width:23.0625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6HvDUP0dS2mESL23fkT4uh2ASkdMRK9 { top:13.5625rem;left:8.9062519073488rem;width:32.3125rem;height:1.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhLw5o7KQQKrUADHbETzCDczpQmpa30 { top:16.625rem;left:19.875001907349rem;width:1.875rem;height:1.875rem;display:block; }
#IzhLw5o7KQQKrUADHbETzCDczpQmpa30 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt { top:16.625rem;left:24.000001907349rem;width:1.875rem;height:1.875rem;display:block; }
#kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tLt565G4mTG5Ke5mgFiGSddh3O40OC2J { top:16.625rem;left:28.375001907349rem;width:1.9375rem;height:1.9375rem;display:block; }
#tLt565G4mTG5Ke5mgFiGSddh3O40OC2J > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 { display:block; }#dzHTkfkHP9NqgPIN4TISgS7N53yyfkP5 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT20DIcBCXVR9aGTMvsEFyu9mbcUzRma { width:5.0625rem;height:5.0625rem;top:1.9375rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEoZ2ZasedGQZzR3q26Trl4ERh3Zu0M8 { width:18.9375rem;height:1.275rem;top:9.0250005722044rem;left:0.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8HgQPeWBJhesdyufKx9inZP47zVIwuZ { width:14.875rem;height:1.125rem;top:7.9000000953675rem;left:2.5625001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF { background-color:rgba(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/uc/e04d61f5-5674-49fa-8f4f-766d126325d2/Sinttulo1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF.adaptive-delivery-prevent-bg, #oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF.lazyload, #oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF.lazyloading { background-image: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { background-color: transparent; background-image: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container > .video-iframe-container { display: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row > .video-iframe-container { display: none; }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .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); }#oWeT2S7ZccBtf8uTWyr5DP62AkwzGJtF > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khdWHeSucGVkhK4UAsmpU6k0s19hArfn { width:16.625rem;height:6.9375rem;top:1.0400390625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEUOqvBFDTohNyHDDw7s0hhIQlFeuOtM { width:20rem;height:1.21875rem;top:16.9521484375rem;left:0rem;font-size:0.9375rem;text-shadow:0.0625rem 0rem 0.75rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB { display:block; }#dUZpEtXH9QbnIH22dFSJn1kP9mwsvQJB > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfHz13TcDlwgzlHPXXVNMMvsnJqylMAb { width:19.125rem;height:13.65rem;top:7.5625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbwl83cPK0bywne0zXoWtWNOPNuMg0Gz { width:16.8125rem;height:2.7rem;top:2.9375rem;left:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTV4oNWPIppTHDhCK2pMPyoqH2NK5ybz { width:20rem;height:2.1875rem;top:25.500000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8kl9NgPON1qlDU6UpwTIviNrI1c9wGZ { width:3.1875rem;height:3.1875rem;top:23.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoGr89k3TK54hvJAT4GTllZQ6miLeRnz { width:2rem;height:1.9375rem;top:24.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeVwn7U1f2b5ZMD7UZXcNPDGa5mXrF0 { display:flex;width:2.3125rem;height:2.3125rem;top:24rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU { display:block; }#X3kNHxkD4uvVIktZvXDzF4ypMJ1BddgU > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLywnVGo0aEcISP10pkPqTTJ3kMp9iNw { width:20rem;height:13.3125rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prftl0B3nxzL4PH2uRcQ3sfeQr4CJ0xm { width:20rem;height:13.3125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTvTXgh6Q165OKD2ToTuhwqiVsd7f89Z { width:10rem;height:13.1875rem;top:54.5rem;left:10.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtSFxl0anrM9aVmRrUV1lfXT18uARF3s { width:20rem;height:14.3125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJn7MJn1EorBPEElgZ0D8rQzg72J1itQ { width:20rem;height:11.1875rem;top:1.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veob0KSAR74BBqBp1HwZAOeZ2ZgWyidO { width:9.6875rem;height:13.1875rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA { display:block; }#xsgaeoBd4VPXdUtD4DPAEFRazXPLaIkA > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJZfQVkFCTmOaXeq1VpEyVQSQSOMy9X4 { width:11.75rem;height:1.4625rem;top:1.3937501907349rem;left:4.1249998807907rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPVzrFHJOo0NNU86U8dPG85yNZT9ZF4g { width:6.625rem;height:1.0125rem;top:11.8125rem;left:2.4375001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #moAbZvZ4lJnAphCMUqc2XwdSJ9d9nSRg { width:5.625rem;height:1.4625rem;top:11.6875rem;left:11.937500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzlJ7gK0qZnODtFTf6tbfkbk7Iw3Jt97 { width:6.125rem;height:1.4625rem;top:19.200004577637rem;left:2.6875001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Dk5lzBfRytgmUwyb4s1LaE2fu4SFSP { width:7.125rem;height:1.4625rem;top:19.262504577637rem;left:11.187500357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugDeR3EtA47a9nCIf26QbvrZxgOBDiD { width:6.9375rem;height:2.475rem;top:26.962501525879rem;left:2.2812501192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK8KLLdOGWV6DAOeRLNBqZGX8xl9ZOwi { width:8.25rem;height:1.4625rem;top:35.3125rem;left:1.6250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeprufPUiHrPh0E5f9bBhiHMKCA5XIgo { width:8.25rem;height:1.4625rem;top:26.962501525879rem;left:10.175000548362rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnvnDACM0mNqoMrmgpQV9KBdScMmxhXM { width:8.25rem;height:2.475rem;top:35.431251525879rem;left:10.625000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7wOtJZlZbMPuE7KO7wop6eCDSKKGV1V { width:8.25rem;height:1.4625rem;top:44.162498474121rem;left:1.6250001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoONChCTPU7HeknW6d9urKxGlQkL45D { width:8.25rem;height:1.4625rem;top:44.224998474121rem;left:10.625000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNkvF4d4hpgSoLcopWZChTWD4VXkN3Xq { display:flex;width:3.125rem;height:3.125rem;top:7.8125rem;left:4.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #z0ST5wCJ1ownrdKEVf2HBiFkVF48tJO5 { display:flex;width:3.125rem;height:3.125rem;top:7.8125rem;left:13.187500357628rem; }
 }@media only screen and (max-width: 763px) { #wC0ORqSynJKBxl0HHHFWJKVNl2HQDyqz { display:flex;width:3.125rem;height:3.125rem;top:15.675003051757rem;left:4.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #oyFPJTQeosJr5doen9zWHWONAK11QxIU { display:flex;width:3.125rem;height:3.125rem;top:15.675003051757rem;left:13.187500357628rem; }
 }@media only screen and (max-width: 763px) { #L48WOpkb6ADuv1mziXVKXZDRseKaqiFs { display:flex;width:2.6875rem;height:2.6875rem;top:23.099998474121rem;left:13.406250357628rem; }
 }@media only screen and (max-width: 763px) { #forwDatALG3ag4habGenfHebuZIVAhPD { display:flex;width:2.875rem;height:2.875rem;top:30.9375rem;left:13.312500357628rem; }
 }@media only screen and (max-width: 763px) { #iwxBGO1EHqTM89QB417O9T8TQ55HPHu9 { display:flex;width:3.125rem;height:3.125rem;top:30.8125rem;left:4.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #Q43ewZTcwAu0A8FqW2ynJtEkuDVtNhcp { display:flex;width:3.125rem;height:3.125rem;top:39.987503051757rem;left:4.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #SGc14FT5BS4JNzNZlGgXOLTR4G7QMMAy { display:flex;width:3.125rem;height:3.125rem;top:39.987503051757rem;left:13.187500357628rem; }
 }@media only screen and (max-width: 763px) { #EWsi8y2RGIlIWiMPXVPTN3uIH97q7TbX { display:flex;width:3.125rem;height:3.125rem;top:22.881248474121rem;left:4.1874998807907rem; }
 }@media only screen and (max-width: 763px) { #qbztlINIcqa4fkVVahHwOcMr1q7eCHo3 { width:12.25rem;height:3.625rem;top:0rem;left:3.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa { display:block; }#IP08TlvqMp6mKDGHPtvg36VaVqUzHwRa > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIFZi6RA1fap5gfCq5G8X7HW7K4Ia2Rq { width:10rem;height:2.8125rem;top:23.112499237061rem;left:5.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf3fulKOTNXzpsVeW81SkeES0JGH39BR { width:8.4375rem;height:1.38125rem;top:23.924999237061rem;left:5.8124998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgaavgb5f9L7V5qwDRaLCgp6Sf4pmNc { width:6.9375rem;height:1.21875rem;top:29.875003814698rem;left:6.4999998807906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr6w4lue54fhXLArDSFp6HUStQ46eJ0a { width:15.625rem;height:2.6rem;top:30.625003814698rem;left:2.1875001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtXdWNyZ9yZTDlnDZ3FXUFo5QZecsunb { width:18.8125rem;height:20.5rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVyz744uIS5mRTKnK6VcTZD7lTK2byQf { width:12.125rem;height:2.8125rem;top:1.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv8ulzSvUhxTxzAn9vGAvwnF3nb4HmP { width:10.4375rem;height:1.38125rem;top:2.125rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4EaTDk4FNU62Vw9U4v7ZVtObixIg9nB { width:6.875rem;height:1.54375rem;top:9.3117194175719rem;left:2.3750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIALBgR75eGnTNQwETS8JccwxwMUenkp { width:15.25rem;height:4.125rem;top:12.937499523163rem;left:2.3750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsWvV2PF449ZE2DPyd4O4wyTmcMTMCoH { width:18.8125rem;height:20.0625rem;top:39.125003814698rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbUn9WtW2dvd4AvPlx9EUTWeAhxqpN2 { width:18.8125rem;height:14.8125rem;top:23.049999237061rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esBx2epp50QTgqXxRzXNKfmRAGGOQZHL { width:8.3125rem;height:2.8125rem;top:39.187503814698rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqacBxsTVJW3DNCaDNEeGIahhbnlVWFW { width:8.4375rem;height:1.38125rem;top:40.000003814698rem;left:5.8124998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIQAS2Pc5oGQQMTLwgTL3nUhEqTSkOR { width:14.25rem;height:1.03125rem;top:33.062503814698rem;left:2.8750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWvwQTG2ak54ivfMXrQpGOqeHGR9MZCJ { width:6.125rem;height:1.30625rem;top:45.375003814698rem;left:7.5625003576281rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woDETASEu6lbMfP8MSvJhw4RiJWzKn0k { width:7rem;height:1.30625rem;top:49.750003814698rem;left:7.3750003576281rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnR5k11znq26t6auoc4NvCrly3dSLAOw { width:7rem;height:1.30625rem;top:53.375003814698rem;left:7.3750003576281rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqMEiEqwCispIKJ0swFJvaBJKHbNLR5L { display:flex;width:1.4375rem;height:1.4375rem;top:45.312503814698rem;left:5.4999998807907rem; }
 }@media only screen and (max-width: 763px) { #EFwwbeI4WQBPS4g8epDJq0JrB1iyaIf0 { display:flex;width:1.4375rem;height:1.4375rem;top:49.687503814698rem;left:5.3124998807907rem; }
 }@media only screen and (max-width: 763px) { #RbF7f3qDHTbXBodrUgPis70PHT3Qb4GW { display:flex;width:1.4375rem;height:1.4375rem;top:53.312503814698rem;left:5.3124998807907rem; }
 }@media only screen and (max-width: 763px) { #f4EafucexUAMCutSKnl1XhU9rV7ea1oH { width:7.1875rem;height:1.5125rem;top:46.812503814698rem;left:7.5000003576281rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv6zT5W8bzlvzAgJ8oV6HOHdET7vevTb { width:7.1875rem;height:0.75625rem;top:51.187503814698rem;left:7.4375003576281rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMpeXSEXzZnxHXe8nTXHodsLoSG4srE { width:7.1875rem;height:0.75625rem;top:54.812503814698rem;left:7.3750003576281rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDmTLpBvwyJkXhc6U4l6cAhbh94pLMEB { width:7.5rem;height:1.03125rem;top:10.41797208786rem;left:2.3750001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/61391580-2300-4c3b-b8d4-55eeb7a1af09/Planomobile26_11zon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK.adaptive-delivery-prevent-bg, #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK.lazyload, #lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK.lazyloading { background-image: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container { background-color: transparent; background-image: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container > .video-iframe-container { display: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row > .video-iframe-container { display: none; }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .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); }#lidAXeHGV9U00zKe8eUsyFmkMtnxsWoK > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi { display:block; }#sOTzQO51hnIqlLAqNaS1Gg7p6bwqNvKi > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4  { width:17.5rem;height:auto;top:16.84375rem;left:0rem; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 {display:block;}#TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 { width:17.5rem;height:auto;top:16.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #txUgVRDqot7EkvqZ8fdsHTCeOxhTiaTU {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #Ta06Nke2CDMftqfREtt26Kh6ZBwo79Id {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #BIEodOU8COiNxXbLJLXn0TmJVt36gCIN {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #DuNJdNEJIx42MQ0w1Rkb8xsuPGIrZnpH {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #RTQehBq9uVFAcJUiSbXLXTHwmIAHyiKt {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #kDqqmSGmNP9mCzwCUpFwUHtvEb4honwC {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #S6uJ3zLFxXnTX5yK31RrwZvDOUbl1up1 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #sUCWgkwUTst1slzBBXk5IxsaV5i31diN {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #ppSIJT7nuwDT2q0UsDTcFcv02TPvTKtu {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #UHPh7JUI7DKnyxFrGtKuDSBDmK2QcyD9 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TERs7FKMPC3hoUncxrUv2XJlTpC6F7KJ {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #k3zFD3gx6TTX9Af4NZpn2dlXzHL0bHrb {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #GHcRT71sQHRqbhW0SkoaH33rPRhzIDSs {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #wGZK3nFkXeuzZnRwRTexXIeGZ1DGHo24 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #lbxF8Uythtm0NTITzkr7hEVHvAfltI0K {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TEuu2lQN90OHkgdgadI9aaTAS54DwBxL {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #E8VUaEaLdQt2gKXaJxEe9NzHa2mecZXO {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #xPRZEaiOnJsRZgwIrBT08197CKnTd336 {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rzZLWk1oqDz3IcEAssd3yX7F5c0frdOl {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #pNB03WBPXGRDfvROi51Q5n77xhO73nIJ {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #IlUy21a1DXVVqa0gfgNstsDS5MLfRw1R {  }
 }@media only screen and (max-width: 763px) { #A2WkQUzRiA7OF6Jux2ngbsWX9gGthTQh { display:block; }
 }@media only screen and (max-width: 763px) { #Q1szQAKUdhVMCzEuihR3lUEIwDytH3CJ { display:block; }
 }@media only screen and (max-width: 763px) { #kJ6wldxAgDwnsTuRFc67PJHQo1iRuaTX { display:block; }
 }@media only screen and (max-width: 763px) { #LT4prnVP5mZk653VypxBXlLBUEJfSqyX { display:block; }
 }@media only screen and (max-width: 763px) { #HVmv2CP6qQGGCBtBTCEg6errTnaTsZaT { display:block; }
 }@media only screen and (max-width: 763px) { #HymUCMPfd1sJUmi1Fon8r7oNoSbdhNG5 { display:block; }
 }@media only screen and (max-width: 763px) { #urDzBbi68tBoitLJZXVPiTmGc0M1QrFX { display:block; }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #TGMn9UsC2lPIl2bD6VVFgaiVhGCAgQUp {  }
 }@media only screen and (max-width: 763px) { #TA0ed9hfSPoAC5NEzxScOlBoludAeAO4 #rx63A60zHDg8uQzEfuy1SFiJaem1tdA3 {  }
 }@media only screen and (max-width: 763px) { #vHV8KQJENKl207THy7rUtav72sApWCTW { width:18.5625rem;height:2.85rem;top:2.75rem;left:0.71875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOsVNgcbsWhi01mz2Ihda4azO1XrS3HI { width:14.5rem;height:0.825rem;top:8.6242198944094rem;left:1.5312501192093rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kGpTGuCpesEDprRtyVxRwXzEg4LKqrKG { width:20rem;height:15.8125rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW7iL5IDi6awOwLtv7LdZgMchIGhWh1U { width:15.1875rem;height:3.6rem;top:10.684375762939rem;left:1.5312501192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { background-color: transparent; background-image: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container > .video-iframe-container { display: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row > .video-iframe-container { display: none; }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .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); }#z4bexZTG8Hr93TyGf2pdm1vTPRncp9nC > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmxtQPGnLbsfNKoTJXxQ3JTbnDn9MLk7 { width:5.6875rem;height:5.6875rem;top:1.8367195129394rem;left:7.1562498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk6E3G94qbiptsw2Nk35XbtT2Idcwc3u { width:16.5625rem;height:0.8125rem;top:12.549999237061rem;left:1.7187501192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6HvDUP0dS2mESL23fkT4uh2ASkdMRK9 { width:20rem;height:0.7rem;top:13.5625rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhLw5o7KQQKrUADHbETzCDczpQmpa30 { width:1.875rem;height:1.875rem;top:9.0625038146975rem;left:6.3749998807906rem;display:block; }
#IzhLw5o7KQQKrUADHbETzCDczpQmpa30 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt { width:1.875rem;height:1.875rem;top:9.0625038146975rem;left:8.9375003576281rem;display:block; }
#kxBkfsCHvSiUg4Wh4UEB1eUdSOQ7LTNt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tLt565G4mTG5Ke5mgFiGSddh3O40OC2J { width:2.1875rem;height:2.1875rem;top:8.9375038146975rem;left:11.437500357628rem;display:block; }
#tLt565G4mTG5Ke5mgFiGSddh3O40OC2J > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }