.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f1f6fb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(114,127,140,0.23);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:753px;width:1200px;overflow:visible;position:relative;display:block; }#lpTgU0LxAlXsbkUTUt2BD9fcbXcNgptV { color:#00283d;display:block;width:617px;position:absolute;font-family:"titillium web";font-size:53px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:241px;left:0px;height:174.9px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vZeDJghCqxvb58ht780NtJ2Fe1VzZsDS { color:#626262;display:block;width:549px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:450px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJFqq0Pbl6IR9xK5pwBXzGQs6S3FAu7n { background-color:#0fc753;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0 solid #0fc753;border-left:30px solid #0fc753;border-right:0 solid #0fc753;border-bottom:0 solid #0fc753;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:315px;height:70px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:585px;left:0px;display:block; }
#mL0n3uM8J520ORDLHtFlnsvi86fvTiBJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OhEvRpbXJAqy8xNP4DHncLATm4qS6kUm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:603.5px;left:17.5px; }
#oBlmJwosti0wM2eRdnmnqf28JZAwn48V { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.97);background-image:url("../img/IMG_5179.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0 solid #263d63;border-right:0 solid #263d63;border-bottom:0 solid #263d63;border-top-left-radius:100px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:200px;height:568px;width:589px;top:71px;left:611px;display:block; }#oBlmJwosti0wM2eRdnmnqf28JZAwn48V.adaptive-delivery-prevent-bg, #oBlmJwosti0wM2eRdnmnqf28JZAwn48V.lazyload, #oBlmJwosti0wM2eRdnmnqf28JZAwn48V.lazyloading { background-image: none; }
#gbQKbSCEfI0ky4AR3TpJAZF1BD8rvx6T { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:96px;width:253px;top:71px;left:0px;overflow:hidden;display:block; }
#iGDGdTbCTX7L8SFUA2Xb99WqfxMKxir9 { color:#5b5b5b;display:block;width:175px;position:absolute;font-family:poppins;font-size:15px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:608.75px;left:337px;height:22.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mo7aVxkSXV3DIkW9zWn1Tw8R15a08Fun { color:#ffffff;display:block;width:83px;position:absolute;font-family:poppins;font-size:13px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:41.1875px;left:1117px;height:19.5px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nz6XHZqqZZbIh3giTAvmk5uLkMX3nv71 { position:absolute;display:block;z-index:14999;background-color:#00283d;background-image:none;border-top:0;border-left:0 solid #263d63;border-right:0 solid #263d63;border-bottom:0 solid #263d63;border-top-left-radius:100px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:200px;height:570px;width:613px;top:25px;left:637.26501766784px;display:block; }
#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW { position:relative;display:none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW { border-width: 0; border-radius: 0; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .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; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .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:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00283d;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; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container { background-color: transparent; background-image: none; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container > .video-iframe-container { display: none; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row > .video-iframe-container { display: none; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .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); }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container { border-width: 0; border-radius: 0; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container { font-size:14px;font-family:arial;height:608px;width:1200px;position:relative;display:block; }#DTNxZdg2ZnTc6TsfXzLA662QTlakDlzP { color:#ffffff;display:block;width:582px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:121px;left:607px;height:96px;font-style:normal;display:block; }
#PzvQ0aoroMwpJMvpWaIofAqbgWTN0weP { color:#ffffff;display:block;width:593px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:255px;left:607px;height:91.8px;font-style:normal;display:block; }
#sTKPtz11VKqxu8V3So3LVfB3MuBoegK1 { background-color:#00b743;background-image:none;border-top:0;border-left:30px solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 20px rgba(0,183,67,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:21px;font-weight:400;font-style:normal;line-height:2.2;overflow:hidden;position:absolute;width:323px;height:70px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:394px;left:607px;display:block; }
#h0XOXb6suIaoG4QpHQTe8x5lg0C7dnTM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vCKmONz6xVax7A07ipV1JIHuisSyhGeC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:415px;left:634px; }
#am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6 { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.97);background-image:url("../img/2ebe319c0a.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0 solid #263d63;border-right:0 solid #263d63;border-bottom:0 solid #263d63;border-top-left-radius:100px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;height:431px;width:462px;top:85.375px;left:0px;display:block; }#am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6.adaptive-delivery-prevent-bg, #am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6.lazyload, #am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6.lazyloading { background-image: none; }
#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00283d, #131f28);background-image: -moz-linear-gradient(180deg, #00283d, #131f28);background-image: -ms-linear-gradient(180deg, #00283d, #131f28);background-image: -o-linear-gradient(180deg, #00283d, #131f28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283d', endColorstr='#131f28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283d', endColorstr='#131f28' );";background-image: linear-gradient(180deg, #00283d, #131f28);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; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container { background-color: transparent; background-image: none; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container > .video-iframe-container { display: none; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row > .video-iframe-container { display: none; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .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); }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container { border-width: 0; border-radius: 0; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container { font-size:14px;font-family:arial;height:378px;width:1200px;position:relative;display:block; }#xyHEAyU6BMEvI821aEkxrdXl3nOrGwaC { color:#ffffff;display:block;width:201px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:200px;left:327px;height:60px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z96M8AfZPSIXFKFVVkAwURNz02rLFROa { color:#ffffff;display:block;width:190px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0px;left:0px;height:126px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QKw1a6M5GiQ33xuahieGi6R78W48PTRz { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("../img/0f309cfc81.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:30px;height:177px;width:247px;top:0px;left:327px;display:block; }#QKw1a6M5GiQ33xuahieGi6R78W48PTRz.adaptive-delivery-prevent-bg, #QKw1a6M5GiQ33xuahieGi6R78W48PTRz.lazyload, #QKw1a6M5GiQ33xuahieGi6R78W48PTRz.lazyloading { background-image: none; }
#aHHS6tSQynDB2hDLSM8kuyVChbxN3xki { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("../img/68ce33624b.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:30px;height:177px;width:247px;top:1px;left:627px;display:block; }#aHHS6tSQynDB2hDLSM8kuyVChbxN3xki.adaptive-delivery-prevent-bg, #aHHS6tSQynDB2hDLSM8kuyVChbxN3xki.lazyload, #aHHS6tSQynDB2hDLSM8kuyVChbxN3xki.lazyloading { background-image: none; }
#RrkHa3cZL4KbwRmOX5CDhOiOL78ax81A { color:#ffffff;display:block;width:156px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:201px;left:627px;height:60px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ac6L3OezBP9OfLlbOTTuJWg09qlsCLZK { color:#ffffff;display:block;width:156px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:201px;left:927px;height:60px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("../img/4fda425a90.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:30px;height:177px;width:247px;top:0px;left:927px;display:block; }#QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH.adaptive-delivery-prevent-bg, #QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH.lazyload, #QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH.lazyloading { background-image: none; }
#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d2dbe0;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; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { background-color: transparent; background-image: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container > .video-iframe-container { display: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row > .video-iframe-container { display: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .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); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { border-width: 0; border-radius: 0; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { font-size:14px;font-family:arial;height:775px;width:1200px;position:relative;display:block; }#nUv6R1qetipVhGGFNPwcJ2DySSDwVzZV { color:#00283d;display:block;width:598px;position:absolute;font-family:"titillium web";font-size:47px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:173px;left:600px;height:112.8px;font-style:normal;display:block; }
#W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("../img/mao1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:477px;width:888px;top:46px;left:-355px;display:block; }#W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT.adaptive-delivery-prevent-bg, #W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT.lazyload, #W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT.lazyloading { background-image: none; }
#yx9ztQpnrQs4gNfTZxN7FpSGIg9gbJ4g { color:#00283d;display:block;width:279px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:129px;left:600px;height:27px;font-style:normal;display:block; }
#JXwLuuMSqD0aGsMQRsRptl7WQB29S8UO { background-color:#0fc753;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0 solid #0fc753;border-left:30px solid #0fc753;border-right:0 solid #0fc753;border-bottom:0 solid #0fc753;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:313px;height:65px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:598px;left:600px;display:block; }
#DaQLsfvrslBXJBaAyxZWrw63ocJIiasL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PeEWaqK4icS6HITDQtg6bFdxAQZyKg5S { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:618px;left:628px; }
#vK26vFuRAUUfJTeJwTuu5QBdseC04hzG { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("../img/unimed.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:343px;left:600px;display:block; }#vK26vFuRAUUfJTeJwTuu5QBdseC04hzG.adaptive-delivery-prevent-bg, #vK26vFuRAUUfJTeJwTuu5QBdseC04hzG.lazyload, #vK26vFuRAUUfJTeJwTuu5QBdseC04hzG.lazyloading { background-image: none; }
#lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("../img/bradesco.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:343px;left:800px;display:block; }#lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw.adaptive-delivery-prevent-bg, #lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw.lazyload, #lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw.lazyloading { background-image: none; }
#hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("../img/cassi.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:343px;left:1000px;display:block; }#hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD.adaptive-delivery-prevent-bg, #hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD.lazyload, #hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD.lazyloading { background-image: none; }
#zyn38VaXUHoueTzi2L0L08xif6R7tZoV { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("../img/hapvida.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:452px;left:600px;display:block; }#zyn38VaXUHoueTzi2L0L08xif6R7tZoV.adaptive-delivery-prevent-bg, #zyn38VaXUHoueTzi2L0L08xif6R7tZoV.lazyload, #zyn38VaXUHoueTzi2L0L08xif6R7tZoV.lazyloading { background-image: none; }
#GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("../img/fusex.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:452px;left:800px;display:block; }#GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr.adaptive-delivery-prevent-bg, #GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr.lazyload, #GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr.lazyloading { background-image: none; }
#H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("../img/humana.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:452px;left:1000px;display:block; }#H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt.adaptive-delivery-prevent-bg, #H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt.lazyload, #H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt.lazyloading { background-image: none; }
#sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("../img/plamta.webp");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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:100px;width:190px;top:562.00001525879px;left:1000px;display:block; }#sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5.adaptive-delivery-prevent-bg, #sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5.lazyload, #sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5.lazyloading { background-image: none; }
#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bfccd7;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; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container { background-color: transparent; background-image: none; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container > .video-iframe-container { display: none; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row > .video-iframe-container { display: none; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .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); }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container { border-width: 0; border-radius: 0; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container { font-size:14px;font-family:arial;height:489px;width:1200px;position:relative;display:block; }#uv8ZZeBmwo2Tyx1vA6x9pxpKGFew3NHq { color:#00283d;display:block;width:627px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:93px;left:573px;height:96px;font-style:normal;display:block; }
#vSKUIpspVLdiixWwbqV7TTVS5SMyLaTZ { color:#00283d;display:block;width:586px;position:absolute;font-family:poppins;font-size:23px;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:213px;left:573px;height:69px;display:block; }
#yZWHcUvdos8BZ9RgAE1BtATXA6anpD1A { background-color:#0fc753;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0 solid #0fc753;border-left:30px solid #0fc753;border-right:0 solid #0fc753;border-bottom:0 solid #0fc753;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:66px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:323px;left:573px;display:block; }
#ddPCkPORJNlEVTVKpATp64IpAZ9UqRX4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#euwTdJnSC356mMtFe2euhCBASTXeRanh { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:343px;left:600px; }
#CascFGgPU5CtE51dOWTXiRmtSbtmEzsN { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.97);background-image:url("../img/91d6dfc431.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0 solid #263d63;border-right:0 solid #263d63;border-bottom:0 solid #263d63;border-top-left-radius:100px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;height:426px;width:457px;top:-66px;left:-70.766666666667px;display:block; }#CascFGgPU5CtE51dOWTXiRmtSbtmEzsN.adaptive-delivery-prevent-bg, #CascFGgPU5CtE51dOWTXiRmtSbtmEzsN.lazyload, #CascFGgPU5CtE51dOWTXiRmtSbtmEzsN.lazyloading { background-image: none; }
#JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.97);background-image:url("../img/15e08beb96.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0 solid #263d63;border-right:0 solid #263d63;border-bottom:0 solid #263d63;border-top-left-radius:100px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:100px;height:278px;width:298px;top:129px;left:191px;display:block; }#JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ.adaptive-delivery-prevent-bg, #JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ.lazyload, #JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ.lazyloading { background-image: none; }
#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00283d;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; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container { background-color: transparent; background-image: none; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container > .video-iframe-container { display: none; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row > .video-iframe-container { display: none; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .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); }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container { border-width: 0; border-radius: 0; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container { font-size:14px;font-family:arial;height:250px;width:1200px;position:relative;display:block; }#xBUTtArJNL4wkbIhStUHCEGCPq0Sbdki { 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:15000;opacity:1;top:80px;left:0px; }
#szs1OLAmtbur92UAxEmRcWXZmZsmAyuL { color:#ffffff;display:block;width:181px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:80px;left:74px;height:70px;font-style:normal;display:block; }
#BBw8mVzeHNtHAum1Pba960rpcOqsTI4i { 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:15002;opacity:1;top:81px;left:300px; }
#Pq9dKcEV0uvnQhWNlsgWfX4a1rhgDd1e { color:#ffffff;display:block;width:221px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:80px;left:378px;height:70px;font-style:normal;display:block; }
#mkBW4PxBB0IOTWVtCVT5p1LnXgwPDSa1 { color:#ffffff;display:block;width:133px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:80px;left:684px;height:70px;font-style:normal;display:block; }
#F3MkspSLOhgB6kJ9AqvPxHVlTdH9OLXN { 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:15004;opacity:1;top:81px;left:615px; }
#DRHTAIM7Pmua3g6SdvV5ZlWG7zA5T8rM { color:#ffffff;display:block;width:189px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:80px;left:974px;height:70px;font-style:normal;display:block; }
#UTvx3Xtplx9D4kl8PhGZ3UJMF3KbXlJp { 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:15006;opacity:1;top:81px;left:900px; }
#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA { 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:none; }#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA > .row .container { border-width: 0; border-radius: 0; }#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA > .row .container { font-size:14px;font-family:arial;height:645px;width:1200px;position:relative;display:none; }#GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130823.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:166px;left:0px;display:block; }#GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m.adaptive-delivery-prevent-bg, #GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m.lazyload, #GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m.lazyloading { background-image: none; }
#T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("../img/CapturadeTela20240419as130832.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:166px;left:411px;display:block; }#T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6.adaptive-delivery-prevent-bg, #T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6.lazyload, #T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6.lazyloading { background-image: none; }
#T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130842.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:166px;left:822px;display:block; }#UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN.adaptive-delivery-prevent-bg, #UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN.lazyload, #UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN.lazyloading { background-image: none; }
#oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("../img/CapturadeTela20240419as130907.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:382px;left:411px;display:block; }#oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0.adaptive-delivery-prevent-bg, #oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0.lazyload, #oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0.lazyloading { background-image: none; }
#oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130915.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:382px;left:822px;display:block; }#LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ.adaptive-delivery-prevent-bg, #LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ.lazyload, #LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ.lazyloading { background-image: none; }
#psbxvEO463nK3yHOELaUVAG2137nseDq { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130853.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 25px rgba(0,0,0,0.15) ;height:174px;width:371px;top:382px;left:0px;display:block; }#psbxvEO463nK3yHOELaUVAG2137nseDq.adaptive-delivery-prevent-bg, #psbxvEO463nK3yHOELaUVAG2137nseDq.lazyload, #psbxvEO463nK3yHOELaUVAG2137nseDq.lazyloading { background-image: none; }
#Q1geMSokFDa6OVrEXfLtPM24Cg80M8Vb { color:#29345d;display:block;width:755px;position:absolute;font-family:"titillium web";font-size:45px;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:68px;left:223px;height:49.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7e8d9e, #53606d);background-image: -moz-linear-gradient(180deg, #7e8d9e, #53606d);background-image: -ms-linear-gradient(180deg, #7e8d9e, #53606d);background-image: -o-linear-gradient(180deg, #7e8d9e, #53606d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e8d9e', endColorstr='#53606d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e8d9e', endColorstr='#53606d' );";background-image: linear-gradient(180deg, #7e8d9e, #53606d);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; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { background-color: transparent; background-image: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container > .video-iframe-container { display: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container { display: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .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); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { border-width: 0; border-radius: 0; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { font-size:14px;font-family:arial;height:768px;width:1200px;position:relative;display:block; }#yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP { color:#ffffff;display:block;width:528px;position:absolute;font-family:poppins;font-size:18px;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:193px;left:537px;height:423.2px;font-style:normal;display:block; }#yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP li:before{  }
#Qbwn8tHSf3VVtntu56erccZaS0r3lI3H { color:#ffffff;display:block;width:552px;position:absolute;font-family:"titillium web";font-size:45px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:111px;left:537px;height:49.5px;font-style:normal;display:block; }
#iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("../img/IMG_5189.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:200px;height:580px;width:480px;top:79px;left:0px;display:block; }#iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ.adaptive-delivery-prevent-bg, #iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ.lazyload, #iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ.lazyloading { background-image: none; }
#QtJvpRm4IkqnT1dpTSGmKfDBahdmgiMO { color:#52cc78;display:block;width:29px;position:absolute;font-family:"font awesome 2022";font-size:20px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:185px;left:537px;height:390px;font-style:normal;display:none; }
#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL { background-color:#00283d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { background-color: transparent; background-image: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container > .video-iframe-container { display: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row > .video-iframe-container { display: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .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); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { border-width: 0; border-radius: 0; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { font-size:14px;font-family:arial;height:701px;width:1200px;overflow:visible;position:relative;display:block; }#FwTvz0kh08RG5E8uK5qnnq8Md1NNkgET { position:absolute;display:block;z-index:15000;height:530px;width:570px;top:85.5px;left:0px;display:block; }
#o6WcduP7hV1oCpiAQcbqaS0WovTt5ryo { color:#ffffff;display:block;width:408px;position:absolute;font-family:"titillium web";font-size:50px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:161px;left:649px;height:180px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r0ZWFsbT0TNHBkI8vHu85cvTwWIqQpCL { background-color:transparent;background-image:none;border-top:2px solid #bfccd7;border-left:2px solid #bfccd7;border-right:2px solid #bfccd7;border-bottom:2px solid #bfccd7;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:258.26666px;height:59.26666px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:482px;left:649px;display:block; }
#BGmlSrOwwTG5nnTVlRP1OTzxNtiWzrtr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vMOAcHgOPAOZCkh6klRr74iL5X9XGsav { color:#ffffff;display:block;width:398px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:371px;left:649px;height:64px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PFP18OU7f7aXDoDMuIAI0RMVPwpwam9g { position:absolute;display:block;z-index:15000;height:530px;width:570px;top:85.5px;left:0px;display:none; }
#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V { background-color:#d2dbe0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { background-color: transparent; background-image: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container > .video-iframe-container { display: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row > .video-iframe-container { display: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .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); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { border-width: 0; border-radius: 0; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { font-size:14px;font-family:arial;height:621px;width:1200px;overflow:visible;position:relative;display:block; }#RJCHxPX8MrH8xXXC7Zs4bhenbCUcrNLx { color:#00283d;display:block;width:660px;position:absolute;font-family:"titillium web";font-size:45px;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:142.00010681152px;left:530px;height:49.5px;font-style:normal;display:block; }
#lk65ivWTgygAX3fWegaH4F3zvdNGEaLH { color:#545454;display:block;width:325px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:267.5px;left:845px;height:30px;font-style:normal;display:block; }
#TVGf0Ql1nBHf1N59zB0iT0XqN0WBehHx { background-color:#0fc753;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291px;height:75px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:245px;left:530px;display:block; }
#AJlnSCWciaZQqXkkANnJ03nX0yzlNTT7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oBH3soPNM09eRRJiGqwT1OdJTBwB8RL3 { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:50px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50px;box-shadow: 0 0 25px rgba(183,199,218,0.5) ;height:457px;width:478px;top:70px;left:0px;display:block; }
#MvspxpilI1luTu2d0hH2hWhwrorPd020 { color:#808080;display:block;width:364px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:328.5px;left:66.5px;height:48px;font-style:normal;display:block; }
#LftUwEIIgoHoLmSidpASRwz9BvfoTvAQ { 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;height:131px;width:337px;top:142px;left:66.5px;overflow:hidden;display:block; }
#OGdlx7uTTEFFbaiVvZnwnApZyRKUJWyv { color:#00283d;display:block;width:375px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:423.75px;left:66.5px;height:45px;font-style:normal;display:block; }
#o7N7Dz9uKlbckO4I5TDat0ochlePwzQN { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;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;height:1px;width:369px;top:392px;left:66.5px;display:block; }
#APw8xAzE5R7pTEogsiShkXQGJSIeLO1S { background-color:#0fc753;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:291px;height:75px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:305px;left:530px;display:none; }
#nzhQZw921k6thzogDC87lT1J7XIGdqDV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dhokfaAq8tJcZX9TiwuaxlBQxEJBmKmI { color:#545454;display:block;width:321px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:394.68344116211px;left:530px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kAedP46pLZCSkyFTaxZ042AyTsdfcTxc { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:1px;width:670px;top:362px;left:530px;display:block; }
#v3V8an9fSkmTl70C6VDNk5mMKsWXHyG3 { color:#00283d;display:block;width:446px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:569px;left:377px;height:21px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container { background-color: transparent; background-image: none; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container > .video-iframe-container { display: none; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row > .video-iframe-container { display: none; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .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); }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container { border-width: 0; border-radius: 0; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT { background-color: transparent; background-image: none; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row .container > .video-iframe-container { display: none; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row > .video-iframe-container { display: none; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .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); }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT { border-width: 0; border-radius: 0; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .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; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:73px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uW5O0vIP2XMHWB0481qKZJZuO6ln3Af0 { background-color:#25d366;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#uUdyiIRKwO5piUQvh8psne6bmM7rx3gV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dSE6et33ZHIDw9Ry9ukNGrKHcygaGLvP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"font awesome brands";font-size:32px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:60px;height:60px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0px;left:1140px;display:block; }
#IK9vXKOzsZnea5vak6eXeZ6MPaWGKbCe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpTgU0LxAlXsbkUTUt2BD9fcbXcNgptV { width:617px;height:174px;top:241px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #vZeDJghCqxvb58ht780NtJ2Fe1VzZsDS { width:549px;height:;top:450px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hJFqq0Pbl6IR9xK5pwBXzGQs6S3FAu7n { width:315px;height:70px;top:585px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mL0n3uM8J520ORDLHtFlnsvi86fvTiBJ { display:block; }
 }@media only screen and (max-width: 763px) { #OhEvRpbXJAqy8xNP4DHncLATm4qS6kUm { width:31px;height:31px;top:603px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oBlmJwosti0wM2eRdnmnqf28JZAwn48V { width:589px;height:568px;top:71px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #gbQKbSCEfI0ky4AR3TpJAZF1BD8rvx6T { width:253px;height:96px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iGDGdTbCTX7L8SFUA2Xb99WqfxMKxir9 { width:175px;height:23px;top:608px;left:119px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #mo7aVxkSXV3DIkW9zWn1Tw8R15a08Fun { width:83px;height:19px;top:41px;left:681px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #nz6XHZqqZZbIh3giTAvmk5uLkMX3nv71 { width:613px;height:570px;top:25px;left:151px;display:block; }
 }@media only screen and (max-width: 763px) { #H37JTDgBJBJSciXBuDEa64QTJbTRAtBW { display:none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TbObhQ8KsORJwDDTKUa9rE938c23rhnZ { display:block; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTNxZdg2ZnTc6TsfXzLA662QTlakDlzP { width:582px;height:96px;top:121px;left:182px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #PzvQ0aoroMwpJMvpWaIofAqbgWTN0weP { width:593px;height:91px;top:255px;left:171px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sTKPtz11VKqxu8V3So3LVfB3MuBoegK1 { width:323px;height:70px;top:394px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #h0XOXb6suIaoG4QpHQTe8x5lg0C7dnTM { display:block; }
 }@media only screen and (max-width: 763px) { #vCKmONz6xVax7A07ipV1JIHuisSyhGeC { width:27px;height:27px;top:415px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6 { width:462px;height:431px;top:85px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS { display:block; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyHEAyU6BMEvI821aEkxrdXl3nOrGwaC { width:201px;height:60px;top:200px;left:181px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Z96M8AfZPSIXFKFVVkAwURNz02rLFROa { width:190px;height:126px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QKw1a6M5GiQ33xuahieGi6R78W48PTRz { width:247px;height:177px;top:0px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #aHHS6tSQynDB2hDLSM8kuyVChbxN3xki { width:247px;height:177px;top:1px;left:326px;display:block; }
 }@media only screen and (max-width: 763px) { #RrkHa3cZL4KbwRmOX5CDhOiOL78ax81A { width:156px;height:60px;top:201px;left:382px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ac6L3OezBP9OfLlbOTTuJWg09qlsCLZK { width:156px;height:60px;top:201px;left:573px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH { width:247px;height:177px;top:0px;left:517px;display:block; }
 }@media only screen and (max-width: 763px) { #DIXTp6t0PQth21giqP5qo2N1m5R4nzJL { display:block; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUv6R1qetipVhGGFNPwcJ2DySSDwVzZV { width:598px;height:112px;top:173px;left:0px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT { width:764px;height:477px;top:46px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yx9ztQpnrQs4gNfTZxN7FpSGIg9gbJ4g { width:279px;height:27px;top:129px;left:294px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JXwLuuMSqD0aGsMQRsRptl7WQB29S8UO { width:312px;height:65px;top:598px;left:261px;display:block; }
 }@media only screen and (max-width: 763px) { #DaQLsfvrslBXJBaAyxZWrw63ocJIiasL { display:block; }
 }@media only screen and (max-width: 763px) { #PeEWaqK4icS6HITDQtg6bFdxAQZyKg5S { width:24px;height:24px;top:618px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #vK26vFuRAUUfJTeJwTuu5QBdseC04hzG { width:190px;height:100px;top:343px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw { width:190px;height:100px;top:343px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD { width:190px;height:100px;top:343px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #zyn38VaXUHoueTzi2L0L08xif6R7tZoV { width:190px;height:100px;top:452px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr { width:190px;height:100px;top:452px;left:383px;display:block; }
 }@media only screen and (max-width: 763px) { #H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt { width:190px;height:100px;top:452px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5 { width:190px;height:100px;top:562px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl { display:block; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ZZeBmwo2Tyx1vA6x9pxpKGFew3NHq { width:627px;height:96px;top:93px;left:137px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #vSKUIpspVLdiixWwbqV7TTVS5SMyLaTZ { width:586px;height:69px;top:213px;left:178px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yZWHcUvdos8BZ9RgAE1BtATXA6anpD1A { width:319px;height:66px;top:323px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #ddPCkPORJNlEVTVKpATp64IpAZ9UqRX4 { display:block; }
 }@media only screen and (max-width: 763px) { #euwTdJnSC356mMtFe2euhCBASTXeRanh { width:24px;height:24px;top:343px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #CascFGgPU5CtE51dOWTXiRmtSbtmEzsN { width:457px;height:426px;top:-66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ { width:298px;height:278px;top:129px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq { display:block; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBUTtArJNL4wkbIhStUHCEGCPq0Sbdki { width:50px;height:50px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #szs1OLAmtbur92UAxEmRcWXZmZsmAyuL { width:181px;height:70px;top:80px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BBw8mVzeHNtHAum1Pba960rpcOqsTI4i { width:50px;height:50px;top:81px;left:191px;display:block; }
 }@media only screen and (max-width: 763px) { #Pq9dKcEV0uvnQhWNlsgWfX4a1rhgDd1e { width:221px;height:70px;top:80px;left:161px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mkBW4PxBB0IOTWVtCVT5p1LnXgwPDSa1 { width:133px;height:70px;top:80px;left:411.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F3MkspSLOhgB6kJ9AqvPxHVlTdH9OLXN { width:50px;height:50px;top:81px;left:382px;display:block; }
 }@media only screen and (max-width: 763px) { #DRHTAIM7Pmua3g6SdvV5ZlWG7zA5T8rM { width:189px;height:70px;top:80px;left:575px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UTvx3Xtplx9D4kl8PhGZ3UJMF3KbXlJp { width:50px;height:50px;top:81px;left:573px;display:block; }
 }@media only screen and (max-width: 763px) { #k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA { display:none; }#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m { width:371px;height:174px;top:166px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6 { width:371px;height:174px;top:166px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN { width:371px;height:174px;top:166px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0 { width:371px;height:174px;top:382px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ { width:371px;height:174px;top:382px;left:393px;display:block; }
 }@media only screen and (max-width: 763px) { #psbxvEO463nK3yHOELaUVAG2137nseDq { width:371px;height:174px;top:382px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1geMSokFDa6OVrEXfLtPM24Cg80M8Vb { width:755px;height:49px;top:68px;left:5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc { display:block; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP { width:528px;height:423px;top:193px;left:228px;font-size:15px;display:block; }#yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP li:before{  }
 }@media only screen and (max-width: 763px) { #Qbwn8tHSf3VVtntu56erccZaS0r3lI3H { width:552px;height:49px;top:111px;left:212px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ { width:480px;height:580px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QtJvpRm4IkqnT1dpTSGmKfDBahdmgiMO { width:29px;height:416px;top:449px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL { display:block; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwTvz0kh08RG5E8uK5qnnq8Md1NNkgET { width:570px;height:530px;top:85px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #o6WcduP7hV1oCpiAQcbqaS0WovTt5ryo { width:408px;height:180px;top:161px;left:356px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZWFsbT0TNHBkI8vHu85cvTwWIqQpCL { width:258px;height:59px;top:482px;left:431px;display:block; }
 }@media only screen and (max-width: 763px) { #BGmlSrOwwTG5nnTVlRP1OTzxNtiWzrtr { display:block; }
 }@media only screen and (max-width: 763px) { #vMOAcHgOPAOZCkh6klRr74iL5X9XGsav { width:398px;height:64px;top:371px;left:366px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PFP18OU7f7aXDoDMuIAI0RMVPwpwam9g { width:570px;height:530px;top:85px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gVkBtvlKTEmBJdtAZTsNToJnByUuku8V { display:block; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJCHxPX8MrH8xXXC7Zs4bhenbCUcrNLx { width:660px;height:49px;top:142px;left:104px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lk65ivWTgygAX3fWegaH4F3zvdNGEaLH { width:325px;height:30px;top:267px;left:439px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TVGf0Ql1nBHf1N59zB0iT0XqN0WBehHx { width:291px;height:75px;top:245px;left:312px;display:block; }
 }@media only screen and (max-width: 763px) { #AJlnSCWciaZQqXkkANnJ03nX0yzlNTT7 { display:block; }
 }@media only screen and (max-width: 763px) { #oBH3soPNM09eRRJiGqwT1OdJTBwB8RL3 { width:478px;height:457px;top:70px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MvspxpilI1luTu2d0hH2hWhwrorPd020 { width:364px;height:48px;top:328px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LftUwEIIgoHoLmSidpASRwz9BvfoTvAQ { width:337px;height:131px;top:142px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OGdlx7uTTEFFbaiVvZnwnApZyRKUJWyv { width:375px;height:45px;top:423px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #o7N7Dz9uKlbckO4I5TDat0ochlePwzQN { width:369px;height:1px;top:392px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #APw8xAzE5R7pTEogsiShkXQGJSIeLO1S { width:291px;height:75px;top:305px;left:312px;display:none; }
 }@media only screen and (max-width: 763px) { #nzhQZw921k6thzogDC87lT1J7XIGdqDV { display:block; }
 }@media only screen and (max-width: 763px) { #dhokfaAq8tJcZX9TiwuaxlBQxEJBmKmI { width:321px;height:30px;top:394px;left:191px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kAedP46pLZCSkyFTaxZ042AyTsdfcTxc { width:670px;height:1px;top:362px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #v3V8an9fSkmTl70C6VDNk5mMKsWXHyG3 { width:446px;height:21px;top:569px;left:159px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y { display:block; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDy25ooCCdiWpCuhisMviX4UwG6o3cKT { display:block; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW5O0vIP2XMHWB0481qKZJZuO6ln3Af0 { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #uUdyiIRKwO5piUQvh8psne6bmM7rx3gV { display:block; }
 }@media only screen and (max-width: 763px) { #dSE6et33ZHIDw9Ry9ukNGrKHcygaGLvP { width:60px;height:60px;top:0px;left:704px;display:block; }
 }@media only screen and (max-width: 763px) { #IK9vXKOzsZnea5vak6eXeZ6MPaWGKbCe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.55);background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:549px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lpTgU0LxAlXsbkUTUt2BD9fcbXcNgptV { width:305px;height:136.4px;top:156px;left:7.5px;font-size:31px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vZeDJghCqxvb58ht780NtJ2Fe1VzZsDS { width:320px;height:90px;top:310px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hJFqq0Pbl6IR9xK5pwBXzGQs6S3FAu7n { width:297px;height:55px;top:431.50024414062px;left:12.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mL0n3uM8J520ORDLHtFlnsvi86fvTiBJ { display:block; }
 }@media only screen and (max-width: 763px) { #OhEvRpbXJAqy8xNP4DHncLATm4qS6kUm { width:22px;height:22px;top:447.00024414062px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #oBlmJwosti0wM2eRdnmnqf28JZAwn48V { width:305px;height:256px;top:536px;left:0px;border-top:0 solid #fdb040;border-left:0 solid #fdb040;border-right:15px solid #00283d;border-bottom:15px solid #00283d;border-top-left-radius:70px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:150px;display:none; }
 }@media only screen and (max-width: 763px) { #gbQKbSCEfI0ky4AR3TpJAZF1BD8rvx6T { width:186px;height:70px;top:38.375px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #iGDGdTbCTX7L8SFUA2Xb99WqfxMKxir9 { width:166px;height:15px;top:499px;left:77px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mo7aVxkSXV3DIkW9zWn1Tw8R15a08Fun { width:83px;height:0;top:793px;left:237px;font-size:10px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nz6XHZqqZZbIh3giTAvmk5uLkMX3nv71 { width:305px;height:570px;top:25px;left:0px;border-top:0 solid #fdb040;border-left:0 solid #fdb040;border-right:15px solid #fdb040;border-bottom:15px solid #fdb040;border-top-left-radius:70px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:150px;display:none; }
 }@media only screen and (max-width: 763px) { #H37JTDgBJBJSciXBuDEa64QTJbTRAtBW { background-color:#ffffff;background-image:url("../img/IMG_5179.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:10px solid #00283d;border-left:0 solid #00283d;border-right:10px solid #00283d;border-bottom:0 solid #00283d;border-top-left-radius:0;border-top-right-radius:128px;border-bottom-left-radius:0;border-bottom-right-radius:0;display:block; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW.adaptive-delivery-prevent-bg, #H37JTDgBJBJSciXBuDEa64QTJbTRAtBW.lazyload, #H37JTDgBJBJSciXBuDEa64QTJbTRAtBW.lazyloading { background-image: none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container { background-color: transparent; background-image: none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container > .video-iframe-container { display: none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row > .video-iframe-container { display: none; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .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); }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container { border-width: 0; border-radius: 0; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:128px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#H37JTDgBJBJSciXBuDEa64QTJbTRAtBW > .row .container { width:320px;height:277px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbObhQ8KsORJwDDTKUa9rE938c23rhnZ { display:block; }#TbObhQ8KsORJwDDTKUa9rE938c23rhnZ > .row .container { width:320px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTNxZdg2ZnTc6TsfXzLA662QTlakDlzP { width:320px;height:115.2px;top:46px;left:0px;font-size:32px;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzvQ0aoroMwpJMvpWaIofAqbgWTN0weP { width:305px;height:128px;top:193px;left:8px;font-size:16px;text-align:center;text-align-last:center;z-index:15017;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sTKPtz11VKqxu8V3So3LVfB3MuBoegK1 { width:298px;height:56px;top:364px;left:11px;font-size:20px;border-top:0;border-left:30px solid rgba(0,0,0,0);border-right:0;border-bottom:0;line-height:1;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #h0XOXb6suIaoG4QpHQTe8x5lg0C7dnTM { display:block; }
 }@media only screen and (max-width: 763px) { #vCKmONz6xVax7A07ipV1JIHuisSyhGeC { display:flex;width:24px;height:24px;top:379px;left:36px;font-size:17px; }
 }@media only screen and (max-width: 763px) { #am2KBdx8JvtVD4WCyoT7HFmtsPkJsmI6 { width:320px;height:175px;top:56px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50px;display:none; }
 }@media only screen and (max-width: 763px) { #kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS { display:block; }#kGggTvzkVOBbUbhc9XuNUThF5TrmbpdS > .row .container { width:320px;height:958px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyHEAyU6BMEvI821aEkxrdXl3nOrGwaC { width:320px;height:30px;top:313px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z96M8AfZPSIXFKFVVkAwURNz02rLFROa { width:275px;height:60px;top:27px;left:22.5px;font-size:30px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QKw1a6M5GiQ33xuahieGi6R78W48PTRz { width:320px;height:177px;top:126px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aHHS6tSQynDB2hDLSM8kuyVChbxN3xki { width:320px;height:177px;top:396.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RrkHa3cZL4KbwRmOX5CDhOiOL78ax81A { width:320px;height:30px;top:583.5px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ac6L3OezBP9OfLlbOTTuJWg09qlsCLZK { width:320px;height:30px;top:861px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QC4eh4C3mmrSfdFLvaJ3CUnOKUPr2KyH { width:320px;height:177px;top:674px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DIXTp6t0PQth21giqP5qo2N1m5R4nzJL { background-color:#ffffff;background-image:none;display:block; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { background-color: transparent; background-image: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container > .video-iframe-container { display: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row > .video-iframe-container { display: none; }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .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); }#DIXTp6t0PQth21giqP5qo2N1m5R4nzJL > .row .container { width:320px;height:772px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUv6R1qetipVhGGFNPwcJ2DySSDwVzZV { width:320px;height:126px;top:52px;left:0px;font-size:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0ZNsHTWdlnLIb0gZrOH4QE4zM84darT { width:320px;height:241px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yx9ztQpnrQs4gNfTZxN7FpSGIg9gbJ4g { width:189px;height:21px;top:187px;left:65.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXwLuuMSqD0aGsMQRsRptl7WQB29S8UO { width:297px;height:55px;top:638px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #DaQLsfvrslBXJBaAyxZWrw63ocJIiasL { display:block; }
 }@media only screen and (max-width: 763px) { #PeEWaqK4icS6HITDQtg6bFdxAQZyKg5S { width:21px;height:21px;top:655px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #vK26vFuRAUUfJTeJwTuu5QBdseC04hzG { width:153px;height:80px;top:229px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lB6VCgTGVTlH6KJJAvSdpyCCkqkMBwtw { width:153px;height:80px;top:229px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #hhFE9SaMewK8Kgny0CXJXT4rXWmoDkgD { width:153px;height:80px;top:427px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #zyn38VaXUHoueTzi2L0L08xif6R7tZoV { width:153px;height:80px;top:328px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GpE2IR5FheKq4fHZkL4SPgG1Ny3BRJgr { width:153px;height:80px;top:328px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #H6mxJLheG1RqRF9dhrUoM2XiOFH5EZTt { width:191px;height:80px;top:528px;left:65px;display:block; }
 }@media only screen and (max-width: 763px) { #sEVJzNM1Kzyd8yzm35P7pEMmhl1C9Of5 { width:153px;height:80px;top:427px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl { display:block; }#Axziy1VzKpTZG0N9JrGVE5NLTzOHhJwl > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv8ZZeBmwo2Tyx1vA6x9pxpKGFew3NHq { width:320px;height:115.2px;top:232px;left:0px;font-size:32px;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSKUIpspVLdiixWwbqV7TTVS5SMyLaTZ { width:296px;height:54.4px;top:361.8125px;left:12px;font-size:17px;text-align:center;text-align-last:center;z-index:15017;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #yZWHcUvdos8BZ9RgAE1BtATXA6anpD1A { width:300px;height:55px;top:440px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ddPCkPORJNlEVTVKpATp64IpAZ9UqRX4 { display:block; }
 }@media only screen and (max-width: 763px) { #euwTdJnSC356mMtFe2euhCBASTXeRanh { width:21px;height:21px;top:457px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #CascFGgPU5CtE51dOWTXiRmtSbtmEzsN { width:320px;height:191px;top:21px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JatsTTIApgVlP0fxQ0SFPRUN2evpbtSZ { width:149px;height:140px;top:79px;left:143px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50px;display:none; }
 }@media only screen and (max-width: 763px) { #AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq { display:block; }#AH25E5GI8sGbbDKNQfzTaaQWEddAn6tq > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBUTtArJNL4wkbIhStUHCEGCPq0Sbdki { display:flex;width:29px;height:29px;top:40px;left:0px; }
 }@media only screen and (max-width: 763px) { #szs1OLAmtbur92UAxEmRcWXZmZsmAyuL { width:100px;height:40px;top:42.5px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BBw8mVzeHNtHAum1Pba960rpcOqsTI4i { display:flex;width:29px;height:29px;top:40px;left:160px;font-size:20px; }
 }@media only screen and (max-width: 763px) { #Pq9dKcEV0uvnQhWNlsgWfX4a1rhgDd1e { width:113px;height:40px;top:42.5px;left:196.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mkBW4PxBB0IOTWVtCVT5p1LnXgwPDSa1 { width:75px;height:40px;top:140px;left:197px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F3MkspSLOhgB6kJ9AqvPxHVlTdH9OLXN { display:flex;width:29px;height:29px;top:139px;left:160px;font-size:20px; }
 }@media only screen and (max-width: 763px) { #DRHTAIM7Pmua3g6SdvV5ZlWG7zA5T8rM { width:110px;height:40px;top:139px;left:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UTvx3Xtplx9D4kl8PhGZ3UJMF3KbXlJp { display:flex;width:29px;height:29px;top:138px;left:0px;font-size:20px; }
 }@media only screen and (max-width: 763px) { #k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA { display:none; }#k7uMyGZV9Gr5m8VFcBeTxVVCvbcTvXwA > .row .container { width:320px;height:1241px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPwoztfLW8gkVdCdTOQZoEVUHmDldl0m { width:293px;height:155px;top:139px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #T4ZcoEISGTxB0TyZTz1GBvxraVK4hUK6 { width:293px;height:155px;top:662px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UTPJot9vDoTwwmMSkCo4nrpU1bMioTTN { width:293px;height:155px;top:314px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oSFlpBJfhXrIRItrN8VfBLNdDp8iquH0 { width:293px;height:155px;top:487px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LPgn3yHDJAVe5puZ3pA0T2cTOR5tTWSQ { width:293px;height:155px;top:1012px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #psbxvEO463nK3yHOELaUVAG2137nseDq { width:293px;height:155px;top:837px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1geMSokFDa6OVrEXfLtPM24Cg80M8Vb { width:320px;height:70.375px;top:41px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc { background-color:#727f8c;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { background-color: transparent; background-image: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container > .video-iframe-container { display: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container { display: none; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .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); }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { border-width: 0; border-radius: 0; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1eDFHpbSBmpfDaIL8hAhFK1qV0Q0fXc > .row .container { width:320px;height:942px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP { width:316px;height:428px;top:451.79998779297px;left:0px;font-size:15px;line-height:1.6;font-family:poppins;display:block; }#yHhXk8gHxVUW3CpwxfBqzU0IDbsl0EgP li:before{  }
 }@media only screen and (max-width: 763px) { #Qbwn8tHSf3VVtntu56erccZaS0r3lI3H { width:320px;height:30.8px;top:53px;left:0px;font-size:28px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iOiMXRI3r7U5QBndLxXJIymKVNhIIEzZ { width:320px;height:284px;top:122px;left:0px;border-top-left-radius:10px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:block; }
 }@media only screen and (max-width: 763px) { #QtJvpRm4IkqnT1dpTSGmKfDBahdmgiMO { width:29px;height:0;top:445px;left:0px;font-size:20px;z-index:15020;line-height:1.6;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL { background-color:#00283d;background-image:none;display:block; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { background-color: transparent; background-image: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container > .video-iframe-container { display: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row > .video-iframe-container { display: none; }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .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); }#GH1SlrDHz6G7un3DSxMg8FZFTmlNQUFL > .row .container { width:320px;height:640px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwTvz0kh08RG5E8uK5qnnq8Md1NNkgET { width:320px;height:250px;top:487.00001525879px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #o6WcduP7hV1oCpiAQcbqaS0WovTt5ryo { width:320px;height:66px;top:47px;left:0px;font-size:30px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZWFsbT0TNHBkI8vHu85cvTwWIqQpCL { width:224px;height:59px;top:528.875px;left:48px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BGmlSrOwwTG5nnTVlRP1OTzxNtiWzrtr { display:block; }
 }@media only screen and (max-width: 763px) { #vMOAcHgOPAOZCkh6klRr74iL5X9XGsav { width:284px;height:70.2px;top:135.125px;left:18px;font-size:18px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PFP18OU7f7aXDoDMuIAI0RMVPwpwam9g { width:320px;height:250px;top:244.3166809082px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gVkBtvlKTEmBJdtAZTsNToJnByUuku8V { background-color:#ffffff;background-image:none;display:block; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { background-color: transparent; background-image: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container > .video-iframe-container { display: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row > .video-iframe-container { display: none; }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .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); }#gVkBtvlKTEmBJdtAZTsNToJnByUuku8V > .row .container { width:320px;height:667px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJCHxPX8MrH8xXXC7Zs4bhenbCUcrNLx { width:320px;height:27.5px;top:76px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lk65ivWTgygAX3fWegaH4F3zvdNGEaLH { width:320px;height:19.5px;top:47px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVGf0Ql1nBHf1N59zB0iT0XqN0WBehHx { width:320px;height:60px;top:123px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #AJlnSCWciaZQqXkkANnJ03nX0yzlNTT7 { display:block; }
 }@media only screen and (max-width: 763px) { #oBH3soPNM09eRRJiGqwT1OdJTBwB8RL3 { width:273px;height:188px;top:325.375px;left:23px;display:none; }
 }@media only screen and (max-width: 763px) { #MvspxpilI1luTu2d0hH2hWhwrorPd020 { width:242px;height:58.5px;top:393px;left:39px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LftUwEIIgoHoLmSidpASRwz9BvfoTvAQ { width:203px;height:77px;top:473px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #OGdlx7uTTEFFbaiVvZnwnApZyRKUJWyv { width:320px;height:22.5px;top:277px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7N7Dz9uKlbckO4I5TDat0ochlePwzQN { width:200px;height:1px;top:322px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #APw8xAzE5R7pTEogsiShkXQGJSIeLO1S { width:208.133334px;height:44.133334px;top:198px;left:55px;z-index:15007;background-color:transparent;background-image:none;color:#000000;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;font-weight:400;font-style:normal;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nzhQZw921k6thzogDC87lT1J7XIGdqDV { display:block; }
 }@media only screen and (max-width: 763px) { #dhokfaAq8tJcZX9TiwuaxlBQxEJBmKmI { width:320px;height:15px;top:343px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kAedP46pLZCSkyFTaxZ042AyTsdfcTxc { width:320px;height:1px;top:649.375px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #v3V8an9fSkmTl70C6VDNk5mMKsWXHyG3 { width:320px;height:15px;top:566px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y { display:block; }#HdUnRm1JA3ZUdfD5gdpdQRQaTWdlel3y > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDy25ooCCdiWpCuhisMviX4UwG6o3cKT { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#CDy25ooCCdiWpCuhisMviX4UwG6o3cKT > .row .container { width:320px;height:57px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uW5O0vIP2XMHWB0481qKZJZuO6ln3Af0 { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uUdyiIRKwO5piUQvh8psne6bmM7rx3gV { display:block; }
 }@media only screen and (max-width: 763px) { #dSE6et33ZHIDw9Ry9ukNGrKHcygaGLvP { width:42px;height:42px;top:0px;left:278px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #IK9vXKOzsZnea5vak6eXeZ6MPaWGKbCe { display:block; }
 }