.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:#ffffff;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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { position:relative;display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { background-color: transparent; background-image: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { border-width: 0; border-radius: 0; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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:156px;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; }#kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:135px;width:200px;top:7.5px;left:44.5px;overflow:hidden;display:block; }
#z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { color:#000000;display:block;width:372px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:17px;left:821.5px;height:63px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:40px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:92px;left:824px;display:block; }
#ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:160px;height:40px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:92px;left:1022px;display:block; }
#U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b411b06-55df-4740-b500-85458f364300/20201127.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.adaptive-delivery-prevent-bg, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyload, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyloading { background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { background-color: transparent; background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .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); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { border-width: 0; border-radius: 0; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { font-size:14px;font-family:arial;height:551px;width:1200px;position:relative;display:block; }#MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { color:#000000;display:block;width:604px;position:absolute;font-family:"libre baskerville";font-size:59px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:240px;left:298px;height:230.062px;text-align:center;text-align-last:center;display:block; }
#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { position:relative;display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { background-color: transparent; background-image: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row > .video-iframe-container { display: none; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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); }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { border-width: 0; border-radius: 0; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .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:2545px;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; }#dcNgnKv5CfaffQX4woeK8MULza8u93aH { color:#000000;display:block;width:1109px;position:absolute;font-family:"open sans";font-size:60px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:49px;left:45.5px;height:72px;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;text-align:center;text-align-last:center;display:block; }
#dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { color:#000000;display:block;width:1172px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:153px;left:14px;height:2352px;text-align:justify;text-align-last:initial;display:block; }
#sDQVE12sbUJJv9KckN102MiA9sDaTR6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { background-color: transparent; background-image: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .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); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { border-width: 0; border-radius: 0; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { font-size:14px;font-family:arial;height:350px;width:1200px;position:relative;display:block; }#mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { position:absolute;display:block;z-index:15000;height:350px;width:1200px;top:0px;left:0px;display:block; }
#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4d6320e-4408-43b8-b296-8be8368b9e17/DSC_2027.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.adaptive-delivery-prevent-bg, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyload, #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H.lazyloading { background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { background-color: transparent; background-image: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,88,156,0.79); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,88,156,0.79); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { display: none; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .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); }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { border-width: 0; border-radius: 0; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { font-size:14px;font-family:arial;height:531px;width:1200px;position:relative;display:block; }#FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { position:absolute;display:block;z-index:15000;background-color:#2d589c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:411px;width:433px;top:63px;left:79px;display:block; }
#KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { color:#ffffff;display:block;width:460px;position:absolute;font-family:"open sans";font-size:38px;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:79.3125px;left:627px;height:106.375px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONh4fArBOinGimUN2T7I837wrGKwEQm6 { color:#ffffff;display:block;width:436px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:313.5625px;left:672px;height:59.7917px;font-style:normal;display:block; }
#orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { position:absolute;display:block;z-index:15008;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:49px;width:49px;top:318.9375px;left:612px;overflow:hidden;display:block; }
#w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:96px;left:101px;height:26px;font-style:normal;display:block; }
#WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);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:400px;top:128px;left:95px;display:block; }
#oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:147px;left:100px;height:26px;font-style:normal;display:block; }
#FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,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:400px;top:180px;left:95px;display:block; }
#ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:199px;left:100px;height:26px;font-style:normal;display:block; }
#I7ToGCKUSMZiMF49skREu0AZIEke7dyy { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,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:400px;top:232px;left:95px;display:block; }
#d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:251px;left:100px;height:26px;font-style:normal;display:block; }
#DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,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:400px;top:284px;left:95px;display:block; }
#eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:304px;left:100px;height:26px;font-style:normal;display:block; }
#sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,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:400px;top:337px;left:95px;display:block; }
#i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:356px;left:100px;height:26px;font-style:normal;display:block; }
#nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,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:400px;top:389px;left:95px;display:block; }
#wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:409px;left:100px;height:26px;font-style:normal;display:block; }
#U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:96px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:147px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:199px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:251px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:304px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:356px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { color:#ffffff;display:block;width:153px;position:absolute;font-family:"source sans pro";font-size:20px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:409px;left:342px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,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:400px;top:442px;left:95px;display:block; }
#n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:55px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:212px;left:627px;display:block; }
#tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;text-shadow:1px 1px 1px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:220px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:212px;left:873px;display:block; }
#fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { color:#000000;display:block;width:462px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:409px;left:631px;height:24.6875px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { top:7px;left:0px;width:200px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { top:17px;left:392px;width:372px;height:63px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:160px;height:40px;top:92px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:160px;height:40px;top:92px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { top:240px;left:80px;width:604px;height:230px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:764px;height:;top:49px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { top:153px;left:0px;width:764px;height:2352px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { top:0px;left:0px;width:764px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:433px;height:411px;top:63px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:460px;height:106px;top:79px;left:304px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:436px;height:59px;top:313px;left:328px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:49px;height:49px;top:318px;left:394px;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { top:96px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { top:128px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { top:147px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { top:180px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { top:199px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { top:232px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { top:251px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { top:284px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { top:304px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { top:337px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { top:356px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { top:389px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { top:409px;left:0px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { top:96px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { top:147px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { top:199px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { top:251px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { top:304px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { top:356px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { top:409px;left:124px;width:153px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { top:442px;left:0px;width:400px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { width:220px;height:55px;top:212px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block; }
 }@media only screen and (max-width: 763px) { #P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { width:220px;height:55px;top:212px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { top:409px;left:302px;width:462px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:320px;height:353px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { width:200px;height:135px;top:3px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { width:272px;height:54px;top:161px;left:24px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:161px;height:47px;top:228px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:161px;height:47px;top:286px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:320px;height:204px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { width:320px;height:59.7917px;top:126px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k { display:block; }#Ifqq0GF1DHUyyuZv02G5zAmEGhtcLy7k > .row .container { width:320px;height:5315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcNgnKv5CfaffQX4woeK8MULza8u93aH { width:320px;height:33.5833px;top:49px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #dqpcFw8oPTdTgg4zNqhQZa4Em4lSyxnQ { width:320px;height:5160px;top:122.14583206177px;left:0px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { width:320px;height:350px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KPrsIquSyVc5CgTT629CXI3TQ1Anp02H { display:block; }#KPrsIquSyVc5CgTT629CXI3TQ1Anp02H > .row .container { width:320px;height:906px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiXPVS7yotqtgbCALU8qyaWQutFyW6pT { width:320px;height:437px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KUQFU19ty4Xt6JOpTH8gVUuyoihl70h4 { width:320px;height:57.5938px;top:477px;left:0px;font-size:24px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ONh4fArBOinGimUN2T7I837wrGKwEQm6 { width:316px;height:41.5938px;top:786.59375px;left:2.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #orA6XmQU9pGeKp4bbrkpJ8Vx19hNHcbk { width:52px;height:52px;top:722.5938px;left:134px;display:block; }
 }@media only screen and (max-width: 763px) { #w4fEZNzJvKHMBI6pZT0MZtcOB8Eh6mb7 { width:153px;height:23.3958px;top:53px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #WAUXW6UZMuTS1ad9H5iE3tzbIFgdRsEZ { width:290px;height:1px;top:85px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oDWZe5JUtp5KRxqk19GTMoTvDEW81Xaq { width:153px;height:23.3958px;top:104px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FBXbXqwPLGDVMg6AHM6eyA8oqRTqTCFl { width:290px;height:1px;top:137px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgJB5OCAqUuCgIXNqQhUkcpU0WEvwzoP { width:153px;height:23.3958px;top:156px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I7ToGCKUSMZiMF49skREu0AZIEke7dyy { width:290px;height:1px;top:189px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d9Ug2XiKBAzk42JpMv4LLSft3SwaAfnG { width:153px;height:23.3958px;top:208px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DIa0OE21fMdg42h5TG2KvN8Ed6p82mZq { width:290px;height:1px;top:241px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eQsgv7pmwap4HmuqRqK0T0xww7uMXDQP { width:153px;height:23.3958px;top:261px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sgTxeCaiGRzQnk7VM174aPeANbmrHlZk { width:290px;height:1px;top:294px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0Ns43R1EswXLVxO4hua66IQ0h1nVCiL { width:153px;height:23.3958px;top:313px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nZ1E1BZ8FzTyrI0ldBNsJJG79xKslnR6 { width:290px;height:1px;top:346px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wGz0S8JVXq6a2QW50Ff4KAXTTDpLWWX9 { width:153px;height:23.3958px;top:366px;left:21px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U1R5eZBGAArcoRzqfhhTnv6ao4RFOzFP { width:153px;height:23.3958px;top:53px;left:151px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #buvepbn2qxEtbLWWJ0QKsP0J23Fw17xs { width:153px;height:23.3958px;top:104px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HrhA3Nbmo9gpMiHFOyrLuheN6RiVVPXA { width:153px;height:23.3958px;top:156px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OTwk0yTCe7oUlVQXuOiJv7y6ZKJcQ5EG { width:153px;height:23.3958px;top:208px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JQcQhrp3V2wIx0G7ec5qHlwwfeZfTx3a { width:153px;height:23.3958px;top:261px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TN08Jc8nmKkazLiqXaTctUEQZbxhgqU9 { width:153px;height:23.3958px;top:313px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x9OiNyCLV8qPpi2WZFA48SRf2QWPI93l { width:153px;height:23.3958px;top:366px;left:154px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dtBUCJhNst31Kk4EOIGCVAXe6uAVkqZw { width:290px;height:1px;top:399px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n4vvmzkcRtgoOvTtySV2viUfJERm8ugc { width:220px;height:55px;top:561.59375px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #tHrDUJ8SHX9P04HNe3g0N9Q7dAfwvpNn { display:block; }
 }@media only screen and (max-width: 763px) { #P0blhV1OTdGRqZfAoGpeZ2wHGtx4GkWS { width:220px;height:55px;top:638.5938px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #fvXV1LuM2lzTvf8CgsBDzqKd8GRrT63k { display:block; }
 }@media only screen and (max-width: 763px) { #UsuiTNHMqzKoNGpx7PmpkVeav8iq5D19 { width:312px;height:49.375px;top:842.1875px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }