.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR { background-color: transparent; background-image: none; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container > .video-iframe-container { display: none; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row > .video-iframe-container { display: none; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .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); }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR { border-width: 0; border-radius: 0; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;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:relative;display:block; }#c24VHdtIv39GH67xKgzblhdOKBNzhAZQ { 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:3.25rem;width:4.6875rem;top:1.15625rem;left:7.03125rem;overflow:hidden;display:block; }
#Sr4CsLH5h1g5PP6UJ8bR5VufRraD18Ix { color:#284d42;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:19.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USwkbu82rkyADaLJeXcQVMGJZr1E36eW { color:#284d42;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0498046875rem;left:42.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUEfTCTvLrXcPFZfwWNJeupQBHhL1WhQ { background-color:#284d42;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.21875rem;left:59.90625rem;display:block; }
#bfDGX6rJF60PTBQ5TUa58uNEZSWfswJ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,77,66,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,77,66,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.875rem;top:17.93115234375rem;left:60.375rem;overflow:hidden;display:block; }
#i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.29931640625rem;left:7.5rem;height:8.44925rem;font-style:normal;display:block; }
#qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:26.71875rem;left:7.5rem;display:block; }
#VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { background-color:#ffffff;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.25rem 0.25rem 0.375rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#284d42;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.5rem;left:7.5rem;display:block; }
#NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { position:absolute;display:block;z-index:15007;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.375rem 0.75rem rgba(0,0,0,0.06) ;height:24rem;width:24.375rem;top:15.8125rem;left:43.125rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#284d42;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.8125rem;left:46.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #284d42;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.0625rem;color:#284d42;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #284d42;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:4.375rem;color:#284d42;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#284d42;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:7.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:10.875rem;height:2.9375rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:"open sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:#284d42;vertical-align:top;width:16.875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.5625rem;left:45rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.5625rem;left:45rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JkrXP1NJzR4hNHIKSmFarSgzXWySeWxV { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HwwRcMeG2zH1H73bwJ714EG4lNooGVfs { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EHJMwfhOl5NQOAFrBLABGWl3AwoheMlU { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#TXos51T4IQZSLUL8yRGTRfIXEXdBcd8W { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:28.11279296875rem;left:7.5rem;height:1.13720625rem;font-style:normal;display:block; }
#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT { position:relative;display:none; }#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT { border-width: 0; border-radius: 0; }#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT > .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; }#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT > .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:18.75rem;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:none; }#wttVhkq5JT90aCfnQX1uS2quNFtTceBd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:50.75rem;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; }#adAp0RfAX3GL016lqdqL95Hpb23ofThi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.875rem;width:21rem;top:6.5rem;left:3.75rem;overflow:hidden;display:block; }
#rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { color:#284d42;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.75rem;left:37.5rem;height:5.5244125rem;font-style:normal;display:block; }
#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:15rem;left:37.5rem;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#284d42;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.8125rem;left:37.5rem;height:10.23485625rem;display:block; }
#KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { background-color:#284d42;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.9375rem;left:37.5rem;display:block; }
#ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CVmZ5SP1OxK7ebgry5mMZxarc9n38mBt { color:#284d42;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.75rem;left:37.5rem;height:2.76220625rem;font-style:normal;display:block; }
#TcP6Tbl7nBLVPLGxp4P2x3KgmKpg1OHG { color:#284d42;display:block;width:32.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.75rem;left:37.5rem;height:4.548825rem;display:block; }
#cCxSKbizaHwThg86SbMwE5Ibl4uv7A11 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.4375rem;width:20.625rem;top:29.6875rem;left:3.9375rem;overflow:hidden;display:block; }
#CSxFxMuQFoccld0HuSsATLTnMzmA0h4W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.25rem;width:20.5625rem;top:18.63671875rem;left:14.95849609375rem;overflow:hidden;display:block; }
#RP94KO6TTvDvFkEw244i4UAb4zT19E4A { position:relative;display:block; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A { background-color: transparent; background-image: none; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container > .video-iframe-container { display: none; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row > .video-iframe-container { display: none; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .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); }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A { border-width: 0; border-radius: 0; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container { border-top:0.3125rem solid #284d42;border-left:0.3125rem solid #284d42;border-right:0.3125rem solid #284d42;border-bottom:0.3125rem solid #284d42;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#sMiotmz6skHAcnqugmzZhfnAMyc5XqsF { color:#000000;display:block;width:11.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875048779297rem;left:3.5625rem;height:9.50539375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7A2pJmXSbnclaTcn2GuQ0oiJGZ7Takb { color:#000000;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875048779297rem;left:22.3125rem;height:9.50539375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LzyLiN89PponuEb1Df9oKP35EFASDkGt { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875048779297rem;left:41.0625rem;height:6.3369125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DktSkgmQdDQg83AQV1TyhneQpytcVuw7 { color:#000000;display:block;width:11.5rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875048779297rem;left:59.8125rem;height:10.56151875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi { position:relative;display:block; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi { background-color: transparent; background-image: none; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row .container > .video-iframe-container { display: none; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row > .video-iframe-container { display: none; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .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); }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi { border-width: 0; border-radius: 0; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .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; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .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:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dfTSRFTN05M3JDikvZrqbDwI0g0ZBpRn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.75rem;width:22.5rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#EBOmwhoEHMWl5VNU8BIkWDdzeIleXpLE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.5625rem;width:22.6875rem;top:1.3125rem;left:26.25rem;overflow:hidden;display:block; }
#ZPWgxLWeoxItZk4uc5hKCnToQWH77uXm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.5625rem;width:24.4375rem;top:1.3125rem;left:50.28125rem;overflow:hidden;display:block; }
#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 { position:relative;display:block; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 { background-color: transparent; background-image: none; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row .container > .video-iframe-container { display: none; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row > .video-iframe-container { display: none; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .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); }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 { border-width: 0; border-radius: 0; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .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; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .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:18.75rem;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; }#XVAk5se1GBBxNzKIU1sHJWVm4orG1Xkh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17rem;width:22.6875rem;top:0.875rem;left:1.15625rem;overflow:hidden;display:block; }
#z7MNSK4LXy3Q1n0KD5kHMI2nPR822UlT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.0625rem;width:22.8125rem;top:0.875rem;left:26.09375rem;overflow:hidden;display:block; }
#ueJFXfE5gL2UccFE7gmD6UJVl1ut5AK7 { background-color:#284d42;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.8125rem;left:62.265625rem;display:block; }
#lrCh4BAHgCDAlyyVxlDf9ahKuVhZIulB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZlXQxhMV7LsITDltd5PkTBbelkD2Un5 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:9.75rem;top:5.96875rem;left:64.078125rem;overflow:hidden;display:block; }
#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container { background-color: transparent; background-image: none; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container > .video-iframe-container { display: none; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row > .video-iframe-container { display: none; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .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); }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container { border-width: 0; border-radius: 0; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#VGgqTzzZ1iCmNDmWyST2QOis2kA4M2ay { color:#454545;display:block;width:22rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:8.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLioGHgt0mmeoRri5EJTkiAeIaWKRFSx { color:#000000;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:8.5rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSKSpCvzzMXBW1JJnNvuhGxRlld93pnL { color:#454545;display:block;width:16.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:8.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0n2KtGlaVQoCuivS9epbtVoTtUiuSu5 { color:#000000;display:block;width:20rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:8.5rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M4ftyvlmG4Ss8yrnogMET85FhJdJn7VT { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3125rem;left:45.5625rem;height:4.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RZ4JC2fAEInRdKTl94O8P531txG7G9IN { color:#454545;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.625rem;left:45.5625rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EAVEJGhOVWFAaB1GZ005F2mkBvs34Jzz { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.5625rem;left:45.5625rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NLEhL6WeBbTIL531H6gUA4ldRxbKrtC1 { color:#454545;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:45.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#mh9SZ6tRPycZO1BGCebd1IkAQxuVQ5km { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:14.1875rem;left:8.5rem; }
#XZua0lsXlcAfmpNRyHPqTyJFgG5AgEuo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:2.5625rem;left:8.5rem; }
#VGN4PuPu8W4X5CrZ5xS80G4Frin3OZVu { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.5625rem;left:45.5625rem; }
#TVce9i6vZ41TvMTSZkKXHJlh2R3JT7gF { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:14.1875rem;left:45.5625rem; }
#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f7f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { background-color: transparent; background-image: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { display: none; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .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); }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { border-width: 0; border-radius: 0; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.375rem;width:24.75rem;top:10.72900390625rem;left:2.6875rem;overflow:hidden;display:block; }
#a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { position:absolute;display:block;z-index:15001;border-top:0.4375rem solid #284d42;border-left:0.4375rem solid #284d42;border-right:0.4375rem solid #284d42;border-bottom:0.4375rem solid #284d42;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.375rem;width:24rem;top:24.375rem;left:2.625rem;overflow:hidden;display:block; }
#odssKBVtKGSiEVkZC6puDl72d3kwWhDG { position:absolute;display:block;z-index:15007;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.0625rem;top:9.5410165786744rem;left:40.6875rem;display:block; }
#fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { color:#284d42;display:block;width:24.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.729166984558rem;left:40.6875rem;height:19.49709375rem;display:block; }
#IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { color:#284d42;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:36.9375rem;left:40.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { background-color:#284d42;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.5625rem;left:40.75rem;display:block; }
#Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6LuPDFBha7k1o7lJxD8uxMgUr0EZvbT { color:#284d42;display:block;width:23rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.625rem;height:3.65625rem;font-style:normal;display:block; }
#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { position:relative;display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { background-color: transparent; background-image: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row > .video-iframe-container { display: none; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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); }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { border-width: 0; border-radius: 0; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .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; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.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; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.adaptive-delivery-prevent-bg, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.lazyload, #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container.lazyloading { background-image: none; }#OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { color:#284d42;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.375rem;height:3.65625rem;font-style:normal;display:block; }
#rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { position:absolute;display:block;z-index:15008;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:4.6875rem;top:7.9375rem;left:2.375rem;display:block; }
#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv { position:relative;display:block; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv { background-color: transparent; background-image: none; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row .container > .video-iframe-container { display: none; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row > .video-iframe-container { display: none; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .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); }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv { border-width: 0; border-radius: 0; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .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; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:24.875rem;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; }#gw40zWTre1MFTvHFAECoNhHcBCGAsaQF { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:2.5rem;display:block; }
#EEyEo28SHWhhB67SeerqHzl8MLKvw0Bn { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:21.1875rem;width:19.375rem;top:1.625rem;left:27.8125rem;display:block; }
#TKTeq3AGSwdpe2v6VOhDDNyeog34GCxM { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:53.125rem;display:block; }
#I4f6nAKmH4wkBfZtTgZqNDPIH9rJRO9I { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.8125rem;left:5.75rem;height:4.548825rem;font-style:italic;display:block; }
#moSsFCTNIhQqyVgp3gZSnPubT1ImdJls { position:absolute;display:block;z-index:15010;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:7.625rem;left:4.3125rem;display:block; }
#diKXnATxiKtV2W3tJlk0XIwVoVopJdsi { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:30.9375rem;height:9.0976625rem;font-style:italic;display:block; }
#ru17HFEofTAKHNOx9XKuZzbcOWBHXJit { position:absolute;display:block;z-index:15012;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:7.625rem;left:29.3125rem;display:block; }
#wJJ9ogMMeQqL9owTHTz6LceKHmlPrCpE { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:56.25rem;height:5.68603125rem;font-style:italic;display:block; }
#BbM0wcVDvqfwW6qqEiDOuJWXEiml0B7c { position:absolute;display:block;z-index:15014;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:7.625rem;left:54.8125rem;display:block; }
#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL { position:relative;display:block; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL { background-color: transparent; background-image: none; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row .container > .video-iframe-container { display: none; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row > .video-iframe-container { display: none; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .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); }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL { border-width: 0; border-radius: 0; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .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; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:19.625rem;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; }#pFA9rGNLD40AFki7aST3uyLc2DfxktP2 { position:absolute;display:block;z-index:15000;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:2.5rem;display:block; }
#DBuNJNo1cNUVAKZ7Dcc2oTus3hTovPnN { position:absolute;display:block;z-index:15001;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16rem;width:19.375rem;top:1.625rem;left:27.8125rem;display:block; }
#AKbCHwCC8RrkZh2au5QuT5TXqowIBmum { position:absolute;display:block;z-index:15002;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.9375rem;width:19.375rem;top:1.625rem;left:53.125rem;display:block; }
#VpPulhKh4oCg0t6w2zuhmnX1JvPxwx4q { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.75rem;height:4.548825rem;font-style:italic;display:block; }
#CkSbOLCMcJhXqZoK1xR3XQThIQExRdbg { position:absolute;display:block;z-index:15010;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:6.9375rem;left:4.3125rem;display:block; }
#CnCBMiWCUV44w6pbcX1C5xTbMvvBdUel { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:30.9375rem;height:5.68603125rem;font-style:italic;display:block; }
#c51z7Jd41TaO4Z29J5fQM6K19AUXoZEq { position:absolute;display:block;z-index:15012;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:6.9375rem;left:29.3125rem;display:block; }
#cIIWTQG7STkvWTCAviQTP25AJRag3APd { color:#000000;display:block;width:14.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.0625rem;left:56.25rem;height:4.548825rem;font-style:italic;display:block; }
#z6LX2kiJ04brF0pVoUAp7vM7pXePGByi { position:absolute;display:block;z-index:15014;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:0.25rem;top:6.9375rem;left:54.8125rem;display:block; }
#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 { position:relative;display:block; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 { background-color: transparent; background-image: none; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row .container > .video-iframe-container { display: none; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row > .video-iframe-container { display: none; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .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); }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 { border-width: 0; border-radius: 0; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .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; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .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.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#284d42;background-image:none;vertical-align:top; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:poppins;height:auto;color:#ffffff; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:poppins;font-weight:300;font-style:normal;height:auto;color:#ffffff;line-height:1.5;overflow:hidden;text-align:left;text-align-last:left; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-trigger { width:1.125rem;min-width:1.125rem;height:1.125rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-trigger.adaptive-delivery-prevent-bg, #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-trigger.lazyload, #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-trigger.lazyloading { background-image: none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul { box-sizing:content-box;height:auto;width:48.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:11.78125rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #HIspTkL6ANVnxNK4Avy6l2xC5T6BDmZF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #S5fqPzougzIfTMnCQPqtZ1stz2ZOPPNQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #zCanuSX52DmGR2W33Qh7NXn45rdyWUZw { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LxoNikFfmv0KDTGa5sufK9lpt5oxcCWf {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #uLN8qDS8Vv8WFV0TCNiAWFMHokpzCZR5 {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ndPxfR5TqzSxokOwPWPTcqLrIRXmUsNB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #L1I1rtm3QfN8vupm4wX9M5P6tniXabTL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #y2VpTLiXn5sqzhtHnW6OcMBeOGX7zORn { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #I6ERTc5LyMmXtAGgAuQlmHmQMKIiZM1x {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #OC89pSMlT2qPLvIVDWtaSIPA0ThzV7yu { display:none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #aImoq2f7S8DE3sw79opbGHvf7XqeqsGt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SmlDmM0PGLbluv5tRwQBiph99sBMOmpx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LKeH70MTahRyCl7ZB5ETcL7TMJchxTk2 { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NomuxN3f08DgTWa9PXPS0gxorycLOfGT {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b4yW72oOeIkTMWP47DTZPHt2DonuTgQh { display:none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #MP3HOkUp9SgyPk45vikN6CK4EiRi8d2I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #P3yTCmmqTfBuiWKpL0XapBcJOr1F36N9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #J8zSQRTO9A0TBJ63oxD0OHbtvSXGJzn7 { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SCVJtDuvPWtB1yryurJsnbXPgQmmWEDZ {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #TpzOQIBH7rbATFiRaZ5mUgCatuJTsd8B { display:none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ZEEDXnH0ssLPtkCzphO1whoQFTQrAdBc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #JnpeK5ZaWuTQx3RGTVmH37hNWvrPCMTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #x6TTceLbuQsD2sJrmkp8Hwgxv8xAnWbK { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ymKNhTPMQQtedo4aJLqQBRMqeybhSsb2 {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #DhOuOOOJnHDsJGQAIZE5kwiXM0NXxiTv { display:none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #hOHONUapHyxaFZbxdWvznTOZ2v5DTCy1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #AQXfpywwTAKc8tsw2cCZRIg6umpFf3Bx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #KFGAbGLnWz7G6zM7Z276eD7DbRwmPkq6 { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b5iDbamOH2IfigWrvLc6vFwWVc30SgbK {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #UA07xlpet2zFM8ffJ49aHpNJnLs67sC9 { display:none; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #F7lZgEbozadB0W2Lyon1bOPewBneZFAR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NGoqq5m1L9qDBdRA7xAGsZNJDqa5W0yc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #PQ2gVvfphggn71DzKL3g6iUMI2qMhm6B { display:block;position:relative; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #O6HVEgmIQoUkadoEGIcNLvl9TaeTHDsJ {  }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #nnLkPS5129fQLC31xPlp9NcG3T7nTTBp { display:none; }
#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH { position:relative;display:block; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH { background-color: transparent; background-image: none; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container > .video-iframe-container { display: none; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row > .video-iframe-container { display: none; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH { border-width: 0; border-radius: 0; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container { border-top:0.625rem solid #284d42;border-left:0.625rem solid #284d42;border-right:0.625rem solid #284d42;border-bottom:0.625rem solid #284d42;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/220b331a-af71-45f9-b6ea-b6f9def57520/ProjektdomuAveronMasurianHouse10.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;position:relative;display:block; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container.adaptive-delivery-prevent-bg, #vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container.lazyload, #vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container.lazyloading { background-image: none; }#BaTtfcvK7KELsKxyGM9ebTlMfTwk0Ocl { color:#284d42;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.5625rem;height:5.5244125rem;font-style:normal;display:block; }
#a2Pq8MZAhEwVe4tRTiqsilbCBPSdSTNK { position:absolute;display:block;z-index:15010;background-color:#f9f7f8;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.375rem 0.75rem rgba(0,0,0,0.06) ;height:28.5625rem;width:24.375rem;top:5.1875rem;left:47.75rem;display:block; }
#ssyEidmE0PRvsvzZ6GnGgECL06Hn8KNU { color:#284d42;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.8125rem;left:49.75rem;height:2.92480625rem;font-style:normal;display:block; }
#cAemtNU5ZIlMvyJa2b1qDorOZW404xlp { color:#284d42;display:block;width:26.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.875rem;left:3.5625rem;height:10.722675rem;font-style:normal;display:block; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-form-header {  }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:18.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #284d42;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.0625rem;color:#284d42;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #284d42;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:4.375rem;color:#284d42;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .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; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#284d42;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:7.25rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:400;color:#f2f9ff;width:10.875rem;height:2.9375rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;font-style:normal; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]:-moz-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]::-moz-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]:-ms-input-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]::-webkit-input-placeholder { color:#284d42;font-family:poppins;font-size:0.875rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .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:"open sans";line-height:1.3;font-size:0.625rem;font-weight:400;color:#284d42;vertical-align:top;width:16.875rem;overflow:hidden;font-style:normal;float:none; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .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; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-container:first-of-type{padding-top:0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-container:last-of-type{padding-bottom:0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.6875rem;left:49.625rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.125rem;display:block;vertical-align:top; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU {display:block;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.6875rem;left:49.625rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #zXHLnDgZJnzpSGawGcTVcTU9ny1QBTXH { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #GVtJszfTXpUq6C1XaoRTpz2PUITTTrnH { position:relative;display:none; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #w2oXi0e6vXV5lfnXeaSzgNLSDS5LHPvV { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #smQI42kbl62DZoRLcV7k8ohkt4JPDDuL { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #krMTxSUUhyWUIM0FzmTfldsZrvB9cEIc { position:relative;display:none; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #xGJ6RgNAw0N2oSCrNeAapvIcmpx3fyLb { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #yDK4oFaHOE70TLhU8RmBNCQDV198sSkK { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #QRGavsMkPL6zi56N4iO2N7bdHWUo21ea { position:relative;display:none; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #il9N99Z2uEKU2isXw4ec2tcFxOs3BGAs { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #tM02gnJiSTzqLnTceuVD0ZWA4z37V8n5 { position:relative; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #TSPNUasUa1Ldi0kEEetkFkCZ5ReLOdOJ { position:relative; }
#m6chu0x3B5QpnetIpp6lDlbV8KtPfEl7 { position:absolute;display:block;z-index:15012;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.9375rem;width:4.375rem;top:7.60546875rem;left:64.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR { display:block; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c24VHdtIv39GH67xKgzblhdOKBNzhAZQ { top:1.125rem;left:3.625rem;width:4.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4CsLH5h1g5PP6UJ8bR5VufRraD18Ix { top:2rem;left:7.125rem;width:16.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USwkbu82rkyADaLJeXcQVMGJZr1E36eW { top:2rem;left:25.15625rem;width:9.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUEfTCTvLrXcPFZfwWNJeupQBHhL1WhQ { width:11.4375rem;height:3.125rem;top:1.1875rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfDGX6rJF60PTBQ5TUa58uNEZSWfswJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { top:17.875rem;left:43.875rem;width:3.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { top:17.25rem;left:0rem;width:30.125rem;height:8.4375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { top:26.6875rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { width:13.125rem;height:3.125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { top:15.8125rem;left:23.375rem;width:24.375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:17.8125rem;left:32.5625rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:10.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.125rem;height:auto;top:21.5625rem;left:27.125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.125rem;height:auto;top:21.5625rem;left:27.125rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JkrXP1NJzR4hNHIKSmFarSgzXWySeWxV {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HwwRcMeG2zH1H73bwJ714EG4lNooGVfs {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EHJMwfhOl5NQOAFrBLABGWl3AwoheMlU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #TXos51T4IQZSLUL8yRGTRfIXEXdBcd8W { top:28.0625rem;left:0rem;width:30.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT { display:none; }#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wttVhkq5JT90aCfnQX1uS2quNFtTceBd { display:none; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { top:6.5rem;left:0rem;width:21rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { top:6.75rem;left:21.5rem;width:26.25rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:15rem;left:23.875rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:16.8125rem;left:13.125rem;width:34.625rem;height:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:11.5rem;height:3.125rem;top:41.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #CVmZ5SP1OxK7ebgry5mMZxarc9n38mBt { top:29.75rem;left:23.875rem;width:15.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcP6Tbl7nBLVPLGxp4P2x3KgmKpg1OHG { top:33.75rem;left:15.1875rem;width:32.5625rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCxSKbizaHwThg86SbMwE5Ibl4uv7A11 { top:29.6875rem;left:0rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSxFxMuQFoccld0HuSsATLTnMzmA0h4W { top:18.625rem;left:3.3125rem;width:20.5625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP94KO6TTvDvFkEw244i4UAb4zT19E4A { display:block; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMiotmz6skHAcnqugmzZhfnAMyc5XqsF { width:11.25rem;height:10.5625rem;top:4.1875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7A2pJmXSbnclaTcn2GuQ0oiJGZ7Takb { width:10.5rem;height:10.5625rem;top:4.1875rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzyLiN89PponuEb1Df9oKP35EFASDkGt { width:11.0625rem;height:8.4375rem;top:4.1875rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktSkgmQdDQg83AQV1TyhneQpytcVuw7 { width:11.5rem;height:10.5625rem;top:4.1875rem;left:35.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi { display:block; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfTSRFTN05M3JDikvZrqbDwI0g0ZBpRn { top:1.3125rem;left:0rem;width:22.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOmwhoEHMWl5VNU8BIkWDdzeIleXpLE { top:1.3125rem;left:9.0625rem;width:22.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPWgxLWeoxItZk4uc5hKCnToQWH77uXm { top:1.3125rem;left:23.1875rem;width:24.4375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 { display:block; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVAk5se1GBBxNzKIU1sHJWVm4orG1Xkh { top:0.875rem;left:0rem;width:22.6875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MNSK4LXy3Q1n0KD5kHMI2nPR822UlT { top:0.875rem;left:8.9375rem;width:22.8125rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJFXfE5gL2UccFE7gmD6UJVl1ut5AK7 { width:11.5rem;height:3.125rem;top:14.8125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrCh4BAHgCDAlyyVxlDf9ahKuVhZIulB { display:block; }
 }@media only screen and (max-width: 763px) { #eZlXQxhMV7LsITDltd5PkTBbelkD2Un5 { top:5.9375rem;left:37.875rem;width:9.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWa0a7q3EEqnd48NJee8AwbiskNIbRm { display:block; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGgqTzzZ1iCmNDmWyST2QOis2kA4M2ay { width:22rem;height:1.25rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLioGHgt0mmeoRri5EJTkiAeIaWKRFSx { width:20.25rem;height:4.1875rem;top:7.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKSpCvzzMXBW1JJnNvuhGxRlld93pnL { width:16.875rem;height:1.25rem;top:17.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0n2KtGlaVQoCuivS9epbtVoTtUiuSu5 { width:20rem;height:3.125rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ftyvlmG4Ss8yrnogMET85FhJdJn7VT { width:20.9375rem;height:4.1875rem;top:19.3125rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4JC2fAEInRdKTl94O8P531txG7G9IN { width:17.875rem;height:1.25rem;top:17.625rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVEJGhOVWFAaB1GZ005F2mkBvs34Jzz { width:16.125rem;height:3.125rem;top:7.5625rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEhL6WeBbTIL531H6gUA4ldRxbKrtC1 { width:16.3125rem;height:1.25rem;top:5.8125rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9SZ6tRPycZO1BGCebd1IkAQxuVQ5km { top:14.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZua0lsXlcAfmpNRyHPqTyJFgG5AgEuo { top:2.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGN4PuPu8W4X5CrZ5xS80G4Frin3OZVu { top:2.5625rem;left:31.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVce9i6vZ41TvMTSZkKXHJlh2R3JT7gF { top:14.1875rem;left:31.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { top:10.6875rem;left:0rem;width:24.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { top:24.375rem;left:0rem;width:24rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { top:9.5rem;left:27.0625rem;width:4.0625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { top:10.6875rem;left:23.125rem;width:24.625rem;height:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { top:36.9375rem;left:27.125rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { width:13.125rem;height:3.125rem;top:39.5625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block; }
 }@media only screen and (max-width: 763px) { #i6LuPDFBha7k1o7lJxD8uxMgUr0EZvbT { top:3.0625rem;left:0rem;width:23rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { top:3.125rem;left:0rem;width:25.875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { top:7.9375rem;left:0rem;width:4.6875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv { display:block; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw40zWTre1MFTvHFAECoNhHcBCGAsaQF { top:1.625rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEyEo28SHWhhB67SeerqHzl8MLKvw0Bn { top:1.625rem;left:12.375rem;width:19.375rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTeq3AGSwdpe2v6VOhDDNyeog34GCxM { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4f6nAKmH4wkBfZtTgZqNDPIH9rJRO9I { top:7.8125rem;left:1.1875rem;width:14.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSsFCTNIhQqyVgp3gZSnPubT1ImdJls { top:7.625rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKXnATxiKtV2W3tJlk0XIwVoVopJdsi { top:7.75rem;left:17.25rem;width:14.5rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru17HFEofTAKHNOx9XKuZzbcOWBHXJit { top:7.625rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJ9ogMMeQqL9owTHTz6LceKHmlPrCpE { top:7.75rem;left:33.125rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbM0wcVDvqfwW6qqEiDOuJWXEiml0B7c { top:7.625rem;left:32rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL { display:block; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFA9rGNLD40AFki7aST3uyLc2DfxktP2 { top:1.625rem;left:0rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBuNJNo1cNUVAKZ7Dcc2oTus3hTovPnN { top:1.625rem;left:12.375rem;width:19.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbCHwCC8RrkZh2au5QuT5TXqowIBmum { top:1.625rem;left:28.25rem;width:19.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpPulhKh4oCg0t6w2zuhmnX1JvPxwx4q { top:7.125rem;left:1.1875rem;width:14.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkSbOLCMcJhXqZoK1xR3XQThIQExRdbg { top:6.9375rem;left:0rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnCBMiWCUV44w6pbcX1C5xTbMvvBdUel { top:7.0625rem;left:17.25rem;width:14.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51z7Jd41TaO4Z29J5fQM6K19AUXoZEq { top:6.9375rem;left:15.875rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIIWTQG7STkvWTCAviQTP25AJRag3APd { top:7.0625rem;left:33.125rem;width:14.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6LX2kiJ04brF0pVoUAp7vM7pXePGByi { top:6.9375rem;left:32rem;width:0.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 { display:block; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul { display:flex;height:auto;width:27.8125rem;top:5.5rem;left:8.71875rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #HIspTkL6ANVnxNK4Avy6l2xC5T6BDmZF {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #S5fqPzougzIfTMnCQPqtZ1stz2ZOPPNQ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #zCanuSX52DmGR2W33Qh7NXn45rdyWUZw {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LxoNikFfmv0KDTGa5sufK9lpt5oxcCWf {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #uLN8qDS8Vv8WFV0TCNiAWFMHokpzCZR5 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ndPxfR5TqzSxokOwPWPTcqLrIRXmUsNB {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #L1I1rtm3QfN8vupm4wX9M5P6tniXabTL {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #y2VpTLiXn5sqzhtHnW6OcMBeOGX7zORn {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #I6ERTc5LyMmXtAGgAuQlmHmQMKIiZM1x {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #OC89pSMlT2qPLvIVDWtaSIPA0ThzV7yu {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #aImoq2f7S8DE3sw79opbGHvf7XqeqsGt {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SmlDmM0PGLbluv5tRwQBiph99sBMOmpx {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LKeH70MTahRyCl7ZB5ETcL7TMJchxTk2 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NomuxN3f08DgTWa9PXPS0gxorycLOfGT {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b4yW72oOeIkTMWP47DTZPHt2DonuTgQh {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #MP3HOkUp9SgyPk45vikN6CK4EiRi8d2I {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #P3yTCmmqTfBuiWKpL0XapBcJOr1F36N9 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #J8zSQRTO9A0TBJ63oxD0OHbtvSXGJzn7 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SCVJtDuvPWtB1yryurJsnbXPgQmmWEDZ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #TpzOQIBH7rbATFiRaZ5mUgCatuJTsd8B {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ZEEDXnH0ssLPtkCzphO1whoQFTQrAdBc {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #JnpeK5ZaWuTQx3RGTVmH37hNWvrPCMTC {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #x6TTceLbuQsD2sJrmkp8Hwgxv8xAnWbK {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ymKNhTPMQQtedo4aJLqQBRMqeybhSsb2 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #DhOuOOOJnHDsJGQAIZE5kwiXM0NXxiTv {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #hOHONUapHyxaFZbxdWvznTOZ2v5DTCy1 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #AQXfpywwTAKc8tsw2cCZRIg6umpFf3Bx {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #KFGAbGLnWz7G6zM7Z276eD7DbRwmPkq6 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b5iDbamOH2IfigWrvLc6vFwWVc30SgbK {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #UA07xlpet2zFM8ffJ49aHpNJnLs67sC9 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #F7lZgEbozadB0W2Lyon1bOPewBneZFAR {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NGoqq5m1L9qDBdRA7xAGsZNJDqa5W0yc {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #PQ2gVvfphggn71DzKL3g6iUMI2qMhm6B {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #O6HVEgmIQoUkadoEGIcNLvl9TaeTHDsJ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #nnLkPS5129fQLC31xPlp9NcG3T7nTTBp {  }
 }@media only screen and (max-width: 763px) { #vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH { display:block; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaTtfcvK7KELsKxyGM9ebTlMfTwk0Ocl { top:6.3125rem;left:0rem;width:21.6875rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Pq8MZAhEwVe4tRTiqsilbCBPSdSTNK { top:5.1875rem;left:23.375rem;width:24.375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyEidmE0PRvsvzZ6GnGgECL06Hn8KNU { top:7.8125rem;left:33.5625rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAemtNU5ZIlMvyJa2b1qDorOZW404xlp { top:22.875rem;left:0rem;width:26.5625rem;height:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-button { width:10.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-checkbox-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU  { width:18.125rem;height:auto;top:12.6875rem;left:27.125rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU {display:block;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU { width:18.125rem;height:auto;top:12.6875rem;left:27.125rem; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #zXHLnDgZJnzpSGawGcTVcTU9ny1QBTXH {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #GVtJszfTXpUq6C1XaoRTpz2PUITTTrnH { display:none; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #w2oXi0e6vXV5lfnXeaSzgNLSDS5LHPvV {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #smQI42kbl62DZoRLcV7k8ohkt4JPDDuL {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #krMTxSUUhyWUIM0FzmTfldsZrvB9cEIc {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #xGJ6RgNAw0N2oSCrNeAapvIcmpx3fyLb {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #yDK4oFaHOE70TLhU8RmBNCQDV198sSkK {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #QRGavsMkPL6zi56N4iO2N7bdHWUo21ea { display:none; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #il9N99Z2uEKU2isXw4ec2tcFxOs3BGAs {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #tM02gnJiSTzqLnTceuVD0ZWA4z37V8n5 {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #TSPNUasUa1Ldi0kEEetkFkCZ5ReLOdOJ {  }
 }@media only screen and (max-width: 763px) { #m6chu0x3B5QpnetIpp6lDlbV8KtPfEl7 { top:7.5625rem;left:43.375rem;width:4.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR { position:relative;z-index:auto;display:none; }#e4LB3ffydyBG9f8KWRA0GmTSQzqMMWUR > .row .container { width:20rem;height:16.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c24VHdtIv39GH67xKgzblhdOKBNzhAZQ { width:4.6875rem;height:3.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr4CsLH5h1g5PP6UJ8bR5VufRraD18Ix { width:16.75rem;height:1.4624rem;top:5.75rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #USwkbu82rkyADaLJeXcQVMGJZr1E36eW { width:9.375rem;height:1.4624rem;top:8.4619125rem;left:5.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUEfTCTvLrXcPFZfwWNJeupQBHhL1WhQ { width:11.4375rem;height:3.125rem;top:11.173825rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfDGX6rJF60PTBQ5TUa58uNEZSWfswJ3 { display:block; }
 }@media only screen and (max-width: 763px) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/220b331a-af71-45f9-b6ea-b6f9def57520/ProjektdomuAveronMasurianHouse10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXpbhtOoymbnONKBOVuTd3ZoVhmTElIO { width:4.1875rem;height:2.8125rem;top:31.7734375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i0ulXrLTUBvAoGwrVGwTukJanUoAtHZ0 { width:16.4375rem;height:4.875rem;top:2.5625rem;left:1.78125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#284d42;display:block; }
 }@media only screen and (max-width: 763px) { #qCXC1lk8gw7a28PfhG91aHduyVx6doZ7 { width:4.0625rem;height:0.25rem;top:7.375rem;left:7.9375rem;background-color:#f8bc38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VXFsWhymr1KBrMV1ikDgIXpcGPBOTNSc { width:12.75rem;height:2.5rem;top:11.26171875rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAEVC2kyiwSM5R9ntQPfOyoMLGeWfqhJ { display:block; }
 }@media only screen and (max-width: 763px) { #qpvC8ZJmxnKH9ed9ZFTozMTcLkOCXqwf { width:18.75rem;height:22rem;top:15.01171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:14.1875rem;height:3.57421875rem;top:17.07421875rem;left:2.90625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.25rem;text-align:center;text-align-last:center; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15.625rem;height:auto;top:20.5859375rem;left:0.9375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15.625rem;height:auto;top:20.5859375rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #JkrXP1NJzR4hNHIKSmFarSgzXWySeWxV {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #HwwRcMeG2zH1H73bwJ714EG4lNooGVfs { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EHJMwfhOl5NQOAFrBLABGWl3AwoheMlU {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #TXos51T4IQZSLUL8yRGTRfIXEXdBcd8W { width:20rem;height:1.13720625rem;top:8.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#284d42;display:block; }
 }@media only screen and (max-width: 763px) { #HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT { display:block; }#HOPB9MvQIiDMdDtV7K5zKEkB5Trw07yT > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wttVhkq5JT90aCfnQX1uS2quNFtTceBd { height:11.25rem;width:20rem;top:1.34375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adAp0RfAX3GL016lqdqL95Hpb23ofThi { width:14.1875rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqd1FwzzV9nJLNQ8LTuE2n01VLbribp3 { width:19.0625rem;height:7.3125rem;top:37.8520625rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:4.6875rem;height:0.25rem;top:46.4145625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:20rem;height:14.7861375rem;top:47.78955078125rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KLt9PWfa0vzy3FZM3T9UEMDGATaKEyHk { width:12.75rem;height:2.5rem;top:77.3369375rem;left:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipACAllWTPNl4qeqXGWN70cWQyvL49QU { display:block; }
 }@media only screen and (max-width: 763px) { #CVmZ5SP1OxK7ebgry5mMZxarc9n38mBt { width:15.3125rem;height:2.4375rem;top:65.006875rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcP6Tbl7nBLVPLGxp4P2x3KgmKpg1OHG { width:20rem;height:7.3930625rem;top:68.694375rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #cCxSKbizaHwThg86SbMwE5Ibl4uv7A11 { width:15.3125rem;height:11.5rem;top:11.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSxFxMuQFoccld0HuSsATLTnMzmA0h4W { width:20rem;height:11.914893617021rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP94KO6TTvDvFkEw244i4UAb4zT19E4A { display:block; }#RP94KO6TTvDvFkEw244i4UAb4zT19E4A > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMiotmz6skHAcnqugmzZhfnAMyc5XqsF { width:15.125rem;height:12.99804375rem;top:2.5592441558838rem;left:2.2285156846046rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7A2pJmXSbnclaTcn2GuQ0oiJGZ7Takb { width:15.875rem;height:10.39841875rem;top:16.25rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzyLiN89PponuEb1Df9oKP35EFASDkGt { width:14.75rem;height:9.0986125rem;top:28.75rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DktSkgmQdDQg83AQV1TyhneQpytcVuw7 { width:15.5rem;height:12.99804375rem;top:39.6455078125rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi { display:block; }#oKxXAqLDZgxOIicTu8Ny11AgvFh9eMyi > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfTSRFTN05M3JDikvZrqbDwI0g0ZBpRn { width:20rem;height:14.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBOmwhoEHMWl5VNU8BIkWDdzeIleXpLE { width:20rem;height:12rem;top:17.4858125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPWgxLWeoxItZk4uc5hKCnToQWH77uXm { width:20rem;height:11.125rem;top:31.09619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 { display:block; }#b8ufxEpy7P8QzvqF55W8awJAJ9vhXDL3 > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVAk5se1GBBxNzKIU1sHJWVm4orG1Xkh { width:20rem;height:14.986225895317rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7MNSK4LXy3Q1n0KD5kHMI2nPR822UlT { width:20rem;height:13.3125rem;top:17.4853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueJFXfE5gL2UccFE7gmD6UJVl1ut5AK7 { width:11.5rem;height:3.125rem;top:41.784125rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrCh4BAHgCDAlyyVxlDf9ahKuVhZIulB { display:block; }
 }@media only screen and (max-width: 763px) { #eZlXQxhMV7LsITDltd5PkTBbelkD2Un5 { width:9.75rem;height:6.8125rem;top:33.721625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOWa0a7q3EEqnd48NJee8AwbiskNIbRm { display:block; }#bOWa0a7q3EEqnd48NJee8AwbiskNIbRm > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGgqTzzZ1iCmNDmWyST2QOis2kA4M2ay { width:11.125rem;height:2.5996125rem;top:6.75rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLioGHgt0mmeoRri5EJTkiAeIaWKRFSx { width:17.3125rem;height:7.7988125rem;top:10.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSKSpCvzzMXBW1JJnNvuhGxRlld93pnL { width:11.5rem;height:2.5996125rem;top:37.562500953674rem;left:4.2500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0n2KtGlaVQoCuivS9epbtVoTtUiuSu5 { width:18.25rem;height:6.499rem;top:41.088541984558rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4ftyvlmG4Ss8yrnogMET85FhJdJn7VT { width:18.5rem;height:7.7988125rem;top:56.750003814698rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ4JC2fAEInRdKTl94O8P531txG7G9IN { width:10.6875rem;height:2.5996125rem;top:53.437503814698rem;left:4.6562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAVEJGhOVWFAaB1GZ005F2mkBvs34Jzz { width:18rem;height:5.19921875rem;top:25.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLEhL6WeBbTIL531H6gUA4ldRxbKrtC1 { width:12.9375rem;height:2.5996125rem;top:22.312511444092rem;left:3.5312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh9SZ6tRPycZO1BGCebd1IkAQxuVQ5km { width:2.1875rem;height:2.1875rem;top:34.062500953674rem;left:8.9062505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZua0lsXlcAfmpNRyHPqTyJFgG5AgEuo { width:2.1875rem;height:2.1875rem;top:3.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGN4PuPu8W4X5CrZ5xS80G4Frin3OZVu { width:2.1875rem;height:2.1875rem;top:19.312500953674rem;left:8.9062505960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVce9i6vZ41TvMTSZkKXHJlh2R3JT7gF { width:2.375rem;height:2.375rem;top:50.375000953674rem;left:8.8125005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT { display:block; }#JA2HFFTz5ifwEGEr8NxWB2mmNS23e0oT > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4O014VqCmfzW4B7Ifxq0bA6Gqglgf3r { width:15.375rem;height:10.25rem;top:6.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1E3LS7B9Qdy5PvIB3s2n4NV3kJ8mT5I { width:13.0625rem;height:7.8125rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odssKBVtKGSiEVkZC6puDl72d3kwWhDG { width:4.0625rem;height:0.25rem;top:4.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fko0uRsSHmo7D1MAc6QwKrR0FNMOfgts { width:18rem;height:20.4697125rem;top:27.875rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcFR8oAZkER64J8bHCmNk1GQi62HmdE { width:13.5rem;height:1.3808625rem;top:49.59425rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DvZEKlLhH7FAmVNPwQF9N1SJ7Zu2D8fH { width:13.25rem;height:2.5rem;top:52.2251125rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9oQpdZHRFXAQl9GJilLbbMzTiPI2n81 { display:block; }
 }@media only screen and (max-width: 763px) { #i6LuPDFBha7k1o7lJxD8uxMgUr0EZvbT { width:19rem;height:2.4375rem;top:1.25rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV { display:block; }#ipdT5Dgv9LbwKvXRB8uC5bI0g86v3KTV > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlmOsvFzsUdIMixkoSPfS2GREze4wIAS { width:19rem;height:2.4375rem;top:1.25rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMpMXQlJqcqoxSUbA6xmyQGfy25GrwkX { width:4.6875rem;height:0.25rem;top:4.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv { display:block; }#vLHLTbC9vbFFL59gFiPvvPrxnTD4nXgv > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw40zWTre1MFTvHFAECoNhHcBCGAsaQF { width:18.75rem;height:12.125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEyEo28SHWhhB67SeerqHzl8MLKvw0Bn { width:18.75rem;height:19.5625rem;top:14.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKTeq3AGSwdpe2v6VOhDDNyeog34GCxM { width:18.75rem;height:15.9375rem;top:34.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4f6nAKmH4wkBfZtTgZqNDPIH9rJRO9I { width:12.4375rem;height:4.548825rem;top:5.0625rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moSsFCTNIhQqyVgp3gZSnPubT1ImdJls { width:0.25rem;height:4.875rem;top:4.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diKXnATxiKtV2W3tJlk0XIwVoVopJdsi { width:13.375rem;height:12.50924375rem;top:17.75rem;left:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru17HFEofTAKHNOx9XKuZzbcOWBHXJit { width:0.25rem;height:4.875rem;top:17.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJJ9ogMMeQqL9owTHTz6LceKHmlPrCpE { width:12.1875rem;height:6.8232375rem;top:40.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbM0wcVDvqfwW6qqEiDOuJWXEiml0B7c { width:0.25rem;height:4.875rem;top:40.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL { display:block; }#D0ytPP17hv7e6V18d3Ii6bMyEd2vf5uL > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFA9rGNLD40AFki7aST3uyLc2DfxktP2 { width:18.75rem;height:15.9375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBuNJNo1cNUVAKZ7Dcc2oTus3hTovPnN { width:18.75rem;height:15.9375rem;top:18.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbCHwCC8RrkZh2au5QuT5TXqowIBmum { width:18.75rem;height:15.9375rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpPulhKh4oCg0t6w2zuhmnX1JvPxwx4q { width:14.5rem;height:4.548825rem;top:6.75rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkSbOLCMcJhXqZoK1xR3XQThIQExRdbg { width:0.25rem;height:4.875rem;top:6.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnCBMiWCUV44w6pbcX1C5xTbMvvBdUel { width:11.625rem;height:6.8232375rem;top:23.5625rem;left:3.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51z7Jd41TaO4Z29J5fQM6K19AUXoZEq { width:0.25rem;height:4.875rem;top:24.416016578674rem;left:19.16666662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIIWTQG7STkvWTCAviQTP25AJRag3APd { width:12.5rem;height:5.68603125rem;top:41.318349838257rem;left:3.8750001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6LX2kiJ04brF0pVoUAp7vM7pXePGByi { width:0.25rem;height:4.875rem;top:41.156261444092rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 { display:block; }#pT0uuLlP8aBl8mk7unUQEiiDAorvUFQ1 > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
#F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #HIspTkL6ANVnxNK4Avy6l2xC5T6BDmZF {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #S5fqPzougzIfTMnCQPqtZ1stz2ZOPPNQ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #zCanuSX52DmGR2W33Qh7NXn45rdyWUZw {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LxoNikFfmv0KDTGa5sufK9lpt5oxcCWf {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #uLN8qDS8Vv8WFV0TCNiAWFMHokpzCZR5 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ndPxfR5TqzSxokOwPWPTcqLrIRXmUsNB {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #L1I1rtm3QfN8vupm4wX9M5P6tniXabTL {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #y2VpTLiXn5sqzhtHnW6OcMBeOGX7zORn {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #I6ERTc5LyMmXtAGgAuQlmHmQMKIiZM1x {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #OC89pSMlT2qPLvIVDWtaSIPA0ThzV7yu {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #aImoq2f7S8DE3sw79opbGHvf7XqeqsGt {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SmlDmM0PGLbluv5tRwQBiph99sBMOmpx {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #LKeH70MTahRyCl7ZB5ETcL7TMJchxTk2 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NomuxN3f08DgTWa9PXPS0gxorycLOfGT {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b4yW72oOeIkTMWP47DTZPHt2DonuTgQh {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #MP3HOkUp9SgyPk45vikN6CK4EiRi8d2I {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #P3yTCmmqTfBuiWKpL0XapBcJOr1F36N9 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #J8zSQRTO9A0TBJ63oxD0OHbtvSXGJzn7 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #SCVJtDuvPWtB1yryurJsnbXPgQmmWEDZ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #TpzOQIBH7rbATFiRaZ5mUgCatuJTsd8B {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ZEEDXnH0ssLPtkCzphO1whoQFTQrAdBc {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #JnpeK5ZaWuTQx3RGTVmH37hNWvrPCMTC {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #x6TTceLbuQsD2sJrmkp8Hwgxv8xAnWbK {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #ymKNhTPMQQtedo4aJLqQBRMqeybhSsb2 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #DhOuOOOJnHDsJGQAIZE5kwiXM0NXxiTv {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #hOHONUapHyxaFZbxdWvznTOZ2v5DTCy1 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #AQXfpywwTAKc8tsw2cCZRIg6umpFf3Bx {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #KFGAbGLnWz7G6zM7Z276eD7DbRwmPkq6 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #b5iDbamOH2IfigWrvLc6vFwWVc30SgbK {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #UA07xlpet2zFM8ffJ49aHpNJnLs67sC9 {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #F7lZgEbozadB0W2Lyon1bOPewBneZFAR {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #NGoqq5m1L9qDBdRA7xAGsZNJDqa5W0yc {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #PQ2gVvfphggn71DzKL3g6iUMI2qMhm6B {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #O6HVEgmIQoUkadoEGIcNLvl9TaeTHDsJ {  }
 }@media only screen and (max-width: 763px) { #F6NWpnDqbsdaTF6pJK0adFSlwRO3wbul #nnLkPS5129fQLC31xPlp9NcG3T7nTTBp {  }
 }@media only screen and (max-width: 763px) { #vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH { display:block; }#vkB51Ev9Q2EEJNAlAtR5NLUOkxDHOLSH > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaTtfcvK7KELsKxyGM9ebTlMfTwk0Ocl { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2Pq8MZAhEwVe4tRTiqsilbCBPSdSTNK { width:20rem;height:28.5625rem;top:17.3978125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssyEidmE0PRvsvzZ6GnGgECL06Hn8KNU { width:14.1875rem;height:3.57421875rem;top:20.0849609375rem;left:2.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAemtNU5ZIlMvyJa2b1qDorOZW404xlp { width:20rem;height:6.8232375rem;top:7.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;height:2.1875rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem;text-align:center;text-align-last:center; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU  { width:17.5rem;height:auto;top:24.8978125rem;left:0rem; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU {display:block;}#Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU { width:17.5rem;height:auto;top:24.8978125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #zXHLnDgZJnzpSGawGcTVcTU9ny1QBTXH {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #GVtJszfTXpUq6C1XaoRTpz2PUITTTrnH { display:none; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #w2oXi0e6vXV5lfnXeaSzgNLSDS5LHPvV {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #smQI42kbl62DZoRLcV7k8ohkt4JPDDuL {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #krMTxSUUhyWUIM0FzmTfldsZrvB9cEIc {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #xGJ6RgNAw0N2oSCrNeAapvIcmpx3fyLb {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #yDK4oFaHOE70TLhU8RmBNCQDV198sSkK {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #QRGavsMkPL6zi56N4iO2N7bdHWUo21ea { display:none; }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #il9N99Z2uEKU2isXw4ec2tcFxOs3BGAs {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #tM02gnJiSTzqLnTceuVD0ZWA4z37V8n5 {  }
 }@media only screen and (max-width: 763px) { #Wt42twPdtDfOMFsvw9w6c2y8NlWDXKvU #TSPNUasUa1Ldi0kEEetkFkCZ5ReLOdOJ {  }
 }@media only screen and (max-width: 763px) { #m6chu0x3B5QpnetIpp6lDlbV8KtPfEl7 { width:4.375rem;height:2.9375rem;top:48.1474609375rem;left:7.8125rem;display:block; }
 }