





*,
*:before,
*:after{
  box-sizing: border-box;
  margin:0;
  padding: 0;
}

body {
  font-size: 1em;
  line-height: 1.75em;
  font-weight: 400;
  color: #262625;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid rgba(208, 208, 208, 0.17);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  height: 0;
  overflow: visible;
  background-color: transparent;
}

.dnd-section > .row-fluid {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none;
}

@media only screen and (max-width: 767px){
  .for-desktop {
    display: none !important;
  }

  .for-mobile {
    display: block;
  }
}





.cm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 12em;
  padding-bottom: 12em;
}

.cm-row .cm-row {
  padding-top: 0;
  padding-bottom: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

/* for max-width Alignments */
.align-MaxCenter{
  margin: 0 auto;
  text-align:center;
}

.align-MaxLeft{
  margin-left: auto;
  text-align:left;
}

.align-MaxRight{
  margin-right: auto;
  text-align:right;
}

.marginAuto{
  margin: 0 auto;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  -webkit-box-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  -webkit-box-pack: center!important;
  justify-content: center!important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-2-5, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px){
  .col-md {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-block {
    display: block!important;
  }

  .d-md-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
  }

  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
  }
  .d-md-none {
    display: none!important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width: 992px){
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none!important;
  }
  .d-lg-block {
    display: block!important;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
  }
}







html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
	margin: 0;
  font-weight: 700;
}

a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #262625;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

p a:hover {
	text-decoration: underline;
}

a.not:(.btn),
a.not:(.btn:hover),
p a:hover {
	text-decoration: underline;
}

p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 30px;
}

strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}


h1 {
	font-size: 64px;
	line-height: 70px;
}

h2 {
	font-size: 50px;
	line-height: 60px;
}

h3 {
	font-size: 36px;
	line-height: 40px;
}

h4 {
	font-weight: 600;
	font-size: 30px;
	line-height: 46px;
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}


@media(max-width: 767px) {

    h1 {
      font-weight: 700;
      font-size: 50px;
      line-height: 60px;
    }

    h2 {
      font-weight: 700;
      font-size: 36px;
      line-height: 40px;
    }

    h3 {
      font-weight: 600;
      font-size: 30px;
      line-height: 36px;
    }

    h4 {
      font-weight: 600;
      font-size: 24px;
      line-height: 30px;
    }

    h5 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
    }

    h6 {
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
    }
}







.color-darkblue {
  color: #252b48!important;
}

.color-white {
  color: #FFFFFF!important;
}

.color-black {
  color: #000000!important;
}







.bg-black {
  background-color: #252b48;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lightblue {
  background: #f2fbff;
}





.btn-group .hs-cta-wrapper {
  padding-right: 20px;
}

.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cta-wrapper .cta:first-of-type {
  margin-right: 30px;
}

.cta-wrapper .btn:first-of-type {
  margin-right: 30px;
}

.cta {
  font-family: "Lato", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 1.25em 2.5em;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.5em;
  color: #232323;
}

.btn {
	display: inline-block;
  font-family: "Lato", sans-serif;
  text-align: center;
  padding: 0.75em 1.5em;
  font-weight: 800;
	font-size: 1em;
	line-height: 1.5em;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	
}

.btn-gradient {
	position: relative;
	overflow: hidden;
	color: #262625!important;
	Background-color: #CCFF00;
}

.btn-gradient-white {
	position: relative;
	overflow: hidden;
	color: #262625!important;
	Background-color: #FFFFFF;
}

.btn-gradient-black {
	position: relative;
	overflow: hidden;
	color: #ffffff!important;
	Background-color: #262625;
}

.btn-gradient-black span,
.btn-gradient-white span,
.btn-gradient span {
  position: relative;
}

.btn-gradient::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #6ED17F, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-white::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #EDECE8, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-black::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #393939, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-black:hover::before,
.btn-gradient-white:hover::before,
.btn-gradient:hover::before {
  --size: 200px;
}

.btn-text-only-white {
	color: #FFFFFF;
	background-color: transparent;
}

.btn-text-only-black {
	color: #262625;
	background-color: transparent;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}





.marB50-heading {
	margin-bottom:50px;
}

@media(max-width: 767px) {
	
	.marB50-heading {
		margin-bottom: 30px;
	}
	
}






.sr-only {
  border: 0;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}

.heading-col-center {
  text-align: center;
  margin: 0 auto 50px;
}

span.line {
  display: block;
  width: 54px;
  height: 6px;
  transform: skew(-20deg);
  background: #134e7c;
}

span.line-orange {
  background: #f7931e;
  display: block;
  width: 54px;
  height: 6px;
  transform: skew(-20deg);
}

span.line-skyblue {
  background: #0168aa;
  display: block;
  width: 54px;
  height: 6px;
  transform: skew(-20deg);
}

span.line-purple {
  background: #41018a;
  display: block;
  width: 54px;
  height: 6px;
  transform: skew(-20deg);
}



.pos_relative{
  position: relative;
}

.id_scrolling {
  position: absolute;
  top: -110px;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}

@media(max-width: 767px) {

  .heading-col-center {
    margin: 0 auto 35px;
  }

}






form,
.submitted-message {
  color: #262625;
  font-weight: 500;
}

/* Form title */
.form-title {
  color: #262625;
}






table {
  border-color: rgba(3, 41, 89, 0.3);
}

th,
td {
  border-color: rgba(3, 41, 89, 0.3);
  color: #262625;
}

thead th,
thead td {
  background-color: none;
  border-bottom-color: rgba(3, 41, 89, 0.3);
  color: #262625;
}

tfoot td {
  background-color: none;
  color: #262625;
}






.video-js button:hover, 
.video-js button:focus, 
.video-js .button:hover, 
.video-js .button:focus,
.video-js.bc-player-default_default .vjs-big-play-button:hover,
.video-js.bc-player-default_default:hover .vjs-big-play-button,
.video-js.bc-player-default_default .vjs-play-progress{
	background-color: #7A7C6F!important;
}

.video-js .vjs-dock-text {
	display: none!important;
}