/* Theme base styles */


/* Generic
*/
/*******************************************
* Visibility
******************************************* */
.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.visibility-phone {
  display: block;
  opacity: 1;
  visibility: visible;
}
.visibility-phone-hard {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.visibility-desktop {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.visibility-desktop-hard {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.z10{
  z-index: 10;
}
.z1{
  z-index: 1;
}
.z2{
  z-index: 2;
}
.z3{
  z-index: 3;
}

@media (min-width: 992px) {
  .visibility-phone {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .visibility-phone-hard {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .visibility-desktop {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .visibility-desktop-hard {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/*******************************************
* image 
******************************************* */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

/*******************************************
* Background Color
******************************************* */
@media (max-width:992px) {
  .xs-body-blue-quatenary-child { background:rgba(var(--color-quatenarychild-rgba),.30); }
}
@media (min-width:992px) {
  .lg-body-blue-quatenary-child { background:rgba(var(--color-quatenarychild-rgba),.30); }
}

.bkg-img-cover {
  background-size:cover; 
  background-position:center; 
  background-repeat:no-repeat;
}


.bkg-color{ position: relative; }
.bkg-color-bottom{ position: relative; }
.bkg-color:before { z-index: 0; position: absolute; content: '';  right: 0; left: 0; top:0; bottom:0; background: transparent;}
.bkg-color-bottom:before { z-index: 0; position: absolute; content: '';  right: 0; left: 0; bottom:0; background: transparent;}
.bkg-color.is-small:before { height: 80%;}
.bkg-color.is-default:before { height: 100%;}
.bkg-color.is-big:before { height: 110%;}
.bkg-color.is-white:before { background:var(--color-white-hex); }
.bkg-color.is-green:before { background:rgba(var(--color-tertiary-rgba),.30); }
.bkg-color.is-green-secondary-mobile:before { background:var(--color-secondary-hex); }

/*******************************************
* Background Color new theme
******************************************* */
.bkg-color.is-sky-blue:before { background:var(--color-secondarychild-hex); }
.bkg-color.is-blue-primary:before { background:var(--color-primarychild-hex); }
.bkg-color.is-blue-quatenary:before { background:rgba(var(--color-quatenarychild-rgba),.30); }
/*******************************************
* Background Color new theme bottom
******************************************* */
.bkg-color-bottom.is-sky-blue:before { background:var(--color-secondarychild-hex); }
.bkg-color-bottom.is-blue-primary:before { background:var(--color-primarychild-hex); }
.bkg-color-bottom.is-blue-quatenary:before { background:rgba(var(--color-quatenarychild-rgba),.30); }


.bkg-color.is-transparent{ background:transparent; }

@media (min-width:600px) {
  .bkg-color.is-green-secondary-mobile:before { background:transparent; }
}
/*******************************************
* Color Filter
******************************************* */
.color-filter {
  position: relative;
}
.color-filter:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.color-filter.is-green:before {
  background:rgba(var(--color-tertiary-rgba),.30);
}
.color-filter.is-blue:before {
  background:rgba(var(--color-primary-rgba),.80);
}
.color-filter.is-green-dark:before {
  background:rgba(var(--color-secondary-rgba),.80);
}
.color-filter.is-green-dark:after {
  background:rgba(var(--color-secondary-rgba),.80);
}
.color-filter.is-green-dark-opacity-bold:before {
  background:rgba(var(--color-secondary-rgba));
}
.color-filter.is-transparent:before {
  background:transparent;
}


/*******************************************
* Padding & Margin
******************************************* */
.p0 {
  padding-left:0!important;
  padding-right:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.p10{
  padding:10px;
}
.p15{
  padding:15px;
}
.p20{
  padding:20px;
}
.p75{
  padding:75px!important;
}
/* PADDING right */
.pr-5{
  padding-right: 5px;
}
.pr-10{
  padding-right: 10px;
}
.pr-15{
  padding-right: 15px;
}
.pr-20{
  padding-right: 20px;
}
.pr-30{
  padding-right: 30px;
}
.pr-35{
  padding-right: 35px;
}
.pr-40{
  padding-right: 40px;
}
/* PADDING left */
.pl-10{
  padding-left: 10px;
}
.pl-15{
  padding-left: 15px;
}
.pl-20{
  padding-left: 20px;
}
.pl-30{
  padding-left: 30px;
}
.pl-35{
  padding-left: 35px;
}
.pl-40{
  padding-left: 40px;
}
.pl-70{
  padding-left: 70px;
}
/* PADDING BOTTOM */
.pb-bottom-0{
  padding-bottom: 0!important;
}
.pb-10{
  padding-bottom: 10px;
}
.pb-12{
  padding-bottom: 12px;
}
.pb-16{
  padding-bottom: 16px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-25{
  padding-bottom: 25px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-100{
  padding-bottom: 100px;
}
/* PADDING top */
.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-25{
  padding-top: 25px;
}
.pt-40{
  padding-top: 40px;
}
.pt-60{
  padding-top: 60px;
}
.pt-80{
  padding-top: 80px;
}
.pt-100{
  padding-top: 100px;
}
@media (min-width:992px) {
  .pt-60-desktop{
    padding-top: 60px;
  }
  .pt-pb-60-desktop{
    padding: 60px 0;
  }

}
@media (max-width:992px) {
  .pb-bottom-0-phone{
    padding-bottom: 0!important;
  }
}
.m-auto{
  margin: auto;
}
.m10{
  margin: 10px;
}
.m20{
  margin: 20px;
}
.m30{
  margin: 30px;
}
/* MARGIN left */
.ml-10{
  margin-left: 10px;
}
.ml-20{
  margin-left: 20px;
}
.ml-30{
  margin-left: 30px;
}
.ml-70{
  margin-left: 70px;
}
/* MARGIN right */
.mr-10{
  margin-right: 10px;
}
.mr-20{
  margin-right: 20px;
}
.mr-30{
  margin-right: 30px;
}
.mr-70{
  margin-right: 70px;
}
/* MARGIN BOTTOM */
.mb-10{
  margin-bottom: 10px;
}
.mb-12{
  margin-bottom: 12px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-70{
  margin-bottom: 70px;
}
.mb-90{
  margin-bottom: 90px;
}
.mb-100{
  margin-bottom: 100px;
}
/* Margin top */
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
/* Margin right */
.mr-10{
  margin-right: 10px;
}
.mr-20{
  margin-right: 20px;
}
.mr-40{
  margin-right: 40px;
}
/* NO PADDING - MARGIN  */
.no-gutters{
  padding-left:0!important;
  padding-right:0!important;
}
.no-gutters-margin {
  margin-left:0!important;
  margin-right:0!important;
}
.no-padding{
  padding:0!important;
}
.no-margin {
  margin:0!important;
}
@media (max-width:992px) {
  .no-gutters-mobile{
    padding-left:0!important;
    padding-right:0!important;
  }
  .gutters{
    padding-left:15px;
    padding-right:15px;
  }
}
@media (min-width:992px) {
  .no-gutters-desktop{
    padding-left:0!important;
    padding-right:0!important;
  }
}


.m0 {
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0;
}

/****************************************
* Height
* ****************************************/
.h10 {height: 10px}

.h20 {height: 20px}

.h40 {height: 40px}

/****************************************
* Width
* ****************************************/
.w10 {width: 10px}

.w20 {width: 20px}

.w40 {width: 40px}

/****************************************
* Elements
* ****************************************/
.img-bkg-cover {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}

@media (max-width:992px) {
  .breadcrumbs-desktop {
    display:none;
  }
}
@media (min-width:992px) {
  .h-logo-header {
    width: 279px!important;
    height: 51px!important;
  }
}

.img-filter {
  position: relative;
}

.img-filter:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.img-resize-cover img,
img.img-resize-cover {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.img-resize-contain img,
img.img-resize-contain {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
/****************************************
* Typos
* ****************************************/
.fw-bold {
  font-weight:bold;
}

.font-small{
  font-size: var(--typo-small-font-size);
}

.font-20px{
  font-size: 20px;
}
.font-18px{
  font-size: 18px;
}
.font-14px{
  font-size: 14px;
}
.font-14px-hard{
  font-size: 14px!important;
}
/*****************************************
* Position
* *****************************************/
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}

@media (min-width:600px) {
  .txt-left-desktop {
    text-align: left!important;
  }
  .txt-center-desktop {
    text-align: center!important;
  }
}


/****************************************
* Colors
* ****************************************/
.txt-white {
  color:var(--color-white-hex)!important;
}
.txt-blue {
  color:var(--color-primary-hex)!important;
}
.txt-green {
  color:var(--color-secondary-hex)!important;
}
.bkg-white {
  background:var(--color-white-hex);
}
.bkg-green {
  background:rgba(var(--color-tertiary-rgba),.30);
}

@media (min-width:992px) {
  .txt-white-desktop {
    color:var(--color-white-hex)!important;
  }
}
/*******************************************
* Color new theme
******************************************* */
.txt-blue-primary-child {
  color:var(--color-primarychild-hex)!important;
}
.txt-blue-secondary-child {
  color:var(--color-secondarychild-hex)!important;
}
.bkg-blue-secondary-child {
  background:var(--color-secondarychild-hex);
}
.bkg-blue-primary-child {
  background:var(--color-primarychild-hex);
}

.txt-blue-secondary {
  color:var(--color-secondarychild-hex)!important;
}

/*****************************************
* Layout
* *****************************************/

.w100 {
  width:100%;
}

.h100 {
  height:100%;
}

.default-section-spacing {
  padding:30px 8px;
}

@media (min-width:992px) {
  .default-section-spacing {
    padding:60px 12px;
  }
}

.bt-col-margin {
  margin-bottom:18px
}

.no-scroll {
  overflow:hidden;
}
.overflow-auto{
  overflow:auto;
}
.overflow-auto-x{
  overflow-x:auto;
  overflow-y:hidden;
}
.overflow-auto-y{
  overflow-x:hidden;
  overflow-y:auto;
}
.overflow-auto-y::-webkit-scrollbar,
.overflow-auto-x::-webkit-scrollbar,
.overflow-auto::-webkit-scrollbar{
  /*width: 5px;*/
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (min-width:992px) {
  .bt-col-margin {
    margin-bottom:32px
  }

  .sticky-onscroll {
    position:sticky;
    top:80px;
  }
}

@media (max-width:991px) {
  .mobile-no-scroll {
    overflow:hidden;
  }
}


/**************************
* Other
* **************************/
.absolute-link{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-block {
  display: block;
}

.d-block-hard {
  display: block !important;
}
.transition-transform {
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.radius-30px{
  border-radius: 30px;
}
.radius-40px{
  border-radius: 40px;
}
.radius-60px{
  border-radius: 60px;
}
.radius-circle{
  border-radius: 50%;
}

.relative{
  position: relative;
}
.absolute{
  position: absolute;
}



.overflow-scrollbar-vertical::-webkit-scrollbar-track {
  border-radius: 4px;
  width: 2px;
}

.overflow-scrollbar-vertical::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.overflow-scrollbar-vertical::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.overflow-scrollbar-horizontal::-webkit-scrollbar-track {
  border-radius: 4px;
  height: 2px;
}

.overflow-scrollbar-horizontal::-webkit-scrollbar {
  height: 8px;
  border-radius: 4px;
}

.overflow-scrollbar-horizontal::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

/* For heading in modules */
.section-heading {
  margin-bottom:32px;
}


@media (min-width:992px) {
  .section-heading {
    margin-bottom:54px;
  }
}


/* Macro Link Text + Arrow */
.bkg-anchor a.link-text-arrow:hover,
.bkg-white  a.link-text-arrow:hover {
  color: var(--color-tertiary-hex);
}
.bkg-anchor  a.link-text-arrow:active,
.bkg-white  a.link-text-arrow:active{
  color: var(--color-primary-hex);
}

.bkg-tertiary  a.link-text-arrow,
.bkg-anchor  a.link-text-arrow {
  color: var(--color-white-hex);
} 

/* Layout
*/




/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}





/**************** Theme settings ****************/
.body-container-wrapper .body-container {
  padding:0 0;
}
.body-container-wrapper {
  margin-top: 90px;
}

.content-wrapper {
  max-width: var( --container-width);
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--dnd-section-padding);
}
.dnd-section-new-theme {
  padding: var(--dnd-section-padding-new-theme);
}

.dnd-section-new-theme > .row-fluid,
.dnd-section > .row-fluid{
  max-width: 100%;
  margin: 0 auto;
}

/**************** Default ****************/

.content-wrapper, 
.dnd-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section-new-theme > .row-fluid,
.dnd-section > .row-fluid, 
.dnd-wrapper {
  max-width: var( --container-width);
}


.dnd-section-new-theme .dnd-column,
.dnd-section .dnd-column{
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section-new-theme .dnd-column,
  .dnd-section .dnd-column{
    padding: 0;
  }
}

@media screen and (min-width: 991px) {
  .body-container-wrapper {
    margin-top: 115px;
  }
}




.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

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

body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: var(--body-font-size-mobile);
  font-weight: 300;
  line-height: 1.4;
  word-break: break-word;
}

@media (min-width: 992px) {
  body {
    font-size: var(--body-font-size);
  }
}
@media (max-width: 992px) {
  html, body {
    overflow-x: hidden;
  }
}

/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 16px;
  line-height: 1.2;
}

h1,
.h1 {
  font-family: var(--typo-h1-font);
  color: var(--typo-h1-text-color);
  font-size: var(--typo-h1-font-size-mobile);
  font-weight: var(--typo-h1-font-weight);
  text-transform: var(--typo-h1-text-transform);
}

.banner-title,
h1.banner-title {
  font-size: 28px;
  line-height: 1;
}

h2,
.h2 {
  font-family: var(--typo-h2-font);
  color: var(--typo-h2-text-color);
  font-size: var(--typo-h2-font-size-mobile);
  font-weight: var(--typo-h2-font-weight);
  text-transform: var(--typo-h2-text-transform);
}

h3,
.h3 {
  font-family: var(--typo-h3-font);
  color: var(--typo-h3-text-color);
  font-size: var(--typo-h3-font-size-mobile);
  font-weight: var(--typo-h3-font-weight);
  text-transform: var(--typo-h3-text-transform);
}

h4,
.h4 {
  font-family: var(--typo-h4-font);
  color: var(--typo-h4-text-color);
  font-size: var(--typo-h4-font-size-mobile);
  font-weight: var(--typo-h4-font-weight);
  text-transform: var(--typo-h4-text-transform);
}

h5,
.h5 {
  font-family: var(--typo-h5-font);
  color: var(--typo-h5-text-color);
  font-size: var(--typo-h5-font-size-mobile);
  font-weight: var(--typo-h5-font-weight);
  text-transform: var(--typo-h5-text-transform);
}

h6,
.h6 {
  font-family: var(--typo-h6-font);
  color: var(--typo-h6-text-color);
  font-size: var(--typo-h6-font-size-mobile);
  font-weight: var(--typo-h6-font-weight);
  text-transform: var(--typo-h6-text-transform);
}

/* Headings Child*/
.h1-child,
.h2-child,
.h3-child,
.h4-child,
.h5-child,
.h6-child {
  margin: 0 0 16px;
  line-height: 1.2;
}

.h1-child {
  font-family: var(--typo-h1child-font);
  color: var(--typo-h1child-text-color);
  font-size: var(--typo-h1child-font-size-mobile);
  font-weight: var(--typo-h1child-font-weight);
  text-transform: var(--typo-h1child-text-transform);
}

.banner-title,
h1.h1-child.banner-title {
  font-size: 28px;
  line-height: 1;
}

.h2-child {
  font-family: var(--typo-h2child-font);
  color: var(--typo-h2child-text-color);
  font-size: var(--typo-h2child-font-size-mobile);
  font-weight: var(--typo-h2child-font-weight);
  text-transform: var(--typo-h2child-text-transform);
}

.h3-child {
  font-family: var(--typo-h3child-font);
  color: var(--color-secondarychild-hex);
  font-size: var(--typo-h3child-font-size-mobile);
  font-weight: var(--typo-h3child-font-weight);
  text-transform: var(--typo-h3child-text-transform);
}

.h4-child {
  font-family: var(--typo-h4child-font);
  color: var(--typo-h4child-text-color);
  font-size: var(--typo-h4child-font-size-mobile);
  font-weight: var(--typo-h4child-font-weight);
  text-transform: var(--typo-h4child-text-transform);
}

.h5-child {
  font-family: var(--typo-h5child-font);
  color: var(--typo-h5child-text-color);
  font-size: var(--typo-h5child-font-size-mobile);
  font-weight: var(--typo-h5child-font-weight);
  text-transform: var(--typo-h5child-text-transform);
  line-height: 25px;
}

.h6-child {
  font-family: var(--typo-h6child-font);
  color: var(--typo-h6child-text-color);
  font-size: var(--typo-h6child-font-size-mobile);
  font-weight: var(--typo-h6child-font-weight);
  text-transform: var(--typo-h6child-text-transform);
}



.small {
  font-size: var(--typo-small-font-size);
}

@media (min-width: 992px) {
  .banner-title,
  h1.banner-title {
    font-size: 60px;
  }

  h1,
  .h1 {
    font-size: var(--typo-h1-font-size);
  }

  h2,
  .h2 {
    font-size: var(--typo-h2-font-size);
  }

  h3,
  .h3 {
    font-size: var(--typo-h3-font-size);
  }

  h4,
  .h4 {
    font-size: var(--typo-h4-font-size);
  }

  h5,
  .h5 {
    font-size: var(--typo-h5-font-size);
  }

  h6,
  .h6 {
    font-size: var(--typo-h6-font-size);
  }
  .h1-child {
    font-size: var(--typo-h1child-font-size);
  }

  .h2-child {
    font-size: var(--typo-h2child-font-size);
  }

  .h3-child {
    font-size: var(--typo-h3child-font-size);
  }

  .h4-child {
    font-size: var(--typo-h4child-font-size);
  }

  .h5-child {
    font-size: var(--typo-h5child-font-size);
    line-height: 28px;
  }

  .h6-child {
    font-size: var(--typo-h6child-font-size);
  }
}

/* Paragraphs */

p {
  margin: 0 0 6px;
}
.font-black {
  font-family: var(--typo-h1-font);
}

/* Anchors */

a {
  font-family: var(--link-typo-text-font);
  font-weight: var(--link-font-weight);
  color: var(--link-text-color);
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-out;
}

a:not.hs-button-blue-light:hover,
a:not.hs-button-green-light:hover,
a:not.hs-button-blue:hover,
a:not.hs-button-small:hover,
a:not.hs-button:hover,
a:not.cta_button:hover,
a:not.hs-button-green-light:focus,
a:not.hs-button-blue:focus,
a:not.hs-button-blue-light:focus,
a:not.hs-button-small:focus,
a:not.hs-button:focus,
a:not.cta_button:focus{
  color: var(--link-text-color-focus);
}

a:active {
  color: var(--link-text-color-active);
}

.hs_cos_wrapper_type_rich_text a {
  background-image: var(--color-gradient-2);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position-y: calc(200% - 1px);
}

.hs_cos_wrapper_type_rich_text a:hover {
  background-position-y: calc(180% - 1px);
}

/* Blockquote */

blockquote {
  position: relative;
}

blockquote p {
  margin-left: 16px;
}

blockquote:before {
  position: absolute;
  display: block;
  background: var(--color-gradient-2);
  width: 9px;
  height: 100%;
  content: " ";
}

/* Lists */
ul.cp-breadcrumbs, ul.component-breadcrumbs{
  padding-left: 0px!important;
}


ul,
ol {
  margin: 0 0 12px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs_cos_wrapper_type_module ul:not(.cp-breadcrumbs, .component-breadcrumbs),
.hs_cos_wrapper_type_module ol {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: none;
}

.hs_cos_wrapper_type_module ul ul,
.hs_cos_wrapper_type_module ol ul,
.hs_cos_wrapper_type_module ul ol,
.hs_cos_wrapper_type_module ol ol {
  margin: 0;
  padding: 0;
}

.hs_cos_wrapper_type_module ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.hs_cos_wrapper_type_module ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .component-breadcrumbs) li {
  padding-left: 20px;
}
.hs_cos_wrapper_type_module ul.component-breadcrumbs li {
  padding-right: 1px;
}
.hs_cos_wrapper_type_module ul.component-breadcrumbs li:not(:last-child) {
  padding-left: 5px;
}
.hs_cos_wrapper_type_module ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs) li {
  position: relative;
}

.hs_cos_wrapper_type_module ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .component-breadcrumbs) li:not(:last-child) {
  margin-bottom: 8px;
}

.hs_cos_wrapper_type_module ul:not(.slick-dots, .lang_list_class, .hs-error-msgs, .inputs-list, .no-list, .pagination, .cp-breadcrumbs, .component-breadcrumbs) li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
  background: var(--color-secondary-hex);
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.component-breadcrumbs a {
  font-family: var(--breadcrumbs-typo-text-font);
}

.hs_cos_wrapper_type_module ol li {
  position: relative;
  counter-increment: i;
}

.hs_cos_wrapper_type_module ol li:not(:last-child) {
  margin-bottom: 8px;
}

.hs_cos_wrapper_type_module ol li:before {
  content: counter(i) ".";
  font-weight: 600;
  margin-right: 10px;
  color: var(--color-primary-hex);
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Images */

img {
  font-size: 0.583rem;
  word-break: normal;
  max-width: 100%;
}

.hs_cos_wrapper_type_linked_image {
  position: relative;
}

.hs_cos_wrapper_type_linked_image,
.hs_cos_wrapper_type_linked_image a {
  display: block;
}

.hs_cos_wrapper_type_linked_image:after {
  position: absolute;
  bottom: 30px;
  right: 0px;
  height: 100px;
  width: 100px;
  background-image: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/AlterSolutions/ASSET-Alter-Icon-white.svg);
  background-size: cover;
  background-position: center;
  content: "";
}

.hs_cos_wrapper_type_linked_image a:after {
  position: absolute;
  bottom: 30px;
  left: 30px;
  content: "";
  height: 38px;
  width: 38px;
  background-image: url(https://5690371.fs1.hubspotusercontent-na1.net/hubfs/5690371/Alter%20Solutions%202022/ASSETS-%20Only%20for%20dev/N-Arrow-BTN-Primary3-rest.svg);
  background-size: cover;
  background-position: center;
  transition: all .3s ease-out;
}

.hs_cos_wrapper_type_linked_image a:hover:after {
  background-image: url(https://5690371.fs1.hubspotusercontent-na1.net/hubfs/5690371/Alter%20Solutions%202022/ASSETS-%20Only%20for%20dev/N-Arrow-BTN-Primary3-hover.svg);
}

.hs_cos_wrapper_type_linked_image a:focus:after {
  background-image: url(https://5690371.fs1.hubspotusercontent-na1.net/hubfs/5690371/Alter%20Solutions%202022/ASSETS-%20Only%20for%20dev/N-Arrow-BTN-Primary3-click.svg);
}

@media (min-width: 992px) {
  .hs_cos_wrapper_type_linked_image:after {
    height: 150px;
    width: 150px;
    bottom: 50px;
  }
}

/* Common Module HubSpot */
.hs_cos_wrapper_type_icon {
  background: var(--color-white-hex);
  border-radius: 50%;
  display:inline-flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.hs_cos_wrapper_type_icon svg {
  width: 30px;
  height: 30px;
  padding: 4px;
  transition: all .3s ease-out;
}

.hs_cos_wrapper_type_icon svg path {
  fill: var(--color-primary-hex);
}

/* Hover */
.hs_cos_wrapper_type_icon svg:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.hs_cos_wrapper_type_icon svg:hover path {
  /*fill: var(--color-white-hex);*/
}
/*-- Green Default Button --*/

.hs-button {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: var(--button-font-size);
  border-top: var(--button-border-top);
  border-bottom: var(--button-border-bottom);
  border-left: var(--button-border-left);
  border-right: var(--button-border-right);
  font-family: var(--button-text-font-style);
  font-weight: var(--button-text-font-weight);
  background-color: var(--button-background-color);
  border-radius: var(--button-corner-radius);
  color: var(--button-text-font-color);
  text-transform: var(--button-text-transformation);
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background-color, color, border-color, transform;
  white-space: normal;
  text-align:center;
}


.hs-button:active {
  background-color: var(--button-background-color);
  border-color: var(--button-background-color);
}


.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/*Desktop*/
@media (min-width:992px) {

  .hs-button {
  }


  .hs-button:hover,
  .hs-button:focus {
    color: var(--color-white-hex);
    background-color: var(--color-tertiary-hex);
    border-color: var(--color-tertiary-hex);
    transform:translateY(-3px);
  }
}
/*-- GREEN light Button --*/
.hs-button-green-light {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  border-top: var(--button-border-top);
  border-bottom: var(--button-border-bottom);
  border-left: var(--button-border-left);
  border-right: var(--button-border-right);
  font-family: var(--button-text-font-style);
  font-weight: var(--button-text-font-weight);
  background-color: transparent;
  border-radius: var(--button-corner-radius);
  color: var(--color-secondary-hex);
  text-transform: var(--button-text-transformation);
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background-color, color, border-color, transform;
  white-space: normal;
  border-color: var(--color-secondary-hex);
  text-align:center;
}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-green-light {
  }
  .hs-button-green-light:hover {
    background:var(--button-background-color);
    color:var(--color-white-hex);
    transform:translateY(-3px);
  }
}





/*-- blue Button --*/
.hs-button-blue {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: var(--button-font-size);
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-white-hex);
  background-color: var(--color-white-hex);
  color:var(--color-primary-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue:hover {
    background:var(--color-primary-hex);
    color:var(--color-white-hex);
    transform:translateY(-3px);
    border-color:var(--color-primary-hex);
  }
}

.hs-button-blue-light {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: var(--button-font-size);
  border-top: var(--button-border-top);
  border-bottom: var(--button-border-bottom);
  border-left: var(--button-border-left);
  border-right: var(--button-border-right);
  font-family: var(--button-text-font-style);
  font-weight: var(--button-text-font-weight);
  background-color: transparent;
  border-radius: var(--button-corner-radius);
  color: var(--color-primary-hex);
  text-transform: var(--button-text-transformation);
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background-color, color, border-color, transform;
  white-space: normal;
  border-color: var(--color-primary-hex);
  text-align:center;
}
.hs-button-blue-light:active {
  color: var(--color-white-hex);
}


/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-light {
  }
  .hs-button-blue-light:hover {
    background:var(--color-primary-hex);
    color:var(--color-white-hex);
    transform:translateY(-3px);
  }
}


.hs-button-white-light {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: var(--button-font-size);
  border-top: var(--button-border-top);
  border-bottom: var(--button-border-bottom);
  border-left: var(--button-border-left);
  border-right: var(--button-border-right);
  font-family: var(--button-text-font-style);
  font-weight: var(--button-text-font-weight);
  background-color: transparent;
  border-radius: var(--button-corner-radius);
  color: var(--color-white-hex);
  text-transform: var(--button-text-transformation);
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background-color, color, border-color, transform;
  white-space: normal;
  border-color: var(--color-white-hex);
  text-align:center;
}


/*Desktop*/
@media (min-width:992px) {
  .hs-button-white-light {
  }
  .hs-button-white-light:hover {
    background:var(--color-white-hex);
    color:var(--color-primary-hex);
    transform:translateY(-3px);
  }
}


/*-- Blue to Green Button --*/

.hs-button-small {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: var(--button-font-size);
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-primary-hex);
  background-color: var(--color-white-hex);
  color:var(--color-primary-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-small:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-small {
  }
  .hs-button-small:hover {
    color: var(--color-white-hex);
    background-color: var(--color-secondary-hex);
    border-color: var(--color-secondary-hex);
    transform:translateY(-3px);
  }
}



/*---------------------------------------------------------- OLD Button --*/


/*-- No button --*/
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


/*----------------------------------------------------- NEW THEME---------------------------------------- --*/

/*-- Blue dark Button --*/

.hs-button-blue-primary-child {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 13px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-primarychild-hex);
  background-color: var(--color-primarychild-hex);
  color:var(--color-white-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue-primary-child:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-primary-child {
      font-size: var(--button-font-size);
  }
  .hs-button-blue-primary-child:hover {
    color: var(--color-white-hex);
    background-color: #0077AF;
    border-color: #0077AF;
    transform:translateY(-3px);
  }
}
/*-- Blue light Button --*/

.hs-button-blue-secondary-child {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 13px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-secondarychild-hex);
  background-color: var(--color-secondarychild-hex);
  color:var(--color-white-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue-secondary-child:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-secondary-child {
    font-size: var(--button-font-size);
  }
  .hs-button-blue-secondary-child:hover {
    color: var(--color-white-hex);
    background-color: #59D3EA;
    border-color: #59D3EA;
    transform:translateY(-3px);
  }
}
/*-- Blue white Button --*/

.hs-button-blue-white-secondary-child {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 13px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-secondarychild-hex);
  background-color: var(--color-white-hex);
  color:var(--color-secondarychild-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue-white-secondary-child:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-white-secondary-child {
     font-size: var(--button-font-size);
  }
  .hs-button-blue-white-secondary-child:hover {
    color: var(--color-white-hex);
    background-color: #59D3EA;
    border-color: #59D3EA;
    transform:translateY(-3px);
  }
}


/*-- Blue white Button Mobile-nav--*/

.hs-button-blue-white-secondary-child-nav {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 16px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-secondarychild-hex);
  background-color: var(--color-white-hex);
  color:var(--color-secondarychild-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue-white-secondary-child-nav:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-white-secondary-child-nav {
     font-size: var(--button-font-size);
  }
  .hs-button-blue-white-secondary-child-nav:hover {
    color: var(--color-white-hex);
    background-color: #59D3EA;
    border-color: #59D3EA;
    transform:translateY(-3px);
  }
}

/*-- white/Blue Button FOOTER --*/

.hs-button-blue-primary-footer-child {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 13px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-white-hex);
  background-color: var(--color-white-hex);
  color:var(--color-primarychild-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}

.hs-button-blue-primary-footer-child:active {}

/*Desktop*/
@media (min-width:992px) {
  .hs-button-blue-primary-footer-child {
     font-size: var(--button-font-size);
  }
  .hs-button-blue-primary-footer-child:hover {
   color: var(--color-white-hex);
    background-color: #59D3EA;
    border-color: #59D3EA;
    transform:translateY(-3px);
  }
}

/*-- Light/white Button --*/

.hs-button-white-card-child {
  padding-left: var(--button-padding-left);
  padding-right: var(--button-padding-right);
  padding-bottom: var(--button-padding-bottom);
  padding-top: var(--button-padding-top);
  font-size: 13px;
  font-weight: var(--button-text-font-weight);
  border:1px solid var(--color-white-hex);
  background-color: transparent;
  color:var(--color-white-hex);
  border-radius: var(--button-corner-radius);
  text-decoration:none;
  cursor: pointer;
  display: inline-flex;
  justify-content:center;
  align-items:center;
  transition: all 0.15s linear;
  transition-property:background, color, transform;
  white-space: normal;
  text-align:center;
}
@media (min-width:992px) {
  .hs-button-white-card-child {
     font-size: var(--button-font-size);
  }
  .hs-button-white-card-child:hover {
  }
}
/**************** Theme settings & Default ****************/
form,
.submitted-message {
  ;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* Form title */

.form-title {
  color: var(--form-title-font-color);
}

/* Labels */

form .hs-form-field > label {
  color: var(--form-label-font-color);
  display: block;
  font-size:16px;
  font-weight:300;
  margin-bottom:2px;
}

/* Help text */

form legend {
  color: var(--form-help-text-font-color);
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: var(--body-font);
  border-top: var(--form-field-border-top);
  border-bottom: var(--form-field-border-bottom);
  border-left: var(--form-field-border-left);
  border-right: var(--form-field-border-right);
  background-color: var(--form-field-background-color);
  color: var(--form-field-font-color);
  border-radius: var(--form-field-corner-radius);
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  width: 100%!important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  outline:none;
}

form fieldset {
  max-width: 100% !important;
}

.sec-contact form textarea {
  min-height: 269px;
}

@media (min-width:992px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    padding: 14px 20px;
  }
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: var(--form-field-placeholder-color);
}

::-moz-placeholder {
  color: var(--form-field-placeholder-color);
}

:-ms-input-placeholder {
  color: var(--form-field-placeholder-color);
}

::placeholder {
  color: var(--form-field-placeholder-color);
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--form-field-placeholder-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--color-primary-hex);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: var(--color-primary-hex) !important;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--color-primary-hex);
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  position:relative;
  border-top: var(--button-border-top);
  border-bottom: var(--button-border-bottom);
  border-left: var(--button-border-left);
  border-right: var(--button-border-right);
  padding-left:34px;
  padding-right:34px;
  padding-bottom:12px;
  padding-top:12px;
  font-family:  var(--button-text-font-style);
  background-color: var(--button-background-color);
  border-radius: var(--button-corner-radius);
  color: var(--button-text-font-color);
  text-transform: var(--button-text-transformation);
  font-size:15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: var(--color-white-hex);
  border-color: var(--color-secondary-hex);
  color:var(--color-secondary-hex);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--button-background-color);
  border-color: var(--button-border-color-active);
}

.white-version form input[type=submit],
.white-version form .hs-button {
  background:var(--color-white-hex);
  color:var(--color-primary-hex);
}

.white-version form input[type=submit]:hover,
.white-version form .hs-button:hover {
  background-color: var(--color-white-hex);
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: var(--form-field-error-color-hex);
  background-color:rgba(var(--form-field-error-color-rgba), .15);
}

ul.hs-error-msgs li {
  margin:0;
}

.hs-error-msg {
  font-size:10px;
  color:var(--color-primary-hex);
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Captcha */


/*Desktop*/
@media (min-width:992px) {
  form input[type=submit],
  form .hs-button {
    padding-left:var(--button-padding-left)!important;
    padding-right:var(--button-padding-right)!important;
    padding-bottom:var(--button-padding-bottom)!important;
    padding-top:var(--button-padding-top)!important;
    font-size: var(--button-font-size);
  }
}
/**************** Theme settings & Default ****************/
table {
  border-top: var(--tables-cells-border-top);
  border-bottom: var(--tables-cells-border-bottom);
  border-left: var(--tables-cells-border-left);
  border-right: var(--tables-cells-border-right);
  background-color: var(--tables-body-background);
  border-collapse: collapse;
  margin: 16px 0;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  border-top: var(--tables-cells-border-top);
  border-bottom: var(--tables-cells-border-bottom);
  border-left: var(--tables-cells-border-left);
  border-right: var(--tables-cells-border-right);
  padding-left: var(--tables-cells-padding-left) !important;
  padding-right: var(--tables-cells-padding-right) !important;
  padding-bottom: var(--tables-cells-padding-bottom) !important;
  padding-top: var(--tables-cells-padding-top) !important;
  color: var(--tables-body-text-color);
  vertical-align: top;
}

/* Table header */

thead th {
  background-color: var(--tables-header-background);
  color: var(--tables-header-text-color);
  vertical-align: bottom;
  text-align: left;
}

/* Table footer */

tfoot td {
  background-color: var(--tables-footer-background-color);
  color: var(--tables-footer-text-color);
}

@media (max-width: 992px) {
  div[data-hs-responsive-table="true"]::-webkit-scrollbar-track {
    border-radius: 4px;
    background: linear-gradient(to bottom,transparent 50%,transparent,var(--color-tertiary2-hex) 50%,transparent,transparent 80%);
  }

  div[data-hs-responsive-table="true"]::-webkit-scrollbar {
    height: 8px;
  }

  div[data-hs-responsive-table="true"]::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--color-tertiary1-hex);
  }

  td,
  th {
    width: 150px !important;
    padding: 8px !important;
  }
}
/*
* GENERAL POP UP
* */
.pop-up-element__close { position: absolute; z-index:3; background:var(--color-white-hex); display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; top: 25px; right: 10px; text-decoration: none;  cursor: pointer;  }
.pop-up-element__close svg { height:24px; width:auto; }
.pop-up-element__close svg path { fill:var(--body-font-color); transition:fill .2s ease-out; }
.pop-up-element__close:hover svg path { fill:var(--color-secondary-hex);}


/*
* FULL SCREEN POP UP -- type video
* */
.pop-up-element[data-target="fullscreen"] { position:fixed; top:0; bottom:0; left:0; right:0; display: flex; flex-direction: column; align-items: center; justify-content:center; visibility:hidden; opacity:0; z-index:-10; transition:all .2s ease-out; }
.pop-up-element[data-target="fullscreen"].displayed { visibility:visible; opacity:1; z-index:100;}

.pop-up-element[data-target="fullscreen"] .pop-up-element__overlay { position:absolute; display:block; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, .7); }
.pop-up-element[data-target="fullscreen"] .pop-up-element__container { overflow: hidden; margin-left: auto; margin-right: auto; border: solid 1px var(--body-font-color); border-radius: 30px; position: relative; max-height:95%; overflow:auto; width:95%; background: #fff; color: var(--body-font-color); }
.pop-up-element[data-target="fullscreen"] .pop-up-element__container video { 
  overflow: hidden;
  max-width: 100%;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; }
.pop-up-element[data-target="fullscreen"] .pop-up-element__container .vjs-big-play-button, 
.pop-up-element[data-target="fullscreen"] .pop-up-element__container .vjs-big-play-button>svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pop-up-element[data-target="fullscreen"] .pop-up-element__container .vjs-big-play-button {
  height: 120px;
  width: 120px;
  border: none;
    opacity: .8;
}
.pop-up-element[data-target="fullscreen"] .pop-up-element__container .vjs-big-play-button>svg {
  height: 60px;
  width: 60px;
}
@media(min-width:600px) {



}


/*
* BUBBLE POP UP -- type form
* */
.pop-up-element[data-target="bubble"] {  visibility:hidden; opacity:0; z-index:-10; transition:visibility .4s ease-out, opacity .4s ease-out; }
.pop-up-element[data-target="bubble"].displayed {visibility:visible; opacity:1; z-index:10000000; }
.pop-up-element[data-target="bubble"]:before {  }
.pop-up-element[data-target="bubble"] .pop-up-element__container { background: #fff; padding:30px; overflow:auto; }
.pop-up-element[data-target="bubble"] .logo-pop-up {display: block}
.pop-up-element[data-target="bubble"] .pop-up-element__container .logo-pop-up img{max-width:100px; height: auto;}
.pop-up-element[data-target="bubble"] .hs-richtext { color: var(--color-anchor-hex);}
.pop-up-element[data-target="bubble"] .pop-up-element__inner { text-align: left;}
footer .submitted-message{color: var(--body-font-color);}

@media (min-width:992px) {
  .pop-up-element[data-target="bubble"] { visibility:hidden; opacity:0; z-index:-10; min-width: 743px; transition:visibility .4s ease-out, opacity .4s ease-out; }
  .pop-up-element[data-target="bubble"].displayed { visibility:visible; opacity:1; z-index:100;}
  .pop-up-element[data-target="bubble"]:before { content:""; display:block; position:absolute; top:-13px; right:75px; z-index:10; height:26px; width:26px; border-radius:3px; background:var(--color-white-hex); transform:rotate(45deg); }
  .pop-up-element[data-target="bubble"] .pop-up-element__container { background: #fff; padding: 20px 30px; border-radius: 30px; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
  .pop-up-element[data-target="bubble"] .logo-pop-up {display: none}
  .pop-up-element__close { top: 10px;}
  .pop-up-element[data-target="bubble"] .hs-form{padding: 0 20px;}
  .pop-up-element__bubble { min-height: 20vh; max-height: 78vh; padding: 0px 10px;}
  .pop-up-element[data-target="bubble"] .pop-up-element__bubble .hs-form-field {margin-bottom: 16px;}
  .pop-up-element[data-target="bubble"] .pop-up-element__bubble form .hs-richtext, form .hs-richtext p {font-size: 12px; margin-bottom: 12px;}
  .pop-up-element[data-target="bubble"] form input[type=text], 
  .pop-up-element[data-target="bubble"] form input[type=email], 
  .pop-up-element[data-target="bubble"] form input[type=password], 
  .pop-up-element[data-target="bubble"] form input[type=tel], 
  .pop-up-element[data-target="bubble"] form input[type=number], 
  .pop-up-element[data-target="bubble"] form input[type=file], 
  .pop-up-element[data-target="bubble"] form select, 
  .pop-up-element[data-target="bubble"] form textarea {
    padding: 10px 20px;
  }
  .pop-up-element[data-target="bubble"] form textarea {
    min-height: 100px;
  }
  .pop-up-element[data-target="bubble"] .submitted-message{display: flex;justify-content: center;align-items: center;height: 18vh; font-size: 19px;}
}





/*FOOTER*/

/* Libraries
*/
/*!
* Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}


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

.row-fluid > .row {
  margin-right: 0px;
  margin-left: 0px;
}

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .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%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* Modules
*/
/*GLOBAL */
/*
div[data-global-resource-path="Blanchon_theme/templates/partials/header.html"] {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position:sticky;
top:0;
z-index:100;
}
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding:12px 0;
  background:white;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.navigation .blanchon_nav_anchor a{
  font-size: var(--typo-small-font-size);
  font-weight:var(--typo-small-font-weight);
  color :var(--typo-small-text-color);
}
.header__pop-btn {
  padding:12px 0;
  position:relative;
}

.header__pop-btn .pop-up-element {
  position:absolute;
  top:115px;
  right: 0;
}

.pop-up-element__bubble {
  overflow-y: overlay;
  height: 100%;
  max-height: calc(100vh - 165px);
}
.blanchon_logo a {
  display: block;
}

/*
* SMALL SCREENS STYLES
* */
@media (max-width:992px) {
  .row-wrapper{
    height: 90px;
  }
  .header__pop-btn .pop-up-element {
    position: fixed;
    top: -88px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: white;
  }

  .blanchon_logo img {
    width:auto;
    height:auto;
    max-height: 35px;
    padding: 0 25px;
  }

  header #btn-burger {
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    width: 48px;
    height: 48px;
    padding: 8px;
    margin-right: 15px;
    outline: 0;
    border-radius: 50%;
  }
  header #btn-burger svg {
    height: auto;
  }

  header #btn-burger .line { fill: none; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
  header #btn-burger .line1 { stroke-dasharray: 60 207; stroke-width: 6; }
  header #btn-burger .line2 { stroke-dasharray: 60 60; stroke-width: 6; }
  header #btn-burger .line3 { stroke-dasharray: 60 207; stroke-width: 6; }
  header #btn-burger.active .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
  header #btn-burger.active .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; }
  header #btn-burger.active .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }

  .is-fade-in-left {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .is-fade-in-right {
    -webkit-transition: transform: translateX(-100%);
    -moz-transition: transform: translateX(-100%);
    -ms-transition: transform: translateX(-100%);
    -o-transition: transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .blanchon_nav{
    position: fixed;
    left:-100%;
    width: 100%;
    top: 90px;
    background: white;
    z-index: 10;
  }
  .blanchon_nav_icon{
    font-size: 10px;
  }
  .blanchon_nav_anchor{
    padding:15px;
  }
  .header__pop-btn {
    padding:24px 15px;
    position:relative;
  }


}

/*
* DESKTOP STYLES
* */
@media (min-width:992px) {

  .row-wrapper{
    height: 115px;
  }

  .blanchon_nav_icon{
    display:none;
  }
  .header #btn-burger {
    display:none;
  }
  .navigation .blanchon_nav_anchor a{
    padding-right:24px;
  }
  .blanchon_logo img {
    width:auto;
    height:auto;
    max-height: 115px;
    max-width: 193px;
  }
  .blanchon_logo {
    max-height: 136px;
    max-width: 193px;
  }
}

@media (min-width:1200px) {
  /*.header__cta .header-button {
  padding:8px 22px;
  font-size:14px;
}*/
  .header__navigation .navigation {
    margin-right:24px;
  }
}

/*Navigation*/
@media (min-width:992px) {
  .header {
    display:block;
    width:100%;
  }
  .navigation {
    display:flex;
  }


}

@media (min-width:1200px) {

}
.footer {
  top:-1px;
  background:var(--color-primary-hex);
  padding:38px 0 20px;
  border-top-right-radius: 100px;
  font-size: var(--typo-small-font-size);
}
.footer.bkg-color:before{
  z-index:-1;
}
.footer .column-1 .blanchon_logo-footer img{
  max-height: 80px;
}

.links-redirect{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.links-redirect a{
  font-weight: 300;
  width: 100%;
}

.social-links a{
  display: inline-block;
  margin: 10px;
}

/*POP UP*/
.footer__pop-btn {
  position:relative;
}

.footer__pop-btn .pop-up-element {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__pop-btn .pop-up-element__container{
  height:100%;
}


@media (max-width:992px) {
  .footer-wrapper {
    text-align: -webkit-center;
  }
}



@media (min-width:992px) {
  .footer {
    padding:70px 0 70px;
  }
  .footer-wrapper,
  .column-1,
  .column-3{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .footer__pop-btn .pop-up-element {
    position:absolute;
    bottom:120px;
    top: auto;
    left: auto;
  }
  .footer__pop-btn .pop-up-element[data-target="bubble"]:before {
    bottom: -12px;
    top: auto;
  }
  .column-1{
    text-align:left;
  }
  .footer .column-1 .blanchon_logo-footer img{
    min-height: 80px;
    min-width: 62px;
  }

}

/* Typography - Gotham Light https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/Gotham-Black.ttf
* */
@font-face {
  font-family: 'Gotham';
  src: url('https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/Gotham-Light_1.ttf') format('truetype'),
    url("https://5690371.fs1.hubspotusercontent-na1.net/hubfs/5690371/Alter%20Solutions%202022/ASSETS-%20Only%20for%20dev/Typography/GOTHAM-LIGHT_0.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Typography - Gotham Black 
* */
@font-face {
  font-family: 'Gotham-Black';
  src: url('https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/Gotham-Black.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Typography - Gotham Medium
* */
@font-face {
  font-family: 'Gotham';
  src: url('https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/Gotham-Medium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Typography - Gotham Bold
* */
@font-face {
  font-family: 'Gotham-Bold';
  src: url('https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/Gotham-Bold_1.ttf') format('truetype'),
    url("https://5690371.fs1.hubspotusercontent-na1.net/hubfs/5690371/Alter%20Solutions%202022/ASSETS-%20Only%20for%20dev/Typography/GOTHAM-BOLD_0.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Typography - Gotham Book
* */

@font-face {
  font-family: 'Gotham-Book';
  src: url('https://9210477.fs1.hubspotusercontent-na1.net/hubfs/9210477/Typography/GothamLight.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* Root Variables
* */
:root {
  /*--Containers--*/
  --container-width:1190px;
  --dnd-section-padding:40px 16px;
  --dnd-section-padding-new-theme:40px 30px;

  /*--Colors--*/  
  --color-primary-hex:#00557D;
  --color-primary-rgba:0, 85, 125;
  --color-secondary-hex:#A2D236;
  --color-secondary-rgba:162, 210, 54;
  --color-tertiary-hex:#C3E27D;
  --color-tertiary-rgba:195, 226, 125;
  --color-quatenary-hex:#DFEFB9;
  --color-quatenary-rgba:223, 239, 185;
  --color-anchor-hex:#82898C;
  --color-anchor-rgba:130, 137, 140;
  
  /*--Colors Child--*/  
  --color-primarychild-hex:#005782;
  --color-primarychild-rgba:0, 87, 130;
  --color-secondarychild-hex:#00BBDE;
  --color-secondarychild-rgba:0, 187, 222;
  --color-tertiarychild-hex:#59D3EA;
  --color-tertiarychild-rgba:89, 211, 234;
  --color-quatenarychild-hex:#A6E7F3;
  --color-quatenarychild-rgba:166, 231, 243;
  

  --color-white-hex:#fff;
  --color-white-rgba:255, 255, 255;

  --color-system-red-hex:#EB8B8B;
  --color-system-red-rgba:235, 139, 139;
  --color-system-green-hex:#1B955C;
  --color-system-green-rgba:27, 149, 92;

  /*--Typos--*/
  --body-font:"Gotham";
  --body-font-color:#82898C;
  --body-font-size:16px;
  --body-font-size-mobile:16px;

  --typo-primary-font:Lato, sans-serif;
  --typo-secondary-font:Lato, sans-serif;

  --typo-h1-font:"Gotham-Black";
  --typo-h1-font-size:54px;
  --typo-h1-font-size-mobile:30px;
  --typo-h1-font-weight:500;
  --typo-h1-text-transform:none;
  --typo-h1-text-color:#FFF;

  --typo-h2-font:"Gotham-Black";
  --typo-h2-font-size:35px;
  --typo-h2-font-size-mobile:28px;
  --typo-h2-font-weight:500;
  --typo-h2-text-transform:none;
  --typo-h2-text-color:#00557D;

  --typo-h3-font:"Gotham";
  --typo-h3-font-size:30px;
  --typo-h3-font-size-mobile:22px;
  --typo-h3-font-weight:300;
  --typo-h3-text-transform:none;
  --typo-h3-text-color:#A2D236;

  --typo-h4-font:"Gotham";
  --typo-h4-font-size:24px;
  --typo-h4-font-size-mobile:18px;
  --typo-h4-font-weight:600;
  --typo-h4-text-transform:none;
  --typo-h4-text-color:#00557D;

  --typo-h5-font:"Gotham-Black";
  --typo-h5-font-size:16px;
  --typo-h5-font-size-mobile:16px;
  --typo-h5-font-weight:500;
  --typo-h5-text-transform:none;
  --typo-h5-text-color:#82898C;

  --typo-h6-font:"Gotham";
  --typo-h6-font-size:16px;
  --typo-h6-font-size-mobile:15px;
  --typo-h6-font-weight:600;
  --typo-h6-text-transform:uppercase;
  --typo-h6-text-color:#A2D236;

  --typo-small-font:"Gotham";
  --typo-small-font-size:14px;
  --typo-small-font-size-mobile:14px;
  --typo-small-font-weight:400;
  --typo-small-text-transform:none;
  --typo-small-text-color:#82898C;

  /*--Typos CHILD--*/
  --typo-h1child-font:"Gotham-Black";
  --typo-h1child-font-size:44px;
  --typo-h1child-font-size-mobile:30px;
  --typo-h1child-font-weight:500;
  --typo-h1child-text-transform:none;
  --typo-h1child-text-color:#005782;

  --typo-h2child-font:"Gotham-Black";
  --typo-h2child-font-size:35px;
  --typo-h2child-font-size-mobile:24px;
  --typo-h2child-font-weight:500;
  --typo-h2child-text-transform:none;
  --typo-h2child-text-color:#005782;

  --typo-h3child-font:"Gotham";
  --typo-h3child-font-size:30px;
  --typo-h3child-font-size-mobile:22px;
  --typo-h3child-font-weight:300;
  --typo-h3child-text-transform:none;
  --typo-h3child-text-color:#00BBDE;

  --typo-h4child-font:"Gotham";
  --typo-h4child-font-size:24px;
  --typo-h4child-font-size-mobile:18px;
  --typo-h4child-font-weight:600;
  --typo-h4child-text-transform:none;
  --typo-h4child-text-color:#FFF;

  --typo-h5child-font:"Gotham-Black";
  --typo-h5child-font-size:20px;
  --typo-h5child-font-size-mobile:18px;
  --typo-h5child-font-weight:500;
  --typo-h5child-text-transform:none;
  --typo-h5child-text-color:#00557D;

  --typo-h6child-font:"Gotham";
  --typo-h6child-font-size:16px;
  --typo-h6child-font-size-mobile:16px;
  --typo-h6child-font-weight:600;
  --typo-h6child-text-transform:uppercase;
  --typo-h6child-text-color:#82898C;


  --link-typo-text-font:"Gotham"; 
  --link-font-weight:normal;
  --link-text-color:#000000;
  --link-text-color-focus:#000000;
  --link-text-color-active:#282828;

  /*--Buttons--*/
  --button-text-font-style:"Gotham";
  --button-text-font-weight:800;
  --button-text-font-color:#FFFFFF;

  --button-font-size:16px;
  --button-text-transformation:none;
  --button-background-color:

  
  
    
  


  rgba(162, 210, 54, 1.0)

;

  --button-border-color-focus:#7aaa0e;
  --button-border-color-active:#cafa5e;
  --button-border-top:2px solid #A2D236;
  --button-border-bottom:2px solid #A2D236;
  --button-border-left:2px solid #A2D236;
  --button-border-right:2px solid #A2D236;

  --button-corner-radius:56px;

  --button-padding-top:19px;
  --button-padding-bottom:19px;
  --button-padding-left:26px;
  --button-padding-right:26px;

  /*--Tables--*/
  --tables-header-text-color:#FFFFFF;
  --tables-header-background:

  
  
    
  


  rgba(0, 85, 125, 1.0)

;

  --tables-body-background:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --tables-body-text-color:#82898C;

  --tables-footer-background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --tables-footer-text-color:#82898C;

  --tables-cells-padding-top:18px;
  --tables-cells-padding-bottom:18px;
  --tables-cells-padding-left:18px;
  --tables-cells-padding-right:18px;

  --tables-cells-border-top:1px solid #82898C;
  --tables-cells-border-bottom:1px solid #82898C;
  --tables-cells-border-left:1px solid #82898C;
  --tables-cells-border-right:1px solid #82898C;

  /*--Forms--*/
  --form-title-font-color:#FFF;
  --form-label-font-color:#82898C;
  --form-help-text-font-color:#82898C;

  --form-field-placeholder-color:#C9C9C9;
  --form-field-font-color:#00557D;
  --form-field-background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;

  --form-field-border-top:1px solid #C9C9C9;
  --form-field-border-bottom:1px solid #C9C9C9;
  --form-field-border-left:1px solid #C9C9C9;
  --form-field-border-right:1px solid #C9C9C9;

  --form-field-corner-radius:10px;

  --form-field-error-color-hex:#EB8B8B;
  --form-field-error-color-rgba:235, 139, 139;
  
  /*   Breadcrumbs. */
  --breadcrumbs-typo-text-font:"Gotham-Book"; 
}