.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:215,226,237;--color-primary-1:136,168,201;--color-primary-2:57,110,165;--color-primary-3:8,74,143;--color-primary-4:40,51,74;--color-secondary-0:238,243,229;--color-secondary-1:205,219,176;--color-secondary-2:172,195,123;--color-secondary-3:82,151,67;--color-secondary-4:116,155,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;overflow:visible;position:relative;display:block; }#qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:15.125rem;top:1.78125rem;left:4.84375rem;overflow:hidden;display:block; }
#oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.5625rem;left:55.8125rem;display:block; }
#g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00b40fae-e328-4df2-957a-2eccf87261a0/IMG_5430small.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf.adaptive-delivery-prevent-bg, #OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf.lazyload, #OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf.lazyloading { background-image: none; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container { background-color: transparent; background-image: none; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container > .video-iframe-container { display: none; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row > .video-iframe-container { display: none; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .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); }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container { border-width: 0; border-radius: 0; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#ebxh4Dt50Wh31QOIeFpz2wC4fAH79THD { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.125rem;width:22.875rem;top:0rem;left:49.125rem;display:block; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-form-header {  }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:4.0625rem;font-family:"work sans";overflow:hidden; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-container:first-of-type{padding-top:0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-container:last-of-type{padding-bottom:0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4365234375rem;left:50.5615234375rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF {display:block;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.4365234375rem;left:50.5615234375rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #gquDsOnxLbgsOFzXWAs47V93wS9xvV5R { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Tohekm1y3TTHU2RAnXWA8AsiP0MKlQJD { position:relative;display:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #LbBzQ0n2RKVCWQNBFWfPfEvcSCOJVkkm { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qDyq2lf5kFa3SCPIe273yXc0W5VIZpss { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #c0aUT4sXxzHdrg9E2KbCS0RWW4NChZdH { position:relative;display:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #p4yAE2U8v6paIgdTDkUZz33uM124tRMb { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #rzsJQDq0oF7b21ezXRc2yU2vBU5dLBIx { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #viIgaTyyPVRCrPAN0D27ugiuaM6WvzIF { position:relative;display:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #wA0rAtSExM81bDS43tIdFG2KUoRDQwn6 { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qSqrV5qpS34ViPvpaTEOHq6fKBCuHES0 { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Xu1yTneC4ZfD1ycHh5JnhF4bBAoRkMNq { position:relative;display:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #G24J2Qx0GOtiQg8yJKBaEaiAVWq47iBk { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #OkpoPaE9UA4VqfpN7KIUptLpGtkkhzSH { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #F4NLRe19XVGUzROlQBiloMdVSegZQuIv { position:relative;display:none; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #zvtakXHITqiPLRrDBgE497xE5OlAHiZX { position:relative; }
#zpZQGLkzNOsiwh3x5IPaBIbeJM0FUkTG { position:relative;display:block; }
#Q0nzlitLLmQ77hhJ1ooidUEZk3fXodz7 { position:relative;display:block; }
#SVbmBxq8vDZ1SRD0vC6sxDCqQ7NxOKUM { position:relative;display:block; }
#OtFHyeWHBnQEXaaHN9TAxPEy4XSXHR6q { position:relative;display:block; }
#Jq295iP7MUsz9ul7kmAzekdHqxnStLJ9 { position:relative;display:block; }
#wwCbkWFCcJSzXK8H0KORnLAI099GmmJk { position:relative;display:block; }
#vP69gzU5QJ5oWxnVTJBxLhWatXK5NhTS { position:relative;display:block; }
#wlzdPKr7XfOZIe38a18ZnaJS1nUTDCcQ { position:relative;display:block; }
#aUZmzfvtn97CSPBtot8wmazeBxTfDyUI { position:relative;display:block; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #AwPT0hX6FuFcDD9Owv45U4vcA3NIqB4H { position:relative; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #bxBFKLGePiw8k1255ASLi2UrsGxR4dfS { position:relative; }
#h7Xvg7C24r4brPVg7R50cXaOGtwWKu7t { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.20703125rem;left:50.8125rem;height:1.7504875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#a3MKDbecQw1F2Upgex7TTpmwGhSIw8hu { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:"work sans";font-size:3.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.67578125rem;left:4.25rem;height:19.2480625rem;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; }
#qvhD4yQObsPNsLDmBUwcAXPuNCZAqAG9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.705078125rem;left:4.25rem;height:1.7871125rem;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; }
#QOHW5SW9aRtCvl8FePFKsCbkie53pJui { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f1e4c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f1e4c3' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:37.5625rem;top:25.875rem;left:-45.0625rem;display:none; }
#dK4uL8G40mX2rTLt469uVvrsqVG7s2KU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5498046875rem;left:53.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { background-color: transparent; background-image: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container > .video-iframe-container { display: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container { display: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .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); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { border-width: 0; border-radius: 0; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#hPkbuCslUf7HTuuQ2evyNAMCczhhWTof { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:2.125rem;left:14.6875rem;overflow:hidden;display:block; }
#lZCeOJrRwnWbitLLoqf6wGrwb2UT4d9c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:10.875rem;top:2.3125rem;left:37.5625rem;overflow:hidden;display:block; }
#cxNTc1T8pvpJeXc6XkBDZTVFTt8U9064 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.25rem;top:2.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#QVpFRz9fLsV5o3WIpC6OfFJcESASoILT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:10.0625rem;top:2.6875rem;left:50.3125rem;overflow:hidden;display:block; }
#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container { background-color: transparent; background-image: none; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container > .video-iframe-container { display: none; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row > .video-iframe-container { display: none; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .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); }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container { border-width: 0; border-radius: 0; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#IXDRa2F3whcFZMidJK3FQc7Wf4xBke22 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:19.6875rem;top:14.0625rem;left:5.875rem;display:block; }
#qFRox0aZC7K9OVmU8eT2eOk7VfSWI31b { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.625rem;left:13.90625rem;overflow:hidden;display:block; }
#PPA3y5Mgb8VHaMIibDAzEdbUydJTF5oZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:44.75rem;left:11.9375rem;overflow:hidden;display:block; }
#Bgs7Nl99L8dAhGLdDUfWTi4WoCerNcXR { color:#333333;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.6875rem;left:54.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KoV390xgXA393LCuHroFwUupnAkwqLMM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:19.6875rem;top:14.0625rem;left:27.6875rem;display:block; }
#XMyhX9seIv3816JSPiOa8iI8oTU1kUq3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:19.6875rem;top:14.0625rem;left:49.4375rem;display:block; }
#yKS3xPHu2nhQAuH6Uh9xRHetBO6v9J7U { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:17.78125rem;left:50.28125rem;height:15.996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#d5duKuq1WePX1wX9WriTlMInpBdCLFkT { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:17.78125rem;left:6.625rem;height:12.796875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p1RWDmk3P7IBACVLV8TKqKTIJU2KunC7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.625rem;left:35.625rem;overflow:hidden;display:block; }
#PNm8dLs40KqeGGPIo0K4bpBrnTmD9bNM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.625rem;left:57.46875rem;overflow:hidden;display:block; }
#yoh9iAbQ4L7FriCOaOKwk9a21UUIhlKk { color:#333333;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.6875rem;left:32.53125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xMF3VnS8gRtW8eeCu9p1u62ax7wdNRwQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:44.75rem;left:33.71875rem;overflow:hidden;display:block; }
#NE4vyB4DlDvNGqsTEFp2VQTgGiEEqzn6 { color:#333333;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:42.6875rem;left:11.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HuCS5u0eGEnC7E9Na3pqQcmyAbdczvid { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:7.5625rem;top:44.75rem;left:55.5625rem;overflow:hidden;display:block; }
#VyaHekrSoMRqkz4G7tQe89a5uTVhhuVX { color:#333333;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:17.78125rem;left:28.4375rem;height:15.996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#lvAiULSMUCcPo2z4n4nfwUrqa3QEAbMd { color:#07553d;display:block;width:56.25rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.5625rem;left:10.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ySbphdkkgd4bRsRTfboa8IxTrH8bQ0O3 { color:#333333;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:38.3857421875rem;left:7.46875rem;height:1.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W98NkDJr3XfLTJDFHz7KQ7l0pEEt4HL0 { color:#333333;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:38.3857421875rem;left:29.25rem;height:1.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ed5JlNNC6NlaTm65ctQGBE5CrZ11sSNP { color:#333333;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:38.3857421875rem;left:51.09375rem;height:1.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Ssa5prcLphZHdPHdMegSgnuM9ZiXkCXl { color:#07553d;display:block;width:64.3125rem;position:absolute;font-family:oswald;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.3505859375rem;left:5.34375rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container { background-color: transparent; background-image: none; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container > .video-iframe-container { display: none; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row > .video-iframe-container { display: none; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .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); }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container { border-width: 0; border-radius: 0; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#oiAGA20PR1v9pGfQZFGPXgbIadKmqBVF { color:#07553d;display:block;width:31.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:4.1875rem;height:2.92480625rem;font-style:normal;display:block; }
#GQ73oDvHse8CucmpI3IhTJvEnQcxHL9k { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:7.8125rem;left:4.1875rem;height:10.7988125rem;display:block; }
#A4gy89Zbr25MpsrBi06FLilLHsD0S8Jl { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"work sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.0625rem;left:4.1875rem;display:block; }
#DzIagKsmOCOC95P9OeQOkQhqnpNT6QPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e1d06ea-1f50-4f60-a978-c20e37b67ebf/pruningbottomb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25rem;width:30.625rem;top:3.75rem;left:38.625rem;display:block; }#abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx.adaptive-delivery-prevent-bg, #abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx.lazyload, #abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx.lazyloading { background-image: none; }
#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container { background-color: transparent; background-image: none; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container > .video-iframe-container { display: none; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row > .video-iframe-container { display: none; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .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); }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container { border-width: 0; border-radius: 0; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#liE04VhRgSnl1fZ407zUvZxZyJRKaZrr { color:rgba(var(--color-tertiary-0),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:7.78125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#XTcz4COxDCPEfgIH4pRn9FcCPkdMGXo2 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:11.125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#rRxdE7URtL6mNURwyn5S4V529io7aTdW { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.0625rem;left:3.8125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#NXJdDNgLtVCvinmF5V3fExc8eTa0ZWxq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:18.5rem;left:11.125rem;overflow:hidden;display:block; }
#GevzCE02T9rSv0naDRO1OkvfF6rsTqFi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:25.3125rem;left:7.6875rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SJXttymf6LOLUxRmQWolcH69VQ85gWdp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:18.5rem;left:34.625rem;overflow:hidden;display:block; }
#io70Gl09ABiwTmMzrirzt92Ze0Ld0ybH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:25.25rem;left:27.75rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F5kdKtbbTOoTdLRK78GMyXDcbQTeQvT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.0625rem;left:27.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#o8y7QgT6B813vQTwr4lRwxi6caLAArVR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:18.125rem;left:58.125rem;overflow:hidden;display:block; }
#KuvAI3utMDRkW0wp9fTS74LiPqmzxgBd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:25.25rem;left:54.75rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#irWO1ILMKRQZQSAUlXrTqIGkg8ZtFQf9 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.0625rem;left:50.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mITqbNRaVoiSsbCEfe7yhdgikiZT7SvS { background-color:rgba(var(--color-secondary-4),1);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:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:56.7119140625rem;left:28.75rem;display:block; }
#Us0aWeXr9XDXKrufUdD9SqT2c7uO76O2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otA88u01RwHMe7VhNfK7xoezumCgUamx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:46.875rem;left:39.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Zk8cHEyXz81iSBUL2LztITuu1hCw9P9r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:43.0625rem;left:42.9375rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aLuXMiGNKATThABfTsvlQGnrZNb8M7Nw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:35.9375rem;left:46.3125rem;overflow:hidden;display:block; }
#OB6oOR8ApONDTf6q7Hk0qVZUHMmmifEt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:47rem;left:15.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#IyH6PhycpTi1g9P0RT7tci08bXn1K7sy { color:rgba(var(--color-tertiary-0),1);display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:43.0625rem;left:14.71875rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gNTWEzgcrugTGcJTEiwhvSF7gUhcIEMa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:36.4375rem;left:22.875rem;overflow:hidden;display:block; }
#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#07553d;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; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container { background-color: transparent; background-image: none; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container > .video-iframe-container { display: none; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row > .video-iframe-container { display: none; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .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); }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container { border-width: 0; border-radius: 0; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#yM3nNVp38dKzOyaCvMr530XThWsz1WLn { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#ApyoqPqIWo9yTKPCIA7heDNFxQOANNzH { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.53125rem;left:42.59375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#oL6T3GpN2T1vPzmKv9eWT7rSToaXAUOc { background-color:transparent;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:oswald;font-size:3rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.9375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:4.3125rem;left:6.4375rem;display:block; }
#SL1lbi24mB8nwyxzWiJTJizS24aBIf2A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container { background-color: transparent; background-image: none; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container > .video-iframe-container { display: none; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row > .video-iframe-container { display: none; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .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); }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container { border-width: 0; border-radius: 0; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#rMHbN7fTkFkEys8TlInGJo1EXEuvTtq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:7.78125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PyPTcLrm3MTR0xSJEKMpnoWUiwp84syG { color:rgba(var(--color-tertiary-0),1);display:block;width:47rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:14rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#CaLPRK2EawCoKPNEEU22OzudBlX5uIdw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.375rem;left:6rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#XUBb29yUNKd9NcchUfTlLRFJd8c2oZB8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:17.3125rem;left:10.3125rem;overflow:hidden;display:block; }
#zXiS4TvJhqyGs6Bl4rPvvuaVTl3Ovkh7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:24.4375rem;left:6.9375rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WdqbrOzfWdFW1fSD1eBxL6Fxd0T3ikgu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:17.1875rem;left:26.5rem;overflow:hidden;display:block; }
#df5DPcPG8JOVQZvTWObwMlHTJXMTMVX7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:23.25rem;left:23.125rem;height:4.19921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dk4LafhL6NlleeQTXsz8zP3VbOgI5uPk { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.25rem;left:22.1875rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#KwE40ipMXZTT7zsswS1l23Gzm3G9Xan7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:17.0625rem;left:42.9375rem;overflow:hidden;display:block; }
#wdeB6TkyPfbgCpy0QA2QHrV5JTJ57WI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:24.1875rem;left:39.5625rem;height:2.0996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BhRH5lPWlMv3IxMLgPut02FnaccKpRmC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.25rem;left:38.625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#qBd00iTT3TlCfGq9DO6wNKU9ONZIrAri { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:17.8125rem;left:59.5625rem;overflow:hidden;display:block; }
#ceii0UWw4sT5hgHZPXVASoBHKkL4TP4k { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:23.375rem;left:55.6875rem;height:4.19921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kDTmWf92UKX5QtUAXOrdeTgA4VIK9qam { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:"noto sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:54.9375rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#U6H7ah7eQQtV6pGtNm6eqNVuSBGOJEuS { background-color:rgba(var(--color-secondary-4),1);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:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.0869140625rem;left:28.75rem;display:block; }
#wE50su04lSHATpDRGcZOH2bRMS6KUgIc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDH9sWGa3Oyvm255rnureobXh5xhIAmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container { background-color: transparent; background-image: none; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container > .video-iframe-container { display: none; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row > .video-iframe-container { display: none; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .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); }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container { border-width: 0; border-radius: 0; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#Vmy2cGuqDHvHTWMReK3msLcmeSJF1puN { color:#07553d;display:block;width:53.625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.1875rem;left:11.375rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c179235-899e-426f-b15b-090657b36d54/pruningbottoma.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:23.5625rem;top:14.1875rem;left:0rem;display:block; }#qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7.adaptive-delivery-prevent-bg, #qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7.lazyload, #qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7.lazyloading { background-image: none; }
#g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e1d06ea-1f50-4f60-a978-c20e37b67ebf/pruningbottomb.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:23.5625rem;top:14.1875rem;left:25.75rem;display:block; }#g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF.adaptive-delivery-prevent-bg, #g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF.lazyload, #g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF.lazyloading { background-image: none; }
#ZFtSW2ync075BOZMDmAxKnIapNx0uwrk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5978b247-3db4-4d43-bacf-55830d3b91ba/pruningbottomc.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:23.5625rem;top:14.1875rem;left:51.4375rem;display:block; }#ZFtSW2ync075BOZMDmAxKnIapNx0uwrk.adaptive-delivery-prevent-bg, #ZFtSW2ync075BOZMDmAxKnIapNx0uwrk.lazyload, #ZFtSW2ync075BOZMDmAxKnIapNx0uwrk.lazyloading { background-image: none; }
#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a00f0ced-4d68-47ae-87e1-626dcfd2cf8f/rayzorcallusbackground.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl.adaptive-delivery-prevent-bg, #KFsGkfZR5f7KVkMflF14Xpxq04blkbTl.lazyload, #KFsGkfZR5f7KVkMflF14Xpxq04blkbTl.lazyloading { background-image: none; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container { background-color: transparent; background-image: none; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container > .video-iframe-container { display: none; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row > .video-iframe-container { display: none; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .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); }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container { border-width: 0; border-radius: 0; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#AKFNXTyF83cZ5LbWtlyNiLRUZKsGTwfk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:54.8125rem;top:3.75rem;left:10.125rem;display:block; }
#eTcpSx0pGgMl9QkuHrGLCBdiyE7hyzvH { color:#07553d;display:block;width:50.5625rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:6.5rem;left:12.21875rem;height:11.0244375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n99Gd6If0GrWau8aHuMUVTFg6AGTJGBI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:15.5625rem;left:13.65625rem;height:9.4453125rem;text-align:center;text-align-last:center;display:block; }
#AGbEatVZ0eHbemiJm4K5FtiBfu76cyxA { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:36.0625rem;left:26.78125rem;display:block; }
#zyoTz4vsEgtBs81Cm89orefTZn5CWq4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7rZtyEkT4wKMIdWqd1eTw9wyD6cM8Uf { color:#07553d;display:block;width:50.5625rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:27.9375rem;left:12.21875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container { background-color: transparent; background-image: none; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container > .video-iframe-container { display: none; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row > .video-iframe-container { display: none; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .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); }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container { border-width: 0; border-radius: 0; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#TdyMPRn866wIyhLB8kgFprQLUxudV0k3 { color:#07553d;display:block;width:28.6875rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.74267578125rem;left:5.0625rem;height:12.597625rem;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; }
#s3GcVuX3s1IdCu1lixtiUxKs0cG85cuK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.4375rem;left:5.0625rem;height:4.798825rem;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; }
#ywtNNwb1Z8KUpETOd5zFDXAX5oMJfe5u { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f1e4c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#f1e4c3' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),0), #f1e4c3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:37.5625rem;top:25.875rem;left:-45.0625rem;display:none; }
#MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.1875rem;width:33.4375rem;top:5.74267578125rem;left:39.1513671875rem;overflow:hidden;display:block; }
#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.25rem;left:5.0625rem;height:13.07225rem;font-style:normal;display:block; }#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X li:before{  }
#E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.24951171875rem;left:17.25rem;height:13.07225rem;font-style:normal;display:block; }#E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW li:before{  }
#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a170497f-4955-43ba-8ba1-e162c5e8f7f3/rayzorstreeremoval03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3.adaptive-delivery-prevent-bg, #LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3.lazyload, #LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3.lazyloading { background-image: none; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container { background-color: transparent; background-image: none; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container > .video-iframe-container { display: none; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row > .video-iframe-container { display: none; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .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); }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container { border-width: 0; border-radius: 0; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ZmboZ6xspE6XEkRzbGzmSpFJGhXtBJPR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:15.9375rem;top:5.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#lteXTVQ9EbOGGsbu9TyVmiBn43sqOv2O { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.8125rem;left:5.625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#lhM4fphfUsigT65TndSwe0LovJJwKgGf { color:rgba(var(--color-tertiary-0),1);display:block;width:52.75rem;position:absolute;font-family:"noto sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:21.0625rem;left:11.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6v7oRAWanERU2BMFwuJ4LNXL46dT3I1 { background-color:rgba(var(--color-primary-3),1);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:4.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.75rem;left:26.9375rem;display:block; }
#yaafrlEpSnEGHpzOF974u1LJOHTJB1Vg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hywpCrNxfvdvDJH4TuoJfOfkywk513Cz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7rem;width:17.25rem;top:5.3125rem;left:28.5rem;display:block; }
#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { background-color: transparent; background-image: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container > .video-iframe-container { display: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container { display: none; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .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); }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { border-width: 0; border-radius: 0; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:"noto sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.76220703125rem;left:7.5rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { top:1.75rem;left:0rem;width:15.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { width:16.25rem;height:4.375rem;top:2.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block; }
 }@media only screen and (max-width: 763px) { #OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf { display:block; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebxh4Dt50Wh31QOIeFpz2wC4fAH79THD { top:0rem;left:24.875rem;width:22.875rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF  { width:17.5rem;height:auto;top:7.375rem;left:27.75rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF {display:block;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF { width:17.5rem;height:auto;top:7.375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #gquDsOnxLbgsOFzXWAs47V93wS9xvV5R {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Tohekm1y3TTHU2RAnXWA8AsiP0MKlQJD {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #LbBzQ0n2RKVCWQNBFWfPfEvcSCOJVkkm {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qDyq2lf5kFa3SCPIe273yXc0W5VIZpss {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #c0aUT4sXxzHdrg9E2KbCS0RWW4NChZdH {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #p4yAE2U8v6paIgdTDkUZz33uM124tRMb {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #rzsJQDq0oF7b21ezXRc2yU2vBU5dLBIx {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #viIgaTyyPVRCrPAN0D27ugiuaM6WvzIF {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #wA0rAtSExM81bDS43tIdFG2KUoRDQwn6 {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qSqrV5qpS34ViPvpaTEOHq6fKBCuHES0 {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Xu1yTneC4ZfD1ycHh5JnhF4bBAoRkMNq {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #G24J2Qx0GOtiQg8yJKBaEaiAVWq47iBk {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #OkpoPaE9UA4VqfpN7KIUptLpGtkkhzSH {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #F4NLRe19XVGUzROlQBiloMdVSegZQuIv {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #zvtakXHITqiPLRrDBgE497xE5OlAHiZX {  }
 }@media only screen and (max-width: 763px) { #zpZQGLkzNOsiwh3x5IPaBIbeJM0FUkTG { display:block; }
 }@media only screen and (max-width: 763px) { #Q0nzlitLLmQ77hhJ1ooidUEZk3fXodz7 { display:block; }
 }@media only screen and (max-width: 763px) { #SVbmBxq8vDZ1SRD0vC6sxDCqQ7NxOKUM { display:block; }
 }@media only screen and (max-width: 763px) { #OtFHyeWHBnQEXaaHN9TAxPEy4XSXHR6q { display:block; }
 }@media only screen and (max-width: 763px) { #Jq295iP7MUsz9ul7kmAzekdHqxnStLJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #wwCbkWFCcJSzXK8H0KORnLAI099GmmJk { display:block; }
 }@media only screen and (max-width: 763px) { #vP69gzU5QJ5oWxnVTJBxLhWatXK5NhTS { display:block; }
 }@media only screen and (max-width: 763px) { #wlzdPKr7XfOZIe38a18ZnaJS1nUTDCcQ { display:block; }
 }@media only screen and (max-width: 763px) { #aUZmzfvtn97CSPBtot8wmazeBxTfDyUI { display:block; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #AwPT0hX6FuFcDD9Owv45U4vcA3NIqB4H {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #bxBFKLGePiw8k1255ASLi2UrsGxR4dfS {  }
 }@media only screen and (max-width: 763px) { #h7Xvg7C24r4brPVg7R50cXaOGtwWKu7t { top:2.1875rem;left:28.25rem;width:19.5rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3MKDbecQw1F2Upgex7TTpmwGhSIw8hu { top:5.625rem;left:0rem;width:41.625rem;height:19.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvhD4yQObsPNsLDmBUwcAXPuNCZAqAG9 { top:25.6875rem;left:0rem;width:38.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOHW5SW9aRtCvl8FePFKsCbkie53pJui { top:25.875rem;left:0rem;width:37.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK4uL8G40mX2rTLt469uVvrsqVG7s2KU { top:5.5rem;left:33.5rem;width:14.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZcVa6OSzqkkain2gT22uPTOLJNQd0I { display:none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hPkbuCslUf7HTuuQ2evyNAMCczhhWTof { top:2.125rem;left:1.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZCeOJrRwnWbitLLoqf6wGrwb2UT4d9c { top:2.3125rem;left:23.9375rem;width:10.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxNTc1T8pvpJeXc6XkBDZTVFTt8U9064 { top:2.6875rem;left:13.0625rem;width:8.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVpFRz9fLsV5o3WIpC6OfFJcESASoILT { top:2.6875rem;left:36.6875rem;width:10.0625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti { display:block; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXDRa2F3whcFZMidJK3FQc7Wf4xBke22 { top:14.0625rem;left:0rem;width:19.6875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRox0aZC7K9OVmU8eT2eOk7VfSWI31b { top:12.625rem;left:0.28125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPA3y5Mgb8VHaMIibDAzEdbUydJTF5oZ { top:44.75rem;left:0rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgs7Nl99L8dAhGLdDUfWTi4WoCerNcXR { top:42.6875rem;left:38.125rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoV390xgXA393LCuHroFwUupnAkwqLMM { top:14.0625rem;left:14.0625rem;width:19.6875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMyhX9seIv3816JSPiOa8iI8oTU1kUq3 { top:14.0625rem;left:28.0625rem;width:19.6875rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKS3xPHu2nhQAuH6Uh9xRHetBO6v9J7U { top:17.75rem;left:29.625rem;width:18.125rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5duKuq1WePX1wX9WriTlMInpBdCLFkT { top:17.75rem;left:0rem;width:18.1875rem;height:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1RWDmk3P7IBACVLV8TKqKTIJU2KunC7 { top:12.625rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNm8dLs40KqeGGPIo0K4bpBrnTmD9bNM { top:12.625rem;left:43.84375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoh9iAbQ4L7FriCOaOKwk9a21UUIhlKk { top:42.6875rem;left:18.90625rem;width:9.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMF3VnS8gRtW8eeCu9p1u62ax7wdNRwQ { top:44.75rem;left:20.09375rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE4vyB4DlDvNGqsTEFp2VQTgGiEEqzn6 { top:42.6875rem;left:0rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCS5u0eGEnC7E9Na3pqQcmyAbdczvid { top:44.75rem;left:40.1875rem;width:7.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyaHekrSoMRqkz4G7tQe89a5uTVhhuVX { top:17.75rem;left:14.8125rem;width:18.125rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAiULSMUCcPo2z4n4nfwUrqa3QEAbMd { top:7.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbphdkkgd4bRsRTfboa8IxTrH8bQ0O3 { top:38.375rem;left:0rem;width:16.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98NkDJr3XfLTJDFHz7KQ7l0pEEt4HL0 { top:38.375rem;left:15.625rem;width:16.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5JlNNC6NlaTm65ctQGBE5CrZ11sSNP { top:38.375rem;left:31.25rem;width:16.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssa5prcLphZHdPHdMegSgnuM9ZiXkCXl { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E { display:block; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiAGA20PR1v9pGfQZFGPXgbIadKmqBVF { top:3.75rem;left:0rem;width:31.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ73oDvHse8CucmpI3IhTJvEnQcxHL9k { top:7.8125rem;left:0rem;width:30.3125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4gy89Zbr25MpsrBi06FLilLHsD0S8Jl { width:16.25rem;height:3.75rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIagKsmOCOC95P9OeQOkQhqnpNT6QPs { display:block; }
 }@media only screen and (max-width: 763px) { #abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx { top:3.75rem;left:17.125rem;width:30.625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD { display:block; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liE04VhRgSnl1fZ407zUvZxZyJRKaZrr { top:5rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcz4COxDCPEfgIH4pRn9FcCPkdMGXo2 { top:9.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRxdE7URtL6mNURwyn5S4V529io7aTdW { top:29.0625rem;left:0rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJdDNgLtVCvinmF5V3fExc8eTa0ZWxq { top:18.5rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevzCE02T9rSv0naDRO1OkvfF6rsTqFi { top:25.3125rem;left:0rem;width:12.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJXttymf6LOLUxRmQWolcH69VQ85gWdp { top:18.5rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #io70Gl09ABiwTmMzrirzt92Ze0Ld0ybH { top:25.25rem;left:14.125rem;width:19.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kdKtbbTOoTdLRK78GMyXDcbQTeQvT7 { top:29.0625rem;left:13.6875rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8y7QgT6B813vQTwr4lRwxi6caLAArVR { top:18.125rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuvAI3utMDRkW0wp9fTS74LiPqmzxgBd { top:25.25rem;left:35.25rem;width:12.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irWO1ILMKRQZQSAUlXrTqIGkg8ZtFQf9 { top:29.0625rem;left:27.4375rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITqbNRaVoiSsbCEfe7yhdgikiZT7SvS { width:17.5rem;height:3.125rem;top:56.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us0aWeXr9XDXKrufUdD9SqT2c7uO76O2 { display:block; }
 }@media only screen and (max-width: 763px) { #otA88u01RwHMe7VhNfK7xoezumCgUamx { top:46.875rem;left:25.5rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8cHEyXz81iSBUL2LztITuu1hCw9P9r { top:43.0625rem;left:29.3125rem;width:12.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLuXMiGNKATThABfTsvlQGnrZNb8M7Nw { top:35.9375rem;left:32.6875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB6oOR8ApONDTf6q7Hk0qVZUHMmmifEt { top:47rem;left:1.9375rem;width:20.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyH6PhycpTi1g9P0RT7tci08bXn1K7sy { top:43.0625rem;left:1.09375rem;width:22rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNTWEzgcrugTGcJTEiwhvSF7gUhcIEMa { top:36.4375rem;left:9.25rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 { display:block; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM3nNVp38dKzOyaCvMr530XThWsz1WLn { top:2.5rem;left:16.6875rem;width:31.0625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApyoqPqIWo9yTKPCIA7heDNFxQOANNzH { top:8.5rem;left:23.625rem;width:24.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6T3GpN2T1vPzmKv9eWT7rSToaXAUOc { width:21.875rem;height:4.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1lbi24mB8nwyxzWiJTJizS24aBIf2A { display:block; }
 }@media only screen and (max-width: 763px) { #eQWCayhNz97uDqBkHrTXnmnzz7NnOICP { display:block; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMHbN7fTkFkEys8TlInGJo1EXEuvTtq0 { top:5rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPTcLrm3MTR0xSJEKMpnoWUiwp84syG { top:12.0625rem;left:0.375rem;width:47rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaLPRK2EawCoKPNEEU22OzudBlX5uIdw { top:28.375rem;left:0rem;width:14.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBb29yUNKd9NcchUfTlLRFJd8c2oZB8 { top:17.3125rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXiS4TvJhqyGs6Bl4rPvvuaVTl3Ovkh7 { top:24.4375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqbrOzfWdFW1fSD1eBxL6Fxd0T3ikgu { top:17.1875rem;left:12.875rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #df5DPcPG8JOVQZvTWObwMlHTJXMTMVX7 { top:23.25rem;left:9.5rem;width:12.5rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk4LafhL6NlleeQTXsz8zP3VbOgI5uPk { top:28.25rem;left:8.5625rem;width:14.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwE40ipMXZTT7zsswS1l23Gzm3G9Xan7 { top:17.0625rem;left:29.3125rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdeB6TkyPfbgCpy0QA2QHrV5JTJ57WI1 { top:24.1875rem;left:25.9375rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhRH5lPWlMv3IxMLgPut02FnaccKpRmC { top:28.25rem;left:25rem;width:14.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBd00iTT3TlCfGq9DO6wNKU9ONZIrAri { top:17.8125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceii0UWw4sT5hgHZPXVASoBHKkL4TP4k { top:23.375rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTmWf92UKX5QtUAXOrdeTgA4VIK9qam { top:28.25rem;left:33.6875rem;width:14.0625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6H7ah7eQQtV6pGtNm6eqNVuSBGOJEuS { width:17.5rem;height:3.125rem;top:42.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE50su04lSHATpDRGcZOH2bRMS6KUgIc { display:block; }
 }@media only screen and (max-width: 763px) { #uDH9sWGa3Oyvm255rnureobXh5xhIAmB { display:block; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmy2cGuqDHvHTWMReK3msLcmeSJF1puN { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7 { top:14.1875rem;left:0rem;width:23.5625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF { top:14.1875rem;left:12.125rem;width:23.5625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtSW2ync075BOZMDmAxKnIapNx0uwrk { top:14.1875rem;left:24.1875rem;width:23.5625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFsGkfZR5f7KVkMflF14Xpxq04blkbTl { display:block; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKFNXTyF83cZ5LbWtlyNiLRUZKsGTwfk { top:3.75rem;left:0rem;width:47.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcpSx0pGgMl9QkuHrGLCBdiyE7hyzvH { top:6.5rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99Gd6If0GrWau8aHuMUVTFg6AGTJGBI { top:15.5625rem;left:0.03125rem;width:47.6875rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGbEatVZ0eHbemiJm4K5FtiBfu76cyxA { width:21.4375rem;height:3.4375rem;top:36.0625rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoTz4vsEgtBs81Cm89orefTZn5CWq4V { display:block; }
 }@media only screen and (max-width: 763px) { #y7rZtyEkT4wKMIdWqd1eTw9wyD6cM8Uf { top:27.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 { display:block; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdyMPRn866wIyhLB8kgFprQLUxudV0k3 { top:5.6875rem;left:0rem;width:28.6875rem;height:9.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3GcVuX3s1IdCu1lixtiUxKs0cG85cuK { top:17.4375rem;left:0rem;width:31.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywtNNwb1Z8KUpETOd5zFDXAX5oMJfe5u { top:25.875rem;left:0rem;width:37.5625rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { top:5.6875rem;left:14.3125rem;width:33.4375rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X { top:23.25rem;left:0rem;width:11.0625rem;height:;font-size:0.875rem;display:block; }#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X li:before{  }
 }@media only screen and (max-width: 763px) { #E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW { top:23.1875rem;left:3.625rem;width:11.0625rem;height:13.0625rem;font-size:0.875rem;display:block; }#E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW li:before{  }
 }@media only screen and (max-width: 763px) { #LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 { display:block; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmboZ6xspE6XEkRzbGzmSpFJGhXtBJPR { top:5.5625rem;left:15.8125rem;width:15.9375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteXTVQ9EbOGGsbu9TyVmiBn43sqOv2O { top:13.8125rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhM4fphfUsigT65TndSwe0LovJJwKgGf { top:21.0625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6v7oRAWanERU2BMFwuJ4LNXL46dT3I1 { width:21.125rem;height:4.75rem;top:26.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaafrlEpSnEGHpzOF974u1LJOHTJB1Vg { display:block; }
 }@media only screen and (max-width: 763px) { #hywpCrNxfvdvDJH4TuoJfOfkywk513Cz { top:5.3125rem;left:14.875rem;width:17.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { top:0.75rem;left:0rem;width:39.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQy6ILt6la9ZcFvUyMiXgElgnsbio3lP { width:15.9375rem;height:6.125rem;top:1.1875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOm1scbX8kCk2pPcMuZ6MRVTGxJTo7UF { width:17.5rem;height:4.375rem;top:9.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8PuPQcRuBJyMNTan0Kx2GHxZnVeSSVs { display:block; }
 }@media only screen and (max-width: 763px) { #OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf { display:block; }#OG5GsBSLb5kCTU8EHLERmRcU4tRS8FQf > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebxh4Dt50Wh31QOIeFpz2wC4fAH79THD { width:20rem;height:34.3125rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-text {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-select {padding-top: 0; padding-bottom: 0;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF  { width:17.5rem;height:auto;top:28.6875rem;left:0rem; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF {display:block;}#DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF { width:17.5rem;height:auto;top:28.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #gquDsOnxLbgsOFzXWAs47V93wS9xvV5R {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Tohekm1y3TTHU2RAnXWA8AsiP0MKlQJD {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #LbBzQ0n2RKVCWQNBFWfPfEvcSCOJVkkm {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qDyq2lf5kFa3SCPIe273yXc0W5VIZpss {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #c0aUT4sXxzHdrg9E2KbCS0RWW4NChZdH {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #p4yAE2U8v6paIgdTDkUZz33uM124tRMb {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #rzsJQDq0oF7b21ezXRc2yU2vBU5dLBIx {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #viIgaTyyPVRCrPAN0D27ugiuaM6WvzIF {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #wA0rAtSExM81bDS43tIdFG2KUoRDQwn6 {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #qSqrV5qpS34ViPvpaTEOHq6fKBCuHES0 {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #Xu1yTneC4ZfD1ycHh5JnhF4bBAoRkMNq {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #G24J2Qx0GOtiQg8yJKBaEaiAVWq47iBk {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #OkpoPaE9UA4VqfpN7KIUptLpGtkkhzSH {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #F4NLRe19XVGUzROlQBiloMdVSegZQuIv {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #zvtakXHITqiPLRrDBgE497xE5OlAHiZX {  }
 }@media only screen and (max-width: 763px) { #zpZQGLkzNOsiwh3x5IPaBIbeJM0FUkTG { display:block; }
 }@media only screen and (max-width: 763px) { #Q0nzlitLLmQ77hhJ1ooidUEZk3fXodz7 { display:block; }
 }@media only screen and (max-width: 763px) { #SVbmBxq8vDZ1SRD0vC6sxDCqQ7NxOKUM { display:block; }
 }@media only screen and (max-width: 763px) { #OtFHyeWHBnQEXaaHN9TAxPEy4XSXHR6q { display:block; }
 }@media only screen and (max-width: 763px) { #Jq295iP7MUsz9ul7kmAzekdHqxnStLJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #wwCbkWFCcJSzXK8H0KORnLAI099GmmJk { display:block; }
 }@media only screen and (max-width: 763px) { #vP69gzU5QJ5oWxnVTJBxLhWatXK5NhTS { display:block; }
 }@media only screen and (max-width: 763px) { #wlzdPKr7XfOZIe38a18ZnaJS1nUTDCcQ { display:block; }
 }@media only screen and (max-width: 763px) { #aUZmzfvtn97CSPBtot8wmazeBxTfDyUI { display:block; }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #AwPT0hX6FuFcDD9Owv45U4vcA3NIqB4H {  }
 }@media only screen and (max-width: 763px) { #DgRCWm4PbTFZPQfzr9DTuAc42TgFyQcF #bxBFKLGePiw8k1255ASLi2UrsGxR4dfS {  }
 }@media only screen and (max-width: 763px) { #h7Xvg7C24r4brPVg7R50cXaOGtwWKu7t { width:17.5rem;height:1.75rem;top:24.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3MKDbecQw1F2Upgex7TTpmwGhSIw8hu { width:20rem;height:14.847625rem;top:3.4619140625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qvhD4yQObsPNsLDmBUwcAXPuNCZAqAG9 { width:20rem;height:2.5996125rem;top:19.0849609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOHW5SW9aRtCvl8FePFKsCbkie53pJui { width:20rem;height:10.1875rem;top:52.1875rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #dK4uL8G40mX2rTLt469uVvrsqVG7s2KU { width:17.3125rem;height:1.94921875rem;top:27.125rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKZcVa6OSzqkkain2gT22uPTOLJNQd0I { background-color:#ffffff;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;display:block; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { background-color: transparent; background-image: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container > .video-iframe-container { display: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container { display: none; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .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); }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { border-width: 0; border-radius: 0; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JKZcVa6OSzqkkain2gT22uPTOLJNQd0I > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPkbuCslUf7HTuuQ2evyNAMCczhhWTof { width:6.9375rem;height:6.9375rem;top:0.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZCeOJrRwnWbitLLoqf6wGrwb2UT4d9c { width:8.0625rem;height:6.625rem;top:8.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxNTc1T8pvpJeXc6XkBDZTVFTt8U9064 { width:6.5rem;height:6.625rem;top:1.09375rem;left:10.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVpFRz9fLsV5o3WIpC6OfFJcESASoILT { width:7.3125rem;height:6rem;top:8.75rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti { display:block; }#cIkuXzRHt4Nee9Kvdm1Miavl2toB7Mti > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXDRa2F3whcFZMidJK3FQc7Wf4xBke22 { width:18.125rem;height:30rem;top:12.1rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFRox0aZC7K9OVmU8eT2eOk7VfSWI31b { width:3.75rem;height:3.75rem;top:39.6625rem;left:1.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPA3y5Mgb8VHaMIibDAzEdbUydJTF5oZ { width:7.5625rem;height:1.375rem;top:41.475rem;left:6.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bgs7Nl99L8dAhGLdDUfWTi4WoCerNcXR { width:12.5rem;height:0;top:39.6625rem;left:6.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoV390xgXA393LCuHroFwUupnAkwqLMM { width:20rem;height:29.3125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMyhX9seIv3816JSPiOa8iI8oTU1kUq3 { width:20rem;height:27.625rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKS3xPHu2nhQAuH6Uh9xRHetBO6v9J7U { width:18.875rem;height:17.5956875rem;top:23.5625rem;left:0.5625rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #d5duKuq1WePX1wX9WriTlMInpBdCLFkT { width:19.1875rem;height:13.5rem;top:55.8125rem;left:0.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p1RWDmk3P7IBACVLV8TKqKTIJU2KunC7 { width:3.75rem;height:3.75rem;top:18.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNm8dLs40KqeGGPIo0K4bpBrnTmD9bNM { width:3.75rem;height:3.75rem;top:51rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoh9iAbQ4L7FriCOaOKwk9a21UUIhlKk { width:12.5rem;height:1.29980625rem;top:45.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMF3VnS8gRtW8eeCu9p1u62ax7wdNRwQ { width:7.5625rem;height:1.375rem;top:47.375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE4vyB4DlDvNGqsTEFp2VQTgGiEEqzn6 { width:12.5rem;height:1.29980625rem;top:75.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCS5u0eGEnC7E9Na3pqQcmyAbdczvid { width:7.5625rem;height:1.375rem;top:77.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyaHekrSoMRqkz4G7tQe89a5uTVhhuVX { width:16.5rem;height:0;top:75.3125rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvAiULSMUCcPo2z4n4nfwUrqa3QEAbMd { width:20rem;height:3rem;top:12.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbphdkkgd4bRsRTfboa8IxTrH8bQ0O3 { width:16.5rem;height:1.5996125rem;top:71.0625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W98NkDJr3XfLTJDFHz7KQ7l0pEEt4HL0 { width:16.5rem;height:1.5996125rem;top:42.7822265625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed5JlNNC6NlaTm65ctQGBE5CrZ11sSNP { width:16.5rem;height:0;top:87.1875rem;left:1.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ssa5prcLphZHdPHdMegSgnuM9ZiXkCXl { width:18.1875rem;height:4.94921875rem;top:4.1875rem;left:0.90625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E { display:block; }#Pwn373cP7qH8xP3dg2HVe9zBU0CvVC0E > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oiAGA20PR1v9pGfQZFGPXgbIadKmqBVF { width:20rem;height:2.2753875rem;top:21.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ73oDvHse8CucmpI3IhTJvEnQcxHL9k { width:20rem;height:17.9980625rem;top:25.013671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4gy89Zbr25MpsrBi06FLilLHsD0S8Jl { width:16.25rem;height:3.125rem;top:45.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIagKsmOCOC95P9OeQOkQhqnpNT6QPs { display:block; }
 }@media only screen and (max-width: 763px) { #abEZk7xU8TrRt4IMU4vTyUwi7TchT8zx { width:20rem;height:17.125rem;top:2.59521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD { display:block; }#ax1zIu7c7TugRIwL6TUmDJLIiw7gNHdD > .row .container { width:20rem;height:114.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liE04VhRgSnl1fZ407zUvZxZyJRKaZrr { width:20rem;height:7.7988125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcz4COxDCPEfgIH4pRn9FcCPkdMGXo2 { width:20rem;height:16.8974375rem;top:11.5rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rRxdE7URtL6mNURwyn5S4V529io7aTdW { width:20rem;height:3.8994125rem;top:39.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXJdDNgLtVCvinmF5V3fExc8eTa0ZWxq { width:4.875rem;height:4.875rem;top:31.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GevzCE02T9rSv0naDRO1OkvfF6rsTqFi { width:12.5rem;height:2.0996125rem;top:36.8125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJXttymf6LOLUxRmQWolcH69VQ85gWdp { width:5.75rem;height:5.75rem;top:46.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #io70Gl09ABiwTmMzrirzt92Ze0Ld0ybH { width:20rem;height:2.0996125rem;top:52.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5kdKtbbTOoTdLRK78GMyXDcbQTeQvT7 { width:20rem;height:3.8994125rem;top:55.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8y7QgT6B813vQTwr4lRwxi6caLAArVR { width:5.375rem;height:5.375rem;top:61rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuvAI3utMDRkW0wp9fTS74LiPqmzxgBd { width:12.5rem;height:2.0996125rem;top:66.3125rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irWO1ILMKRQZQSAUlXrTqIGkg8ZtFQf9 { width:20rem;height:3.8994125rem;top:69.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITqbNRaVoiSsbCEfe7yhdgikiZT7SvS { width:17.5rem;height:3.125rem;top:106.7216796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us0aWeXr9XDXKrufUdD9SqT2c7uO76O2 { display:block; }
 }@media only screen and (max-width: 763px) { #otA88u01RwHMe7VhNfK7xoezumCgUamx { width:20rem;height:3.8994125rem;top:100.88525390625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8cHEyXz81iSBUL2LztITuu1hCw9P9r { width:12.5rem;height:2.0996125rem;top:97.9375rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLuXMiGNKATThABfTsvlQGnrZNb8M7Nw { width:5.75rem;height:5.75rem;top:92.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB6oOR8ApONDTf6q7Hk0qVZUHMmmifEt { width:20rem;height:3.8994125rem;top:85.923828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyH6PhycpTi1g9P0RT7tci08bXn1K7sy { width:20rem;height:4.19921875rem;top:80.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNTWEzgcrugTGcJTEiwhvSF7gUhcIEMa { width:5.75rem;height:5.75rem;top:75.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 { display:block; }#BJ4xIBiM7if6ETJTMXeguFP9DQoKnxP6 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yM3nNVp38dKzOyaCvMr530XThWsz1WLn { width:20rem;height:7.7988125rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApyoqPqIWo9yTKPCIA7heDNFxQOANNzH { width:20rem;height:2.5996125rem;top:10.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL6T3GpN2T1vPzmKv9eWT7rSToaXAUOc { width:18.6875rem;height:4.4375rem;top:15.3125rem;left:0.6875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SL1lbi24mB8nwyxzWiJTJizS24aBIf2A { display:block; }
 }@media only screen and (max-width: 763px) { #eQWCayhNz97uDqBkHrTXnmnzz7NnOICP { display:block; }#eQWCayhNz97uDqBkHrTXnmnzz7NnOICP > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMHbN7fTkFkEys8TlInGJo1EXEuvTtq0 { width:20rem;height:12.9980625rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPTcLrm3MTR0xSJEKMpnoWUiwp84syG { width:20rem;height:6.499rem;top:16.125rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CaLPRK2EawCoKPNEEU22OzudBlX5uIdw { width:20rem;height:6.499rem;top:32.21923828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBb29yUNKd9NcchUfTlLRFJd8c2oZB8 { width:4.875rem;height:4.875rem;top:23.86962890625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXiS4TvJhqyGs6Bl4rPvvuaVTl3Ovkh7 { width:12.5rem;height:2.0996125rem;top:29.36962890625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqbrOzfWdFW1fSD1eBxL6Fxd0T3ikgu { width:5.75rem;height:5.75rem;top:38.7177734375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df5DPcPG8JOVQZvTWObwMlHTJXMTMVX7 { width:20rem;height:2.0996125rem;top:44.4677734375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk4LafhL6NlleeQTXsz8zP3VbOgI5uPk { width:20rem;height:6.499rem;top:47.3173828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwE40ipMXZTT7zsswS1l23Gzm3G9Xan7 { width:5.375rem;height:5.375rem;top:54.25341796875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdeB6TkyPfbgCpy0QA2QHrV5JTJ57WI1 { width:12.5rem;height:2.0996125rem;top:59.56591796875rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhRH5lPWlMv3IxMLgPut02FnaccKpRmC { width:20rem;height:6.499rem;top:62.47802734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBd00iTT3TlCfGq9DO6wNKU9ONZIrAri { width:4.125rem;height:4.125rem;top:69.9140625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceii0UWw4sT5hgHZPXVASoBHKkL4TP4k { width:17.125rem;height:2.0996125rem;top:74.5390625rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTmWf92UKX5QtUAXOrdeTgA4VIK9qam { width:20rem;height:5.19921875rem;top:77.388671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6H7ah7eQQtV6pGtNm6eqNVuSBGOJEuS { width:17.5rem;height:3.125rem;top:84.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE50su04lSHATpDRGcZOH2bRMS6KUgIc { display:block; }
 }@media only screen and (max-width: 763px) { #uDH9sWGa3Oyvm255rnureobXh5xhIAmB { display:block; }#uDH9sWGa3Oyvm255rnureobXh5xhIAmB > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vmy2cGuqDHvHTWMReK3msLcmeSJF1puN { width:20rem;height:8.3984375rem;top:3.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrVX9iPnXvd52xlI4hdmeMhnsKlCWJd7 { width:20rem;height:18.4375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8bRlgk39OFJ9QHyk9svfzKzAr2T4XbF { width:20rem;height:18.4375rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFtSW2ync075BOZMDmAxKnIapNx0uwrk { width:20rem;height:18.4375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFsGkfZR5f7KVkMflF14Xpxq04blkbTl { display:block; }#KFsGkfZR5f7KVkMflF14Xpxq04blkbTl > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKFNXTyF83cZ5LbWtlyNiLRUZKsGTwfk { width:20rem;height:56.8125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTcpSx0pGgMl9QkuHrGLCBdiyE7hyzvH { width:18.8125rem;height:10.1484375rem;top:4.25rem;left:0.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n99Gd6If0GrWau8aHuMUVTFg6AGTJGBI { width:18.3125rem;height:23.61334375rem;top:16.19140625rem;left:0.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGbEatVZ0eHbemiJm4K5FtiBfu76cyxA { width:19rem;height:3.75rem;top:51.8125rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyoTz4vsEgtBs81Cm89orefTZn5CWq4V { display:block; }
 }@media only screen and (max-width: 763px) { #y7rZtyEkT4wKMIdWqd1eTw9wyD6cM8Uf { width:18.4375rem;height:8.44925rem;top:41.75rem;left:0.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 { display:block; }#tmA8P9lfn75ohLxvXgIuEBCsK7uT6HC6 > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdyMPRn866wIyhLB8kgFprQLUxudV0k3 { width:20rem;height:15.7470625rem;top:2.9423828125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #s3GcVuX3s1IdCu1lixtiUxKs0cG85cuK { width:20rem;height:6.3984375rem;top:38.5986328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ywtNNwb1Z8KUpETOd5zFDXAX5oMJfe5u { width:20rem;height:10.1875rem;top:52.1875rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #MyXU6fK6mCaJVofQrwuIfaqRlBPIdBQN { width:20rem;height:16.875rem;top:20.0361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X { width:8.3125rem;height:11.295875rem;top:46.93701171875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUWMPQUf1Fi7Ut607neMPNd1eTrCRA0X li:before{  }
 }@media only screen and (max-width: 763px) { #E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW { width:10.8125rem;height:11.670875rem;top:46.93701171875rem;left:9.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#E2fKNGFlzqPieOy0Hueg8AxDmuyL0xnW li:before{  }
 }@media only screen and (max-width: 763px) { #LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 { display:block; }#LTrHHQlO1zSBqlNwDnz4XOtRJ1TTJQE3 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZmboZ6xspE6XEkRzbGzmSpFJGhXtBJPR { width:13.125rem;height:4.9375rem;top:3.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteXTVQ9EbOGGsbu9TyVmiBn43sqOv2O { width:20rem;height:9.421875rem;top:10.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhM4fphfUsigT65TndSwe0LovJJwKgGf { width:20rem;height:8.7715rem;top:22.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6v7oRAWanERU2BMFwuJ4LNXL46dT3I1 { width:19rem;height:4.75rem;top:32.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaafrlEpSnEGHpzOF974u1LJOHTJB1Vg { display:block; }
 }@media only screen and (max-width: 763px) { #hywpCrNxfvdvDJH4TuoJfOfkywk513Cz { width:14.4375rem;height:5.5rem;top:3rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R { display:block; }#DgOKSwJHDpiXnM2ePBUTqrphqSRMWU4R > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHGk9wg2y7RhNyacbxIPP8yg9UXfEzlp { width:20rem;height:1.94921875rem;top:0.650390625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }