.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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XDrdGhz8/Untitled_2.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#hIX4GUg6o5tLPVt5pakO6gyCZutiZqic { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.125rem;left:12.15625rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container { 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 { border-width: 0; border-radius: 0; }#ZaJZmuvVTDnFbKwgQ9WT6TC1qpJe51qr > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:60rem;overflow:visible;position:relative;display:block; }#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; }
#ZfUFOrFNyRiazQ6z5wDoKwdP7hL0194W { color:#151515;display:block;width:40.75rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:1.3369140625rem;left:7.15625rem;height:5.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6P2HsfTBaIWZVkvlQ30aTxkVkv9WNyh { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.15625rem;height:2.192925rem;text-align:center;text-align-last:center;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; }
#Mc4TzT9odZTVtw7JbORQ3LxF5vDw8O9t { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100177;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:12.686633586884rem;left:22.811199188233rem;height:5.9982625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kThlRZNv4NQX5Cw4vWTwN9MnQZbCOqtS { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.2498125rem;width:34.1873125rem;top:19.192709445953rem;left:23.905166625976rem;overflow:hidden;display:block; }
#BCly7nLRObiVXLb2wn02kKx1uvAxLVXX { color:#b20129;display:block;width:25.4980625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:37.374134063721rem;left:28.248699188233rem;height:3.41363125rem;text-align:center;text-align-last:center;display:block; }
#TwNkh8axX4ekPAnuNW05Kn7gLDMhNm9C { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4373125rem;width:13.499375rem;top:25.699871063233rem;left:33.060981750488rem;overflow:hidden;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:#414247;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:#0e193d;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:#0e193d;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:#0e193d;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:#0e193d;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:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-moz-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]:-ms-input-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#avGDBETRl3JooFnbzedSAGTh1z5rR8d5 [class*="-text"]::-webkit-input-placeholder { color:#d3e6d5;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, #50bbd3, #c1de21);background-image: -moz-linear-gradient(180deg, #50bbd3, #c1de21);background-image: -ms-linear-gradient(180deg, #50bbd3, #c1de21);background-image: -o-linear-gradient(180deg, #50bbd3, #c1de21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#c1de21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#c1de21' );";background-image: linear-gradient(180deg, #50bbd3, #c1de21);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.311875rem;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.2847213745118rem;top:10.985243797303rem;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, #50bbd3, #c1de21);background-image: -moz-linear-gradient(180deg, #50bbd3, #c1de21);background-image: -ms-linear-gradient(180deg, #50bbd3, #c1de21);background-image: -o-linear-gradient(180deg, #50bbd3, #c1de21);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#c1de21' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#c1de21' );";background-image: linear-gradient(180deg, #50bbd3, #c1de21);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.311875rem;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.2847213745118rem;top:10.985243797303rem;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; }
#nUyLaceukp44hff5Ci19i2rg9Is2v8ls { position:relative;display:block; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls { background-color: transparent; background-image: none; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container > .video-iframe-container { display: none; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row > .video-iframe-container { display: none; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .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); }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls { border-width: 0; border-radius: 0; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6d4d4;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;font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container.adaptive-delivery-prevent-bg, #nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container.lazyload, #nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container.lazyloading { background-image: none; }#IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a6GOc27R/02.jpg");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;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:19rem;width:19rem;top:4.4375rem;left:31.9375rem;display:block; }#IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3.adaptive-delivery-prevent-bg, #IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3.lazyload, #IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3.lazyloading { background-image: none; }
#wW6OqiAdDvZla8JW0lOeWktmbD5QvEBo { background-color:#b20129;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#c1de21;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5293125rem;height:2.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:21.9775390625rem;left:37.796875rem;display:block; }
#KLec54w8eGebDdlxFfKRTIL0JeEBIysR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gJxACxdVBT9AGM6pLluuAaaKcsff0Jpl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -moz-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -ms-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -o-linear-gradient(180deg, #50bbd3, #a6d433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );";background-image: linear-gradient(180deg, #50bbd3, #a6d433);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:2.75rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:1.6875rem;left:4.40625rem;display:block; }
#ESKc9uqzTOiTnEvmCeSl5Lgg6i608s6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zLJd2K3tCaydfzKmQGJGLieOhkpEFTyG { 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.5625rem;left:15.625rem;display:block; }
#shxaeraU8PEOuNrkmNKnlZTsWdGxvKwD { background-color:#50bbd3;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:11.8525390625rem;left:17.90625rem;display:block; }
#bDeTCk5GXBrNJqTPC1nFGCDeX6d6ADfH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G5L5CtqzvizUGr4KSex3ZrqLzez5xAgO { color:#018ea9;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:16.8125rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evSucg6nMyLKLIRvIA8n3NaOzqucKmlx { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.875rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTKkSL8R9NdPOBucsku5HgkTN5bDN5c1 { 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:3rem;display:block; }
#QJeZsHCyQTJ7GVU6ob3pzUvVAtSbKRtu { background-color:#50bbd3;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:12.0400390625rem;left:5.03125rem;display:block; }
#RDZkxKZrHaxxBi5afihdQrS4RWHZ9rDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IbRlModTyW8uD8k1KOVW31R1o95kmeHn { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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:9rem;left:3.5625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GSwOFPWrtBW2p5hNoplopH0yCNf6906e { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.3125rem;left:3.125rem;height:2.923175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qfHczgJFIPTBuuvxR5DoQzpOaGHsxe74 { 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:16.6875rem;left:15.625rem;display:block; }
#OB5zQJ8fc3LQKU2ArkBGAqMO1OMZ4Q6E { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:18.0625rem;left:15.875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDme7TZrT9ErCIdtg21UlNtma9KsMcUU { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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:19.75rem;left:16.625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xP5xULbuGyLemGBDGsAynQzO3N7OWXOp { background-color:#50bbd3;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:22.9150390625rem;left:17.90625rem;display:block; }
#eecgdN6CQKaAWei0eB8b0R6DIGqRSc3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#szE2WmDHJ2QXXl8TAhThQp2eEsKNJoAg { 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:16.6875rem;left:3.25rem;display:block; }
#bVrO3gpTgeSdPlFKPTqHfToIlzylN7mS { color:#018ea9;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:19.4375rem;left:3.9375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvWszi4wLnIVo4Rzp2pX1xMMuGXLhs1V { background-color:#50bbd3;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:22.9150390625rem;left:5.28125rem;display:block; }
#GFpGf9urkRUHTd82V4l97GfeTQHSBdLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KmP3wfyRfmznoSIWVyM9MxkbIoAJdKee { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:3.28125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZZsCyfDUygUAL1whQquRIlm6RL0CF0b { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:4.87305rem;top:12.943794727326rem;left:23.381076812744rem;overflow:hidden;display:block; }
#FIyXDwvMNsebR9EAnvCimESqQyPBluhs { position:relative;display:block; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs { background-color: transparent; background-image: none; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container > .video-iframe-container { display: none; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row > .video-iframe-container { display: none; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .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); }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs { border-width: 0; border-radius: 0; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6d4d4;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;font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container.adaptive-delivery-prevent-bg, #FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container.lazyload, #FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container.lazyloading { background-image: none; }#Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK { position:absolute;display:block;z-index:100007;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:19rem;width:19rem;top:3.6025390625rem;left:32.0908203125rem;display:block; }#Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK.adaptive-delivery-prevent-bg, #Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK.lazyload, #Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK.lazyloading { background-image: none; }
#oStKfN7ndFnrqXdigyblxeJruWq2KaM3 { background-color:#b20129;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#a6d433;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5293125rem;height:2.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:22.1650390625rem;left:37.8740234375rem;display:block; }
#PKxCMqaD6iHsc3fp12HDaLywstQfozhQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c3BXCZETEfQA5sKpgvXnLlTzrqao59Se { 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.5625rem;left:15.625rem;display:block; }
#bLumO30ZWxp2Tx7d7ftFezMlmR024cDO { background-color:#50bbd3;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:12.1025390625rem;left:17.78125rem;display:block; }
#wN0104NoTl4uTPdWTT1BtSIXTrOb45q6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bgcWuddCTMX8TqR9BJNaApscvWhun3QB { color:#018ea9;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:16.8125rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wnSIbKrd8odAWbm5y8ydPILzZXRnSBxs { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.875rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9daXiU6z5KRTznCvBLeVlfvEtutvhvh { 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.5625rem;left:2.8125rem;display:block; }
#BEXBXwVXQiuZNQGaNe0bnMTv92Oy62HI { background-color:#50bbd3;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:12.125rem;left:4.875rem;display:block; }
#szGyuAvkIw29pLTv97zndFER41KvBrZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tyKA6lTr8glpFFiGUv97ewUZJaGf1T2w { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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.8125rem;left:3.4375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8dU1gJobKOySVcdGdP5hcKFmwpOITKK { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x31muCBQipEJzZ19zG8Jy69FvoLyZe8F { 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:17.0625rem;left:9.25rem;display:block; }
#QQDk5q9RFEdPmSeg4cfIWQrWEGNiPE5O { color:#018ea9;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:19.8125rem;left:9.9375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfgzxHQnUra5zazI742hpqKgQTvdM3HG { background-color:#50bbd3;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:23.3125rem;left:11.3125rem;display:block; }
#qOHLQvtH1DGehWdskRMAGzqDN5w7UmC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I131fovoFC2mFeaZGFq4G61JhPI0QH9b { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eskpsNuE6PwMuA82CnJ9okPt4VlkmoJR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -moz-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -ms-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -o-linear-gradient(180deg, #50bbd3, #a6d433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );";background-image: linear-gradient(180deg, #50bbd3, #a6d433);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:2.75rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:1.3125rem;left:4.6875rem;display:block; }
#KoxDkr9q35JVneTvLnsGAwsU3HMOqcA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO { position:relative;display:block; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO { background-color: transparent; background-image: none; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container > .video-iframe-container { display: none; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row > .video-iframe-container { display: none; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .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); }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO { border-width: 0; border-radius: 0; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6d4d4;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;font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container.adaptive-delivery-prevent-bg, #cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container.lazyload, #cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container.lazyloading { background-image: none; }#cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PjTH0Ycs/1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:17.75rem;width:17.75rem;top:2.375rem;left:33.591796875rem;display:block; }#cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1.adaptive-delivery-prevent-bg, #cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1.lazyload, #cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1.lazyloading { background-image: none; }
#dC2lHQZBmuQNIOo5TH7aTrAtgGya5fto { background-color:#b20129;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#a6d433;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5293125rem;height:2.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:18.599609375rem;left:38.201171875rem;display:block; }
#APJSDZTTvMng4QMENooyfy0IBCkfyp8B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ts0RGM6SkE4Btsc0qy5Gmnygv6cBCxsD { 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.5625rem;left:15.625rem;display:block; }
#BkGx5i8yskWO7tte1cLGQCRooWWmJld7 { background-color:#50bbd3;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:11.9775390625rem;left:18.09375rem;display:block; }
#r4pPDnOMbvLJOnR7WDIWb5ptTAP7uGnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R75fOmarOnH5fdzAWcZQvCK9ocHTyV2o { color:#018ea9;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:16.8125rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FesbOwi9LgerFkT94ByFUdU1rc6LfWXC { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHUSN8thZTOFvknA5ZbQqDH43KsNyTrT { 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.5625rem;left:2.8125rem;display:block; }
#GL1ONJTgICXyH6DzhfZkgTmtiFXQZffb { background-color:#50bbd3;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:12.125rem;left:4.875rem;display:block; }
#N2ND5gSWKFBXkTy2bh6QaXACPZkVXBAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yfUl70yvA0IZkL2yDx4atz7RaiPaEWDw { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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.8125rem;left:3.4375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhvq85MLnPqI7GVzVnbCskHn2XiCNovG { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.9375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6qPrOzHlwfbTRznC0qAbmKVVTJ1yTOQ { 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:16.5rem;left:2.625rem;display:block; }
#qlpPkxhdpv2GI1enZki5hwAHbynrVpCg { color:#018ea9;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:19.25rem;left:3.3125rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#en4K3tAtG0aNACoI9LFWXmIFu3d14u0F { background-color:#50bbd3;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:22.75rem;left:4.6875rem;display:block; }
#WfWTWsTGcXr5Eq0gGBKdNBhVT8TCgfL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J4svbCGfFTSRtPAalgrCb0M4lxCvQ1Tx { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:17.625rem;left:2.84375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHrClQDhJQ1VoXFkoOmbwFBQTPtX2cLc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -moz-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -ms-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -o-linear-gradient(180deg, #50bbd3, #a6d433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );";background-image: linear-gradient(180deg, #50bbd3, #a6d433);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:2.75rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:1.75rem;left:4.09375rem;display:block; }
#HI6mF0TDEL6zKhwClI1wgDTwd0Iu4Xc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkyAqHRct6C5cP7vv3RWe0AnmFTE8F7t { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:17.5625rem;left:15.75rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DlFlb9xqFbNckeOkBUVBIHCtkbZUId9V { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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:19.2490234375rem;left:16.5625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A39CkuEeT0Prba4VGTNTJIODHLc02TeT { background-color:#50bbd3;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:22.8125rem;left:17.90625rem;display:block; }
#oMh8swt94s7U1RfI9LMnswQDUtDSCRIk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AlSiIV3l8PQCN06Wu9NxK7bV8BxRGKTS { 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:16.5rem;left:15.625rem;display:block; }
#RMVtyCciGnoJrf96e7BRZthDaawLXen5 { color:#b20129;display:block;width:19.6875rem;position:absolute;font-family:amiri;font-size:1.75rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #f8f8f8;top:22.224609375rem;left:32.46875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ { position:relative;display:block; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ { background-color: transparent; background-image: none; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container > .video-iframe-container { display: none; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row > .video-iframe-container { display: none; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .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); }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ { border-width: 0; border-radius: 0; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6d4d4;background-image:url("https://images.assets-landingi.com/Iie5PFOn/Artboard_1_copy1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container.adaptive-delivery-prevent-bg, #nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container.lazyload, #nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container.lazyloading { background-image: none; }#DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dFuus831/Post_01Artboard_1_copy_6_1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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.5625rem;width:18.5625rem;top:2.875rem;left:33.716796875rem;display:block; }#DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl.adaptive-delivery-prevent-bg, #DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl.lazyload, #DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl.lazyloading { background-image: none; }
#VDQ5bV6ie0lSQo7QBXGd3Ues9rAVqZqL { background-color:#b20129;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#a6d433;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:8.5293125rem;height:2.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:20.0625rem;left:38.7001953125rem;display:block; }
#pvNJcnDQeWwcoDw63SStNAr54rZVTkLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d8CZAL0sWpmKgAKXbavEtOIxfIC0Bpuc { 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.5625rem;left:15.625rem;display:block; }
#ddeG7WnMMq7wHETWMVkDqqZ1Tk6m8B7o { background-color:#50bbd3;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:11.9775390625rem;left:18.09375rem;display:block; }
#ohOlgnybvn0kVfxLLV1q7bzqkvbdPOU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LQahMFNI3AAsEntuGslLWep6hNEFagEK { color:#018ea9;display:block;width:8.936625rem;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.6024379730225rem;left:16.0625rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCFh5KiJdKlcF6EUJiQgHZMhsP3bsC4p { color:#598205;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:6.25rem;left:15.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfUSCxw1WAqU0AuSe72fAK9KHSZO2vTW { 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.5625rem;left:2.8125rem;display:block; }
#mn4DdblxJTAUUKZIOmn10450eHldZw0v { background-color:#50bbd3;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:12.125rem;left:4.875rem;display:block; }
#Nnh8LIELM6dHAy8143fZAZ51uFg7adgz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RRmmbi9VDLiOSOpwABrSNUBe1dU2aS8L { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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.8125rem;left:3.4375rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OlUoJemiGQBSPLV2BgwHkLJdXAuDQlNb { color:#598205;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvKLNLnXlfsPIl3hMkVf2hLZt70Iv7Fp { color:#598205;display:block;width:8.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:17.2021484375rem;left:10.46875rem;height:2.923175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVKbf4UFlFId3umxSgQJLloxugRk6x9c { color:#018ea9;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.8125rem;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:20.291015625rem;left:9.8125rem;height:3.16731875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmsgqpUE8qfTKPgrbkn6mp7eso7cK1I8 { background-color:#50bbd3;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:23.375rem;left:11.125rem;display:block; }
#hHAHnK2qTh5pUL8C3ryUHxODTCSurmOc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GcdhDo7ZNfBtnz2N9RAqSW7lJWfUpULC { 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:16.5rem;left:9.25rem;display:block; }
#wgiPGbNC3n46NqAJdUdKvVnp9h2TPGn6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -moz-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -ms-linear-gradient(180deg, #50bbd3, #a6d433);background-image: -o-linear-gradient(180deg, #50bbd3, #a6d433);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#a6d433' );";background-image: linear-gradient(180deg, #50bbd3, #a6d433);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:2.75rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:1.8125rem;left:4.25rem;display:block; }
#CTw2qwhHzF3V9ixKNIyOErUN7VFIqnR0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NZ7bTsFt0WbomWngtDtlqmMDlhKDpKcg { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:4.87305rem;top:12.756077766419rem;left:23.505859375rem;overflow:hidden;display:block; }
#WAx3g0JVNvzi9OXknEJJK3XWfgxOIg4R { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.81185rem;width:4.87305rem;top:12.124566078186rem;left:0.87998962402344rem;overflow:hidden;display:block; }
#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aOeo2Xbu/hdfhhdd.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr.adaptive-delivery-prevent-bg, #wTu90VNkvFiCtPLkaZooeHzUDvClxyAr.lazyload, #wTu90VNkvFiCtPLkaZooeHzUDvClxyAr.lazyloading { background-image: none; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container { background-color: transparent; background-image: none; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container > .video-iframe-container { display: none; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row > .video-iframe-container { display: none; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .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); }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container { border-width: 0; border-radius: 0; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:60rem;position:relative;display:block; }#WrSQN14DXsXxZ4lBZViUmGTwDzDgOvc0 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:100049;line-height:1.3;letter-spacing:0;top:12.125rem;left:37.40625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#VLATWu8wyyQqRmx9CnilINMIMGJoTFxN { box-sizing:content-box;color:#86c724;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:10rem;left:53.90625rem;display:block; }
#z16TRTbHthe9rs6zvvePhmIGU260mXTl { box-sizing:content-box;color:#86c724;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:14.21875rem;left:37.40625rem;display:block; }
#WCh3QOip7oUiMUqfJ9qbCf0LoNsUV8Jq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:37.25rem;top:0.6875rem;left:0.21875rem;display:block; }
#LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN { position:absolute;display:block;z-index:100008;background-color:rgba(255,255,255,0.64);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;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.0625rem 0.3125rem 1.875rem rgba(111,119,218,0.15) ;height:30.5625rem;width:22.25rem;top:0.5rem;left:37.75rem;display:block; }
#rbKoJFvOOkr5vt8TbeBwIJGwOT0XwGsq { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:none;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:9.5rem;width:9.5rem;top:1.375rem;left:43.8125rem;display:block; }
#TStP2SuhPyvIledvw8kIxFyr4IivIUbq { color:#522d62;display:block;width:8rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:3.4375rem;left:44.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTofphcU4AyGK4ZpFEDR8D5xDclbSfy6 { color:#b20129;display:block;width:8rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:6.359375rem;left:44.5625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mTWD6gARuwVWtVD1zLT06TJeEp7bwefg { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:19.1875rem;left:38.75rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R4I7FzXp8U9g8Wc4L8OO3TTVGDJKyZ6Q { box-sizing:content-box;color:#ffb136;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:21.1875rem;left:57.9375rem;display:block; }
#RbamQosUMG3ycqo1uoPp03A0msWwaEfv { color:#000000;display:block;width:19.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:21.3125rem;left:38.875rem;height:7.3904375rem;text-align:center;text-align-last:center;display:block; }
#OwiieFLTzyXSAsIgvBfHGXRXl54Q644y { box-sizing:content-box;color:#ffb136;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:23.8125rem;left:57.9375rem;display:block; }
#E6SOAVH5xH8KUHObI1iH2rTdiuWKZhB1 { box-sizing:content-box;color:#ffb136;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:26.21875rem;left:57.9375rem;display:block; }
#nwfQvT0ibRPO8VbydWr6SuAArRTWh6wZ { box-sizing:content-box;color:#ffb136;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:28.625rem;left:57.9375rem;display:block; }
#iqHrimLTlMIgf6JKxEAXCNnh4o49m6NT { background-color:#86c724;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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-sizing:border-box;color:#303131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:13rem;height:3.875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:26.375rem;left:10.34375rem;display:block; }
#b0CzZGTOlNAgcKw7UxRwJTJQzULbdD6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SSlsf2e1M8A88zNDhhSFO2w1mVKZ7Enm { color:#000000;display:block;width:16.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100050;line-height:1.5;letter-spacing:0;top:23.1884765625rem;left:8.71875rem;height:3.0013rem;text-align:center;text-align-last:center;display:block; }
#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f1;background-image:none;position:relative;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { border-width: 0; border-radius: 0; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { box-sizing:content-box;color:#151515;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.99609375rem;left:40.40625rem;display:block; }
#lbGXmayfAi2c7F0TmiJJm3orD3vDXsoX { color:#065120;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:1.4150390625rem;left:14.2470703125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJIlVaOgRTgtMWUek5g4VA6gm34gl0Td { background-color:#50bbd3;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:#b20129;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.5rem;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:100041;text-align:center;text-align-last:center;top:6.87109375rem;left:32.5625rem;display:block; }
#KLTPbvGxPR8a3oZS9sZtXqhKoBZ87eCI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GiTrB7TxlD2PqXnx1f3zpIJu5NBw7ebL { background-color:#50bbd3;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:#b20129;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0615rem;height:3.5625rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:6.80859375rem;left:5.15625rem;display:block; }
#PaAeEFWTci9lFxXMV2fTDhcdOvqTKulP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E4n40Bq3gs1y4F0CyZEDmb0ylJaOkC5X { box-sizing:content-box;color:#151515;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:3.93359375rem;left:15.71875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIX4GUg6o5tLPVt5pakO6gyCZutiZqic { top:1.125rem;left:6.03125rem;width:35.6875rem;height:2.1875rem;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) { #ZfUFOrFNyRiazQ6z5wDoKwdP7hL0194W { top:1.3125rem;left:1.03125rem;width:40.75rem;height:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6P2HsfTBaIWZVkvlQ30aTxkVkv9WNyh { top:1.8125rem;left:6.03125rem;width:35.6875rem;height:2.1875rem;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) { #Mc4TzT9odZTVtw7JbORQ3LxF5vDw8O9t { top:12.625rem;left:11.9375rem;width:35.8125rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThlRZNv4NQX5Cw4vWTwN9MnQZbCOqtS { top:19.1875rem;left:13.5625rem;width:34.125rem;height:18.216548948166rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCly7nLRObiVXLb2wn02kKx1uvAxLVXX { top:37.3125rem;left:22.123699188233rem;width:25.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNkh8axX4ekPAnuNW05Kn7gLDMhNm9C { top:25.6875rem;left:26.935981750488rem;width:13.4375rem;height:10.389472602898rem;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) { #nUyLaceukp44hff5Ci19i2rg9Is2v8ls { display:block; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3 { width:19rem;height:19rem;top:4.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6OqiAdDvZla8JW0lOeWktmbD5QvEBo { width:8.5rem;height:2.75rem;top:21.9375rem;left:31.671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLec54w8eGebDdlxFfKRTIL0JeEBIysR { display:block; }
 }@media only screen and (max-width: 763px) { #gJxACxdVBT9AGM6pLluuAaaKcsff0Jpl { width:21.125rem;height:2.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESKc9uqzTOiTnEvmCeSl5Lgg6i608s6z { display:block; }
 }@media only screen and (max-width: 763px) { #zLJd2K3tCaydfzKmQGJGLieOhkpEFTyG { top:5.5625rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shxaeraU8PEOuNrkmNKnlZTsWdGxvKwD { width:6.25rem;height:2.5rem;top:11.8125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDeTCk5GXBrNJqTPC1nFGCDeX6d6ADfH { display:block; }
 }@media only screen and (max-width: 763px) { #G5L5CtqzvizUGr4KSex3ZrqLzez5xAgO { top:8.625rem;left:10.687065124512rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evSucg6nMyLKLIRvIA8n3NaOzqucKmlx { top:6.25rem;left:9.75rem;width:10.25rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKkSL8R9NdPOBucsku5HgkTN5bDN5c1 { top:5.5rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeZsHCyQTJ7GVU6ob3pzUvVAtSbKRtu { width:6.25rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZkxKZrHaxxBi5afihdQrS4RWHZ9rDR { display:block; }
 }@media only screen and (max-width: 763px) { #IbRlModTyW8uD8k1KOVW31R1o95kmeHn { top:8.9375rem;left:0rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwOFPWrtBW2p5hNoplopH0yCNf6906e { top:6.3125rem;left:0rem;width:10.25rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHczgJFIPTBuuvxR5DoQzpOaGHsxe74 { top:16.6875rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5zQJ8fc3LQKU2ArkBGAqMO1OMZ4Q6E { top:18.0625rem;left:9.75rem;width:10.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDme7TZrT9ErCIdtg21UlNtma9KsMcUU { top:19.6875rem;left:10.499347686767rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP5xULbuGyLemGBDGsAynQzO3N7OWXOp { width:6.25rem;height:2.5rem;top:22.875rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecgdN6CQKaAWei0eB8b0R6DIGqRSc3i { display:block; }
 }@media only screen and (max-width: 763px) { #szE2WmDHJ2QXXl8TAhThQp2eEsKNJoAg { top:16.6875rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrO3gpTgeSdPlFKPTqHfToIlzylN7mS { top:19.4375rem;left:0rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWszi4wLnIVo4Rzp2pX1xMMuGXLhs1V { width:6.25rem;height:2.5rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpGf9urkRUHTd82V4l97GfeTQHSBdLn { display:block; }
 }@media only screen and (max-width: 763px) { #KmP3wfyRfmznoSIWVyM9MxkbIoAJdKee { top:18.0625rem;left:0rem;width:10.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZZsCyfDUygUAL1whQquRIlm6RL0CF0b { top:12.9375rem;left:17.256076812744rem;width:4.8125rem;height:3.7644859225742rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXDwvMNsebR9EAnvCimESqQyPBluhs { display:block; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK { width:19rem;height:19rem;top:3.5625rem;left:25.9658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oStKfN7ndFnrqXdigyblxeJruWq2KaM3 { width:8.5rem;height:2.75rem;top:22.125rem;left:31.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKxCMqaD6iHsc3fp12HDaLywstQfozhQ { display:block; }
 }@media only screen and (max-width: 763px) { #c3BXCZETEfQA5sKpgvXnLlTzrqao59Se { top:5.5625rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLumO30ZWxp2Tx7d7ftFezMlmR024cDO { width:6.25rem;height:2.5rem;top:12.0625rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0104NoTl4uTPdWTT1BtSIXTrOb45q6 { display:block; }
 }@media only screen and (max-width: 763px) { #bgcWuddCTMX8TqR9BJNaApscvWhun3QB { top:8.6875rem;left:10.6875rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSIbKrd8odAWbm5y8ydPILzZXRnSBxs { top:6.25rem;left:9.75rem;width:10.25rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9daXiU6z5KRTznCvBLeVlfvEtutvhvh { top:5.5625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEXBXwVXQiuZNQGaNe0bnMTv92Oy62HI { width:6.25rem;height:2.5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGyuAvkIw29pLTv97zndFER41KvBrZk { display:block; }
 }@media only screen and (max-width: 763px) { #tyKA6lTr8glpFFiGUv97ewUZJaGf1T2w { top:8.8125rem;left:0rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dU1gJobKOySVcdGdP5hcKFmwpOITKK { top:6.375rem;left:0rem;width:10.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31muCBQipEJzZ19zG8Jy69FvoLyZe8F { top:17.0625rem;left:3.125rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDk5q9RFEdPmSeg4cfIWQrWEGNiPE5O { top:19.8125rem;left:3.8125rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgzxHQnUra5zazI742hpqKgQTvdM3HG { width:6.25rem;height:2.5rem;top:23.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHLQvtH1DGehWdskRMAGzqDN5w7UmC4 { display:block; }
 }@media only screen and (max-width: 763px) { #I131fovoFC2mFeaZGFq4G61JhPI0QH9b { top:17.9375rem;left:3.25rem;width:10.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eskpsNuE6PwMuA82CnJ9okPt4VlkmoJR { width:21.125rem;height:2.75rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxDkr9q35JVneTvLnsGAwsU3HMOqcA0 { display:block; }
 }@media only screen and (max-width: 763px) { #cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO { display:block; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1 { width:17.75rem;height:17.75rem;top:2.375rem;left:27.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC2lHQZBmuQNIOo5TH7aTrAtgGya5fto { width:8.5rem;height:2.75rem;top:18.5625rem;left:32.076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJSDZTTvMng4QMENooyfy0IBCkfyp8B { display:block; }
 }@media only screen and (max-width: 763px) { #Ts0RGM6SkE4Btsc0qy5Gmnygv6cBCxsD { top:5.5625rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkGx5i8yskWO7tte1cLGQCRooWWmJld7 { width:6.25rem;height:2.5rem;top:11.9375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4pPDnOMbvLJOnR7WDIWb5ptTAP7uGnX { display:block; }
 }@media only screen and (max-width: 763px) { #R75fOmarOnH5fdzAWcZQvCK9ocHTyV2o { top:8.625rem;left:10.687065124512rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FesbOwi9LgerFkT94ByFUdU1rc6LfWXC { top:6.25rem;left:9.75rem;width:10.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHUSN8thZTOFvknA5ZbQqDH43KsNyTrT { top:5.5625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1ONJTgICXyH6DzhfZkgTmtiFXQZffb { width:6.25rem;height:2.5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ND5gSWKFBXkTy2bh6QaXACPZkVXBAb { display:block; }
 }@media only screen and (max-width: 763px) { #yfUl70yvA0IZkL2yDx4atz7RaiPaEWDw { top:8.75rem;left:0rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhvq85MLnPqI7GVzVnbCskHn2XiCNovG { top:6.375rem;left:0rem;width:10.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qPrOzHlwfbTRznC0qAbmKVVTJ1yTOQ { top:16.5rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpPkxhdpv2GI1enZki5hwAHbynrVpCg { top:19.25rem;left:0rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4K3tAtG0aNACoI9LFWXmIFu3d14u0F { width:6.25rem;height:2.5rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWTWsTGcXr5Eq0gGBKdNBhVT8TCgfL1 { display:block; }
 }@media only screen and (max-width: 763px) { #J4svbCGfFTSRtPAalgrCb0M4lxCvQ1Tx { top:17.625rem;left:0rem;width:10.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrClQDhJQ1VoXFkoOmbwFBQTPtX2cLc { width:21.125rem;height:2.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6mF0TDEL6zKhwClI1wgDTwd0Iu4Xc8 { display:block; }
 }@media only screen and (max-width: 763px) { #wkyAqHRct6C5cP7vv3RWe0AnmFTE8F7t { top:17.5625rem;left:9.625rem;width:10.25rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlFlb9xqFbNckeOkBUVBIHCtkbZUId9V { top:19.1875rem;left:10.4375rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39CkuEeT0Prba4VGTNTJIODHLc02TeT { width:6.25rem;height:2.5rem;top:22.8125rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh8swt94s7U1RfI9LMnswQDUtDSCRIk { display:block; }
 }@media only screen and (max-width: 763px) { #AlSiIV3l8PQCN06Wu9NxK7bV8BxRGKTS { top:16.5rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMVtyCciGnoJrf96e7BRZthDaawLXen5 { top:22.1875rem;left:26.34375rem;width:19.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ { display:block; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl { width:18.5625rem;height:18.5625rem;top:2.875rem;left:27.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDQ5bV6ie0lSQo7QBXGd3Ues9rAVqZqL { width:8.5rem;height:2.75rem;top:20.0625rem;left:32.5751953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvNJcnDQeWwcoDw63SStNAr54rZVTkLz { display:block; }
 }@media only screen and (max-width: 763px) { #d8CZAL0sWpmKgAKXbavEtOIxfIC0Bpuc { top:5.5625rem;left:9.5rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeG7WnMMq7wHETWMVkDqqZ1Tk6m8B7o { width:6.25rem;height:2.5rem;top:11.9375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOlgnybvn0kVfxLLV1q7bzqkvbdPOU0 { display:block; }
 }@media only screen and (max-width: 763px) { #LQahMFNI3AAsEntuGslLWep6hNEFagEK { top:8.5625rem;left:9.9375rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFh5KiJdKlcF6EUJiQgHZMhsP3bsC4p { top:6.25rem;left:9.7495651245119rem;width:10.1875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUSCxw1WAqU0AuSe72fAK9KHSZO2vTW { top:5.5625rem;left:0rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4DdblxJTAUUKZIOmn10450eHldZw0v { width:6.25rem;height:2.5rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnh8LIELM6dHAy8143fZAZ51uFg7adgz { display:block; }
 }@media only screen and (max-width: 763px) { #RRmmbi9VDLiOSOpwABrSNUBe1dU2aS8L { top:8.75rem;left:0rem;width:8.875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlUoJemiGQBSPLV2BgwHkLJdXAuDQlNb { top:6.5rem;left:0rem;width:9.1875rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKLNLnXlfsPIl3hMkVf2hLZt70Iv7Fp { top:17.1875rem;left:4.34375rem;width:8.375rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKbf4UFlFId3umxSgQJLloxugRk6x9c { top:20.25rem;left:3.6875rem;width:8.9375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmsgqpUE8qfTKPgrbkn6mp7eso7cK1I8 { width:6.25rem;height:2.5rem;top:23.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHAHnK2qTh5pUL8C3ryUHxODTCSurmOc { display:block; }
 }@media only screen and (max-width: 763px) { #GcdhDo7ZNfBtnz2N9RAqSW7lJWfUpULC { top:16.5rem;left:3.125rem;width:10.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgiPGbNC3n46NqAJdUdKvVnp9h2TPGn6 { width:21.125rem;height:2.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTw2qwhHzF3V9ixKNIyOErUN7VFIqnR0 { display:block; }
 }@media only screen and (max-width: 763px) { #NZ7bTsFt0WbomWngtDtlqmMDlhKDpKcg { top:12.75rem;left:17.380859375rem;width:4.8125rem;height:3.7644859225742rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAx3g0JVNvzi9OXknEJJK3XWfgxOIg4R { top:12.0625rem;left:0rem;width:4.8125rem;height:3.7644859225742rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTu90VNkvFiCtPLkaZooeHzUDvClxyAr { display:block; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrSQN14DXsXxZ4lBZViUmGTwDzDgOvc0 { top:12.125rem;left:28.0625rem;width:19.6875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLATWu8wyyQqRmx9CnilINMIMGJoTFxN { top:10rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16TRTbHthe9rs6zvvePhmIGU260mXTl { top:14.1875rem;left:31.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCh3QOip7oUiMUqfJ9qbCf0LoNsUV8Jq { width:37.25rem;height:21.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN { width:22.25rem;height:30.5625rem;top:0.5rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKoJFvOOkr5vt8TbeBwIJGwOT0XwGsq { width:9.5rem;height:9.5rem;top:1.375rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStP2SuhPyvIledvw8kIxFyr4IivIUbq { width:8rem;height:2.875rem;top:3.4375rem;left:38.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTofphcU4AyGK4ZpFEDR8D5xDclbSfy6 { width:8rem;height:3.625rem;top:6.3125rem;left:38.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWD6gARuwVWtVD1zLT06TJeEp7bwefg { top:19.1875rem;left:28.5rem;width:19.25rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4I7FzXp8U9g8Wc4L8OO3TTVGDJKyZ6Q { top:21.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbamQosUMG3ycqo1uoPp03A0msWwaEfv { top:21.3125rem;left:28.25rem;width:19.5rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwiieFLTzyXSAsIgvBfHGXRXl54Q644y { top:23.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6SOAVH5xH8KUHObI1iH2rTdiuWKZhB1 { top:26.1875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwfQvT0ibRPO8VbydWr6SuAArRTWh6wZ { top:28.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqHrimLTlMIgf6JKxEAXCNnh4o49m6NT { width:13rem;height:3.875rem;top:26.375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CzZGTOlNAgcKw7UxRwJTJQzULbdD6F { display:block; }
 }@media only screen and (max-width: 763px) { #SSlsf2e1M8A88zNDhhSFO2w1mVKZ7Enm { top:23.1875rem;left:2.59375rem;width:16.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { top:3.9375rem;left:34.28125rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbGXmayfAi2c7F0TmiJJm3orD3vDXsoX { top:1.375rem;left:8.1220703125rem;width:31.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJIlVaOgRTgtMWUek5g4VA6gm34gl0Td { width:20.25rem;height:3.5rem;top:6.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTPbvGxPR8a3oZS9sZtXqhKoBZ87eCI { display:block; }
 }@media only screen and (max-width: 763px) { #GiTrB7TxlD2PqXnx1f3zpIJu5NBw7ebL { width:22rem;height:3.5625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaAeEFWTci9lFxXMV2fTDhcdOvqTKulP { display:block; }
 }@media only screen and (max-width: 763px) { #E4n40Bq3gs1y4F0CyZEDmb0ylJaOkC5X { top:3.875rem;left:9.59375rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIX4GUg6o5tLPVt5pakO6gyCZutiZqic { width:20rem;height:2.1875rem;top:39.3125rem;left:0.0083332061767575rem;text-align:center;text-align-last:center;display:none; }
 }@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:62.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@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) { #ZfUFOrFNyRiazQ6z5wDoKwdP7hL0194W { width:20rem;height:3.1857625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E6P2HsfTBaIWZVkvlQ30aTxkVkv9WNyh { width:20rem;height:2.1875rem;top:39.3125rem;left:0.0083332061767575rem;text-align:center;text-align-last:center;display:none; }
 }@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) { #Mc4TzT9odZTVtw7JbORQ3LxF5vDw8O9t { width:20rem;height:2.99913125rem;top:40.252790195465rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kThlRZNv4NQX5Cw4vWTwN9MnQZbCOqtS { width:20rem;height:10.676365683907rem;top:44.500840195465rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #BCly7nLRObiVXLb2wn02kKx1uvAxLVXX { width:20rem;height:3.41363125rem;top:56.251085281372rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNkh8axX4ekPAnuNW05Kn7gLDMhNm9C { width:8.6870625rem;height:6.6873125rem;top:48.556859970093rem;left:5.6553822159767rem;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:#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.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, #50bbd3, #598205);background-image: -moz-linear-gradient(180deg, #50bbd3, #598205);background-image: -ms-linear-gradient(180deg, #50bbd3, #598205);background-image: -o-linear-gradient(180deg, #50bbd3, #598205);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#598205' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#598205' );";background-image: linear-gradient(180deg, #50bbd3, #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.0625rem;top:12.4990234375rem;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, #50bbd3, #598205);background-image: -moz-linear-gradient(180deg, #50bbd3, #598205);background-image: -ms-linear-gradient(180deg, #50bbd3, #598205);background-image: -o-linear-gradient(180deg, #50bbd3, #598205);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#598205' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50bbd3', endColorstr='#598205' );";background-image: linear-gradient(180deg, #50bbd3, #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.0625rem;top:12.4990234375rem;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) { #nUyLaceukp44hff5Ci19i2rg9Is2v8ls { display:block; }#nUyLaceukp44hff5Ci19i2rg9Is2v8ls > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvS2rvz7xWMSayokQCmCxvmsxLt0wAK3 { width:15.25rem;height:15.25rem;top:16.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW6OqiAdDvZla8JW0lOeWktmbD5QvEBo { width:8.46875rem;height:2.71875rem;top:30.25rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLec54w8eGebDdlxFfKRTIL0JeEBIysR { display:block; }
 }@media only screen and (max-width: 763px) { #gJxACxdVBT9AGM6pLluuAaaKcsff0Jpl { width:19rem;height:2.75rem;top:2.78125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESKc9uqzTOiTnEvmCeSl5Lgg6i608s6z { display:block; }
 }@media only screen and (max-width: 763px) { #zLJd2K3tCaydfzKmQGJGLieOhkpEFTyG { width:7.1875rem;height:7.5rem;top:6.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shxaeraU8PEOuNrkmNKnlZTsWdGxvKwD { width:6.25rem;height:2.5rem;top:13.1240234375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDeTCk5GXBrNJqTPC1nFGCDeX6d6ADfH { display:block; }
 }@media only screen and (max-width: 763px) { #G5L5CtqzvizUGr4KSex3ZrqLzez5xAgO { width:8.9375rem;height:3.16731875rem;top:10.0205078125rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evSucg6nMyLKLIRvIA8n3NaOzqucKmlx { width:10.25rem;height:2.11154375rem;top:7.458984375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTKkSL8R9NdPOBucsku5HgkTN5bDN5c1 { width:7.1875rem;height:7.5rem;top:6.625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJeZsHCyQTJ7GVU6ob3pzUvVAtSbKRtu { width:6.25rem;height:2.5rem;top:13.1240234375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDZkxKZrHaxxBi5afihdQrS4RWHZ9rDR { display:block; }
 }@media only screen and (max-width: 763px) { #IbRlModTyW8uD8k1KOVW31R1o95kmeHn { width:8.9375rem;height:3.16731875rem;top:9.833984375rem;left:10.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwOFPWrtBW2p5hNoplopH0yCNf6906e { width:6.875rem;height:2.19140625rem;top:7.3896484375rem;left:11.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHczgJFIPTBuuvxR5DoQzpOaGHsxe74 { width:7.1875rem;height:7.5rem;top:34.0205078125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5zQJ8fc3LQKU2ArkBGAqMO1OMZ4Q6E { width:10.25rem;height:1.21875rem;top:35.5302734375rem;left:0.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDme7TZrT9ErCIdtg21UlNtma9KsMcUU { width:8.9375rem;height:3.16731875rem;top:37.0615234375rem;left:0.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP5xULbuGyLemGBDGsAynQzO3N7OWXOp { width:6.25rem;height:2.5rem;top:40.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eecgdN6CQKaAWei0eB8b0R6DIGqRSc3i { display:block; }
 }@media only screen and (max-width: 763px) { #szE2WmDHJ2QXXl8TAhThQp2eEsKNJoAg { width:7.1875rem;height:7.5rem;top:34.0205078125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVrO3gpTgeSdPlFKPTqHfToIlzylN7mS { width:8.9375rem;height:3.16731875rem;top:36.6865234375rem;left:9.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWszi4wLnIVo4Rzp2pX1xMMuGXLhs1V { width:6.25rem;height:2.5rem;top:40.625rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFpGf9urkRUHTd82V4l97GfeTQHSBdLn { display:block; }
 }@media only screen and (max-width: 763px) { #KmP3wfyRfmznoSIWVyM9MxkbIoAJdKee { width:9.5rem;height:1.21875rem;top:35.28125rem;left:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZZsCyfDUygUAL1whQquRIlm6RL0CF0b { width:4rem;height:3.125rem;top:13.123915672303rem;left:0rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #FIyXDwvMNsebR9EAnvCimESqQyPBluhs { display:block; }#FIyXDwvMNsebR9EAnvCimESqQyPBluhs > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc4TKN0zbZTF5nsTKmwWwWoszFTECPCK { width:18rem;height:18rem;top:6.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oStKfN7ndFnrqXdigyblxeJruWq2KaM3 { width:8.46875rem;height:2.71875rem;top:22.5rem;left:5.703125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKxCMqaD6iHsc3fp12HDaLywstQfozhQ { display:block; }
 }@media only screen and (max-width: 763px) { #c3BXCZETEfQA5sKpgvXnLlTzrqao59Se { width:7.1875rem;height:7.5rem;top:25.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLumO30ZWxp2Tx7d7ftFezMlmR024cDO { width:5.625rem;height:2.1875rem;top:32.5712890625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0104NoTl4uTPdWTT1BtSIXTrOb45q6 { display:block; }
 }@media only screen and (max-width: 763px) { #bgcWuddCTMX8TqR9BJNaApscvWhun3QB { width:8.9375rem;height:3.16731875rem;top:28.6865234375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSIbKrd8odAWbm5y8ydPILzZXRnSBxs { width:5.625rem;height:1.78819375rem;top:26.96875rem;left:2.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9daXiU6z5KRTznCvBLeVlfvEtutvhvh { width:7.1875rem;height:7.5rem;top:25.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEXBXwVXQiuZNQGaNe0bnMTv92Oy62HI { width:5.625rem;height:2.1875rem;top:32.4150390625rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szGyuAvkIw29pLTv97zndFER41KvBrZk { display:block; }
 }@media only screen and (max-width: 763px) { #tyKA6lTr8glpFFiGUv97ewUZJaGf1T2w { width:8.9375rem;height:3.16731875rem;top:29rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dU1gJobKOySVcdGdP5hcKFmwpOITKK { width:6.125rem;height:2.68229375rem;top:26.5625rem;left:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31muCBQipEJzZ19zG8Jy69FvoLyZe8F { width:7.1875rem;height:7.5rem;top:36.0205078125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDk5q9RFEdPmSeg4cfIWQrWEGNiPE5O { width:8.9375rem;height:3.16731875rem;top:40rem;left:5.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfgzxHQnUra5zazI742hpqKgQTvdM3HG { width:5.625rem;height:2.1875rem;top:43.1650390625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHLQvtH1DGehWdskRMAGzqDN5w7UmC4 { display:block; }
 }@media only screen and (max-width: 763px) { #I131fovoFC2mFeaZGFq4G61JhPI0QH9b { width:7.125rem;height:2.68229375rem;top:36.8125rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eskpsNuE6PwMuA82CnJ9okPt4VlkmoJR { width:19rem;height:2.75rem;top:1.78125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoxDkr9q35JVneTvLnsGAwsU3HMOqcA0 { display:block; }
 }@media only screen and (max-width: 763px) { #cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO { display:block; }#cAZrSIWZKQCWS8QoU5GXrz3yzfOpBcsO > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQNDeIHP9FyKWwJTXPCwDm67mqWrSXT1 { width:18rem;height:18rem;top:4.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC2lHQZBmuQNIOo5TH7aTrAtgGya5fto { width:8.46875rem;height:2.71875rem;top:20.927734375rem;left:5.765625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJSDZTTvMng4QMENooyfy0IBCkfyp8B { display:block; }
 }@media only screen and (max-width: 763px) { #Ts0RGM6SkE4Btsc0qy5Gmnygv6cBCxsD { width:7.1875rem;height:7.5rem;top:25.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkGx5i8yskWO7tte1cLGQCRooWWmJld7 { width:5.625rem;height:2.1875rem;top:32.2587890625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4pPDnOMbvLJOnR7WDIWb5ptTAP7uGnX { display:block; }
 }@media only screen and (max-width: 763px) { #R75fOmarOnH5fdzAWcZQvCK9ocHTyV2o { width:8.9375rem;height:3.16731875rem;top:29.0615234375rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FesbOwi9LgerFkT94ByFUdU1rc6LfWXC { width:5.625rem;height:2.68229375rem;top:26.40625rem;left:2.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHUSN8thZTOFvknA5ZbQqDH43KsNyTrT { width:7.1875rem;height:7.5rem;top:25.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL1ONJTgICXyH6DzhfZkgTmtiFXQZffb { width:5.625rem;height:2.1875rem;top:32.4150390625rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ND5gSWKFBXkTy2bh6QaXACPZkVXBAb { display:block; }
 }@media only screen and (max-width: 763px) { #yfUl70yvA0IZkL2yDx4atz7RaiPaEWDw { width:8.9375rem;height:3.16731875rem;top:29.3125rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhvq85MLnPqI7GVzVnbCskHn2XiCNovG { width:6.125rem;height:2.68229375rem;top:26.5625rem;left:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qPrOzHlwfbTRznC0qAbmKVVTJ1yTOQ { width:7.1875rem;height:7.5rem;top:35.4580078125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlpPkxhdpv2GI1enZki5hwAHbynrVpCg { width:8.9375rem;height:3.16731875rem;top:38.249786376953rem;left:0.78103297948838rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4K3tAtG0aNACoI9LFWXmIFu3d14u0F { width:5.625rem;height:2.1875rem;top:41.7275390625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWTWsTGcXr5Eq0gGBKdNBhVT8TCgfL1 { display:block; }
 }@media only screen and (max-width: 763px) { #J4svbCGfFTSRtPAalgrCb0M4lxCvQ1Tx { width:6.4375rem;height:1.78819375rem;top:36.25rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrClQDhJQ1VoXFkoOmbwFBQTPtX2cLc { width:19rem;height:2.75rem;top:1.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI6mF0TDEL6zKhwClI1wgDTwd0Iu4Xc8 { display:block; }
 }@media only screen and (max-width: 763px) { #wkyAqHRct6C5cP7vv3RWe0AnmFTE8F7t { width:10.25rem;height:0.8941rem;top:36.6962890625rem;left:9.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlFlb9xqFbNckeOkBUVBIHCtkbZUId9V { width:8.9375rem;height:3.16731875rem;top:38.18620300293rem;left:10.937283575535rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39CkuEeT0Prba4VGTNTJIODHLc02TeT { width:6.25rem;height:2.5rem;top:41.7275390625rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMh8swt94s7U1RfI9LMnswQDUtDSCRIk { display:block; }
 }@media only screen and (max-width: 763px) { #AlSiIV3l8PQCN06Wu9NxK7bV8BxRGKTS { width:7.1875rem;height:7.5rem;top:35.4580078125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMVtyCciGnoJrf96e7BRZthDaawLXen5 { width:19.6875rem;height:2.2744125rem;top:45.4775390625rem;left:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ { display:block; }#nE6LsP2SM8V4NSJ2EcTSdxIv6vVbZcJZ > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ1goHZ3bXttg8ffAVcsTV1o9vCV53xl { width:18rem;height:18rem;top:6.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDQ5bV6ie0lSQo7QBXGd3Ues9rAVqZqL { width:8.46875rem;height:2.71875rem;top:22.5rem;left:5.703125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvNJcnDQeWwcoDw63SStNAr54rZVTkLz { display:block; }
 }@media only screen and (max-width: 763px) { #d8CZAL0sWpmKgAKXbavEtOIxfIC0Bpuc { width:7.1875rem;height:7.5rem;top:25.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddeG7WnMMq7wHETWMVkDqqZ1Tk6m8B7o { width:5.625rem;height:2.1875rem;top:32.5712890625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohOlgnybvn0kVfxLLV1q7bzqkvbdPOU0 { display:block; }
 }@media only screen and (max-width: 763px) { #LQahMFNI3AAsEntuGslLWep6hNEFagEK { width:8.9375rem;height:3.16731875rem;top:29.060989379882rem;left:0.75000005960463rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFh5KiJdKlcF6EUJiQgHZMhsP3bsC4p { width:5.625rem;height:2.68229375rem;top:26.073134738952rem;left:2.5933161377907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUSCxw1WAqU0AuSe72fAK9KHSZO2vTW { width:7.1875rem;height:7.5rem;top:25.8125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn4DdblxJTAUUKZIOmn10450eHldZw0v { width:5.625rem;height:2.1875rem;top:32.4150390625rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nnh8LIELM6dHAy8143fZAZ51uFg7adgz { display:block; }
 }@media only screen and (max-width: 763px) { #RRmmbi9VDLiOSOpwABrSNUBe1dU2aS8L { width:8.9375rem;height:3.16731875rem;top:29rem;left:10.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlUoJemiGQBSPLV2BgwHkLJdXAuDQlNb { width:6.125rem;height:1.78819375rem;top:26.5625rem;left:12.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvKLNLnXlfsPIl3hMkVf2hLZt70Iv7Fp { width:6.9375rem;height:2.43489375rem;top:36.25rem;left:5.953125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVKbf4UFlFId3umxSgQJLloxugRk6x9c { width:8.9375rem;height:3.16731875rem;top:38.749572753906rem;left:4.9522572159767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmsgqpUE8qfTKPgrbkn6mp7eso7cK1I8 { width:5.625rem;height:2.1875rem;top:42.1025390625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHAHnK2qTh5pUL8C3ryUHxODTCSurmOc { display:block; }
 }@media only screen and (max-width: 763px) { #GcdhDo7ZNfBtnz2N9RAqSW7lJWfUpULC { width:7.1875rem;height:7.5rem;top:35.375rem;left:5.703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgiPGbNC3n46NqAJdUdKvVnp9h2TPGn6 { width:19rem;height:2.75rem;top:1.6337890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTw2qwhHzF3V9ixKNIyOErUN7VFIqnR0 { display:block; }
 }@media only screen and (max-width: 763px) { #NZ7bTsFt0WbomWngtDtlqmMDlhKDpKcg { width:4.25rem;height:3.3125rem;top:30.553605079651rem;left:0rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #WAx3g0JVNvzi9OXknEJJK3XWfgxOIg4R { width:3.99956875rem;height:3.125rem;top:30.755209922791rem;left:10.238716185093rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #wTu90VNkvFiCtPLkaZooeHzUDvClxyAr { display:block; }#wTu90VNkvFiCtPLkaZooeHzUDvClxyAr > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WrSQN14DXsXxZ4lBZViUmGTwDzDgOvc0 { width:19.6875rem;height:1.2999125rem;top:14.26171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLATWu8wyyQqRmx9CnilINMIMGJoTFxN { width:3.125rem;height:3.125rem;top:12.4990234375rem;left:14.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16TRTbHthe9rs6zvvePhmIGU260mXTl { width:3.125rem;height:3.125rem;top:14.53125rem;left:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCh3QOip7oUiMUqfJ9qbCf0LoNsUV8Jq { height:11.6875rem;width:20rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN { width:20rem;height:26.8125rem;top:0.8125rem;left:0rem;background-color:rgba(255,255,255,0.64);background-image:url("https://images.assets-landingi.com/aOeo2Xbu/hdfhhdd.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN.adaptive-delivery-prevent-bg, #LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN.lazyload, #LIJ1uSFkzgDERyA6QAoosZArxu0BfUKN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rbKoJFvOOkr5vt8TbeBwIJGwOT0XwGsq { width:9.5rem;height:9.5rem;top:2.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStP2SuhPyvIledvw8kIxFyr4IivIUbq { width:8rem;height:2.599825rem;top:5rem;left:6rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTofphcU4AyGK4ZpFEDR8D5xDclbSfy6 { width:7.999125rem;height:1.7871125rem;top:8.1987915039062rem;left:5.9993491768837rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTWD6gARuwVWtVD1zLT06TJeEp7bwefg { width:19.25rem;height:1.2999125rem;top:18.875rem;left:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4I7FzXp8U9g8Wc4L8OO3TTVGDJKyZ6Q { width:1.5625rem;height:1.5625rem;top:21.625rem;left:18.4375rem;font-size:1.0625rem;color:#86c724;display:block; }
 }@media only screen and (max-width: 763px) { #RbamQosUMG3ycqo1uoPp03A0msWwaEfv { width:17.5625rem;height:8.52975rem;top:21.6875rem;left:0.3125rem;text-align:right;text-align-last:right;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OwiieFLTzyXSAsIgvBfHGXRXl54Q644y { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:18.4375rem;font-size:1.0625rem;color:#86c724;display:block; }
 }@media only screen and (max-width: 763px) { #E6SOAVH5xH8KUHObI1iH2rTdiuWKZhB1 { width:1.5625rem;height:1.5625rem;top:26.6875rem;left:18.4375rem;font-size:1.0625rem;color:#86c724;display:block; }
 }@media only screen and (max-width: 763px) { #nwfQvT0ibRPO8VbydWr6SuAArRTWh6wZ { width:1.5625rem;height:1.5625rem;top:28.5rem;left:18.4375rem;font-size:1.0625rem;color:#86c724;display:block; }
 }@media only screen and (max-width: 763px) { #iqHrimLTlMIgf6JKxEAXCNnh4o49m6NT { width:12.96875rem;height:3.84375rem;top:50.0625rem;left:3.515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CzZGTOlNAgcKw7UxRwJTJQzULbdD6F { display:block; }
 }@media only screen and (max-width: 763px) { #SSlsf2e1M8A88zNDhhSFO2w1mVKZ7Enm { width:16.25rem;height:3.0013rem;top:45.28125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { width:3.1875rem;height:3.1875rem;top:7.875rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbGXmayfAi2c7F0TmiJJm3orD3vDXsoX { width:20rem;height:1.462675rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJIlVaOgRTgtMWUek5g4VA6gm34gl0Td { width:19rem;height:3.5rem;top:21.0859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLTPbvGxPR8a3oZS9sZtXqhKoBZ87eCI { display:block; }
 }@media only screen and (max-width: 763px) { #GiTrB7TxlD2PqXnx1f3zpIJu5NBw7ebL { width:19rem;height:3.5625rem;top:11.8359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaAeEFWTci9lFxXMV2fTDhcdOvqTKulP { display:block; }
 }@media only screen and (max-width: 763px) { #E4n40Bq3gs1y4F0CyZEDmb0ylJaOkC5X { width:3.1875rem;height:3.1875rem;top:16.6484375rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }