.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:11,16,32;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@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:#fef6f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd { background-color:#fef6f0;background-image:url("https://images.assets-landingi.com/uc/bf4a01e6-87e5-480b-aeec-4a475d9307f1/April_Rose_Gabasa_bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd.adaptive-delivery-prevent-bg, #odAiJllT7upOTxnlAVlzUCE5NsINmEZd.lazyload, #odAiJllT7upOTxnlAVlzUCE5NsINmEZd.lazyloading { background-image: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { background-color: transparent; background-image: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container > .video-iframe-container { display: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row > .video-iframe-container { display: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .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); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { border-width: 0; border-radius: 0; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#S7eqftb5fkkmllMt1J527hTC6haJI07a { color:#4b543b;display:block;width:33.9375rem;position:absolute;font-family:neuton;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.3734374046325rem;left:0.625rem;height:12.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oyshMJbLdWbtyZAaFUJkAgfM2mrTHOlo { color:#4b543b;display:block;width:26.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.75rem;left:0.625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfT4TX9bORZytrcPwxp16dFlvUCDv8rS { background-color:#c9a87b;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.81125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:0.625rem;display:block; }
#dsAGffJqBQ1hO3n2Vzyp0aila6Tqp1pf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwyuf1K1Sa74lA2rEeJZzPJtqTLZIrW8 { color:#ffffff;display:block;width:32.874625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:2;letter-spacing:0;top:4.4948577880859rem;left:0.625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HlAUhxbszICTpwE5RQZ4nuxmJ7PCv1F0 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:33.625rem;left:3.125rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clPgHMF1RdtBd8vW2NDs4RNGm1avgrz1 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:35rem;left:3.125rem;height:1.4rem;font-style:normal;display:block; }
#aWBxSUJ6LkRbagkpV2TgzTOwQTLs7I4g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.375rem;left:0.625rem; }
#ZE2Ak4PeMtE9DHmy1W4k8P7r44zsyKZg { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:35rem;left:15.125rem;height:4.2rem;font-style:normal;display:block; }
#yPtW9Wk3wOHCBlscpH1fhBnRRDlA8Dio { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:33.625rem;left:15.125rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k8fyat9InM43b3mbUmCqgSPgrIooqv5Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:33.375rem;left:12.625rem; }
#VBcX6PPB7gdciZJMXMA7BvVPJdUIHBKX { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:35.25rem;left:27.5625rem;height:2.8rem;font-style:normal;display:block; }
#H51Hxa6uqTUbEF09OZOe3W3Tc9y4UNbX { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:33.875rem;left:27.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#szIeyR4kymm7zzl7TcsCzCSuwlr7yit6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93714375rem;width:1.93714375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.625rem;left:25.0625rem; }
#XZtzTmFAdJAGuhNT26MBKR7xnfkxbJ6J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.0600125rem;width:1.0600125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.9618225097656rem;left:24.622869491577rem; }
#dt86ovCJhLyIRFALX9RJwJMtQDZQsKnE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi { position:relative;display:block; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi { background-color: transparent; background-image: none; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row .container > .video-iframe-container { display: none; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row > .video-iframe-container { display: none; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .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); }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi { border-width: 0; border-radius: 0; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .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; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.8125rem;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; }#F7CFUEPP5aznh4bWrNSmLIizCODFm6o4 { box-sizing:content-box;height:25.125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:7.5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1 { box-sizing:content-box;height:18.625rem;width:23.25rem;position:absolute;display:block;z-index:15001;background-color:#ede3db;background-image:url("https://images.assets-landingi.com/uc/9d8449aa-71a6-49fa-8268-6ba3791ed331/202607A_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #d74804;border-left:0.0625rem solid #d74804;border-right:0.0625rem solid #d74804;border-bottom:0.0625rem solid #d74804;top:2.9375rem;left:11.8125rem;display:block; }#RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1.adaptive-delivery-prevent-bg, #RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1.lazyload, #RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1.lazyloading { background-image: none; }
#XnLD9I0no1EKZ9exZLGL1wAamFD8fV9D { color:#4b543b;display:block;width:25.3125rem;position:absolute;font-family:neuton;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.125rem;left:37.875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lenSV74bLHEOcsKGx09zTngEWtWZW7OJ { color:#4b543b;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:7.25rem;left:40rem;height:12.1375rem;font-style:normal;display:block; }#lenSV74bLHEOcsKGx09zTngEWtWZW7OJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lenSV74bLHEOcsKGx09zTngEWtWZW7OJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f1449bd6b26d376a7da58af524eb9a077f1ae5f.svg); }
#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP { position:relative;display:block; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP { background-color: transparent; background-image: none; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row .container > .video-iframe-container { display: none; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row > .video-iframe-container { display: none; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .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); }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP { border-width: 0; border-radius: 0; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .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; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;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; }#ozTTh83k20Bukd02lTXAKnby7KP2xoqN { box-sizing:content-box;height:29.8125rem;width:29.8125rem;position:absolute;display:block;z-index:15002;background-color:#fff9f3;background-image:url("https://images.assets-landingi.com/uc/6d71a47e-78ef-4804-a557-943f93f3df9c/202607A_3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.7718753814697rem;left:37.676564216614rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#ozTTh83k20Bukd02lTXAKnby7KP2xoqN.adaptive-delivery-prevent-bg, #ozTTh83k20Bukd02lTXAKnby7KP2xoqN.lazyload, #ozTTh83k20Bukd02lTXAKnby7KP2xoqN.lazyloading { background-image: none; }
#OMB0SKbJlMVhBGZPRbUO2kHLCzEAsS3V { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.809303283691rem;left:7.5619659423825rem;display:block; }
#VWqfUe5SaFVfwm1JEFIDQpXR1UEqcaEa { box-sizing:content-box;height:3.2492875rem;width:21.624625rem;position:absolute;display:block;z-index:15002;background-color:#fdf6ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5d9ca;border-left:0.0625rem solid #e5d9ca;border-right:0.0625rem solid #e5d9ca;border-bottom:0.0625rem solid #e5d9ca;top:12.340198516846rem;left:9.9962711334231rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#a7v1QzbTAnMkn89Uc7qlA5y3XoMdbM8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.06107711792rem;left:12.498933792114rem; }
#ZVgHLRCAuAVg7LMiTFNnWCobXCn8O2tm { color:#4b543b;display:block;width:28.625rem;position:absolute;font-family:neuton;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.3354034423828rem;left:7.6196727752688rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rB13qi1N36SzNTyeTNMWSC8IsKNBwrub { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.999825rem;width:2.87464375rem;top:1.7729034423828rem;left:5.2421875rem;overflow:hidden;display:block; }
#i4IcEf83cm8ILU0tTJ0M7BvuJ4gAktyw { color:#4b543b;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:6.9957351684569rem;left:7.6205596923825rem;height:2.8rem;font-style:normal;display:block; }
#DZQ51OBcK8H2TNueZXRZdbmsVQuvo07m { box-sizing:content-box;height:0.3125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:#c9a87b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.389736175537rem;left:7.6205596923825rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#CzrBNGiLRsIvB6QtsWcMlK2WRqMKWemk { color:#1f1e18;display:block;width:16.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:13.37357711792rem;left:15.374467849731rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sn1nRl8pe5I2TdiksfL2mgyTbHD2wdUi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:12.86576461792rem;left:8.6228694915769rem; }
#pvGrcAOPPTTVNEPOpqOa3624EDV5aXI1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:18.495203018189rem;left:8.6228694915769rem; }
#T5gLVa108qo1STKzpR0lq3vhQcbEXw8k { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.434301376342rem;left:7.5619659423825rem;display:block; }
#dgTLsdgEin2pEvklck7dUMvxtJ2IWaXv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.68607711792rem;left:12.498046875rem; }
#hdVo6ZPpZhnGPM7P5qCEen5QFO1MmTtt { color:#1f1e18;display:block;width:16.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:18.99857711792rem;left:15.373579025269rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H8bZDHNZTBQRRPfQJZaaH1r64IdwAmsI { box-sizing:content-box;height:3.25rem;width:21.5625rem;position:absolute;display:block;z-index:15007;background-color:#fdf6ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5d9ca;border-left:0.0625rem solid #e5d9ca;border-right:0.0625rem solid #e5d9ca;border-bottom:0.0625rem solid #e5d9ca;top:17.968748092651rem;left:10.02467918396rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zNlgeoNSInGRNTTPll6qG8B5KhKQT2n1 { box-sizing:content-box;height:3.25rem;width:21.5625rem;position:absolute;display:block;z-index:15012;background-color:#fdf6ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5d9ca;border-left:0.0625rem solid #e5d9ca;border-right:0.0625rem solid #e5d9ca;border-bottom:0.0625rem solid #e5d9ca;top:23.590196609497rem;left:10.02467918396rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Zu5GNoVogo2orPT77LyBIKGKhsP6Fot6 { color:#1f1e18;display:block;width:16.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:24.624465942382rem;left:15.373579025269rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tKS2N6TcAQMhN5K4eEtfirn3L8Elm28V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.311965942382rem;left:12.498046875rem; }
#GaxyKWMW7zDJIkMoNbPfMRUymwhfmoXE { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.997156143189rem;left:7.5619659423825rem;display:block; }
#v1SDWzZvoSVmTHxTLHlw5nximTnVCQH0 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.146837234497rem;left:8.6228694915769rem; }
#Bv988bMTEfyTByE3lm7RRN8dmv0r2soc { color:#1f1e18;display:block;width:16.4373125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:30.373754501342rem;left:15.373579025269rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dle03nHkIaqxA2rvZhoPsQ963bwntZ9E { box-sizing:content-box;height:3.25rem;width:21.5625rem;position:absolute;display:block;z-index:15017;background-color:#fdf6ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5d9ca;border-left:0.0625rem solid #e5d9ca;border-right:0.0625rem solid #e5d9ca;border-bottom:0.0625rem solid #e5d9ca;top:29.31107711792rem;left:9.998046875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LT7EUCm4xzIxqblS0RQRzQy3OaiGD1xK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.061254501342rem;left:12.498046875rem; }
#CiKn4Hrmc7a83ZcOWUTVLXo2TRmiqb2d { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.767398834229rem;left:8.6228694915769rem; }
#ItUmtGBVBXy3L5r01aptskeQmwNTMxGI { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.685190200806rem;left:7.5619659423825rem;display:block; }
#bvNTpxm6eZ7dRaorInTQqDaeL8iDrJ0d { box-sizing:content-box;height:4.4375rem;width:4.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.31107711792rem;left:7.5619659423825rem;display:block; }
#QQoNCGGpAW9kT137kNkFf9UBoDWEVH7M { box-sizing:content-box;height:3.25rem;width:21.5625rem;position:absolute;display:block;z-index:15022;background-color:#fdf6ec;background-image:none;box-shadow: none;border-top:0.0625rem solid #e5d9ca;border-left:0.0625rem solid #e5d9ca;border-right:0.0625rem solid #e5d9ca;border-bottom:0.0625rem solid #e5d9ca;top:34.936964988709rem;left:9.9998207092288rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BB6wsHHqkPbW3Nyi0I54TTX5MKpkesnF { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:35.372866630554rem;left:8.6228694915769rem; }
#E3th7F6wJLFWD6AoLleGU04q48HuFTRt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9984rem;width:1.9984rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:35.624997138977rem;left:12.499820709229rem; }
#OlIGtoZetzRzT24sCO3kTtPlcklQhQgu { color:#1f1e18;display:block;width:16.4364375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:35.937497138977rem;left:15.374467849731rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g2M5HVehv88DiEvtS40cIbvh1RI923Ez { position:relative;display:block; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez { background-color: transparent; background-image: none; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row .container > .video-iframe-container { display: none; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row > .video-iframe-container { display: none; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .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); }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez { border-width: 0; border-radius: 0; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .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; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.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; }#y02JMS12vQhZbi6MbPEUntwhAEk5sk7F { color:#4b543b;display:block;width:75rem;position:absolute;font-family:neuton;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:0.0625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wz1qighxTuUtH9DIuewnGx9XW6PcTHX8 { box-sizing:content-box;height:0.3125rem;width:3.125rem;position:absolute;display:block;z-index:15014;background-color:#c9a87b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.249641418457rem;left:35.937498092651rem;display:block; }
#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef6f0;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; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container { background-color: transparent; background-image: none; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container > .video-iframe-container { display: none; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row > .video-iframe-container { display: none; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .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); }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container { border-width: 0; border-radius: 0; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#izhIP8zklhsOvuXMTWV05S3LcEb9ylKA { position:absolute;display:block;z-index:15000;height:10.374625rem;width:71.875rem;top:0.055747985839844rem;left:1.5625rem;display:block; }
#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny { position:relative;display:block; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny { background-color: transparent; background-image: none; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row .container > .video-iframe-container { display: none; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row > .video-iframe-container { display: none; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .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); }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny { border-width: 0; border-radius: 0; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .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; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:28.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; }#DOrcWheO5zugNzC56hcB2ISKnqaxErT5 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3743125rem;width:9.0625rem;top:18.668500900269rem;left:12.811079025269rem;overflow:hidden;display:block; }
#hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8 { box-sizing:content-box;height:21.9375rem;width:28.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/59d95528-903f-4cd5-81b3-9370fe16f5f1/text_background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.162278175354rem;left:39.060724258423rem;display:block; }#hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8.adaptive-delivery-prevent-bg, #hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8.lazyload, #hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8.lazyloading { background-image: none; }
#hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(254,246,240,0.91); }#U654oeFVZ7o3KgycAWAx2Rm0z3MH5blN { color:#4b543b;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:41.5625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VknDl8dSg90X3h2Rb5D6k2h97KrTB4vy { color:#4b543b;display:block;width:22.9989375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:4.8125rem;left:41.625rem;height:14rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qenXnumhJFsT9V8e0tA593TUQH4wc8ep { box-sizing:content-box;height:21.9375rem;width:21.9375rem;position:absolute;display:block;z-index:15000;background-color:#ede3db;background-image:url("https://images.assets-landingi.com/uc/5968317f-2fd2-4134-8c62-2ba2baba3895/April_Rose_Gabasa_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid #c9a87b;border-left:0.3125rem solid #c9a87b;border-right:0.3125rem solid #c9a87b;border-bottom:0.3125rem solid #c9a87b;top:3.0625rem;left:12.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qenXnumhJFsT9V8e0tA593TUQH4wc8ep.adaptive-delivery-prevent-bg, #qenXnumhJFsT9V8e0tA593TUQH4wc8ep.lazyload, #qenXnumhJFsT9V8e0tA593TUQH4wc8ep.lazyloading { background-image: none; }
#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e5d9;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; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container { background-color: transparent; background-image: none; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container > .video-iframe-container { display: none; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row > .video-iframe-container { display: none; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .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); }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container { border-width: 0; border-radius: 0; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#AbRnnRelsAJmL7i7cu5khTEa9Gg6maiN { color:#4b543b;display:block;width:75rem;position:absolute;font-family:neuton;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:2.7469787597656rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KOpczu70vwFEsSQiaF8GAVTs1Vu6ZHZJ { box-sizing:content-box;height:0.3125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:#c9a87b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0557556152344rem;left:35.937498092651rem;display:block; }
#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e5d9;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; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container { background-color: transparent; background-image: none; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container > .video-iframe-container { display: none; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row > .video-iframe-container { display: none; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .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); }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container { border-width: 0; border-radius: 0; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#E29f668074deb10dc558d4f320485a51 { box-sizing:content-box;height:22.875rem;width:21.375rem;position:absolute;display:block;z-index:15000;background-color:#fef6f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.12464904785156rem;left:26.811967849731rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#b23629c89d52aa6c5c4a9cadc21d16b5 { box-sizing:content-box;height:22.875rem;width:21.375rem;position:absolute;display:block;z-index:15001;background-color:#fef6f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.12464904785156rem;left:1.8110790252686rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#qd51f0b491d84773e1913ca0a615c7e3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24786875rem;width:2.24786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.99254250526431rem;left:27.308237075806rem; }
#fd770dfea78582e38222dfa24c4dc168 { box-sizing:content-box;height:4.93696875rem;width:4.93696875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9949ff3f-120f-47ed-ab92-10a951b2cd44/dave_and_roxanne1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #d74804;border-left:0.0625rem solid #d74804;border-right:0.0625rem solid #d74804;border-bottom:0.0625rem solid #d74804;top:16.436798095703rem;left:29.49928855896rem;display:block; }#fd770dfea78582e38222dfa24c4dc168.adaptive-delivery-prevent-bg, #fd770dfea78582e38222dfa24c4dc168.lazyload, #fd770dfea78582e38222dfa24c4dc168.lazyloading { background-image: none; }
#k7527c947ca09aa6007aac2bb4b9ff48 { color:#1f1e18;display:block;width:16.31125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.2359731197357rem;left:29.343927383423rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee15e48198d96041d75431429fab2102 { color:#1f1e18;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:18.248764038086rem;left:35.561079025269rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a9c7a0e0ace2f0d3a3f9ff12ff579b32 { color:#1f1e18;display:block;width:16.310375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:3.185546875rem;left:4.3439273834229rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A850b73fbb9591735044c0529bb3c7df { color:#1f1e18;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:18.187143325806rem;left:10.43678855896rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3a1c6cc293983112741e0504db95dad { box-sizing:content-box;height:4.93696875rem;width:4.93696875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b961d1ca-cda4-40e6-bd6a-cbdea32f9f48/eden.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #d74804;border-left:0.0625rem solid #d74804;border-right:0.0625rem solid #d74804;border-bottom:0.0625rem solid #d74804;top:16.4375rem;left:4.375rem;display:block; }#c3a1c6cc293983112741e0504db95dad.adaptive-delivery-prevent-bg, #c3a1c6cc293983112741e0504db95dad.lazyload, #c3a1c6cc293983112741e0504db95dad.lazyloading { background-image: none; }
#m8fa3411af9aea8a00ad7a7c2f4087f2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24786875rem;width:2.24786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.98899149894713rem;left:2.5601921081543rem; }
#a22888389a50a9e8fd19172a5ba1913d { box-sizing:content-box;height:22.875rem;width:21.3743125rem;position:absolute;display:block;z-index:15006;background-color:#fef6f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.12464904785156rem;left:51.811964035034rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#J7247f788d4cb2e0834dd45515a9e67a { color:#1f1e18;display:block;width:10.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:18.1875rem;left:60.4375rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T868ea247efd26eb7db367474bb08441 { box-sizing:content-box;height:4.93696875rem;width:4.93696875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0ce36d10-a820-452d-88ad-690d17652925/franco.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid #d74804;border-left:0.0625rem solid #d74804;border-right:0.0625rem solid #d74804;border-bottom:0.0625rem solid #d74804;top:16.4375rem;left:54.375rem;display:block; }#T868ea247efd26eb7db367474bb08441.adaptive-delivery-prevent-bg, #T868ea247efd26eb7db367474bb08441.lazyload, #T868ea247efd26eb7db367474bb08441.lazyloading { background-image: none; }
#L0b81c7297388963124aac373f3fc3fe { color:#1f1e18;display:block;width:16.310375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:4.49485039711rem;left:54.344816207886rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o026911cfd75f981edd08f3b73e42db6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.24786875rem;width:2.24786875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.98899149894713rem;left:52.623044967651rem; }
#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { position:relative;display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { background-color: transparent; background-image: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row > .video-iframe-container { display: none; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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); }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { border-width: 0; border-radius: 0; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .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; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20rem;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; }#Da7lOmAfEToeS1WN68iTI1ac1MrcJXZU { box-sizing:content-box;height:12.6875rem;width:71.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffecd3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6851921081543rem;left:1.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-form-header {  }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-regular-label { display:block;width:15.5625rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #4b543b;border-left:0.0625rem solid #4b543b;border-right:0.0625rem solid #4b543b;border-bottom:0.0625rem solid #4b543b;height:3.125rem;width:15.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#f5f2ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #4b543b;border-left:0.0625rem solid #4b543b;border-right:0.0625rem solid #4b543b;border-bottom:0.0625rem solid #4b543b;height:3rem;width:15.5625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#f5f2ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .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;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;height:3.4375rem;width:15.5625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:montserrat;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-select {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:13.75rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;text-align:center;text-align-last:center;font-size:1.125rem;background-color:#4b543b;background-image:none;overflow:hidden;box-shadow: none;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(30,30,30,0.7);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(30,30,30,0.7);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(30,30,30,0.7);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(30,30,30,0.7);text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:45.1875rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#1f1e18;font-weight:300;font-style:normal; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.90625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-container:first-of-type{padding-top:0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-container:last-of-type{padding-bottom:0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.75rem;height:auto;left:22.374218940735rem;top:6.3117218017575rem;z-index:15005;position:absolute; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .radio-container { width:16.1875rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:46.75rem;height:auto;left:22.374218940735rem;top:6.3117218017575rem;z-index:15005;position:absolute; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #TXNJBk28M8R5EUCWThZ2QtHShnc2Ah3S { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #vFuyJ8uoZfsq3Awm9RWwmV2JMvvfdepx { position:relative;display:none; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #VEpDlaf3Q3D94xZqVRlZnUZ0m8Ju0SML { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #J7blmwp9MzlyMcGG8xcQ4orMcT1N7bgA { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #NydVUr4qxZ9lGT3s6ivFWindRcaTosti { position:relative;display:none; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #oaJ2HvzrJk7NBNczKA9Gc9MemPoghvXo { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #uLSRakhgVqFHnu3DiTh3FdMQikqBe67I { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #boqPSPUWsWCyCUOe462q2nIRsBxhqduS { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #w3oD61vck94aOVdBSGOO0wtSU2eRTIF8 { position:relative; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #qVp5dFKFcHvSGLtAmJV1uS1f8gqs6TPt { position:relative;z-index:2; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #ucuVhXMPXxHiO7Hlgw9iHaiRGncD0SGg { position:relative; }
#I5EucEK3B0EWvQ87QdOiHuim8HPCiWtx { color:#4b543b;display:block;width:14.0625rem;position:absolute;font-family:neuton;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.125rem;left:8.375rem;height:4.725rem;font-style:normal;display:block; }
#k0b69UZ9t23ig3AptzIK4WvyXO8hRMt9 { color:#4b543b;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:11.25rem;left:8.375rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iKmnor0V3cf6PlOv1fMWDFkUdA572Dfu { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68696875rem;width:4.249825rem;top:6.0625rem;left:3.375rem;overflow:hidden;display:block; }
#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b543b;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; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container { background-color: transparent; background-image: none; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container > .video-iframe-container { display: none; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row > .video-iframe-container { display: none; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .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); }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container { border-width: 0; border-radius: 0; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#X94J3v7A19RsWSrHp4Hm1DFqPfa1UFhk { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.2164421081543rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ffByps1IaPvJiEQyyBIwyhQfkdN1ETN9 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.5612564086914rem;left:24.999109268189rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TuBFIvS5wW7Ksq1qBxFcLJKcbD7hHbTO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.6242904663086rem;left:49.999998092651rem;display:block; }
#lPi3AEPmTEampDpKrHoe77rtlP9Ir6Mn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kb3Bd2L5si3hD8hTaX6t4UP5NCN5MhkL { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6868125rem;width:2.6242875rem;top:0.5308952331543rem;left:22.312852859497rem;overflow:hidden;display:block; }
#c0JIDTf4cCRQTdvTdemKtbuqTwrZiami { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:2.6875rem;top:0.5308952331543rem;left:50.062498092651rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #odAiJllT7upOTxnlAVlzUCE5NsINmEZd { display:block; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eqftb5fkkmllMt1J527hTC6haJI07a { width:33.9375rem;height:;top:7.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyshMJbLdWbtyZAaFUJkAgfM2mrTHOlo { width:26.375rem;height:3rem;top:21.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT4TX9bORZytrcPwxp16dFlvUCDv8rS { width:13.75rem;height:3.125rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAGffJqBQ1hO3n2Vzyp0aila6Tqp1pf { display:block; }
 }@media only screen and (max-width: 763px) { #bwyuf1K1Sa74lA2rEeJZzPJtqTLZIrW8 { width:32.8125rem;height:1.9375rem;top:4.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlAUhxbszICTpwE5RQZ4nuxmJ7PCv1F0 { width:8.75rem;height:1.375rem;top:33.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clPgHMF1RdtBd8vW2NDs4RNGm1avgrz1 { width:8.75rem;height:1.375rem;top:35rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWBxSUJ6LkRbagkpV2TgzTOwQTLs7I4g { top:33.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE2Ak4PeMtE9DHmy1W4k8P7r44zsyKZg { width:6.8125rem;height:4.1875rem;top:35rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPtW9Wk3wOHCBlscpH1fhBnRRDlA8Dio { width:8.75rem;height:1.375rem;top:33.625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8fyat9InM43b3mbUmCqgSPgrIooqv5Z { top:33.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBcX6PPB7gdciZJMXMA7BvVPJdUIHBKX { width:8.75rem;height:2.75rem;top:35.25rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H51Hxa6uqTUbEF09OZOe3W3Tc9y4UNbX { width:9.9375rem;height:1.375rem;top:33.875rem;left:13.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szIeyR4kymm7zzl7TcsCzCSuwlr7yit6 { top:33.625rem;left:11.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZtzTmFAdJAGuhNT26MBKR7xnfkxbJ6J { top:4.9375rem;left:10.997869491577rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt86ovCJhLyIRFALX9RJwJMtQDZQsKnE { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi { display:block; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7CFUEPP5aznh4bWrNSmLIizCODFm6o4 { top:0rem;left:0rem;width:47.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1 { top:2.9375rem;left:0rem;width:23.1875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnLD9I0no1EKZ9exZLGL1wAamFD8fV9D { width:25.3125rem;height:2.9375rem;top:2.0625rem;left:22.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lenSV74bLHEOcsKGx09zTngEWtWZW7OJ { width:19.4375rem;height:;top:7.1875rem;left:26.374998092651rem;font-size:0.9375rem;display:block; }#lenSV74bLHEOcsKGx09zTngEWtWZW7OJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f1449bd6b26d376a7da58af524eb9a077f1ae5f.svg); }
 }@media only screen and (max-width: 763px) { #M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP { display:block; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTTh83k20Bukd02lTXAKnby7KP2xoqN { top:4.75rem;left:17.9375rem;width:29.8125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMB0SKbJlMVhBGZPRbUO2kHLCzEAsS3V { top:11.75rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqfUe5SaFVfwm1JEFIDQpXR1UEqcaEa { top:12.3125rem;left:0rem;width:21.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7v1QzbTAnMkn89Uc7qlA5y3XoMdbM8T { top:13rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVgHLRCAuAVg7LMiTFNnWCobXCn8O2tm { width:28.5625rem;height:2.9375rem;top:3.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB13qi1N36SzNTyeTNMWSC8IsKNBwrub { top:1.75rem;left:0rem;width:2.8125rem;height:2.9358815009102rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4IcEf83cm8ILU0tTJ0M7BvuJ4gAktyw { width:15.3125rem;height:2.75rem;top:6.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZQ51OBcK8H2TNueZXRZdbmsVQuvo07m { top:10.375rem;left:0rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrBNGiLRsIvB6QtsWcMlK2WRqMKWemk { width:16.375rem;height:1.375rem;top:13.3125rem;left:1.7494678497314rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn1nRl8pe5I2TdiksfL2mgyTbHD2wdUi { top:12.8125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvGrcAOPPTTVNEPOpqOa3624EDV5aXI1 { top:18.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gLVa108qo1STKzpR0lq3vhQcbEXw8k { top:17.375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTLsdgEin2pEvklck7dUMvxtJ2IWaXv { top:18.625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdVo6ZPpZhnGPM7P5qCEen5QFO1MmTtt { width:16.375rem;height:1.375rem;top:18.9375rem;left:1.7485790252686rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8bZDHNZTBQRRPfQJZaaH1r64IdwAmsI { top:17.9375rem;left:0rem;width:21.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlgeoNSInGRNTTPll6qG8B5KhKQT2n1 { top:23.5625rem;left:0rem;width:21.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu5GNoVogo2orPT77LyBIKGKhsP6Fot6 { width:16.375rem;height:1.375rem;top:24.5625rem;left:1.7485790252686rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKS2N6TcAQMhN5K4eEtfirn3L8Elm28V { top:24.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaxyKWMW7zDJIkMoNbPfMRUymwhfmoXE { top:22.9375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SDWzZvoSVmTHxTLHlw5nximTnVCQH0 { top:24.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv988bMTEfyTByE3lm7RRN8dmv0r2soc { width:16.375rem;height:1.375rem;top:30.3125rem;left:1.7485790252686rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dle03nHkIaqxA2rvZhoPsQ963bwntZ9E { top:29.25rem;left:0rem;width:21.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7EUCm4xzIxqblS0RQRzQy3OaiGD1xK { top:30rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKn4Hrmc7a83ZcOWUTVLXo2TRmiqb2d { top:29.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItUmtGBVBXy3L5r01aptskeQmwNTMxGI { top:28.625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNTpxm6eZ7dRaorInTQqDaeL8iDrJ0d { top:34.25rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoNCGGpAW9kT137kNkFf9UBoDWEVH7M { top:34.875rem;left:0rem;width:21.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6wsHHqkPbW3Nyi0I54TTX5MKpkesnF { top:35.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3th7F6wJLFWD6AoLleGU04q48HuFTRt { top:35.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlIGtoZetzRzT24sCO3kTtPlcklQhQgu { width:16.375rem;height:1.375rem;top:35.875rem;left:1.7494678497314rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2M5HVehv88DiEvtS40cIbvh1RI923Ez { display:block; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y02JMS12vQhZbi6MbPEUntwhAEk5sk7F { width:47.75rem;height:2.5625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz1qighxTuUtH9DIuewnGx9XW6PcTHX8 { top:3.1875rem;left:22.312498092651rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo { display:block; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izhIP8zklhsOvuXMTWV05S3LcEb9ylKA { top:0rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny { display:block; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOrcWheO5zugNzC56hcB2ISKnqaxErT5 { top:18.625rem;left:0rem;width:9.0625rem;height:6.3743125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8 { top:3.125rem;left:19.625rem;width:28.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U654oeFVZ7o3KgycAWAx2Rm0z3MH5blN { top:22rem;left:24.75rem;width:23rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknDl8dSg90X3h2Rb5D6k2h97KrTB4vy { width:22.9375rem;height:13.9375rem;top:4.8125rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qenXnumhJFsT9V8e0tA593TUQH4wc8ep { top:3.0625rem;left:0rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 { display:block; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbRnnRelsAJmL7i7cu5khTEa9Gg6maiN { width:47.75rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOpczu70vwFEsSQiaF8GAVTs1Vu6ZHZJ { top:6rem;left:22.312498092651rem;width:3.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 { display:block; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E29f668074deb10dc558d4f320485a51 { top:0.0625rem;left:10.375rem;width:21.375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b23629c89d52aa6c5c4a9cadc21d16b5 { top:0.0625rem;left:0rem;width:21.375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd51f0b491d84773e1913ca0a615c7e3 { top:0.9375rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd770dfea78582e38222dfa24c4dc168 { top:16.375rem;left:15.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7527c947ca09aa6007aac2bb4b9ff48 { width:16.25rem;height:6.5rem;top:3.1875rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee15e48198d96041d75431429fab2102 { width:10.1875rem;height:1.3125rem;top:18.1875rem;left:21.873579025269rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9c7a0e0ace2f0d3a3f9ff12ff579b32 { width:16.25rem;height:10.4375rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A850b73fbb9591735044c0529bb3c7df { width:10.1875rem;height:1.3125rem;top:18.125rem;left:5.8742885589599rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3a1c6cc293983112741e0504db95dad { top:16.4375rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8fa3411af9aea8a00ad7a7c2f4087f2 { top:0.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a22888389a50a9e8fd19172a5ba1913d { top:0.0625rem;left:26.25rem;width:21.375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7247f788d4cb2e0834dd45515a9e67a { width:10.1875rem;height:1.3125rem;top:18.125rem;left:37.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T868ea247efd26eb7db367474bb08441 { top:16.4375rem;left:31.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0b81c7297388963124aac373f3fc3fe { width:16.25rem;height:3.875rem;top:4.4375rem;left:31.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o026911cfd75f981edd08f3b73e42db6 { top:0.9375rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da7lOmAfEToeS1WN68iTI1ac1MrcJXZU { top:3.625rem;left:0rem;width:47.75rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-regular-label { display:block;width:14.8125rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text { width:14.8125rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-textarea { width:14.8125rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-select { width:14.8125rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-select {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-checkbox-label { width:43.6875rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-radio-label { width:6.53125rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy  { width:45.25rem;height:auto;top:6.25rem;left:0rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .radio-container { width:15.4375rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy {display:inline-block;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy { width:45.25rem;height:auto;top:6.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #TXNJBk28M8R5EUCWThZ2QtHShnc2Ah3S {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #vFuyJ8uoZfsq3Awm9RWwmV2JMvvfdepx {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #VEpDlaf3Q3D94xZqVRlZnUZ0m8Ju0SML {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #J7blmwp9MzlyMcGG8xcQ4orMcT1N7bgA {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #NydVUr4qxZ9lGT3s6ivFWindRcaTosti { display:block; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #oaJ2HvzrJk7NBNczKA9Gc9MemPoghvXo {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #uLSRakhgVqFHnu3DiTh3FdMQikqBe67I {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #boqPSPUWsWCyCUOe462q2nIRsBxhqduS {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #w3oD61vck94aOVdBSGOO0wtSU2eRTIF8 {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #qVp5dFKFcHvSGLtAmJV1uS1f8gqs6TPt {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #ucuVhXMPXxHiO7Hlgw9iHaiRGncD0SGg {  }
 }@media only screen and (max-width: 763px) { #I5EucEK3B0EWvQ87QdOiHuim8HPCiWtx { width:14.0625rem;height:4.6875rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0b69UZ9t23ig3AptzIK4WvyXO8hRMt9 { width:14.0625rem;height:2.75rem;top:11.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKmnor0V3cf6PlOv1fMWDFkUdA572Dfu { top:6.0625rem;left:0rem;width:4.1875rem;height:3.6328982112499rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdpSMg8zdqfbWntbulfo9TbkeH75A1p { display:block; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X94J3v7A19RsWSrHp4Hm1DFqPfa1UFhk { width:25rem;height:1.3125rem;top:3.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffByps1IaPvJiEQyyBIwyhQfkdN1ETN9 { width:25rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBFIvS5wW7Ksq1qBxFcLJKcbD7hHbTO { width:25rem;height:2.5rem;top:2.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3AEPmTEampDpKrHoe77rtlP9Ir6Mn { display:block; }
 }@media only screen and (max-width: 763px) { #Kb3Bd2L5si3hD8hTaX6t4UP5NCN5MhkL { top:0.5rem;left:13.3125rem;width:2.5625rem;height:6.529374937483rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0JIDTf4cCRQTdvTdemKtbuqTwrZiami { top:0.5rem;left:31.75rem;width:2.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odAiJllT7upOTxnlAVlzUCE5NsINmEZd { background-color:transparent;background-image:none;display:block; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { background-color: transparent; background-image: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container > .video-iframe-container { display: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row > .video-iframe-container { display: none; }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .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); }#odAiJllT7upOTxnlAVlzUCE5NsINmEZd > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eqftb5fkkmllMt1J527hTC6haJI07a { width:20rem;height:11.25rem;top:5.1189727783203rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyshMJbLdWbtyZAaFUJkAgfM2mrTHOlo { width:17.5rem;height:3rem;top:17.185369491577rem;left:1.2491122484207rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfT4TX9bORZytrcPwxp16dFlvUCDv8rS { width:11.1869375rem;height:2.8125rem;top:55.24857711792rem;left:4.3749998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsAGffJqBQ1hO3n2Vzyp0aila6Tqp1pf { display:block; }
 }@media only screen and (max-width: 763px) { #bwyuf1K1Sa74lA2rEeJZzPJtqTLZIrW8 { width:17.3748125rem;height:3rem;top:1.6079545021057rem;left:1.3112570047379rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HlAUhxbszICTpwE5RQZ4nuxmJ7PCv1F0 { width:8.75rem;height:1.5rem;top:37.124111175537rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #clPgHMF1RdtBd8vW2NDs4RNGm1avgrz1 { width:8.75rem;height:1.5rem;top:38.62357711792rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aWBxSUJ6LkRbagkpV2TgzTOwQTLs7I4g { display:flex;width:1.875rem;height:1.875rem;top:37.186256408691rem;left:3.5609019994736rem; }
 }@media only screen and (max-width: 763px) { #ZE2Ak4PeMtE9DHmy1W4k8P7r44zsyKZg { width:9.3125rem;height:4.5rem;top:43.185901641846rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yPtW9Wk3wOHCBlscpH1fhBnRRDlA8Dio { width:8.75rem;height:1.5rem;top:41.685546875rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k8fyat9InM43b3mbUmCqgSPgrIooqv5Z { display:flex;width:1.875rem;height:1.875rem;top:41.685546875rem;left:3.5609019994736rem; }
 }@media only screen and (max-width: 763px) { #VBcX6PPB7gdciZJMXMA7BvVPJdUIHBKX { width:8.75rem;height:3rem;top:50.56107711792rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #H51Hxa6uqTUbEF09OZOe3W3Tc9y4UNbX { width:9.8739375rem;height:1.5rem;top:49.061611175537rem;left:6.6246446371081rem;font-size:0.9375rem;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #szIeyR4kymm7zzl7TcsCzCSuwlr7yit6 { display:flex;width:1.875rem;height:1.875rem;top:49.123756408691rem;left:3.5609019994736rem; }
 }@media only screen and (max-width: 763px) { #XZtzTmFAdJAGuhNT26MBKR7xnfkxbJ6J { display:flex;width:0.99786875rem;height:0.99786875rem;top:3.3673648834229rem;left:13.932882666588rem; }
 }@media only screen and (max-width: 763px) { #dt86ovCJhLyIRFALX9RJwJMtQDZQsKnE { top:21.912500143051rem;left:0rem;width:20rem;height:11.25rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi { display:block; }#Pd8w7XpzgccmmLxkUcSMUUBeD5d8DiVi > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7CFUEPP5aznh4bWrNSmLIizCODFm6o4 { width:20rem;height:35.375rem;top:0.0595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbBLUCVCWEt8TPTPI3BHbe5xdOwP39p1 { width:15rem;height:11.9993125rem;top:2.6873226165771rem;left:2.4422940015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnLD9I0no1EKZ9exZLGL1wAamFD8fV9D { width:20rem;height:1.75rem;top:16.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lenSV74bLHEOcsKGx09zTngEWtWZW7OJ { width:16.935375rem;height:14.4375rem;top:18.625rem;left:1.5625rem;font-size:0.9375rem;line-height:1.6;display:block; }#lenSV74bLHEOcsKGx09zTngEWtWZW7OJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1f1449bd6b26d376a7da58af524eb9a077f1ae5f.svg); }
 }@media only screen and (max-width: 763px) { #M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP { display:block; }#M8aUqTcPmqNq0CXWIu17Jmvh7wmvy9wP > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTTh83k20Bukd02lTXAKnby7KP2xoqN { width:17.1875rem;height:17.1875rem;top:10.206855773926rem;left:1.4053622484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMB0SKbJlMVhBGZPRbUO2kHLCzEAsS3V { width:3.75rem;height:3.75rem;top:28.874290466309rem;left:1.3734019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqfUe5SaFVfwm1JEFIDQpXR1UEqcaEa { width:15.3125rem;height:3.125rem;top:29.123756408691rem;left:3.1853693723679rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7v1QzbTAnMkn89Uc7qlA5y3XoMdbM8T { display:flex;width:1.93714375rem;height:1.93714375rem;top:29.811798095703rem;left:6.6859015226363rem; }
 }@media only screen and (max-width: 763px) { #ZVgHLRCAuAVg7LMiTFNnWCobXCn8O2tm { width:16.875rem;height:1.75rem;top:2.1537609100342rem;left:1.5616122484207rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rB13qi1N36SzNTyeTNMWSC8IsKNBwrub { width:1.6875rem;height:1.75rem;top:1.2803649902344rem;left:0.12428975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4IcEf83cm8ILU0tTJ0M7BvuJ4gAktyw { width:14.6226875rem;height:3rem;top:4.5010662078858rem;left:2.6873222589493rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZQ51OBcK8H2TNueZXRZdbmsVQuvo07m { width:3.125rem;height:0.3125rem;top:8.1439971923825rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzrBNGiLRsIvB6QtsWcMlK2WRqMKWemk { width:9.437125rem;height:2.8rem;top:29.348373413086rem;left:9.2311786413194rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sn1nRl8pe5I2TdiksfL2mgyTbHD2wdUi { display:flex;width:1.875rem;height:1.875rem;top:29.811798095703rem;left:2.3117896318436rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pvGrcAOPPTTVNEPOpqOa3624EDV5aXI1 { display:flex;width:1.875rem;height:1.875rem;top:34.499298095703rem;left:2.2496448755264rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T5gLVa108qo1STKzpR0lq3vhQcbEXw8k { width:3.75rem;height:3.75rem;top:33.561798095703rem;left:1.3734019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTLsdgEin2pEvklck7dUMvxtJ2IWaXv { display:flex;width:1.93714375rem;height:1.93714375rem;top:34.499298095703rem;left:6.6246446371081rem; }
 }@media only screen and (max-width: 763px) { #hdVo6ZPpZhnGPM7P5qCEen5QFO1MmTtt { width:9.437125rem;height:2.8rem;top:34.035873413086rem;left:9.2311786413194rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #H8bZDHNZTBQRRPfQJZaaH1r64IdwAmsI { width:15.2494375rem;height:3.125rem;top:33.874298095703rem;left:3.2492898702621rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNlgeoNSInGRNTTPll6qG8B5KhKQT2n1 { width:15.2494375rem;height:3.125rem;top:38.499649047851rem;left:3.1862567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu5GNoVogo2orPT77LyBIKGKhsP6Fot6 { width:9.437125rem;height:2.8rem;top:38.718048095703rem;left:9.2311786413194rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #tKS2N6TcAQMhN5K4eEtfirn3L8Elm28V { display:flex;width:1.93714375rem;height:1.93714375rem;top:39.124649047851rem;left:6.6859015226363rem; }
 }@media only screen and (max-width: 763px) { #GaxyKWMW7zDJIkMoNbPfMRUymwhfmoXE { width:3.75rem;height:3.75rem;top:38.187149047851rem;left:1.3734019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SDWzZvoSVmTHxTLHlw5nximTnVCQH0 { display:flex;width:1.875rem;height:1.875rem;top:39.124649047851rem;left:2.3739346265793rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Bv988bMTEfyTByE3lm7RRN8dmv0r2soc { width:9.437125rem;height:2.8rem;top:43.280364990234rem;left:9.2311786413194rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #dle03nHkIaqxA2rvZhoPsQ963bwntZ9E { width:15.2494375rem;height:3.125rem;top:43.061965942382rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT7EUCm4xzIxqblS0RQRzQy3OaiGD1xK { display:flex;width:1.93714375rem;height:1.93714375rem;top:43.686965942382rem;left:6.5624998807906rem; }
 }@media only screen and (max-width: 763px) { #CiKn4Hrmc7a83ZcOWUTVLXo2TRmiqb2d { display:flex;width:1.875rem;height:1.875rem;top:43.717147827149rem;left:2.3739346265793rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ItUmtGBVBXy3L5r01aptskeQmwNTMxGI { width:3.75rem;height:3.75rem;top:42.748580932618rem;left:1.4364346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvNTpxm6eZ7dRaorInTQqDaeL8iDrJ0d { width:3.75rem;height:3.75rem;top:47.5rem;left:1.3734019994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQoNCGGpAW9kT137kNkFf9UBoDWEVH7M { width:15.25rem;height:3.125rem;top:47.690872192382rem;left:3.1853693723679rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6wsHHqkPbW3Nyi0I54TTX5MKpkesnF { display:flex;width:1.875rem;height:1.875rem;top:48.4375rem;left:2.3117896318436rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #E3th7F6wJLFWD6AoLleGU04q48HuFTRt { display:flex;width:1.93448125rem;height:1.93448125rem;top:48.5rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #OlIGtoZetzRzT24sCO3kTtPlcklQhQgu { width:8.499625rem;height:2.8rem;top:48rem;left:9.25rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #g2M5HVehv88DiEvtS40cIbvh1RI923Ez { display:block; }#g2M5HVehv88DiEvtS40cIbvh1RI923Ez > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y02JMS12vQhZbi6MbPEUntwhAEk5sk7F { width:20rem;height:2.1875rem;top:0.030185699462891rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Wz1qighxTuUtH9DIuewnGx9XW6PcTHX8 { width:3.125rem;height:0.3125rem;top:2.6239330768585rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo { display:block; }#JbiUntKi0I9W4PzWHCrsurzgZJ8tanRo > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izhIP8zklhsOvuXMTWV05S3LcEb9ylKA { width:13.4375rem;height:13.0619375rem;top:0.030181884765625rem;left:3.2812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny { display:block; }#Xm7mgHOHcGBl2rXt6qgaD21dKr7M06ny > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOrcWheO5zugNzC56hcB2ISKnqaxErT5 { width:5.625rem;height:3.99946875rem;top:14.556106567382rem;left:1.8172940015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvwbZXo7ZyTcbUomtGLhr67bazNkIlf8 { width:20rem;height:44.75rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U654oeFVZ7o3KgycAWAx2Rm0z3MH5blN { width:20rem;height:1.4625rem;top:40.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VknDl8dSg90X3h2Rb5D6k2h97KrTB4vy { width:19.43625rem;height:18rem;top:20.211292266846rem;left:0.27965199947357rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qenXnumhJFsT9V8e0tA593TUQH4wc8ep { width:16.25rem;height:16.25rem;top:2.4485092163086rem;left:1.8172940015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 { display:block; }#MvWss8rTDpzGzMMK9Of3gx20kAfJLki3 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbRnnRelsAJmL7i7cu5khTEa9Gg6maiN { width:20rem;height:2.5rem;top:1.8746452331543rem;left:0rem;font-size:1.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KOpczu70vwFEsSQiaF8GAVTs1Vu6ZHZJ { width:3.125rem;height:0.3125rem;top:4.8433952331543rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 { display:block; }#zTMkBJ8BWqNZZGToKPTKcVSk1zIxFSg6 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E29f668074deb10dc558d4f320485a51 { width:20rem;height:18.1875rem;top:21.186080932618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b23629c89d52aa6c5c4a9cadc21d16b5 { width:20rem;height:19.8125rem;top:0.061257362365722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd51f0b491d84773e1913ca0a615c7e3 { display:flex;width:2.1875rem;height:2.1875rem;top:22.187321662903rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #fd770dfea78582e38222dfa24c4dc168 { width:4.875rem;height:4.875rem;top:32.374290466309rem;left:2.749467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7527c947ca09aa6007aac2bb4b9ff48 { width:16.25rem;height:7.0001875rem;top:24.311789512634rem;left:1.8749998807907rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Ee15e48198d96041d75431429fab2102 { width:9.375rem;height:1.4000375rem;top:34.186256408691rem;left:8.8121446371081rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #a9c7a0e0ace2f0d3a3f9ff12ff579b32 { width:16.25rem;height:9.80025rem;top:3.0605468153954rem;left:1.8749998807907rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #A850b73fbb9591735044c0529bb3c7df { width:9.375rem;height:1.4000375rem;top:15.311612129211rem;left:8.8742898702619rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #c3a1c6cc293983112741e0504db95dad { width:4.875rem;height:4.875rem;top:13.56196975708rem;left:2.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8fa3411af9aea8a00ad7a7c2f4087f2 { display:flex;width:2.1875rem;height:2.1875rem;top:0.92720174789431rem;left:0.61612212657929rem; }
 }@media only screen and (max-width: 763px) { #a22888389a50a9e8fd19172a5ba1913d { width:20rem;height:15.8125rem;top:41.87410736084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7247f788d4cb2e0834dd45515a9e67a { width:9.375rem;height:1.4000375rem;top:52.374290466309rem;left:8.8742898702619rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T868ea247efd26eb7db367474bb08441 { width:4.875rem;height:4.875rem;top:50.623573303222rem;left:2.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0b81c7297388963124aac373f3fc3fe { width:16.25rem;height:4.20010625rem;top:44.99910736084rem;left:1.8749998807907rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #o026911cfd75f981edd08f3b73e42db6 { display:flex;width:2.1875rem;height:2.1875rem;top:42.867546081543rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #wsvoVi231rRNg3RiPNJpdrysZuKq0JtX { display:block; }#wsvoVi231rRNg3RiPNJpdrysZuKq0JtX > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Da7lOmAfEToeS1WN68iTI1ac1MrcJXZU { width:20rem;height:28.5625rem;top:2.5603637695312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-regular-label { display:block;width:16.875rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text { width:16.875rem;height:2.5rem;background-color:#f5f2ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #4b543b;border-left:0.125rem solid #4b543b;border-right:0.125rem solid #4b543b;border-bottom:0.125rem solid #4b543b;font-size:0.9375rem;overflow:hidden; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-text {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-textarea { width:16.875rem;background-color:#f5f2ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #4b543b;border-left:0.125rem solid #4b543b;border-right:0.125rem solid #4b543b;border-bottom:0.125rem solid #4b543b;font-size:0.9375rem;overflow:hidden; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-select { width:16.875rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-select {padding-top: 0; padding-bottom: 0;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-input-button { width:16.875rem;height:2.5rem;font-weight:400;font-style:normal;background-color:#4b543b;background-image:none;font-size:0.9375rem;overflow:hidden; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]:-moz-placeholder { font-weight:300;font-style:normal;font-size:0.9375rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]::-moz-placeholder { font-weight:300;font-style:normal;font-size:0.9375rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]:-ms-input-placeholder { font-weight:300;font-style:normal;font-size:0.9375rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy [class*="-text"]::-webkit-input-placeholder { font-weight:300;font-style:normal;font-size:0.9375rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-checkbox-label { width:15.9375rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden;height:auto; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .widget-radio-label { width:7.5625rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy  { width:17.5rem;height:auto;top:16.374290466309rem;left:0rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy .radio-container { width:17.5rem; }
#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy {display:inline-block;}#gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy { width:17.5rem;height:auto;top:16.374290466309rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #TXNJBk28M8R5EUCWThZ2QtHShnc2Ah3S {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #vFuyJ8uoZfsq3Awm9RWwmV2JMvvfdepx { display:none; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #VEpDlaf3Q3D94xZqVRlZnUZ0m8Ju0SML {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #J7blmwp9MzlyMcGG8xcQ4orMcT1N7bgA {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #NydVUr4qxZ9lGT3s6ivFWindRcaTosti { display:none; }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #oaJ2HvzrJk7NBNczKA9Gc9MemPoghvXo {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #uLSRakhgVqFHnu3DiTh3FdMQikqBe67I {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #boqPSPUWsWCyCUOe462q2nIRsBxhqduS {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #w3oD61vck94aOVdBSGOO0wtSU2eRTIF8 {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #qVp5dFKFcHvSGLtAmJV1uS1f8gqs6TPt {  }
 }@media only screen and (max-width: 763px) { #gmpTRub8THXo1mSp2b7x0EqOeIb7tqDy #ucuVhXMPXxHiO7Hlgw9iHaiRGncD0SGg {  }
 }@media only screen and (max-width: 763px) { #I5EucEK3B0EWvQ87QdOiHuim8HPCiWtx { width:17.3118125rem;height:4.875rem;top:8.25rem;left:1.3125rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0b69UZ9t23ig3AptzIK4WvyXO8hRMt9 { width:15.1243125rem;height:2.625rem;top:13.75rem;left:2.4375rem;font-size:0.9375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iKmnor0V3cf6PlOv1fMWDFkUdA572Dfu { width:4.1867875rem;height:3.6328125rem;top:4.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGdpSMg8zdqfbWntbulfo9TbkeH75A1p { display:block; }#uGdpSMg8zdqfbWntbulfo9TbkeH75A1p > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X94J3v7A19RsWSrHp4Hm1DFqPfa1UFhk { width:20rem;height:1.22514375rem;top:1.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffByps1IaPvJiEQyyBIwyhQfkdN1ETN9 { width:17.249625rem;height:2.45rem;top:6.3125rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuBFIvS5wW7Ksq1qBxFcLJKcbD7hHbTO { width:20rem;height:2.3125rem;top:3.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPi3AEPmTEampDpKrHoe77rtlP9Ir6Mn { display:block; }
 }@media only screen and (max-width: 763px) { #Kb3Bd2L5si3hD8hTaX6t4UP5NCN5MhkL { width:2.375rem;height:5.907644614852rem;top:2.3748226165771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0JIDTf4cCRQTdvTdemKtbuqTwrZiami { width:2.375rem;height:5.9067796827514rem;top:2.3748226165771rem;left:17.625177741051rem;display:block; }
 }