.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container { background-color: transparent; background-image: none; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container > .video-iframe-container { display: none; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row > .video-iframe-container { display: none; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .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); }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container { border-width: 0; border-radius: 0; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row > .video-iframe-container {  }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container { font-size:14px;font-family:"open sans";height:89px;width:1200px;position:relative;display:block; }#HaZuG86gX4RexzQhP71b9SluWoo7B3lO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:66.9965px;width:347.986px;position:absolute;display:block;z-index:15000;top:0px;left:0px;overflow:hidden;display:block; }
#z9Tr0DTlZ9oU7feXQQr0Z4yLLZQy3MAp { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #032a31;border-left:2px solid #032a31;border-right:2px solid #032a31;border-bottom:2px solid #032a31;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-sizing:border-box;color:#032a31;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:120px;height:38px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:17px;left:767.77777099609px;display:block; }
#MJDKQpvt38XpJmCReZwiKdLkcVCnPqPl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WB0ynZm0WALF4PR2u0ALmybC3gsAZcIM { background-color:#032a31;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:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;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:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:145px;height:37px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.47222328186px;left:904.73272705078px;display:block; }
#CPqBz35wcJ8hPzzu20FFHeoTfAtyI9aU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fcaA0XCAUAEndG78NGzNAHEq1ZLy2abL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #032a31;border-left:2px solid #032a31;border-right:2px solid #032a31;border-bottom:2px solid #032a31;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-sizing:border-box;color:#032a31;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:135px;height:36px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.489583969116px;left:1062.7604370117px;display:block; }
#PaMSotqWGi6DcErziP449ZhRpRA96Gde { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/959b98cf-f970-411b-8c20-33a3b52f3ee1/shutterstock_2046366038light.jpg");background-position:top right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.adaptive-delivery-prevent-bg, #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.lazyload, #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.lazyloading { background-image: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { background-color: transparent; background-image: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container > .video-iframe-container { display: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container { display: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .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); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { border-width: 0; border-radius: 0; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container {  }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { font-size:14px;font-family:"open sans";height:288px;width:1200px;position:relative;display:block; }#tFrxyAFTDK6sss2977Sx9x2xxgB9H5GT { color:#ffffff;display:block;width:735px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41px;left:49px;height:39px;font-style:normal;display:block; }
#FlAQJLot3o3AWVMhxfTTmT93Tm35LFNI { color:#ffffff;display:block;width:731px;position:absolute;font-family:poppins;font-size:25px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:118.5px;left:49px;height:97.5px;display:block; }
#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container { background-color: transparent; background-image: none; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container > .video-iframe-container { display: none; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row > .video-iframe-container { display: none; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .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); }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container { border-width: 0; border-radius: 0; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row > .video-iframe-container {  }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container { font-size:14px;font-family:"open sans";height:160px;width:1200px;position:relative;display:block; }#D2D4CtawE4XSFNiWU6WCmW4z8fakuFHh { display:block;width:276px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28px;left:470px;height:39px;color:#163573;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysbci45aPLcJnmLQU6A9QEg7DA4nySqO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2px;width:500px;position:absolute;display:block;z-index:15008;top:54px;left:1.5px;display:block; }
#Wq3fLhmZV1FEQMvWRGyk9afbgiaV5rQP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2px;width:500px;position:absolute;display:block;z-index:15009;top:54px;left:700px;display:block; }
#kTnC0emHlfZCCMn4TOmcMeUWvwcNdbwZ { color:#163573;display:block;width:1176px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:73.5px;left:17px;height:78px;text-align:center;text-align-last:center;display:block; }
#LTnKNcS940GycGJsWu05UMIg51UzIWi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,242,0.5);background-image:none;position:relative;display:block; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container { background-color: transparent; background-image: none; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container > .video-iframe-container { display: none; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row > .video-iframe-container { display: none; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .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); }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container { border-width: 0; border-radius: 0; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row > .video-iframe-container {  }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container { font-size:14px;font-family:"open sans";height:461px;width:1200px;position:relative;display:block; }#HRwexNIrr60IfuzBObAaqwv2Q7vCStLs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443px;width:791px;top:7px;left:180.15083798883px;display:block; }
#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container { background-color: transparent; background-image: none; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container > .video-iframe-container { display: none; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row > .video-iframe-container { display: none; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .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); }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container { border-width: 0; border-radius: 0; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row > .video-iframe-container {  }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container { font-size:14px;font-family:"open sans";height:109px;width:1200px;position:relative;display:block; }#ifa0wRogoJlDPelbTs3n3p1wk2xxgdxH { display:block;width:276px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14px;left:464px;height:39px;color:#163573;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsELFmSavBccXIIaECbXRo9UqK6V0rZf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2px;width:500px;position:absolute;display:block;z-index:15007;top:39px;left:2px;display:block; }
#Ukn9iwg5P9Jr7iyC71SoT4EKgooJR8TI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#163573;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:2px;width:500px;position:absolute;display:block;z-index:15008;top:40px;left:700px;display:block; }
#BhNE5m7q4gFS1zr2FtKCpBCCDrMyNJPK { color:#163573;display:block;width:1117px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:59.5px;left:41.5px;height:39px;text-align:center;text-align-last:center;display:block; }
#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,242,0.5);background-image:none;position:relative;display:block; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container { background-color: transparent; background-image: none; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container > .video-iframe-container { display: none; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row > .video-iframe-container { display: none; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .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); }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container { border-width: 0; border-radius: 0; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row > .video-iframe-container {  }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container { font-size:14px;font-family:"open sans";height:456px;width:1200px;position:relative;display:block; }#agG2nocCQAbUKA1DfAhO540qfpnm7lSx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:439px;width:790px;top:11px;left:177.64409722222px;display:block; }
#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container { background-color: transparent; background-image: none; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container > .video-iframe-container { display: none; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row > .video-iframe-container { display: none; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .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); }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container { border-width: 0; border-radius: 0; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row > .video-iframe-container {  }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container { font-size:14px;font-family:"open sans";height:158px;width:1200px;position:relative;display:block; }#SfQUZRc3IzrFg3KVGAyd2yQIl0MMzVet { display:block;width:276px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19px;left:470px;height:39px;color:#163573;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uexNRMbQFrIIGaRAWpPQ4Q2apEvQWsqz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1px;width:500px;position:absolute;display:block;z-index:15011;top:45px;left:700px;display:block; }
#DT6EmQzDEH5ITmLSiza5TeLkrnpGcuOK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1px;width:500px;position:absolute;display:block;z-index:15010;top:48px;left:8px;display:block; }
#ysfp9WD5VrA95sd6PO4PMSokfrJFHwxz { color:#163573;display:block;width:1200px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:64.5px;left:0px;height:78px;text-align:center;text-align-last:center;display:block; }
#hNChpT7h7T85mOVh95KZOima67TOpvhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,242,0.5);background-image:none;position:relative;display:block; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container { background-color: transparent; background-image: none; }#hNChpT7h7T85mOVh95KZOima67TOpvhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container > .video-iframe-container { display: none; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row > .video-iframe-container { display: none; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .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); }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container { border-width: 0; border-radius: 0; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row > .video-iframe-container {  }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container { font-size:14px;font-family:"open sans";height:479px;width:1200px;position:relative;display:block; }#zemrgdrur0fzL1cPQhqgrEDwnOTGLU4q { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:440px;width:793px;top:24px;left:180.09375px;display:block; }
#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container { background-color: transparent; background-image: none; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container > .video-iframe-container { display: none; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row > .video-iframe-container { display: none; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .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); }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container { border-width: 0; border-radius: 0; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row > .video-iframe-container {  }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container { font-size:14px;font-family:"open sans";height:152px;width:1200px;position:relative;display:block; }#dTkhUu7rX4BVlbv2eJyuyp2L9rEJ6LmB { display:block;width:276px;position:absolute;font-family:poppins;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19px;left:470px;height:39px;color:#163573;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwDG2sa2U1l8aRHdEkSCZzfbVqawq0TM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1px;width:500px;position:absolute;display:block;z-index:15011;top:45px;left:700px;display:block; }
#g2P5FIwCJFsXyaEqHvKaowGzpoBBWtiX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#284e59;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1px;width:500px;position:absolute;display:block;z-index:15010;top:48px;left:8px;display:block; }
#WHQb0BWfGvLQQHULHWhGK7BZ4W98exuy { color:#163573;display:block;width:1113px;position:absolute;font-family:poppins;font-size:30px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:68.75px;left:49.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,242,0.5);background-image:none;position:relative;display:block; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container { background-color: transparent; background-image: none; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container > .video-iframe-container { display: none; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row > .video-iframe-container { display: none; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .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); }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container { border-width: 0; border-radius: 0; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row > .video-iframe-container {  }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container { font-size:14px;font-family:"open sans";height:484px;width:1200px;position:relative;display:block; }#q4VRw0d2OX1XmtA89iAI3Sfmi2mHteat { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:444px;width:794px;top:13px;left:180.640625px;display:block; }
#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,246,246,0.74);background-image:none;position:relative;display:block; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container { background-color: transparent; background-image: none; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container > .video-iframe-container { display: none; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row > .video-iframe-container { display: none; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .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); }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container { border-width: 0; border-radius: 0; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row > .video-iframe-container {  }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container { font-size:14px;font-family:arial;height:360px;width:1200px;position:relative;display:block; }#tuT8mLfuVthVHqn6BDzFT5Wx8ltf3kSK { color:#4a4a4a;display:block;width:1197px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23px;left:3px;height:88.3333px;font-style:normal;display:block; }
#OL1yphT3inycVZt2CpGQJygNFuu7P40K { color:#4a4a4a;display:block;width:1197px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:126px;left:0px;height:220.8336px;font-style:normal;display:block; }
#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container { background-color: transparent; background-image: none; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container > .video-iframe-container { display: none; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row > .video-iframe-container { display: none; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .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); }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container { border-width: 0; border-radius: 0; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row > .video-iframe-container {  }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container { font-size:14px;font-family:arial;height:254px;width:1200px;position:relative;display:block; }#lHcMh793HQ2xMC8KNCBnx67Tb95ukmN7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:172px;width:248px;top:41px;left:25px;overflow:hidden;display:block; }
#lBak9rfOMgEgmlt910Jw4C8l8z9a5mBJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:172px;width:250px;top:41px;left:325px;overflow:hidden;display:block; }
#Tb3ctmsbkkopNzTybNBVhoSyfhDhuGz9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:172px;width:248px;top:41px;left:625.00003051758px;overflow:hidden;display:block; }
#d1AuwMrbu2fs5c30M6XnQgzaTvmobnFD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:172px;width:248px;top:41px;left:924.99996948242px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 { display:block; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container { width:764px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HaZuG86gX4RexzQhP71b9SluWoo7B3lO { width:348px;height:67px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #z9Tr0DTlZ9oU7feXQQr0Z4yLLZQy3MAp { width:101.00994px;height:27.00004px;top:20.486112594604px;left:390.93752288818px;font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #MJDKQpvt38XpJmCReZwiKdLkcVCnPqPl { display:block; }
 }@media only screen and (max-width: 1199px) { #WB0ynZm0WALF4PR2u0ALmybC3gsAZcIM { width:120px;height:30px;top:19px;left:510.27782440186px;font-size:15px;background-color:#032a31;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #CPqBz35wcJ8hPzzu20FFHeoTfAtyI9aU { display:block; }
 }@media only screen and (max-width: 1199px) { #fcaA0XCAUAEndG78NGzNAHEq1ZLy2abL { width:108.00694px;height:28.00694px;top:20px;left:642.43059539795px;font-size:15px;z-index:15008;display:block; }
 }@media only screen and (max-width: 1199px) { #PaMSotqWGi6DcErziP449ZhRpRA96Gde { display:block; }
 }@media only screen and (max-width: 1199px) { #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ { display:block; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tFrxyAFTDK6sss2977Sx9x2xxgB9H5GT { width:597px;height:39px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #FlAQJLot3o3AWVMhxfTTmT93Tm35LFNI { width:764px;height:97.5px;top:60px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ { display:block; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D2D4CtawE4XSFNiWU6WCmW4z8fakuFHh { width:276px;height:26px;top:28px;left:252px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #ysbci45aPLcJnmLQU6A9QEg7DA4nySqO { width:500px;height:2px;top:56px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Wq3fLhmZV1FEQMvWRGyk9afbgiaV5rQP { width:500px;height:2px;top:56px;left:264px;display:block; }
 }@media only screen and (max-width: 1199px) { #kTnC0emHlfZCCMn4TOmcMeUWvwcNdbwZ { width:764px;height:51.9792px;top:73px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #LTnKNcS940GycGJsWu05UMIg51UzIWi2 { display:block; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HRwexNIrr60IfuzBObAaqwv2Q7vCStLs { width:764px;height:427.8786346397px;top:7px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 { display:block; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ifa0wRogoJlDPelbTs3n3p1wk2xxgdxH { width:276px;height:26px;top:14px;left:246px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #dsELFmSavBccXIIaECbXRo9UqK6V0rZf { width:500px;height:2px;top:41px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ukn9iwg5P9Jr7iyC71SoT4EKgooJR8TI { width:500px;height:2px;top:41px;left:264px;display:block; }
 }@media only screen and (max-width: 1199px) { #BhNE5m7q4gFS1zr2FtKCpBCCDrMyNJPK { width:764px;height:26px;top:59px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #EZoiWRcTsPABFnZckCBRm9xAItFPVqFo { display:block; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #agG2nocCQAbUKA1DfAhO540qfpnm7lSx { width:764px;height:424.55189873418px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 { display:block; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container { width:764px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SfQUZRc3IzrFg3KVGAyd2yQIl0MMzVet { width:276px;height:26px;top:19px;left:252px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #uexNRMbQFrIIGaRAWpPQ4Q2apEvQWsqz { width:500px;height:2px;top:48px;left:264px;display:block; }
 }@media only screen and (max-width: 1199px) { #DT6EmQzDEH5ITmLSiza5TeLkrnpGcuOK { width:500px;height:2px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ysfp9WD5VrA95sd6PO4PMSokfrJFHwxz { width:764px;height:51.9792px;top:64px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #hNChpT7h7T85mOVh95KZOima67TOpvhg { display:block; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zemrgdrur0fzL1cPQhqgrEDwnOTGLU4q { width:764px;height:423.90920554855px;top:24px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv { display:block; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dTkhUu7rX4BVlbv2eJyuyp2L9rEJ6LmB { width:276px;height:26px;top:10px;left:255px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #kwDG2sa2U1l8aRHdEkSCZzfbVqawq0TM { width:500px;height:2px;top:48px;left:264px;display:block; }
 }@media only screen and (max-width: 1199px) { #g2P5FIwCJFsXyaEqHvKaowGzpoBBWtiX { width:500px;height:2px;top:48px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #WHQb0BWfGvLQQHULHWhGK7BZ4W98exuy { width:764px;height:51.9792px;top:68px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI { display:block; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4VRw0d2OX1XmtA89iAI3Sfmi2mHteat { width:764px;height:427.2241813602px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho { display:block; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container { width:764px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tuT8mLfuVthVHqn6BDzFT5Wx8ltf3kSK { width:764px;height:132.5px;top:13px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #OL1yphT3inycVZt2CpGQJygNFuu7P40K { width:764px;height:309.1673px;top:158px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa { display:block; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container { width:764px;height:299px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lHcMh793HQ2xMC8KNCBnx67Tb95ukmN7 { width:164px;height:113px;top:30px;left:109px;display:block; }
 }@media only screen and (max-width: 1199px) { #lBak9rfOMgEgmlt910Jw4C8l8z9a5mBJ { width:163px;height:112px;top:171.5px;left:109.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb3ctmsbkkopNzTybNBVhoSyfhDhuGz9 { width:148px;height:102px;top:35.5px;left:493px;display:block; }
 }@media only screen and (max-width: 1199px) { #d1AuwMrbu2fs5c30M6XnQgzaTvmobnFD { width:149px;height:103px;top:176px;left:492.5px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 { display:block; }#zeXtPwz6FV4vwUR3NTfTABiDGgFnEZe9 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaZuG86gX4RexzQhP71b9SluWoo7B3lO { width:252px;height:47px;top:26px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #z9Tr0DTlZ9oU7feXQQr0Z4yLLZQy3MAp { width:62.00004px;height:29px;top:80.954864501953px;left:5.9791669845581px;font-size:13px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:block; }
 }@media only screen and (max-width: 763px) { #MJDKQpvt38XpJmCReZwiKdLkcVCnPqPl { display:block; }
 }@media only screen and (max-width: 763px) { #WB0ynZm0WALF4PR2u0ALmybC3gsAZcIM { width:120px;height:30px;top:79.96875px;left:73.489586830139px;font-size:13px;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;display:block; }
 }@media only screen and (max-width: 763px) { #CPqBz35wcJ8hPzzu20FFHeoTfAtyI9aU { display:block; }
 }@media only screen and (max-width: 763px) { #fcaA0XCAUAEndG78NGzNAHEq1ZLy2abL { width:120px;height:30px;top:79.954864501953px;left:200px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PaMSotqWGi6DcErziP449ZhRpRA96Gde { display:block; }
 }@media only screen and (max-width: 763px) { #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/959b98cf-f970-411b-8c20-33a3b52f3ee1/shutterstock_2046366038light.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.adaptive-delivery-prevent-bg, #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.lazyload, #vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ.lazyloading { background-image: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { background-color: transparent; background-image: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container > .video-iframe-container { display: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container { display: none; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .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); }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { border-width: 0; border-radius: 0; }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row > .video-iframe-container {  }#vKaQ4WAHANIZIviXnkV6sGbwTpJVbNpQ > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFrxyAFTDK6sss2977Sx9x2xxgB9H5GT { width:320px;height:31.1806px;top:62.986145019531px;left:0px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FlAQJLot3o3AWVMhxfTTmT93Tm35LFNI { width:320px;height:103.958px;top:135.97222900391px;left:0px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ { display:block; }#BCmf4MZi8i7rDFOAXt9gOplwoz29kaKQ > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2D4CtawE4XSFNiWU6WCmW4z8fakuFHh { width:276px;height:20.7986px;top:18px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ysbci45aPLcJnmLQU6A9QEg7DA4nySqO { width:320px;height:2px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Wq3fLhmZV1FEQMvWRGyk9afbgiaV5rQP { width:320px;height:2px;top:54px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kTnC0emHlfZCCMn4TOmcMeUWvwcNdbwZ { width:320px;height:77.9688px;top:41px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LTnKNcS940GycGJsWu05UMIg51UzIWi2 { display:block; }#LTnKNcS940GycGJsWu05UMIg51UzIWi2 > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRwexNIrr60IfuzBObAaqwv2Q7vCStLs { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 { display:block; }#ezVzQheTNreyaUkMaxFAgg0ZbLiHJ1g9 > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifa0wRogoJlDPelbTs3n3p1wk2xxgdxH { width:276px;height:20.7986px;top:18px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dsELFmSavBccXIIaECbXRo9UqK6V0rZf { width:320px;height:2px;top:39px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Ukn9iwg5P9Jr7iyC71SoT4EKgooJR8TI { width:320px;height:2px;top:40px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BhNE5m7q4gFS1zr2FtKCpBCCDrMyNJPK { width:320px;height:77.9688px;top:58px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EZoiWRcTsPABFnZckCBRm9xAItFPVqFo { display:block; }#EZoiWRcTsPABFnZckCBRm9xAItFPVqFo > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #agG2nocCQAbUKA1DfAhO540qfpnm7lSx { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 { display:block; }#ezR9XFx1zhRQtvJCwReyEpCBh6crbsV7 > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfQUZRc3IzrFg3KVGAyd2yQIl0MMzVet { width:276px;height:20.8px;top:16px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uexNRMbQFrIIGaRAWpPQ4Q2apEvQWsqz { width:320px;height:1px;top:45px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DT6EmQzDEH5ITmLSiza5TeLkrnpGcuOK { width:320px;height:1px;top:48px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ysfp9WD5VrA95sd6PO4PMSokfrJFHwxz { width:320px;height:103.958px;top:56px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hNChpT7h7T85mOVh95KZOima67TOpvhg { display:block; }#hNChpT7h7T85mOVh95KZOima67TOpvhg > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zemrgdrur0fzL1cPQhqgrEDwnOTGLU4q { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv { display:block; }#T1kpd9UrZgeyW7wdk894wZye1tPqP7Sv > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTkhUu7rX4BVlbv2eJyuyp2L9rEJ6LmB { width:276px;height:20.8px;top:16px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kwDG2sa2U1l8aRHdEkSCZzfbVqawq0TM { width:320px;height:1px;top:45px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #g2P5FIwCJFsXyaEqHvKaowGzpoBBWtiX { width:320px;height:1px;top:48px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WHQb0BWfGvLQQHULHWhGK7BZ4W98exuy { width:320px;height:103.958px;top:56px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI { display:block; }#XAhZVu5XfcAhgVf0X4rtCSTkDliyyXMI > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4VRw0d2OX1XmtA89iAI3Sfmi2mHteat { height:180px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho { display:block; }#dkeesRBn1iu9Lhsf3ZVHs2yqw5rwz0Ho > .row .container { width:320px;height:675px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuT8mLfuVthVHqn6BDzFT5Wx8ltf3kSK { width:320px;height:168.924px;top:31px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OL1yphT3inycVZt2CpGQJygNFuu7P40K { width:320px;height:439.2014px;top:220px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa { display:none; }#ihe4ze9g4Q24RXypbOTp7D3wqlOTRnEa > .row .container { width:320px;height:785px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHcMh793HQ2xMC8KNCBnx67Tb95ukmN7 { width:248px;height:172px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #lBak9rfOMgEgmlt910Jw4C8l8z9a5mBJ { width:250px;height:172px;top:212px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3ctmsbkkopNzTybNBVhoSyfhDhuGz9 { width:248px;height:172px;top:404px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d1AuwMrbu2fs5c30M6XnQgzaTvmobnFD { width:248px;height:172px;top:596px;left:36px;display:block; }
 }