.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Iie5PFOn/Artboard_1_copy1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV.adaptive-delivery-prevent-bg, #B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV.lazyload, #B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV.lazyloading { background-image: none; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container { background-color: transparent; background-image: none; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container > .video-iframe-container { display: none; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row > .video-iframe-container { display: none; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .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); }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container { border-width: 0; border-radius: 0; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#EJ99rtWyG0diaHxsMVVI9M5ysrCgc7DH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:19.3120625rem;top:0rem;left:20.342880249024rem;overflow:hidden;display:block; }
#yW5P3fBpIVG82erTUEzRNAAIfBwheCbw { color:#e34a4a;display:block;width:45.999375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:5.9978303909302rem;left:5.6293392181396rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcqAQMWG9aim9wyIb2dmx9Cr9v94wGIt { background-color:#065120;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.374125rem;height:3.4375rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:8.6512594223025rem;left:33.694664001465rem;display:block; }
#aLmTcN2LyAnPnrnZDKMGJKdyb3pAxkPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UTT73wxfadaTEkm2VM1L2SD3sV2Q8l9c { background-color:#f3432a;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100086;text-align:center;text-align-last:center;top:8.6512594223025rem;left:3.7141914367676rem;display:block; }
#fgINWMdwxQclEsHEWsnD9zFweIqMk2cy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { z-index:;position:relative;display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { background-color: transparent; background-image: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container > .video-iframe-container { display: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row > .video-iframe-container { display: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .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); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { border-width: 0; border-radius: 0; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/Iie5PFOn/Artboard_1_copy1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.adaptive-delivery-prevent-bg, #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.lazyload, #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.lazyloading { background-image: none; }#GxOPT7toJp6SkvsI3MeCabZ1vXKi6PFN { color:#ffb136;display:block;width:27.9375rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:7.4375rem;left:16.75rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrtZT8AV5Xnay5QBQBMtosiN7Jrkwi3X { box-sizing:content-box;color:#006ecb;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:3.6875rem;left:46.125rem;display:block; }
#Sd5v8pogKEJlsFqP9b4TUgZGoV6NAgkx { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:5.125rem;left:48.375rem;height:3.25rem;font-style:normal;display:block; }
#zTZ3QhWLGND2L0R7TBObv3KaW8f2ax6x { position:absolute;display:block;z-index:100019;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:6.875rem;left:40.0625rem;display:block; }
#t9qsls1QGAT8K9pntx9iHLWAAFfbwo8p { position:absolute;display:block;z-index:100020;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:6.875rem;left:42.6875rem;display:block; }
#so530T3Hwa2oUhiWQAfoXSpFcyTo7EDd { position:absolute;display:block;z-index:100022;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7rem;left:30.1875rem;display:block; }
#WCyiVLqlNtFvdd7xvB9fihUvwkiWbqc4 { position:absolute;display:block;z-index:100023;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7rem;left:33.0625rem;display:block; }
#KzwRQOGJZBiNOigr7SA8lrqNmC3yL3gh { position:absolute;display:block;z-index:100027;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7.125rem;left:16.9375rem;display:block; }
#z5eSO29fRwrFtQmic1H94bp2ENcqPG5N { position:absolute;display:block;z-index:100028;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7.125rem;left:14.125rem;display:block; }
#lo6BUBBb0N7ZieAwn21doJVRlCgMIL1X { position:absolute;display:block;z-index:100024;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7rem;left:27.4375rem;display:block; }
#EoKDdTBDXPyI9moUIWHu2P3AzyR6bqKJ { box-sizing:content-box;color:#006ecb;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:6.3125rem;left:12.125rem;display:block; }
#k21TSzhlF6LqZ3WA6SE7TilXh9n5MTaz { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:5.125rem;left:36.875rem;height:3.25rem;font-style:normal;display:block; }
#MsRiFD92y8b4V1xMqPsUqdbRWRTc4BTQ { box-sizing:content-box;color:#006ecb;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:3.6875rem;left:34.6875rem;display:block; }
#xpiXBs0raucOkJKs8H0SPfPrtBV3raUI { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:5.25rem;left:24.1875rem;height:3.25rem;font-style:normal;display:block; }
#BbbosiVMxNimoLfgLGf580FlXuyL6ksQ { box-sizing:content-box;color:#006ecb;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:3.875rem;left:21.9375rem;display:block; }
#KmMBQVr0OJefMn20Av0p76tJsi6OkLGs { color:#000000;display:block;width:2.4375rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:5.25rem;left:8.8125rem;height:3.25rem;font-style:normal;display:block; }
#oy2i0v7ec79PaXMNgw3f7U8CECWcpunT { box-sizing:content-box;color:#006ecb;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:3.9375rem;left:6.5625rem;display:block; }
#BynXJJpzQAdEAOuv7mTi847MktTGhWEk { position:absolute;display:block;z-index:100028;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:7.125rem;left:20.03125rem;display:block; }
#K8oRoULTyCQmEZvkUTHDKaa46grb4uT2 { position:absolute;display:block;z-index:100029;background-color:#006ecb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:1.875rem;top:6.875rem;left:45.15625rem;display:block; }
#uF8FLfeq9N5XEfUKpgwRXlQhKANmuhl0 { color:#151515;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffeae3;top:9.6875rem;left:43.96875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roMKHZDSrBl17R6nLTWGdfeRB75zaesh { color:#151515;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffeae3;top:9.5625rem;left:33rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8eF7LP5OCHa0hV8FyLqGmK92SQqbxJ5 { color:#151515;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f4eeef;top:9.4619140625rem;left:19.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMLqtb2O9mKUmdtb2o1GB69z7dJFtHyP { color:#151515;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f8f8f8;top:9.0625rem;left:3.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-form-header { font-size:0.75rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#fef7da;width:16.3125rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#a6d433;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;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:16.3125rem;box-sizing:border-box;height:2.5625rem;color:#c1de21;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#a6d433;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;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#c1de21;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.5rem;color:#0e193d;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#50bbd3;background-image:none;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:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#040811;width:11.875rem;height:3.5rem;font-family:raleway;overflow:hidden; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-moz-placeholder { color:#fef7da;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-moz-placeholder { color:#fef7da;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-ms-input-placeholder { color:#fef7da;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-webkit-input-placeholder { color:#fef7da;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:first-of-type{padding-top:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:last-of-type{padding-bottom:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #065120, #fef7da);background-image: -moz-linear-gradient(180deg, #065120, #fef7da);background-image: -ms-linear-gradient(180deg, #065120, #fef7da);background-image: -o-linear-gradient(180deg, #065120, #fef7da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );";background-image: linear-gradient(180deg, #065120, #fef7da);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;font-size:0.75rem;left:1.279296875rem;top:12.794054985046rem;z-index:100056;position:absolute; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #065120, #fef7da);background-image: -moz-linear-gradient(180deg, #065120, #fef7da);background-image: -ms-linear-gradient(180deg, #065120, #fef7da);background-image: -o-linear-gradient(180deg, #065120, #fef7da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );";background-image: linear-gradient(180deg, #065120, #fef7da);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;font-size:0.75rem;left:1.279296875rem;top:12.794054985046rem;z-index:100056;position:absolute; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K { position:relative;z-index:2; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP { position:relative;z-index:2; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT { position:relative; }
#QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { position:relative;display:block; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn { position:relative; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r { position:relative; }
#dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PIqx90Tw/ds.png");background-position:top center !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:18.9995625rem;width:18.9995625rem;top:13.607856988907rem;left:30.186634063721rem;display:block; }#dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6.adaptive-delivery-prevent-bg, #dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6.lazyload, #dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6.lazyloading { background-image: none; }
#Pp650UdQLAQvz9I4pITgrzALfT2Fhkml { z-index:100057;top:30.248266220092rem;left:32.455730438233rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #065120, #fef7da);background-image: -moz-linear-gradient(178deg, #065120, #fef7da);background-image: -ms-linear-gradient(178deg, #065120, #fef7da);background-image: -o-linear-gradient(178deg, #065120, #fef7da);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#fef7da' );";background-image: linear-gradient(178deg, #065120, #fef7da);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem #a6d433 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RbDdcgZ4ba5NgxaurPA4wvOsb0uQf0ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fx01XcrDfiPuia13FGz3b1B4y1ONTxQT { color:#b20129;display:block;width:37.625rem;position:absolute;font-family:"mykonos ar";font-size:2.3125rem;font-weight:400;z-index:100058;line-height:1.3;letter-spacing:0;top:1.5603280067444rem;left:9.4978294372556rem;height:3.00564375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { z-index:;position:relative;display:block; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { background-color: transparent; background-image: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container > .video-iframe-container { display: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row > .video-iframe-container { display: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .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); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { border-width: 0; border-radius: 0; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container { background-color:#009ca7;background-image:url("https://images.assets-landingi.com/Iie5PFOn/Artboard_1_copy1.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.adaptive-delivery-prevent-bg, #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.lazyload, #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.lazyloading { background-image: none; }#JIBgJfhZAyC1UImUZ144MdAlJUiGIQoZ { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:14.5rem;left:0.25rem;height:1.462675rem;text-align:center;text-align-last:center;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; }
#uTkQkU44HAyFFQwr6liMTDJpyoPwTDh3 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:19.25rem;left:2.625rem;display:block; }
#USugTu1lM1nhLVwcdTi1BWKWGfuf29Dl { color:#598205;display:block;width:10.2495625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2.8125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkL8RTdVkpuGKSRe9sPbwLilc4oMZJk6 { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:22.687065124512rem;left:3.0616321563721rem;height:3.6556rem;text-align:center;text-align-last:center;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; }
#CdlvrwR6DUSzdTPP83kb96OfpDlTOgLv { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:27.250000841916rem;left:4.5911445617676rem;display:block; }
#eahHkLKtuwvuwD8HxkV84bsTOchUANQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cekELR1x0f7WeKg3QJfiK6C6pWLh7Owf { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:19.25rem;left:44.375rem;display:block; }
#PbXWJ2wI74nOZUoPs5rWUaXZiv9h98ad { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:5.5rem;left:2.5625rem;display:block; }
#dteGVZWyNLB8hCyUZISWsv62CE82mD6D { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.875rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUfa66ZaZTxw05c7NgKm9soGGkU6Mf85 { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:8.75rem;left:3.5rem;height:3.40820625rem;text-align:center;text-align-last:center;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; }
#BWRJzUeOCRNhKmE4sQWRWOxozRlRoTT4 { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:13.562068939209rem;left:4.6241321563721rem;display:block; }
#ygFrqTEF9LvPuJPthSPW2uuKLW7sqkx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q53hGGGnUwgzzwIMQrTy2RFdK1zMeHhs { color:#598205;display:block;width:8.3745625rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:20.283203966916rem;left:45.404949188233rem;height:2.68229375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WF7W1OW4fpiPGuuT02DoTDrgPqwrPl2t { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:23.375rem;left:45.374351501465rem;height:3.40820625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iIvoZNTyrxcB7ZVprgBthm7l9TxMREFy { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:27.1875rem;left:46.875rem;display:block; }
#NIpSEE5zQizb5cpPaA3ZUHyicRc4Er6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gFpkayWMQ2qzpcBUFuvvtqDu849zbRvE { color:#d80a2d;display:block;width:45.625rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:700;z-index:100177;line-height:1.3;letter-spacing:0;top:1.1230473518372rem;left:6.5620651245119rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiI0SuNR3AUBNlbnwpwOgu1XyEKx2Qdw { position:absolute;display:block;z-index:100006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:5.5rem;left:44.375rem;display:block; }
#qsO9PNkHbPoih4M9UzXTgIO6tWG1DM2d { color:#598205;display:block;width:10.2495625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.7545574977994rem;left:44.654949188233rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oan6RyO6XgWrRUzRA8xw8TgUkrrVwiJv { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:8.6875rem;left:45.25rem;height:3.16731875rem;text-align:center;text-align-last:center;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; }
#MTsSAqEf2g6iH6OFLKoUZUX2bTLowdkJ { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:13.562286376953rem;left:46.687282562256rem;display:block; }
#NZ5cQXMJmDRbSNln3dEuUkHRBApm6Rvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCHWmSaQZbFiKbMXtC8xcOEpIeqn2dUd { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:20.0625rem;left:24.1875rem;height:2.923175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q5PqZF9THOEnGHAtMAVyDKJzFI74Ewu1 { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:23.436851501465rem;left:24.687065124512rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxdTLrRrcAViIX8AcZIOAX1BRtRIHym6 { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:19.3125rem;left:23.9375rem;display:block; }
#HQHLAqN9vp4ulVpU7eakmC9rGiBtMTuv { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:27.499351501465rem;left:25.937065124512rem;display:block; }
#mshNK4DtJ7T0XEQ6tX1l8zKUiPrtgJq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#raeIXW1CV6ynEIVBlHoxw7gC6Itz6dlR { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:5.5rem;left:23.6875rem;display:block; }
#Gufa2HnTatZGHDF6TwHza4O0rS841TnQ { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:6.3747825622556rem;left:23.936634063721rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrH7KyJHI3UQ2Ef9M2I5lkVUNbboMOvt { color:#0e193d;display:block;width:8.936625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:8.875rem;left:24.875rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMTbV5uqdLqUm7JzftObiyMo1XOObHdg { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:13.499134063721rem;left:25.9375rem;display:block; }
#uC7G2zEzKcwS7udyUlm7zTzpMPTvOsWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a8PBiRB4N6K5bT7lcGpw72NTqDWouNyM { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:32.104168780148rem;left:44.381511688233rem;display:block; }
#GcKPxFbXD7yTIVhLVBihyl4txTdRCC5Q { color:#598205;display:block;width:9rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:33.480034716427rem;left:45.256511688233rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DGx23LRHPvWmr1J9NdRHSw9Gk2nLVJuh { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:36.104821093381rem;left:45.380859375rem;height:3.40820625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OzSKlayU4QmblcmtG5pBfTiHZrGmOcEx { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:40.167752154171rem;left:46.881511688233rem;display:block; }
#hrIHUm0G0FiV7GGUWXrkT1S9uQTLUAnW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T7mHSM3i6GCbKv4y7CgXbXMFTW2pyvzF { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:32.105252154171rem;left:23.943141937256rem;display:block; }
#We4VxuTvyGDTyWll47qA6VZitNW7ZpGa { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:33.354168780148rem;left:24.193792343139rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaTBoFwotoNSruszeNr60XMHacaB1t7M { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:36.604168780148rem;left:24.756074905396rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbxXp1Wlg7sJphXBhWw9zWusApNptODr { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:40.167103655636rem;left:25.936416625976rem;display:block; }
#JCzhfa07sFiaAPtVxnB6mpxgOTASR3F9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VkIiNLMuzuKnGuJAgrudIQsZmataMsM1 { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #598205;border-left:0.25rem solid #598205;border-right:0.25rem solid #598205;border-bottom:0.25rem solid #598205;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:9.375rem;width:10.3125rem;top:32.104168780148rem;left:2.6323766708374rem;display:block; }
#yeTDe6WkbRRDnDI2OH1ndSUaFLscMsZ3 { color:#598205;display:block;width:10.2495625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:33.604821093381rem;left:3.1325937509537rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ewqdi9sloOZaOexTrLmyAubX2DkW4QTX { color:#0e193d;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:36.291886217892rem;left:3.2567257285118rem;height:3.6556rem;text-align:center;text-align-last:center;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; }
#JFRl7pn9PXzXliSQtesCUHLwIpotDery { background-color:#f0a389;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:40.167105674744rem;left:5.0286445617676rem;display:block; }
#D2PifyMsgnlhqHAggs7JAE812MpfzSLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { position:relative;display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { background-color: transparent; background-image: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .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); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { border-width: 0; border-radius: 0; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Iie5PFOn/Artboard_1_copy1.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container.adaptive-delivery-prevent-bg, #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container.lazyload, #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container.lazyloading { background-image: none; }#erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { color:#aa8124;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:0.8125rem;left:14.5625rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { box-sizing:content-box;color:#10610f;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:1.1875rem;left:44.3740234375rem;display:block; }
#RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { box-sizing:content-box;color:#10610f;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:2.21630859375rem;left:10.24951171875rem;display:block; }
#uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { color:#3f4827;display:block;width:18.686rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:11.695964813233rem;left:20.107421875rem;height:1.2999125rem;display:block; }
#hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { background-color:#10610f;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.5rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:6.1875rem;left:35.8896484375rem;display:block; }
#T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { background-color:#10610f;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.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.062rem;height:3.5625rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:6.90673828125rem;left:3.38818359375rem;display:block; }
#icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { color:#3f4827;display:block;width:18.6875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:8.4375rem;left:20.25rem;height:1.29931875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV { display:block; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJ99rtWyG0diaHxsMVVI9M5ysrCgc7DH { top:0rem;left:14.217880249024rem;width:19.25rem;height:6.8529060528881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW5P3fBpIVG82erTUEzRNAAIfBwheCbw { top:5.9375rem;left:0rem;width:45.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcqAQMWG9aim9wyIb2dmx9Cr9v94wGIt { width:17.3125rem;height:3.4375rem;top:8.625rem;left:27.569664001465rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmTcN2LyAnPnrnZDKMGJKdyb3pAxkPp { display:block; }
 }@media only screen and (max-width: 763px) { #UTT73wxfadaTEkm2VM1L2SD3sV2Q8l9c { width:17.5rem;height:3.4375rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgINWMdwxQclEsHEWsnD9zFweIqMk2cy { display:block; }
 }@media only screen and (max-width: 763px) { #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxOPT7toJp6SkvsI3MeCabZ1vXKi6PFN { width:27.9375rem;height:2.1875rem;top:7.4375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrtZT8AV5Xnay5QBQBMtosiN7Jrkwi3X { top:3.6875rem;left:40rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5v8pogKEJlsFqP9b4TUgZGoV6NAgkx { top:5.125rem;left:42.25rem;width:2.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZ3QhWLGND2L0R7TBObv3KaW8f2ax6x { top:6.875rem;left:33.9375rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qsls1QGAT8K9pntx9iHLWAAFfbwo8p { top:6.875rem;left:36.5625rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so530T3Hwa2oUhiWQAfoXSpFcyTo7EDd { top:7rem;left:24.0625rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyiVLqlNtFvdd7xvB9fihUvwkiWbqc4 { top:7rem;left:26.9375rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzwRQOGJZBiNOigr7SA8lrqNmC3yL3gh { top:7.125rem;left:10.8125rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5eSO29fRwrFtQmic1H94bp2ENcqPG5N { top:7.125rem;left:8rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo6BUBBb0N7ZieAwn21doJVRlCgMIL1X { top:7rem;left:21.3125rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoKDdTBDXPyI9moUIWHu2P3AzyR6bqKJ { top:6.3125rem;left:6rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k21TSzhlF6LqZ3WA6SE7TilXh9n5MTaz { top:5.125rem;left:30.75rem;width:2.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsRiFD92y8b4V1xMqPsUqdbRWRTc4BTQ { top:3.6875rem;left:28.5625rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpiXBs0raucOkJKs8H0SPfPrtBV3raUI { top:5.25rem;left:18.0625rem;width:2.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbbosiVMxNimoLfgLGf580FlXuyL6ksQ { top:3.875rem;left:15.8125rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMBQVr0OJefMn20Av0p76tJsi6OkLGs { top:5.25rem;left:2.6875rem;width:2.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy2i0v7ec79PaXMNgw3f7U8CECWcpunT { top:3.9375rem;left:0.4375rem;width:6.0625rem;height:6.0625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BynXJJpzQAdEAOuv7mTi847MktTGhWEk { top:7.125rem;left:13.90625rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8oRoULTyCQmEZvkUTHDKaa46grb4uT2 { top:6.875rem;left:39.03125rem;width:1.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8FLfeq9N5XEfUKpgwRXlQhKANmuhl0 { top:9.6875rem;left:37.5rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMKHZDSrBl17R6nLTWGdfeRB75zaesh { top:9.5625rem;left:26.875rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8eF7LP5OCHa0hV8FyLqGmK92SQqbxJ5 { top:9.4375rem;left:13.8125rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLqtb2O9mKUmdtb2o1GB69z7dJFtHyP { top:9.0625rem;left:0rem;width:10.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { width:15rem;height:auto;top:15rem;left:0rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { width:15rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 {  }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT {  }
 }@media only screen and (max-width: 763px) { #QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r {  }
 }@media only screen and (max-width: 763px) { #dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6 { width:18.9375rem;height:18.9375rem;top:13.5625rem;left:24.061634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp650UdQLAQvz9I4pITgrzALfT2Fhkml { top:30.1875rem;left:26.330730438233rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbDdcgZ4ba5NgxaurPA4wvOsb0uQf0ku { display:block; }
 }@media only screen and (max-width: 763px) { #Fx01XcrDfiPuia13FGz3b1B4y1ONTxQT { top:1.5rem;left:3.3726119995117rem;width:37.5625rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { display:block; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIBgJfhZAyC1UImUZ144MdAlJUiGIQoZ { width:14.6875rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkQkU44HAyFFQwr6liMTDJpyoPwTDh3 { top:19.25rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USugTu1lM1nhLVwcdTi1BWKWGfuf29Dl { top:20.8125rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkL8RTdVkpuGKSRe9sPbwLilc4oMZJk6 { top:22.625rem;left:0rem;width:8.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdlvrwR6DUSzdTPP83kb96OfpDlTOgLv { width:6.25rem;height:2.5rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahHkLKtuwvuwD8HxkV84bsTOchUANQi { display:block; }
 }@media only screen and (max-width: 763px) { #cekELR1x0f7WeKg3QJfiK6C6pWLh7Owf { top:19.25rem;left:36.9375rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbXWJ2wI74nOZUoPs5rWUaXZiv9h98ad { top:5.5rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dteGVZWyNLB8hCyUZISWsv62CE82mD6D { top:6.125rem;left:0rem;width:10.1875rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUfa66ZaZTxw05c7NgKm9soGGkU6Mf85 { top:8.75rem;left:0rem;width:8.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRJzUeOCRNhKmE4sQWRWOxozRlRoTT4 { width:6.25rem;height:2.5rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFrqTEF9LvPuJPthSPW2uuKLW7sqkx4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q53hGGGnUwgzzwIMQrTy2RFdK1zMeHhs { top:20.25rem;left:39.279949188233rem;width:8.3125rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7W1OW4fpiPGuuT02DoTDrgPqwrPl2t { top:23.375rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIvoZNTyrxcB7ZVprgBthm7l9TxMREFy { width:6.25rem;height:2.5rem;top:27.1875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpSEE5zQizb5cpPaA3ZUHyicRc4Er6z { display:block; }
 }@media only screen and (max-width: 763px) { #gFpkayWMQ2qzpcBUFuvvtqDu849zbRvE { top:1.0625rem;left:0.43706512451172rem;width:45.625rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiI0SuNR3AUBNlbnwpwOgu1XyEKx2Qdw { top:5.5rem;left:36.9375rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsO9PNkHbPoih4M9UzXTgIO6tWG1DM2d { top:6.75rem;left:37.5625rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oan6RyO6XgWrRUzRA8xw8TgUkrrVwiJv { top:8.625rem;left:38.875rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsSAqEf2g6iH6OFLKoUZUX2bTLowdkJ { width:6.25rem;height:2.5rem;top:13.5rem;left:40.562282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5cQXMJmDRbSNln3dEuUkHRBApm6Rvs { display:block; }
 }@media only screen and (max-width: 763px) { #OCHWmSaQZbFiKbMXtC8xcOEpIeqn2dUd { top:20rem;left:18.062282562256rem;width:10.1875rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5PqZF9THOEnGHAtMAVyDKJzFI74Ewu1 { top:23.375rem;left:18.562065124512rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdTLrRrcAViIX8AcZIOAX1BRtRIHym6 { top:19.3125rem;left:17.8125rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQHLAqN9vp4ulVpU7eakmC9rGiBtMTuv { width:6.25rem;height:2.5rem;top:27.4375rem;left:19.812065124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #mshNK4DtJ7T0XEQ6tX1l8zKUiPrtgJq2 { display:block; }
 }@media only screen and (max-width: 763px) { #raeIXW1CV6ynEIVBlHoxw7gC6Itz6dlR { top:5.5rem;left:17.5625rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gufa2HnTatZGHDF6TwHza4O0rS841TnQ { top:6.3125rem;left:17.811634063721rem;width:10.1875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrH7KyJHI3UQ2Ef9M2I5lkVUNbboMOvt { top:8.8125rem;left:18.749134063721rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTbV5uqdLqUm7JzftObiyMo1XOObHdg { width:6.25rem;height:2.5rem;top:13.4375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7G2zEzKcwS7udyUlm7zTzpMPTvOsWb { display:block; }
 }@media only screen and (max-width: 763px) { #a8PBiRB4N6K5bT7lcGpw72NTqDWouNyM { top:32.0625rem;left:36.9375rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcKPxFbXD7yTIVhLVBihyl4txTdRCC5Q { top:33.4375rem;left:38.75rem;width:8.9375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGx23LRHPvWmr1J9NdRHSw9Gk2nLVJuh { top:36.0625rem;left:38.875rem;width:8.875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzSKlayU4QmblcmtG5pBfTiHZrGmOcEx { width:6.25rem;height:2.5rem;top:40.125rem;left:40.756511688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIHUm0G0FiV7GGUWXrkT1S9uQTLUAnW { display:block; }
 }@media only screen and (max-width: 763px) { #T7mHSM3i6GCbKv4y7CgXbXMFTW2pyvzF { top:32.0625rem;left:17.818141937256rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4VxuTvyGDTyWll47qA6VZitNW7ZpGa { top:33.3125rem;left:18.068792343139rem;width:10.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTBoFwotoNSruszeNr60XMHacaB1t7M { top:36.5625rem;left:18.631074905396rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxXp1Wlg7sJphXBhWw9zWusApNptODr { width:6.25rem;height:2.5rem;top:40.125rem;left:19.811416625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCzhfa07sFiaAPtVxnB6mpxgOTASR3F9 { display:block; }
 }@media only screen and (max-width: 763px) { #VkIiNLMuzuKnGuJAgrudIQsZmataMsM1 { top:32.0625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTDe6WkbRRDnDI2OH1ndSUaFLscMsZ3 { top:33.5625rem;left:0rem;width:10.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewqdi9sloOZaOexTrLmyAubX2DkW4QTX { top:36.25rem;left:0rem;width:8.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFRl7pn9PXzXliSQtesCUHLwIpotDery { width:6.25rem;height:2.5rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PifyMsgnlhqHAggs7JAE812MpfzSLo { display:block; }
 }@media only screen and (max-width: 763px) { #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { top:0.75rem;left:8.43701171875rem;width:31.5rem;height:2.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { top:1.1875rem;left:38.2490234375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { top:2.1875rem;left:4.12451171875rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { top:11.6875rem;left:13.982421875rem;width:18.625rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { width:20.25rem;height:3.5rem;top:6.1875rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block; }
 }@media only screen and (max-width: 763px) { #mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { width:22rem;height:3.5625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block; }
 }@media only screen and (max-width: 763px) { #A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { top:19.9375rem;left:0rem;width:18.625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV { display:block; }#B5yeroZOsDRxs9zhsv3RgTtCAri6a0dV > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJ99rtWyG0diaHxsMVVI9M5ysrCgc7DH { width:12.561875rem;height:4.62348125rem;top:0.749783039093rem;left:3.7185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW5P3fBpIVG82erTUEzRNAAIfBwheCbw { width:20rem;height:3.41363125rem;top:4.8101130127907rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcqAQMWG9aim9wyIb2dmx9Cr9v94wGIt { width:19rem;height:2.875rem;top:11.053603172303rem;left:0.59396702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLmTcN2LyAnPnrnZDKMGJKdyb3pAxkPp { display:block; }
 }@media only screen and (max-width: 763px) { #UTT73wxfadaTEkm2VM1L2SD3sV2Q8l9c { width:7.6855625rem;height:3.4375rem;top:15.559896469116rem;left:6.1566844582558rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgINWMdwxQclEsHEWsnD9zFweIqMk2cy { display:block; }
 }@media only screen and (max-width: 763px) { #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { background-color: transparent; background-image: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container > .video-iframe-container { display: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row > .video-iframe-container { display: none; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .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); }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container { width:20rem;height:59.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/DeMMEVwI/Untitled_21.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.adaptive-delivery-prevent-bg, #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.lazyload, #ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #GxOPT7toJp6SkvsI3MeCabZ1vXKi6PFN { width:20rem;height:1.7068125rem;top:4.52734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UrtZT8AV5Xnay5QBQBMtosiN7Jrkwi3X { width:3.125rem;height:3.125rem;top:5.625rem;left:16.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5v8pogKEJlsFqP9b4TUgZGoV6NAgkx { width:2.4375rem;height:2.03125rem;top:6.171875rem;left:17.03125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZ3QhWLGND2L0R7TBObv3KaW8f2ax6x { width:1.875rem;height:0.1875rem;top:7.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qsls1QGAT8K9pntx9iHLWAAFfbwo8p { width:1.875rem;height:0.1875rem;top:7.0712890625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #so530T3Hwa2oUhiWQAfoXSpFcyTo7EDd { width:1.875rem;height:0.1875rem;top:60.1875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCyiVLqlNtFvdd7xvB9fihUvwkiWbqc4 { width:1.875rem;height:0.1875rem;top:61.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzwRQOGJZBiNOigr7SA8lrqNmC3yL3gh { width:1.875rem;height:0.1875rem;top:40.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5eSO29fRwrFtQmic1H94bp2ENcqPG5N { width:1.875rem;height:0.1875rem;top:7.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo6BUBBb0N7ZieAwn21doJVRlCgMIL1X { width:1.875rem;height:0.1875rem;top:45.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoKDdTBDXPyI9moUIWHu2P3AzyR6bqKJ { width:1.875rem;height:1.875rem;top:6.375rem;left:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k21TSzhlF6LqZ3WA6SE7TilXh9n5MTaz { width:2.4375rem;height:2.03125rem;top:6.0869140625rem;left:12.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #MsRiFD92y8b4V1xMqPsUqdbRWRTc4BTQ { width:3.125rem;height:3.125rem;top:5.7275390625rem;left:1.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpiXBs0raucOkJKs8H0SPfPrtBV3raUI { width:2.4375rem;height:2.03125rem;top:6.0625rem;left:8.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbbosiVMxNimoLfgLGf580FlXuyL6ksQ { width:3.125rem;height:3.125rem;top:5.4775390625rem;left:7.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMBQVr0OJefMn20Av0p76tJsi6OkLGs { width:2.4375rem;height:2.03125rem;top:6.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy2i0v7ec79PaXMNgw3f7U8CECWcpunT { width:3.125rem;height:3.125rem;top:5.5625rem;left:12.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BynXJJpzQAdEAOuv7mTi847MktTGhWEk { width:1.875rem;height:0.1875rem;top:7.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8oRoULTyCQmEZvkUTHDKaa46grb4uT2 { width:1.875rem;height:0.1875rem;top:6.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uF8FLfeq9N5XEfUKpgwRXlQhKANmuhl0 { width:3.3125rem;height:2.2721375rem;top:8.3310546875rem;left:16.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMKHZDSrBl17R6nLTWGdfeRB75zaesh { width:3.6875rem;height:2.2721375rem;top:8.3662109375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8eF7LP5OCHa0hV8FyLqGmK92SQqbxJ5 { width:3.75rem;height:2.2721375rem;top:8.3935546875rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLqtb2O9mKUmdtb2o1GB69z7dJFtHyP { width:2.9375rem;height:2.2721375rem;top:8.3935546875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-form-header { font-size:0.75rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#ffffff;width:15.3125rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;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:15.3125rem;box-sizing:border-box;height:2.5625rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:15.3125rem;box-sizing:border-box;height:4.375rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:15.3125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#065120;background-image:none;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:2.125rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#b20129;width:11.125rem;height:3.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.125rem;overflow:hidden;font-style:normal;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .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; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:first-of-type{padding-top:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-container:last-of-type{padding-bottom:0;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #065120, #598205);background-image: -moz-linear-gradient(180deg, #065120, #598205);background-image: -ms-linear-gradient(180deg, #065120, #598205);background-image: -o-linear-gradient(180deg, #065120, #598205);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#598205' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#598205' );";background-image: linear-gradient(180deg, #065120, #598205);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:1.0937500596046rem;top:11.810981273651rem;z-index:100001; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.3125rem;display:block;vertical-align:top; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 {display:block;}#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #065120, #598205);background-image: -moz-linear-gradient(180deg, #065120, #598205);background-image: -ms-linear-gradient(180deg, #065120, #598205);background-image: -o-linear-gradient(180deg, #065120, #598205);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#598205' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#065120', endColorstr='#598205' );";background-image: linear-gradient(180deg, #065120, #598205);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:0.75rem;left:1.0937500596046rem;top:11.810981273651rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #nkHb3C0wxr1WZvLfrGbzxdWuUX6Go65h {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #p2Zumps1x97BrxeniMguDV9TvFaO3BgN {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #N6OU8p33eahQAiQ3JE2uPlngpsEwWMqo {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #mfCrwWyscFACM3NkdVwPivX7IFvCTLWs {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #OkApymC0ViQO8ChDOu3QZCVesQWPAG8W {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TBZhKStI1xdfw1pDB8yMtpixTgNULq4c {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #FK79Os7XaDaluFtGyxg5htTv1nR6kaUT {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #vefF2Kl3lW5brKvhvbAMB7nbT0tUXK7i {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #GnfD1t9eLXCOTabNor7QzFn7DhxsEa5g {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 {  }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #w6MVr9UbE9OoSD8KPSm1mC8dBOLkn500 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Su6N7ZJ9S8pmlVz2ptdH6N3ImAy8kTlO {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #a877tTBBSeXXZEw1ZScXbzzsasZ1ZS0K {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #l0V2KNC8k0rrXXFm9tO3wnGBpOpvORdE {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aTrWMeaIkySD4eNcyTMySnCSAmlvvfmP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Bv7PqlATnNXKeFl4Pv8pTSmupH48Hh3G {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #NxxJhDTybakHiWmi52pQrvtATuMqbxpZ {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #Je7wuNE7rWGJbS6EBGwEhOyJeCPpqwoP {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #tKACN0Xl8ctUbBtde5NZWVQdtCPq4sGT {  }
 }@media only screen and (max-width: 763px) { #QfvrR7DKJC9ZBH9HXTGnnCubX3z1bTwH { display:block; }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #aRsExH4ILbXEqO6XUOpeXnIWC5Rf6sHn {  }
 }@media only screen and (max-width: 763px) { #avGDBETRl3JooFnbzedSAGTh1z5rR8d5 #TzoDal8eiE1l2LPSnivy5Eq0kX1m4Z0r {  }
 }@media only screen and (max-width: 763px) { #dhbMFbpqKnoc4h86P0cPT3S5OovzJwT6 { width:19.3120625rem;height:19.3120625rem;top:38.885635375976rem;left:0.68684893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp650UdQLAQvz9I4pITgrzALfT2Fhkml { top:56.087242126465rem;left:3.0935330986977rem;width:13.8125rem;height:3.0625rem;box-shadow: -0.25rem 0.625rem 1.25rem #a6d433 ;display:block; }
 }@media only screen and (max-width: 763px) { #RbDdcgZ4ba5NgxaurPA4wvOsb0uQf0ku { display:block; }
 }@media only screen and (max-width: 763px) { #Fx01XcrDfiPuia13FGz3b1B4y1ONTxQT { width:20rem;height:4.71136875rem;top:1.1045994758606rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { display:block; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { background-color: transparent; background-image: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container > .video-iframe-container { display: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row > .video-iframe-container { display: none; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT { border-width: 0; border-radius: 0; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container { width:20rem;height:113.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/gQeJIJKE/gettyimages_636131730_640x640.jpg");background-position:bottom right !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.adaptive-delivery-prevent-bg, #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.lazyload, #CWb2FzriWGaebUBNisDrS4v5UzyKL3lT > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JIBgJfhZAyC1UImUZ144MdAlJUiGIQoZ { width:20rem;height:1.2999125rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uTkQkU44HAyFFQwr6liMTDJpyoPwTDh3 { width:10.3125rem;height:9.375rem;top:42.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #USugTu1lM1nhLVwcdTi1BWKWGfuf29Dl { width:10.2495625rem;height:1.055775rem;top:43.874784469604rem;left:4.2795138955116rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkL8RTdVkpuGKSRe9sPbwLilc4oMZJk6 { width:8.936625rem;height:3.6556rem;top:45.983079910278rem;left:4.9370661377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdlvrwR6DUSzdTPP83kb96OfpDlTOgLv { width:6.2489125rem;height:2.8732625rem;top:50.686851501465rem;left:6.2792969346044rem;display:block; }
 }@media only screen and (max-width: 763px) { #eahHkLKtuwvuwD8HxkV84bsTOchUANQi { display:block; }
 }@media only screen and (max-width: 763px) { #cekELR1x0f7WeKg3QJfiK6C6pWLh7Owf { width:10.3125rem;height:9.375rem;top:55.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbXWJ2wI74nOZUoPs5rWUaXZiv9h98ad { width:10.3125rem;height:9.375rem;top:7.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dteGVZWyNLB8hCyUZISWsv62CE82mD6D { width:10.25rem;height:2.11154375rem;top:8.4375rem;left:4.1866322159767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUfa66ZaZTxw05c7NgKm9soGGkU6Mf85 { width:8.936625rem;height:3.6556rem;top:11.418188095092rem;left:4.8741322159767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRJzUeOCRNhKmE4sQWRWOxozRlRoTT4 { width:6.24783125rem;height:2.87218125rem;top:15.690104544162rem;left:6.2803822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygFrqTEF9LvPuJPthSPW2uuKLW7sqkx4 { display:block; }
 }@media only screen and (max-width: 763px) { #Q53hGGGnUwgzzwIMQrTy2RFdK1zMeHhs { width:10.2495625rem;height:3.16731875rem;top:56.4375rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF7W1OW4fpiPGuuT02DoTDrgPqwrPl2t { width:8.9355625rem;height:3.6556rem;top:59.603950500488rem;left:4.7191844582558rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIvoZNTyrxcB7ZVprgBthm7l9TxMREFy { width:6.25rem;height:2.87435rem;top:63.186848163606rem;left:6.2803822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIpSEE5zQizb5cpPaA3ZUHyicRc4Er6z { display:block; }
 }@media only screen and (max-width: 763px) { #gFpkayWMQ2qzpcBUFuvvtqDu849zbRvE { width:20rem;height:5.03689375rem;top:0.99718093872069rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiI0SuNR3AUBNlbnwpwOgu1XyEKx2Qdw { width:10.3125rem;height:9.375rem;top:31.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsO9PNkHbPoih4M9UzXTgIO6tWG1DM2d { width:10.25rem;height:1.13606875rem;top:31.875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oan6RyO6XgWrRUzRA8xw8TgUkrrVwiJv { width:8.9375rem;height:3.16731875rem;top:34.874137878418rem;left:4.8741322159767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTsSAqEf2g6iH6OFLKoUZUX2bTLowdkJ { width:6.25rem;height:2.5rem;top:38.999351501465rem;left:6.3118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ5cQXMJmDRbSNln3dEuUkHRBApm6Rvs { display:block; }
 }@media only screen and (max-width: 763px) { #OCHWmSaQZbFiKbMXtC8xcOEpIeqn2dUd { width:10.25rem;height:2.923175rem;top:67.5625rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5PqZF9THOEnGHAtMAVyDKJzFI74Ewu1 { width:8.9375rem;height:3.16731875rem;top:71.37478637695rem;left:4.8122830986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxdTLrRrcAViIX8AcZIOAX1BRtRIHym6 { width:10.3125rem;height:9.375rem;top:66.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQHLAqN9vp4ulVpU7eakmC9rGiBtMTuv { width:6.25rem;height:2.5rem;top:74.998922348025rem;left:6.0611982941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #mshNK4DtJ7T0XEQ6tX1l8zKUiPrtgJq2 { display:block; }
 }@media only screen and (max-width: 763px) { #raeIXW1CV6ynEIVBlHoxw7gC6Itz6dlR { width:10.3125rem;height:9.375rem;top:19.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gufa2HnTatZGHDF6TwHza4O0rS841TnQ { width:10.25rem;height:2.11154375rem;top:20.9375rem;left:4.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrH7KyJHI3UQ2Ef9M2I5lkVUNbboMOvt { width:8.9375rem;height:3.6556rem;top:23.686630249024rem;left:4.9370661377907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMTbV5uqdLqUm7JzftObiyMo1XOObHdg { width:6.25rem;height:2.5rem;top:27.686851501465rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC7G2zEzKcwS7udyUlm7zTzpMPTvOsWb { display:block; }
 }@media only screen and (max-width: 763px) { #a8PBiRB4N6K5bT7lcGpw72NTqDWouNyM { width:10.3125rem;height:9.375rem;top:101.31076431274rem;left:3.9984808564186rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcKPxFbXD7yTIVhLVBihyl4txTdRCC5Q { width:8.936625rem;height:1.9487875rem;top:102.68663406372rem;left:4.9370661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGx23LRHPvWmr1J9NdRHSw9Gk2nLVJuh { width:8.8748125rem;height:3.40820625rem;top:105.18554878235rem;left:4.9674482941628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzSKlayU4QmblcmtG5pBfTiHZrGmOcEx { width:6.25rem;height:2.87435rem;top:109.43685150146rem;left:6.2803822159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrIHUm0G0FiV7GGUWXrkT1S9uQTLUAnW { display:block; }
 }@media only screen and (max-width: 763px) { #T7mHSM3i6GCbKv4y7CgXbXMFTW2pyvzF { width:10.3125rem;height:9.375rem;top:89.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #We4VxuTvyGDTyWll47qA6VZitNW7ZpGa { width:10.186625rem;height:1.9487875rem;top:90.6875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaTBoFwotoNSruszeNr60XMHacaB1t7M { width:8.8748125rem;height:3.16731875rem;top:93.9375rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxXp1Wlg7sJphXBhWw9zWusApNptODr { width:6.25rem;height:2.5rem;top:97.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCzhfa07sFiaAPtVxnB6mpxgOTASR3F9 { display:block; }
 }@media only screen and (max-width: 763px) { #VkIiNLMuzuKnGuJAgrudIQsZmataMsM1 { width:10.3125rem;height:9.375rem;top:78rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeTDe6WkbRRDnDI2OH1ndSUaFLscMsZ3 { width:10.186625rem;height:1.13606875rem;top:79.5rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewqdi9sloOZaOexTrLmyAubX2DkW4QTX { width:8.8748125rem;height:3.6556rem;top:81.68728637695rem;left:4.9674482941628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFRl7pn9PXzXliSQtesCUHLwIpotDery { width:6.25rem;height:2.5rem;top:86.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2PifyMsgnlhqHAggs7JAE812MpfzSLo { display:block; }
 }@media only screen and (max-width: 763px) { #T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ { background-color:transparent;background-image:none;display:block; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { background-color: transparent; background-image: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row > .video-iframe-container { display: none; }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .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); }#T9xIIQgsXrRVznWpmTKLRWTxAuzakTGJ > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erupfuUmJfEF5WZTWq9pAnpn9ITRTnQ0 { width:20rem;height:1.462675rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVKwxPklE9TfeUmP0Sdh47hbS0VCi95W { width:3.1245125rem;height:3.1245125rem;top:3.46728515625rem;left:8.40380859375rem;font-size:2.1875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #RvhV3CqxMmfTwmy0CaPT4xeelTnL8S89 { width:3.1245125rem;height:3.1245125rem;top:11.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIgIJaC4dL0UdwIQqbm1P0vp5ZkGQFDC { width:18.687rem;height:0.8125rem;top:17rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL13iRUKWAsKXbJbX0TEW3t0lvDMm8ar { width:19rem;height:3.5rem;top:14.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Ni3SPTsk4cxfhKK9OBnBTB3rL1u29O { display:block; }
 }@media only screen and (max-width: 763px) { #mU0P8GFWQt9AxhawoJPShTowqhJdkWpD { width:19rem;height:3.5625rem;top:6.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icwnOnxN5c0fnqTmMNDUe5Fzv1pQIlqv { display:block; }
 }@media only screen and (max-width: 763px) { #A1cnt0oGSPyG6ghE5wTUgIopDdxxl6NW { width:18.687rem;height:0.8125rem;top:19.93798828125rem;left:1.2509765625rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:100035;display:block; }
 }