.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.adaptive-delivery-prevent-bg, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyload, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyloading { background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { border-width: 0; border-radius: 0; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.125rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.125rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ssmfsNplgkkJ2H1LiaFovVdf0Tnz02GH { background-color:transparent;background-image: -webkit-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -moz-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -ms-linear-gradient(80deg, #7cf9ee, #04ff9c);background-image: -o-linear-gradient(80deg, #7cf9ee, #04ff9c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf9ee', endColorstr='#04ff9c' );";background-image: linear-gradient(80deg, #7cf9ee, #04ff9c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.3125rem;text-decoration:none;z-index:15164;text-align:center;text-align-last:center;top:4.1875rem;left:1.875rem;display:block; }
#IaPrJw12uHwrJ3MwBSNSElN2q8CTME30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fh7PU8ua98P5rz2BhXntf2izh82EV5J6 { color:#ffffff;display:block;width:24rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:1.875rem;height:7.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fh7PU8ua98P5rz2BhXntf2izh82EV5J6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fh7PU8ua98P5rz2BhXntf2izh82EV5J6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
#BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.4375rem;left:1.875rem;display:block; }
#Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJ7kbx3TxuCE4VULiBqOpT0wptBw5eMc { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:9.9375rem;top:1.25rem;left:1.65625rem;overflow:hidden;display:none; }
#yDm46RKbWZgoLGgiPRKy6w9RCpkU6h9p { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uu6kc0IxPrw67FCxVV1otCHeOVqTRZtP { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:6.5rem;left:2.4375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#MfxO64lJqyUcrrIc9tTG9c4XDDIPmlPo { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#y0eVcTiLgcusMhTD8P6bpN3foaiB7MrX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aVRynsHVJrO8QFb4v798sOKwszwb8i31 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4370125rem;width:7.3745rem;top:1.25rem;left:1.875rem;overflow:hidden;display:block; }
#Ai5D3r9cwoUh9VmyxTPWr9oxTIMg4Psx { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:23.75rem;top:12.5625rem;left:34rem;overflow:hidden;display:block; }
#akfMMp1QSBb3zN8UnIEGpuh1QxCsH7T9 { box-sizing:content-box;height:15rem;width:26.5625rem;position:absolute;display:block;z-index:15165;background-color:#ffffff;background-image:none;top:12.0625rem;left:32.3125rem;border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-top-left-radius:2.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,255,255,0.5) ;display:block; }
#SBAIVUoNGIPU7m1QMto486QNF1HM3can { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:25.5rem;top:8.0625rem;left:32.3125rem;overflow:hidden;display:block; }
#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.adaptive-delivery-prevent-bg, #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.lazyload, #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.lazyloading { background-image: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { background-color: transparent; background-image: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container > .video-iframe-container { display: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container { display: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .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); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { border-width: 0; border-radius: 0; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#OAXnDede98PMheFlZ3D01mo0QShMevlc { color:#ffffff;display:block;width:12.249375rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:28.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#POcSfRrPJDd6yariUtgvz1mmMP64iTsr { color:#f8f600;display:block;width:14.4365rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:0.40283203125rem;left:40.5634765625rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#qk25qChSXngt9opbM9EGKcNNP3m0VbMx { color:#f8f600;display:block;width:12.249rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.5rem;left:28.9375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#r1PJfqBoOn5KC3oWHdgFMPdEFiV4VyOc { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:sukhumvit;font-size:0.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.71875rem;left:46.37353515625rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#SnC9C6OO7A0HzrlTUpr7zexw3SMOPqpq { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15061;background-color:#ffffff;background-image:none;top:2.0625rem;left:26.9375rem;display:block; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.308125rem;padding-right:0.268125rem;padding-bottom:0.308125rem;padding-left:0.268125rem;display:block;align-items:center;width:1.6075rem;min-width:1.6075rem;height:1.655625rem;position:relative;font-family:arial;font-size:1.2325rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.14375rem;height:0.654375rem;position:relative;font-family:arial;font-size:0.461875rem;font-weight:400;line-height:10.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:3.11875rem;padding-top:0.385rem;padding-right:0.3825rem;padding-bottom:0.385rem;padding-left:0.3825rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.6875rem;left:11.3125rem;z-index:15025; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Xr5FqcoPbBBg5FmnhZH3Fp2mmTeMZOMK { display:flex;position:relative;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #HRGh3fhCxsNf15Ab3L1P6VJHe8mfB8Ts { width:auto; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #cWEg111LIuE6kML7XQEakFsb3SOPnWXE {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #isAFMvtnrmlhmzNTXuqABHyeSL7wS1rP { display:flex;position:relative;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yLJ0RCXUnltRU3ZKxmQbZ7GZwPtO2WcF {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l8T3STbZdVzOpSBmJFEzwGThy6fxh3B5 {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Uyc0zNsFrMFiDpmADyrFATM8SrPFQvld { display:flex;position:relative;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #ZFMvuNAFJophTB5mrfcGeIZyNXmnfcnv {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l28DJitv1FZ6kS93BBmLCyoMFrE1pRSn {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #PTxuv28cW5D7bbquuOnROCguKMiEsX3D { display:flex;position:relative;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #tUCHpdvFb2nFytnH71swMh3gdtBg78Fr {  }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yIvXxcgzfIwrzFQduTTodXCh8vyNQgdT {  }
#z0MAdTRAQlD8I8WW495FLSmoKAnteq1e { color:#f8f600;display:block;width:8.687rem;position:absolute;font-family:sukhumvit;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.89990234375rem;left:1.5625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLXc2FobgshDAxlQS4baI2gW2sp8K3lN { color:#f8f600;display:block;width:8.687rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.82470703125rem;left:1.56103515625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.adaptive-delivery-prevent-bg, #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.lazyload, #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im.lazyloading { background-image: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { background-color: transparent; background-image: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container { display: none; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .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); }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { border-width: 0; border-radius: 0; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { font-size:0.875rem;font-family:arial;height:267.0625rem;width:60rem;position:relative;display:block; }#Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { color:#ffd920;display:block;width:41.9355625rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.498046875rem;left:10.498046875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hP57zcfNKiCb40OB5tCtluAzUs5yhDzD { color:#ffd920;display:block;width:7.0625rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:188.849609375rem;left:42.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#q9zr0x7w0T78NviCCq38uhVxHiB8SpaV { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:sukhumvit;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:188.4375rem;left:12.9375rem;height:3.2625rem;text-align:left;text-align-last:left;display:block; }
#DPQtATaC79iTdlNLTTJao2DxJAEZhkrW { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:18.5rem;width:55.625rem;top:196.5625rem;left:2.5625rem;display:block; }
#OauiXBCTg7I14zD3SD5E422lTbzVpBsn { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.401666625rem;height:2.089841625rem;text-decoration:none;z-index:15091;text-align:center;text-align-last:center;top:29.0625rem;left:5.6875rem;display:none; }
#sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:204.875rem;left:4.875rem;height:6.1375rem;text-align:left;text-align-last:left;display:block; }#JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq li:before{  }
#R22eUthlTcZfU0rdNTowbl265B3rnssm { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:199.6875rem;left:4.875rem;height:2.51875rem;font-style:normal;display:block; }
#dkDOHdzFLJnkys8sBQsNwQJWZNgOkdQr { color:#ffffff;display:block;width:5.4375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:195.625rem;left:6.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#u8tLbCKVe0sPe14tnfbGAp3vZVNvAneG { position:absolute;display:block;z-index:15021;background-color:#ffb421;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:194.9375rem;left:5.0625rem;display:block; }
#IC8RN0awtVy1Ps4vFpepzdgTry5uypP0 { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:19.0625rem;width:55.625rem;top:219.3125rem;left:2.375rem;display:block; }
#euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.317729125rem;height:2.005860375rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:53.0625rem;left:5.728515625rem;display:none; }
#nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:227.6875rem;left:4.625rem;height:6.1375rem;text-align:left;text-align-last:left;display:block; }#IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA li:before{  }
#aHHMcPuZZhtFRmFQOQrPeKB0o2imr4T4 { position:absolute;display:block;z-index:15028;background-color:#ffb421;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:217.6875rem;left:4.875rem;display:block; }
#VwnmL7ZPgyiCetKy2OCaIRXAxDmHHtOl { color:#ffffff;display:block;width:14.7490234375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:218.375rem;left:6rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#GSFb2PcX5CstxZ0AuUNmCzNM5PbxSC0z { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #98e8db ;height:21.375rem;width:55.625rem;top:241.4375rem;left:2.375rem;display:block; }
#z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.234354125rem;height:1.922529125rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:76.1249961853rem;left:5.728515625rem;display:none; }
#pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:249.5rem;left:4.8125rem;height:;text-align:left;text-align-last:left;display:block; }#h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp li:before{  }
#JKJMTioflK48Q1EaJou7V6pXmDIGueiS { position:absolute;display:block;z-index:15035;background-color:#ffb421;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:2.9375rem;width:7.9375rem;top:239.8125rem;left:4.875rem;display:block; }
#kLTpXHXx54AJLO8ll96wG8yCzG57Rel4 { color:#ffffff;display:block;width:14.7490234375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:240.5rem;left:6rem;height:1.62524375rem;text-align:left;text-align-last:left;display:block; }
#oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { background-color:#7122e2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(255,255,255,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.150416625rem;height:1.839191625rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:105.2500038147rem;left:5.8118515014649rem;display:none; }
#OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sigc5q2Xhrs4npRLB9pqSoVEIahUmkgm { color:#0648d0;display:block;width:46.5625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:212.125rem;left:4.875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eUFVDt0QsLKrZyyhBpSAAsgz7zxpNkoT { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:202.1875rem;left:4.875rem;height:1.62524375rem;font-style:normal;display:block; }
#iexLggwn2zGTayyxCPeNHhtox8ugFGt8 { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15098;line-height:1.3;letter-spacing:0;top:225.3125rem;left:4.875rem;height:1.62524375rem;font-style:normal;display:block; }
#fyrpCVM4BgTIxrnkpvNWERJCfTdeuWgZ { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:222.1875rem;left:4.875rem;height:2.51875rem;font-style:normal;display:block; }
#xkhvuMqc4ad3CEcCm1zMmUTNd0stftVi { color:#0648d0;display:block;width:46.5625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:235.625rem;left:4.875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cZ82BTpG16Uw7XtyonyKssNSJ8s6TSSA { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:244.4375rem;left:4.875rem;height:2.51875rem;font-style:normal;display:block; }
#JGAV51HAn82rEf892wIwiIvgDIpg1Jm6 { color:#2f279d;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:246.9375rem;left:4.8125rem;height:1.62524375rem;font-style:normal;display:block; }
#SNTXZpTelXzUDz4RbqZ760kakNfibemc { color:#0648d0;display:block;width:46.5625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:259.0625rem;left:4.875rem;height:1.3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykHFXolphdWrQq14OxG95KIDJLzFId4i { color:#ffd920;display:block;width:39.1855625rem;position:absolute;font-family:sukhumvit;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:11.625rem;left:11.873046875rem;height:2.61255rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:55.625rem;left:18.8125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { color:#ffffff;display:block;width:21.0625rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:160.375rem;left:22.125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { color:#ffffff;display:block;width:25rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:83rem;left:18.8125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:132.875rem;left:22.125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { z-index:15003;top:102.3125rem;left:4.3125rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcbDaySTCveIeRPTTew49L3EZIMvOBVr { z-index:15006;top:102.31174468994rem;left:47.095268249512rem;background-color:#12cc94;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:67.0625rem;left:4.4375rem;height:;text-align:left;text-align-last:left;display:none; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
#ggPblU4n3p70xrhrQH0GGXra8PWgoHhe { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:198.625rem;left:42.1875rem;overflow:hidden;display:block; }
#k3Z0PnRi1inTtTULEtEBirg9bTIreRoP { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:220rem;left:43rem;overflow:hidden;display:block; }
#cTc0AKDIO2bgbV8tMb3JmRu5TRBQGiPb { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4998125rem;width:14.4998125rem;top:243.75rem;left:43.5625rem;overflow:hidden;display:block; }
#i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { position:absolute;display:block;z-index:15120;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:20.75rem;width:37rem;top:59.0625rem;left:12.6875rem;overflow:hidden;display:block; }
#DBXosmQ4VW92X4WcSC6sE5dU9ZLEd7QP { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:20.75rem;width:36.875rem;top:86rem;left:12.8125rem;overflow:hidden;display:block; }
#oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:20.3125rem;width:37rem;top:108.8125rem;left:12.5rem;overflow:hidden;display:block; }
#i9OuGmdKkVG253TK4nx97eZWg76LTtFV { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:20.75rem;width:36.9375rem;top:135.625rem;left:12.5625rem;overflow:hidden;display:block; }
#w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:20.1875rem;width:36.0625rem;top:164rem;left:13.5rem;overflow:hidden;display:block; }
#q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:29rem;width:46.5rem;top:23.375rem;left:8.2158203125rem;overflow:hidden;display:block; }
#KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:18.1875rem;left:11.9375rem;height:3.7375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.adaptive-delivery-prevent-bg, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyload, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyloading { background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { background-color: transparent; background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .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); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { border-width: 0; border-radius: 0; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.9375rem;height:1.1875rem;display:none; }
#HAyqEo5LP7t6vmiRPBym3uiSBvgf2swp { color:#ffffff;display:block;width:45.2495625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:2.3594837188721rem;left:11.686199188233rem;height:3.4125rem;font-style:normal;display:block; }
#HXW5UeU29TqTeqRfhCg6Us8tPLBev6HB { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:59.0625rem;top:6.4371757507325rem;left:0rem;overflow:hidden;display:block; }
#F2i3xso6lqQRTasqUpmOR7E1SHmIVpFo { color:#ffffff;display:block;width:18.3121875rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:16.437175750733rem;left:20.843643188476rem;height:1.625rem;font-style:normal;display:block; }
#f41obhPOsHfTetAfJAkqMAsuzfZndm3O { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.6240234375rem;left:22.5rem;display:block; }
#Up55prE995QqK25aTbwgFyisuBKSaZ74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(3,5,5,0.32);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.adaptive-delivery-prevent-bg, #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.lazyload, #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT.lazyloading { background-image: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { background-color: transparent; background-image: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container { display: none; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .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); }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { border-width: 0; border-radius: 0; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { color:#ffffff;display:block;width:15.999875rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.5);top:1.6867308616638rem;left:2.2493495941162rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -moz-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -ms-linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-image: -o-linear-gradient(355deg, rgba(0,0,0,0), #13398b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#13398b' );";background-image: linear-gradient(355deg, rgba(0,0,0,0), #13398b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30rem;width:34.0625rem;top:3.0620727539062rem;left:25.3125rem;display:block; }
#PB28dgvORTH5gCEEAOhogbSZDAxRhalb { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:12.9996875rem;top:0.65538215637206rem;left:12.347007751465rem;overflow:hidden;display:block; }
#sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { color:#53c8fa;display:block;width:9.5rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.5);top:4.5296130180359rem;left:2.2493495941162rem;height:4.06274375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { color:#13398b;display:block;width:16.5625rem;position:absolute;font-family:sukhumvit;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.8125rem;left:6.25rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KubrUUERcolLM9vnsCElr31BEi985y9w { color:#ffffff;display:block;width:20.4996875rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:27.210829734802rem;left:4.2805995941162rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { color:#ffffff;display:block;width:31.3748125rem;position:absolute;font-family:sukhumvit;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3601346015931rem;left:26.655818939209rem;height:23.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -moz-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -ms-linear-gradient(180deg, #ffffff, #9de6f1);background-image: -o-linear-gradient(180deg, #ffffff, #9de6f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9de6f1' );";background-image: linear-gradient(180deg, #ffffff, #9de6f1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:2.8125rem;width:19.8125rem;top:23.375rem;left:4.625rem;display:block; }
#q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.561089992523rem;left:22.5rem;display:block; }
#VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.adaptive-delivery-prevent-bg, #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.lazyload, #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.lazyloading { background-image: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { background-color: transparent; background-image: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container > .video-iframe-container { display: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row > .video-iframe-container { display: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .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); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { border-width: 0; border-radius: 0; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;position:relative;display:block; }#O4uRNRayrsWTx4CGvoDfAtbhD5HvGmaK { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.125rem;left:1.1875rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQ58IMlz8XB8NqQFzhGiOy89oJz39o8w { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #000000 ;height:5.625rem;width:39.0625rem;top:2.1875rem;left:19.625rem;display:block; }
#lyCXnnWNoQJXlBJDi8zOb9r3pVcr89yv { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:2.8602404594421rem;left:26.499568939209rem;height:1.3rem;display:block; }
#HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:4.6875rem;left:26.5rem;height:2.9125rem;display:block; }#HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm li:before{  }
#wByEn5Cmy7uZqd2rU9TAgqOZUiV34cGq { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:1.0625rem;left:19.625rem;overflow:hidden;display:block; }
#zWVTLo6cOWZbp5UDpCprTUTm1IyKTRXT { color:#ffd920;display:block;width:15.6875rem;position:absolute;font-family:sukhumvit;font-size:5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.75rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQuLCGetO6KohKFEDqbmoLpUH9sexX0N { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #000000 ;height:5.625rem;width:39.1875rem;top:9.875rem;left:19.625rem;display:block; }
#KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.25rem;left:26.5rem;height:2.9125rem;display:block; }#KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi li:before{  }
#ZB31qwMB764vmTOh5uQCFohSLuTkCGQl { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.4375rem;left:26.1875rem;height:1.3rem;display:block; }
#nL2N47oL1ddp7QBeZqVLstorm9UUTCTf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:8.9375rem;left:19.0625rem;overflow:hidden;display:block; }
#d3v4mzpByXuaf7TDLBLlsqn94cqGrSV5 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:16.75rem;left:18.6875rem;overflow:hidden;display:block; }
#Os0oICThbK58JD7tfG1mr992kIaZL6c4 { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(255,255,255,0.8);border-left:0.1875rem solid rgba(255,255,255,0.8);border-right:0.1875rem solid rgba(255,255,255,0.8);border-bottom:0.1875rem solid rgba(255,255,255,0.8);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem #000000 ;height:5.8125rem;width:39.4375rem;top:17.4375rem;left:19.375rem;display:block; }
#se4gK0O752s0AaQNMvHLPChUdtWzaUb4 { color:#000000;display:block;width:14.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:18.0625rem;left:26.125rem;height:1.3rem;display:block; }
#f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:20rem;left:26.5rem;height:2.9125rem;display:block; }#f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH li:before{  }
#uLvU77bCZ2V9SUnupVVH1rwCVXKxPxbz { color:#ffd920;display:block;width:15.6875rem;position:absolute;font-family:sukhumvit;font-size:5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.75rem;height:12.999125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:4.6875rem;left:26.5rem;height:2.91145625rem;display:none; }#aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX li:before{  }
#IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:12.25rem;left:26.5rem;height:2.91145625rem;display:none; }#IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP li:before{  }
#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:top 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; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.adaptive-delivery-prevent-bg, #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.lazyload, #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA.lazyloading { background-image: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { background-color: transparent; background-image: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container > .video-iframe-container { display: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container { display: none; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .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); }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { border-width: 0; border-radius: 0; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#qXogndkQdrOwPbJvndHI6it0Q65rl8WM { color:#ffffff;display:block;width:13.2498125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:9.8334417343137rem;left:1.2798404693604rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { color:#ffffff;display:block;width:12.3123125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.8323583602906rem;left:17.498374938965rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#W5elRhDcHKlFngSnlvD5usOadbZSmQGM { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:9.8323583602906rem;left:32.186958312988rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { color:#ffd920;display:block;width:28.9995625rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3746776580811rem;left:16.972114562988rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBNUL8OkE2CiHKJ4EJEn5G2QM0r9a0mD { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:9.8323583602906rem;left:47.249351501465rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#zTmrxH44CkswTRu3hm4ogTpWRX0Qzhfz { box-sizing:content-box;height:5rem;width:12.5rem;position:absolute;display:block;z-index:15060;background-color:rgba(0,0,0,0.54);background-image:none;top:8.4369573593137rem;left:1.6205520629882rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.48) ;display:block; }
#slRZpvHOgw9DptcqT7NnS166t9oChD2K { box-sizing:content-box;height:5rem;width:12.5rem;position:absolute;display:block;z-index:15061;background-color:rgba(0,0,0,0.54);background-image:none;top:8.4347887039188rem;left:17.370876312256rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.48) ;display:block; }
#Ty9RF3RDpVNbWWmi3PbgkzXQH5qlLwTB { box-sizing:content-box;height:5rem;width:12.5rem;position:absolute;display:block;z-index:15062;background-color:rgba(0,0,0,0.54);background-image:none;top:8.4347887039188rem;left:32.777236938476rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.48) ;display:block; }
#d1HkwlHvDERF3ezTZQpa9Gqoh0yTPVio { box-sizing:content-box;height:5rem;width:12.5rem;position:absolute;display:block;z-index:15063;background-color:rgba(0,0,0,0.54);background-image:none;top:8.4347887039188rem;left:46.745880126953rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.48) ;display:block; }
#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.adaptive-delivery-prevent-bg, #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.lazyload, #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS.lazyloading { background-image: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { background-color: transparent; background-image: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container > .video-iframe-container { display: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container { display: none; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .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); }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { border-width: 0; border-radius: 0; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#kHIpK3WUA4VRhokvcyPmFqD4saMga81H { color:#000000;display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.875rem;left:4.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { color:#a920ff;display:block;width:5.25rem;position:absolute;font-family:sukhumvit;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25rem;left:37.874893188476rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.4375rem;width:25.6875rem;top:12.5rem;left:5rem;overflow:hidden;display:block; }
#uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:25.365669250488rem;left:32.562393188476rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { color:#000000;display:block;width:6.5rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.365669250488rem;left:41.250003814698rem;height:1.54375rem;text-align:left;text-align-last:left;display:block; }
#aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { color:#000000;display:block;width:26.625rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.000000953674rem;left:32.5625rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { color:#000000;display:block;width:25.25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.437194824219rem;left:32.562393188476rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.4375rem;left:6.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:55.5rem;top:8.8747863769531rem;left:2.9058170318604rem;overflow:hidden;display:block; }
#eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:131.1875rem;width:60rem;display:none; }
#BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { color:#000000;display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }
#Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:28.499892234802rem;left:35.81217956543rem;display:block; }
#R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { color:#000000;display:block;width:25rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:18.711486816406rem;left:32.562393188476rem;height:5.68575rem;text-align:left;text-align-last:left;display:none; }
#nZz7TDd7p0oBI6ZwVEG3bgMDFgcLVMCr { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.2495625rem;width:46.3748125rem;top:30.25rem;left:23.375rem;overflow:hidden;display:block; }
#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a2028;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; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container { background-color: transparent; background-image: none; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container > .video-iframe-container { display: none; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row > .video-iframe-container { display: none; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .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); }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container { border-width: 0; border-radius: 0; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:60rem;position:relative;display:block; }#yKqro5wL28HOSWLG2n8i0hvMV7Sow9yX { color:#e8d300;display:block;width:51.5625rem;position:absolute;font-family:sukhumvit;font-size:3.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.8125rem;left:2.375rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxBtIvt4Cbyt1bTBAiWvOQqpnsMZ11cR { color:#ffffff;display:block;width:51rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:7.6875rem;left:4.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hRPlJRv5tMiSvQlmBUtPZySboNcWnaWV { box-sizing:content-box;height:43.625rem;width:22rem;position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7a33d5, #0f061a);background-image: -moz-linear-gradient(180deg, #7a33d5, #0f061a);background-image: -ms-linear-gradient(180deg, #7a33d5, #0f061a);background-image: -o-linear-gradient(180deg, #7a33d5, #0f061a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a33d5', endColorstr='#0f061a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a33d5', endColorstr='#0f061a' );";background-image: linear-gradient(180deg, #7a33d5, #0f061a);background-size:auto !important;top:12rem;left:19rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#xTz384061L4OkL9IvQWecIfmUtLTqQ88 { color:#ffffff;display:block;width:19.4998125rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.9375rem;left:20.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeaiOgu1E5dkTbwxtLu6aTRG5sZx4eir { color:#e5ce39;display:block;width:18.3125rem;position:absolute;font-family:sukhumvit;font-size:5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:29.125rem;left:20.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzpeqrwMxRkP53Vxg6C3UqtQ2QwN1PQs { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:38.0625rem;left:23.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoUGPXVAghWe4I94an7UpvvCMIOSeLz7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed0000, #460000);background-image: -moz-linear-gradient(180deg, #ed0000, #460000);background-image: -ms-linear-gradient(180deg, #ed0000, #460000);background-image: -o-linear-gradient(180deg, #ed0000, #460000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#460000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0000', endColorstr='#460000' );";background-image: linear-gradient(180deg, #ed0000, #460000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:50.125rem;left:21.25rem;display:block; }
#Tzkm5ka0whexhrgf5otaCtEMMZJ5XwXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiPRkQ9n61Hki476ohxzhshJhOFTFPSH { box-sizing:content-box;height:29.4375rem;width:22rem;position:absolute;display:block;z-index:15031;background-color:rgba(47,0,104,0.35);background-image:none;top:26.125rem;left:19rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#aIf6EV3C8d4cqbOi2TpAXniP7Iy0fmgH { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:34.625rem;left:32.375rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#drtt02gAfcTiffbacJ1kAGlqqOeHzspl { box-sizing:content-box;height:37rem;width:17.8125rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -moz-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -ms-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -o-linear-gradient(180deg, #e4c5ff, #a572e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );";background-image: linear-gradient(180deg, #e4c5ff, #a572e5);background-size:auto !important;top:18.4375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CVbBB2k1hRALblrvSa3wx0NPLETuvC7f { box-sizing:content-box;height:27.625rem;width:17.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(255,255,255,0.46);background-image:none;top:27.8125rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#eFqZVDq5iuts2Te16Q11NPNy8FvSNH54 { color:#000000;display:block;width:15.75rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24rem;left:1rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwqRZZGmFFBVMr1oNngMXiVqagAJElKN { color:#000000;display:block;width:8.875rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.125rem;left:1.6875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lexMWOTwyvDVMndmuRy8UJ2G6uBMfTWN { color:#7a33d5;display:block;width:15rem;position:absolute;font-family:sukhumvit;font-size:4.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:30.5rem;left:0.625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeETnGto0PDdEBNyVmpmvyDvhInUcI9W { color:#000000;display:block;width:5.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:35.3125rem;left:9.5625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pnT8EbOCF2AkUV42flwbdN53F4mZs6sZ { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:38.125rem;left:1.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:40.1875rem;left:1.25rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS li:before{  }
#RstRLKNQoBxgv1WJNI0wcxahe34IKDGB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -moz-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -ms-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -o-linear-gradient(180deg, #8a43ff, #2e00b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#2e00b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#2e00b9' );";background-image: linear-gradient(180deg, #8a43ff, #2e00b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:50.125rem;left:2.25rem;display:block; }
#ILTLH0OxOEoBQ8wvxAEzMSEx8WTl4NcJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqZrBpWmdQGuNMBFv2CNkO2wKpIdRXmt { box-sizing:content-box;height:37rem;width:17.8125rem;position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -moz-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -ms-linear-gradient(180deg, #e4c5ff, #a572e5);background-image: -o-linear-gradient(180deg, #e4c5ff, #a572e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c5ff', endColorstr='#a572e5' );";background-image: linear-gradient(180deg, #e4c5ff, #a572e5);background-size:auto !important;top:18.4375rem;left:42.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bO23roAdclQoHFTR1cRaPqeLby3BJyHt { box-sizing:content-box;height:27.625rem;width:17.8125rem;position:absolute;display:block;z-index:15042;background-color:rgba(255,255,255,0.46);background-image:none;top:27.875rem;left:42.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Hb7Tvet50eQdTTCfBIuMTC1USZ28WBiP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -moz-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -ms-linear-gradient(180deg, #8a43ff, #2e00b9);background-image: -o-linear-gradient(180deg, #8a43ff, #2e00b9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#2e00b9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a43ff', endColorstr='#2e00b9' );";background-image: linear-gradient(180deg, #8a43ff, #2e00b9);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:50.125rem;left:43.75rem;display:block; }
#UHZu5ZQPWzXBETA2ZunN0S1NfynOwPlG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zvz177mQhHT91NZvoiMPpMQOn56rUSvZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:34.625rem;left:53.125rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uVWMlBMcNqQKVQDiqUKMUTkbJP2321eN { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:38.0625rem;left:44.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwtGOhJR4wyaJhAaZy4tLUt2MrudNDPr { color:#7a33d5;display:block;width:15rem;position:absolute;font-family:sukhumvit;font-size:4.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:29.530167579651rem;left:43.59375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TI9UNooNiiN9mQmI6tbbqQtw8q7cECRA { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:69.875rem;left:6.25rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gBV3BLuEAHGJzvfFaohILVs6uaE2GM5F { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.9998125rem;top:16.0625rem;left:2.875rem;overflow:hidden;display:block; }
#ywDUUpr4kOgAeKIle8MgPoUCVy090B2u { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:9.436875rem;top:13.625rem;left:20.3125rem;overflow:hidden;display:block; }
#TaF4G4NpZQDp8N1y0PhVBVhicwxvsNsP { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.12478125rem;width:9.9370625rem;top:13.375rem;left:30.1875rem;overflow:hidden;display:block; }
#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:40.9375rem;left:23.875rem;height:5.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 li:before{  }
#BS1rGxzcsnlzvaAbBbFvwBCTWNtyc0Uz { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.1237rem;width:9.936rem;top:12.9375rem;left:45.75rem;overflow:hidden;display:block; }
#p4ZeMeXNQFi3pGQTcXseGC3PHpQqrl6z { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.87305rem;width:9.436875rem;top:17.5625rem;left:41.9375rem;overflow:hidden;display:block; }
#GXrMqyI2vtUTvtHJw4FdIdSy1Zb6cn0M { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.6875rem;top:17.5625rem;left:51.375rem;overflow:hidden;display:block; }
#ZXeGak2dWnKP5JkZsthxtdZJFIu4RGg5 { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:sukhumvit;font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:23.0625rem;left:42.4375rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:sukhumvit;font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:40.1875rem;left:44.125rem;height:7.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL li:before{  }
#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.adaptive-delivery-prevent-bg, #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.lazyload, #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O.lazyloading { background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { background-color: transparent; background-image: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { display: none; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .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); }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { border-width: 0; border-radius: 0; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:60rem;position:relative;display:block; }#cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { box-sizing:content-box;height:34.8125rem;width:25.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #254387);background-image: -moz-linear-gradient(180deg, #000000, #254387);background-image: -ms-linear-gradient(180deg, #000000, #254387);background-image: -o-linear-gradient(180deg, #000000, #254387);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#254387' );";background-image: linear-gradient(180deg, #000000, #254387);background-size:auto !important;top:7.3122863769531rem;left:31.499568939209rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nQpgvAlDdFlLzhpmF4UIyA1KiWMxrkk5 { color:#f8f600;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:11rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { color:#ffffff;display:block;width:12.249375rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#e7UXzK4d9ay8dprBLDZs8gEJou8nWX4O { color:#ffffff;display:block;width:24.436875rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.625rem rgba(141,0,255,0.5);top:5.5620660781861rem;left:5.0309257507324rem;height:7.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#p24Trty2dHNOPNXzDb4XPpbq3VIMpIJM { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:sukhumvit;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:48.75rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#FwvK09TwsZ1zKfHHKBPhoMtBFAfVUNsh { box-sizing:content-box;height:0.125rem;width:1.6875rem;position:absolute;display:block;z-index:15014;background-color:#ec003e;background-image:none;top:6.125rem;left:50.6875rem;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-form-header {  }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(top, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(top, #fb8749, #fb5c5c);background-image: -o-linear-gradient(top, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(to bottom, #fb8749, #fb5c5c);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#ffffff;width:20.6875rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:kanit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-container:first-of-type{padding-top:0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-container:last-of-type{padding-bottom:0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.749219894409rem;top:12.762500762939rem;z-index:15021;position:absolute; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw {display:block;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.749219894409rem;top:12.762500762939rem;z-index:15021;position:absolute; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #FPqNkG7TOsgig4qoToknNxJQ7KkpRRLn { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #RlSTvFFpakkRuBJgT603XNkafDnl2HNH { position:relative;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rPclbLawBCre7hXiaunDivTlMnJIQhWW { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #BwxDT3GBXw5HecCSkDwkcXa9JZHZ78kF { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nJPdC9eKCNQqkZhbXzy4sO5VZgkMbWyU { position:relative;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #r1oowCZyFZVhabINk1P65RTco24qlliG { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nqu06448RGUUPzhD5CNAxXnPcdyca90C { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #Zgvg3e25pcK3plM9tXVFvNTFxpda1JAk { position:relative;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #LBVeGb11oPPSe8ADvawsAeR8NXaIv0RM { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eU095F3muolVvokEVcBbV34ocQca8O5r { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #cciuraQV77uAeGEr887fIBJ4NKAKThLs { position:relative;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #gQ1cZWJkuOlO23h6699PlI34MxEGwE4E { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rpFUZhXtL344lTRF7SM1IZtlUUvF3fdm { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #XEcQ9dFfXCMg2MloCLDuyN7MgbwuxEuJ { position:relative;z-index:2; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #N0XcqioWJmTHwbUBvGwab3kbO4TQ7g9f { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #wxTIcPU9e3sl9T72doJRCLh3Aeb717K2 { position:relative;display:block;z-index:15000; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #k11TTvksug3ppE2eChAuNhxCWn3tuwGQ { position:relative;display:block;z-index:15000; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #ThXH8vIrSNsHo2PR1hXZJdPtLWC5oTnM { position:relative; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eV15iBRhVe0yqGyDn8ytmCdp7H4EIp9i { position:relative; }
#saHsnsZcCmTz1adOMLhQpzagURLv8bZc { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JWmCnQipkNx4GfHOOiJMgfKyTkAsp7s3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U0StIRXISfttkEn4dCfQOutsUS1R7Wcs { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOAx4kKRM9A5o1TT7rGb2sEen30Loa43 { position:relative; }
#JCV8KRyJBGfoH2HO20tB5rw0UufAl6Fx { position:relative;display:block; }
#RUC7FJ4ZWx127PK06oLgnvX63xwIxg6B { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zyA3D82TRO6ogwCOoXL6roffsxrKHAO2 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R1o8K6kRQuBEHBMNwbTU5TluNSG9HaCR { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AiDLw7ez0LF4yroxvq0eUgT6Ct76F7PI { position:relative; }
#v7XrC9Hc7vVokW0Mxrh0Qk6Mu0GbsP4w { position:relative;display:block; }
#HwcqyT6rNvq6XAse2DeZmWCbpuWL7Kwf { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F0im9QhibyXCv41quhGBE6r3anu7Uh3u { position:relative; }
#dVcaHW2HZJ9psapcsNQwZpodXqcIShnr { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t1SyxWDHW5eb8Z27P0a4uF4HL44FSrZS { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WtIn6CRFio22bSZAp8VDJykPzirVxNef { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydi8BkvFhNy3stJVwnUerfbxGb9J8gAo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WWezpG6hb3bUHVXt7cmysBR0xIvyIkdo { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pxMFPMFwwARG4f88w8Hp2hb5ks6wkUJN { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqcTUEO0RnsC45R4wdqR4LQEudEJqOF3 { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cD3tFP9UuyxkUWqfxzn6E4J61SnMPT7P { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qf1s60gILJ8hcuVgN5voTDZ8w9faa1iM { position:relative; }
#c8abGQtCFHdrTlJnC4JXnD8OCEeegc8s { position:relative;display:block; }
#xca7lTUd8ifzKQSJUSU6VfUm5XpJaa44 { position:relative;display:block; }
#QS3cDvt3TAweCGkIEIeWrTweRCnFPyQE { position:relative;display:block; }
#At1Q9M8ISFZEDCUlthxmwx6s49rW6GOA { position:relative;display:block; }
#SysAPwsO5O0voTFhJzy3Hlz6Nc3Si17q { position:relative;display:block; }
#eTxigBd2PUrFNNCWHmgEfLub1GwrDoxa { position:relative;display:block; }
#tEneq3XRdNHomacFiPaR3U04M7HHp4Xq { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GqGLtohOEvDnZlJx4T2Ut2JJN8wcdvga { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfFyiqOwLaudoXQ1qfhlDvMwdCbG4zow { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c12lIlBaye3mCWyuPGXZWCCyDtzT8Mgw { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S0TD4AtpT37eeW9C636L7nDe9x94JLWc { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dU2CcWRp7u2Qd7vBfxU9wLN8qGzEosZE { position:relative; }
#r40dhMkId5AJneoTbJ4Diaweozdp5dZN { position:relative;display:block; }
#EiwUdKHi4GqZwEIRpy4c0IyTSVerHkhI { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.8125rem;width:17.8125rem;top:14.874675035477rem;left:8.3436431884762rem;overflow:hidden;display:block; }
#Ki3cD5mwZVH67rlAbbirVziJf5pTrTbI { color:#f8f600;display:block;width:14.436875rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:42.0625rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { color:#f8f600;display:block;width:12.249375rem;position:absolute;font-family:sukhumvit;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { color:#ffffff;display:block;width:22.6248125rem;position:absolute;font-family:sukhumvit;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:33.946942567826rem;left:6.8771705627444rem;height:0;text-align:left;text-align-last:left;display:none; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.308125rem;padding-right:0.268125rem;padding-bottom:0.308125rem;padding-left:0.268125rem;display:block;align-items:center;width:1.6075rem;min-width:1.6075rem;height:1.655625rem;position:relative;font-family:arial;font-size:1.2325rem;font-weight:700;line-height:26.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1925rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.14375rem;height:0.654375rem;position:relative;font-family:arial;font-size:0.461875rem;font-weight:400;line-height:10.47px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.5625rem;height:3.11875rem;padding-top:0.385rem;padding-right:0.3825rem;padding-bottom:0.385rem;padding-left:0.3825rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.875rem;left:42.8125rem;z-index:15022; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G { width:auto; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
#kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { color:#f8f600;display:block;width:8.6870625rem;position:absolute;font-family:sukhumvit;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:32.625rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#GBHtM6ve8SscHf28gtWnrrXiyZFsdwxh { color:#f8f600;display:block;width:8.6870625rem;position:absolute;font-family:sukhumvit;font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.75rem;left:32.625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");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; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.adaptive-delivery-prevent-bg, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyload, #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w.lazyloading { background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { background-color: transparent; background-image: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { display: none; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .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); }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { border-width: 0; border-radius: 0; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:6.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:6.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uV6uwksPbGDKr58kPspUlQafsdS9bDZS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5rem;left:23.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:20.5rem;left:40.75rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.375rem;left:23.75rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.375rem;left:40.75rem;height:1.62524375rem;text-align:center;text-align-last:center;display:block; }
#r07J1UiK5sMsLHTIE31qlg7sk630TXfX { color:#ffffff;display:block;width:42.25rem;position:absolute;font-family:sukhumvit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.8125rem;left:8.875rem;height:3.12524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:5.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:23.75rem;overflow:hidden;display:block; }
#Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:22.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { box-sizing:content-box;height:17.875rem;width:14.625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -moz-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -ms-linear-gradient(180deg, #ededed, #d5d5d5);background-image: -o-linear-gradient(180deg, #ededed, #d5d5d5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d5d5d5' );";background-image: linear-gradient(180deg, #ededed, #d5d5d5);background-size:auto !important;top:6.9375rem;left:39.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:7.59375rem;left:40.75rem;overflow:hidden;display:block; }
#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.adaptive-delivery-prevent-bg, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyload, #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr.lazyloading { background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { background-color: transparent; background-image: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { display: none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .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); }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { border-width: 0; border-radius: 0; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#TtISASRWPZXyH9U0ORiyxhBI8ENulabw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:9.5623216629031rem;left:40.749731063843rem;overflow:hidden;display:block; }
#NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:3.25rem;left:20.875rem;height:5.4003875rem;text-align:left;text-align-last:left;display:block; }
#L0stcSQQExHewo6wO9M9G3xIl47VzUMn { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:3.25rem;left:40.9375rem;height:5.40039375rem;text-align:left;text-align-last:left;display:block; }
#opXHFTeIST1yQzpGuVod1FMxZKziicDa { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:3.25rem;left:0.875rem;height:5.4003875rem;text-align:left;text-align-last:left;display:block; }
#qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.1875rem;left:20.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:41rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#UiCth2leWxmAP6mELTx7DNokOIlgv3fB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.37473125rem;width:8.9373125rem;top:9.5625rem;left:0.875rem;overflow:hidden;display:block; }
#zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { background-color:#842cdc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sarabun;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:10.530450820923rem;left:47.186609268189rem;display:block; }
#Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { top:8.0625rem;left:0rem;width:31.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { top:11.4375rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssmfsNplgkkJ2H1LiaFovVdf0Tnz02GH { width:10.6875rem;height:2.3125rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPrJw12uHwrJ3MwBSNSElN2q8CTME30 { display:block; }
 }@media only screen and (max-width: 763px) { #fh7PU8ua98P5rz2BhXntf2izh82EV5J6 { top:16.125rem;left:0rem;width:24rem;height:7.4375rem;font-size:1.125rem;display:block; }#fh7PU8ua98P5rz2BhXntf2izh82EV5J6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { width:15rem;height:3.4375rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block; }
 }@media only screen and (max-width: 763px) { #dJ7kbx3TxuCE4VULiBqOpT0wptBw5eMc { top:1.25rem;left:0rem;width:9.9375rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDm46RKbWZgoLGgiPRKy6w9RCpkU6h9p { display:none; }
 }@media only screen and (max-width: 763px) { #uu6kc0IxPrw67FCxVV1otCHeOVqTRZtP { top:6.625rem;left:0rem;width:11.125rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfxO64lJqyUcrrIc9tTG9c4XDDIPmlPo { top:9.0625rem;left:0rem;width:18.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0eVcTiLgcusMhTD8P6bpN3foaiB7MrX { display:none; }
 }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { top:1.25rem;left:0rem;width:7.3125rem;height:1.4249310334599rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5D3r9cwoUh9VmyxTPWr9oxTIMg4Psx { top:12.5625rem;left:24rem;width:23.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akfMMp1QSBb3zN8UnIEGpuh1QxCsH7T9 { top:12.0625rem;left:21.1875rem;width:26.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBAIVUoNGIPU7m1QMto486QNF1HM3can { top:8.0625rem;left:22.25rem;width:25.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx { display:block; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAXnDede98PMheFlZ3D01mo0QShMevlc { top:3.4375rem;left:22.8125rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POcSfRrPJDd6yariUtgvz1mmMP64iTsr { top:0.375rem;left:33.375rem;width:14.375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk25qChSXngt9opbM9EGKcNNP3m0VbMx { top:1.5rem;left:22.8125rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1PJfqBoOn5KC3oWHdgFMPdEFiV4VyOc { top:4.6875rem;left:40.24853515625rem;width:5.375rem;height:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnC9C6OO7A0HzrlTUpr7zexw3SMOPqpq { top:2.0625rem;left:20.8125rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu { display:flex;width:18rem;height:5.0625rem;top:8.25rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Xr5FqcoPbBBg5FmnhZH3Fp2mmTeMZOMK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #HRGh3fhCxsNf15Ab3L1P6VJHe8mfB8Ts {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #cWEg111LIuE6kML7XQEakFsb3SOPnWXE {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #isAFMvtnrmlhmzNTXuqABHyeSL7wS1rP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yLJ0RCXUnltRU3ZKxmQbZ7GZwPtO2WcF {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l8T3STbZdVzOpSBmJFEzwGThy6fxh3B5 {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Uyc0zNsFrMFiDpmADyrFATM8SrPFQvld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #ZFMvuNAFJophTB5mrfcGeIZyNXmnfcnv {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l28DJitv1FZ6kS93BBmLCyoMFrE1pRSn {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #PTxuv28cW5D7bbquuOnROCguKMiEsX3D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #tUCHpdvFb2nFytnH71swMh3gdtBg78Fr {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yIvXxcgzfIwrzFQduTTodXCh8vyNQgdT {  }
 }@media only screen and (max-width: 763px) { #z0MAdTRAQlD8I8WW495FLSmoKAnteq1e { top:0.875rem;left:0rem;width:8.625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLXc2FobgshDAxlQS4baI2gW2sp8K3lN { top:3.8125rem;left:0rem;width:8.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { display:block; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { top:4.4375rem;left:4.373046875rem;width:41.875rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP57zcfNKiCb40OB5tCtluAzUs5yhDzD { top:188.8125rem;left:36.0625rem;width:7.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9zr0x7w0T78NviCCq38uhVxHiB8SpaV { top:188.4375rem;left:6.8125rem;width:31.5rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPQtATaC79iTdlNLTTJao2DxJAEZhkrW { top:196.5625rem;left:0rem;width:47.375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauiXBCTg7I14zD3SD5E422lTbzVpBsn { width:20.375rem;height:2.0625rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block; }
 }@media only screen and (max-width: 763px) { #JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq { top:204.875rem;left:0rem;width:37.3125rem;height:6.125rem;font-size:0.8125rem;display:block; }#JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq li:before{  }
 }@media only screen and (max-width: 763px) { #R22eUthlTcZfU0rdNTowbl265B3rnssm { top:199.6875rem;left:0rem;width:39.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkDOHdzFLJnkys8sBQsNwQJWZNgOkdQr { top:195.625rem;left:0.0625rem;width:5.4375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8tLbCKVe0sPe14tnfbGAp3vZVNvAneG { top:194.9375rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC8RN0awtVy1Ps4vFpepzdgTry5uypP0 { top:219.3125rem;left:0rem;width:47.375rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { width:20.3125rem;height:2rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block; }
 }@media only screen and (max-width: 763px) { #IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA { top:227.6875rem;left:0rem;width:37.3125rem;height:6.125rem;font-size:0.8125rem;display:block; }#IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA li:before{  }
 }@media only screen and (max-width: 763px) { #aHHMcPuZZhtFRmFQOQrPeKB0o2imr4T4 { top:217.6875rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwnmL7ZPgyiCetKy2OCaIRXAxDmHHtOl { top:218.375rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFb2PcX5CstxZ0AuUNmCzNM5PbxSC0z { top:241.4375rem;left:0rem;width:47.375rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { width:20.1875rem;height:1.875rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block; }
 }@media only screen and (max-width: 763px) { #h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp { top:249.5rem;left:0rem;width:37.3125rem;height:;font-size:0.8125rem;display:block; }#h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp li:before{  }
 }@media only screen and (max-width: 763px) { #JKJMTioflK48Q1EaJou7V6pXmDIGueiS { top:239.8125rem;left:0rem;width:7.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLTpXHXx54AJLO8ll96wG8yCzG57Rel4 { top:240.5rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { width:20.125rem;height:1.8125rem;top:105.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block; }
 }@media only screen and (max-width: 763px) { #Sigc5q2Xhrs4npRLB9pqSoVEIahUmkgm { top:212.125rem;left:0rem;width:46.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFVDt0QsLKrZyyhBpSAAsgz7zxpNkoT { top:202.1875rem;left:0rem;width:39.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iexLggwn2zGTayyxCPeNHhtox8ugFGt8 { top:225.3125rem;left:0rem;width:39.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyrpCVM4BgTIxrnkpvNWERJCfTdeuWgZ { top:222.1875rem;left:0rem;width:39.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkhvuMqc4ad3CEcCm1zMmUTNd0stftVi { top:235.625rem;left:0rem;width:46.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ82BTpG16Uw7XtyonyKssNSJ8s6TSSA { top:244.4375rem;left:0rem;width:39.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAV51HAn82rEf892wIwiIvgDIpg1Jm6 { top:246.9375rem;left:0rem;width:39.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNTXZpTelXzUDz4RbqZ760kakNfibemc { top:259.0625rem;left:0rem;width:46.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHFXolphdWrQq14OxG95KIDJLzFId4i { top:11.625rem;left:5.748046875rem;width:39.125rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { top:55.625rem;left:12.6875rem;width:23.3125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { top:160.375rem;left:16rem;width:21.0625rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { top:83rem;left:12.6875rem;width:25rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { top:132.875rem;left:16rem;width:19.125rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { top:102.3125rem;left:0rem;width:8.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block; }
 }@media only screen and (max-width: 763px) { #pcbDaySTCveIeRPTTew49L3EZIMvOBVr { top:102.25rem;left:39.3125rem;width:8.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block; }
 }@media only screen and (max-width: 763px) { #Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { top:61.0625rem;left:0rem;width:17.875rem;height:;font-size:0.8125rem;display:none; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
 }@media only screen and (max-width: 763px) { #ggPblU4n3p70xrhrQH0GGXra8PWgoHhe { top:198.625rem;left:33.0625rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Z0PnRi1inTtTULEtEBirg9bTIreRoP { top:220rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTc0AKDIO2bgbV8tMb3JmRu5TRBQGiPb { top:243.75rem;left:33.3125rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { top:59.0625rem;left:6.5625rem;width:37rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXosmQ4VW92X4WcSC6sE5dU9ZLEd7QP { top:86rem;left:6.6875rem;width:36.875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { top:108.8125rem;left:6.375rem;width:37rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OuGmdKkVG253TK4nx97eZWg76LTtFV { top:135.625rem;left:6.4375rem;width:36.9375rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { top:164rem;left:7.375rem;width:36.0625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { top:23.375rem;left:1.25rem;width:46.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { top:18.1875rem;left:5.8125rem;width:36.125rem;height:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { display:block; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { top:15.375rem;left:0rem;width:11.1875rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAyqEo5LP7t6vmiRPBym3uiSBvgf2swp { top:2.3125rem;left:2.5625rem;width:45.1875rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXW5UeU29TqTeqRfhCg6Us8tPLBev6HB { top:6.375rem;left:0rem;width:47.75rem;height:6.6696896825394rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2i3xso6lqQRTasqUpmOR7E1SHmIVpFo { top:16.375rem;left:14.718643188476rem;width:18.25rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f41obhPOsHfTetAfJAkqMAsuzfZndm3O { width:15rem;height:3.4375rem;top:19.5625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up55prE995QqK25aTbwgFyisuBKSaZ74 { display:block; }
 }@media only screen and (max-width: 763px) { #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { display:block; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { top:1.625rem;left:0rem;width:15.9375rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { top:3rem;left:13.6875rem;width:34.0625rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { top:0.625rem;left:6.2220077514649rem;width:12.9375rem;height:24.258395634511rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { top:4.5rem;left:0rem;width:9.5rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { top:23.8125rem;left:0.125rem;width:16.5625rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KubrUUERcolLM9vnsCElr31BEi985y9w { top:27.1875rem;left:0rem;width:20.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { top:6.3125rem;left:16.375rem;width:31.3125rem;height:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { top:23.375rem;left:0rem;width:19.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { width:15rem;height:3.4375rem;top:34.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block; }
 }@media only screen and (max-width: 763px) { #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt { display:block; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4uRNRayrsWTx4CGvoDfAtbhD5HvGmaK { top:4.125rem;left:0rem;width:10.4375rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ58IMlz8XB8NqQFzhGiOy89oJz39o8w { top:2.1875rem;left:8.3125rem;width:39.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyCXnnWNoQJXlBJDi8zOb9r3pVcr89yv { top:2.8125rem;left:20.374568939209rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm { top:4.6875rem;left:18.5rem;width:29.25rem;height:2.875rem;font-size:0.625rem;display:block; }#HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm li:before{  }
 }@media only screen and (max-width: 763px) { #wByEn5Cmy7uZqd2rU9TAgqOZUiV34cGq { top:1.0625rem;left:13.5rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVTLo6cOWZbp5UDpCprTUTm1IyKTRXT { top:8.1875rem;left:0rem;width:15.6875rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQuLCGetO6KohKFEDqbmoLpUH9sexX0N { top:9.875rem;left:8.1875rem;width:39.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi { top:12.25rem;left:18.5rem;width:29.25rem;height:2.875rem;font-size:0.875rem;display:block; }#KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi li:before{  }
 }@media only screen and (max-width: 763px) { #ZB31qwMB764vmTOh5uQCFohSLuTkCGQl { top:10.4375rem;left:20.0625rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL2N47oL1ddp7QBeZqVLstorm9UUTCTf { top:8.9375rem;left:12.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3v4mzpByXuaf7TDLBLlsqn94cqGrSV5 { top:16.75rem;left:12.5625rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os0oICThbK58JD7tfG1mr992kIaZL6c4 { top:17.4375rem;left:7.9375rem;width:39.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4gK0O752s0AaQNMvHLPChUdtWzaUb4 { top:18.0625rem;left:20rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH { top:20rem;left:16.4375rem;width:31.3125rem;height:2.875rem;font-size:0.875rem;display:block; }#f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH li:before{  }
 }@media only screen and (max-width: 763px) { #uLvU77bCZ2V9SUnupVVH1rwCVXKxPxbz { top:13.875rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX { top:8.375rem;left:0rem;width:18.8125rem;height:;font-size:0.875rem;display:none; }#aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX li:before{  }
 }@media only screen and (max-width: 763px) { #IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP { top:20.25rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP li:before{  }
 }@media only screen and (max-width: 763px) { #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { display:block; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXogndkQdrOwPbJvndHI6it0Q65rl8WM { top:9.8125rem;left:0rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { top:9.8125rem;left:11.373374938965rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5elRhDcHKlFngSnlvD5usOadbZSmQGM { top:9.8125rem;left:26.061958312988rem;width:13.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { top:2.3125rem;left:10.847114562988rem;width:28.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBNUL8OkE2CiHKJ4EJEn5G2QM0r9a0mD { top:9.8125rem;left:36.1875rem;width:11.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmrxH44CkswTRu3hm4ogTpWRX0Qzhfz { top:8.375rem;left:0rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slRZpvHOgw9DptcqT7NnS166t9oChD2K { top:8.375rem;left:11.245876312256rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9RF3RDpVNbWWmi3PbgkzXQH5qlLwTB { top:8.375rem;left:26.652236938476rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1HkwlHvDERF3ezTZQpa9Gqoh0yTPVio { top:8.375rem;left:35.125rem;width:12.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { top:26.875rem;left:0rem;width:26.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { top:25rem;left:31.749893188476rem;width:5.25rem;height:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { top:12.5rem;left:0rem;width:25.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { top:25.3125rem;left:26.437393188476rem;width:6.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { top:25.3125rem;left:35.125003814698rem;width:6.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { top:13.9375rem;left:21.1875rem;width:26.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { top:16.375rem;left:22.5rem;width:25.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { top:1.25rem;left:0rem;width:20rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { top:8.8125rem;left:0rem;width:47.75rem;height:20.379786036036rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { width:47.75rem;height:104.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { top:18.6875rem;left:22.75rem;width:25rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { width:15rem;height:3.4375rem;top:28.4375rem;left:29.68717956543rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block; }
 }@media only screen and (max-width: 763px) { #wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { top:27.4375rem;left:0rem;width:19.25rem;height:4.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZz7TDd7p0oBI6ZwVEG3bgMDFgcLVMCr { top:30.25rem;left:1.375rem;width:46.3125rem;height:45.188761966019rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy { display:block; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKqro5wL28HOSWLG2n8i0hvMV7Sow9yX { top:1.8125rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxBtIvt4Cbyt1bTBAiWvOQqpnsMZ11cR { top:7.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRPlJRv5tMiSvQlmBUtPZySboNcWnaWV { top:12rem;left:12.875rem;width:21.9375rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTz384061L4OkL9IvQWecIfmUtLTqQ88 { top:19.9375rem;left:14.125rem;width:19.4375rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeaiOgu1E5dkTbwxtLu6aTRG5sZx4eir { top:29.125rem;left:14.6875rem;width:18.25rem;height:6.4375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpeqrwMxRkP53Vxg6C3UqtQ2QwN1PQs { top:38.0625rem;left:17.8125rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoUGPXVAghWe4I94an7UpvvCMIOSeLz7 { width:17.5rem;height:3.4375rem;top:50.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzkm5ka0whexhrgf5otaCtEMMZJ5XwXh { display:block; }
 }@media only screen and (max-width: 763px) { #TiPRkQ9n61Hki476ohxzhshJhOFTFPSH { top:26.125rem;left:12.875rem;width:21.9375rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIf6EV3C8d4cqbOi2TpAXniP7Iy0fmgH { top:34.625rem;left:26.25rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtt02gAfcTiffbacJ1kAGlqqOeHzspl { top:18.4375rem;left:0rem;width:17.8125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVbBB2k1hRALblrvSa3wx0NPLETuvC7f { top:27.8125rem;left:0rem;width:17.8125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFqZVDq5iuts2Te16Q11NPNy8FvSNH54 { top:24rem;left:0rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwqRZZGmFFBVMr1oNngMXiVqagAJElKN { top:29.125rem;left:0rem;width:8.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lexMWOTwyvDVMndmuRy8UJ2G6uBMfTWN { top:30.5rem;left:0rem;width:15rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeETnGto0PDdEBNyVmpmvyDvhInUcI9W { top:35.3125rem;left:3.4375rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnT8EbOCF2AkUV42flwbdN53F4mZs6sZ { top:38.125rem;left:0rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS { top:40.1875rem;left:0rem;width:15.3125rem;height:5.75rem;font-size:0.9375rem;display:block; }#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS li:before{  }
 }@media only screen and (max-width: 763px) { #RstRLKNQoBxgv1WJNI0wcxahe34IKDGB { width:13.1875rem;height:3.4375rem;top:50.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTLH0OxOEoBQ8wvxAEzMSEx8WTl4NcJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZqZrBpWmdQGuNMBFv2CNkO2wKpIdRXmt { top:18.4375rem;left:29.9375rem;width:17.8125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO23roAdclQoHFTR1cRaPqeLby3BJyHt { top:27.875rem;left:29.9375rem;width:17.8125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb7Tvet50eQdTTCfBIuMTC1USZ28WBiP { width:14.6875rem;height:3.4375rem;top:50.125rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHZu5ZQPWzXBETA2ZunN0S1NfynOwPlG { display:block; }
 }@media only screen and (max-width: 763px) { #Zvz177mQhHT91NZvoiMPpMQOn56rUSvZ { top:34.625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVWMlBMcNqQKVQDiqUKMUTkbJP2321eN { top:38.0625rem;left:35.875rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtGOhJR4wyaJhAaZy4tLUt2MrudNDPr { top:29.5rem;left:32.75rem;width:15rem;height:5.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI9UNooNiiN9mQmI6tbbqQtw8q7cECRA { top:154.5rem;left:0rem;width:16rem;height:1rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBV3BLuEAHGJzvfFaohILVs6uaE2GM5F { top:16.0625rem;left:0rem;width:11.9375rem;height:6.2175450658083rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDUUpr4kOgAeKIle8MgPoUCVy090B2u { top:13.625rem;left:14.1875rem;width:9.375rem;height:4.8410987482615rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaF4G4NpZQDp8N1y0PhVBVhicwxvsNsP { top:13.375rem;left:24.0625rem;width:9.875rem;height:5.0927741315655rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 { top:40.9375rem;left:17.75rem;width:15.3125rem;height:5.75rem;font-size:0.9375rem;display:block; }#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 li:before{  }
 }@media only screen and (max-width: 763px) { #BS1rGxzcsnlzvaAbBbFvwBCTWNtyc0Uz { top:12.9375rem;left:37.875rem;width:9.875rem;height:5.0922441123188rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZeMeXNQFi3pGQTcXseGC3PHpQqrl6z { top:17.5625rem;left:35.8125rem;width:9.375rem;height:4.8410987482615rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrMqyI2vtUTvtHJw4FdIdSy1Zb6cn0M { top:17.5625rem;left:39.125rem;width:8.625rem;height:4.6540113530897rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeGak2dWnKP5JkZsthxtdZJFIu4RGg5 { top:23.0625rem;left:30.25rem;width:17.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL { top:40.1875rem;left:32.4375rem;width:15.3125rem;height:7.3125rem;font-size:0.9375rem;display:block; }#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { top:7.25rem;left:22.0625rem;width:25.6875rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpgvAlDdFlLzhpmF4UIyA1KiWMxrkk5 { top:2.9375rem;left:4.875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { top:1.9375rem;left:25.375rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UXzK4d9ay8dprBLDZs8gEJou8nWX4O { top:5.5rem;left:0rem;width:24.375rem;height:7.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p24Trty2dHNOPNXzDb4XPpbq3VIMpIJM { top:5.75rem;left:42.4375rem;width:5.3125rem;height:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwvK09TwsZ1zKfHHKBPhoMtBFAfVUNsh { top:6.125rem;left:44.5625rem;width:1.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw  { width:20.6875rem;height:25.875rem;top:12.75rem;left:24.5625rem; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw {display:block;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw { width:20.6875rem;height:25.875rem;top:12.75rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #FPqNkG7TOsgig4qoToknNxJQ7KkpRRLn {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #RlSTvFFpakkRuBJgT603XNkafDnl2HNH {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rPclbLawBCre7hXiaunDivTlMnJIQhWW {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #BwxDT3GBXw5HecCSkDwkcXa9JZHZ78kF {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nJPdC9eKCNQqkZhbXzy4sO5VZgkMbWyU { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #r1oowCZyFZVhabINk1P65RTco24qlliG {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nqu06448RGUUPzhD5CNAxXnPcdyca90C {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #Zgvg3e25pcK3plM9tXVFvNTFxpda1JAk { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #LBVeGb11oPPSe8ADvawsAeR8NXaIv0RM {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eU095F3muolVvokEVcBbV34ocQca8O5r {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #cciuraQV77uAeGEr887fIBJ4NKAKThLs { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #gQ1cZWJkuOlO23h6699PlI34MxEGwE4E {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rpFUZhXtL344lTRF7SM1IZtlUUvF3fdm {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #XEcQ9dFfXCMg2MloCLDuyN7MgbwuxEuJ {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #N0XcqioWJmTHwbUBvGwab3kbO4TQ7g9f {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #wxTIcPU9e3sl9T72doJRCLh3Aeb717K2 {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #k11TTvksug3ppE2eChAuNhxCWn3tuwGQ {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #ThXH8vIrSNsHo2PR1hXZJdPtLWC5oTnM {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eV15iBRhVe0yqGyDn8ytmCdp7H4EIp9i {  }
 }@media only screen and (max-width: 763px) { #saHsnsZcCmTz1adOMLhQpzagURLv8bZc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JWmCnQipkNx4GfHOOiJMgfKyTkAsp7s3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U0StIRXISfttkEn4dCfQOutsUS1R7Wcs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOAx4kKRM9A5o1TT7rGb2sEen30Loa43 {  }
 }@media only screen and (max-width: 763px) { #JCV8KRyJBGfoH2HO20tB5rw0UufAl6Fx { display:block; }
 }@media only screen and (max-width: 763px) { #RUC7FJ4ZWx127PK06oLgnvX63xwIxg6B { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zyA3D82TRO6ogwCOoXL6roffsxrKHAO2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R1o8K6kRQuBEHBMNwbTU5TluNSG9HaCR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AiDLw7ez0LF4yroxvq0eUgT6Ct76F7PI {  }
 }@media only screen and (max-width: 763px) { #v7XrC9Hc7vVokW0Mxrh0Qk6Mu0GbsP4w { display:block; }
 }@media only screen and (max-width: 763px) { #HwcqyT6rNvq6XAse2DeZmWCbpuWL7Kwf { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F0im9QhibyXCv41quhGBE6r3anu7Uh3u {  }
 }@media only screen and (max-width: 763px) { #dVcaHW2HZJ9psapcsNQwZpodXqcIShnr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t1SyxWDHW5eb8Z27P0a4uF4HL44FSrZS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WtIn6CRFio22bSZAp8VDJykPzirVxNef {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydi8BkvFhNy3stJVwnUerfbxGb9J8gAo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WWezpG6hb3bUHVXt7cmysBR0xIvyIkdo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pxMFPMFwwARG4f88w8Hp2hb5ks6wkUJN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqcTUEO0RnsC45R4wdqR4LQEudEJqOF3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cD3tFP9UuyxkUWqfxzn6E4J61SnMPT7P {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qf1s60gILJ8hcuVgN5voTDZ8w9faa1iM {  }
 }@media only screen and (max-width: 763px) { #c8abGQtCFHdrTlJnC4JXnD8OCEeegc8s { display:block; }
 }@media only screen and (max-width: 763px) { #xca7lTUd8ifzKQSJUSU6VfUm5XpJaa44 { display:block; }
 }@media only screen and (max-width: 763px) { #QS3cDvt3TAweCGkIEIeWrTweRCnFPyQE { display:block; }
 }@media only screen and (max-width: 763px) { #At1Q9M8ISFZEDCUlthxmwx6s49rW6GOA { display:block; }
 }@media only screen and (max-width: 763px) { #SysAPwsO5O0voTFhJzy3Hlz6Nc3Si17q { display:block; }
 }@media only screen and (max-width: 763px) { #eTxigBd2PUrFNNCWHmgEfLub1GwrDoxa { display:block; }
 }@media only screen and (max-width: 763px) { #tEneq3XRdNHomacFiPaR3U04M7HHp4Xq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GqGLtohOEvDnZlJx4T2Ut2JJN8wcdvga {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfFyiqOwLaudoXQ1qfhlDvMwdCbG4zow {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c12lIlBaye3mCWyuPGXZWCCyDtzT8Mgw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S0TD4AtpT37eeW9C636L7nDe9x94JLWc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dU2CcWRp7u2Qd7vBfxU9wLN8qGzEosZE {  }
 }@media only screen and (max-width: 763px) { #r40dhMkId5AJneoTbJ4Diaweozdp5dZN { display:block; }
 }@media only screen and (max-width: 763px) { #EiwUdKHi4GqZwEIRpy4c0IyTSVerHkhI { top:14.8125rem;left:2.2186431884766rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3cD5mwZVH67rlAbbirVziJf5pTrTbI { top:1.5625rem;left:33.375rem;width:14.375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { top:3.8125rem;left:25.375rem;width:12.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { top:33.9375rem;left:0.75217056274412rem;width:22.5625rem;height:2.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;width:18rem;height:5.0625rem;top:8.25rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { top:11.3125rem;left:26.5rem;width:8.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBHtM6ve8SscHf28gtWnrrXiyZFsdwxh { top:8.75rem;left:26.5rem;width:8.625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { top:22.375rem;left:0.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { top:20.5rem;left:0.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { top:20.5rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { top:20.5rem;left:34.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { top:22.375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { top:22.375rem;left:34.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { top:1.8125rem;left:2.75rem;width:42.25rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { top:6.9375rem;left:0rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { top:7.5625rem;left:0.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { top:7.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { top:6.9375rem;left:16.5625rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { top:6.9375rem;left:33.125rem;width:14.625rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { top:7.5625rem;left:34.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:none; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtISASRWPZXyH9U0ORiyxhBI8ENulabw { top:9.5rem;left:34.624731063843rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.375rem;top:3.25rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.375rem;top:3.25rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.25rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.25rem;top:1.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.25rem;top:1.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { top:9.5625rem;left:0rem;width:8.875rem;height:1.364772536541rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:8.625rem;height:3.625rem;top:10.5rem;left:37.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.adaptive-delivery-prevent-bg, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyload, #XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O.lazyloading { background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { background-color: transparent; background-image: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { display: none; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .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); }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#XQK6fwBc0CPCXBqKgQgHriAJNzxbeP5O > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AALq1z7T4XnTVyWCpqdy3KQkPgn7qU5G { width:20rem;height:0;top:27.66873049736rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XnsuqfRvuBCNPsNkKscrvnuUfcxSn56x { width:8.811875rem;height:0;top:19.021267652512rem;left:3.3745660781861rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ssmfsNplgkkJ2H1LiaFovVdf0Tnz02GH { width:7.6859375rem;height:1.37421875rem;top:6.8125rem;left:1.875rem;z-index:15170;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaPrJw12uHwrJ3MwBSNSElN2q8CTME30 { display:block; }
 }@media only screen and (max-width: 763px) { #fh7PU8ua98P5rz2BhXntf2izh82EV5J6 { width:15.8734375rem;height:6.7875rem;top:37.9265625rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15174;display:block; }#fh7PU8ua98P5rz2BhXntf2izh82EV5J6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/224aa8d5-ddab-4840-8c8a-3549fb45f8c3/Untitleddesign7.png); }
 }@media only screen and (max-width: 763px) { #BVcV4crEBp8dHWFVzmJJ2ar3bo2l5Nwv { width:15rem;height:3.4375rem;top:45.9640625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwm7HT8h2LdW3X0s7KHSdhlLJGwzI7xM { display:block; }
 }@media only screen and (max-width: 763px) { #dJ7kbx3TxuCE4VULiBqOpT0wptBw5eMc { width:8.93675rem;height:1.74921875rem;top:3.875rem;left:1.6558170318604rem;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #yDm46RKbWZgoLGgiPRKy6w9RCpkU6h9p { top:2.625rem;left:0rem;width:20rem;height:24.4375rem;z-index:15166;background-color:#000000;background-image:none;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu6kc0IxPrw67FCxVV1otCHeOVqTRZtP { width:19.125rem;height:1.70625rem;top:28.3125rem;left:0.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15172;display:block; }
 }@media only screen and (max-width: 763px) { #MfxO64lJqyUcrrIc9tTG9c4XDDIPmlPo { width:18.875rem;height:1.4625rem;top:31.26875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:block; }
 }@media only screen and (max-width: 763px) { #y0eVcTiLgcusMhTD8P6bpN3foaiB7MrX { top:1.25rem;left:5.625rem;width:8.6875rem;height:0.125rem;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #aVRynsHVJrO8QFb4v798sOKwszwb8i31 { width:9.9375rem;height:2rem;top:3.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ai5D3r9cwoUh9VmyxTPWr9oxTIMg4Psx { width:15.0625rem;height:8.6875rem;top:51.1515625rem;left:3.4375rem;z-index:15181;display:block; }
 }@media only screen and (max-width: 763px) { #akfMMp1QSBb3zN8UnIEGpuh1QxCsH7T9 { width:16.4375rem;height:8.9375rem;top:50.6515625rem;left:1.75rem;z-index:15180;display:block; }
 }@media only screen and (max-width: 763px) { #SBAIVUoNGIPU7m1QMto486QNF1HM3can { width:20rem;height:2.6953125rem;top:33.98125rem;left:0rem;z-index:15182;display:block; }
 }@media only screen and (max-width: 763px) { #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.adaptive-delivery-prevent-bg, #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.lazyload, #kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx.lazyloading { background-image: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { background-color: transparent; background-image: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container > .video-iframe-container { display: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container { display: none; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .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); }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#kBbWhIP1TFw5k4oByVcp9QGoX5aH6Lnx > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAXnDede98PMheFlZ3D01mo0QShMevlc { width:12.1875rem;height:2.03125rem;top:11.3221875rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #POcSfRrPJDd6yariUtgvz1mmMP64iTsr { width:14.375rem;height:2.6rem;top:14.6034375rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk25qChSXngt9opbM9EGKcNNP3m0VbMx { width:12.1875rem;height:auto;top:1.5rem;left:3.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r1PJfqBoOn5KC3oWHdgFMPdEFiV4VyOc { width:9.5rem;height:1.05625rem;top:18.4534375rem;left:5.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnC9C6OO7A0HzrlTUpr7zexw3SMOPqpq { width:0.125rem;height:3.125rem;top:40.98410625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-number { padding-top:0.236875rem;padding-right:0.203125rem;padding-bottom:0.236875rem;padding-left:0.203125rem;width:1.220625rem;min-width:1.220625rem;height:1.273125rem;font-size:0.948125rem;line-height:20.37px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.628125rem;height:0.503125rem;font-size:0.355625rem;line-height:8.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu { display:flex;top:7.08125rem;left:4.5rem;width:10.5rem;height:2.39875rem;z-index:15020;padding-top:0.29625rem;padding-right:0.290625rem;padding-bottom:0.29625rem;padding-left:0.290625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Xr5FqcoPbBBg5FmnhZH3Fp2mmTeMZOMK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #HRGh3fhCxsNf15Ab3L1P6VJHe8mfB8Ts {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #cWEg111LIuE6kML7XQEakFsb3SOPnWXE {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #isAFMvtnrmlhmzNTXuqABHyeSL7wS1rP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yLJ0RCXUnltRU3ZKxmQbZ7GZwPtO2WcF {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l8T3STbZdVzOpSBmJFEzwGThy6fxh3B5 {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #Uyc0zNsFrMFiDpmADyrFATM8SrPFQvld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #ZFMvuNAFJophTB5mrfcGeIZyNXmnfcnv {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #l28DJitv1FZ6kS93BBmLCyoMFrE1pRSn {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #PTxuv28cW5D7bbquuOnROCguKMiEsX3D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #tUCHpdvFb2nFytnH71swMh3gdtBg78Fr {  }
 }@media only screen and (max-width: 763px) { #C3RAMDCvOMCW1Q9hhWgLRt0PPOFvU6Pu #yIvXxcgzfIwrzFQduTTodXCh8vyNQgdT {  }
 }@media only screen and (max-width: 763px) { #z0MAdTRAQlD8I8WW495FLSmoKAnteq1e { width:8.625rem;height:2.03125rem;top:1.25rem;left:5.6875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLXc2FobgshDAxlQS4baI2gW2sp8K3lN { width:8.625rem;height:1.3rem;top:4.53125rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im { display:block; }#m2khAiWaP2wf7pSdeTLIxqnhV1EN41Im > .row .container { width:20rem;height:170.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxwx97EOUZwv7Kr7pLHDlAncKvQTpnKW { width:20rem;height:1.54375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hP57zcfNKiCb40OB5tCtluAzUs5yhDzD { width:7.0625rem;height:auto;top:188.8125rem;left:6.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q9zr0x7w0T78NviCCq38uhVxHiB8SpaV { width:20rem;height:1.6875rem;top:102.6359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPQtATaC79iTdlNLTTJao2DxJAEZhkrW { width:19.6875rem;height:17.1875rem;top:105.5734375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OauiXBCTg7I14zD3SD5E422lTbzVpBsn { width:18.875rem;height:2.0625rem;top:16.55625rem;left:-2.5281257629394rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sXyTnA0pXwpPEhIVkz5yrrdelLqet3vz { display:block; }
 }@media only screen and (max-width: 763px) { #JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq { width:17.8125rem;height:7.275rem;top:113.8859375rem;left:2.1875rem;font-size:0.8125rem;display:block; }#JTFGclGFHXOZIUurt3ZgxmITxgl9U8Jq li:before{  }
 }@media only screen and (max-width: 763px) { #R22eUthlTcZfU0rdNTowbl265B3rnssm { width:13.62425rem;height:1.625rem;top:108.6984375rem;left:2.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dkDOHdzFLJnkys8sBQsNwQJWZNgOkdQr { width:5.24921875rem;height:1.3rem;top:104.6359375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8tLbCKVe0sPe14tnfbGAp3vZVNvAneG { width:7.0625rem;height:2rem;top:103.9484375rem;left:2.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #IC8RN0awtVy1Ps4vFpepzdgTry5uypP0 { width:19.6875rem;height:20.3125rem;top:124.4984375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #euvu5o61T6LpR7hfiCUOnNGJAZ61VSRu { width:18.875rem;height:2rem;top:53.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nlZOFUKKhIOl8M9QaJcTQerSz4K40s4e { display:block; }
 }@media only screen and (max-width: 763px) { #IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA { width:16.7491875rem;height:8.33125rem;top:132.8734375rem;left:2.25rem;font-size:0.8125rem;display:block; }#IpNgC9xvBbiAXy9OhPBiEuNzkPhFvTsA li:before{  }
 }@media only screen and (max-width: 763px) { #aHHMcPuZZhtFRmFQOQrPeKB0o2imr4T4 { width:7.875rem;height:2.125rem;top:122.8734375rem;left:2.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VwnmL7ZPgyiCetKy2OCaIRXAxDmHHtOl { width:5.99921875rem;height:1.3rem;top:123.5609375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSFb2PcX5CstxZ0AuUNmCzNM5PbxSC0z { width:19.6875rem;height:22.3125rem;top:146.3609375rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #z0VFAaSLfyHWwfPKeeap7p91aOJweuk5 { width:18.875rem;height:1.875rem;top:77.0625rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pV27p0H3zkqegXO8qrUKXEUdFb04Z6eQ { display:block; }
 }@media only screen and (max-width: 763px) { #h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp { width:17.9373125rem;height:0;top:154.4234375rem;left:2.0626875rem;font-size:0.8125rem;display:none; }#h6do7mQoPBS0KSEiT5BU8GBAZf1esQtp li:before{  }
 }@media only screen and (max-width: 763px) { #JKJMTioflK48Q1EaJou7V6pXmDIGueiS { width:7.5625rem;height:2.0625rem;top:144.7359375rem;left:2.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kLTpXHXx54AJLO8ll96wG8yCzG57Rel4 { width:7.1875rem;height:1.3rem;top:145.4234375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRpnFxIpT5QvWhXufWg4DHKAAKZpNOXQ { width:18.875rem;height:1.8125rem;top:106.125rem;left:1.125rem;font-size:0.8125rem;background-color:#2a4d4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OqtABd5QQCQizJIpk7oTFfTLHd509TdI { display:block; }
 }@media only screen and (max-width: 763px) { #Sigc5q2Xhrs4npRLB9pqSoVEIahUmkgm { width:16.9991875rem;height:2.1125rem;top:121.1359375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFVDt0QsLKrZyyhBpSAAsgz7zxpNkoT { width:18.125rem;height:1.21875rem;top:111.1984375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iexLggwn2zGTayyxCPeNHhtox8ugFGt8 { width:13.99925rem;height:1.21875rem;top:130.4984375rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fyrpCVM4BgTIxrnkpvNWERJCfTdeuWgZ { width:15.81175rem;height:1.625rem;top:127.3734375rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkhvuMqc4ad3CEcCm1zMmUTNd0stftVi { width:16.6866875rem;height:2.1125rem;top:140.8109375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ82BTpG16Uw7XtyonyKssNSJ8s6TSSA { width:10.37425rem;height:1.625rem;top:149.3609375rem;left:2.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JGAV51HAn82rEf892wIwiIvgDIpg1Jm6 { width:17.4366875rem;height:2.4375rem;top:151.8609375rem;left:2.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNTXZpTelXzUDz4RbqZ760kakNfibemc { width:15.99925rem;height:2.1125rem;top:163.9859375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykHFXolphdWrQq14OxG95KIDJLzFId4i { width:17.9991875rem;height:1.2375rem;top:4.04375rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBOKlcp2VTORuDhaFo7hGb30zf81rMH0 { width:14.375rem;height:1.21875rem;top:24.590625rem;left:2.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CF8M29ACoplCKiDFQCqELJxV3UOGmVSc { width:11.875rem;height:1.21875rem;top:87.721875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mdIFUT7kbKrHkHWOWIEFVdzceOonJFgd { width:14rem;height:1.21875rem;top:47.475rem;left:6rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oeyGsJM7bwLLLm48n3Xr09eA71Sz9IBO { width:10.1859375rem;height:1.21875rem;top:72.4578125rem;left:9.5625019073488rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nWKcHd8trGh4PEta8HKSF4viuH7fkB { top:199.96878632812rem;left:5.75rem;width:8.4375rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCbKXmTDyAiUIp0RWHsGVJZg3p4shDvi { display:block; }
 }@media only screen and (max-width: 763px) { #pcbDaySTCveIeRPTTew49L3EZIMvOBVr { top:211.21878632812rem;left:5.75rem;width:8.4375rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFliwFe0CVTigg1kGO040C2V7iHJUHFz { display:block; }
 }@media only screen and (max-width: 763px) { #Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU { width:17.9366875rem;height:9.7rem;top:27.059375rem;left:1rem;font-size:0.8125rem;z-index:15085;display:block; }#Vlxy7Z9MW4MFlKoTuTKn8877QVBDATIU li:before{  }
 }@media only screen and (max-width: 763px) { #ggPblU4n3p70xrhrQH0GGXra8PWgoHhe { width:14.6875rem;height:14.6875rem;top:107.6359375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3Z0PnRi1inTtTULEtEBirg9bTIreRoP { width:15.625rem;height:15.625rem;top:125.1859375rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTc0AKDIO2bgbV8tMb3JmRu5TRBQGiPb { width:14.4375rem;height:14.4375rem;top:148.6734375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8G4GQezc45tzbfJc5HLyo7cpOe4pTh2 { width:20rem;height:11.215625rem;top:38.009375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBXosmQ4VW92X4WcSC6sE5dU9ZLEd7QP { width:20rem;height:11.253875rem;top:50.475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiDaQNszWNpgvDiJQ9ehpoorKhFE2H5N { width:20rem;height:10.9796875rem;top:62.978125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9OuGmdKkVG253TK4nx97eZWg76LTtFV { width:20rem;height:11.2640625rem;top:75.2078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1b85V1RfTpdT3pMNA3c6fwtsWvB2rbS { width:20rem;height:11.1953125rem;top:90.190625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3wmDZZvl9Ade0TzKMqdzAXGLKyyI727 { width:20rem;height:12.472625rem;top:10.86875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWcMnMM7NmKxTEcyHD1SRnNcnP9qVex { width:20rem;height:3.0875rem;top:6.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.adaptive-delivery-prevent-bg, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyload, #HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE.lazyloading { background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { background-color: transparent; background-image: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row > .video-iframe-container { display: none; }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .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); }#HWCfeAkKcHHvehC2zM6LRP3kcUSvJmnE > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ucz5DHbGuSKa1TyIZzXU44IVNh49I5Pq { width:11.75rem;height:0;top:11.100762939453rem;left:4.9375rem;font-size:0.9375rem;z-index:15015;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HAyqEo5LP7t6vmiRPBym3uiSBvgf2swp { width:19.8116875rem;height:1.7875rem;top:1.25rem;left:0.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXW5UeU29TqTeqRfhCg6Us8tPLBev6HB { width:20rem;height:2.79296875rem;top:4.2875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2i3xso6lqQRTasqUpmOR7E1SHmIVpFo { width:13.49925rem;height:1.21875rem;top:8.33046875rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f41obhPOsHfTetAfJAkqMAsuzfZndm3O { width:15rem;height:3.4375rem;top:10.79921875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up55prE995QqK25aTbwgFyisuBKSaZ74 { display:block; }
 }@media only screen and (max-width: 763px) { #n1a5TcMQfdgLcEDyFTTrP3VkBow39evT { display:block; }#n1a5TcMQfdgLcEDyFTTrP3VkBow39evT > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f3TzbHx1ns9K7pDB2ggVV4XwL8TZXVRa { width:12.8125rem;height:1.38125rem;top:1.25rem;left:3.5625rem;font-size:1.0625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoQOiM05cIsxBELMHklTmLKNhxLwB1B0 { width:20rem;height:21.0625rem;top:32.23125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB28dgvORTH5gCEEAOhogbSZDAxRhalb { width:8.5625rem;height:16.0625rem;top:11.23125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbUxaFFZ1Gw2ZLaWCFrLJVma3puplw2t { width:14.56175rem;height:2.6rem;top:3.88125rem;left:2.6875rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8qbMCNcs4Cxzw3S5m9IEzm953Vp900P { width:12.5rem;height:1.38125rem;top:8.16875rem;left:4.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#13398b;display:block; }
 }@media only screen and (max-width: 763px) { #KubrUUERcolLM9vnsCElr31BEi985y9w { width:17.75rem;height:2.4375rem;top:28.54375rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9L3OhQ0tp0SfHMBe4VDbr8Tam9eZaJe { width:18.0616875rem;height:17.55rem;top:35.528887939453rem;left:1.3429679870606rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lSibbWBDrL5yQcMeKlU2z3BSFBFhUR { width:14.25rem;height:2.25rem;top:7.73125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5tXDVTCF9NNXMOBrFqTHoOMMksHbUDm { width:15rem;height:3.4375rem;top:54.54375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQMeOCNK5zC99FiiidVTn1Wz4eiaXxub { display:block; }
 }@media only screen and (max-width: 763px) { #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.adaptive-delivery-prevent-bg, #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.lazyload, #iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt.lazyloading { background-image: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { background-color: transparent; background-image: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container > .video-iframe-container { display: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row > .video-iframe-container { display: none; }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .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); }#iNQhcZChWfCssPJOybp1WAMLptHQ1Aqt > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O4uRNRayrsWTx4CGvoDfAtbhD5HvGmaK { width:7.5rem;height:2.6rem;top:1.25rem;left:6.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sQ58IMlz8XB8NqQFzhGiOy89oJz39o8w { width:19.75rem;height:6.8125rem;top:5.1rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #lyCXnnWNoQJXlBJDi8zOb9r3pVcr89yv { width:10.37425rem;height:1.3rem;top:5.7726684570312rem;left:6.8742179870606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm { width:18.4375rem;height:0;top:7.6rem;left:1.5625rem;font-size:0.625rem;display:none; }#HDaFoHO7eg5PDXIG2BRnMSRbKyUG34Fm li:before{  }
 }@media only screen and (max-width: 763px) { #wByEn5Cmy7uZqd2rU9TAgqOZUiV34cGq { width:4.875rem;height:4.875rem;top:17.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWVTLo6cOWZbp5UDpCprTUTm1IyKTRXT { width:15.686875rem;height:0;top:6.8923606872556rem;left:4.3126087188721rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQuLCGetO6KohKFEDqbmoLpUH9sexX0N { width:19.75rem;height:5.9375rem;top:30.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi { width:20rem;height:0;top:32.625rem;left:0rem;font-size:0.875rem;display:none; }#KqTExHNgPEaElrqHxmyqgGVhJ0WDA0wi li:before{  }
 }@media only screen and (max-width: 763px) { #ZB31qwMB764vmTOh5uQCFohSLuTkCGQl { width:10.43675rem;height:1.3rem;top:30.8125rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL2N47oL1ddp7QBeZqVLstorm9UUTCTf { width:5.5625rem;height:5.5625rem;top:23.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3v4mzpByXuaf7TDLBLlsqn94cqGrSV5 { width:6.62425rem;height:6.62425rem;top:37.7375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os0oICThbK58JD7tfG1mr992kIaZL6c4 { width:19.6875rem;height:8.625rem;top:45.61175rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #se4gK0O752s0AaQNMvHLPChUdtWzaUb4 { width:9.81175rem;height:2.6rem;top:46.23675rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH { width:17.9991875rem;height:3.725rem;top:48.17425rem;left:2.0008125rem;font-size:0.875rem;display:block; }#f3dkTLTdr2ifJRrOJtrR0C8C9xpRr4TH li:before{  }
 }@media only screen and (max-width: 763px) { #uLvU77bCZ2V9SUnupVVH1rwCVXKxPxbz { width:10.37425rem;height:2.6rem;top:13.4625rem;left:4.8125rem;font-size:2rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX { width:18.875rem;height:3.725rem;top:7.6rem;left:1.125rem;font-size:0.875rem;z-index:15038;display:block; }#aDJW6uEUmgvvduSZ3ToIWn5TGu8awkQX li:before{  }
 }@media only screen and (max-width: 763px) { #IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP { width:19.4366875rem;height:2.5875rem;top:32.624893188476rem;left:0.5633125rem;font-size:0.875rem;z-index:15041;display:block; }#IzwXmSewUb9TGSbrG4Zsb7MCKWJRBchP li:before{  }
 }@media only screen and (max-width: 763px) { #tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA { display:block; }#tSd2L8XMEkGt7FPpfuXFSCF3UkqWvfpA > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXogndkQdrOwPbJvndHI6it0Q65rl8WM { width:12.31175rem;height:2.275rem;top:1.25rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIXEVrvlPOvz3aw6cttsP7MswLoAIF5F { width:12.31175rem;height:2.275rem;top:16.372644042969rem;left:3.8773422241211rem;font-size:0.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #W5elRhDcHKlFngSnlvD5usOadbZSmQGM { width:12.31175rem;height:2.275rem;top:21.325rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDTzdS5xsxNRlAnviduRW6g0Z7rDooyJ { width:20rem;height:2.6rem;top:11.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBNUL8OkE2CiHKJ4EJEn5G2QM0r9a0mD { width:11.5625rem;height:2.275rem;top:32.597644042969rem;left:4.25390625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTmrxH44CkswTRu3hm4ogTpWRX0Qzhfz { width:12.5rem;height:5rem;top:4.775rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slRZpvHOgw9DptcqT7NnS166t9oChD2K { width:12.5rem;height:5rem;top:14.975rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty9RF3RDpVNbWWmi3PbgkzXQH5qlLwTB { width:12.5rem;height:5rem;top:24.85rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1HkwlHvDERF3ezTZQpa9Gqoh0yTPVio { width:12.5rem;height:5rem;top:31.2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOa74SDOlbBqIgQ96UtgD10pHWikWBtS { display:block; }#HOa74SDOlbBqIgQ96UtgD10pHWikWBtS > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHIpK3WUA4VRhokvcyPmFqD4saMga81H { width:20rem;height:1.625rem;top:28.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GA0kdMWcCUghTghHznKRl7wlG1IenxX8 { width:3.37421875rem;height:2.84375rem;top:26.25rem;left:16.62578125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V150qytp9JxEKLqfKB5fndxJLOb8A9Rd { width:18rem;height:9.4375rem;top:13.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uldPt0744OkI5rAp3MrysZ6rgVEfzVkH { width:5.24921875rem;height:1.54375rem;top:26.615631103516rem;left:14.75078125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUeLTsOrwm7IMC5LDXlnbJTuT3T8R538 { width:5.24921875rem;height:1.54375rem;top:26.615631103516rem;left:14.75078125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aUctFl43Gq7Pd5pPuQJMTyTbPdk3c2eq { width:18.9375rem;height:1.7875rem;top:15.25rem;left:1.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTTtz3v2xnnXzdgnRKzyKX1tRlPhGBxp { width:17.5rem;height:2.1125rem;top:17.686737060547rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxt4ei8G1WFMDOszkEWNUitwMgegDHeJ { width:20rem;height:6.1875rem;top:2.6875rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks9gGdvpIXARRFtGt7EbZ41SlUPeHdDB { width:20rem;height:8.5576171875rem;top:10.124237060547rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaR0cIwCEyHeBcm7lzKpAK3gmXLK4Ryp { top:1.25rem;left:0.25rem;width:19.4375rem;height:30.0625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BsaHzZ0lISTeCnqSoWc5GQ6myaOcttCM { width:19.3120625rem;height:0;top:19.9609375rem;left:0.6879375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ed6OT31hgIvSPFu7RAft8kgp1SmfMU34 { width:15rem;height:3.4375rem;top:29.749237060547rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kL3cUrV3oh258zFmBLZmoSzaizVChF { display:block; }
 }@media only screen and (max-width: 763px) { #wiTKqRGs0VL2ENny5ed4WOLKITREhvgG { width:18.125rem;height:4.875rem;top:19.961486816406rem;left:1.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #nZz7TDd7p0oBI6ZwVEG3bgMDFgcLVMCr { width:20rem;height:19.5625rem;top:34.436737060547rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy { display:none; }#ezt8eaTK53vTNdQCRKlwymA4zGiKfTgy > .row .container { width:20rem;height:204.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yKqro5wL28HOSWLG2n8i0hvMV7Sow9yX { width:19.9985625rem;height:2.2749rem;top:1.25rem;left:0rem;font-size:1.75rem;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.83);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxBtIvt4Cbyt1bTBAiWvOQqpnsMZ11cR { width:20rem;height:5.361325rem;top:4.77421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hRPlJRv5tMiSvQlmBUtPZySboNcWnaWV { width:20rem;height:43.625rem;top:92.2203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTz384061L4OkL9IvQWecIfmUtLTqQ88 { width:19.5rem;height:2.4375rem;top:100.1578125rem;left:0.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeaiOgu1E5dkTbwxtLu6aTRG5sZx4eir { width:14.875rem;height:5.6875rem;top:109.3453125rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzpeqrwMxRkP53Vxg6C3UqtQ2QwN1PQs { width:11.9375rem;height:1.625rem;top:118.2828125rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoUGPXVAghWe4I94an7UpvvCMIOSeLz7 { width:17.5rem;height:3.4375rem;top:130.3453125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzkm5ka0whexhrgf5otaCtEMMZJ5XwXh { display:block; }
 }@media only screen and (max-width: 763px) { #TiPRkQ9n61Hki476ohxzhshJhOFTFPSH { width:20rem;height:27.6875rem;top:106.3453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIf6EV3C8d4cqbOi2TpAXniP7Iy0fmgH { width:5.625rem;height:1.21875rem;top:114.8453125rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drtt02gAfcTiffbacJ1kAGlqqOeHzspl { width:18.5625rem;height:34.25rem;top:56.7203125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVbBB2k1hRALblrvSa3wx0NPLETuvC7f { width:18.5625rem;height:25.75rem;top:29.7203125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFqZVDq5iuts2Te16Q11NPNy8FvSNH54 { width:15.75rem;height:2.03125rem;top:62.2828125rem;left:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwqRZZGmFFBVMr1oNngMXiVqagAJElKN { width:8.875rem;height:2.03125rem;top:31.0328125rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lexMWOTwyvDVMndmuRy8UJ2G6uBMfTWN { width:12.375rem;height:4.875rem;top:32.4078125rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeETnGto0PDdEBNyVmpmvyDvhInUcI9W { width:5.625rem;height:1.21875rem;top:37.2203125rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnT8EbOCF2AkUV42flwbdN53F4mZs6sZ { width:11.9375rem;height:1.625rem;top:40.0328125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS { width:15.3125rem;height:4.28125rem;top:42.0953125rem;left:1.9375rem;font-size:0.9375rem;display:block; }#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dy6pZOJSaeOeCTZKPWR5B2D13Tql9TdS li:before{  }
 }@media only screen and (max-width: 763px) { #RstRLKNQoBxgv1WJNI0wcxahe34IKDGB { width:17.5rem;height:3.4375rem;top:52.0328125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTLH0OxOEoBQ8wvxAEzMSEx8WTl4NcJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZqZrBpWmdQGuNMBFv2CNkO2wKpIdRXmt { width:18.5625rem;height:35.375rem;top:137.0953125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bO23roAdclQoHFTR1cRaPqeLby3BJyHt { width:18.5625rem;height:27.125rem;top:173.7203125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb7Tvet50eQdTTCfBIuMTC1USZ28WBiP { width:17.5rem;height:3.4375rem;top:168.7828125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHZu5ZQPWzXBETA2ZunN0S1NfynOwPlG { display:block; }
 }@media only screen and (max-width: 763px) { #Zvz177mQhHT91NZvoiMPpMQOn56rUSvZ { width:5.625rem;height:1.21875rem;top:153.2828125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVWMlBMcNqQKVQDiqUKMUTkbJP2321eN { width:11.9375rem;height:1.625rem;top:156.7203125rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwtGOhJR4wyaJhAaZy4tLUt2MrudNDPr { width:12.75rem;height:4.875rem;top:148.18750610352rem;left:2.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI9UNooNiiN9mQmI6tbbqQtw8q7cECRA { width:16rem;height:1rem;top:202.0953125rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #gBV3BLuEAHGJzvfFaohILVs6uaE2GM5F { width:11.9375rem;height:6.2178365314499rem;top:54.3453125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywDUUpr4kOgAeKIle8MgPoUCVy090B2u { width:9.375rem;height:4.8407717004rem;top:93.8453125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaF4G4NpZQDp8N1y0PhVBVhicwxvsNsP { width:9.875rem;height:5.09237528933rem;top:93.5953125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 { width:15.3125rem;height:0;top:121.1578125rem;left:4.6875rem;font-size:0.9375rem;display:block; }#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v1QPLiRbGkx1mTT2DzRhIoT1PpcwIAE8 li:before{  }
 }@media only screen and (max-width: 763px) { #BS1rGxzcsnlzvaAbBbFvwBCTWNtyc0Uz { width:9.875rem;height:5.0920152539708rem;top:17.47578125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZeMeXNQFi3pGQTcXseGC3PHpQqrl6z { width:9.375rem;height:4.8407717004rem;top:11.38515625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrMqyI2vtUTvtHJw4FdIdSy1Zb6cn0M { width:8.625rem;height:4.6537769784173rem;top:23.8171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeGak2dWnKP5JkZsthxtdZJFIu4RGg5 { width:17.5rem;height:0;top:141.7203125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL { width:15.3125rem;height:0;top:158.8453125rem;left:2.625rem;font-size:0.9375rem;display:block; }#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CVFm4AiwGlGAa2wkzdgAZS2ohzVDHznL li:before{  }
 }@media only screen and (max-width: 763px) { #fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O { display:block; }#fMQFvP7T4BP8wL3oXXnZ52Ou43A5dO4O > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNJOEVOXV6aIoUFKua3rr5KkRpzhKcQu { width:20rem;height:30.0625rem;top:30.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQpgvAlDdFlLzhpmF4UIyA1KiWMxrkk5 { width:12.5rem;height:1.7875rem;top:1.25rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #haPHK1Xd5Okzi07Betuqt3lJxh29tweZ { width:20rem;height:2.03125rem;top:4.2875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7UXzK4d9ay8dprBLDZs8gEJou8nWX4O { width:16.6241875rem;height:5.11875rem;top:7.56875rem;left:1.6875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p24Trty2dHNOPNXzDb4XPpbq3VIMpIJM { width:6.5rem;height:1.05625rem;top:29.157043457031rem;left:13.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwvK09TwsZ1zKfHHKBPhoMtBFAfVUNsh { width:2.125rem;height:0.125rem;top:29.532043457031rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-text {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-select {padding-top: 0; padding-bottom: 0;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw  { width:17.5rem;height:auto;top:36.019533157349rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cZn3eniNCqNuOk4mAf26GHnphUmERsZw {display:block;}#cZn3eniNCqNuOk4mAf26GHnphUmERsZw { width:17.5rem;height:auto;top:36.019533157349rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #FPqNkG7TOsgig4qoToknNxJQ7KkpRRLn {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #RlSTvFFpakkRuBJgT603XNkafDnl2HNH {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rPclbLawBCre7hXiaunDivTlMnJIQhWW {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #BwxDT3GBXw5HecCSkDwkcXa9JZHZ78kF {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nJPdC9eKCNQqkZhbXzy4sO5VZgkMbWyU { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #r1oowCZyFZVhabINk1P65RTco24qlliG {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #nqu06448RGUUPzhD5CNAxXnPcdyca90C {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #Zgvg3e25pcK3plM9tXVFvNTFxpda1JAk { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #LBVeGb11oPPSe8ADvawsAeR8NXaIv0RM {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eU095F3muolVvokEVcBbV34ocQca8O5r {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #cciuraQV77uAeGEr887fIBJ4NKAKThLs { display:block; }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #gQ1cZWJkuOlO23h6699PlI34MxEGwE4E {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #rpFUZhXtL344lTRF7SM1IZtlUUvF3fdm {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #XEcQ9dFfXCMg2MloCLDuyN7MgbwuxEuJ {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #N0XcqioWJmTHwbUBvGwab3kbO4TQ7g9f {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #wxTIcPU9e3sl9T72doJRCLh3Aeb717K2 {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #k11TTvksug3ppE2eChAuNhxCWn3tuwGQ {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #ThXH8vIrSNsHo2PR1hXZJdPtLWC5oTnM {  }
 }@media only screen and (max-width: 763px) { #cZn3eniNCqNuOk4mAf26GHnphUmERsZw #eV15iBRhVe0yqGyDn8ytmCdp7H4EIp9i {  }
 }@media only screen and (max-width: 763px) { #saHsnsZcCmTz1adOMLhQpzagURLv8bZc { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #JWmCnQipkNx4GfHOOiJMgfKyTkAsp7s3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U0StIRXISfttkEn4dCfQOutsUS1R7Wcs {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #yOAx4kKRM9A5o1TT7rGb2sEen30Loa43 {  }
 }@media only screen and (max-width: 763px) { #JCV8KRyJBGfoH2HO20tB5rw0UufAl6Fx { display:block; }
 }@media only screen and (max-width: 763px) { #RUC7FJ4ZWx127PK06oLgnvX63xwIxg6B { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #zyA3D82TRO6ogwCOoXL6roffsxrKHAO2 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #R1o8K6kRQuBEHBMNwbTU5TluNSG9HaCR {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #AiDLw7ez0LF4yroxvq0eUgT6Ct76F7PI {  }
 }@media only screen and (max-width: 763px) { #v7XrC9Hc7vVokW0Mxrh0Qk6Mu0GbsP4w { display:block; }
 }@media only screen and (max-width: 763px) { #HwcqyT6rNvq6XAse2DeZmWCbpuWL7Kwf { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #F0im9QhibyXCv41quhGBE6r3anu7Uh3u {  }
 }@media only screen and (max-width: 763px) { #dVcaHW2HZJ9psapcsNQwZpodXqcIShnr { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #t1SyxWDHW5eb8Z27P0a4uF4HL44FSrZS {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WtIn6CRFio22bSZAp8VDJykPzirVxNef {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ydi8BkvFhNy3stJVwnUerfbxGb9J8gAo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #WWezpG6hb3bUHVXt7cmysBR0xIvyIkdo {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pxMFPMFwwARG4f88w8Hp2hb5ks6wkUJN {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #SqcTUEO0RnsC45R4wdqR4LQEudEJqOF3 {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #cD3tFP9UuyxkUWqfxzn6E4J61SnMPT7P {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Qf1s60gILJ8hcuVgN5voTDZ8w9faa1iM {  }
 }@media only screen and (max-width: 763px) { #c8abGQtCFHdrTlJnC4JXnD8OCEeegc8s { display:block; }
 }@media only screen and (max-width: 763px) { #xca7lTUd8ifzKQSJUSU6VfUm5XpJaa44 { display:block; }
 }@media only screen and (max-width: 763px) { #QS3cDvt3TAweCGkIEIeWrTweRCnFPyQE { display:block; }
 }@media only screen and (max-width: 763px) { #At1Q9M8ISFZEDCUlthxmwx6s49rW6GOA { display:block; }
 }@media only screen and (max-width: 763px) { #SysAPwsO5O0voTFhJzy3Hlz6Nc3Si17q { display:block; }
 }@media only screen and (max-width: 763px) { #eTxigBd2PUrFNNCWHmgEfLub1GwrDoxa { display:block; }
 }@media only screen and (max-width: 763px) { #tEneq3XRdNHomacFiPaR3U04M7HHp4Xq { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #GqGLtohOEvDnZlJx4T2Ut2JJN8wcdvga {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #BfFyiqOwLaudoXQ1qfhlDvMwdCbG4zow {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #c12lIlBaye3mCWyuPGXZWCCyDtzT8Mgw {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #S0TD4AtpT37eeW9C636L7nDe9x94JLWc {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #dU2CcWRp7u2Qd7vBfxU9wLN8qGzEosZE {  }
 }@media only screen and (max-width: 763px) { #r40dhMkId5AJneoTbJ4Diaweozdp5dZN { display:block; }
 }@media only screen and (max-width: 763px) { #EiwUdKHi4GqZwEIRpy4c0IyTSVerHkhI { width:10.625rem;height:10.625rem;top:18.84375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki3cD5mwZVH67rlAbbirVziJf5pTrTbI { width:14.4375rem;height:3.65625rem;top:13.9375rem;left:2.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET0zVweOGoMKDNPI9lWor0C58fwNXHfi { width:12.1875rem;height:0;top:15.099822998047rem;left:6.1588544845581rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HznSfCKPuTK6o5MbzWVTQyWEfvC2CMlA { width:20rem;height:0;top:9.2404519915581rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-number { padding-top:0.236875rem;padding-right:0.203125rem;padding-bottom:0.236875rem;padding-left:0.203125rem;width:1.220625rem;min-width:1.220625rem;height:1.273125rem;font-size:0.948125rem;line-height:20.37px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.628125rem;height:0.503125rem;font-size:0.355625rem;line-height:8.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O { display:flex;top:32.282043457031rem;left:9rem;width:10.5rem;height:2.39875rem;z-index:15020;padding-top:0.29625rem;padding-right:0.290625rem;padding-bottom:0.29625rem;padding-left:0.290625rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #nfV9R7I7hZ58SRSiRlZQclhSALZluu7Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #ZI9WKly3kUk9biOiTWL9pVgNrzHR3g3G {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sZaHRMtBrvSd57vKOMVqc8omp8ZTEMb4 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #BQTPIOU6VIaV7DURxBFsi6RmTvsv2k7h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #U1TKVuq7wSMvwIaidQJ3A2iue0d5vsg8 {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iv3XkCprKvmpg6b4Z3Vc0nU6T8Dbzq2O {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #FIF0pLlu5MTbZLmufpULeWftiBeuJwkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #izktTSEGwOPV1rXV8kWlaBbv0E8CvVeZ {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #sE3vfmvI91wQKKfmvaed4teE2lDtaegm {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #iNJQU4mE9GKDo5pxXs1v9Lswr0oGy7MG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #hq0bUnJ1Qb0vkbs1e3oCfltRakIq04in {  }
 }@media only screen and (max-width: 763px) { #cQl3IADrdMaBg4pcC7dcJ0CoDOCV5i5O #q3PCns7pxnTiEc9WPCaGXfMdJ1E2mTzI {  }
 }@media only screen and (max-width: 763px) { #kEnfbFQpqqiOIFwKDQxyxIUixp5IoBs1 { width:5.68671875rem;height:1.3rem;top:34.719543457031rem;left:1.1257820129394rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBHtM6ve8SscHf28gtWnrrXiyZFsdwxh { width:8.62425rem;height:2.03125rem;top:32.157043457031rem;left:1.1257820129394rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeNTS73VbBPiCLxdcp0BUFddzayp2c8w { display:block; }#DeNTS73VbBPiCLxdcp0BUFddzayp2c8w > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVxFV3nMcQA1R3iDwVG0JCCffzOemD4B { width:12.5rem;height:1.625rem;top:23.1375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i6xUbewUrKeMsl3cvIz1bJMwr3fzy2 { width:12.5rem;height:1.3rem;top:21.2625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV6uwksPbGDKr58kPspUlQafsdS9bDZS { width:12.5rem;height:1.3rem;top:40.3875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuTd7UW1l02Vz6AFaZvyRlRDNZ0zBV79 { width:12.5rem;height:1.3rem;top:59.5125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHVOyNuZVlce8EOlb2u4TziET8yCi1ne { width:12.5rem;height:1.625rem;top:42.2625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVKhTJO7MTIW0vk3iVw8TBdHXwlnSQE { width:12.5rem;height:1.625rem;top:61.3875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07J1UiK5sMsLHTIE31qlg7sk630TXfX { width:15.9375rem;height:5.2rem;top:1.25rem;left:2rem;font-size:2rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oPPGPMw0sOkxGhRUCfIoVCAtwvF4oyTV { width:14.625rem;height:17.875rem;top:7.7rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBtwoa32yIRJERyVpVQ3ms9HfC3yRJh { width:12.5rem;height:12.5rem;top:8.35625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRI8ZqNzPudwszbQT6boeCF4aKCpTmZR { width:12.5rem;height:12.5rem;top:27.48125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqz5PGF3MlHmqDUxCqi1ERnk7Qktg2Wf { width:14.625rem;height:17.875rem;top:26.825rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGDgLKW1BuPnC8DLMb3aBWfEAoeigGzf { width:14.625rem;height:17.875rem;top:45.95rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8UolRIwvvZHZs4rdgmTBcrvhGca9V9T { width:12.5rem;height:12.5rem;top:46.60625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr { display:block; }#qSx4iaHiPGzi3rPo1AETEpDEmM7qnZbr > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtISASRWPZXyH9U0ORiyxhBI8ENulabw { width:5.5625rem;height:5.5625rem;top:9.5rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKG85e92B7Cd4ie7RBuqFtRTBWbHAXpq { width:18.125rem;height:5.4rem;top:15.55rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L0stcSQQExHewo6wO9M9G3xIl47VzUMn { width:18.125rem;height:5.4rem;top:22.2rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opXHFTeIST1yQzpGuVod1FMxZKziicDa { width:18.125rem;height:5.4rem;top:8.9rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJiWE6KUbNrl33mpwKrHXufwCunEdnPp { width:18.125rem;height:1.3rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbPXE6Rdhlqz8x9Qtv2OaQMmRtsxn4rX { width:18.125rem;height:1.3rem;top:3.8rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNxQrJq9klo61elKeAOoDV4MQoqA3ALl { width:18.125rem;height:1.3rem;top:6.35rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiCth2leWxmAP6mELTx7DNokOIlgv3fB { width:8.875rem;height:1.3640625rem;top:28.85rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ0JeZilvf4aDyJUnWt5fODpbI91KMP8 { width:12.5rem;height:3.56171875rem;top:31.4640625rem;left:3.75rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4kH8QwzTwODtQC8Oq38V2MDaeCOzeA { display:block; }
 }