.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O { position:relative;display:block; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O { background-color: transparent; background-image: none; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container > .video-iframe-container { display: none; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row > .video-iframe-container { display: none; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .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); }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O { border-width: 0; border-radius: 0; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:172px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IbR6Fnp0IpESX1WdRccUndAmtyaT8nZN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:300px;top:15px;left:0px;overflow:hidden;display:block; }
#E7GmPGPxfImQSOy1wGa4ZCGbisBhLJ2K { color:#414247;display:block;width:555px;position:absolute;font-family:arial;font-size:19px;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:115.3125px;left:280.81256103516px;height:28.5px;font-style:normal;display:block; }
#LGPB3TgFqonLb37GLw5bLfXmMq2XqN6N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58px;width:102px;top:84.47918px;left:843.60364525079px;overflow:hidden;display:block; }
#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { position:relative;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { border-width: 0; border-radius: 0; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00499d;background-image:url("https://images.assets-landingi.com/uc/6ef275e5-df10-40ba-a474-4ad1cb33906b/Capturedecran20250730a151100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:379px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container.adaptive-delivery-prevent-bg, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container.lazyload, #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container.lazyloading { background-image: none; }#CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:83px;left:71px;height:0;display:block; }
#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { background-color: transparent; background-image: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container > .video-iframe-container { display: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row > .video-iframe-container { display: none; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .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); }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { border-width: 0; border-radius: 0; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { font-size:14px;font-family:arial;height:524px;width:960px;position:relative;display:block; }#o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { position:absolute;display:block;z-index:15002;background-color:#00499d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:5px;width:485px;top:154px;left:475.00006103516px;display:block; }
#dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { color:#414247;display:block;width:470px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29px;left:479px;height:65px;font-style:normal;display:block; }
#TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { color:#414247;display:block;width:472px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:180px;left:480px;height:32.5px;font-style:normal;display:block; }
#HE0LBMDduy66rJ5KIKIihze6oEUAJHzs { color:#414247;display:block;width:470px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:302px;left:481.00006103516px;height:32.5px;font-style:normal;display:block; }
#T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:98.333404541016px;left:482.50006103516px;height:48px;font-style:normal;display:block; }
#hpVV4Qv7qFnPaBHDgiPBnAQk9vm7JN3G { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:334px;left:482.00006103516px;height:48px;font-style:normal;display:block; }
#CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:212px;left:480px;height:48px;font-style:normal;display:block; }
#gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { color:#000000;display:block;width:369px;position:absolute;font-family:oswald;font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:8.3125px;height:83.1667px;font-style:normal;display:block; }
#TT8UBb2lHGd7a5o3QcVhSA6wz0HLL1VQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:32px;left:396.00006103516px; }
#NkBH2o9SdDvH9BLHKimXP80gUySmTVnu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:171.25px;left:396.00006103516px; }
#TXVTgMfdvMN9d2iDm0r8I81nm6sMaiC6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:293.25px;left:397.33331298828px; }
#Es2lzgSdS7mDKvmKiaBNl4pE1ovKSLHw { background-color:#008859;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:313px;height:55px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:153px;left:19.3125px;display:block; }
#iGeaSvI3DkTDTqhrnrilFNtlXVJ4KXhL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yFmyVKKxX8o7l1zuZtcorFMEA6GDy2oJ { color:#414247;display:block;width:472px;position:absolute;font-family:oswald;font-size:25px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:429px;left:481.50006103516px;height:32.5px;font-style:normal;display:block; }
#bLAX412lRXtqT5dsRODPUkxgvLGCyMEt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:420.25px;left:396.00006103516px; }
#bOSZDLQUWPR5PtSftXwQViqN9z9E8Ma4 { color:#414247;display:block;width:470px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:461px;left:483.97918701172px;height:48px;font-style:normal;display:block; }
#gvaBhP18A6010dfPembVLTO8imZIO70h { position:absolute;display:block;z-index:15003;background-color:#00499d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:5px;width:485px;top:270px;left:474.97918701172px;display:block; }
#vKxGFp1IpQ2Rk3EJCbesgCWyTKm3HTkX { position:absolute;display:block;z-index:15004;background-color:#00499d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:5px;width:485px;top:397px;left:474.97918701172px;display:block; }
#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ.adaptive-delivery-prevent-bg, #TqEnXpHO47z7g7yCeuFQDPckdByEthVZ.lazyload, #TqEnXpHO47z7g7yCeuFQDPckdByEthVZ.lazyloading { background-image: none; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container { background-color: transparent; background-image: none; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container > .video-iframe-container { display: none; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row > .video-iframe-container { display: none; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .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); }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container { border-width: 0; border-radius: 0; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#AmHWGT1DZZqtiTanqkR8dwT5Pnz4MUks { color:#000000;display:block;width:960px;position:absolute;font-family:oswald;font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:44.1875px;left:0px;height:41.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container { background-color: transparent; background-image: none; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container > .video-iframe-container { display: none; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row > .video-iframe-container { display: none; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .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); }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container { border-width: 0; border-radius: 0; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container { font-size:14px;font-family:arial;height:788px;width:960px;position:relative;display:block; }#qScyWHqnsSLUTPcx07GUHSNhiINSyJzy { color:#ffffff;display:block;width:240px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:347px;left:43px;height:297px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGlBtAylqurUpbXriWCpRIKMqoZINeKZ { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #eaebec;border-left:10px solid #eaebec;border-right:10px solid #eaebec;border-bottom:10px solid #eaebec;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:644px;width:269px;top:20.000001907349px;left:17px;display:block; }
#TmbgEHR0naaFNR7yOTRgRxKG3yT1naLv { color:#ffffff;display:block;width:240px;position:absolute;font-family:oswald;font-size:26px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:246.00000953674px;left:40px;height:67.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#duhs0UC7t0sm0LOVlWrLWO254y5FfzVC { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:157px;width:175px;top:70px;left:73px;overflow:hidden;display:block; }
#LE3QcnadMhdfvKvIw6NSJVmRfgyxKfxA { color:#ffffff;display:block;width:240px;position:absolute;font-family:oswald;font-size:26px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:264px;left:360px;height:33.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RM1mewPsxaHV3OMmxK4NL2lq5ARc5gGm { color:#ffffff;display:block;width:254px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:347px;left:353px;height:243px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omnAb3W1HoLDWrZZk5qBo0W78V4DWam3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:196px;top:37px;left:382.50006103516px;overflow:hidden;display:block; }
#fTuauBf1Ufw5lHUDzehwOy8zyXKi43PZ { position:absolute;display:block;z-index:14999;background-color:#00499d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.25) ;height:662px;width:303px;top:0px;left:329.00006103516px;display:block; }
#fOv9H9KoBwGUMf13cdMzIWbd0kCv0XFq { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:10px solid #eaebec;border-left:10px solid #eaebec;border-right:10px solid #eaebec;border-bottom:10px solid #eaebec;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:629px;width:268px;top:20.000001907349px;left:667.00006103516px;display:block; }
#t3wVxHFaJyZtxrDClQUiAPa16kTQJTd2 { color:#ffffff;display:block;width:240px;position:absolute;font-family:"dm sans";font-size:18px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:334.00000953674px;left:693.00006103516px;height:162px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OSfUCiRJvWHvUAlyLdU5HKhIShG5WgCt { color:#ffffff;display:block;width:240px;position:absolute;font-family:oswald;font-size:26px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:251.00000953674px;left:690.00006103516px;height:33.7917px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nGPsGT7hMcRqsU6bC4Q2P1UpxRPUylud { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:157px;width:175px;top:70px;left:712.50006103516px;overflow:hidden;display:block; }
#kU1ahGILBIiMOGm00mJwtJClHk3JQMTs { background-color:#00499d;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:714.33334350586px;left:340.00006103516px;display:block; }
#J3rrwah6BGlQo8TvMh2eaJoCtNrLSWqT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Fve4Khzd/bg4.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q.adaptive-delivery-prevent-bg, #hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q.lazyload, #hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q.lazyloading { background-image: none; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container { background-color: transparent; background-image: none; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #008859; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container > .video-iframe-container { display: none; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #008859; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row > .video-iframe-container { display: none; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .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); }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container { border-width: 0; border-radius: 0; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container { font-size:14px;font-family:arial;height:457px;width:960px;position:relative;display:block; }#t5ACoK9QAKcTzI9dQHeoJRPxTiUUGQ7w { color:#ffffff;display:block;width:423px;position:absolute;font-family:oswald;font-size:42px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56.000030517578px;left:0px;height:163.75px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NXdvCZEd6x7aDTaMqk28Bpm4cioklQWc { color:#ffffff;display:block;width:391px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:246.00003051758px;left:33.333312988281px;height:104px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pzTG8SO25HOi9kysPleVyk2I5fqO1rOv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:332px;width:498px;top:56.000030517578px;left:457.97918701172px;overflow:hidden;display:block; }
#ZTJfvIhsP1nEoUXAgr3v7pautURkJfTF { background-color:#acca38;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:371px;left:144.33331298828px;display:block; }
#uawZHvrM0t90RIOTLVrS99M5WAcZlKZv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S { position:relative;display:block; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S { background-color: transparent; background-image: none; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container > .video-iframe-container { display: none; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row > .video-iframe-container { display: none; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .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); }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S { border-width: 0; border-radius: 0; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.9);background-image:none;font-size:14px;font-family:arial;height:46px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#da4918ae56688800d24055d6437a7272.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008859;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container { background-color: transparent; background-image: none; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container > .video-iframe-container { display: none; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row > .video-iframe-container { display: none; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .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); }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container { border-width: 0; border-radius: 0; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container { font-size:14px;font-family:arial;height:106px;width:1200px;position:relative;display:block; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM { position:relative;display:block; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM { background-color: transparent; background-image: none; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container > .video-iframe-container { display: none; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row > .video-iframe-container { display: none; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .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); }#NETnbcROBMa2ERmychhUEsN3EqToPsXM { border-width: 0; border-radius: 0; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:134px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,60,59,0.1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container { background-color: transparent; background-image: none; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container > .video-iframe-container { display: none; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row > .video-iframe-container { display: none; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .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); }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container { border-width: 0; border-radius: 0; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container { font-size:14px;font-family:arial;height:82px;width:960px;position:relative;display:block; }#fwBtPeshRQ650okWAIB1PNL6BLOMtLyM { background-color:#f58139;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:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:209px;height:59px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.5px;left:750.00006103516px;display:block; }
#V7ODpgHvLLJxK4d0HfiuzHpUwNEBagdF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CXOSha5hUdzyv4DXbwzrZxvVewrhcnkn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36px;width:50px;top:22px;left:910px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O { display:block; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbR6Fnp0IpESX1WdRccUndAmtyaT8nZN { top:15px;left:0px;width:300px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #E7GmPGPxfImQSOy1wGa4ZCGbisBhLJ2K { width:555px;height:28px;top:115px;left:182.81256103516px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LGPB3TgFqonLb37GLw5bLfXmMq2XqN6N { top:84px;left:643px;width:102px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { width:485px;height:5px;top:154px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { width:470px;height:65px;top:29px;left:294px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { width:472px;height:32px;top:180px;left:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HE0LBMDduy66rJ5KIKIihze6oEUAJHzs { width:470px;height:32px;top:302px;left:294px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { width:470px;height:48px;top:98px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hpVV4Qv7qFnPaBHDgiPBnAQk9vm7JN3G { width:470px;height:48px;top:334px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { width:470px;height:48px;top:212px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { width:369px;height:83px;top:29px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TT8UBb2lHGd7a5o3QcVhSA6wz0HLL1VQ { width:50px;height:50px;top:32px;left:298.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #NkBH2o9SdDvH9BLHKimXP80gUySmTVnu { width:50px;height:50px;top:171px;left:298.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #TXVTgMfdvMN9d2iDm0r8I81nm6sMaiC6 { width:50px;height:50px;top:293px;left:299.33331298828px;display:block; }
 }@media only screen and (max-width: 763px) { #Es2lzgSdS7mDKvmKiaBNl4pE1ovKSLHw { width:313px;height:55px;top:153px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iGeaSvI3DkTDTqhrnrilFNtlXVJ4KXhL { display:block; }
 }@media only screen and (max-width: 763px) { #yFmyVKKxX8o7l1zuZtcorFMEA6GDy2oJ { width:472px;height:32px;top:429px;left:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bLAX412lRXtqT5dsRODPUkxgvLGCyMEt { width:50px;height:50px;top:420px;left:298.00006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #bOSZDLQUWPR5PtSftXwQViqN9z9E8Ma4 { width:470px;height:48px;top:461px;left:294px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gvaBhP18A6010dfPembVLTO8imZIO70h { width:485px;height:5px;top:270px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #vKxGFp1IpQ2Rk3EJCbesgCWyTKm3HTkX { width:485px;height:5px;top:397px;left:279px;display:block; }
 }@media only screen and (max-width: 763px) { #TqEnXpHO47z7g7yCeuFQDPckdByEthVZ { display:block; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmHWGT1DZZqtiTanqkR8dwT5Pnz4MUks { width:764px;height:41px;top:44px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU { display:block; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qScyWHqnsSLUTPcx07GUHSNhiINSyJzy { width:240px;height:297px;top:347px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lGlBtAylqurUpbXriWCpRIKMqoZINeKZ { width:269px;height:644px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TmbgEHR0naaFNR7yOTRgRxKG3yT1naLv { width:240px;height:67px;top:246px;left:7px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #duhs0UC7t0sm0LOVlWrLWO254y5FfzVC { width:175px;height:157px;top:70px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #LE3QcnadMhdfvKvIw6NSJVmRfgyxKfxA { width:240px;height:33px;top:264px;left:261.00006103516px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RM1mewPsxaHV3OMmxK4NL2lq5ARc5gGm { width:254px;height:243px;top:347px;left:254px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #omnAb3W1HoLDWrZZk5qBo0W78V4DWam3 { width:196px;height:160px;top:37px;left:283.50006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #fTuauBf1Ufw5lHUDzehwOy8zyXKi43PZ { width:303px;height:662px;top:0px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #fOv9H9KoBwGUMf13cdMzIWbd0kCv0XFq { width:268px;height:629px;top:20px;left:475px;display:block; }
 }@media only screen and (max-width: 763px) { #t3wVxHFaJyZtxrDClQUiAPa16kTQJTd2 { width:240px;height:162px;top:334px;left:522px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OSfUCiRJvWHvUAlyLdU5HKhIShG5WgCt { width:240px;height:33px;top:251px;left:522px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nGPsGT7hMcRqsU6bC4Q2P1UpxRPUylud { width:175px;height:157px;top:70px;left:547.50006103516px;display:block; }
 }@media only screen and (max-width: 763px) { #kU1ahGILBIiMOGm00mJwtJClHk3JQMTs { width:280px;height:55px;top:714px;left:228px;display:block; }
 }@media only screen and (max-width: 763px) { #J3rrwah6BGlQo8TvMh2eaJoCtNrLSWqT { display:block; }
 }@media only screen and (max-width: 763px) { #hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q { display:block; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5ACoK9QAKcTzI9dQHeoJRPxTiUUGQ7w { width:423px;height:163px;top:56px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NXdvCZEd6x7aDTaMqk28Bpm4cioklQWc { width:391px;height:104px;top:246px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pzTG8SO25HOi9kysPleVyk2I5fqO1rOv { top:56px;left:264px;width:498px;height:332px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJfvIhsP1nEoUXAgr3v7pautURkJfTF { width:280px;height:55px;top:371px;left:46.333312988281px;display:block; }
 }@media only screen and (max-width: 763px) { #uawZHvrM0t90RIOTLVrS99M5WAcZlKZv { display:block; }
 }@media only screen and (max-width: 763px) { #oF618vIc5CTeXHyQClsFAKGIvcKvfb0S { display:block; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiEXDqMoHLx9rotMCofftDnGSTzFis2K { display:block; }#da4918ae56688800d24055d6437a7272.widget-smartsection { display:block; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NETnbcROBMa2ERmychhUEsN3EqToPsXM { display:block; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld { display:block; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwBtPeshRQ650okWAIB1PNL6BLOMtLyM { width:209px;height:59px;top:11px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #V7ODpgHvLLJxK4d0HfiuzHpUwNEBagdF { display:block; }
 }@media only screen and (max-width: 763px) { #CXOSha5hUdzyv4DXbwzrZxvVewrhcnkn { top:22px;left:714px;width:50px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O { display:block; }#gZ2IOQRtZkGBRp50ECgN7ZIsPmm2yA3O > .row .container { width:320px;height:304px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IbR6Fnp0IpESX1WdRccUndAmtyaT8nZN { width:300px;height:80px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #E7GmPGPxfImQSOy1wGa4ZCGbisBhLJ2K { width:320px;height:57px;top:120px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LGPB3TgFqonLb37GLw5bLfXmMq2XqN6N { width:148px;height:87px;top:197px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw { background-color:#00499d;background-image:none;display:block; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { background-color: transparent; background-image: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row > .video-iframe-container { display: none; }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .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); }#RILJI0iO8dJFoTZvcPaWJ0BlXsFuINVw > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzsS3Cc7wUEbAT6oRTUtUmuUomF3MQzK { width:200px;height:0;top:20px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 { display:block; }#UVu2KSTLXZR9y9fsQnDlxasLr9MhDIG3 > .row .container { width:320px;height:1088.375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5pCUbGtdpGRkRqVVEstBaJ1G6gO6sMw { width:320px;height:5px;top:440.33337402344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dwgatf5hAP7P9PCXSzOwCLUPzv65SzIx { width:295px;height:70.1875px;top:281px;left:12px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTbLND8x8KXrUKiIsaexXFB16zF0h8dK { width:295px;height:23.3958px;top:521px;left:12.500000953674px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HE0LBMDduy66rJ5KIKIihze6oEUAJHzs { width:295px;height:23.3958px;top:710px;left:12.000000953674px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T0HsE89ni5LWmUOgkwPlCpCFKqc1Tnhe { width:320px;height:72px;top:356.33336639404px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpVV4Qv7qFnPaBHDgiPBnAQk9vm7JN3G { width:320px;height:48px;top:744px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwTZ4ANUMmIkTRLhPQS8dpUq69uxMeAx { width:320px;height:48px;top:544.375px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFy1IFx0sDXyDqFTJUSulK4v3gc09yCd { width:320px;height:115.188px;top:10px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #TT8UBb2lHGd7a5o3QcVhSA6wz0HLL1VQ { width:50px;height:50px;top:212px;left:137.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #NkBH2o9SdDvH9BLHKimXP80gUySmTVnu { width:50px;height:50px;top:457px;left:135.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #TXVTgMfdvMN9d2iDm0r8I81nm6sMaiC6 { width:50px;height:50px;top:649px;left:135.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #Es2lzgSdS7mDKvmKiaBNl4pE1ovKSLHw { width:280px;height:55px;top:138px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #iGeaSvI3DkTDTqhrnrilFNtlXVJ4KXhL { display:block; }
 }@media only screen and (max-width: 763px) { #yFmyVKKxX8o7l1zuZtcorFMEA6GDy2oJ { width:320px;height:23.3958px;top:906px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bLAX412lRXtqT5dsRODPUkxgvLGCyMEt { width:50px;height:50px;top:840px;left:135.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #bOSZDLQUWPR5PtSftXwQViqN9z9E8Ma4 { width:320px;height:72px;top:946.375px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gvaBhP18A6010dfPembVLTO8imZIO70h { width:320px;height:5px;top:1038.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vKxGFp1IpQ2Rk3EJCbesgCWyTKm3HTkX { width:320px;height:5px;top:1063.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TqEnXpHO47z7g7yCeuFQDPckdByEthVZ { display:block; }#TqEnXpHO47z7g7yCeuFQDPckdByEthVZ > .row .container { width:320px;height:167px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AmHWGT1DZZqtiTanqkR8dwT5Pnz4MUks { width:320px;height:124.75px;top:30.000122070312px;left:0px;text-align:center;text-align-last:center;font-size:32px;color:#3c3c3b;font-family:oswald;display:block; }
 }@media only screen and (max-width: 763px) { #N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU { display:block; }#N8SpGuUxtgm8N6dJNJWZfdx0nHfO62bU > .row .container { width:320px;height:1745px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qScyWHqnsSLUTPcx07GUHSNhiINSyJzy { width:230px;height:264px;top:280px;left:45px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGlBtAylqurUpbXriWCpRIKMqoZINeKZ { width:266px;height:542px;top:0px;left:17.000000953674px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TmbgEHR0naaFNR7yOTRgRxKG3yT1naLv { width:230px;height:62.375px;top:207px;left:45.000000953674px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #duhs0UC7t0sm0LOVlWrLWO254y5FfzVC { width:175px;height:139px;top:39px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #LE3QcnadMhdfvKvIw6NSJVmRfgyxKfxA { width:284px;height:31.1875px;top:766.5px;left:18.000000953674px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #RM1mewPsxaHV3OMmxK4NL2lq5ARc5gGm { width:230px;height:216px;top:828px;left:45.000000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #omnAb3W1HoLDWrZZk5qBo0W78V4DWam3 { width:166px;height:136px;top:613px;left:77.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #fTuauBf1Ufw5lHUDzehwOy8zyXKi43PZ { width:304px;height:532px;top:579.5px;left:0px;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #fOv9H9KoBwGUMf13cdMzIWbd0kCv0XFq { width:266px;height:453px;top:1141px;left:17.666666984558px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #t3wVxHFaJyZtxrDClQUiAPa16kTQJTd2 { width:240px;height:144px;top:1423px;left:40.000000953674px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSfUCiRJvWHvUAlyLdU5HKhIShG5WgCt { width:240px;height:31.1875px;top:1351px;left:40.000000953674px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #nGPsGT7hMcRqsU6bC4Q2P1UpxRPUylud { width:175px;height:139px;top:1185px;left:63.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #kU1ahGILBIiMOGm00mJwtJClHk3JQMTs { width:280px;height:55px;top:1644.6666870117px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #J3rrwah6BGlQo8TvMh2eaJoCtNrLSWqT { display:block; }
 }@media only screen and (max-width: 763px) { #hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q { display:block; }#hedw6pQX1AOnyHCQ0Ce2lrhLEMGikV1q > .row .container { width:320px;height:545px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5ACoK9QAKcTzI9dQHeoJRPxTiUUGQ7w { width:274px;height:109.188px;top:29px;left:23.000000953674px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NXdvCZEd6x7aDTaMqk28Bpm4cioklQWc { width:315px;height:83.1667px;top:160.00001525879px;left:2.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzTG8SO25HOi9kysPleVyk2I5fqO1rOv { width:318px;height:212px;top:332.52075195312px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTJfvIhsP1nEoUXAgr3v7pautURkJfTF { width:280px;height:55px;top:260.16667175293px;left:20.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #uawZHvrM0t90RIOTLVrS99M5WAcZlKZv { display:block; }
 }@media only screen and (max-width: 763px) { #oF618vIc5CTeXHyQClsFAKGIvcKvfb0S { display:block; }#oF618vIc5CTeXHyQClsFAKGIvcKvfb0S > .row .container { width:320px;height:46px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiEXDqMoHLx9rotMCofftDnGSTzFis2K { display:block; }#da4918ae56688800d24055d6437a7272.widget-smartsection { display:block; }#PiEXDqMoHLx9rotMCofftDnGSTzFis2K > .row .container { width:320px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NETnbcROBMa2ERmychhUEsN3EqToPsXM { display:block; }#NETnbcROBMa2ERmychhUEsN3EqToPsXM > .row .container { width:320px;height:71px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld { position:relative;z-index:auto;display:block; }#ceRIZgEhJnITMm9H4178LDrcAVTVk8Ld > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwBtPeshRQ650okWAIB1PNL6BLOMtLyM { width:197px;height:82px;top:20px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #V7ODpgHvLLJxK4d0HfiuzHpUwNEBagdF { display:block; }
 }@media only screen and (max-width: 763px) { #CXOSha5hUdzyv4DXbwzrZxvVewrhcnkn { width:50px;height:36px;top:43px;left:204.33333301544px;display:block; }
 }