.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:transparent;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); }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container { background-color: transparent; background-image: none; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container > .video-iframe-container { display: none; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row > .video-iframe-container { display: none; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .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); }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container { border-width: 0; border-radius: 0; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#oJmJplsng5Vp8I5vQR8Zq7eB2L4R2kWe { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.87426875rem;width:35.1233125rem;top:0.592041015625rem;left:12.40478515625rem;overflow:hidden;display:block; }
#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { position:relative;display:block; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { background-color: transparent; background-image: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container > .video-iframe-container { display: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row > .video-iframe-container { display: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .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); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { border-width: 0; border-radius: 0; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/qSBm7wS9/white_Friday_offer_01Artboard_1.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.adaptive-delivery-prevent-bg, #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.lazyload, #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.lazyloading { background-image: none; }#unCWG9aJa00E89TaX99hI93MqumqANy1 { color:#030403;display:block;width:12.3123125rem;position:absolute;font-family:"mykonos ar";font-size:1.375rem;font-weight:700;z-index:100062;line-height:1.4;letter-spacing:0;top:12.999132156372rem;left:7.216796875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#airoIdhwilgZU9sLtbXlCZ7Uyb534ero { position:absolute;display:block;z-index:100056;background-color:#414247;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem #000000 ;height:2.5rem;width:12.5rem;top:12.686632156372rem;left:7.1213092803956rem;display:none; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-form-header { font-size:0.75rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:18.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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;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:18.5rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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;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:18.5rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:18.5rem;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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:#e5972b;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.5rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:17.3125rem;overflow:hidden;font-style:normal;float:none; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container:first-of-type{padding-top:0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container:last-of-type{padding-bottom:0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0  { background-color:#19232e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.499375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.87109375rem;top:17.5rem;z-index:100055;position:absolute; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.5rem;display:block;vertical-align:top; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 {display:block;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 { background-color:#19232e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.499375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.87109375rem;top:17.5rem;z-index:100055;position:absolute;display:none; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #sHMG0qtu6Vn9cKmbbpWFDwIi1MQoRXya { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #fDSmnvJAMxvHnvG8oCXnrvR3q6K2PVSU { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #vshoQnlti1lK5Rx8JTR7VLlg30Hmf0Ck { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Txy9OX0AqW6LETpXIe8JMHppES1nTWnS { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #TDlG1r5qXQxOE6SO3ZylCl9T3yNEIPTm { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Ti7Q37aLtlr0lJqHMxVhh4TBgWVR6tTy { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #AiSV02yGTELOzyUN39SviC7BoRC7BrtZ { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KV2IPW8AXuXkaeIZEDeBveGMof1q6Epq { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Lg4x7gAnPDecammSsIoEbdIJu4SH32Hk { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #zyLlPEixiLBOMKxW47ytCgXNBLeTHMaF { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KTvIDwseCoAAPUo51gu3bIdpcdh8tthf { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #FPK1BrVUhJInq96vTGWfrR0waJodcEJW { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Z0ZuL5VFUBuAh3VNxeqB1MKikquWScI9 { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Vr0UavrJ0plvDthf6TvxHBc2ATAkJSBd { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #dEBHAAP10F7QqLTPTLXBmxJB3U2TiWaV { position:relative; }
#SrcR6cmre5tGtgVhZhUJTXQn8lGgAgJe { position:relative;display:block; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #RKLLlMlBTUPqKeyz3n5lcVF3k0VXq17y { position:relative; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #OsxLGSQkQ5M7FBqeHbWh3QCuQLTkZhTm { position:relative; }
#dw5ImqRBoeSmJxS93hbyOEeteTicq452 { color:#000000;display:block;width:42.1235rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:100057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.9694061279297rem;left:8.9377174377444rem;height:0;display:none; }
#IefZkMk3Z0rgrp3zcxGbTbKv8yH6mo4w { position:absolute;display:block;z-index:100054;background-color:rgba(25,26,32,0.68);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:10.75rem;width:18.5625rem;top:28.881295561791rem;left:36.201171875rem;display:none; }
#bSLK0VmegzmG9y6ulodzmhfeplnQcUGr { color:#030403;display:block;width:17.1875rem;position:absolute;font-family:"mykonos ar";font-size:1.375rem;font-weight:700;z-index:100066;line-height:1.4;letter-spacing:0;top:30.256078243256rem;left:36.821830749512rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#W3zypzzx3C3qVObU3AznZ4DyeV40QcWV { position:absolute;display:block;z-index:100055;background-color:#ffa203;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.125rem;width:9.124375rem;top:35.388455867767rem;left:40.950523376465rem;display:none; }
#CxFkBNsIBcQxkaVUl4pLoD3rbGTIqw7q { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:36.325955867767rem;left:43.696834564209rem;height:0;font-style:normal;display:none; }
#ps4CycFm9dbk1VauDwZNi9xG2imw7blp { box-sizing:content-box;color:#5d92ff;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:100067;top:35.388455867767rem;left:40.950523376465rem;display:none; }
#V4GGqwDuqcXpd1m6C8mrLFgrT77esQca { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:700;z-index:100084;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.3125rem 0.375rem rgba(0,0,0,0.5);top:56.520833969116rem;left:14.916666030884rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wf6kPA5TPvXALzIzNgMNcPOIaeltm692 { position:absolute;display:block;z-index:100073;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffb800, #926b1b);background-image: -moz-linear-gradient(180deg, #ffb800, #926b1b);background-image: -ms-linear-gradient(180deg, #ffb800, #926b1b);background-image: -o-linear-gradient(180deg, #ffb800, #926b1b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb800', endColorstr='#926b1b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb800', endColorstr='#926b1b' );";background-image: linear-gradient(180deg, #ffb800, #926b1b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;height:4.12475625rem;width:12.8125rem;top:63.708333969119rem;left:17.104167938233rem;display:none; }
#PNR8bTiBlkzcpnuIdxu3FGQRzT4vb4zq { box-sizing:content-box;color:#235409;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:100085;top:64.645833969119rem;left:17.479167938233rem;display:none; }
#DGTaTBH0QJVHPUGweRuTiraQ0xgCCtCR { color:#000000;display:block;width:9.3103125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100084;line-height:1.4;letter-spacing:0;top:64.833333969119rem;left:19.604167938233rem;height:1.91666875rem;font-style:normal;display:none; }
#ls80GvDkWhPS8lsGNoy3nT4ClMc9O0pW { z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(49,42,7,0.25) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#xiHvhTS6J1QwAeLy6KJpMmOFMU84g7dM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fo30wOGLhRoLtIE0aKZJkXi2FTJe84yd { position:absolute;display:block;z-index:100003;background-color:#1a2e05;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:3.2495125rem;width:16.5625rem;top:12.4375rem;left:35.8125rem;display:block; }
#dxVhoxcPbTLmdAsawzmK13kDclq9iLRb { color:#030403;display:block;width:10.0605625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:100070;line-height:1.4;letter-spacing:0;top:13.125rem;left:39.0625rem;height:1.8369125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-form-header { font-size:0.75rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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;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:15rem;box-sizing:border-box;height:2.5625rem;color:#000000;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-text {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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;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:15rem;box-sizing:border-box;height:4.375rem;color:#000000;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:15rem;box-sizing:border-box;height:2.5rem;color:#151515;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-select {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:#33740e;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]:-moz-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]::-moz-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]:-ms-input-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]::-webkit-input-placeholder { color:#d3e6d5;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:raleway;font-size:1rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:right;text-align-last:right; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container:first-of-type{padding-top:0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container:last-of-type{padding-bottom:0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -moz-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -ms-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -o-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a2e05', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a2e05', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.373046875rem;top:16.560546875rem;z-index:100062;position:absolute; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td {display:block;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -moz-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -ms-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-image: -o-linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a2e05', endColorstr='#eaeaea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1a2e05', endColorstr='#eaeaea' );";background-image: linear-gradient(180deg, rgba(26,46,5,0.93), #eaeaea);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.373046875rem;top:16.560546875rem;z-index:100062;position:absolute; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #xKPUkVLTXyOaUM2r5UFr2urwxSTPP4uo { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Wei4OGxKRsm6LTNrWu8cORiwEEup6lBt { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XzvIUlwvhST6vcMmVVi9KWbvFylJsUoT { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #VTwonV3WAnpkravgQvx62o90h9HoFNAb { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw296P1afRfsHtmchayNL7U2JWyQfp8N { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #KqM0gvwQin4CJXOTFhQzVUQQtr9XnReT { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #A724yXWtvUaRTPxzt0XTIeec4HZTlMMn { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wfT2K9tvcVA3RkQPDBWptHpUdEK4AbPk { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yADEwfQZ0niK1iDBTyPrQ0MpooPDqqRg { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm .container-column{width:50%;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #q1nomR6B9JTXrNEo2coNu2iEtXJyye91 { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw4Fi1EzAOSW0xQn4BrE3er7Fyq7Ot17 { position:relative;z-index:2; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #v6WvzTHwNvFQp6tO8AxJsKO1Dr7aL5eq { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #T7ANQwhg9xCcm7l0sKcoS55Tk4t183zp { position:relative;z-index:2; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #hpdfilAfzvI5yZWwiXZbf5xgzNE7zCzI { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #PMgzfs0tGlHzbcThk7VUP6h8rcxSTQXU { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wi0xJf44cVZXpMgmkCQNmmJt4khWPHHT { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XOFV0uP32EGE2zSORFHfTvBQllo7mVnJ { position:relative; }
#qpLKmdT9cqiT23PpQ0yuQbaMuo4QipTA { position:relative;display:block; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yGqxxtfWRINVakGUlaEsGT7rHmD36Iqk { position:relative; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #ocCx1zODLLaonfp7VsRVXoIyKvMT5C0n { position:relative; }
#zmsZzh76kGaODNScsOSvathU5n50fIhT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:11.933625rem;top:11.0615234375rem;left:2.8154296875rem;overflow:hidden;display:none; }
#ncqbOZP1OGyPLNf0MdDTlO7qIqRQPBRt { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.249rem;width:14.6865rem;top:37.236328125rem;left:0.74853515625rem;overflow:hidden;display:block; }
#JeiNVaoVCkV89Tu6PTJcvFb4WIcrPmBG { color:#b33699;display:block;width:31.4355625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100176;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:2.74951171875rem;left:13.01513671875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFbRfT8HdgM2MXiT8OLmHJdi2mDzIOmC { position:absolute;display:block;z-index:100057;background-color:rgba(25,26,32,0.39);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;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.5) ;height:4.625rem;width:17.75rem;top:17.9375rem;left:6.21875rem;display:block; }
#uwZGxfluoLP2W7kBsqsAfMt0GWd4vFIw { color:#030403;display:block;width:17.1875rem;position:absolute;font-family:"mykonos ar";font-size:1.375rem;font-weight:700;z-index:100069;line-height:1.4;letter-spacing:0;top:18.32421875rem;left:6.5rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m1KgRWKQBC5kChVs7TbNpbklfUgMxfDF { background-color:#e5972b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:24.625rem;left:6.34375rem;display:block; }
#wsbInHcZHIBWBa5do2IFCLcJa7OOf7SM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { position:relative;display:block; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { background-color: transparent; background-image: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container > .video-iframe-container { display: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row > .video-iframe-container { display: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .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); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { border-width: 0; border-radius: 0; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.adaptive-delivery-prevent-bg, #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.lazyload, #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.lazyloading { background-image: none; }#dmFptT3WdZ4FwFCkmzN3a0D0brTA1Kf9 { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:27.6875rem;left:23.25rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llPGWGf4fmngAZJTFhPbSF955vFUQUmM { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100164;line-height:1.3;letter-spacing:0;top:29.25rem;left:17.9375rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EarH6GTuninulTKbEmJoyByggTWd3ew2 { color:#10610f;display:block;width:9.8105625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100164;line-height:1.7;letter-spacing:0;top:34.4375rem;left:15.6875rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GeJNty3brSELdtWsd3ApBDgxlPl2M0g2 { color:#10610f;display:block;width:1.875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100165;line-height:1.7;letter-spacing:0;top:34.125rem;left:26.25rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b18rBuZyzSPCQRVt3RZyrpTOTClhbRsW { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:10.1875rem;left:4.625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTOL9oJ8ImRIytNxbbTzTVwiGTfIn35m { color:#a0111b;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100171;line-height:1.3;letter-spacing:0;top:11.875rem;left:2rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hq1gpHwVePq9CsXaHsA6TWI9NMaFZdfw { color:#10610f;display:block;width:9.7480625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100171;line-height:1.7;letter-spacing:0;top:17.25rem;left:2.75rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ABLA5v59f1ctMDPqo0AtEunr6khahvaX { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.561525rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:21.7490234375rem;left:3.6240234375rem;display:block; }
#zGQhd75IEXVicS925sX5sLF2ixaXwzFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q2l4d3mFRw2aaTI7JFaUQmRVcfOncWr2 { color:#000000;display:block;width:15.31125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100148;line-height:1.7;letter-spacing:0;top:13.3125rem;left:13.4375rem;height:10.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6WUSGcZWHDSFmyMDkToklhpq5v3zCXT { color:#000000;display:block;width:14.6230625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100131;line-height:1.7;letter-spacing:0;top:30.375rem;left:28.8125rem;height:10.2578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aNhf3ryriwkohHd3NclMfl2zoTs9CDxf { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:9.6875rem;left:1.625rem;display:block; }
#AKKN6zCeDVvGIAhBLmL31qkfWVowKee4 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:26.8125rem;left:16.375rem;display:block; }
#Thi6JDUwcwg7SdxREKZMsWHyDbQKfKRH { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:36.375rem;left:19.5rem;display:block; }
#sllAdmCexXqzH0zpl6UJE88EymWxTd6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nTIFpNamSMCuLxN98xMK2fAXn3iR3HZi { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#zR18OlsRfefzhDwyG8GMbJtOt3fcQKnK { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #ffffff, #796211);background-image: -moz-linear-gradient(55deg, #ffffff, #796211);background-image: -ms-linear-gradient(55deg, #ffffff, #796211);background-image: -o-linear-gradient(55deg, #ffffff, #796211);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#796211' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#796211' );";background-image: linear-gradient(55deg, #ffffff, #796211);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8125rem;width:25.875rem;top:0.625rem;left:17.74609375rem;display:block; }
#Tg2y40e364Tim4RCp4idd2B8yiQeIyTy { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#mgrd7B3232dteoqR4RlmGAZtSBzpToJJ { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#vQPgsQa60V7yU2JlXh18BaF23mxuVInW { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.5);top:0.8125rem;left:21.623046875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oW7o61BbiNuWB4Thwuy2xN71nMLXfECM { color:#10610f;display:block;width:1.8125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100189;line-height:1.7;letter-spacing:0;top:15.01953125rem;left:2.125rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oonTC4TJQ8KhN883mUnkxq1K3U7kudbD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:18.78125rem;left:1.998046875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#upTr6HKIhITl8S2V21gfvMO7dxL4gTQx { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#MZ4EspElOQPFtMtM8Mims0gtPMoxST3R { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:9.8125rem;left:31rem;display:block; }
#ntIPeTo6om3KGt2gGKWPcsWFkyoToWkf { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:10.3125rem;left:34rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6WUNUdPvPkXyi8Nl35vu74IsUntKvTq { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100181;line-height:1.3;letter-spacing:0;top:11.875rem;left:38.62109375rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHU0w4rBmC752qWnsmtIDk63h6y2XmNv { color:#10610f;display:block;width:9.7480625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:17.25rem;left:38.62109375rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OeTVFwiXa8zv40fRhiI5MMK1J6mRp80F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100209;line-height:1.3;letter-spacing:0;top:18.84375rem;left:38.62109375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T2k9TDryvMTfq3LuL02JcOZHLvDZHo47 { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.561525rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:22.4375rem;left:40.625rem;display:block; }
#t0TTP4880XQHv9kRhJbrediz2BVs4cKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nEdBei0yMv2THM0eCOZwFN6OQDwf9mzr { color:#10610f;display:block;width:2.875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100199;line-height:1.7;letter-spacing:0;top:15.08203125rem;left:37.935546875rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xxl94KXuXwSambK86szoAZnR09eKEWNw { position:relative;display:block; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw { background-color: transparent; background-image: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container > .video-iframe-container { display: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row > .video-iframe-container { display: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .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); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw { border-width: 0; border-radius: 0; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.adaptive-delivery-prevent-bg, #Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.lazyload, #Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.lazyloading { background-image: none; }#zdlFUsl9oavB1rN0G17duTxdbVQTs6V3 { color:#a0111b;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:4.5rem;font-weight:700;z-index:100180;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4fxOQClTP4FV7I845wNGc7bA3bpmDTQ { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:1rem;left:0.8125rem;display:block; }
#RtGqdntNrUqLvPi6UOcQc9kvJfZ6zJS3 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:1.25rem;left:4.9375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCcIr8ECGXRLigmi5GLhAyQTyXs6TWzk { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100178;line-height:1.7;letter-spacing:0;top:9.0625rem;left:7.3125rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x2XifR6snGpyJBge7GiNSXiVRVPNlzWO { color:#10610f;display:block;width:7.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100180;line-height:1.7;letter-spacing:0;top:9.5rem;left:2.4375rem;height:1.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bM9bdCuw9zGeDy3ANTnn8ApNQ3X4v9SV { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:13.9375rem;left:10rem;display:block; }
#aOSLJH6i8VqGn44DEfSamoB0VeRCG0S9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WwL3GBouf2TT2sgbs1rvxLQif6CaDAqD { color:#000000;display:block;width:15.308625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100149;line-height:1.7;letter-spacing:0;top:6.1875rem;left:12.4375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIgVl7ORsrMvdb1BTAfS7MnTKG9Emuxx { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:0.9375rem;left:0.8125rem;display:none; }
#cbvCZO5ihWq9BipKfBOktiUFFxsaEOCr { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:0.9375rem;left:0.8125rem;display:none; }
#KFbhqudpTeOCra19xdTqi90Qhnm1h0wP { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#q1KLT2KnRtzDTb4oeHiz6fJPxfyGWOlU { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#crOvoOt8du2TMXCTiVtJbTOHNg0TBJEx { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#bKnETa6JlQOQr5GlgNLyU2RXQXhLusOT { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:1.25rem;left:31.9375rem;display:block; }
#hk98zBknteKVTqPgx6S9VnrRhC70dkVo { color:#000000;display:block;width:24.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:3.125rem;left:33.625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOD89N5utfamfywZlrfzJzk5vobI1sIK { color:#000000;display:block;width:15.3105625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100164;line-height:1.7;letter-spacing:0;top:7.1875rem;left:44.75rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsRzqixkNrTSsD5ufroyUJ0tswnfftBv { color:#a0111b;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100187;line-height:1.3;letter-spacing:0;top:5.0625rem;left:32.6875rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qT8R5eeD4E0WHo5U2W5HJ4b0hN1cCcDo { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100188;line-height:1.7;letter-spacing:0;top:9.875rem;left:39.625rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wg5DRhwsBBluM6ABdeLtbOGPhEgLbkk2 { color:#10610f;display:block;width:9.8105625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100187;line-height:1.7;letter-spacing:0;top:10.5rem;left:32.3125rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yIIRBPXv3EDup7PIZIzy7OIwI9nw3EEp { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.6235375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:12.8125rem;left:41.25rem;display:block; }
#fKIiKxuay0ohmSuADxDFWZTLtByVgWMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I2qL1BrTpWWRa8LcEZQTfA7sw1V8G2Dz { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:19.7216796875rem;left:15.53125rem;display:block; }
#P67nQL3L40gRpIoE5O5pfPq81up3smUV { color:#000000;display:block;width:19.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100146;line-height:1.6;letter-spacing:0;top:20.875rem;left:19.625rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLXztWIDT6TZnm4p7AfaBlAwZcr1ZuCZ { color:#000000;display:block;width:15.308625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100158;line-height:1.7;letter-spacing:0;top:25.1875rem;left:27.25rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypun2pyTomnrJHzVSru4gaPMMuZcOcT3 { color:#a0111b;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100189;line-height:1.3;letter-spacing:0;top:23.5615234375rem;left:16.05859375rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCCkDRz1CqEZEAyX4uLAPbefK2Lw8tXf { color:#10610f;display:block;width:9.8105625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100189;line-height:1.7;letter-spacing:0;top:28.75390625rem;left:14.9384765625rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zQEg57GnGKKosvXryXv1QwTlPz3KXLa9 { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:33rem;left:24.4375rem;display:block; }
#hf0JJdhwlLxcowSBgSuvxh6sbeSQrhux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mO0pzcUpQ20VuVMl9A9vX7JPnCgqsuhA { color:#10610f;display:block;width:0;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100190;line-height:1.7;letter-spacing:0;top:26.62109375rem;left:15.59375rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nl1aahlvSInpPHxCh0zlwwCimHKIvwNA { color:#000000;display:block;width:12rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100210;line-height:1.3;letter-spacing:0;top:30.28515625rem;left:16.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { position:relative;display:block; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { background-color: transparent; background-image: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container > .video-iframe-container { display: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row > .video-iframe-container { display: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .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); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { border-width: 0; border-radius: 0; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.adaptive-delivery-prevent-bg, #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.lazyload, #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.lazyloading { background-image: none; }#tngO6TIC1ansQLeX9mPXrshHIV4AMg3J { color:#a0111b;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:4.5rem;font-weight:700;z-index:100180;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.375rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJqrhB1D8PrEN1eRxL6ZCsOvqQzeFPbO { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:1rem;left:0.8125rem;display:block; }
#nvZcTtPCkIyq8LBblSncQoTBo8sMAg6T { color:#000000;display:block;width:19.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100137;line-height:1.6;letter-spacing:0;top:1.25rem;left:4.9375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7BoPiULLPkShlTLFydRfWmXTuBOtHRH { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100178;line-height:1.7;letter-spacing:0;top:9.0625rem;left:7.3125rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CpzoP8pJKKLl2Gm7CDVTN7GnsdhEmJNw { color:#10610f;display:block;width:7.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100180;line-height:1.7;letter-spacing:0;top:9.5rem;left:2.4375rem;height:1.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WESLarmzgyRKcM7H76cVqd3XcfT2vRE0 { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:13.9375rem;left:10rem;display:block; }
#FXVligGqtAn506gtz1ZMXo0QN9cpFVJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DVnLZWAqwtmSbc6PKuXIXMgq7cM1Tv1H { color:#000000;display:block;width:15.308625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100149;line-height:1.7;letter-spacing:0;top:6.1875rem;left:12.4375rem;height:3.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dwtzP8CqEH3JyO090xDfftISe4TcgSg5 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:0.9375rem;left:0.8125rem;display:none; }
#SHZOD3bpHeohkpqabx7PZspDz5RHHyvD { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:0.9375rem;left:0.8125rem;display:none; }
#KES5TaJOKXQfXMUTrG8tmir8eWZZvaT3 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#fCkh9WvZix0w0T0gT4Fa479VupVD9N0o { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#STRMiqhhfrZGA2T3gFTP2Mg17CQtDenU { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#cg7ltc7mwzNBZZihqGvA56ehmXMOhMUq { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.25rem;width:27.6875rem;top:1.25rem;left:32.0625rem;display:block; }
#XpcWw5yiQv2J8DQ2gFti5o6hVG4lvASf { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100141;line-height:1.6;letter-spacing:0;top:1.75rem;left:33.5rem;height:2.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EG6hJfh3UNTrI9wbkaiye082C0zivM8H { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100184;line-height:1.3;letter-spacing:0;top:4.1083984375rem;left:40.625rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6Mly6TwibaCoOV7Tgt0fVVkRHe2k6bl { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100185;line-height:1.7;letter-spacing:0;top:6.853515625rem;left:36.314453125rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MRQOSIP3l4fJwU1x43e2CXPmZnFGigvQ { color:#10610f;display:block;width:9.8105625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100184;line-height:1.7;letter-spacing:0;top:9.380859375rem;left:40.625rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EfXuLFCOyWhUgFL0hrG2vUEN7cBMAWGV { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:13.9375rem;left:41.3759765625rem;display:block; }
#wFlXvq5ZM8OObnoeINpV3v8RUtVqHWpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EsdMHWZDw2dtrZn1htR7zmdT0h9P76Gy { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100135;line-height:1.6;letter-spacing:0;top:21.5rem;left:17.5rem;height:2.69921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qmxnFvc7Jp1UM74cvz2N8l7mXZtfC2x9 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.25rem;width:27.6875rem;top:21rem;left:16.0625rem;display:block; }
#nqTTvRszBqCuPzVhCQ39TnlN4ofrlVPx { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:100178;line-height:1.3;letter-spacing:0;top:24.0625rem;left:22.5625rem;height:6.255875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgwwNSBFq5xI7QXirIMWG7IID8CoTkFe { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100179;line-height:1.7;letter-spacing:0;top:29.73828125rem;left:27.74609375rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q445Df0vwKOlv6BkB8a8b3pDQTFLT0PG { color:#10610f;display:block;width:9.8105625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:100178;line-height:1.7;letter-spacing:0;top:30.318359375rem;left:20.5625rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xWvZnKsmuWCkFvHAzPP1Aa2rKri1SwDA { background-color:#ff7e00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.308625rem;height:2.624025rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:33.375rem;left:25.625rem;display:block; }
#NDnC8Um14eJO2R5of3cVvt8pR9MqrIvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k4MqAVmmzcTireOqS7JkUPzRyrUtaExD { color:#000000;display:block;width:12rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:11.29296875rem;left:40.873046875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#iLKReLzQsavVS4UvSiqmlFuNEddkQelT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container { background-color: transparent; background-image: none; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container > .video-iframe-container { display: none; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row > .video-iframe-container { display: none; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .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); }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container { border-width: 0; border-radius: 0; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#VCGsruVB980vvMi3ITl3rKU9TWXiXJxM { color:#044819;display:block;width:24.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:300;z-index:100108;line-height:1.7;letter-spacing:0;top:4.625rem;left:34.4375rem;height:23.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rKl9Sv329T365NaDgRb7GsufN8drpXXk { color:#aa8124;display:block;width:35.2485625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100097;line-height:.9;letter-spacing:0;top:1.25rem;left:13.8125rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anS3IqaeEWwWnTf7OLHvU77i24Z6HXbT { position:absolute;display:block;z-index:100119;border-top:0.3125rem solid #044819;border-left:0.3125rem solid #044819;border-right:0.3125rem solid #044819;border-bottom:0.3125rem solid #044819;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:20.6875rem;width:31.0625rem;top:5.3125rem;left:1.5rem;overflow:hidden;display:block; }
#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW { position:relative;display:block; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW { background-color: transparent; background-image: none; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row .container > .video-iframe-container { display: none; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row > .video-iframe-container { display: none; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .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); }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW { border-width: 0; border-radius: 0; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#V1J8FuRSMXIn3QOgSAI1kkiqBKs9ttuP { color:#7fa41b;display:block;width:21.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:9.5625rem;left:20.0625rem;height:1.3rem;display:block; }
#vRpO4twXU50g6TOuhSyDev64VT9HWiNp { box-sizing:content-box;color:#044819;font-size:2.1875rem;font-weight:400;line-height:1;height:3.18685rem;width:3.18685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:5.4375rem;left:25.1875rem;display:block; }
#Kr9ocMlDvPK8FaOp8Ez78svfsx0rRk3A { color:#000000;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.875rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Lygeheffu5vgfVEV2HKRLMTXvNSWSp93 { color:#044819;display:block;width:19.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:6.5625rem;left:30.1875rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#LsDb6DVQUXoE5oUymIh8TPUmKM8wr2n3 { color:#ae556c;display:block;width:31.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0RHK9TU23wlaFwuxbsRgBXBkMqWRWtc { box-sizing:content-box;color:#044819;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1860375rem;width:3.1860375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:4.749755859375rem;left:49.810791015625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq { display:block; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJmJplsng5Vp8I5vQR8Zq7eB2L4R2kWe { top:0.5625rem;left:6.27978515625rem;width:35.0625rem;height:4.865829441539rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { display:block; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unCWG9aJa00E89TaX99hI93MqumqANy1 { top:12.9375rem;left:1.091796875rem;width:12.25rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #airoIdhwilgZU9sLtbXlCZ7Uyb534ero { top:12.625rem;left:0.9963092803955rem;width:12.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0  { width:15rem;height:auto;top:15rem;left:0rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 {display:block;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 { width:15rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #sHMG0qtu6Vn9cKmbbpWFDwIi1MQoRXya {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #fDSmnvJAMxvHnvG8oCXnrvR3q6K2PVSU {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #vshoQnlti1lK5Rx8JTR7VLlg30Hmf0Ck {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Txy9OX0AqW6LETpXIe8JMHppES1nTWnS {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #TDlG1r5qXQxOE6SO3ZylCl9T3yNEIPTm {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Ti7Q37aLtlr0lJqHMxVhh4TBgWVR6tTy {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #AiSV02yGTELOzyUN39SviC7BoRC7BrtZ {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KV2IPW8AXuXkaeIZEDeBveGMof1q6Epq {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Lg4x7gAnPDecammSsIoEbdIJu4SH32Hk {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #zyLlPEixiLBOMKxW47ytCgXNBLeTHMaF {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KTvIDwseCoAAPUo51gu3bIdpcdh8tthf {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #FPK1BrVUhJInq96vTGWfrR0waJodcEJW {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Z0ZuL5VFUBuAh3VNxeqB1MKikquWScI9 {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Vr0UavrJ0plvDthf6TvxHBc2ATAkJSBd {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #dEBHAAP10F7QqLTPTLXBmxJB3U2TiWaV {  }
 }@media only screen and (max-width: 763px) { #SrcR6cmre5tGtgVhZhUJTXQn8lGgAgJe { display:block; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #RKLLlMlBTUPqKeyz3n5lcVF3k0VXq17y {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #OsxLGSQkQ5M7FBqeHbWh3QCuQLTkZhTm {  }
 }@media only screen and (max-width: 763px) { #dw5ImqRBoeSmJxS93hbyOEeteTicq452 { top:1.9375rem;left:2.8127174377441rem;width:42.0625rem;height:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IefZkMk3Z0rgrp3zcxGbTbKv8yH6mo4w { top:28.875rem;left:29.1875rem;width:18.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSLK0VmegzmG9y6ulodzmhfeplnQcUGr { top:30.25rem;left:30.5625rem;width:17.1875rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3zypzzx3C3qVObU3AznZ4DyeV40QcWV { top:35.375rem;left:34.825523376465rem;width:9.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxFkBNsIBcQxkaVUl4pLoD3rbGTIqw7q { top:36.3125rem;left:37.571834564209rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4CycFm9dbk1VauDwZNi9xG2imw7blp { top:35.375rem;left:34.825523376465rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4GGqwDuqcXpd1m6C8mrLFgrT77esQca { top:57.125rem;left:9.4166660308837rem;width:17.1875rem;height:6.0625rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wf6kPA5TPvXALzIzNgMNcPOIaeltm692 { top:64.3125rem;left:11.604167938233rem;width:12.8125rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNR8bTiBlkzcpnuIdxu3FGQRzT4vb4zq { top:65.25rem;left:11.979167938233rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGTaTBH0QJVHPUGweRuTiraQ0xgCCtCR { top:65.4375rem;left:14.104167938233rem;width:9.25rem;height:1.875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ls80GvDkWhPS8lsGNoy3nT4ClMc9O0pW { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xiHvhTS6J1QwAeLy6KJpMmOFMU84g7dM { display:block; }
 }@media only screen and (max-width: 763px) { #fo30wOGLhRoLtIE0aKZJkXi2FTJe84yd { top:12.4375rem;left:29.6875rem;width:16.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxVhoxcPbTLmdAsawzmK13kDclq9iLRb { top:13.125rem;left:32.9375rem;width:10rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-text {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-select {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td  { width:15rem;height:auto;top:15rem;left:0rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td {display:block;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td { width:15rem;height:auto;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #xKPUkVLTXyOaUM2r5UFr2urwxSTPP4uo {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Wei4OGxKRsm6LTNrWu8cORiwEEup6lBt {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XzvIUlwvhST6vcMmVVi9KWbvFylJsUoT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #VTwonV3WAnpkravgQvx62o90h9HoFNAb {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw296P1afRfsHtmchayNL7U2JWyQfp8N {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #KqM0gvwQin4CJXOTFhQzVUQQtr9XnReT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #A724yXWtvUaRTPxzt0XTIeec4HZTlMMn {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wfT2K9tvcVA3RkQPDBWptHpUdEK4AbPk {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yADEwfQZ0niK1iDBTyPrQ0MpooPDqqRg {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm {  }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm .container-column{width:50%;} }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #q1nomR6B9JTXrNEo2coNu2iEtXJyye91 {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw4Fi1EzAOSW0xQn4BrE3er7Fyq7Ot17 {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #v6WvzTHwNvFQp6tO8AxJsKO1Dr7aL5eq {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #T7ANQwhg9xCcm7l0sKcoS55Tk4t183zp {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #hpdfilAfzvI5yZWwiXZbf5xgzNE7zCzI {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #PMgzfs0tGlHzbcThk7VUP6h8rcxSTQXU {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wi0xJf44cVZXpMgmkCQNmmJt4khWPHHT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XOFV0uP32EGE2zSORFHfTvBQllo7mVnJ {  }
 }@media only screen and (max-width: 763px) { #qpLKmdT9cqiT23PpQ0yuQbaMuo4QipTA { display:block; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yGqxxtfWRINVakGUlaEsGT7rHmD36Iqk {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #ocCx1zODLLaonfp7VsRVXoIyKvMT5C0n {  }
 }@media only screen and (max-width: 763px) { #zmsZzh76kGaODNScsOSvathU5n50fIhT { width:11.875rem;height:9.3289444741225rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqbOZP1OGyPLNf0MdDTlO7qIqRQPBRt { top:37.1875rem;left:0rem;width:14.625rem;height:9.2102696353794rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeiNVaoVCkV89Tu6PTJcvFb4WIcrPmBG { top:2.6875rem;left:6.89013671875rem;width:31.375rem;height:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbRfT8HdgM2MXiT8OLmHJdi2mDzIOmC { top:17.9375rem;left:0.09375rem;width:17.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZGxfluoLP2W7kBsqsAfMt0GWd4vFIw { top:18.3125rem;left:0.375rem;width:17.1875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KgRWKQBC5kChVs7TbNpbklfUgMxfDF { width:17.5rem;height:3.4375rem;top:24.625rem;left:0.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsbInHcZHIBWBa5do2IFCLcJa7OOf7SM { display:block; }
 }@media only screen and (max-width: 763px) { #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { display:block; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmFptT3WdZ4FwFCkmzN3a0D0brTA1Kf9 { top:27.6875rem;left:17.125rem;width:15.3125rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llPGWGf4fmngAZJTFhPbSF955vFUQUmM { top:29.25rem;left:11.8125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarH6GTuninulTKbEmJoyByggTWd3ew2 { top:34.4375rem;left:9.5625rem;width:9.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeJNty3brSELdtWsd3ApBDgxlPl2M0g2 { top:34.125rem;left:20.125rem;width:1.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b18rBuZyzSPCQRVt3RZyrpTOTClhbRsW { top:10.1875rem;left:0rem;width:22.5rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTOL9oJ8ImRIytNxbbTzTVwiGTfIn35m { top:29.5rem;left:5.375rem;width:7.125rem;height:6.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1gpHwVePq9CsXaHsA6TWI9NMaFZdfw { top:17.25rem;left:0rem;width:9.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABLA5v59f1ctMDPqo0AtEunr6khahvaX { width:9.1875rem;height:2.5rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQhd75IEXVicS925sX5sLF2ixaXwzFL { display:block; }
 }@media only screen and (max-width: 763px) { #q2l4d3mFRw2aaTI7JFaUQmRVcfOncWr2 { top:13.3125rem;left:7.3125rem;width:15.25rem;height:10.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6WUSGcZWHDSFmyMDkToklhpq5v3zCXT { top:30.375rem;left:22.6875rem;width:14.5625rem;height:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNhf3ryriwkohHd3NclMfl2zoTs9CDxf { top:9.6875rem;left:0rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKKN6zCeDVvGIAhBLmL31qkfWVowKee4 { top:26.8125rem;left:10.25rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thi6JDUwcwg7SdxREKZMsWHyDbQKfKRH { width:9.25rem;height:2.5625rem;top:36.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sllAdmCexXqzH0zpl6UJE88EymWxTd6U { display:block; }
 }@media only screen and (max-width: 763px) { #nTIFpNamSMCuLxN98xMK2fAXn3iR3HZi { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR18OlsRfefzhDwyG8GMbJtOt3fcQKnK { top:0.625rem;left:11.62109375rem;width:25.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg2y40e364Tim4RCp4idd2B8yiQeIyTy { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgrd7B3232dteoqR4RlmGAZtSBzpToJJ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQPgsQa60V7yU2JlXh18BaF23mxuVInW { top:0.8125rem;left:15.498046875rem;width:18.0625rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW7o61BbiNuWB4Thwuy2xN71nMLXfECM { top:15rem;left:0rem;width:1.8125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonTC4TJQ8KhN883mUnkxq1K3U7kudbD { top:18.75rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTr6HKIhITl8S2V21gfvMO7dxL4gTQx { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ4EspElOQPFtMtM8Mims0gtPMoxST3R { top:9.8125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntIPeTo6om3KGt2gGKWPcsWFkyoToWkf { top:10.3125rem;left:25.25rem;width:22.5rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WUNUdPvPkXyi8Nl35vu74IsUntKvTq { top:11.875rem;left:32.49609375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHU0w4rBmC752qWnsmtIDk63h6y2XmNv { top:17.25rem;left:32.49609375rem;width:9.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTVFwiXa8zv40fRhiI5MMK1J6mRp80F { top:18.8125rem;left:32.49609375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2k9TDryvMTfq3LuL02JcOZHLvDZHo47 { width:9.1875rem;height:2.5rem;top:22.4375rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TTP4880XQHv9kRhJbrediz2BVs4cKX { display:block; }
 }@media only screen and (max-width: 763px) { #nEdBei0yMv2THM0eCOZwFN6OQDwf9mzr { top:15.0625rem;left:31.810546875rem;width:2.875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxl94KXuXwSambK86szoAZnR09eKEWNw { display:block; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdlFUsl9oavB1rN0G17duTxdbVQTs6V3 { top:4.3125rem;left:0rem;width:11.5rem;height:5.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fxOQClTP4FV7I845wNGc7bA3bpmDTQ { top:1rem;left:0rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGqdntNrUqLvPi6UOcQc9kvJfZ6zJS3 { top:1.25rem;left:0rem;width:19.75rem;height:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCcIr8ECGXRLigmi5GLhAyQTyXs6TWzk { top:9.0625rem;left:1.1875rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2XifR6snGpyJBge7GiNSXiVRVPNlzWO { top:9.5rem;left:0rem;width:7.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9bdCuw9zGeDy3ANTnn8ApNQ3X4v9SV { width:9.25rem;height:2.5625rem;top:13.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSLJH6i8VqGn44DEfSamoB0VeRCG0S9 { display:block; }
 }@media only screen and (max-width: 763px) { #WwL3GBouf2TT2sgbs1rvxLQif6CaDAqD { top:6.1875rem;left:6.3125rem;width:15.25rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIgVl7ORsrMvdb1BTAfS7MnTKG9Emuxx { top:0.9375rem;left:0rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbvCZO5ihWq9BipKfBOktiUFFxsaEOCr { top:0.9375rem;left:0rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFbhqudpTeOCra19xdTqi90Qhnm1h0wP { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1KLT2KnRtzDTb4oeHiz6fJPxfyGWOlU { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #crOvoOt8du2TMXCTiVtJbTOHNg0TBJEx { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKnETa6JlQOQr5GlgNLyU2RXQXhLusOT { top:1.25rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk98zBknteKVTqPgx6S9VnrRhC70dkVo { top:3.125rem;left:23.375rem;width:24.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD89N5utfamfywZlrfzJzk5vobI1sIK { top:7.1875rem;left:32.5rem;width:15.25rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsRzqixkNrTSsD5ufroyUJ0tswnfftBv { top:5.0625rem;left:26.5625rem;width:12.4375rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8R5eeD4E0WHo5U2W5HJ4b0hN1cCcDo { top:9.875rem;left:33.5rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg5DRhwsBBluM6ABdeLtbOGPhEgLbkk2 { top:10.5rem;left:26.1875rem;width:9.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIIRBPXv3EDup7PIZIzy7OIwI9nw3EEp { width:9.25rem;height:2.5625rem;top:12.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKIiKxuay0ohmSuADxDFWZTLtByVgWMH { display:block; }
 }@media only screen and (max-width: 763px) { #I2qL1BrTpWWRa8LcEZQTfA7sw1V8G2Dz { top:19.6875rem;left:9.40625rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67nQL3L40gRpIoE5O5pfPq81up3smUV { top:20.875rem;left:13.5rem;width:19.75rem;height:2.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXztWIDT6TZnm4p7AfaBlAwZcr1ZuCZ { top:25.1875rem;left:21.125rem;width:15.25rem;height:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypun2pyTomnrJHzVSru4gaPMMuZcOcT3 { top:23.5rem;left:9.93359375rem;width:11.75rem;height:6.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCkDRz1CqEZEAyX4uLAPbefK2Lw8tXf { top:28.75rem;left:8.8134765625rem;width:9.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQEg57GnGKKosvXryXv1QwTlPz3KXLa9 { width:9.25rem;height:2.5625rem;top:33rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf0JJdhwlLxcowSBgSuvxh6sbeSQrhux { display:block; }
 }@media only screen and (max-width: 763px) { #mO0pzcUpQ20VuVMl9A9vX7JPnCgqsuhA { top:26.5625rem;left:9.46875rem;width:0;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1aahlvSInpPHxCh0zlwwCimHKIvwNA { top:30.25rem;left:10.1875rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { display:block; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tngO6TIC1ansQLeX9mPXrshHIV4AMg3J { top:4.3125rem;left:0rem;width:11.5rem;height:5.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJqrhB1D8PrEN1eRxL6ZCsOvqQzeFPbO { top:1rem;left:0rem;width:27.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvZcTtPCkIyq8LBblSncQoTBo8sMAg6T { top:1.25rem;left:0rem;width:19.75rem;height:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7BoPiULLPkShlTLFydRfWmXTuBOtHRH { top:9.0625rem;left:1.1875rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpzoP8pJKKLl2Gm7CDVTN7GnsdhEmJNw { top:9.5rem;left:0rem;width:7.5625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESLarmzgyRKcM7H76cVqd3XcfT2vRE0 { width:9.25rem;height:2.5625rem;top:13.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXVligGqtAn506gtz1ZMXo0QN9cpFVJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #DVnLZWAqwtmSbc6PKuXIXMgq7cM1Tv1H { top:6.1875rem;left:6.3125rem;width:15.25rem;height:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwtzP8CqEH3JyO090xDfftISe4TcgSg5 { top:0.9375rem;left:0rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHZOD3bpHeohkpqabx7PZspDz5RHHyvD { top:0.9375rem;left:0rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KES5TaJOKXQfXMUTrG8tmir8eWZZvaT3 { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCkh9WvZix0w0T0gT4Fa479VupVD9N0o { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #STRMiqhhfrZGA2T3gFTP2Mg17CQtDenU { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cg7ltc7mwzNBZZihqGvA56ehmXMOhMUq { top:1.25rem;left:19.8125rem;width:27.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpcWw5yiQv2J8DQ2gFti5o6hVG4lvASf { top:1.75rem;left:22.5625rem;width:25.1875rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG6hJfh3UNTrI9wbkaiye082C0zivM8H { top:4.0625rem;left:34.5rem;width:12.4375rem;height:6.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Mly6TwibaCoOV7Tgt0fVVkRHe2k6bl { top:6.8125rem;left:30.189453125rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRQOSIP3l4fJwU1x43e2CXPmZnFGigvQ { top:9.375rem;left:34.5rem;width:9.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfXuLFCOyWhUgFL0hrG2vUEN7cBMAWGV { width:9.25rem;height:2.5625rem;top:13.9375rem;left:35.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlXvq5ZM8OObnoeINpV3v8RUtVqHWpb { display:block; }
 }@media only screen and (max-width: 763px) { #EsdMHWZDw2dtrZn1htR7zmdT0h9P76Gy { top:21.5rem;left:11.375rem;width:25.1875rem;height:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmxnFvc7Jp1UM74cvz2N8l7mXZtfC2x9 { top:21rem;left:9.9375rem;width:27.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTTvRszBqCuPzVhCQ39TnlN4ofrlVPx { top:24.0625rem;left:16.4375rem;width:12.4375rem;height:6.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwwNSBFq5xI7QXirIMWG7IID8CoTkFe { top:29.6875rem;left:21.62109375rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q445Df0vwKOlv6BkB8a8b3pDQTFLT0PG { top:30.3125rem;left:14.4375rem;width:9.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWvZnKsmuWCkFvHAzPP1Aa2rKri1SwDA { width:9.25rem;height:2.5625rem;top:33.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDnC8Um14eJO2R5of3cVvt8pR9MqrIvS { display:block; }
 }@media only screen and (max-width: 763px) { #k4MqAVmmzcTireOqS7JkUPzRyrUtaExD { top:11.25rem;left:34.748046875rem;width:12rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKReLzQsavVS4UvSiqmlFuNEddkQelT { display:block; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCGsruVB980vvMi3ITl3rKU9TWXiXJxM { top:4.625rem;left:23.4375rem;width:24.3125rem;height:23.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKl9Sv329T365NaDgRb7GsufN8drpXXk { top:1.25rem;left:7.6875rem;width:35.1875rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anS3IqaeEWwWnTf7OLHvU77i24Z6HXbT { top:5.3125rem;left:0rem;width:31.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW { display:block; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1J8FuRSMXIn3QOgSAI1kkiqBKs9ttuP { top:9.5625rem;left:13.9375rem;width:21.4375rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpO4twXU50g6TOuhSyDev64VT9HWiNp { top:5.4375rem;left:19.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9ocMlDvPK8FaOp8Ez78svfsx0rRk3A { top:6.5625rem;left:0rem;width:21.3125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lygeheffu5vgfVEV2HKRLMTXvNSWSp93 { top:6.5625rem;left:24.0625rem;width:19.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsDb6DVQUXoE5oUymIh8TPUmKM8wr2n3 { top:2.4375rem;left:8.25rem;width:31.4375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0RHK9TU23wlaFwuxbsRgBXBkMqWRWtc { top:4.6875rem;left:43.685791015625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq { display:block; }#V9xMVzz79ZwsJA23DdWMT2yzvWRMGgJq > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJmJplsng5Vp8I5vQR8Zq7eB2L4R2kWe { width:20rem;height:2.7755176850133rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { display:block; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { background-color: transparent; background-image: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container > .video-iframe-container { display: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row > .video-iframe-container { display: none; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .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); }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU { border-width: 0; border-radius: 0; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container { width:20rem;height:47.8125rem;background-color:rgba(255,255,255,0.5);background-image:url("https://images.assets-landingi.com/7wlraWQ3/white_Friday_offer_01Artboard_2_copy.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.adaptive-delivery-prevent-bg, #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.lazyload, #ci7dH2gPGmM8DsTmAzJQREd1k8TuUhdU > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #unCWG9aJa00E89TaX99hI93MqumqANy1 { width:12.310125rem;height:1.875rem;top:22.061634063721rem;left:3.8118491768837rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #airoIdhwilgZU9sLtbXlCZ7Uyb534ero { width:12.5rem;height:2.74956875rem;top:21.624349594116rem;left:3.7500000596046rem;background-color:#19232e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.5625rem #000000 ;display:none; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-form-header { font-size:0.75rem; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;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:left;text-align-last:left; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:15rem;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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:15rem;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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:15rem;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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:#e5972b;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]:-moz-placeholder { color:#000000;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]::-moz-placeholder { color:#000000;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container:first-of-type{padding-top:0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .widget-container:last-of-type{padding-bottom:0;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0  { background-color:#19232e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:1.2500000596046rem;top:25.131296157837rem;z-index:100001; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 .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; }
#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 {display:block;}#VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 { background-color:#19232e;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:1.2500000596046rem;top:25.131296157837rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #sHMG0qtu6Vn9cKmbbpWFDwIi1MQoRXya {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #fDSmnvJAMxvHnvG8oCXnrvR3q6K2PVSU {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #vshoQnlti1lK5Rx8JTR7VLlg30Hmf0Ck {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Txy9OX0AqW6LETpXIe8JMHppES1nTWnS {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #TDlG1r5qXQxOE6SO3ZylCl9T3yNEIPTm {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Ti7Q37aLtlr0lJqHMxVhh4TBgWVR6tTy {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #AiSV02yGTELOzyUN39SviC7BoRC7BrtZ {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KV2IPW8AXuXkaeIZEDeBveGMof1q6Epq {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Lg4x7gAnPDecammSsIoEbdIJu4SH32Hk {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #zyLlPEixiLBOMKxW47ytCgXNBLeTHMaF {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #KTvIDwseCoAAPUo51gu3bIdpcdh8tthf {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #FPK1BrVUhJInq96vTGWfrR0waJodcEJW {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Z0ZuL5VFUBuAh3VNxeqB1MKikquWScI9 {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #Vr0UavrJ0plvDthf6TvxHBc2ATAkJSBd {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #dEBHAAP10F7QqLTPTLXBmxJB3U2TiWaV {  }
 }@media only screen and (max-width: 763px) { #SrcR6cmre5tGtgVhZhUJTXQn8lGgAgJe { display:block; }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #RKLLlMlBTUPqKeyz3n5lcVF3k0VXq17y {  }
 }@media only screen and (max-width: 763px) { #VT4Ti5uW6icn2IcmrOIppaJ40k5Nlqa0 #OsxLGSQkQ5M7FBqeHbWh3QCuQLTkZhTm {  }
 }@media only screen and (max-width: 763px) { #dw5ImqRBoeSmJxS93hbyOEeteTicq452 { width:20rem;height:3.33333125rem;top:1.247829914093rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IefZkMk3Z0rgrp3zcxGbTbKv8yH6mo4w { width:18.5625rem;height:10.75rem;top:5.8930130004883rem;left:0.68576389551162rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSLK0VmegzmG9y6ulodzmhfeplnQcUGr { width:17.1875rem;height:3.75rem;top:7.5043404102325rem;left:1.3736980557442rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3zypzzx3C3qVObU3AznZ4DyeV40QcWV { width:9.0625rem;height:3.125rem;top:12.585721254349rem;left:5.4361982941628rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxFkBNsIBcQxkaVUl4pLoD3rbGTIqw7q { width:6.25rem;height:1.25rem;top:13.523221254349rem;left:8.2866755127906rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ps4CycFm9dbk1VauDwZNi9xG2imw7blp { width:3.125rem;height:3.125rem;top:12.585721254349rem;left:5.4361982941628rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4GGqwDuqcXpd1m6C8mrLFgrT77esQca { width:17.1875rem;height:0;top:99.520837783812rem;left:3.8333333134651rem;font-size:2rem;line-height:1.3;z-index:100096;display:none; }
 }@media only screen and (max-width: 763px) { #wf6kPA5TPvXALzIzNgMNcPOIaeltm692 { width:12.8125rem;height:4.0625rem;top:103.20833778381rem;left:8.208333313465rem;z-index:100085;display:none; }
 }@media only screen and (max-width: 763px) { #PNR8bTiBlkzcpnuIdxu3FGQRzT4vb4zq { width:3.125rem;height:3.125rem;top:104.14583778381rem;left:12.270833313465rem;font-size:2.1875rem;z-index:100097;display:none; }
 }@media only screen and (max-width: 763px) { #DGTaTBH0QJVHPUGweRuTiraQ0xgCCtCR { width:11.375rem;height:0;top:107.27083778381rem;left:9.645833313465rem;font-size:1.6875rem;line-height:.8;z-index:100096;display:none; }
 }@media only screen and (max-width: 763px) { #ls80GvDkWhPS8lsGNoy3nT4ClMc9O0pW { top:58.375rem;left:5.1250002980232rem;z-index:100094;width:9.75rem;height:2.5rem;font-size:1.625rem;background-color:#aa8124;background-image:none;box-shadow: 0rem 0.9375rem 0.9375rem rgba(49,42,7,0.25) ;display:none; }
 }@media only screen and (max-width: 763px) { #xiHvhTS6J1QwAeLy6KJpMmOFMU84g7dM { display:block; }
 }@media only screen and (max-width: 763px) { #fo30wOGLhRoLtIE0aKZJkXi2FTJe84yd { width:12rem;height:2.75rem;top:9.25rem;left:4.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c540b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dxVhoxcPbTLmdAsawzmK13kDclq9iLRb { width:9.999rem;height:1.57421875rem;top:9.8125rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-form-header { font-size:0.75rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;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:left;text-align-last:left; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:15rem;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-text {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:15rem;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:15rem;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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-select {padding-top: 0; padding-bottom: 0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:#e5972b;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container:first-of-type{padding-top:0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .widget-container:last-of-type{padding-bottom:0;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -moz-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -ms-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -o-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#9effffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#9effffff' );";background-image: linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:1.25rem;top:12.4375rem;z-index:100001; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td .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; }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td {display:block;}#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -moz-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -ms-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-image: -o-linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#9effffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c540b', endColorstr='#9effffff' );";background-image: linear-gradient(180deg, #0c540b, rgba(255,255,255,0.62));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;font-size:0.75rem;left:1.25rem;top:12.4375rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #xKPUkVLTXyOaUM2r5UFr2urwxSTPP4uo {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Wei4OGxKRsm6LTNrWu8cORiwEEup6lBt {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XzvIUlwvhST6vcMmVVi9KWbvFylJsUoT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #VTwonV3WAnpkravgQvx62o90h9HoFNAb {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw296P1afRfsHtmchayNL7U2JWyQfp8N {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #KqM0gvwQin4CJXOTFhQzVUQQtr9XnReT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #A724yXWtvUaRTPxzt0XTIeec4HZTlMMn {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wfT2K9tvcVA3RkQPDBWptHpUdEK4AbPk {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yADEwfQZ0niK1iDBTyPrQ0MpooPDqqRg {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm {  }
#QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #Clw5nGWf8l1O0A3OdrotXCwQwuPDiVrm .container-column{width:50%;} }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #q1nomR6B9JTXrNEo2coNu2iEtXJyye91 {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #vw4Fi1EzAOSW0xQn4BrE3er7Fyq7Ot17 {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #v6WvzTHwNvFQp6tO8AxJsKO1Dr7aL5eq {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #T7ANQwhg9xCcm7l0sKcoS55Tk4t183zp {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #hpdfilAfzvI5yZWwiXZbf5xgzNE7zCzI {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #PMgzfs0tGlHzbcThk7VUP6h8rcxSTQXU {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #wi0xJf44cVZXpMgmkCQNmmJt4khWPHHT {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #XOFV0uP32EGE2zSORFHfTvBQllo7mVnJ {  }
 }@media only screen and (max-width: 763px) { #qpLKmdT9cqiT23PpQ0yuQbaMuo4QipTA { display:block; }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #yGqxxtfWRINVakGUlaEsGT7rHmD36Iqk {  }
 }@media only screen and (max-width: 763px) { #QQkwOK5KZfTSGxoWDlkD6FvfybgEu4Td #ocCx1zODLLaonfp7VsRVXoIyKvMT5C0n {  }
 }@media only screen and (max-width: 763px) { #zmsZzh76kGaODNScsOSvathU5n50fIhT { width:11.875rem;height:9.3289444741225rem;top:11rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncqbOZP1OGyPLNf0MdDTlO7qIqRQPBRt { width:8.25rem;height:5.8125rem;top:37.51171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeiNVaoVCkV89Tu6PTJcvFb4WIcrPmBG { width:19.999rem;height:6.89941875rem;top:2.412109375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFbRfT8HdgM2MXiT8OLmHJdi2mDzIOmC { width:17.75rem;height:4.625rem;top:37.26175rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZGxfluoLP2W7kBsqsAfMt0GWd4vFIw { width:17.1875rem;height:3.8496125rem;top:37.64846875rem;left:1.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KgRWKQBC5kChVs7TbNpbklfUgMxfDF { width:17.5rem;height:3.4375rem;top:43.13675rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsbInHcZHIBWBa5do2IFCLcJa7OOf7SM { display:block; }
 }@media only screen and (max-width: 763px) { #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { display:block; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { background-color: transparent; background-image: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container > .video-iframe-container { display: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row > .video-iframe-container { display: none; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .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); }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 { border-width: 0; border-radius: 0; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container { width:20rem;height:64.25rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.adaptive-delivery-prevent-bg, #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.lazyload, #h599RKdUFxhbsiHG0NqPtyIJZxebzLm0 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #dmFptT3WdZ4FwFCkmzN3a0D0brTA1Kf9 { width:15.3105625rem;height:1.85546875rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #llPGWGf4fmngAZJTFhPbSF955vFUQUmM { width:7.5rem;height:5.28125rem;top:46.1298828125rem;left:11rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EarH6GTuninulTKbEmJoyByggTWd3ew2 { width:9.746125rem;height:1.6875rem;top:47.9267578125rem;left:0.8759765625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #GeJNty3brSELdtWsd3ApBDgxlPl2M0g2 { width:6.1875rem;height:1.6875rem;top:47.9267578125rem;left:6.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #b18rBuZyzSPCQRVt3RZyrpTOTClhbRsW { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lTOL9oJ8ImRIytNxbbTzTVwiGTfIn35m { width:7.125rem;height:5.28125rem;top:28.9375rem;left:10.560546875rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq1gpHwVePq9CsXaHsA6TWI9NMaFZdfw { width:9.7480625rem;height:1.6875rem;top:31.28125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #ABLA5v59f1ctMDPqo0AtEunr6khahvaX { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGQhd75IEXVicS925sX5sLF2ixaXwzFL { display:block; }
 }@media only screen and (max-width: 763px) { #q2l4d3mFRw2aaTI7JFaUQmRVcfOncWr2 { width:15.2480625rem;height:3.375rem;top:26.5625rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m6WUSGcZWHDSFmyMDkToklhpq5v3zCXT { width:18.3125rem;height:5.52345rem;top:43.2626953125rem;left:0.875rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNhf3ryriwkohHd3NclMfl2zoTs9CDxf { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKKN6zCeDVvGIAhBLmL31qkfWVowKee4 { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thi6JDUwcwg7SdxREKZMsWHyDbQKfKRH { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sllAdmCexXqzH0zpl6UJE88EymWxTd6U { display:block; }
 }@media only screen and (max-width: 763px) { #nTIFpNamSMCuLxN98xMK2fAXn3iR3HZi { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zR18OlsRfefzhDwyG8GMbJtOt3fcQKnK { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg2y40e364Tim4RCp4idd2B8yiQeIyTy { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #mgrd7B3232dteoqR4RlmGAZtSBzpToJJ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #vQPgsQa60V7yU2JlXh18BaF23mxuVInW { width:18.0625rem;height:3.2rem;top:1.494140625rem;left:0.96875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oW7o61BbiNuWB4Thwuy2xN71nMLXfECM { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #oonTC4TJQ8KhN883mUnkxq1K3U7kudbD { width:12.5rem;height:2.5996125rem;top:33.59375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upTr6HKIhITl8S2V21gfvMO7dxL4gTQx { width:4.6875rem;height:1.6875rem;top:31.28125rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;display:block; }
 }@media only screen and (max-width: 763px) { #MZ4EspElOQPFtMtM8Mims0gtPMoxST3R { width:19.75rem;height:13.6875rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntIPeTo6om3KGt2gGKWPcsWFkyoToWkf { width:20rem;height:1.375rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v6WUNUdPvPkXyi8Nl35vu74IsUntKvTq { width:12.4375rem;height:2.5996125rem;top:11.25rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHU0w4rBmC752qWnsmtIDk63h6y2XmNv { width:9.6875rem;height:1.6875rem;top:15rem;left:5.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #OeTVFwiXa8zv40fRhiI5MMK1J6mRp80F { width:12.5rem;height:2.5996125rem;top:50.859375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2k9TDryvMTfq3LuL02JcOZHLvDZHo47 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0TTP4880XQHv9kRhJbrediz2BVs4cKX { display:block; }
 }@media only screen and (max-width: 763px) { #nEdBei0yMv2THM0eCOZwFN6OQDwf9mzr { width:2.875rem;height:auto;top:15.0625rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #Xxl94KXuXwSambK86szoAZnR09eKEWNw { display:block; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw { background-color: transparent; background-image: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container > .video-iframe-container { display: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row > .video-iframe-container { display: none; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .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); }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container { width:20rem;height:52.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.adaptive-delivery-prevent-bg, #Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.lazyload, #Xxl94KXuXwSambK86szoAZnR09eKEWNw > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #zdlFUsl9oavB1rN0G17duTxdbVQTs6V3 { width:9.3115rem;height:4.55rem;top:20.625rem;left:0.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fxOQClTP4FV7I845wNGc7bA3bpmDTQ { width:18.9375rem;height:11.3125rem;top:0.75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtGqdntNrUqLvPi6UOcQc9kvJfZ6zJS3 { width:18.75rem;height:1.58105625rem;top:17.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mCcIr8ECGXRLigmi5GLhAyQTyXs6TWzk { width:2.5625rem;height:1.6875rem;top:38.568359375rem;left:10.685546875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #x2XifR6snGpyJBge7GiNSXiVRVPNlzWO { width:8.6875rem;height:1.6875rem;top:24.25rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #bM9bdCuw9zGeDy3ANTnn8ApNQ3X4v9SV { width:9.25rem;height:2.5625rem;top:45.5234375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOSLJH6i8VqGn44DEfSamoB0VeRCG0S9 { display:block; }
 }@media only screen and (max-width: 763px) { #WwL3GBouf2TT2sgbs1rvxLQif6CaDAqD { width:9.3125rem;height:2.25rem;top:22.0751953125rem;left:9.435546875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IIgVl7ORsrMvdb1BTAfS7MnTKG9Emuxx { width:18.9375rem;height:11.3125rem;top:19.875rem;left:0.625rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #cbvCZO5ihWq9BipKfBOktiUFFxsaEOCr { width:18.9375rem;height:11.3125rem;top:36.625rem;left:0.4375rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #KFbhqudpTeOCra19xdTqi90Qhnm1h0wP { width:18.1875rem;height:14.6875rem;top:0rem;left:0.78125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #q1KLT2KnRtzDTb4oeHiz6fJPxfyGWOlU { width:18.1875rem;height:14.6875rem;top:16.21875rem;left:0.625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #crOvoOt8du2TMXCTiVtJbTOHNg0TBJEx { width:18.1875rem;height:14.6875rem;top:32.5rem;left:0.8125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #bKnETa6JlQOQr5GlgNLyU2RXQXhLusOT { width:19.75rem;height:13.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hk98zBknteKVTqPgx6S9VnrRhC70dkVo { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gOD89N5utfamfywZlrfzJzk5vobI1sIK { width:15.25rem;height:1.3496125rem;top:5.2548828125rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NsRzqixkNrTSsD5ufroyUJ0tswnfftBv { width:12.4375rem;height:2.5996125rem;top:7.3984375rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8R5eeD4E0WHo5U2W5HJ4b0hN1cCcDo { width:3.6875rem;height:1.6875rem;top:9.998046875rem;left:11rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #wg5DRhwsBBluM6ABdeLtbOGPhEgLbkk2 { width:10rem;height:1.6875rem;top:9.998046875rem;left:3.560546875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #yIIRBPXv3EDup7PIZIzy7OIwI9nw3EEp { width:9.25rem;height:2.5625rem;top:12.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKIiKxuay0ohmSuADxDFWZTLtByVgWMH { display:block; }
 }@media only screen and (max-width: 763px) { #I2qL1BrTpWWRa8LcEZQTfA7sw1V8G2Dz { width:18.1875rem;height:9.3125rem;top:14.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P67nQL3L40gRpIoE5O5pfPq81up3smUV { width:15.75rem;height:1.85546875rem;top:33.4375rem;left:2.125rem;font-size:1.6875rem;text-align:right;text-align-last:right;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xLXztWIDT6TZnm4p7AfaBlAwZcr1ZuCZ { width:9.5625rem;height:4.94921875rem;top:36.9375rem;left:0.8125rem;font-size:0.6875rem;text-align:right;text-align-last:right;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ypun2pyTomnrJHzVSru4gaPMMuZcOcT3 { width:6.75rem;height:4.14355625rem;top:36.125rem;left:12.0625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCkDRz1CqEZEAyX4uLAPbefK2Lw8tXf { width:7.9375rem;height:1.6875rem;top:39.7197265625rem;left:10.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #zQEg57GnGKKosvXryXv1QwTlPz3KXLa9 { width:9.25rem;height:2.5625rem;top:27.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf0JJdhwlLxcowSBgSuvxh6sbeSQrhux { display:block; }
 }@media only screen and (max-width: 763px) { #mO0pzcUpQ20VuVMl9A9vX7JPnCgqsuhA { width:0;height:auto;top:26.5625rem;left:10rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #nl1aahlvSInpPHxCh0zlwwCimHKIvwNA { width:12rem;height:2.5996125rem;top:42.4228515625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { display:block; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a { background-color: transparent; background-image: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container > .video-iframe-container { display: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row > .video-iframe-container { display: none; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .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); }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container { width:20rem;height:48.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.adaptive-delivery-prevent-bg, #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.lazyload, #H8lGo3GkgKR9ypR7TQasx7LgcmTf7H9a > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #tngO6TIC1ansQLeX9mPXrshHIV4AMg3J { width:9.3115rem;height:4.55rem;top:20.625rem;left:0.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJqrhB1D8PrEN1eRxL6ZCsOvqQzeFPbO { width:18.9375rem;height:11.3125rem;top:0.75rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvZcTtPCkIyq8LBblSncQoTBo8sMAg6T { width:18.75rem;height:1.58105625rem;top:17.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U7BoPiULLPkShlTLFydRfWmXTuBOtHRH { width:5.06055rem;height:1.6875rem;top:24.25rem;left:6.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #CpzoP8pJKKLl2Gm7CDVTN7GnsdhEmJNw { width:8.6875rem;height:1.6875rem;top:24.25rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #WESLarmzgyRKcM7H76cVqd3XcfT2vRE0 { width:9.25rem;height:2.5625rem;top:13rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXVligGqtAn506gtz1ZMXo0QN9cpFVJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #DVnLZWAqwtmSbc6PKuXIXMgq7cM1Tv1H { width:9.3125rem;height:2.25rem;top:22.0751953125rem;left:9.435546875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dwtzP8CqEH3JyO090xDfftISe4TcgSg5 { width:18.9375rem;height:11.3125rem;top:19.875rem;left:0.625rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #SHZOD3bpHeohkpqabx7PZspDz5RHHyvD { width:18.9375rem;height:11.3125rem;top:36.625rem;left:0.4375rem;z-index:100006;display:none; }
 }@media only screen and (max-width: 763px) { #KES5TaJOKXQfXMUTrG8tmir8eWZZvaT3 { width:18.1875rem;height:14.6875rem;top:0rem;left:0.78125rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #fCkh9WvZix0w0T0gT4Fa479VupVD9N0o { width:18.1875rem;height:14.6875rem;top:16.21875rem;left:0.625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #STRMiqhhfrZGA2T3gFTP2Mg17CQtDenU { width:18.1875rem;height:14.6875rem;top:32.5rem;left:0.8125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #cg7ltc7mwzNBZZihqGvA56ehmXMOhMUq { width:19.75rem;height:13.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpcWw5yiQv2J8DQ2gFti5o6hVG4lvASf { width:20rem;height:3.1621125rem;top:0.9619140625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EG6hJfh3UNTrI9wbkaiye082C0zivM8H { width:12.4375rem;height:2.5996125rem;top:5.037109375rem;left:3.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Mly6TwibaCoOV7Tgt0fVVkRHe2k6bl { width:5.0625rem;height:1.6875rem;top:5.4931640625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #MRQOSIP3l4fJwU1x43e2CXPmZnFGigvQ { width:9.75rem;height:1.6875rem;top:7.8125rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #EfXuLFCOyWhUgFL0hrG2vUEN7cBMAWGV { width:9.25rem;height:2.5625rem;top:27.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlXvq5ZM8OObnoeINpV3v8RUtVqHWpb { display:block; }
 }@media only screen and (max-width: 763px) { #EsdMHWZDw2dtrZn1htR7zmdT0h9P76Gy { width:17.0625rem;height:3.1621125rem;top:33.25rem;left:1.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qmxnFvc7Jp1UM74cvz2N8l7mXZtfC2x9 { width:17.6875rem;height:13rem;top:18.625rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqTTvRszBqCuPzVhCQ39TnlN4ofrlVPx { width:9.5rem;height:4.38671875rem;top:37.23828125rem;left:5.25rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwwNSBFq5xI7QXirIMWG7IID8CoTkFe { width:4.25rem;height:1.6875rem;top:41.625rem;left:11.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #Q445Df0vwKOlv6BkB8a8b3pDQTFLT0PG { width:8.5625rem;height:1.6875rem;top:41.625rem;left:4.6865234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #xWvZnKsmuWCkFvHAzPP1Aa2rKri1SwDA { width:9.25rem;height:2.5625rem;top:44.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDnC8Um14eJO2R5of3cVvt8pR9MqrIvS { display:block; }
 }@media only screen and (max-width: 763px) { #k4MqAVmmzcTireOqS7JkUPzRyrUtaExD { width:12rem;height:2.5996125rem;top:9.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKReLzQsavVS4UvSiqmlFuNEddkQelT { display:block; }#iLKReLzQsavVS4UvSiqmlFuNEddkQelT > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCGsruVB980vvMi3ITl3rKU9TWXiXJxM { width:20rem;height:26.241225rem;top:6.1640625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKl9Sv329T365NaDgRb7GsufN8drpXXk { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #anS3IqaeEWwWnTf7OLHvU77i24Z6HXbT { width:18.875rem;height:12.5625rem;top:33.0625rem;left:0.25rem;border-top:0.1875rem solid #044819;border-left:0.1875rem solid #044819;border-right:0.1875rem solid #044819;border-bottom:0.1875rem solid #044819;display:block; }
 }@media only screen and (max-width: 763px) { #fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW { display:block; }#fAqBzivRv1zT6AFbNTzoC3X31qrqOcHW > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1J8FuRSMXIn3QOgSAI1kkiqBKs9ttuP { width:18.6875rem;height:0.8125rem;top:12.1484375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpO4twXU50g6TOuhSyDev64VT9HWiNp { width:3.125rem;height:3.125rem;top:2.9765625rem;left:3.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9ocMlDvPK8FaOp8Ez78svfsx0rRk3A { width:8.625rem;height:4.78125rem;top:6.0390625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lygeheffu5vgfVEV2HKRLMTXvNSWSp93 { width:7.5rem;height:4.78125rem;top:6.0390625rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LsDb6DVQUXoE5oUymIh8TPUmKM8wr2n3 { width:20rem;height:1.4625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0RHK9TU23wlaFwuxbsRgBXBkMqWRWtc { width:3.125rem;height:3.125rem;top:2.9765625rem;left:13.75rem;font-size:2.1875rem;z-index:100020;display:block; }
 }