/* BASE
----------------------------- */
/* Index
========================================================================== */

/* Custom Font Imports ------------------------------------------------- */
/* Breakpoints -------------------------------------------------------- */
/* Color  ------------------------------------------------------------ */
/* Fonts  ----------------------------------------------------------- */
/* Typography  ----------------------------------------------------- */
/* Headings  ------------------------------------------------------ */
/* Links  -------------------------------------------------------- */
/* Layout  ------------------------------------------------------ */
/* Corners  ---------------------------------------------------- */
/* Shadows  --------------------------------------------------- */
/* Buttons  -------------------------------------------------- */
/* Animation ------------------------------------------------ */
/* Plugins ------------------------------------------------- */
/* Dark Mode ---------------------------------------------- */


/* Custom Font Imports
========================================================================== */











/* Color
========================================================================== */




/* Typography
========================================================================== */

/* Font Family
=============================== */

/* If custom font setting is activated*/


  
  
  
  
  
  


 
/* Font Sizes
=============================== */

/* MACRO: Convert to REM */



/* Headings */


/* Body text */


/* Text Links
=============================== */













/* Layout
========================================================================== */


/* Content Width
=============================== */

 

 

 



/* Gutters
=============================== */





/* Spacing 
=============================== */
/* Default padding for sections */





/* Breakpoints
=============================== */

/* Large Screens (1920+) */

/* Standard Desktop Screens (1366 - 1920) */

/* Tablet Screens (768 - 1366) */




/* Corners
========================================================================== */





/* Shadows
========================================================================== */


/* MACRO: Convert color picker object (hex and opacity) to RGBA format */




 
  
 



/* Buttons
========================================================================== */

/* Set from inherited properties */

  


   









    





/* Forms
========================================================================== */

/* Form fields height, border style, border colour */

/* Animation
========================================================================== */









/* Plugins+
========================================================================== */





















/* Dark Mode (Experimental)
========================================================================== */


 














/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625rem;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-itrem;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
} 
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ELEMENTS
   ----------------------------- */
/* Base
=============================== */
*,
html {
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: 'Montserrat', sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
body {
  overflow-x: hidden;
}
html,
body,
textarea {
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  color: #000000;
}

 /* Headings
=============================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;  
  margin-bottom: 0.75rem;
  /* color: #000000; */
}

h1 {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 2.875rem;
}

h2 {
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 2.0rem;
}

h3 {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

h5 {
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.5rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media (min-width: 48.0em) {
  h1 {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.64px;
  }
  
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  
  h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  
  h5 {
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 85.4375em) {
  h1 {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.64px;
  }
  
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  
  h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  
  h5 {
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 120.0625em) {
  h1 {
    font-size: 64px;
    line-height: 74px;
    letter-spacing: -0.64px;
  }
  
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
  
  h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  
  h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  
  h5 {
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}


 /* Body Text
=============================== */

p,
li {
  margin-bottom: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
@media (min-width: 48.0em) {
  p,
  li {
    font-size: 18px;
  line-height: 28px;
  }
}
@media (min-width: 85.4375em) {
  p,
  li {
    font-size: 18px;
  line-height: 28px;
  }
}
@media (min-width: 120.0625em) {
  p,
  li {
    font-size: 18px;
    line-height: 28px;
  }
}

p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

ol {
  padding-left: 18px;
}

ul li,
ol li {
  margin-bottom: 12px;
  line-height: 1.5em;
}

/* Remove default bullets */
.column ul {
  list-style: none; 
}
.column ul li:not(.hs-menu-item) {
  padding-left: 30px;
  text-indent: 0;
  position: relative;
}

.column ul li:not(.hs-menu-item):before {
  content: "\2022";
  color: #00d37b;
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
  font-size: 26px;
}

 /* Input Placeholder Text
=============================== */

input::-webkit-input-placeholder {
  color: #ddd;
}

input::-moz-placeholder {
  color: #ddd;
}

input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #ddd;
}

input:-ms-input-placeholder {
  color: #ddd;
}


.widget-span ul + p,
.widget-span p + h6,
.widget-span p + ul {
  margin-top: 1rem;
}


.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li:before {
  display: none;
}
.o-section ul.hs-search-results__listing li {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 30px;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}
.c-button {
  border-radius: 40px;
  padding: 16px 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  transition: all .3s ease;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
 min-width: 203px;
  box-shadow: none;
}
@media (min-width: 48.0em) {
  .c-button {
    display: inline-block;
    max-width: none;
    margin-bottom: auto;
  }
}

.c-button:hover {
  transition: all 0.3s ease;
}

.c-button--primary span {
  z-index: 1;
  position: relative;
}
.c-button--primary {
  position: relative;
  background: transparent linear-gradient(0deg, #003F80  0%, #007EFF 100%) 0% 0% no-repeat padding-box;
  border: 2px solid transparent;
  color: #fff;
}
.c-button--primary:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, #003F80 -70%, #007EFF 170%) 0% 0% no-repeat padding-box;
  transition: all .3s ease;
  border-radius: 40px;
  opacity: 1;
}
.c-button--primary:hover:after {
  opacity: 0;
  transition: all .3s ease;
}

.c-button--primary:hover {
  transition: all .3s ease;
  

  color: #fff;
}

  .c-button--secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
  }
  .c-button--secondary:hover {
    background-color: #fff;
    border: 2px solid #3E47A0;
    color: #3E47A0;
  }


.c-button.c-nav-button {
    padding: 12px 24px;
    margin-top: 0;
}




div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group  a#hs-eu-confirmation-button {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    background: transparent linear-gradient(0deg, #003F80 0%, #007EFF 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 30px !important;
    padding: 9px 24px !important;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Montserrat',sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group a#hs-eu-decline-button {
    border: 2px solid #3e47a0 !important;
    color: #3e47a0 !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    border-radius: 30px !important;
    padding: 9px 24px !important;
    font-size: 14px;
    font-weight: 500 !important;
    font-family: 'Montserrat',sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 !important;
    color: #000 !important;
    font-family: 'Roboto',sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom: 12px;
  color: #000 !important;
  font-family: 'Roboto',sans-serif;
}
a.explore{
  color:#007eff;
  display:flex;
  justify-content:flex-start;
  gap:10px;
  font-size:18px;
  font-weight:600;
  align-items:center;
}
a.explore:after{
  content:'';
  width:32px;
  height:32px;
  display:block;
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/arrow.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
}
a.c-arrow-link{
  color:#007eff;
  display:inline-block;
  padding-right:30px;
  font-size:20px;
  font-weight:600;  
  position:relative;
}
a.c-arrow-link::after{
  width: 16px;
    height: 16px;
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    border-top: 3px solid #007eff;
    border-right: 3px solid #007eff;
}

a.c-arrow-link::before{
  position: absolute;
    right: 0;
    top: 13px;
    content: '';
    width: 18px;
    display: block;
    height: 3px;
    background-color: #007eff;
    transform: rotate(135deg);
}
.arrow-container{
  display:flex;
  gap:10px;
}
.arrow-container button{
  width:32px;
  height:32px;
  padding:0;
  margin:0;
  border:0;
} 
button.slick-prev, button.slick-next{
 width:32px;
  height:32px;
  padding:0;
  margin:0;
  border:0; 
}
button.slick-prev:before, button.slick-next:before{
  display:none; 
}

.arrow-container button.prev, 
button.slick-prev,
button.slick-prev:hover{
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/arrow-green-left.svg)!important;
  background-size:100% auto!important;
}

.arrow-container button.next,
button.slick-next,
button.slick-next:hover{
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/arrow-green.svg) !important;
  background-size:100% auto!important;
}
ol{
  font-family: 'Montserrat', sans-serif;
  counter-reset: step-counter;
  list-style-type:none;
} 
ol li{
  position:relative;
  display:flex;
  gap:20px;
  align-content:center;
  font-family: 'Montserrat', sans-serif;

}
ol li:before{
  counter-increment: step-counter;
  content: counter(step-counter);
  display:block;
  width:32px!important;
  height:32px!important;
  font-size:16px;
  margin-top:5px;
  background:#007eff; 
  color:#FFF;
  font-family:Montserrat, Sans-serif;
  border-radius:50%;
  font-weight:600;
  text-align:center;
  line-height:32px;
  flex-grow:0;
  flex-shrink:0;
}
/* REFACTORING REQUIRED */


.o-container fieldset {
  max-width: none !important;
}


.hs-form .hs-form-field,
.hs-form .legal-consent-container {
  margin-bottom: 20px;
}

.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  color: #000022;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.hs-form .hs-fieldtype-radio.hs-form-field > label {
  margin-bottom: 10px;
}

.hs-form .hs-field-desc {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.hs-form .inputs-list li:before {
  content: "";
}
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form select,
.hs-form textarea {
  width: 100%;
  padding: 10px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  outline: none;
}
.hs-form .inputs-list li:before {
    content: "";
}
.hs-form .inputs-list li {
  padding-left: 0;
}



.hs-form input::placeholder, .hs-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input:-ms-input-placeholder, .hs-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input::-ms-input-placeholder, .hs-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(86, 104, 131, 0.4);
}


.hs-form textarea {
  min-height: 120px;
}

.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list .hs-form-radio {
  margin-bottom: 10px;
}
.hs-form .inputs-list .hs-form-radio:last-child {
  margin-bottom: 0;
}

.hs-form .hs-input {
  outline: none;
}

.hs-form .hs-input[type="checkbox"],
.hs-form .hs-input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
}
.hs-form .hs-input[type="checkbox"] + span,
.hs-form .hs-input[type="radio"] + span {
  color: #000022;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .legal-consent-container * {
  color: #000022;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-button {
  padding: 14px 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.42;
  text-align: center;
  transition: all 350ms ease;
  border-radius: 40px;
}

.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]), .hs-form select, .hs-form textarea {
  border-left: medium none;
  border-top: medium none;
  border-right: medium none;
  border-bottom: 1px solid #868686;
}
body .hs-form .hs-button {
  transition: all 350ms ease;
  border: 1px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  background: transparent linear-gradient(0deg, #003F80  0%, #007EFF 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
body .hs-form .hs-button:hover {
  transition: all 350ms ease;
  border: 1px solid #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  background: transparent linear-gradient(180deg, #003F80 -70%, #007EFF 170%) 0% 0% no-repeat padding-box;
  color: #fff;
}


body .hs_submit.hs-submit {
  position: relative;
  display: inline-block;
}
body .grecaptcha-badge {
  display: inline-block;
}



/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
color: #868686;
}

/* Form fields */

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

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 input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
ul.inputs-list li{
   padding-left:0!important;
}
ul.inputs-list li:before{
  display:none!important;
}
table {
    border: none !important;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
}

table.shadow {
    -webkit-box-shadow: 0px 4px 10px -2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 10px -2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 10px -2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

thead {
    background-color: rgba(86, 104, 131, 0.1);
   
}

thead th, thead td {
    background-color: transparent !important;
    color: #002347 !important;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 1.25rem;
}



thead th img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

thead th span {
    vertical-align: middle !important;
    
}

thead tr {
    border-bottom: none;
}



th, td {
    padding: 15px !important;
}

thead tr th:first-child {
    padding-left: 40px !important;
}

tr td:first-child {
    padding-left: 40px !important;
}


tr {
    border-bottom: 1px solid rgba(86, 104, 131, 0.25);
    vertical-align: middle !important;
}

tr:last-child {
    /* border-bottom: none; */
}

.o-table-wrap {
  overflow-x: auto;
}
@media(max-width: 479px) {
   thead tr th:first-child {
      padding-left: 20px !important;
  }

  tr td:first-child {
      padding-left: 20px !important;
  }

}


/* OBJECTS
   ----------------------------- */
.o-main {
  display: block;
  padding-top: 0;
}
@media (min-width: 1024px) {
  .o-main {
    padding-top: 0;
  }
}

.body-wrapper {
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
}

/* CONTAINER
   ----------------------------- */

/* Default content container */  
.o-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.o-container:after {
  max-height: 0px;
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .o-container {
    max-width: 1280px;
  }
}
/* Large content container */ 
.o-container--large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .o-container--large {
    max-width: 97.5rem;
  }
}
/* Small content container */ 
.o-container--small {
  width: 100%;
}
@media (min-width: 1024px) {
  .o-container--small {
    max-width: 47.5rem;
  }
}


/* SECTIONS
   ----------------------------- */
.o-section {
  position: relative;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 100%;  
}

/* @media (min-width: 1024px) {
  .o-section {
    padding-left: 0;
    padding-right: 0;
  }
} */
.o-section--small {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.o-section--med {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
.o-section--large {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
@media (min-width: 768px) {
  
  .o-section {
    display: block;
  }
  
  .o-section--large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

#hs-banner-parent #hs-eu-cookie-confirmation {
  font-family: 'Roboto', sans-serif !important;
}

#hs-banner-parent #hs-modal-content {
    font-family: 'Roboto', sans-serif !important;
}

#hs-eu-policy-wording a {
  font-weight: 700 !important;
  text-decoration: underline;
}
/*
	.dnd-section .row-fluid {
	margin-left: -0.75rem;
		margin-right: -0.75rem;
		margin-top: -0.75rem; 
	}
*/

.dnd-section .row-fluid [class*="span"] {
	display: block;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	/* padding: 0.75rem; */
}
@media screen and (min-width: 769px), print {
	.dnd-section .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1024px) {
	.dnd-section .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* 
.container-fluid {
*zoom: 1;
}

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

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

.row-fluid {
width: 100%;
*zoom: 1;
}

.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: 0;
margin-left: 2.127659574%;
*margin-left: 2.0744680846382977%;
-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 [class*="span"] {

} */


.dnd-section .row-fluid [class*="span"], 
.row-fluid [class*="span"] {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 100%;
}


@media (min-width: 48.0em) {
	
		.dnd-section .row-fluid .span1, 
		.row-fluid .span1 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 8.333333333333332%;
		}
	
		.dnd-section .row-fluid .span2, 
		.row-fluid .span2 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 16.666666666666664%;
		}
	
		.dnd-section .row-fluid .span3, 
		.row-fluid .span3 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 25.0%;
		}
	
		.dnd-section .row-fluid .span4, 
		.row-fluid .span4 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 33.33333333333333%;
		}
	
		.dnd-section .row-fluid .span5, 
		.row-fluid .span5 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 41.66666666666667%;
		}
	
		.dnd-section .row-fluid .span6, 
		.row-fluid .span6 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 50.0%;
		}
	
		.dnd-section .row-fluid .span7, 
		.row-fluid .span7 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 58.333333333333336%;
		}
	
		.dnd-section .row-fluid .span8, 
		.row-fluid .span8 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 66.66666666666666%;
		}
	
		.dnd-section .row-fluid .span9, 
		.row-fluid .span9 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 75.0%;
		}
	
		.dnd-section .row-fluid .span10, 
		.row-fluid .span10 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 83.33333333333334%;
		}
	
		.dnd-section .row-fluid .span11, 
		.row-fluid .span11 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 91.66666666666666%;
		}
	
		.dnd-section .row-fluid .span12, 
		.row-fluid .span12 {
			-webkit-box-flex: 0;
			-ms-flex: none;
			flex: none;
			width: 100.0%;
		}
	
}




.dnd-section > .row-fluid > .dnd-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
}


@media (min-width: 48.0em) {
  .dnd-section > .row-fluid > .dnd-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 85.4375em) {
  .dnd-section > .row-fluid > .dnd-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 120.0625em) {
  .dnd-section > .row-fluid > .dnd-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
  }
}


/* 
@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%;
*zoom: 1;
}

.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: 0;
margin-left: 2.762430939%;
*margin-left: 2.709239449638298%;
-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%;
*width: 99.9468085036383%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0;
margin-left: 2.564102564%;
*margin-left: 2.510911074638298%;
-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%;
*width: 99.94680851063829%;
}

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
	*zoom: 1;
}

.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 ;
	}

}
/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;  
}


@media (min-width: 48.0em) {
  .column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 85.4375em) {
  .column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 120.0625em) {
  .column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}




.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}


.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  /* margin-bottom: -0.75rem; */
  /* flex-shrink: 1; */
}

@media (min-width: 48.0em) {
  .columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    /* margin-bottom: -0.75rem; */
    /* flex-shrink: 1; */
  }
}
@media (min-width: 85.4375em) {
  .columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    /* margin-bottom: -0.75rem; */
    /* flex-shrink: 1; */
  }
}
@media (min-width: 120.0625em) {
  .columns {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    /* margin-bottom: -0.75rem; */
    /* flex-shrink: 1; */
  }
}




/* .columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
} */

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
/* Content wrappers for blog post and system templates */
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: calc(71.25rem - 1.5rem);
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


/* COMPONENTS
   ----------------------------- */
/* Hero module
====================================  */

.c-hero {
  min-height: 700px;
  height: auto;
  margin-top: 0;
  padding: 140px 24px 48px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 0% 100%;
}

.c-hero__inner {
  max-width: 650px;
}

.c-hero__header {
  color: #fff;
}

.c-hero__sub {
  color: #fff;
}

.c-hero__text p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
}
@media (min-width: 85.4375em) {
  .c-hero {
    background-position: 50% 50%;
  }
}
@media (min-width: 48.0em) {
  .c-hero {
    height: 85vh;
  }
  .c-hero__header,
  .c-hero__sub,
  .c-hero__text p {
    color: #fff;
  }
}

/* Client Logo Strip
====================================  */
.c-logo-wrapper {
  border-bottom: 1px solid #dbdde2;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.c-logo-strip {
  align-items: center;
}
.c-logo-strip .column {
  text-align: center;
}
.c-logo-strip__text.column {
  min-width: 250px;
}
.c-logo-strip__img.column {
  width: 50%;
  float: left;
  display: none;
}
.c-logo-strip__img.column:nth-child(2),
.c-logo-strip__img.column:nth-child(3) {
  display: inline;
}
.c-logo-strip__text strong {
  color: #007eff;
  font-weight: 700;
}
/* .c-logo-strip__img.column img {
    max-height: 100px;
    width: auto;
    max-width: 140px !important;
} */
.c-logo-strip__img.column {
    padding: 15px 25px;
}
@media (min-width: 48.0em) {
  .c-logo-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .c-logo-strip__img.column {
    width: 100%;
    float: none;
    display: inline;
  }
  .c-logo-strip__text strong {
    color: inherit;
    font-weight: 700;
  }
}

/* Tabbed Content
====================================  */

.c-tabs__content-pane {
  visibility: hidden;
  position: absolute;
  transform: scale(0.7) translateY(-120px);
  opacity: 0;
  transition: none;
}

.c-tabs__content-pane--show {
  position: relative;
  visibility: visible;
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: none;
}

.c-tabs__nav {
  display: inline-block;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}

.c-tabs__nav-item .svg-color,
.c-tabs__nav-item .svg-color {
  fill: #333;
  transition: all 350ms ease;
}
.c-tabs__nav-item.c-tabs__nav-item--active .svg-color,
.c-tabs__nav-item.c-tabs__nav-item--active .svg-color {
  fill: #00d37b;
  transition: all 350ms ease;
}

.c-tabs__nav-item svg {
  height: 30px;
  top: 9px;
  position: relative;
}

.c-tabs__nav-item {
  transition: none;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid;
}

.c-tabs__nav-item:hover {
  color: #1f97af;
  transition: none;
}

.c-tabs__nav-item h5 {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 10px 12px 10px;
  font-weight: normal;
  color: #7e8085;
}

.c-tabs__nav-item {
  border-bottom: 2px solid #dbdde2;
}

.c-tabs__nav-item.c-tabs__nav-item--active {
  border-color: #00d37b;
background-color: #F2FCF7;
}

.c-tabs__nav-item--active {
  color: #1f97af;
  transition: none;
}

.c-tabs__content {
  margin-top: 30px;
}

.c-tabs__text.column.column.is-full-mobile.is-half {
  padding: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
}

.c-tabs__img-inner {
  padding: 0 20px;
  width: 100%;
  height: 100%;
}

.c-tabs__img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 230px;
}

.c-tabs__img-wrap {
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.c-tabs__content-pane {
  z-index: -1;
}

.c-tabs__content-pane.c-tabs__content-pane--show {
  z-index: 1;
}

.c-tabs ul {
  list-style: none; /* Remove default bullets */
}
.c-tabs ul li {
  padding-left: 30px;
  text-indent: 0;
  position: relative;
}

.c-tabs ul li:before {
  content: "\2022";
  color: #00d37b;
  font-weight: bold;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
  font-size: 26px;
}

.c-read-more {
  font-weight: 500;
  position: relative;
}

.c-read-more:hover:before {
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.c-read-more:before {
    content: "";
    right: -30px;
    position: absolute;
    color: #00d37b;
    background-image: url(https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/icons/white-arrow.svg);
    background-size: 20px 20px;
    height: 22px;
    width: 20px;
    z-index: 9;
    background-position: 100% 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.c-read-more:after {
  content: "";
  right: -35px;
  position: absolute;
  color: #00d37b;
  background-image: url(https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/icons/green-circle.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		-ms-transform:     translateX(0);
		transform:         translateX(0)
	}
	40% {
		-webkit-transform: translateX(-9px);
		-ms-transform:     translateX(-9px);
		transform:         translateX(-9px)
	}
	60% {
		-webkit-transform: translateX(-4px);
		-ms-transform:     translateX(-4px);
		transform:         translateX(-4px)
	}
}

.c-line {
  border-top: 1px solid #dbdde2;
}

@media (min-width: 48.0em) {
  .c-tabs__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .c-tabs__nav-item {
    padding: 0 20px;
    border-bottom: 2px solid #dbdde2;
    max-width: 230px;
    text-align: center;
    display: inline-block;
  }

  .c-tabs__text.column.column.is-full-mobile.is-half {
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .c-tabs__img-inner {
    padding: 30px;
  }

  .c-tabs__img-wrap {
    box-shadow: none;
    border-top-right-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
  }

  .c-tabs__img {
    min-height: 330px;
  }

  .c-tabs__content-pane {
    transition: transform 550ms ease opacity 0 ease;
  }

  .c-tabs__content-pane--show {
    transition: all 550ms ease;
  }

  .c-tabs__nav-item,
  .c-tabs__nav-item:hover,
  .c-tabs__nav-item--active {
    transition: all 350ms ease;
  }
}

@media (max-width: 768px) {
  .c-tabs__nav {
   display: flex;
  }
  .c-tabs__nav-item {
    flex-flow: column;
  }
  .c-tabs__img {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
 
  .c-tabs__nav-item h5 {
      font-size: 15px;
      line-height: 22px;
      margin: 0;
  }
.c-tabs__nav-item {
    padding:10px;
}
}

/* 2 Column - Image and Text
====================================  */
.c-image-text__img {
  border-radius: 40px;
}

.c-image-text__text {
  padding-left: 0;
}

.is-reversed .c-image-text__text {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 48.0em) {
  .c-image-text__text {
    padding-left: 40px;
  }

  .is-reversed .c-image-text__text {
    padding-left: 0;
    padding-right: 40px;
  }
}

.column hr,
hr.green{
    width: 80px;
    border: 0;
    text-align: left;
    display: inline-block;
    border-bottom: 6px solid #00d27b;
}


/* 2 Column - Image and Text
====================================  */

.c-image-icons__img {
  border-radius: 40px;
}

.c-image-icons__row {
  padding-right: 0;
}

.is-reversed .c-image-icons__row {
  padding-left: 0;
  padding-right: 0;
}

.c-image-icons__row {
  display: flex;
  margin-bottom: 24px;
}

.c-image-icons__icon img {
  width: 80px;
}

.c-image-icons__text {
  padding-left: 20px;
}

.c-image-icons__row.c-image-icons__row--stat {
  display: inline-block;
}

.c-image-icons__row--stat .c-image-icons__text {
  padding-left: 0;
}

.c-image-icons__stat {
  font-size: 46px;
  font-weight: bold;
  color: #007eff;
  margin-bottom: 15px;
}

@media (min-width: 48.0em) {
  .c-image-icons__row {
    padding-right: 40px;
  }

  .is-reversed .c-image-icons__row {
    padding-right: 0;
    padding-left: 40px;
  }
}

/* Slider - Testimonial
====================================  */

.c-testimonials .slick-slide {
  padding: 30px 20px;
}

.c-testimonials__slide {
  border: 1px solid #cacdd4;
  padding: 30px;
  border-radius: 15px;
  box-shadow: #0000001a 0px 5px 30px;
}

.c-testimonials__author {
  font-size: 24px;
  line-height: 26px;
  margin: 5px 0 0 12px;
  font-weight: normal;
}

.c-testimonials__job {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 0 12px;
  font-weight: 300;
}

.c-testimonials__text {
  margin-bottom: 24px;
}

div[aria-hidden="false"] #Path_6581,
div[aria-hidden="false"] #Path_6715 {
  fill: #007eff;
}
div[aria-hidden="false"] + div[aria-hidden="false"] #Path_6581,
div[aria-hidden="false"] + div[aria-hidden="false"] #Path_6715 {
  fill: #979797 !important;
}

.o-section .slick-prev {
  left: auto;
  right: 90px;
   bottom: -10px;
  top: auto;
  z-index: 99;
}
.o-section .slick-prev:before {
  content: "";
  background-image: url('https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/icons/arrow-left.svg');
  height: 26px;
  width: 26px;
  background-size: contain;
  position: absolute;
  opacity: 1;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.o-section .slick-next {
  right: 40px;
  bottom: -10px;
  left: auto;
  top: auto;
}

.o-section .slick-next:before {
  content: "";
  background-image: url('https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/icons/arrow-right.svg');
  height: 26px;
  width: 26px;
  background-size: contain;
  position: absolute;
  opacity: 1;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.js-testimonials.c-testimonials.slick-initialized.slick-slider {
  margin-left: -20px;
  margin-right: -20px;
}

.c-testimonials__quote {
  margin-bottom: 20px;
}

.c-col-form.o-section .slick-next.slick-arrow,
.c-col-form.o-section .slick-prev.slick-arrow {
    bottom: -50px;
}

/* Slider - Blog - RSS
====================================  */

.c-blog-rss__img {
  height: 230px;
}
.c-blog-rss__img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.c-blog-rss__inner {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: #0000001a 0px 5px 30px;
}
.c-blog-rss__inner:hover {
  transition: all 0.3s ease;
  box-shadow: #e1e5f0 0px 4px 20px;
}
.c-blog-rss .slick-slide {
  padding: 20px;
}
.c-blog-rss__more {
  color: #000022;
  text-transform: none;
  margin-top: 12px;
}
.c-blog-rss__inner:hover .c-blog-rss__more {
  color: #4a90e2;
  padding-left: 32px;
  transition: all 350ms ease;
}
.c-blog-rss__more:before {
  top: -3px;
}

.c-blog-rss .slick-prev:before {
  left: -13px;
  top: -10px;
  font-size: 54px;
  color: #000022;
}

.c-blog-rss .slick-next:before {
  right: -27px;
  top: -10px;
  font-size: 54px;
  color: #000022;
  transition: all 350ms ease;
}

.c-blog-rss .slick-prev:hover:before,
.c-blog-rss .slick-next:hover:before {
  color: #b30400;
  transition: all 350ms ease;
}

.c-blog-rss__description {
  padding: 24px;
}

.c-blog-rss__description {
  padding: 24px;
  border-left: 1px solid #cacdd4;
  border-bottom: 1px solid #cacdd4;
  border-right: 1px solid #cacdd4;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Feature cards
====================================  */

.c-cards__block {
  padding: 30px;
  height: 100%;
  text-align: center;
  border: 1px solid #cacdd4;
  border-radius: 20px;
}
.c-cards__block.c-cards__block--no-border {
  border: medium none;
}

.c-cards--center {
  text-align: center;
}

.c-cards__icon {
  margin-bottom: 24px;
}

.c-cards__stat {
  color: #04bf68;
  font-size: 42px;
  line-height: 50px;
  font-weight: bold;
}

.c-cards__content h4 {
  font-size: 24px;
  line-height: 24px;
}

/* CTA Banner
====================================  */

.c-cta {
  background: rgb(22, 19, 122);
  background: -moz-linear-gradient(
    126deg,
    rgba(22, 19, 122, 1) 0%,
    rgba(24, 177, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    126deg,
    rgba(22, 19, 122, 1) 0%,
    rgba(24, 177, 121, 1) 100%
  );
  background: linear-gradient(
    126deg,
    rgba(22, 19, 122, 1) 0%,
    rgba(24, 177, 121, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16137a",endColorstr="#18b179",GradientType=1);
  background-size: cover;
}

section.c-cta.o-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-cta,
.c-cta h2 {
  color: #fff;
}

/* Team blocks
====================================  */

.c-team__block {
  min-height: 500px;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-team__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 25px;
  text-align: left;
  color: #fff;
  background: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.c-team__content h4 {
  margin: 0;
}
.c-team__content p {
    font-size: 16px;
}
@media (max-width: 768px) {
  .c-team__block {
    max-width: 300px;
    margin: 0 auto;
  }
}


/* Job Listing
====================================  */

.c-jobs__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdde2;
  padding-bottom: 20px;
}

.c-jobs__text {
  max-width: 80%;
}

.c-jobs__link {
  font-weight: 500;
}
.c-jobs__link:after {
  content: "\f061";
  font-family: fontawesome;
  right: -6px;
  position: relative;
  color: #00d37b;
}
.c-jobs__wrap {
    display: inline-block;
    width: 100%;
}

@media (min-width: 48.0em) {
  .c-jobs__text {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .c-jobs__link {
    display: none;
  }
}


/* Pricing
====================================  */

.c-pricing__intro {
  text-align: center;
  margin: 80px auto;
}

.c-pricing__intro p {
  max-width: 650px;
  margin: 20px auto 0;
  display: inline-block;
}

.c-pricing__block {
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 40px;
}

.c-pricing__block.c-pricing__block--inverse {
  background-color: #3f44a6;
  height: 100%;
  z-index: 1;
  position: relative;
  top: 0;
  padding-top: 30px;
}

.c-pricing__block--inverse,
.c-pricing__block--inverse h4,
.c-pricing__block--inverse p,
.c-pricing__block--inverse .c-pricing__price {
  color: #fff;
}

.c-pricing__block h4 {
  font-size: 24px;
  font-weight: 500;
}

.c-pricing__block p {
  line-height: 22px;
}

.c-pricing__tag {
  margin: 10px 0 20px;
  display: inline-block;
}

.c-pricing__price {
  font-size: 30px;
  font-weight: 600;
  font-family: "Roboto";
  color: #007eff;
}

.c-pricing__term {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
  line-height: 28px;
  position: relative;
  bottom: 3px;
  left: 5px;
}

.c-pricing__feature {
  font-size: 18px;
  padding: 7px 0;
  border-bottom: 1px solid #cacaca;
  padding-left: 10px;
}

.c-pricing__feature span {
  padding-left: 10px;
}

.c-pricing__block .c-button {
  display: block;
  border: 1px solid #2d80f6;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  background: transparent linear-gradient(180deg, #007eff 0%, #003f80 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  margin-top: 30px;
}

.c-pricing__block--inverse.c-pricing__block .c-button {
  display: block;
  border: 1px solid #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  background: transparent linear-gradient(180deg, #04bf68 0%, #026034 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  margin-top: 30px;
}

@media (min-width: 48.0em) {
  .c-pricing__block.c-pricing__block--inverse {
    height: calc(100% + 40px);
    top: -20px;
    padding-top: 60px;
  }
}

/* Image Banner
====================================  */

.c-banner__img {
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 280px;
  width: 100%;
}

.c-banner__text {
  margin-top: 20px;
}

/* 2 Col - Testimonial and Form
====================================  */

.c-col-form.o-section.o-section--large {
  position: relative;
  padding-top: 200px;
  padding-left: 0;
  padding-right: 0;
}

.c-col-form:after {
  content: "";
  background-image: url("https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/hero/Demo-banner.jpg");
  height: 550px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center center;
}

.c-col-form__intro {
  margin-bottom: 40px;
}

.c-col-form__img-wrap.column.is-half {
  padding-top: 0;
}

.c-col-form__img {
  border-radius: 30px;
  box-shadow: #cacaca61 0px 5px 20px;
  margin-bottom: 40px;
}

.column.is-half.c-col-form-wrap {
  padding: 40px;
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: #cacaca61 0px 5px 20px;
}

.js-form-testimonial.slick-initialized.slick-slider {
  border: 1px solid #cacaca;
  padding: 30px;
  border-radius: 30px;
  box-shadow: #cacaca61 0px 5px 20px;
}

.desktop-order {
  display:flex;
}
.mobile-order {
  display:none !important;
}
.c-col-form .o-container {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 768px) {
  .c-col-form:after {
    display: none;
  }

  .desktop-order {
    display:none;
  }
  .mobile-order {
    display:block !important;
  }

.c-col-form.o-section.o-section--large {
    position: relative;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

.mobile-order.columns.columns--large-gap.is-flex-wrap-wrap.is-align-items-top {
    padding-left: 24px;
    padding-right: 24px;
}

.mobile-order.columns--large-gap .column {
    padding: 0;
}

.mobile-order .column.is-half.c-col-form-wrap {
  padding: 30px;
  margin-bottom: 30px;

}

}

/* 2 Col - Text and Form
====================================  */

.c-text-form.o-section.o-section--large {
  padding-top: 200px;
}

.c-text-form {
  position: relative;
}

.c-text-form__inner {
  background-image: url("https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/hero/Demo-banner.jpg");
  background-size: cover;
  background-position: center center;
  width: calc(100% + 24px);
  position: absolute;
  top: 0;
  padding:280px 100px 200px;
  left: 0;
  color: #fff;
  z-index: -1;
}

.c-text-form__inner a {
  color: #fff;
}

.c-text-form__inner-text {
  padding-right: 80px;
}

.c-text-form__form {
  padding: 20px 40px 40px;
  border: 1px solid #cacaca;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: #cacaca61 0px 5px 20px;
  min-height: 500px;
}

.c-text-form__form h3 {
  margin-bottom: 30px;
}

.c-social a {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-social__facebook {
  background-image: url("");
}

.c-social__twitter {
  background-image: url("");
}

.c-social__youtube {
  background-image: url("");
}

.c-social__linkedin {
  background-image: url("");
}

@media (max-width: 991px) {
  .c-text-form__inner {
  padding:280px 10px 200px;
}
}
@media (max-width: 768px) {
  .c-text-form__inner {
    padding: 100px 0px 200px 10px;
    display: block;
    position: relative;
    top: 0;
  }
  .c-text-form.o-section.o-section--large {
    padding-top: 0;
  }
  .c-text-form__form {
      margin-top: -280px;
  }
  .c-text-form__inner-text {
      padding-right: 0;
    padding-left: 4px;
  }
}

/* Address and Map
====================================  */

.c-map iframe {
  max-width: 410px;
  max-height: 180px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  section.c-map-section.c-two-text.o-section.o-section--large {
      text-align: center;
  }
}

section.wave-bg{
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/wave2.svg);
  background-size:2000px auto;
  background-repeat:no-repeat;
}
.icon-section ul{
  list-style-type:none; 
  list-style-icon:none;
}
.icon-section ul li{
  position:relative;
  padding:0 0 0 32px!important;
}
.icon-section ul li:before{
  content:''!important;
  position:absolute!important;
  left:0!important;
  top:5px!important;
  display:block;
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/tick.svg);
  background-size:100% auto;
  background-repeat:no-repeat;
  width:16px;
  height:16px;
}
.icon-section,
.icon-section p,
.icon-section ul,
.icon-section li{
    font-family: 'Montserrat', sans-serif;
}

.pretitle-blue{
  color:#007eff;
  font-weight:600;
  margin-bottom:10px;
}
.icon-circle{
  border-radius:50%;
  background:#FFF;
  box-shadow: 0px 0px 14px -3px #313131;
  width:84px;
  height:84px;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.icon-circle img{
  width:60px;
  height:60px;
}
.bg-semi{
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/semi-bg.svg);
  background-size:auto 100% ;
  background-position:center right;
  background-repeat:no-repeat;
}
.is-reversed .bg-semi{
  background:url(//9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/raw_assets/public/alkimii/assets/dist/img/semi-bg-r.svg);
  background-size:auto 100% ;
  background-position:center left;
  background-repeat:no-repeat;
}
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
}

.hs-responsive-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
  width: 100%;
  height: 100%;
  border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"]
{
  width: 100%;
  max-width: 100%;
}

@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  padding: 6px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hs-menu-wrapper ul {
  padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper
  li
  a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  left: 180px;
  top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children:hover
  > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
  margin-bottom: 20px;
  min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children {
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper
  > li {
  float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper
  > li
  a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
  padding: 10px 20px;
  text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical
  > ul
  li.hs-item-has-children:hover
  > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
  min-width: 140px;
  width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
  max-width: 100%;
  overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  > ul
  li.hs-item-has-children.active-branch
  > ul.hs-menu-children-wrapper
  > li.hs-item-has-children
  > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
  position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  li.hs-menu-depth-2
  > a {
  padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  li.hs-menu-depth-3
  > a {
  padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  li.hs-menu-depth-4
  > a {
  padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch
  li.hs-menu-depth-5
  > a {
  padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li
    a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
    > ul
    li.hs-item-has-children.active-branch
    > ul.hs-menu-children-wrapper
    > li
    a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

.widget-type-space {
  visibility: hidden;
}

.hs-author-listing-header {
  margin: 0 0 0.75em 0;
}

.hs-author-social-links {
  display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden;
}

.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
  outline: 0;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs_cos_flex-slider {
  margin: 0;
  padding: 0;
}

.hs_cos_flex-slider .hs_cos_flex-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.hs_cos_flex-pauseplay span {
  text-transform: capitalize;
}

.hs_cos_flex-slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .hs_cos_flex-slides {
  display: block;
}

* html .hs_cos_flex-slides {
  height: 1%;
}

.hs_cos_flex-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}

.hs_cos_flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .hs_cos_flex-viewport {
  max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.hs_cos_flex-direction-nav {
  *height: 0;
}

.hs_cos_flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png)
    no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
  background-position: 100% 0;
  right: -36px;
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
  left: -36px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
  opacity: 0.8;
  right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
  opacity: 0.8;
  left: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
  opacity: 1;
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.hs_cos_flex_thumbnavs-direction-nav {
  *height: 0;
}

.hs_cos_flex_thumbnavs-direction-nav a {
  width: 30px;
  height: 140px;
  margin: -60px 0 0;
  display: block;
  background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png)
    no-repeat 0 40%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
  background-position: 100% 40%;
  right: 0px;
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
  left: 0px;
}

.hs-cos-flex-slider-control-panel img {
  cursor: pointer;
}

.hs-cos-flex-slider-control-panel img:hover {
  opacity: 0.8;
}

.hs-cos-flex-slider-control-panel {
  margin-top: -30px;
}

.hs_cos_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.hs_cos_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.hs_cos_flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.hs_cos_flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.hs_cos_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.hs_cos_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.hs_cos_flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.hs_cos_flex-control-thumbs img:hover {
  opacity: 1;
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    opacity: 1;
    left: 0;
  }

  .hs_cos_flex-direction-nav .hs_cos_flex-next {
    opacity: 1;
    right: 0;
  }
}

.hs_cos_flex-slider .caption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }

  #recaptcha_area table#recaptcha_table {
    width: 300px !important;
  }

  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: 300px !important;
  }

  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
    width: 67px !important;
  }

  #recaptcha_area table#recaptcha_table #recaptcha_image {
    width: 280px !important;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}

.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: -4px;
}

.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

pre {
  overflow-x: auto;
}

table pre {
  white-space: pre-wrap;
}

.comment {
  margin: 10px 0 10px 0;
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}
/* ==MENU NAVIGATION
==========================================================================
==========================================================================  */

/* Wrappers
***************************************
***************************************/
#mainMenu {
  box-shadow: none;
  transition: all 0.35s ease-in;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.main-menu-wrapper {
  padding: 20px 40px;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 5;
  -webkit-transition: background-color 0.35s ease-in;
  transition: background-color 0.35s ease-in;
}

.main-menu-wrapper.hide-menu {
  display: none;
}

#mainMenu .main-menu-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  justify-content: space-between;
}

.widget-type-global_group {
  min-height: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
}
.main-menu {
  padding: 0px;
  margin-right: 0;
  margin-left: auto;
}

.main-menu-wrapper {
  transition: background-color 0.35s ease-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children:hover
  ul.hs-menu-children-wrapper {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* Logo 
***************************************
***************************************/

.main-logo {
  padding: 0;
  position: relative;
  left: 0;
  max-width: 125px;
}
.main-logo a {
  display: inline-block;
  position: relative;
  top: 0;
}
/* Right CTA and Search section 
***************************************
***************************************/

.c-nav-right,
.c-nav-right__search,
.c-nav-right__login {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.c-nav-right__search:hover path,
.c-nav-right__login:hover path,
.c-nav-right__login:hover circle {
  fill: #07beb8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.c-nav-right__login:hover #Path_3025,
.c-nav-right__login:hover #Ellipse_1 {
  fill: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

body .c-nav-right__search input[type="search"] {
  margin: 0;
  border: medium none;
  font-size: 16px;
  font-weight: 400;
  max-width: 100px;
}

.c-nav-right__login {
  margin-right: 20px;
}

.c-nav-right__login svg {
  margin-right: 10px;
}

.c-nav-right__search {
  position: relative;
}

.c-nav-right__search:after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background-color: #707070;
}

body .c-nav-right__search input::-webkit-input-placeholder {
  color: #000;
}

body .c-nav-right__search input::-moz-placeholder {
  color: #000;
}

body .c-nav-right__search input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #000;
}

body .c-nav-right__searchinput:-ms-input-placeholder {
  color: #000;
}

.c-nav-right__demo {
  margin-left: 20px;
  color: #007eff;
  font-weight: 500;
  padding-right: 10px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.c-nav-right__demo:hover {
  color: #07beb8;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.c-nav-right__demo:after {
  font-family: fontawesome;
  content: "\f0da";
  right: -10px;
  position: relative;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
}
.c-nav-right__demo:hover:after {
  right: -12px;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
}
.c-nav-right {
  margin-left: 30px;
}

/* Hamburger 
***************************************
***************************************/

.hamburger {
  height: 70px;
  width: 80px;
  position: inline-block;
  display: none;
  padding-top: 25px;
  text-align: center;
  cursor: pointer;
}

.hamburger span {
  height: 2px;
  width: 26px;
  display: block;
  background-color: #000;
  margin: 0 auto 7px;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger.mobile-open {
  padding-right: 34px;
}

.hamburger span:nth-child(1) {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburger span:nth-child(2) {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hamburger span:nth-child(3) {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(4) {
  height: auto;
  color: #fff;
  background-color: transparent;
  display: inline;
  top: -5px;
  position: relative;
}

.hamburger:hover span {
  -webkit-transform: rotate3d(0, 1, 0.1, 180deg);
  -moz-transform: rotate3d(0, 1, 0.1, 180deg);
  -ms-transform: rotate3d(0, 1, 0.1, 180deg);
  -o-transform: rotate3d(0, 1, 0.1, 180deg);
  transform: rotate3d(0, 1, 0.1, 180deg);
}

.hamburger.mobile-open span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate3d(0, 0, 0, 45deg);
  -moz-transform: rotate3d(0, 0, 0, 45deg);
  -ms-transform: rotate3d(0, 0, 0, 45deg);
  -o-transform: rotate3d(0, 0, 0, 45deg);
  transform: rotate3d(0, 0, 0, 45deg);
}

.hamburger.mobile-open span:nth-child(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  position: relative;
  top: 9px;
}

.hamburger.mobile-open span:nth-child(2) {
  opacity: 0;
  transition: all 0s ease;
}

.hamburger.mobile-open span:nth-child(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  position: relative;
  top: -9px;
}

.c-hamburger-label {
  position: absolute;
  right: 73px;
  top: 24px;
  display: none;
}

@media (max-width: 991px) {
  .c-hamburger-label {
    display: inline;
  }
}

/* Scrollling transitions
***************************************
***************************************/

/* Logo transition */

.logo-primary {
  display: block;
  opacity: 1;
}

.logo-secondary {
  display: none;
  opacity: 0;
}

.scrolling .logo-primary {
  display: none;
  opacity: 0;
}

.scrolling .logo-secondary {
  display: block;
  opacity: 1;
}

/* Background transition */

#mainMenu.scrolling {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.scrolling .main-menu-wrapper {
  background-color: #ffffff;
}

/* Nav items transition */

.scrolling .main-menu .hs-menu-item.hs-menu-depth-1 > a {
  color: #000;
  /* display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex; */
}
.scrolling.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children > .fa {
  color: #000;
}

.scrolling
  .main-menu
  a:hover
  .scrolling
  .main-menu
  .hs-menu-item.hs-menu-depth-1:hover
  > a {
  color: #000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.scrolling .main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  color: #000000;
}

/* Nav Items 
***************************************
***************************************/

/* PARENT 
******************/

.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  padding-left: 8px;
  color: #000;
  top: 29%;
  font-size: 18px;
  position: absolute;
  transform: translateY(-50%);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}

.main-menu-wrapper .top-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
  top: 1px;
  padding-left: 5px;
}

.main-menu a {
  padding: 30px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.main-menu .hs-menu-item.hs-menu-depth-1 {
  position: relative;
  padding: 0 15px;
}

li.hs-menu-item {
  margin-bottom: 0;
}

.main-menu .hs-menu-item.hs-menu-depth-1 > a {
  padding: 4px 0;
  max-width: none;
  position: relative;
  z-index: 4;
  font-weight: 400;
  color: #000;
  top: 4px;
  display: inline-block;
}

/* .main-menu .hs-menu-item.hs-menu-depth-1 > a:hover {
	color: #007EFF;
} */

.main-menu .hs-menu-item.hs-menu-depth-1 > a:hover ~ .fa {
  color: #007eff;
}

.hs-menu-depth-1 > a:after {
  background-color: #007eff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.main-menu-container .hs-menu-depth-1 > a:after {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

.hs-menu-depth-1:hover > a:after {
  width: 100%;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}

/* CHILD 
******************/

.main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
  background-color: #fff;
  box-shadow: 6px 6px 29px 0 #0000004d;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
  position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  max-width: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-childre
  n
  ul.hs-menu-children-wrapper
  li
  a {
  width: auto;
  min-width: 180px;
  min-height: 0;
  white-space: normal;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children .fa {
  color: #000;
  top: 50%;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9;
}
.main-menu-wrapper ul li.hs-menu-depth-2.hs-item-has-children:hover .fa {
  color: #007eff;
}
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li.active:after {
  width: 100%;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:before,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li:before {
  width: 0 !important;
  height: 0 !important;
  bottom: -100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper
  li.hs-item-has-children.hs-menu-depth-2
  ul.hs-menu-children-wrapper {
  left: 99.5%;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  visibility: hidden;
}

.main-menu .hs-menu-children-wrapper .hs-menu-depth-3 > a {
  max-width: 170px;
  min-width: 170px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal
  > ul
  li.hs-item-has-children
  ul.hs-menu-children-wrapper
  li
  a {
  width: 170px;
}
/* Desktop specific
***************************************
***************************************/

@media (min-width: 1281px) {
  .hs-menu-depth-1 li {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    border-bottom: 1px solid #dbdde2;
    color: #0d1317;
  }

  .hs-menu-depth-1 li:hover {
    background-color: #ebebeb;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
  }

  .main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa:before {
    position: absolute;
    transform: rotate(180deg);
    transition: all 0.35s ease;
    -webkit-transition: all 0.3s ease;
    transform-style: preserve-3d;
    transform-origin: center;
  }

  .main-menu-wrapper
    ul
    li.hs-menu-depth-1.hs-item-has-children:hover
    .fa:before {
    transform: rotate(0deg);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transform-style: preserve-3d;
    transform-origin: center;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding: 0px 35px 0 15px;
  }

  .hs-menu-item.hs-menu-depth-1.active > a:after {
    color: #000;
    width: 100%;
  }

  .scrolling .hs-menu-item.hs-menu-depth-1.active {
    border-color: #972323;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li.hs-menu-depth-3
    a {
    min-width: 180px;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper:focus,
  .main-menu .hs-menu-item.hs-menu-depth-1:hover > .hs-menu-children-wrapper,
  .main-menu .hs-menu-item.hs-menu-depth-2:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:focus
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-menu-depth-2.hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    top: 0;
  }

  /* .main-menu .hs-menu-children-wrapper a:hover {
		color: #007EFF;
	} */

  ul li.hs-menu-depth-2.hs-item-has-children .fa:before {
    font-family: FontAwesome;
    content: "\f105";
  }

  .main-menu-wrapper .hs-menu-wrapper {
    display: block !important;
  }

  .menu-search {
    display: table-cell !important;
  }

  .mobile-open .mobile-menu {
    display: none;
  }
}

/* Mobile specific
***************************************
***************************************/

.mobile-menu,
.mobile-menu ul,
.mobile-menu li,
.mobile-menu a {
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu a {
  color: #333333;
  font-weight: 500;
  text-align: left;
  font-family: 'Montserrat',sans-serif;
font-size: 16px;
}
.mobile-menu li li a {
  color: #000;
}
.mobile-open .mobile-menu {
  display: block;
}

.mobile-menu .hs-menu-wrapper ul {
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 1280px) {
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li
    a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch
    > ul
    li.hs-item-has-children.active-branch
    > ul.hs-menu-children-wrapper
    > li
    a {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  /* li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover {
			max-height: none;
	} */

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children
    > .hs-menu-children-wrapper {
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.open-child,
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.open-child
  {
    max-height: none !important;
    height: 100% !important;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.open-child > .hs-menu-children-wrapper,
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.open-child > .hs-menu-children-wrapper {
    height: 100% !important;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .hs-menu-item .fa-caret-down:before {
    /* content: "+"; */
    font-weight: 900;
    /* font-family: roboto; */
    font-size: 20px;
  }
  .main-menu-wrapper {
    padding: 0;
  }
  .mobile-menu {
    background-color: #fff;
  }
  .c-nav-right__demo,
  .c-nav-right__search {
    display: none;
  }

  .c-nav-right__login {
    margin-right: 20px;
  }

  .mobile-open .main-menu a {
    color: #fff;
  }
body.o-main.mobile-open:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #333;
    z-index: 2;
    opacity: 0.7;
}
  body.mobile-open {
    /* overflow: hidden !important; */
  }

  .mobile-open .main-menu-container {
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 0;
    margin: 0;
  }

  .main-logo {
    float: left;
    top: 0px;
    left: 24px;
  }

  .hs-menu-depth-1 > a:after {
    display: none;
    content: none;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    box-shadow: none;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper {
    left: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li.hs-item-has-children.hs-menu-depth-2
    ul.hs-menu-children-wrapper {
    left: 0;
    height: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li.hs-item-has-children.hs-menu-depth-2.open-child
    ul.hs-menu-children-wrapper {
    height: auto;
  }

  .main-menu-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    transition: background-color 350ms ease-in;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 {
    width: 100%;
    z-index: 1;
    margin-bottom: 0;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    width: 100%;
    display: block;
  }

  .main-menu-container .hs-menu-wrapper {
    display: none;
  }

  .hamburger {
    display: block;
    top: 0;
    z-index: 2;
  }

  .hamburger.mobile-open {
    padding-right: 0;
  }

  .hs-menu-depth-1:hover:after {
    width: 0;
  }

  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    visibility: hidden;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    > ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: relative;
    display: block;
    transition: all 0s ease;
    z-index: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children.open-child:hover
    > ul.hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children.open-child
    > ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
    position: relative;
    display: block;
    transition: all 0s ease;
    z-index: 0;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1,
  .mobile-menu .hs-menu-item.hs-menu-depth-2 {
    max-height: 50px;
    transition: max-height 0.5s ease;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1.open-child,
  .main-menu .hs-menu-item.hs-menu-depth-2.open-child {
    max-height: 1500px;
    transition: max-height 2s ease;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 0;
  }

  .mobile-menu .hs-menu-wrapper li {
    margin-bottom: 0;
  }

  .main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
    color: #000;
    float: right;
    height: 100%;
    display: block;
    position: absolute;
    width: 80px;
    right: 0;
    top: 0;
    padding-top: 13px;
    text-align: right;
    padding-right: 7px;
    z-index: 99999;
    cursor: pointer;
    transform: none;
    text-align: center;
  }

  .mobile-menu .hs-menu-item.hs-menu-depth-1 > a {
    display: inline-block;
    z-index: 9;
    top: 3px;
    position: relative;

  }

  .scrolling.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
    color: #000;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    z-index: -1;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li.hs-item-has-children
    ul.hs-menu-children-wrapper {
    left: 0;
  }

  .main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
    background-color: #fff;
    border-top: 1px solid #ececec;
  }

  .main-menu .hs-menu-item.hs-menu-depth-1 > a {
    width: 80%;
  }

  /* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		top: 5px;
	} */

  .nav-mobile-parent .hs-menu-depth-1 > .fa.fa-angle-down.child-toggle,
  .nav-mobile-parent .hs-menu-depth-1 > a {
    color: #fff !important;
  }

  .nav-mobile-parent .fa.fa-angle-down.child-toggle {
    color: #fff !important;
  }

  .main-menu
    .hs-menu-wrapper
    ul.hs-menu-children-wrapper
    li.hs-menu-item.hs-menu-depth-3 {
    background-color: #ececec;
    border-color: #fff;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li
    a {
    width: calc(100% - 70px);
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li
    a {
    text-align: left;
    padding-left: 48px;
    font-size: 16px;
    width: 100%;
  }

  .hs-menu-children-wrapper {
    box-shadow: none;
  }

  li.hs-menu-item {
    border-top: 1px solid #dbdde2;
  }
  .mobile-menu .hs-menu-item {
    position: relative;
  }

  .mobile-menu .active:before {
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    background-color: #00d37b;
    left: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal
    > ul
    li.hs-item-has-children
    ul.hs-menu-children-wrapper
    li.active
    a {
    background-color: #f8f8f8;
  }

  .c-cta-mobile {
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-cta-mobile div {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-cta-mobile a {
    display: block;
  }

  .c-cta-mobile__search {
    display: flex;
    align-items: center;
  }

  body .c-cta-mobile__search input[type="search"] {
    margin: 0;
    border: medium none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    max-width: none;
  }

  .c-cta-mobile__login svg {
    margin-right: 10px;
  }

  .c-cta-mobile__search {
    position: relative;
  }

  body .c-cta-mobile__search input::-webkit-input-placeholder {
    color: #333;
    font-weight: 500;
  }

  body .c-cta-mobile__search input::-moz-placeholder {
    color: #333;
font-weight: 500;
  }

  body .c-cta-mobile__search input:-moz-placeholder {
    color: #333;
font-weight: 500;
  }

  body .c-cta-mobile__searchinput:-ms-input-placeholder {
    color: #333;
font-weight: 500;
  }
  .c-cta-mobile {
    border-top: 1px solid #dbdde2;
    border-bottom: 1px solid #dbdde2;
  }

  .c-cta-mobile > div:last-child {
    border-left: 1px solid #dbdde2;
    padding-left: 24px;
  }

  .c-cta-mobile__demo a {
    background-color: #007eff;
    color: #fff;
    display: block;
    padding: 15px 24px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .main-logo {
    max-width: 100px;
  }
  .hamburger {
    top: 0;
  }
  a.c-button.c-button--primary.c-nav-button {
    display: none;
  }
  .c-nav-right__login {
    margin-right: 0;
display: none;
  }
}
.c-footer {
  background-color: #ebedf4;
}
.c-footer__logo {
  margin-bottom: 24px;
}
.c-footer__column--first {
  max-width: 400px;
}
.c-copyright {
  margin-top: 10px;
}
.c-footer__social {
  position: relative;
}
.c-footer__social a {
  margin-left: 20px;
}
.c-footer__nav a:hover {
    color: #007EFF;
}
.c-footer__nav a {
    font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .c-footer__social {
  }
  .c-footer-columns {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .c-footer__social {
    padding: 0;
  }
}
.c-footer__social a {
  margin-bottom: 20px;
  display: inline-block;
  transition: all 350ms ease;
}
.c-footer__social:before {
  font-family: FontAwesome;
  font-size: 19px;
}
.c-footer__social--linkedin:before {
  content: "\f0e1";
}
.c-footer__social--twitter:before {
  content: "\f099";
}
.c-footer__social--insta:before {
  content: "\f16d";
}
.c-footer__social--face:before {
  content: "\f09a";
}


/* Footer updates */
.c-footer-phone,
.c-footer-email {
    float: none;
display: flex;
}

@media (min-width: 1023px) {
  .c-footer-phone,
  .c-footer-email {
      
      float: left;
  }

  .c-footer-email,
  .c-footer-phone {
    margin-bottom: 0;
  }

}
.c-footer-phone {
  margin-right: 50px;
  margin-bottom: 20px;
}
.c-footer-email {
  margin-bottom: 30px;
}

.c-footer-email > div:first-child,
.c-footer-phone > div:first-child {
    margin-right: 12px;
}

.c-footer__container h3 {
    margin-bottom: 36px;
}

.c-footer__nav-b li.hs-menu-item.hs-menu-depth-1 {
    width: 100% !important;
}

.c-footer__nav-b li.hs-menu-item.hs-menu-depth-1 a {
  padding: 5px 0;
  overflow: visible;
}

.c-copyright.c-copyright-b {
  margin-top: 0;
}

.column.c-footer-menus {
  border-top: 1px solid #dbdde2;
}

@media (min-width: 1023px) {
  .column.c-footer-menus {
    border-top: medium none;
    border-left: 1px solid #dbdde2;
    padding-left: 70px;
    padding-bottom: 40px;
  }
}

.c-footer__container.u-mb-0 {
  margin-bottom: 0;
}

.c-footer-login {
  position: relative;
}

span.c-footer-login:before {
  background-image: url(https://www.alkimii.com/hubfs/website/icons/person-icon.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  content: "";
  height: 26px;
  width: 26px;
  display: none;
  position: absolute;
  left: -30px;
  top: -2px;
}

@media (min-width: 1023px) {
  span.c-footer-login:before {
    display: inline-block;
  }
}

.c-footer__social-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.c-blog {
  margin-top: 0.75rem;
}
.c-blog__block article.tile {
  height: 100%;
}



.c-blog-cta {
  height: 100%;
  border-left: 1px solid rgba(78, 91, 110, 0.25);
  padding-left: 1.5rem;
}
.c-blog-cta h2 {
  
}
.c-blog-cta p {
  
}
.c-blog-cta__inner {
  padding: 30px;
}

.c-blog__devider {
  margin: 1.5rem 15px;
  width: 100%;
  border-top: 1px solid rgba(78, 91, 110, 0.25);
}

@media (min-width: 1024px) {
  .c-blog-cta__inner {
    padding: 50px;
  }
}
.c-blog-cta--post {
  height: auto;
}

.c-post .c-blog-form ul li:before {
  display: none;
}

.c-post .c-blog-form {
  margin-bottom: 30px;
}

.c-blog-tabs div {
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #2b2a2c;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.c-blog-tabs div:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #1eb9cf;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}
.c-blog-tabs div.active:after,
.c-blog-tabs div:hover:after,
.c-blog-tabs div:focus:after {
  width: 100%;
}

/* Search */
.c-blog-search {
  display: flex;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.c-blog-search .c-blog-search--input {
  width: 100%;
  background-color: #ececec;
  border: 0;
  height: 36px;
  padding: 0 15px;
  outline: 0;
  font-size: 1rem;
  height: 50px;
}
.c-blog-search .btn {
  font-family: "FontAwesome";
  background: #1eb9cf;
  height: 50px;
  width: 50px;
  padding: 10px 15px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.c-blog-search .btn i {
  color: #fff;
}

.c-blog-form {
  width: 100%;
  padding: 30px;
}
@media (min-width: 1024px) {
  .c-blog-form {
    padding: 50px;
  }
}
.c-blog-form h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.c-blog-form input.hs-input {
  box-sizing: border-box !important;
}

/* OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
/* Blog Listing
   ----------------------------- */
.c-blog__image {
  height: 240px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image {
    height: 320px;
  }
}

.c-blog__image--first {
  height: 426px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image--first {
    padding: 50px;
  }
}

/* .c-blog__image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* .c-blog__image--first:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.c-blog .tile.is-child {
  height: 100%;
}

.c-blog h2.c-blog__heading {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.c-blog__tag {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-blog__tag {
    padding: 50px;
  }
}

.c-blog__content {
}

h2.c-blog__content--title {
  font-size: 2.5rem;
  line-height: 3.125rem;
}



p.c-blog__content--intro {
  font-size: 1rem;
  line-height: 1.75rem;
}



.c-blog__content--buttons img {
  display: block;
}

.c-blog__image.c-blog__image-inner {
  display: flex;
  align-items: end;
}

h2.c-blog__heading.c-blog__heading--inside {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-weight: 600;
}

p.c-blog__author.c-blog__author--inside {
  font-size: 1rem;
  line-height: 1.75rem;
}


.c-blog__heading {
  font-size: 1.875rem;
  /* line-height: 1.875rem; */
  margin-bottom: 10px;
  font-weight: 600;
}

.c-blog__author {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(86, 104, 131, 0.5);
}

.c-blog-form .hs-form .hs-button {
  border: 2px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-family: "CooperHewitt", sans-serif !important;
  border: 2px solid #1eb9cf !important;
}

.c-blog-form .hs-form .hs-button:hover,
.c-blog-form .hs-form .hs-button:active,
.c-blog-form .hs-form .hs-button:focus {
  background: #1eb9cf !important;
  background-color: #1eb9cf !important;
  color: #fff !important;
  border-color: #fff !important;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.c-blog-form .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-blog__block > a {
  display: block;
  width: 100%;
}

.c-blog-more {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 160px;
  margin-top: 80px;
  display: inline-block;
}

.c-blog__inner-col {
  padding: 30px;
  color: #2b2a2c;
}
@media (min-width: 1024px) {
  .c-blog__inner-col {
    padding: 50px;
  }
}

.c-blog__block article.tile {
  height: 100%;
}

.c-blog__image.c-blog__image-inner:after {
  width: 0;
}

.c-tile-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-tile-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-tile-img-inner {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 767px) {
  .c-tile-img-inner {
    min-height: 250px;
    padding: 30px;
  }
}

/* Blog Filter
----------------------------- */
.tile.is-ancestor.is-flex-wrap-wrap.c-blog-top {
  margin: 40px 0;
}

.c-blog-filter .c-blog-filter__heading {
  padding-right: 0;
  height: 100%;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__heading {
    width: 33%;
  }
}
.c-blog-filter .c-blog-filter__heading h5 {
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
  margin: -1px 0 0;
}

.c-blog-filter .c-blog-filter__dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__dropdown {
    width: 67%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-blog-dropdown {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 2px solid #ececec;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-blog-dropdown {
    cursor: pointer;
    transition: all 350ms ease;
  }
}
.c-blog-dropdown__default {
  font-size: 16px;
  font-weight: bold;
}
.c-blog-dropdown__toggle {
  width: 14px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  color: #1eb9cf;
  font-size: 22px;
}
.c-blog-dropdown-topics {
  z-index: 4;
  min-width: calc(100% - 4px);
  margin-top: 10px;
  position: absolute;
  left: calc(2px);
  top: 100%;
  background: #f1f3f8;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
.c-blog-dropdown-topics.is-open {
  opacity: 1;
  visibility: visible;
}
.c-blog-dropdown-topics__link {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 350ms ease;
}

.c-blog-search__input,
.c-blog-search__input:focus,
.c-blog-search__input:focus-visible {
  outline: 0;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ececec;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
}

.svg-search-icon {
  fill: none;
  stroke: #1eb9cf;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-blog-search path {
  fill: #1eb9cf;
}

.c-blog-search svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.c-blog-search {
  position: relative;
  width: 100%;
}

/* Blog Post
----------------------------- */
.c-post {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .c-post {
    font-size: 1.4rem;
  }
}
.c-post .c-post__intro {
  margin-bottom: 20px;
}
.c-post .c-post__author {
  display: inline-block;
}
.c-post .c-post__share {
  float: right;
}
.c-post .c-post__share ul li {
  display: inline-block;
  margin-left: 20px;
}
.c-post .c-post__share ul li:before {
  display: none;
}
.c-post .c-post__body li {
  margin-bottom: 20px;
}
.c-post .c-post__body li p {
  margin: 0;
  display: inline-block;
}
.c-post ul {
  list-style: none;
  padding-left: 25px;
}
.c-post ol {
  padding-left: 25px;
}
.c-post ul li:before {
  content: "\2022";
  color: #1eb9cf;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

/* To be moved into button.css*/
.c-button.c-button--blue {
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
}

.c-pagination {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 12px;
  text-align: center;
}

.pagination {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
  position: absolute;
}

.pagination li.first-posts-link {
  left: 10px;
}

.pagination li.previous-posts-link {
  left: 50px;
}

.pagination li.next-posts-link {
  right: 50px;
}

.pagination li.last-posts-link {
  right: 10px;
}

.c-pagination__controls {
  display: inline-block;
}

.c-pagination__controls.c-pagination__controls--backward {
  float: left;
}

.c-pagination__controls.c-pagination__controls--forward {
  float: right;
}

.c-pagination__control {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  max-width: 100%;
  min-width: 2.4rem;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  padding: 0.8rem;
  border: 1px solid #b8b8b8;
  border-radius: 30rem;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1eb9cf;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.c-pagination__control a {
  border-radius: 30px;
  height: 100%;
  left: 0;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-pagination__control:hover {
  border-color: #1eb9cf;
  background-color: #1eb9cf;
  box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.c-pagination__control:hover a {
  color: #fff;
}

.c-pagination__control:active {
  box-shadow: none;
}

.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a {
  border-color: transparent;
  background-color: #1eb9cf;
  color: #fff;
}

.c-pagination__ellipsis {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  color: #363636;
}

.pagination {
  position: relative;
  margin: 50px 0 100px;
}

.c-post {
  margin-bottom: 100px;
  margin-top: -150px;
}

.c-post-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  display: inline-block;
}

.c-hero.c-hero--post {
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.c-hero.c-hero--post h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: left;
}



.c-blog-hero {
  padding: 137px 20px 50px;
  min-height: 85vh;
  background-image: url(https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/hero/blog-hero.png);
  background-size:cover;
  background-position: center center;
  display: flex;
  align-items:  center;
}

p.c-blog__content--author {
  display: flex;
    align-items: center;
  color: #232536;
}
p.c-blog__content--author svg {
    margin-right: 10px;
}

.c-blog__content {
    padding-right: 50px;
}

.c-blog__content--buttons {
  display: flex;
  align-items: center;
}

.c-blog__image.c-blog__image--first {
    border-radius: 30px;
}

.c-tabs__nav--blog.c-tabs__nav .c-tabs__nav-item {
  max-width: none;
}

.c-pagination__control {
    width: 30px;
    height: 37px;
}

.c-pagination__control.c-pagination__control--current, .c-pagination__control.c-pagination__control--current a {
    background-color: rgb(0, 126, 255);
}

.c-pagination__control:hover {
    border-color: #979797;
    background-color: #979797;
    box-shadow: 3px 4px 14px 0 rgb(0 0 0 / 20%);
    color: #fff;
}

.c-blog__image {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0;
}

article.tile.is-child {
    border: 1px solid #CACDD4;
    border-radius: 30px;
}

.c-blog__inner {
    padding: 30px;
}

.c-post-header {
  padding: 137px 20px 150px;
  min-height: 85vh;
  background-image: url(https://9134925.fs1.hubspotusercontent-na1.net/hubfs/9134925/website/hero/blog-hero.png);
  background-size:cover;
  background-position: center center;
  display: flex;
  align-items:  center;
}
.c-post-header__social {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.c-post-header__share ul {
    list-style: none;
    padding: 0;
}
.c-post-header__share ul li {
    display: inline;
}
.c-post-header__share ul li {
    display: inline;
    margin-left: 12px;
    font-size: 24px;
}
.c-post-header__author {
    display: flex;
    align-items: center;
}
.c-post-header__author svg {
    margin-right: 9px;
}
.c-hero.c-hero--post {
    border-radius: 30px;
height: auto;
}
/* Error pages */

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20
    }
  }
  
  /* System pages */
  
  .systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4
    border-radius: 10px;
    margin-bottom: 6
    -webkit-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%); 
    -moz-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7
    width: 100%;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
  .systems-page form input[type='submit'] {
    margin: 0.7rem 0;
    display: block;
  }
  
  /* Search pages */
  
  .hs-search-results__title {
    font-size: 1.25
    margin-bottom: 0.35
    text-decoration: underline;
  }
  
  .hs-search-results__title:hover {
    text-decoration: none;
  }
  
  .hs-search-results__description {
    padding-top: 0.7
  }
  
  /* Password prompt */
  
  .password-prompt input[type=password] {
    height: auto !important;
    margin-bottom: 1.4
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 0.175
  }
  
  .systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.7
  }
  
  /* Backup unsubscribe */
  
  .backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
  }
  
  .backup-unsubscribe input[type=email] {
    font-size: 0.875rem !important;
    margin-bottom: 1.4
    padding: 0.7rem !important;
  }
  
  /* Subscription preferences */
  
  #email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  #email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Membership pages */
  
  #hs-membership-form a[class*='show-password'] {
    font-size: 0.75
  }
  
  /* Input error messages */
  
  .form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0;
  }
  
  .form-input-validation-message ul.hs-error-msgs li {
    margin: 0;
  }


/* Form Styling */



ul.hs-error-msgs {
	list-style: none;
}

.systems-page form input[type='submit'] {
    background-color: #ff8e00;
    border: 3px solid #ff8e00;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}

.systems-page form input[type='submit']:hover {
    background-color: #6FA8DC;
    border: 3px solid #6FA8DC;
    color: #fff;
}

.systems-page .hs-form-field .hs-input {
    border: none !important;
    border-bottom: 1px solid rgba(86,104,131,0.25) !important;
}

/* PLUGINS
   ----------------------------- */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    margin: 0 10px;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*@charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    
}

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 23px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev:before,
.slick-next:before
{
    
    font-family: 'Manrope',sans-serif;
    font-size: 38px !important;
    line-height: initial;
    opacity: .75;
    color: #3D85C6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {    
    font-size: 0;
}
.slick-prev
{
    left: -36px;
}
[dir='rtl'] .slick-prev
{
    right: -36px;
    left: auto;
}
.slick-prev:before {
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before {
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 14px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/* UTILITY
   ----------------------------- */
.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.is-align-self-flex-start {
  -ms-grid-row-align: flex-start !important;
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  -ms-grid-row-align: flex-end !important;
  align-self: flex-end !important;
}

.is-align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.is-align-self-baseline {
  -ms-grid-row-align: baseline !important;
  align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}
.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.is-align-self-flex-start {
  -ms-grid-row-align: flex-start !important;
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  -ms-grid-row-align: flex-end !important;
  align-self: flex-end !important;
}

.is-align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.is-align-self-baseline {
  -ms-grid-row-align: baseline !important;
  align-self: baseline !important;
}

.is-align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


/* COLOUR
   ----------------------------- */


.u-bg-white {
  background-color: #fff;
}
.u-bg-grey {
  background-color: #f5f5f5;
}
.u-bg-dark {
  background-color: #002347;
}
.u-bg-glass {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(125, 125, 134, 0.37);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.u-bg-accent {
  background-color: #eb8d00;
}


.u-text-white {
  color: #fff;
}
.u-text-grey {
  color: #f5f5f5;
}
.u-text-dark {
  color: #002347;
}
.u-text-accent {
  color: #eb8d00;
}




/* COLOUR
     ----------------------------- */
.u-color-primary {
  color: #1eb9cf;
}

.u-color-secondary,
.u-highlight {
  color: #db535b;
}

/* SPACING
     ----------------------------- */
.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

.u-spacer-0 {
  height: 0px;
}

.u-spacer-5 {
  height: 5px;
}

.u-spacer-10 {
  height: 10px;
}

.u-spacer-15 {
  height: 15px;
}

.u-spacer-20 {
  height: 20px;
}

.u-spacer-25 {
  height: 25px;
}

.u-spacer-30 {
  height: 30px;
}

.u-spacer-35 {
  height: 35px;
}

.u-spacer-40 {
  height: 40px;
}

.u-spacer-45 {
  height: 45px;
}

.u-spacer-50 {
  height: 50px;
}

.u-spacer-55 {
  height: 55px;
}

.u-spacer-60 {
  height: 60px;
}

.u-spacer-65 {
  height: 65px;
}

.u-spacer-70 {
  height: 70px;
}

.u-spacer-75 {
  height: 75px;
}

.u-spacer-80 {
  height: 80px;
}

.u-spacer-85 {
  height: 85px;
}

.u-spacer-90 {
  height: 90px;
}

.u-spacer-95 {
  height: 95px;
}

.u-spacer-100 {
  height: 100px;
}

/* ::Display */
/* ----------------------------------------------------------- */
@media (min-width: 320px) {
  .u-display-block-xs {
    display: block;
  }
  .u-display-flex-xs {
    display: flex;
  }
  .u-display-inlinebl-xs {
    display: inline-block;
  }
  .u-display-inline-xs {
    display: inline;
  }
  .u-display-none-xs {
    display: none;
  }
  .u-display-block-i-xs {
    display: block !important;
  }
  .u-display-inlinebl-i-xs {
    display: inline-block !important;
  }
  .u-display-inline-i-xs {
    display: inline !important;
  }
  .u-display-none-i-xs {
    display: none !important;
  }
  .u-float-left-xs {
    float: left;
  }
  .u-float-right-xs {
    float: right;
  }
  .u-clear-left-xs {
    clear: left;
  }
  .u-clear-right-xs {
    clear: right;
  }
  .u-clear-both-xs {
    clear: both;
  }
}

@media (min-width: 380px) {
  .u-display-block-ss {
    display: block;
  }
  .u-display-flex-ss {
    display: flex;
  }
  .u-display-inlinebl-ss {
    display: inline-block;
  }
  .u-display-inline-ss {
    display: inline;
  }
  .u-display-none-ss {
    display: none;
  }
  .u-display-block-i-ss {
    display: block !important;
  }
  .u-display-inlinebl-i-ss {
    display: inline-block !important;
  }
  .u-display-inline-i-ss {
    display: inline !important;
  }
  .u-display-none-i-ss {
    display: none !important;
  }
  .u-float-left-ss {
    float: left;
  }
  .u-float-right-ss {
    float: right;
  }
  .u-clear-left-ss {
    clear: left;
  }
  .u-clear-right-ss {
    clear: right;
  }
  .u-clear-both-ss {
    clear: both;
  }
}

@media (min-width: 480px) {
  .u-display-block-s {
    display: block;
  }
  .u-display-flex-s {
    display: flex;
  }
  .u-display-inlinebl-s {
    display: inline-block;
  }
  .u-display-inline-s {
    display: inline;
  }
  .u-display-none-s {
    display: none;
  }
  .u-display-block-i-s {
    display: block !important;
  }
  .u-display-inlinebl-i-s {
    display: inline-block !important;
  }
  .u-display-inline-i-s {
    display: inline !important;
  }
  .u-display-none-i-s {
    display: none !important;
  }
  .u-float-left-s {
    float: left;
  }
  .u-float-right-s {
    float: right;
  }
  .u-clear-left-s {
    clear: left;
  }
  .u-clear-right-s {
    clear: right;
  }
  .u-clear-both-s {
    clear: both;
  }
}

@media (min-width: 768px) {
  .u-display-block-m {
    display: block;
  }
  .u-display-flex-m {
    display: flex;
  }
  .u-display-inlinebl-m {
    display: inline-block;
  }
  .u-display-inline-m {
    display: inline;
  }
  .u-display-none-m {
    display: none;
  }
  .u-display-block-i-m {
    display: block !important;
  }
  .u-display-inlinebl-i-m {
    display: inline-block !important;
  }
  .u-display-inline-i-m {
    display: inline !important;
  }
  .u-display-none-i-m {
    display: none !important;
  }
  .u-float-left-m {
    float: left;
  }
  .u-float-right-m {
    float: right;
  }
  .u-clear-left-m {
    clear: left;
  }
  .u-clear-right-m {
    clear: right;
  }
  .u-clear-both-m {
    clear: both;
  }
}

@media (min-width: 1024px) {
  .u-display-block-l {
    display: block;
  }
  .u-display-flex-l {
    display: flex;
  }
  .u-display-inlinebl-l {
    display: inline-block;
  }
  .u-display-inline-l {
    display: inline;
  }
  .u-display-none-l {
    display: none;
  }
  .u-display-block-i-l {
    display: block !important;
  }
  .u-display-inlinebl-i-l {
    display: inline-block !important;
  }
  .u-display-inline-i-l {
    display: inline !important;
  }
  .u-display-none-i-l {
    display: none !important;
  }
  .u-float-left-l {
    float: left;
  }
  .u-float-right-l {
    float: right;
  }
  .u-clear-left-l {
    clear: left;
  }
  .u-clear-right-l {
    clear: right;
  }
  .u-clear-both-l {
    clear: both;
  }
}

@media (min-width: 1216px) {
  .u-display-block-xl {
    display: block;
  }
  .u-display-flex-xl {
    display: flex;
  }
  .u-display-inlinebl-xl {
    display: inline-block;
  }
  .u-display-inline-xl {
    display: inline;
  }
  .u-display-none-xl {
    display: none;
  }
  .u-display-block-i-xl {
    display: block !important;
  }
  .u-display-inlinebl-i-xl {
    display: inline-block !important;
  }
  .u-display-inline-i-xl {
    display: inline !important;
  }
  .u-display-none-i-xl {
    display: none !important;
  }
  .u-float-left-xl {
    float: left;
  }
  .u-float-right-xl {
    float: right;
  }
  .u-clear-left-xl {
    clear: left;
  }
  .u-clear-right-xl {
    clear: right;
  }
  .u-clear-both-xl {
    clear: both;
  }
}

@media (min-width: 1408px) {
  .u-display-block-xxl {
    display: block;
  }
  .u-display-flex-xxl {
    display: flex;
  }
  .u-display-inlinebl-xxl {
    display: inline-block;
  }
  .u-display-inline-xxl {
    display: inline;
  }
  .u-display-none-xxl {
    display: none;
  }
  .u-display-block-i-xxl {
    display: block !important;
  }
  .u-display-inlinebl-i-xxl {
    display: inline-block !important;
  }
  .u-display-inline-i-xxl {
    display: inline !important;
  }
  .u-display-none-i-xxl {
    display: none !important;
  }
  .u-float-left-xxl {
    float: left;
  }
  .u-float-right-xxl {
    float: right;
  }
  .u-clear-left-xxl {
    clear: left;
  }
  .u-clear-right-xxl {
    clear: right;
  }
  .u-clear-both-xxl {
    clear: both;
  }
}

@media (min-width: 1508px) {
  .u-display-block-xxxl {
    display: block;
  }
  .u-display-flex-xxxl {
    display: flex;
  }
  .u-display-inlinebl-xxxl {
    display: inline-block;
  }
  .u-display-inline-xxxl {
    display: inline;
  }
  .u-display-none-xxxl {
    display: none;
  }
  .u-display-block-i-xxxl {
    display: block !important;
  }
  .u-display-inlinebl-i-xxxl {
    display: inline-block !important;
  }
  .u-display-inline-i-xxxl {
    display: inline !important;
  }
  .u-display-none-i-xxxl {
    display: none !important;
  }
  .u-float-left-xxxl {
    float: left;
  }
  .u-float-right-xxxl {
    float: right;
  }
  .u-clear-left-xxxl {
    clear: left;
  }
  .u-clear-right-xxxl {
    clear: right;
  }
  .u-clear-both-xxxl {
    clear: both;
  }
}

/* ::Table */
/* ----------------------------------------------------------- */
.u-table {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .u-table {
    display: table;
  }
}
.u-table--row {
  display: inline;
}
@media (min-width: 768px) {
  .u-table--row {
    display: table-row;
  }
}
.u-table--cell {
  display: inline-block;
  float: left;
  position: relative;
}
@media (min-width: 768px) {
  .u-table--cell {
    display: table-cell;
    float: none;
  }
}

.u-align-t {
  vertical-align: top;
}

.u-align-m {
  vertical-align: middle;
}

.u-align-b {
  vertical-align: bottom;
}

/* ::Display */
/* ----------------------------------------------------------- */
@media (min-width: 320px) {
  .u-hide-xs {
    display: none;
  }
}

@media (min-width: 380px) {
  .u-hide-ss {
    display: none;
  }
}

@media (min-width: 480px) {
  .u-hide-s {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide-m {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-hide-l {
    display: none;
  }
}

@media (min-width: 1216px) {
  .u-hide-xl {
    display: none;
  }
}

@media (min-width: 1408px) {
  .u-hide-xxl {
    display: none;
  }
}

@media (min-width: 1508px) {
  .u-hide-xxxl {
    display: none;
  }
}

/* ::Clear */
/* ----------------------------------------------------------- */
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ::Widths */
/* ----------------------------------------------------------- */
.u-width-0 {
  width: 0%;
}

.u-width-1 {
  width: 10%;
}

.u-width-2 {
  width: 20%;
}

.u-width-3 {
  width: 30%;
}

.u-width-4 {
  width: 40%;
}

.u-width-5 {
  width: 50%;
}

.u-width-6 {
  width: 60%;
}

.u-width-7 {
  width: 70%;
}

.u-width-8 {
  width: 80%;
}

.u-width-9 {
  width: 90%;
}

.u-width-10 {
  width: 100%;
}

/* ::Overflows */
/* ----------------------------------------------------------- */
.u-oflow-hidden {
  overflow: hidden;
}

/* ::Positioning */
/* ----------------------------------------------------------- */
.u-relative,
.is-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

/* ::Margins & Padding */
/* ----------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-ntp {
  padding-top: 0;
}

.u-nbp {
  padding-top: 0;
}

/* ::Padding */
/* ----------------------------------------------------------- */
/*Default Mobile State*/
.u-p-0 {
  padding: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pp-0 {
  padding: 0%;
}

.u-ppt-0 {
  padding-top: 0%;
}

.u-ppr-0 {
  padding-right: 0%;
}

.u-ppb-0 {
  padding-bottom: 0%;
}

.u-ppl-0 {
  padding-left: 0%;
}

.u-p-1 {
  padding: 10px;
}

.u-pt-1 {
  padding-top: 10px;
}

.u-pr-1 {
  padding-right: 10px;
}

.u-pb-1 {
  padding-bottom: 10px;
}

.u-pl-1 {
  padding-left: 10px;
}

.u-pp-1 {
  padding: 10%;
}

.u-ppt-1 {
  padding-top: 10%;
}

.u-ppr-1 {
  padding-right: 10%;
}

.u-ppb-1 {
  padding-bottom: 10%;
}

.u-ppl-1 {
  padding-left: 10%;
}

.u-p-2 {
  padding: 20px;
}

.u-pt-2 {
  padding-top: 20px;
}

.u-pr-2 {
  padding-right: 20px;
}

.u-pb-2 {
  padding-bottom: 20px;
}

.u-pl-2 {
  padding-left: 20px;
}

.u-pp-2 {
  padding: 20%;
}

.u-ppt-2 {
  padding-top: 20%;
}

.u-ppr-2 {
  padding-right: 20%;
}

.u-ppb-2 {
  padding-bottom: 20%;
}

.u-ppl-2 {
  padding-left: 20%;
}

.u-p-3 {
  padding: 30px;
}

.u-pt-3 {
  padding-top: 30px;
}

.u-pr-3 {
  padding-right: 30px;
}

.u-pb-3 {
  padding-bottom: 30px;
}

.u-pl-3 {
  padding-left: 30px;
}

.u-pp-3 {
  padding: 30%;
}

.u-ppt-3 {
  padding-top: 30%;
}

.u-ppr-3 {
  padding-right: 30%;
}

.u-ppb-3 {
  padding-bottom: 30%;
}

.u-ppl-3 {
  padding-left: 30%;
}

.u-p-4 {
  padding: 40px;
}

.u-pt-4 {
  padding-top: 40px;
}

.u-pr-4 {
  padding-right: 40px;
}

.u-pb-4 {
  padding-bottom: 40px;
}

.u-pl-4 {
  padding-left: 40px;
}

.u-pp-4 {
  padding: 40%;
}

.u-ppt-4 {
  padding-top: 40%;
}

.u-ppr-4 {
  padding-right: 40%;
}

.u-ppb-4 {
  padding-bottom: 40%;
}

.u-ppl-4 {
  padding-left: 40%;
}

.u-p-5 {
  padding: 50px;
}

.u-pt-5 {
  padding-top: 50px;
}

.u-pr-5 {
  padding-right: 50px;
}

.u-pb-5 {
  padding-bottom: 50px;
}

.u-pl-5 {
  padding-left: 50px;
}

.u-pp-5 {
  padding: 50%;
}

.u-ppt-5 {
  padding-top: 50%;
}

.u-ppr-5 {
  padding-right: 50%;
}

.u-ppb-5 {
  padding-bottom: 50%;
}

.u-ppl-5 {
  padding-left: 50%;
}

.u-p-6 {
  padding: 60px;
}

.u-pt-6 {
  padding-top: 60px;
}

.u-pr-6 {
  padding-right: 60px;
}

.u-pb-6 {
  padding-bottom: 60px;
}

.u-pl-6 {
  padding-left: 60px;
}

.u-pp-6 {
  padding: 60%;
}

.u-ppt-6 {
  padding-top: 60%;
}

.u-ppr-6 {
  padding-right: 60%;
}

.u-ppb-6 {
  padding-bottom: 60%;
}

.u-ppl-6 {
  padding-left: 60%;
}

.u-p-7 {
  padding: 70px;
}

.u-pt-7 {
  padding-top: 70px;
}

.u-pr-7 {
  padding-right: 70px;
}

.u-pb-7 {
  padding-bottom: 70px;
}

.u-pl-7 {
  padding-left: 70px;
}

.u-pp-7 {
  padding: 70%;
}

.u-ppt-7 {
  padding-top: 70%;
}

.u-ppr-7 {
  padding-right: 70%;
}

.u-ppb-7 {
  padding-bottom: 70%;
}

.u-ppl-7 {
  padding-left: 70%;
}

.u-p-8 {
  padding: 80px;
}

.u-pt-8 {
  padding-top: 80px;
}

.u-pr-8 {
  padding-right: 80px;
}

.u-pb-8 {
  padding-bottom: 80px;
}

.u-pl-8 {
  padding-left: 80px;
}

.u-pp-8 {
  padding: 80%;
}

.u-ppt-8 {
  padding-top: 80%;
}

.u-ppr-8 {
  padding-right: 80%;
}

.u-ppb-8 {
  padding-bottom: 80%;
}

.u-ppl-8 {
  padding-left: 80%;
}

.u-p-9 {
  padding: 90px;
}

.u-pt-9 {
  padding-top: 90px;
}

.u-pr-9 {
  padding-right: 90px;
}

.u-pb-9 {
  padding-bottom: 90px;
}

.u-pl-9 {
  padding-left: 90px;
}

.u-pp-9 {
  padding: 90%;
}

.u-ppt-9 {
  padding-top: 90%;
}

.u-ppr-9 {
  padding-right: 90%;
}

.u-ppb-9 {
  padding-bottom: 90%;
}

.u-ppl-9 {
  padding-left: 90%;
}

.u-p-10 {
  padding: 100px;
}

.u-pt-10 {
  padding-top: 100px;
}

.u-pr-10 {
  padding-right: 100px;
}

.u-pb-10 {
  padding-bottom: 100px;
}

.u-pl-10 {
  padding-left: 100px;
}

.u-pp-10 {
  padding: 100%;
}

.u-ppt-10 {
  padding-top: 100%;
}

.u-ppr-10 {
  padding-right: 100%;
}

.u-ppb-10 {
  padding-bottom: 100%;
}

.u-ppl-10 {
  padding-left: 100%;
}

.u-p-11 {
  padding: 110px;
}

.u-pt-11 {
  padding-top: 110px;
}

.u-pr-11 {
  padding-right: 110px;
}

.u-pb-11 {
  padding-bottom: 110px;
}

.u-pl-11 {
  padding-left: 110px;
}

.u-pp-11 {
  padding: 110%;
}

.u-ppt-11 {
  padding-top: 110%;
}

.u-ppr-11 {
  padding-right: 110%;
}

.u-ppb-11 {
  padding-bottom: 110%;
}

.u-ppl-11 {
  padding-left: 110%;
}

.u-p-12 {
  padding: 120px;
}

.u-pt-12 {
  padding-top: 120px;
}

.u-pr-12 {
  padding-right: 120px;
}

.u-pb-12 {
  padding-bottom: 120px;
}

.u-pl-12 {
  padding-left: 120px;
}

.u-pp-12 {
  padding: 120%;
}

.u-ppt-12 {
  padding-top: 120%;
}

.u-ppr-12 {
  padding-right: 120%;
}

.u-ppb-12 {
  padding-bottom: 120%;
}

.u-ppl-12 {
  padding-left: 120%;
}

/*Breakpoint States */
@media (min-width: 320px) {
  .u-p-xs-0 {
    padding: 0px;
  }
  .u-pt-xs-0 {
    padding-top: 0px;
  }
  .u-pr-xs-0 {
    padding-right: 0px;
  }
  .u-pb-xs-0 {
    padding-bottom: 0px;
  }
  .u-pl-xs-0 {
    padding-left: 0px;
  }
  .u-pp-xs-0 {
    padding: 0%;
  }
  .u-ppt-xs-0 {
    padding-top: 0%;
  }
  .u-ppr-xs-0 {
    padding-right: 0%;
  }
  .u-ppb-xs-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xs-0 {
    padding-left: 0%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-1 {
    padding: 10px;
  }
  .u-pt-xs-1 {
    padding-top: 10px;
  }
  .u-pr-xs-1 {
    padding-right: 10px;
  }
  .u-pb-xs-1 {
    padding-bottom: 10px;
  }
  .u-pl-xs-1 {
    padding-left: 10px;
  }
  .u-pp-xs-1 {
    padding: 10%;
  }
  .u-ppt-xs-1 {
    padding-top: 10%;
  }
  .u-ppr-xs-1 {
    padding-right: 10%;
  }
  .u-ppb-xs-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xs-1 {
    padding-left: 10%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-2 {
    padding: 20px;
  }
  .u-pt-xs-2 {
    padding-top: 20px;
  }
  .u-pr-xs-2 {
    padding-right: 20px;
  }
  .u-pb-xs-2 {
    padding-bottom: 20px;
  }
  .u-pl-xs-2 {
    padding-left: 20px;
  }
  .u-pp-xs-2 {
    padding: 20%;
  }
  .u-ppt-xs-2 {
    padding-top: 20%;
  }
  .u-ppr-xs-2 {
    padding-right: 20%;
  }
  .u-ppb-xs-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xs-2 {
    padding-left: 20%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-3 {
    padding: 30px;
  }
  .u-pt-xs-3 {
    padding-top: 30px;
  }
  .u-pr-xs-3 {
    padding-right: 30px;
  }
  .u-pb-xs-3 {
    padding-bottom: 30px;
  }
  .u-pl-xs-3 {
    padding-left: 30px;
  }
  .u-pp-xs-3 {
    padding: 30%;
  }
  .u-ppt-xs-3 {
    padding-top: 30%;
  }
  .u-ppr-xs-3 {
    padding-right: 30%;
  }
  .u-ppb-xs-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xs-3 {
    padding-left: 30%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-4 {
    padding: 40px;
  }
  .u-pt-xs-4 {
    padding-top: 40px;
  }
  .u-pr-xs-4 {
    padding-right: 40px;
  }
  .u-pb-xs-4 {
    padding-bottom: 40px;
  }
  .u-pl-xs-4 {
    padding-left: 40px;
  }
  .u-pp-xs-4 {
    padding: 40%;
  }
  .u-ppt-xs-4 {
    padding-top: 40%;
  }
  .u-ppr-xs-4 {
    padding-right: 40%;
  }
  .u-ppb-xs-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xs-4 {
    padding-left: 40%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-5 {
    padding: 50px;
  }
  .u-pt-xs-5 {
    padding-top: 50px;
  }
  .u-pr-xs-5 {
    padding-right: 50px;
  }
  .u-pb-xs-5 {
    padding-bottom: 50px;
  }
  .u-pl-xs-5 {
    padding-left: 50px;
  }
  .u-pp-xs-5 {
    padding: 50%;
  }
  .u-ppt-xs-5 {
    padding-top: 50%;
  }
  .u-ppr-xs-5 {
    padding-right: 50%;
  }
  .u-ppb-xs-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xs-5 {
    padding-left: 50%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-6 {
    padding: 60px;
  }
  .u-pt-xs-6 {
    padding-top: 60px;
  }
  .u-pr-xs-6 {
    padding-right: 60px;
  }
  .u-pb-xs-6 {
    padding-bottom: 60px;
  }
  .u-pl-xs-6 {
    padding-left: 60px;
  }
  .u-pp-xs-6 {
    padding: 60%;
  }
  .u-ppt-xs-6 {
    padding-top: 60%;
  }
  .u-ppr-xs-6 {
    padding-right: 60%;
  }
  .u-ppb-xs-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xs-6 {
    padding-left: 60%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-7 {
    padding: 70px;
  }
  .u-pt-xs-7 {
    padding-top: 70px;
  }
  .u-pr-xs-7 {
    padding-right: 70px;
  }
  .u-pb-xs-7 {
    padding-bottom: 70px;
  }
  .u-pl-xs-7 {
    padding-left: 70px;
  }
  .u-pp-xs-7 {
    padding: 70%;
  }
  .u-ppt-xs-7 {
    padding-top: 70%;
  }
  .u-ppr-xs-7 {
    padding-right: 70%;
  }
  .u-ppb-xs-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xs-7 {
    padding-left: 70%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-8 {
    padding: 80px;
  }
  .u-pt-xs-8 {
    padding-top: 80px;
  }
  .u-pr-xs-8 {
    padding-right: 80px;
  }
  .u-pb-xs-8 {
    padding-bottom: 80px;
  }
  .u-pl-xs-8 {
    padding-left: 80px;
  }
  .u-pp-xs-8 {
    padding: 80%;
  }
  .u-ppt-xs-8 {
    padding-top: 80%;
  }
  .u-ppr-xs-8 {
    padding-right: 80%;
  }
  .u-ppb-xs-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xs-8 {
    padding-left: 80%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-9 {
    padding: 90px;
  }
  .u-pt-xs-9 {
    padding-top: 90px;
  }
  .u-pr-xs-9 {
    padding-right: 90px;
  }
  .u-pb-xs-9 {
    padding-bottom: 90px;
  }
  .u-pl-xs-9 {
    padding-left: 90px;
  }
  .u-pp-xs-9 {
    padding: 90%;
  }
  .u-ppt-xs-9 {
    padding-top: 90%;
  }
  .u-ppr-xs-9 {
    padding-right: 90%;
  }
  .u-ppb-xs-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xs-9 {
    padding-left: 90%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-10 {
    padding: 100px;
  }
  .u-pt-xs-10 {
    padding-top: 100px;
  }
  .u-pr-xs-10 {
    padding-right: 100px;
  }
  .u-pb-xs-10 {
    padding-bottom: 100px;
  }
  .u-pl-xs-10 {
    padding-left: 100px;
  }
  .u-pp-xs-10 {
    padding: 100%;
  }
  .u-ppt-xs-10 {
    padding-top: 100%;
  }
  .u-ppr-xs-10 {
    padding-right: 100%;
  }
  .u-ppb-xs-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xs-10 {
    padding-left: 100%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-11 {
    padding: 110px;
  }
  .u-pt-xs-11 {
    padding-top: 110px;
  }
  .u-pr-xs-11 {
    padding-right: 110px;
  }
  .u-pb-xs-11 {
    padding-bottom: 110px;
  }
  .u-pl-xs-11 {
    padding-left: 110px;
  }
  .u-pp-xs-11 {
    padding: 110%;
  }
  .u-ppt-xs-11 {
    padding-top: 110%;
  }
  .u-ppr-xs-11 {
    padding-right: 110%;
  }
  .u-ppb-xs-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xs-11 {
    padding-left: 110%;
  }
}

@media (min-width: 320px) {
  .u-p-xs-12 {
    padding: 120px;
  }
  .u-pt-xs-12 {
    padding-top: 120px;
  }
  .u-pr-xs-12 {
    padding-right: 120px;
  }
  .u-pb-xs-12 {
    padding-bottom: 120px;
  }
  .u-pl-xs-12 {
    padding-left: 120px;
  }
  .u-pp-xs-12 {
    padding: 120%;
  }
  .u-ppt-xs-12 {
    padding-top: 120%;
  }
  .u-ppr-xs-12 {
    padding-right: 120%;
  }
  .u-ppb-xs-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xs-12 {
    padding-left: 120%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-0 {
    padding: 0px;
  }
  .u-pt-ss-0 {
    padding-top: 0px;
  }
  .u-pr-ss-0 {
    padding-right: 0px;
  }
  .u-pb-ss-0 {
    padding-bottom: 0px;
  }
  .u-pl-ss-0 {
    padding-left: 0px;
  }
  .u-pp-ss-0 {
    padding: 0%;
  }
  .u-ppt-ss-0 {
    padding-top: 0%;
  }
  .u-ppr-ss-0 {
    padding-right: 0%;
  }
  .u-ppb-ss-0 {
    padding-bottom: 0%;
  }
  .u-ppl-ss-0 {
    padding-left: 0%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-1 {
    padding: 10px;
  }
  .u-pt-ss-1 {
    padding-top: 10px;
  }
  .u-pr-ss-1 {
    padding-right: 10px;
  }
  .u-pb-ss-1 {
    padding-bottom: 10px;
  }
  .u-pl-ss-1 {
    padding-left: 10px;
  }
  .u-pp-ss-1 {
    padding: 10%;
  }
  .u-ppt-ss-1 {
    padding-top: 10%;
  }
  .u-ppr-ss-1 {
    padding-right: 10%;
  }
  .u-ppb-ss-1 {
    padding-bottom: 10%;
  }
  .u-ppl-ss-1 {
    padding-left: 10%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-2 {
    padding: 20px;
  }
  .u-pt-ss-2 {
    padding-top: 20px;
  }
  .u-pr-ss-2 {
    padding-right: 20px;
  }
  .u-pb-ss-2 {
    padding-bottom: 20px;
  }
  .u-pl-ss-2 {
    padding-left: 20px;
  }
  .u-pp-ss-2 {
    padding: 20%;
  }
  .u-ppt-ss-2 {
    padding-top: 20%;
  }
  .u-ppr-ss-2 {
    padding-right: 20%;
  }
  .u-ppb-ss-2 {
    padding-bottom: 20%;
  }
  .u-ppl-ss-2 {
    padding-left: 20%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-3 {
    padding: 30px;
  }
  .u-pt-ss-3 {
    padding-top: 30px;
  }
  .u-pr-ss-3 {
    padding-right: 30px;
  }
  .u-pb-ss-3 {
    padding-bottom: 30px;
  }
  .u-pl-ss-3 {
    padding-left: 30px;
  }
  .u-pp-ss-3 {
    padding: 30%;
  }
  .u-ppt-ss-3 {
    padding-top: 30%;
  }
  .u-ppr-ss-3 {
    padding-right: 30%;
  }
  .u-ppb-ss-3 {
    padding-bottom: 30%;
  }
  .u-ppl-ss-3 {
    padding-left: 30%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-4 {
    padding: 40px;
  }
  .u-pt-ss-4 {
    padding-top: 40px;
  }
  .u-pr-ss-4 {
    padding-right: 40px;
  }
  .u-pb-ss-4 {
    padding-bottom: 40px;
  }
  .u-pl-ss-4 {
    padding-left: 40px;
  }
  .u-pp-ss-4 {
    padding: 40%;
  }
  .u-ppt-ss-4 {
    padding-top: 40%;
  }
  .u-ppr-ss-4 {
    padding-right: 40%;
  }
  .u-ppb-ss-4 {
    padding-bottom: 40%;
  }
  .u-ppl-ss-4 {
    padding-left: 40%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-5 {
    padding: 50px;
  }
  .u-pt-ss-5 {
    padding-top: 50px;
  }
  .u-pr-ss-5 {
    padding-right: 50px;
  }
  .u-pb-ss-5 {
    padding-bottom: 50px;
  }
  .u-pl-ss-5 {
    padding-left: 50px;
  }
  .u-pp-ss-5 {
    padding: 50%;
  }
  .u-ppt-ss-5 {
    padding-top: 50%;
  }
  .u-ppr-ss-5 {
    padding-right: 50%;
  }
  .u-ppb-ss-5 {
    padding-bottom: 50%;
  }
  .u-ppl-ss-5 {
    padding-left: 50%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-6 {
    padding: 60px;
  }
  .u-pt-ss-6 {
    padding-top: 60px;
  }
  .u-pr-ss-6 {
    padding-right: 60px;
  }
  .u-pb-ss-6 {
    padding-bottom: 60px;
  }
  .u-pl-ss-6 {
    padding-left: 60px;
  }
  .u-pp-ss-6 {
    padding: 60%;
  }
  .u-ppt-ss-6 {
    padding-top: 60%;
  }
  .u-ppr-ss-6 {
    padding-right: 60%;
  }
  .u-ppb-ss-6 {
    padding-bottom: 60%;
  }
  .u-ppl-ss-6 {
    padding-left: 60%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-7 {
    padding: 70px;
  }
  .u-pt-ss-7 {
    padding-top: 70px;
  }
  .u-pr-ss-7 {
    padding-right: 70px;
  }
  .u-pb-ss-7 {
    padding-bottom: 70px;
  }
  .u-pl-ss-7 {
    padding-left: 70px;
  }
  .u-pp-ss-7 {
    padding: 70%;
  }
  .u-ppt-ss-7 {
    padding-top: 70%;
  }
  .u-ppr-ss-7 {
    padding-right: 70%;
  }
  .u-ppb-ss-7 {
    padding-bottom: 70%;
  }
  .u-ppl-ss-7 {
    padding-left: 70%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-8 {
    padding: 80px;
  }
  .u-pt-ss-8 {
    padding-top: 80px;
  }
  .u-pr-ss-8 {
    padding-right: 80px;
  }
  .u-pb-ss-8 {
    padding-bottom: 80px;
  }
  .u-pl-ss-8 {
    padding-left: 80px;
  }
  .u-pp-ss-8 {
    padding: 80%;
  }
  .u-ppt-ss-8 {
    padding-top: 80%;
  }
  .u-ppr-ss-8 {
    padding-right: 80%;
  }
  .u-ppb-ss-8 {
    padding-bottom: 80%;
  }
  .u-ppl-ss-8 {
    padding-left: 80%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-9 {
    padding: 90px;
  }
  .u-pt-ss-9 {
    padding-top: 90px;
  }
  .u-pr-ss-9 {
    padding-right: 90px;
  }
  .u-pb-ss-9 {
    padding-bottom: 90px;
  }
  .u-pl-ss-9 {
    padding-left: 90px;
  }
  .u-pp-ss-9 {
    padding: 90%;
  }
  .u-ppt-ss-9 {
    padding-top: 90%;
  }
  .u-ppr-ss-9 {
    padding-right: 90%;
  }
  .u-ppb-ss-9 {
    padding-bottom: 90%;
  }
  .u-ppl-ss-9 {
    padding-left: 90%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-10 {
    padding: 100px;
  }
  .u-pt-ss-10 {
    padding-top: 100px;
  }
  .u-pr-ss-10 {
    padding-right: 100px;
  }
  .u-pb-ss-10 {
    padding-bottom: 100px;
  }
  .u-pl-ss-10 {
    padding-left: 100px;
  }
  .u-pp-ss-10 {
    padding: 100%;
  }
  .u-ppt-ss-10 {
    padding-top: 100%;
  }
  .u-ppr-ss-10 {
    padding-right: 100%;
  }
  .u-ppb-ss-10 {
    padding-bottom: 100%;
  }
  .u-ppl-ss-10 {
    padding-left: 100%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-11 {
    padding: 110px;
  }
  .u-pt-ss-11 {
    padding-top: 110px;
  }
  .u-pr-ss-11 {
    padding-right: 110px;
  }
  .u-pb-ss-11 {
    padding-bottom: 110px;
  }
  .u-pl-ss-11 {
    padding-left: 110px;
  }
  .u-pp-ss-11 {
    padding: 110%;
  }
  .u-ppt-ss-11 {
    padding-top: 110%;
  }
  .u-ppr-ss-11 {
    padding-right: 110%;
  }
  .u-ppb-ss-11 {
    padding-bottom: 110%;
  }
  .u-ppl-ss-11 {
    padding-left: 110%;
  }
}

@media (min-width: 380px) {
  .u-p-ss-12 {
    padding: 120px;
  }
  .u-pt-ss-12 {
    padding-top: 120px;
  }
  .u-pr-ss-12 {
    padding-right: 120px;
  }
  .u-pb-ss-12 {
    padding-bottom: 120px;
  }
  .u-pl-ss-12 {
    padding-left: 120px;
  }
  .u-pp-ss-12 {
    padding: 120%;
  }
  .u-ppt-ss-12 {
    padding-top: 120%;
  }
  .u-ppr-ss-12 {
    padding-right: 120%;
  }
  .u-ppb-ss-12 {
    padding-bottom: 120%;
  }
  .u-ppl-ss-12 {
    padding-left: 120%;
  }
}

@media (min-width: 480px) {
  .u-p-s-0 {
    padding: 0px;
  }
  .u-pt-s-0 {
    padding-top: 0px;
  }
  .u-pr-s-0 {
    padding-right: 0px;
  }
  .u-pb-s-0 {
    padding-bottom: 0px;
  }
  .u-pl-s-0 {
    padding-left: 0px;
  }
  .u-pp-s-0 {
    padding: 0%;
  }
  .u-ppt-s-0 {
    padding-top: 0%;
  }
  .u-ppr-s-0 {
    padding-right: 0%;
  }
  .u-ppb-s-0 {
    padding-bottom: 0%;
  }
  .u-ppl-s-0 {
    padding-left: 0%;
  }
}

@media (min-width: 480px) {
  .u-p-s-1 {
    padding: 10px;
  }
  .u-pt-s-1 {
    padding-top: 10px;
  }
  .u-pr-s-1 {
    padding-right: 10px;
  }
  .u-pb-s-1 {
    padding-bottom: 10px;
  }
  .u-pl-s-1 {
    padding-left: 10px;
  }
  .u-pp-s-1 {
    padding: 10%;
  }
  .u-ppt-s-1 {
    padding-top: 10%;
  }
  .u-ppr-s-1 {
    padding-right: 10%;
  }
  .u-ppb-s-1 {
    padding-bottom: 10%;
  }
  .u-ppl-s-1 {
    padding-left: 10%;
  }
}

@media (min-width: 480px) {
  .u-p-s-2 {
    padding: 20px;
  }
  .u-pt-s-2 {
    padding-top: 20px;
  }
  .u-pr-s-2 {
    padding-right: 20px;
  }
  .u-pb-s-2 {
    padding-bottom: 20px;
  }
  .u-pl-s-2 {
    padding-left: 20px;
  }
  .u-pp-s-2 {
    padding: 20%;
  }
  .u-ppt-s-2 {
    padding-top: 20%;
  }
  .u-ppr-s-2 {
    padding-right: 20%;
  }
  .u-ppb-s-2 {
    padding-bottom: 20%;
  }
  .u-ppl-s-2 {
    padding-left: 20%;
  }
}

@media (min-width: 480px) {
  .u-p-s-3 {
    padding: 30px;
  }
  .u-pt-s-3 {
    padding-top: 30px;
  }
  .u-pr-s-3 {
    padding-right: 30px;
  }
  .u-pb-s-3 {
    padding-bottom: 30px;
  }
  .u-pl-s-3 {
    padding-left: 30px;
  }
  .u-pp-s-3 {
    padding: 30%;
  }
  .u-ppt-s-3 {
    padding-top: 30%;
  }
  .u-ppr-s-3 {
    padding-right: 30%;
  }
  .u-ppb-s-3 {
    padding-bottom: 30%;
  }
  .u-ppl-s-3 {
    padding-left: 30%;
  }
}

@media (min-width: 480px) {
  .u-p-s-4 {
    padding: 40px;
  }
  .u-pt-s-4 {
    padding-top: 40px;
  }
  .u-pr-s-4 {
    padding-right: 40px;
  }
  .u-pb-s-4 {
    padding-bottom: 40px;
  }
  .u-pl-s-4 {
    padding-left: 40px;
  }
  .u-pp-s-4 {
    padding: 40%;
  }
  .u-ppt-s-4 {
    padding-top: 40%;
  }
  .u-ppr-s-4 {
    padding-right: 40%;
  }
  .u-ppb-s-4 {
    padding-bottom: 40%;
  }
  .u-ppl-s-4 {
    padding-left: 40%;
  }
}

@media (min-width: 480px) {
  .u-p-s-5 {
    padding: 50px;
  }
  .u-pt-s-5 {
    padding-top: 50px;
  }
  .u-pr-s-5 {
    padding-right: 50px;
  }
  .u-pb-s-5 {
    padding-bottom: 50px;
  }
  .u-pl-s-5 {
    padding-left: 50px;
  }
  .u-pp-s-5 {
    padding: 50%;
  }
  .u-ppt-s-5 {
    padding-top: 50%;
  }
  .u-ppr-s-5 {
    padding-right: 50%;
  }
  .u-ppb-s-5 {
    padding-bottom: 50%;
  }
  .u-ppl-s-5 {
    padding-left: 50%;
  }
}

@media (min-width: 480px) {
  .u-p-s-6 {
    padding: 60px;
  }
  .u-pt-s-6 {
    padding-top: 60px;
  }
  .u-pr-s-6 {
    padding-right: 60px;
  }
  .u-pb-s-6 {
    padding-bottom: 60px;
  }
  .u-pl-s-6 {
    padding-left: 60px;
  }
  .u-pp-s-6 {
    padding: 60%;
  }
  .u-ppt-s-6 {
    padding-top: 60%;
  }
  .u-ppr-s-6 {
    padding-right: 60%;
  }
  .u-ppb-s-6 {
    padding-bottom: 60%;
  }
  .u-ppl-s-6 {
    padding-left: 60%;
  }
}

@media (min-width: 480px) {
  .u-p-s-7 {
    padding: 70px;
  }
  .u-pt-s-7 {
    padding-top: 70px;
  }
  .u-pr-s-7 {
    padding-right: 70px;
  }
  .u-pb-s-7 {
    padding-bottom: 70px;
  }
  .u-pl-s-7 {
    padding-left: 70px;
  }
  .u-pp-s-7 {
    padding: 70%;
  }
  .u-ppt-s-7 {
    padding-top: 70%;
  }
  .u-ppr-s-7 {
    padding-right: 70%;
  }
  .u-ppb-s-7 {
    padding-bottom: 70%;
  }
  .u-ppl-s-7 {
    padding-left: 70%;
  }
}

@media (min-width: 480px) {
  .u-p-s-8 {
    padding: 80px;
  }
  .u-pt-s-8 {
    padding-top: 80px;
  }
  .u-pr-s-8 {
    padding-right: 80px;
  }
  .u-pb-s-8 {
    padding-bottom: 80px;
  }
  .u-pl-s-8 {
    padding-left: 80px;
  }
  .u-pp-s-8 {
    padding: 80%;
  }
  .u-ppt-s-8 {
    padding-top: 80%;
  }
  .u-ppr-s-8 {
    padding-right: 80%;
  }
  .u-ppb-s-8 {
    padding-bottom: 80%;
  }
  .u-ppl-s-8 {
    padding-left: 80%;
  }
}

@media (min-width: 480px) {
  .u-p-s-9 {
    padding: 90px;
  }
  .u-pt-s-9 {
    padding-top: 90px;
  }
  .u-pr-s-9 {
    padding-right: 90px;
  }
  .u-pb-s-9 {
    padding-bottom: 90px;
  }
  .u-pl-s-9 {
    padding-left: 90px;
  }
  .u-pp-s-9 {
    padding: 90%;
  }
  .u-ppt-s-9 {
    padding-top: 90%;
  }
  .u-ppr-s-9 {
    padding-right: 90%;
  }
  .u-ppb-s-9 {
    padding-bottom: 90%;
  }
  .u-ppl-s-9 {
    padding-left: 90%;
  }
}

@media (min-width: 480px) {
  .u-p-s-10 {
    padding: 100px;
  }
  .u-pt-s-10 {
    padding-top: 100px;
  }
  .u-pr-s-10 {
    padding-right: 100px;
  }
  .u-pb-s-10 {
    padding-bottom: 100px;
  }
  .u-pl-s-10 {
    padding-left: 100px;
  }
  .u-pp-s-10 {
    padding: 100%;
  }
  .u-ppt-s-10 {
    padding-top: 100%;
  }
  .u-ppr-s-10 {
    padding-right: 100%;
  }
  .u-ppb-s-10 {
    padding-bottom: 100%;
  }
  .u-ppl-s-10 {
    padding-left: 100%;
  }
}

@media (min-width: 480px) {
  .u-p-s-11 {
    padding: 110px;
  }
  .u-pt-s-11 {
    padding-top: 110px;
  }
  .u-pr-s-11 {
    padding-right: 110px;
  }
  .u-pb-s-11 {
    padding-bottom: 110px;
  }
  .u-pl-s-11 {
    padding-left: 110px;
  }
  .u-pp-s-11 {
    padding: 110%;
  }
  .u-ppt-s-11 {
    padding-top: 110%;
  }
  .u-ppr-s-11 {
    padding-right: 110%;
  }
  .u-ppb-s-11 {
    padding-bottom: 110%;
  }
  .u-ppl-s-11 {
    padding-left: 110%;
  }
}

@media (min-width: 480px) {
  .u-p-s-12 {
    padding: 120px;
  }
  .u-pt-s-12 {
    padding-top: 120px;
  }
  .u-pr-s-12 {
    padding-right: 120px;
  }
  .u-pb-s-12 {
    padding-bottom: 120px;
  }
  .u-pl-s-12 {
    padding-left: 120px;
  }
  .u-pp-s-12 {
    padding: 120%;
  }
  .u-ppt-s-12 {
    padding-top: 120%;
  }
  .u-ppr-s-12 {
    padding-right: 120%;
  }
  .u-ppb-s-12 {
    padding-bottom: 120%;
  }
  .u-ppl-s-12 {
    padding-left: 120%;
  }
}

@media (min-width: 768px) {
  .u-p-m-0 {
    padding: 0px;
  }
  .u-pt-m-0 {
    padding-top: 0px;
  }
  .u-pr-m-0 {
    padding-right: 0px;
  }
  .u-pb-m-0 {
    padding-bottom: 0px;
  }
  .u-pl-m-0 {
    padding-left: 0px;
  }
  .u-pp-m-0 {
    padding: 0%;
  }
  .u-ppt-m-0 {
    padding-top: 0%;
  }
  .u-ppr-m-0 {
    padding-right: 0%;
  }
  .u-ppb-m-0 {
    padding-bottom: 0%;
  }
  .u-ppl-m-0 {
    padding-left: 0%;
  }
}

@media (min-width: 768px) {
  .u-p-m-1 {
    padding: 10px;
  }
  .u-pt-m-1 {
    padding-top: 10px;
  }
  .u-pr-m-1 {
    padding-right: 10px;
  }
  .u-pb-m-1 {
    padding-bottom: 10px;
  }
  .u-pl-m-1 {
    padding-left: 10px;
  }
  .u-pp-m-1 {
    padding: 10%;
  }
  .u-ppt-m-1 {
    padding-top: 10%;
  }
  .u-ppr-m-1 {
    padding-right: 10%;
  }
  .u-ppb-m-1 {
    padding-bottom: 10%;
  }
  .u-ppl-m-1 {
    padding-left: 10%;
  }
}

@media (min-width: 768px) {
  .u-p-m-2 {
    padding: 20px;
  }
  .u-pt-m-2 {
    padding-top: 20px;
  }
  .u-pr-m-2 {
    padding-right: 20px;
  }
  .u-pb-m-2 {
    padding-bottom: 20px;
  }
  .u-pl-m-2 {
    padding-left: 20px;
  }
  .u-pp-m-2 {
    padding: 20%;
  }
  .u-ppt-m-2 {
    padding-top: 20%;
  }
  .u-ppr-m-2 {
    padding-right: 20%;
  }
  .u-ppb-m-2 {
    padding-bottom: 20%;
  }
  .u-ppl-m-2 {
    padding-left: 20%;
  }
}

@media (min-width: 768px) {
  .u-p-m-3 {
    padding: 30px;
  }
  .u-pt-m-3 {
    padding-top: 30px;
  }
  .u-pr-m-3 {
    padding-right: 30px;
  }
  .u-pb-m-3 {
    padding-bottom: 30px;
  }
  .u-pl-m-3 {
    padding-left: 30px;
  }
  .u-pp-m-3 {
    padding: 30%;
  }
  .u-ppt-m-3 {
    padding-top: 30%;
  }
  .u-ppr-m-3 {
    padding-right: 30%;
  }
  .u-ppb-m-3 {
    padding-bottom: 30%;
  }
  .u-ppl-m-3 {
    padding-left: 30%;
  }
}

@media (min-width: 768px) {
  .u-p-m-4 {
    padding: 40px;
  }
  .u-pt-m-4 {
    padding-top: 40px;
  }
  .u-pr-m-4 {
    padding-right: 40px;
  }
  .u-pb-m-4 {
    padding-bottom: 40px;
  }
  .u-pl-m-4 {
    padding-left: 40px;
  }
  .u-pp-m-4 {
    padding: 40%;
  }
  .u-ppt-m-4 {
    padding-top: 40%;
  }
  .u-ppr-m-4 {
    padding-right: 40%;
  }
  .u-ppb-m-4 {
    padding-bottom: 40%;
  }
  .u-ppl-m-4 {
    padding-left: 40%;
  }
}

@media (min-width: 768px) {
  .u-p-m-5 {
    padding: 50px;
  }
  .u-pt-m-5 {
    padding-top: 50px;
  }
  .u-pr-m-5 {
    padding-right: 50px;
  }
  .u-pb-m-5 {
    padding-bottom: 50px;
  }
  .u-pl-m-5 {
    padding-left: 50px;
  }
  .u-pp-m-5 {
    padding: 50%;
  }
  .u-ppt-m-5 {
    padding-top: 50%;
  }
  .u-ppr-m-5 {
    padding-right: 50%;
  }
  .u-ppb-m-5 {
    padding-bottom: 50%;
  }
  .u-ppl-m-5 {
    padding-left: 50%;
  }
}

@media (min-width: 768px) {
  .u-p-m-6 {
    padding: 60px;
  }
  .u-pt-m-6 {
    padding-top: 60px;
  }
  .u-pr-m-6 {
    padding-right: 60px;
  }
  .u-pb-m-6 {
    padding-bottom: 60px;
  }
  .u-pl-m-6 {
    padding-left: 60px;
  }
  .u-pp-m-6 {
    padding: 60%;
  }
  .u-ppt-m-6 {
    padding-top: 60%;
  }
  .u-ppr-m-6 {
    padding-right: 60%;
  }
  .u-ppb-m-6 {
    padding-bottom: 60%;
  }
  .u-ppl-m-6 {
    padding-left: 60%;
  }
}

@media (min-width: 768px) {
  .u-p-m-7 {
    padding: 70px;
  }
  .u-pt-m-7 {
    padding-top: 70px;
  }
  .u-pr-m-7 {
    padding-right: 70px;
  }
  .u-pb-m-7 {
    padding-bottom: 70px;
  }
  .u-pl-m-7 {
    padding-left: 70px;
  }
  .u-pp-m-7 {
    padding: 70%;
  }
  .u-ppt-m-7 {
    padding-top: 70%;
  }
  .u-ppr-m-7 {
    padding-right: 70%;
  }
  .u-ppb-m-7 {
    padding-bottom: 70%;
  }
  .u-ppl-m-7 {
    padding-left: 70%;
  }
}

@media (min-width: 768px) {
  .u-p-m-8 {
    padding: 80px;
  }
  .u-pt-m-8 {
    padding-top: 80px;
  }
  .u-pr-m-8 {
    padding-right: 80px;
  }
  .u-pb-m-8 {
    padding-bottom: 80px;
  }
  .u-pl-m-8 {
    padding-left: 80px;
  }
  .u-pp-m-8 {
    padding: 80%;
  }
  .u-ppt-m-8 {
    padding-top: 80%;
  }
  .u-ppr-m-8 {
    padding-right: 80%;
  }
  .u-ppb-m-8 {
    padding-bottom: 80%;
  }
  .u-ppl-m-8 {
    padding-left: 80%;
  }
}

@media (min-width: 768px) {
  .u-p-m-9 {
    padding: 90px;
  }
  .u-pt-m-9 {
    padding-top: 90px;
  }
  .u-pr-m-9 {
    padding-right: 90px;
  }
  .u-pb-m-9 {
    padding-bottom: 90px;
  }
  .u-pl-m-9 {
    padding-left: 90px;
  }
  .u-pp-m-9 {
    padding: 90%;
  }
  .u-ppt-m-9 {
    padding-top: 90%;
  }
  .u-ppr-m-9 {
    padding-right: 90%;
  }
  .u-ppb-m-9 {
    padding-bottom: 90%;
  }
  .u-ppl-m-9 {
    padding-left: 90%;
  }
}

@media (min-width: 768px) {
  .u-p-m-10 {
    padding: 100px;
  }
  .u-pt-m-10 {
    padding-top: 100px;
  }
  .u-pr-m-10 {
    padding-right: 100px;
  }
  .u-pb-m-10 {
    padding-bottom: 100px;
  }
  .u-pl-m-10 {
    padding-left: 100px;
  }
  .u-pp-m-10 {
    padding: 100%;
  }
  .u-ppt-m-10 {
    padding-top: 100%;
  }
  .u-ppr-m-10 {
    padding-right: 100%;
  }
  .u-ppb-m-10 {
    padding-bottom: 100%;
  }
  .u-ppl-m-10 {
    padding-left: 100%;
  }
}

@media (min-width: 768px) {
  .u-p-m-11 {
    padding: 110px;
  }
  .u-pt-m-11 {
    padding-top: 110px;
  }
  .u-pr-m-11 {
    padding-right: 110px;
  }
  .u-pb-m-11 {
    padding-bottom: 110px;
  }
  .u-pl-m-11 {
    padding-left: 110px;
  }
  .u-pp-m-11 {
    padding: 110%;
  }
  .u-ppt-m-11 {
    padding-top: 110%;
  }
  .u-ppr-m-11 {
    padding-right: 110%;
  }
  .u-ppb-m-11 {
    padding-bottom: 110%;
  }
  .u-ppl-m-11 {
    padding-left: 110%;
  }
}

@media (min-width: 768px) {
  .u-p-m-12 {
    padding: 120px;
  }
  .u-pt-m-12 {
    padding-top: 120px;
  }
  .u-pr-m-12 {
    padding-right: 120px;
  }
  .u-pb-m-12 {
    padding-bottom: 120px;
  }
  .u-pl-m-12 {
    padding-left: 120px;
  }
  .u-pp-m-12 {
    padding: 120%;
  }
  .u-ppt-m-12 {
    padding-top: 120%;
  }
  .u-ppr-m-12 {
    padding-right: 120%;
  }
  .u-ppb-m-12 {
    padding-bottom: 120%;
  }
  .u-ppl-m-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-0 {
    padding: 0px;
  }
  .u-pt-l-0 {
    padding-top: 0px;
  }
  .u-pr-l-0 {
    padding-right: 0px;
  }
  .u-pb-l-0 {
    padding-bottom: 0px;
  }
  .u-pl-l-0 {
    padding-left: 0px;
  }
  .u-pp-l-0 {
    padding: 0%;
  }
  .u-ppt-l-0 {
    padding-top: 0%;
  }
  .u-ppr-l-0 {
    padding-right: 0%;
  }
  .u-ppb-l-0 {
    padding-bottom: 0%;
  }
  .u-ppl-l-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-1 {
    padding: 10px;
  }
  .u-pt-l-1 {
    padding-top: 10px;
  }
  .u-pr-l-1 {
    padding-right: 10px;
  }
  .u-pb-l-1 {
    padding-bottom: 10px;
  }
  .u-pl-l-1 {
    padding-left: 10px;
  }
  .u-pp-l-1 {
    padding: 10%;
  }
  .u-ppt-l-1 {
    padding-top: 10%;
  }
  .u-ppr-l-1 {
    padding-right: 10%;
  }
  .u-ppb-l-1 {
    padding-bottom: 10%;
  }
  .u-ppl-l-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-2 {
    padding: 20px;
  }
  .u-pt-l-2 {
    padding-top: 20px;
  }
  .u-pr-l-2 {
    padding-right: 20px;
  }
  .u-pb-l-2 {
    padding-bottom: 20px;
  }
  .u-pl-l-2 {
    padding-left: 20px;
  }
  .u-pp-l-2 {
    padding: 20%;
  }
  .u-ppt-l-2 {
    padding-top: 20%;
  }
  .u-ppr-l-2 {
    padding-right: 20%;
  }
  .u-ppb-l-2 {
    padding-bottom: 20%;
  }
  .u-ppl-l-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-3 {
    padding: 30px;
  }
  .u-pt-l-3 {
    padding-top: 30px;
  }
  .u-pr-l-3 {
    padding-right: 30px;
  }
  .u-pb-l-3 {
    padding-bottom: 30px;
  }
  .u-pl-l-3 {
    padding-left: 30px;
  }
  .u-pp-l-3 {
    padding: 30%;
  }
  .u-ppt-l-3 {
    padding-top: 30%;
  }
  .u-ppr-l-3 {
    padding-right: 30%;
  }
  .u-ppb-l-3 {
    padding-bottom: 30%;
  }
  .u-ppl-l-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-4 {
    padding: 40px;
  }
  .u-pt-l-4 {
    padding-top: 40px;
  }
  .u-pr-l-4 {
    padding-right: 40px;
  }
  .u-pb-l-4 {
    padding-bottom: 40px;
  }
  .u-pl-l-4 {
    padding-left: 40px;
  }
  .u-pp-l-4 {
    padding: 40%;
  }
  .u-ppt-l-4 {
    padding-top: 40%;
  }
  .u-ppr-l-4 {
    padding-right: 40%;
  }
  .u-ppb-l-4 {
    padding-bottom: 40%;
  }
  .u-ppl-l-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-5 {
    padding: 50px;
  }
  .u-pt-l-5 {
    padding-top: 50px;
  }
  .u-pr-l-5 {
    padding-right: 50px;
  }
  .u-pb-l-5 {
    padding-bottom: 50px;
  }
  .u-pl-l-5 {
    padding-left: 50px;
  }
  .u-pp-l-5 {
    padding: 50%;
  }
  .u-ppt-l-5 {
    padding-top: 50%;
  }
  .u-ppr-l-5 {
    padding-right: 50%;
  }
  .u-ppb-l-5 {
    padding-bottom: 50%;
  }
  .u-ppl-l-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-6 {
    padding: 60px;
  }
  .u-pt-l-6 {
    padding-top: 60px;
  }
  .u-pr-l-6 {
    padding-right: 60px;
  }
  .u-pb-l-6 {
    padding-bottom: 60px;
  }
  .u-pl-l-6 {
    padding-left: 60px;
  }
  .u-pp-l-6 {
    padding: 60%;
  }
  .u-ppt-l-6 {
    padding-top: 60%;
  }
  .u-ppr-l-6 {
    padding-right: 60%;
  }
  .u-ppb-l-6 {
    padding-bottom: 60%;
  }
  .u-ppl-l-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-7 {
    padding: 70px;
  }
  .u-pt-l-7 {
    padding-top: 70px;
  }
  .u-pr-l-7 {
    padding-right: 70px;
  }
  .u-pb-l-7 {
    padding-bottom: 70px;
  }
  .u-pl-l-7 {
    padding-left: 70px;
  }
  .u-pp-l-7 {
    padding: 70%;
  }
  .u-ppt-l-7 {
    padding-top: 70%;
  }
  .u-ppr-l-7 {
    padding-right: 70%;
  }
  .u-ppb-l-7 {
    padding-bottom: 70%;
  }
  .u-ppl-l-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-8 {
    padding: 80px;
  }
  .u-pt-l-8 {
    padding-top: 80px;
  }
  .u-pr-l-8 {
    padding-right: 80px;
  }
  .u-pb-l-8 {
    padding-bottom: 80px;
  }
  .u-pl-l-8 {
    padding-left: 80px;
  }
  .u-pp-l-8 {
    padding: 80%;
  }
  .u-ppt-l-8 {
    padding-top: 80%;
  }
  .u-ppr-l-8 {
    padding-right: 80%;
  }
  .u-ppb-l-8 {
    padding-bottom: 80%;
  }
  .u-ppl-l-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-9 {
    padding: 90px;
  }
  .u-pt-l-9 {
    padding-top: 90px;
  }
  .u-pr-l-9 {
    padding-right: 90px;
  }
  .u-pb-l-9 {
    padding-bottom: 90px;
  }
  .u-pl-l-9 {
    padding-left: 90px;
  }
  .u-pp-l-9 {
    padding: 90%;
  }
  .u-ppt-l-9 {
    padding-top: 90%;
  }
  .u-ppr-l-9 {
    padding-right: 90%;
  }
  .u-ppb-l-9 {
    padding-bottom: 90%;
  }
  .u-ppl-l-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-10 {
    padding: 100px;
  }
  .u-pt-l-10 {
    padding-top: 100px;
  }
  .u-pr-l-10 {
    padding-right: 100px;
  }
  .u-pb-l-10 {
    padding-bottom: 100px;
  }
  .u-pl-l-10 {
    padding-left: 100px;
  }
  .u-pp-l-10 {
    padding: 100%;
  }
  .u-ppt-l-10 {
    padding-top: 100%;
  }
  .u-ppr-l-10 {
    padding-right: 100%;
  }
  .u-ppb-l-10 {
    padding-bottom: 100%;
  }
  .u-ppl-l-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-11 {
    padding: 110px;
  }
  .u-pt-l-11 {
    padding-top: 110px;
  }
  .u-pr-l-11 {
    padding-right: 110px;
  }
  .u-pb-l-11 {
    padding-bottom: 110px;
  }
  .u-pl-l-11 {
    padding-left: 110px;
  }
  .u-pp-l-11 {
    padding: 110%;
  }
  .u-ppt-l-11 {
    padding-top: 110%;
  }
  .u-ppr-l-11 {
    padding-right: 110%;
  }
  .u-ppb-l-11 {
    padding-bottom: 110%;
  }
  .u-ppl-l-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1024px) {
  .u-p-l-12 {
    padding: 120px;
  }
  .u-pt-l-12 {
    padding-top: 120px;
  }
  .u-pr-l-12 {
    padding-right: 120px;
  }
  .u-pb-l-12 {
    padding-bottom: 120px;
  }
  .u-pl-l-12 {
    padding-left: 120px;
  }
  .u-pp-l-12 {
    padding: 120%;
  }
  .u-ppt-l-12 {
    padding-top: 120%;
  }
  .u-ppr-l-12 {
    padding-right: 120%;
  }
  .u-ppb-l-12 {
    padding-bottom: 120%;
  }
  .u-ppl-l-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-0 {
    padding: 0px;
  }
  .u-pt-xl-0 {
    padding-top: 0px;
  }
  .u-pr-xl-0 {
    padding-right: 0px;
  }
  .u-pb-xl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xl-0 {
    padding-left: 0px;
  }
  .u-pp-xl-0 {
    padding: 0%;
  }
  .u-ppt-xl-0 {
    padding-top: 0%;
  }
  .u-ppr-xl-0 {
    padding-right: 0%;
  }
  .u-ppb-xl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-1 {
    padding: 10px;
  }
  .u-pt-xl-1 {
    padding-top: 10px;
  }
  .u-pr-xl-1 {
    padding-right: 10px;
  }
  .u-pb-xl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xl-1 {
    padding-left: 10px;
  }
  .u-pp-xl-1 {
    padding: 10%;
  }
  .u-ppt-xl-1 {
    padding-top: 10%;
  }
  .u-ppr-xl-1 {
    padding-right: 10%;
  }
  .u-ppb-xl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-2 {
    padding: 20px;
  }
  .u-pt-xl-2 {
    padding-top: 20px;
  }
  .u-pr-xl-2 {
    padding-right: 20px;
  }
  .u-pb-xl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xl-2 {
    padding-left: 20px;
  }
  .u-pp-xl-2 {
    padding: 20%;
  }
  .u-ppt-xl-2 {
    padding-top: 20%;
  }
  .u-ppr-xl-2 {
    padding-right: 20%;
  }
  .u-ppb-xl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-3 {
    padding: 30px;
  }
  .u-pt-xl-3 {
    padding-top: 30px;
  }
  .u-pr-xl-3 {
    padding-right: 30px;
  }
  .u-pb-xl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xl-3 {
    padding-left: 30px;
  }
  .u-pp-xl-3 {
    padding: 30%;
  }
  .u-ppt-xl-3 {
    padding-top: 30%;
  }
  .u-ppr-xl-3 {
    padding-right: 30%;
  }
  .u-ppb-xl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-4 {
    padding: 40px;
  }
  .u-pt-xl-4 {
    padding-top: 40px;
  }
  .u-pr-xl-4 {
    padding-right: 40px;
  }
  .u-pb-xl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xl-4 {
    padding-left: 40px;
  }
  .u-pp-xl-4 {
    padding: 40%;
  }
  .u-ppt-xl-4 {
    padding-top: 40%;
  }
  .u-ppr-xl-4 {
    padding-right: 40%;
  }
  .u-ppb-xl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-5 {
    padding: 50px;
  }
  .u-pt-xl-5 {
    padding-top: 50px;
  }
  .u-pr-xl-5 {
    padding-right: 50px;
  }
  .u-pb-xl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xl-5 {
    padding-left: 50px;
  }
  .u-pp-xl-5 {
    padding: 50%;
  }
  .u-ppt-xl-5 {
    padding-top: 50%;
  }
  .u-ppr-xl-5 {
    padding-right: 50%;
  }
  .u-ppb-xl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-6 {
    padding: 60px;
  }
  .u-pt-xl-6 {
    padding-top: 60px;
  }
  .u-pr-xl-6 {
    padding-right: 60px;
  }
  .u-pb-xl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xl-6 {
    padding-left: 60px;
  }
  .u-pp-xl-6 {
    padding: 60%;
  }
  .u-ppt-xl-6 {
    padding-top: 60%;
  }
  .u-ppr-xl-6 {
    padding-right: 60%;
  }
  .u-ppb-xl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-7 {
    padding: 70px;
  }
  .u-pt-xl-7 {
    padding-top: 70px;
  }
  .u-pr-xl-7 {
    padding-right: 70px;
  }
  .u-pb-xl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xl-7 {
    padding-left: 70px;
  }
  .u-pp-xl-7 {
    padding: 70%;
  }
  .u-ppt-xl-7 {
    padding-top: 70%;
  }
  .u-ppr-xl-7 {
    padding-right: 70%;
  }
  .u-ppb-xl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-8 {
    padding: 80px;
  }
  .u-pt-xl-8 {
    padding-top: 80px;
  }
  .u-pr-xl-8 {
    padding-right: 80px;
  }
  .u-pb-xl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xl-8 {
    padding-left: 80px;
  }
  .u-pp-xl-8 {
    padding: 80%;
  }
  .u-ppt-xl-8 {
    padding-top: 80%;
  }
  .u-ppr-xl-8 {
    padding-right: 80%;
  }
  .u-ppb-xl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-9 {
    padding: 90px;
  }
  .u-pt-xl-9 {
    padding-top: 90px;
  }
  .u-pr-xl-9 {
    padding-right: 90px;
  }
  .u-pb-xl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xl-9 {
    padding-left: 90px;
  }
  .u-pp-xl-9 {
    padding: 90%;
  }
  .u-ppt-xl-9 {
    padding-top: 90%;
  }
  .u-ppr-xl-9 {
    padding-right: 90%;
  }
  .u-ppb-xl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-10 {
    padding: 100px;
  }
  .u-pt-xl-10 {
    padding-top: 100px;
  }
  .u-pr-xl-10 {
    padding-right: 100px;
  }
  .u-pb-xl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xl-10 {
    padding-left: 100px;
  }
  .u-pp-xl-10 {
    padding: 100%;
  }
  .u-ppt-xl-10 {
    padding-top: 100%;
  }
  .u-ppr-xl-10 {
    padding-right: 100%;
  }
  .u-ppb-xl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-11 {
    padding: 110px;
  }
  .u-pt-xl-11 {
    padding-top: 110px;
  }
  .u-pr-xl-11 {
    padding-right: 110px;
  }
  .u-pb-xl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xl-11 {
    padding-left: 110px;
  }
  .u-pp-xl-11 {
    padding: 110%;
  }
  .u-ppt-xl-11 {
    padding-top: 110%;
  }
  .u-ppr-xl-11 {
    padding-right: 110%;
  }
  .u-ppb-xl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1216px) {
  .u-p-xl-12 {
    padding: 120px;
  }
  .u-pt-xl-12 {
    padding-top: 120px;
  }
  .u-pr-xl-12 {
    padding-right: 120px;
  }
  .u-pb-xl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xl-12 {
    padding-left: 120px;
  }
  .u-pp-xl-12 {
    padding: 120%;
  }
  .u-ppt-xl-12 {
    padding-top: 120%;
  }
  .u-ppr-xl-12 {
    padding-right: 120%;
  }
  .u-ppb-xl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xl-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-0 {
    padding: 0px;
  }
  .u-pt-xxl-0 {
    padding-top: 0px;
  }
  .u-pr-xxl-0 {
    padding-right: 0px;
  }
  .u-pb-xxl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xxl-0 {
    padding-left: 0px;
  }
  .u-pp-xxl-0 {
    padding: 0%;
  }
  .u-ppt-xxl-0 {
    padding-top: 0%;
  }
  .u-ppr-xxl-0 {
    padding-right: 0%;
  }
  .u-ppb-xxl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xxl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-1 {
    padding: 10px;
  }
  .u-pt-xxl-1 {
    padding-top: 10px;
  }
  .u-pr-xxl-1 {
    padding-right: 10px;
  }
  .u-pb-xxl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xxl-1 {
    padding-left: 10px;
  }
  .u-pp-xxl-1 {
    padding: 10%;
  }
  .u-ppt-xxl-1 {
    padding-top: 10%;
  }
  .u-ppr-xxl-1 {
    padding-right: 10%;
  }
  .u-ppb-xxl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xxl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-2 {
    padding: 20px;
  }
  .u-pt-xxl-2 {
    padding-top: 20px;
  }
  .u-pr-xxl-2 {
    padding-right: 20px;
  }
  .u-pb-xxl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xxl-2 {
    padding-left: 20px;
  }
  .u-pp-xxl-2 {
    padding: 20%;
  }
  .u-ppt-xxl-2 {
    padding-top: 20%;
  }
  .u-ppr-xxl-2 {
    padding-right: 20%;
  }
  .u-ppb-xxl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xxl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-3 {
    padding: 30px;
  }
  .u-pt-xxl-3 {
    padding-top: 30px;
  }
  .u-pr-xxl-3 {
    padding-right: 30px;
  }
  .u-pb-xxl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xxl-3 {
    padding-left: 30px;
  }
  .u-pp-xxl-3 {
    padding: 30%;
  }
  .u-ppt-xxl-3 {
    padding-top: 30%;
  }
  .u-ppr-xxl-3 {
    padding-right: 30%;
  }
  .u-ppb-xxl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xxl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-4 {
    padding: 40px;
  }
  .u-pt-xxl-4 {
    padding-top: 40px;
  }
  .u-pr-xxl-4 {
    padding-right: 40px;
  }
  .u-pb-xxl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xxl-4 {
    padding-left: 40px;
  }
  .u-pp-xxl-4 {
    padding: 40%;
  }
  .u-ppt-xxl-4 {
    padding-top: 40%;
  }
  .u-ppr-xxl-4 {
    padding-right: 40%;
  }
  .u-ppb-xxl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xxl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-5 {
    padding: 50px;
  }
  .u-pt-xxl-5 {
    padding-top: 50px;
  }
  .u-pr-xxl-5 {
    padding-right: 50px;
  }
  .u-pb-xxl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xxl-5 {
    padding-left: 50px;
  }
  .u-pp-xxl-5 {
    padding: 50%;
  }
  .u-ppt-xxl-5 {
    padding-top: 50%;
  }
  .u-ppr-xxl-5 {
    padding-right: 50%;
  }
  .u-ppb-xxl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xxl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-6 {
    padding: 60px;
  }
  .u-pt-xxl-6 {
    padding-top: 60px;
  }
  .u-pr-xxl-6 {
    padding-right: 60px;
  }
  .u-pb-xxl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xxl-6 {
    padding-left: 60px;
  }
  .u-pp-xxl-6 {
    padding: 60%;
  }
  .u-ppt-xxl-6 {
    padding-top: 60%;
  }
  .u-ppr-xxl-6 {
    padding-right: 60%;
  }
  .u-ppb-xxl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xxl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-7 {
    padding: 70px;
  }
  .u-pt-xxl-7 {
    padding-top: 70px;
  }
  .u-pr-xxl-7 {
    padding-right: 70px;
  }
  .u-pb-xxl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xxl-7 {
    padding-left: 70px;
  }
  .u-pp-xxl-7 {
    padding: 70%;
  }
  .u-ppt-xxl-7 {
    padding-top: 70%;
  }
  .u-ppr-xxl-7 {
    padding-right: 70%;
  }
  .u-ppb-xxl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xxl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-8 {
    padding: 80px;
  }
  .u-pt-xxl-8 {
    padding-top: 80px;
  }
  .u-pr-xxl-8 {
    padding-right: 80px;
  }
  .u-pb-xxl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xxl-8 {
    padding-left: 80px;
  }
  .u-pp-xxl-8 {
    padding: 80%;
  }
  .u-ppt-xxl-8 {
    padding-top: 80%;
  }
  .u-ppr-xxl-8 {
    padding-right: 80%;
  }
  .u-ppb-xxl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xxl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-9 {
    padding: 90px;
  }
  .u-pt-xxl-9 {
    padding-top: 90px;
  }
  .u-pr-xxl-9 {
    padding-right: 90px;
  }
  .u-pb-xxl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xxl-9 {
    padding-left: 90px;
  }
  .u-pp-xxl-9 {
    padding: 90%;
  }
  .u-ppt-xxl-9 {
    padding-top: 90%;
  }
  .u-ppr-xxl-9 {
    padding-right: 90%;
  }
  .u-ppb-xxl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xxl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-10 {
    padding: 100px;
  }
  .u-pt-xxl-10 {
    padding-top: 100px;
  }
  .u-pr-xxl-10 {
    padding-right: 100px;
  }
  .u-pb-xxl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xxl-10 {
    padding-left: 100px;
  }
  .u-pp-xxl-10 {
    padding: 100%;
  }
  .u-ppt-xxl-10 {
    padding-top: 100%;
  }
  .u-ppr-xxl-10 {
    padding-right: 100%;
  }
  .u-ppb-xxl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xxl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-11 {
    padding: 110px;
  }
  .u-pt-xxl-11 {
    padding-top: 110px;
  }
  .u-pr-xxl-11 {
    padding-right: 110px;
  }
  .u-pb-xxl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xxl-11 {
    padding-left: 110px;
  }
  .u-pp-xxl-11 {
    padding: 110%;
  }
  .u-ppt-xxl-11 {
    padding-top: 110%;
  }
  .u-ppr-xxl-11 {
    padding-right: 110%;
  }
  .u-ppb-xxl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xxl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1408px) {
  .u-p-xxl-12 {
    padding: 120px;
  }
  .u-pt-xxl-12 {
    padding-top: 120px;
  }
  .u-pr-xxl-12 {
    padding-right: 120px;
  }
  .u-pb-xxl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xxl-12 {
    padding-left: 120px;
  }
  .u-pp-xxl-12 {
    padding: 120%;
  }
  .u-ppt-xxl-12 {
    padding-top: 120%;
  }
  .u-ppr-xxl-12 {
    padding-right: 120%;
  }
  .u-ppb-xxl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xxl-12 {
    padding-left: 120%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-0 {
    padding: 0px;
  }
  .u-pt-xxxl-0 {
    padding-top: 0px;
  }
  .u-pr-xxxl-0 {
    padding-right: 0px;
  }
  .u-pb-xxxl-0 {
    padding-bottom: 0px;
  }
  .u-pl-xxxl-0 {
    padding-left: 0px;
  }
  .u-pp-xxxl-0 {
    padding: 0%;
  }
  .u-ppt-xxxl-0 {
    padding-top: 0%;
  }
  .u-ppr-xxxl-0 {
    padding-right: 0%;
  }
  .u-ppb-xxxl-0 {
    padding-bottom: 0%;
  }
  .u-ppl-xxxl-0 {
    padding-left: 0%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-1 {
    padding: 10px;
  }
  .u-pt-xxxl-1 {
    padding-top: 10px;
  }
  .u-pr-xxxl-1 {
    padding-right: 10px;
  }
  .u-pb-xxxl-1 {
    padding-bottom: 10px;
  }
  .u-pl-xxxl-1 {
    padding-left: 10px;
  }
  .u-pp-xxxl-1 {
    padding: 10%;
  }
  .u-ppt-xxxl-1 {
    padding-top: 10%;
  }
  .u-ppr-xxxl-1 {
    padding-right: 10%;
  }
  .u-ppb-xxxl-1 {
    padding-bottom: 10%;
  }
  .u-ppl-xxxl-1 {
    padding-left: 10%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-2 {
    padding: 20px;
  }
  .u-pt-xxxl-2 {
    padding-top: 20px;
  }
  .u-pr-xxxl-2 {
    padding-right: 20px;
  }
  .u-pb-xxxl-2 {
    padding-bottom: 20px;
  }
  .u-pl-xxxl-2 {
    padding-left: 20px;
  }
  .u-pp-xxxl-2 {
    padding: 20%;
  }
  .u-ppt-xxxl-2 {
    padding-top: 20%;
  }
  .u-ppr-xxxl-2 {
    padding-right: 20%;
  }
  .u-ppb-xxxl-2 {
    padding-bottom: 20%;
  }
  .u-ppl-xxxl-2 {
    padding-left: 20%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-3 {
    padding: 30px;
  }
  .u-pt-xxxl-3 {
    padding-top: 30px;
  }
  .u-pr-xxxl-3 {
    padding-right: 30px;
  }
  .u-pb-xxxl-3 {
    padding-bottom: 30px;
  }
  .u-pl-xxxl-3 {
    padding-left: 30px;
  }
  .u-pp-xxxl-3 {
    padding: 30%;
  }
  .u-ppt-xxxl-3 {
    padding-top: 30%;
  }
  .u-ppr-xxxl-3 {
    padding-right: 30%;
  }
  .u-ppb-xxxl-3 {
    padding-bottom: 30%;
  }
  .u-ppl-xxxl-3 {
    padding-left: 30%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-4 {
    padding: 40px;
  }
  .u-pt-xxxl-4 {
    padding-top: 40px;
  }
  .u-pr-xxxl-4 {
    padding-right: 40px;
  }
  .u-pb-xxxl-4 {
    padding-bottom: 40px;
  }
  .u-pl-xxxl-4 {
    padding-left: 40px;
  }
  .u-pp-xxxl-4 {
    padding: 40%;
  }
  .u-ppt-xxxl-4 {
    padding-top: 40%;
  }
  .u-ppr-xxxl-4 {
    padding-right: 40%;
  }
  .u-ppb-xxxl-4 {
    padding-bottom: 40%;
  }
  .u-ppl-xxxl-4 {
    padding-left: 40%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-5 {
    padding: 50px;
  }
  .u-pt-xxxl-5 {
    padding-top: 50px;
  }
  .u-pr-xxxl-5 {
    padding-right: 50px;
  }
  .u-pb-xxxl-5 {
    padding-bottom: 50px;
  }
  .u-pl-xxxl-5 {
    padding-left: 50px;
  }
  .u-pp-xxxl-5 {
    padding: 50%;
  }
  .u-ppt-xxxl-5 {
    padding-top: 50%;
  }
  .u-ppr-xxxl-5 {
    padding-right: 50%;
  }
  .u-ppb-xxxl-5 {
    padding-bottom: 50%;
  }
  .u-ppl-xxxl-5 {
    padding-left: 50%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-6 {
    padding: 60px;
  }
  .u-pt-xxxl-6 {
    padding-top: 60px;
  }
  .u-pr-xxxl-6 {
    padding-right: 60px;
  }
  .u-pb-xxxl-6 {
    padding-bottom: 60px;
  }
  .u-pl-xxxl-6 {
    padding-left: 60px;
  }
  .u-pp-xxxl-6 {
    padding: 60%;
  }
  .u-ppt-xxxl-6 {
    padding-top: 60%;
  }
  .u-ppr-xxxl-6 {
    padding-right: 60%;
  }
  .u-ppb-xxxl-6 {
    padding-bottom: 60%;
  }
  .u-ppl-xxxl-6 {
    padding-left: 60%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-7 {
    padding: 70px;
  }
  .u-pt-xxxl-7 {
    padding-top: 70px;
  }
  .u-pr-xxxl-7 {
    padding-right: 70px;
  }
  .u-pb-xxxl-7 {
    padding-bottom: 70px;
  }
  .u-pl-xxxl-7 {
    padding-left: 70px;
  }
  .u-pp-xxxl-7 {
    padding: 70%;
  }
  .u-ppt-xxxl-7 {
    padding-top: 70%;
  }
  .u-ppr-xxxl-7 {
    padding-right: 70%;
  }
  .u-ppb-xxxl-7 {
    padding-bottom: 70%;
  }
  .u-ppl-xxxl-7 {
    padding-left: 70%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-8 {
    padding: 80px;
  }
  .u-pt-xxxl-8 {
    padding-top: 80px;
  }
  .u-pr-xxxl-8 {
    padding-right: 80px;
  }
  .u-pb-xxxl-8 {
    padding-bottom: 80px;
  }
  .u-pl-xxxl-8 {
    padding-left: 80px;
  }
  .u-pp-xxxl-8 {
    padding: 80%;
  }
  .u-ppt-xxxl-8 {
    padding-top: 80%;
  }
  .u-ppr-xxxl-8 {
    padding-right: 80%;
  }
  .u-ppb-xxxl-8 {
    padding-bottom: 80%;
  }
  .u-ppl-xxxl-8 {
    padding-left: 80%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-9 {
    padding: 90px;
  }
  .u-pt-xxxl-9 {
    padding-top: 90px;
  }
  .u-pr-xxxl-9 {
    padding-right: 90px;
  }
  .u-pb-xxxl-9 {
    padding-bottom: 90px;
  }
  .u-pl-xxxl-9 {
    padding-left: 90px;
  }
  .u-pp-xxxl-9 {
    padding: 90%;
  }
  .u-ppt-xxxl-9 {
    padding-top: 90%;
  }
  .u-ppr-xxxl-9 {
    padding-right: 90%;
  }
  .u-ppb-xxxl-9 {
    padding-bottom: 90%;
  }
  .u-ppl-xxxl-9 {
    padding-left: 90%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-10 {
    padding: 100px;
  }
  .u-pt-xxxl-10 {
    padding-top: 100px;
  }
  .u-pr-xxxl-10 {
    padding-right: 100px;
  }
  .u-pb-xxxl-10 {
    padding-bottom: 100px;
  }
  .u-pl-xxxl-10 {
    padding-left: 100px;
  }
  .u-pp-xxxl-10 {
    padding: 100%;
  }
  .u-ppt-xxxl-10 {
    padding-top: 100%;
  }
  .u-ppr-xxxl-10 {
    padding-right: 100%;
  }
  .u-ppb-xxxl-10 {
    padding-bottom: 100%;
  }
  .u-ppl-xxxl-10 {
    padding-left: 100%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-11 {
    padding: 110px;
  }
  .u-pt-xxxl-11 {
    padding-top: 110px;
  }
  .u-pr-xxxl-11 {
    padding-right: 110px;
  }
  .u-pb-xxxl-11 {
    padding-bottom: 110px;
  }
  .u-pl-xxxl-11 {
    padding-left: 110px;
  }
  .u-pp-xxxl-11 {
    padding: 110%;
  }
  .u-ppt-xxxl-11 {
    padding-top: 110%;
  }
  .u-ppr-xxxl-11 {
    padding-right: 110%;
  }
  .u-ppb-xxxl-11 {
    padding-bottom: 110%;
  }
  .u-ppl-xxxl-11 {
    padding-left: 110%;
  }
}

@media (min-width: 1508px) {
  .u-p-xxxl-12 {
    padding: 120px;
  }
  .u-pt-xxxl-12 {
    padding-top: 120px;
  }
  .u-pr-xxxl-12 {
    padding-right: 120px;
  }
  .u-pb-xxxl-12 {
    padding-bottom: 120px;
  }
  .u-pl-xxxl-12 {
    padding-left: 120px;
  }
  .u-pp-xxxl-12 {
    padding: 120%;
  }
  .u-ppt-xxxl-12 {
    padding-top: 120%;
  }
  .u-ppr-xxxl-12 {
    padding-right: 120%;
  }
  .u-ppb-xxxl-12 {
    padding-bottom: 120%;
  }
  .u-ppl-xxxl-12 {
    padding-left: 120%;
  }
}

/* ::Margin */
/* ----------------------------------------------------------- */
/*Default Mobile State*/
.u-mt-0 {
  margin-top: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mr-1 {
  margin-right: 10px;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-ml-1 {
  margin-left: 10px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mr-2 {
  margin-right: 20px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-ml-2 {
  margin-left: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mr-3 {
  margin-right: 30px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-ml-3 {
  margin-left: 30px;
}

.u-mt-4 {
  margin-top: 40px;
}

.u-mr-4 {
  margin-right: 40px;
}

.u-mb-4 {
  margin-bottom: 40px;
}

.u-ml-4 {
  margin-left: 40px;
}

.u-mt-5 {
  margin-top: 50px;
}

.u-mr-5 {
  margin-right: 50px;
}

.u-mb-5 {
  margin-bottom: 50px;
}

.u-ml-5 {
  margin-left: 50px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mr-6 {
  margin-right: 60px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-ml-6 {
  margin-left: 60px;
}

.u-mt-7 {
  margin-top: 70px;
}

.u-mr-7 {
  margin-right: 70px;
}

.u-mb-7 {
  margin-bottom: 70px;
}

.u-ml-7 {
  margin-left: 70px;
}

.u-mt-8 {
  margin-top: 80px;
}

.u-mr-8 {
  margin-right: 80px;
}

.u-mb-8 {
  margin-bottom: 80px;
}

.u-ml-8 {
  margin-left: 80px;
}

.u-mt-9 {
  margin-top: 90px;
}

.u-mr-9 {
  margin-right: 90px;
}

.u-mb-9 {
  margin-bottom: 90px;
}

.u-ml-9 {
  margin-left: 90px;
}

.u-mt-10 {
  margin-top: 100px;
}

.u-mr-10 {
  margin-right: 100px;
}

.u-mb-10 {
  margin-bottom: 100px;
}

.u-ml-10 {
  margin-left: 100px;
}

.u-mt-11 {
  margin-top: 110px;
}

.u-mr-11 {
  margin-right: 110px;
}

.u-mb-11 {
  margin-bottom: 110px;
}

.u-ml-11 {
  margin-left: 110px;
}

.u-mt-12 {
  margin-top: 120px;
}

.u-mr-12 {
  margin-right: 120px;
}

.u-mb-12 {
  margin-bottom: 120px;
}

.u-ml-12 {
  margin-left: 120px;
}

/*Breakpoint States */
@media (min-width: 320px) {
  .u-mt-xs-0 {
    margin-top: 0px;
  }
  .u-mr-xs-0 {
    margin-right: 0px;
  }
  .u-mb-xs-0 {
    margin-bottom: 0px;
  }
  .u-ml-xs-0 {
    margin-left: 0px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-1 {
    margin-top: 10px;
  }
  .u-mr-xs-1 {
    margin-right: 10px;
  }
  .u-mb-xs-1 {
    margin-bottom: 10px;
  }
  .u-ml-xs-1 {
    margin-left: 10px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-2 {
    margin-top: 20px;
  }
  .u-mr-xs-2 {
    margin-right: 20px;
  }
  .u-mb-xs-2 {
    margin-bottom: 20px;
  }
  .u-ml-xs-2 {
    margin-left: 20px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-3 {
    margin-top: 30px;
  }
  .u-mr-xs-3 {
    margin-right: 30px;
  }
  .u-mb-xs-3 {
    margin-bottom: 30px;
  }
  .u-ml-xs-3 {
    margin-left: 30px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-4 {
    margin-top: 40px;
  }
  .u-mr-xs-4 {
    margin-right: 40px;
  }
  .u-mb-xs-4 {
    margin-bottom: 40px;
  }
  .u-ml-xs-4 {
    margin-left: 40px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-5 {
    margin-top: 50px;
  }
  .u-mr-xs-5 {
    margin-right: 50px;
  }
  .u-mb-xs-5 {
    margin-bottom: 50px;
  }
  .u-ml-xs-5 {
    margin-left: 50px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-6 {
    margin-top: 60px;
  }
  .u-mr-xs-6 {
    margin-right: 60px;
  }
  .u-mb-xs-6 {
    margin-bottom: 60px;
  }
  .u-ml-xs-6 {
    margin-left: 60px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-7 {
    margin-top: 70px;
  }
  .u-mr-xs-7 {
    margin-right: 70px;
  }
  .u-mb-xs-7 {
    margin-bottom: 70px;
  }
  .u-ml-xs-7 {
    margin-left: 70px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-8 {
    margin-top: 80px;
  }
  .u-mr-xs-8 {
    margin-right: 80px;
  }
  .u-mb-xs-8 {
    margin-bottom: 80px;
  }
  .u-ml-xs-8 {
    margin-left: 80px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-9 {
    margin-top: 90px;
  }
  .u-mr-xs-9 {
    margin-right: 90px;
  }
  .u-mb-xs-9 {
    margin-bottom: 90px;
  }
  .u-ml-xs-9 {
    margin-left: 90px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-10 {
    margin-top: 100px;
  }
  .u-mr-xs-10 {
    margin-right: 100px;
  }
  .u-mb-xs-10 {
    margin-bottom: 100px;
  }
  .u-ml-xs-10 {
    margin-left: 100px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-11 {
    margin-top: 110px;
  }
  .u-mr-xs-11 {
    margin-right: 110px;
  }
  .u-mb-xs-11 {
    margin-bottom: 110px;
  }
  .u-ml-xs-11 {
    margin-left: 110px;
  }
}

@media (min-width: 320px) {
  .u-mt-xs-12 {
    margin-top: 120px;
  }
  .u-mr-xs-12 {
    margin-right: 120px;
  }
  .u-mb-xs-12 {
    margin-bottom: 120px;
  }
  .u-ml-xs-12 {
    margin-left: 120px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-0 {
    margin-top: 0px;
  }
  .u-mr-ss-0 {
    margin-right: 0px;
  }
  .u-mb-ss-0 {
    margin-bottom: 0px;
  }
  .u-ml-ss-0 {
    margin-left: 0px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-1 {
    margin-top: 10px;
  }
  .u-mr-ss-1 {
    margin-right: 10px;
  }
  .u-mb-ss-1 {
    margin-bottom: 10px;
  }
  .u-ml-ss-1 {
    margin-left: 10px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-2 {
    margin-top: 20px;
  }
  .u-mr-ss-2 {
    margin-right: 20px;
  }
  .u-mb-ss-2 {
    margin-bottom: 20px;
  }
  .u-ml-ss-2 {
    margin-left: 20px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-3 {
    margin-top: 30px;
  }
  .u-mr-ss-3 {
    margin-right: 30px;
  }
  .u-mb-ss-3 {
    margin-bottom: 30px;
  }
  .u-ml-ss-3 {
    margin-left: 30px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-4 {
    margin-top: 40px;
  }
  .u-mr-ss-4 {
    margin-right: 40px;
  }
  .u-mb-ss-4 {
    margin-bottom: 40px;
  }
  .u-ml-ss-4 {
    margin-left: 40px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-5 {
    margin-top: 50px;
  }
  .u-mr-ss-5 {
    margin-right: 50px;
  }
  .u-mb-ss-5 {
    margin-bottom: 50px;
  }
  .u-ml-ss-5 {
    margin-left: 50px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-6 {
    margin-top: 60px;
  }
  .u-mr-ss-6 {
    margin-right: 60px;
  }
  .u-mb-ss-6 {
    margin-bottom: 60px;
  }
  .u-ml-ss-6 {
    margin-left: 60px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-7 {
    margin-top: 70px;
  }
  .u-mr-ss-7 {
    margin-right: 70px;
  }
  .u-mb-ss-7 {
    margin-bottom: 70px;
  }
  .u-ml-ss-7 {
    margin-left: 70px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-8 {
    margin-top: 80px;
  }
  .u-mr-ss-8 {
    margin-right: 80px;
  }
  .u-mb-ss-8 {
    margin-bottom: 80px;
  }
  .u-ml-ss-8 {
    margin-left: 80px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-9 {
    margin-top: 90px;
  }
  .u-mr-ss-9 {
    margin-right: 90px;
  }
  .u-mb-ss-9 {
    margin-bottom: 90px;
  }
  .u-ml-ss-9 {
    margin-left: 90px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-10 {
    margin-top: 100px;
  }
  .u-mr-ss-10 {
    margin-right: 100px;
  }
  .u-mb-ss-10 {
    margin-bottom: 100px;
  }
  .u-ml-ss-10 {
    margin-left: 100px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-11 {
    margin-top: 110px;
  }
  .u-mr-ss-11 {
    margin-right: 110px;
  }
  .u-mb-ss-11 {
    margin-bottom: 110px;
  }
  .u-ml-ss-11 {
    margin-left: 110px;
  }
}

@media (min-width: 380px) {
  .u-mt-ss-12 {
    margin-top: 120px;
  }
  .u-mr-ss-12 {
    margin-right: 120px;
  }
  .u-mb-ss-12 {
    margin-bottom: 120px;
  }
  .u-ml-ss-12 {
    margin-left: 120px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-0 {
    margin-top: 0px;
  }
  .u-mr-s-0 {
    margin-right: 0px;
  }
  .u-mb-s-0 {
    margin-bottom: 0px;
  }
  .u-ml-s-0 {
    margin-left: 0px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-1 {
    margin-top: 10px;
  }
  .u-mr-s-1 {
    margin-right: 10px;
  }
  .u-mb-s-1 {
    margin-bottom: 10px;
  }
  .u-ml-s-1 {
    margin-left: 10px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-2 {
    margin-top: 20px;
  }
  .u-mr-s-2 {
    margin-right: 20px;
  }
  .u-mb-s-2 {
    margin-bottom: 20px;
  }
  .u-ml-s-2 {
    margin-left: 20px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-3 {
    margin-top: 30px;
  }
  .u-mr-s-3 {
    margin-right: 30px;
  }
  .u-mb-s-3 {
    margin-bottom: 30px;
  }
  .u-ml-s-3 {
    margin-left: 30px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-4 {
    margin-top: 40px;
  }
  .u-mr-s-4 {
    margin-right: 40px;
  }
  .u-mb-s-4 {
    margin-bottom: 40px;
  }
  .u-ml-s-4 {
    margin-left: 40px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-5 {
    margin-top: 50px;
  }
  .u-mr-s-5 {
    margin-right: 50px;
  }
  .u-mb-s-5 {
    margin-bottom: 50px;
  }
  .u-ml-s-5 {
    margin-left: 50px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-6 {
    margin-top: 60px;
  }
  .u-mr-s-6 {
    margin-right: 60px;
  }
  .u-mb-s-6 {
    margin-bottom: 60px;
  }
  .u-ml-s-6 {
    margin-left: 60px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-7 {
    margin-top: 70px;
  }
  .u-mr-s-7 {
    margin-right: 70px;
  }
  .u-mb-s-7 {
    margin-bottom: 70px;
  }
  .u-ml-s-7 {
    margin-left: 70px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-8 {
    margin-top: 80px;
  }
  .u-mr-s-8 {
    margin-right: 80px;
  }
  .u-mb-s-8 {
    margin-bottom: 80px;
  }
  .u-ml-s-8 {
    margin-left: 80px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-9 {
    margin-top: 90px;
  }
  .u-mr-s-9 {
    margin-right: 90px;
  }
  .u-mb-s-9 {
    margin-bottom: 90px;
  }
  .u-ml-s-9 {
    margin-left: 90px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-10 {
    margin-top: 100px;
  }
  .u-mr-s-10 {
    margin-right: 100px;
  }
  .u-mb-s-10 {
    margin-bottom: 100px;
  }
  .u-ml-s-10 {
    margin-left: 100px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-11 {
    margin-top: 110px;
  }
  .u-mr-s-11 {
    margin-right: 110px;
  }
  .u-mb-s-11 {
    margin-bottom: 110px;
  }
  .u-ml-s-11 {
    margin-left: 110px;
  }
}

@media (min-width: 480px) {
  .u-mt-s-12 {
    margin-top: 120px;
  }
  .u-mr-s-12 {
    margin-right: 120px;
  }
  .u-mb-s-12 {
    margin-bottom: 120px;
  }
  .u-ml-s-12 {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-0 {
    margin-top: 0px;
  }
  .u-mr-m-0 {
    margin-right: 0px;
  }
  .u-mb-m-0 {
    margin-bottom: 0px;
  }
  .u-ml-m-0 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-1 {
    margin-top: 10px;
  }
  .u-mr-m-1 {
    margin-right: 10px;
  }
  .u-mb-m-1 {
    margin-bottom: 10px;
  }
  .u-ml-m-1 {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-2 {
    margin-top: 20px;
  }
  .u-mr-m-2 {
    margin-right: 20px;
  }
  .u-mb-m-2 {
    margin-bottom: 20px;
  }
  .u-ml-m-2 {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-3 {
    margin-top: 30px;
  }
  .u-mr-m-3 {
    margin-right: 30px;
  }
  .u-mb-m-3 {
    margin-bottom: 30px;
  }
  .u-ml-m-3 {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-4 {
    margin-top: 40px;
  }
  .u-mr-m-4 {
    margin-right: 40px;
  }
  .u-mb-m-4 {
    margin-bottom: 40px;
  }
  .u-ml-m-4 {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-5 {
    margin-top: 50px;
  }
  .u-mr-m-5 {
    margin-right: 50px;
  }
  .u-mb-m-5 {
    margin-bottom: 50px;
  }
  .u-ml-m-5 {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-6 {
    margin-top: 60px;
  }
  .u-mr-m-6 {
    margin-right: 60px;
  }
  .u-mb-m-6 {
    margin-bottom: 60px;
  }
  .u-ml-m-6 {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-7 {
    margin-top: 70px;
  }
  .u-mr-m-7 {
    margin-right: 70px;
  }
  .u-mb-m-7 {
    margin-bottom: 70px;
  }
  .u-ml-m-7 {
    margin-left: 70px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-8 {
    margin-top: 80px;
  }
  .u-mr-m-8 {
    margin-right: 80px;
  }
  .u-mb-m-8 {
    margin-bottom: 80px;
  }
  .u-ml-m-8 {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-9 {
    margin-top: 90px;
  }
  .u-mr-m-9 {
    margin-right: 90px;
  }
  .u-mb-m-9 {
    margin-bottom: 90px;
  }
  .u-ml-m-9 {
    margin-left: 90px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-10 {
    margin-top: 100px;
  }
  .u-mr-m-10 {
    margin-right: 100px;
  }
  .u-mb-m-10 {
    margin-bottom: 100px;
  }
  .u-ml-m-10 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-11 {
    margin-top: 110px;
  }
  .u-mr-m-11 {
    margin-right: 110px;
  }
  .u-mb-m-11 {
    margin-bottom: 110px;
  }
  .u-ml-m-11 {
    margin-left: 110px;
  }
}

@media (min-width: 768px) {
  .u-mt-m-12 {
    margin-top: 120px;
  }
  .u-mr-m-12 {
    margin-right: 120px;
  }
  .u-mb-m-12 {
    margin-bottom: 120px;
  }
  .u-ml-m-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-0 {
    margin-top: 0px;
  }
  .u-mr-l-0 {
    margin-right: 0px;
  }
  .u-mb-l-0 {
    margin-bottom: 0px;
  }
  .u-ml-l-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-1 {
    margin-top: 10px;
  }
  .u-mr-l-1 {
    margin-right: 10px;
  }
  .u-mb-l-1 {
    margin-bottom: 10px;
  }
  .u-ml-l-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-2 {
    margin-top: 20px;
  }
  .u-mr-l-2 {
    margin-right: 20px;
  }
  .u-mb-l-2 {
    margin-bottom: 20px;
  }
  .u-ml-l-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-3 {
    margin-top: 30px;
  }
  .u-mr-l-3 {
    margin-right: 30px;
  }
  .u-mb-l-3 {
    margin-bottom: 30px;
  }
  .u-ml-l-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-4 {
    margin-top: 40px;
  }
  .u-mr-l-4 {
    margin-right: 40px;
  }
  .u-mb-l-4 {
    margin-bottom: 40px;
  }
  .u-ml-l-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-5 {
    margin-top: 50px;
  }
  .u-mr-l-5 {
    margin-right: 50px;
  }
  .u-mb-l-5 {
    margin-bottom: 50px;
  }
  .u-ml-l-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-6 {
    margin-top: 60px;
  }
  .u-mr-l-6 {
    margin-right: 60px;
  }
  .u-mb-l-6 {
    margin-bottom: 60px;
  }
  .u-ml-l-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-7 {
    margin-top: 70px;
  }
  .u-mr-l-7 {
    margin-right: 70px;
  }
  .u-mb-l-7 {
    margin-bottom: 70px;
  }
  .u-ml-l-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-8 {
    margin-top: 80px;
  }
  .u-mr-l-8 {
    margin-right: 80px;
  }
  .u-mb-l-8 {
    margin-bottom: 80px;
  }
  .u-ml-l-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-9 {
    margin-top: 90px;
  }
  .u-mr-l-9 {
    margin-right: 90px;
  }
  .u-mb-l-9 {
    margin-bottom: 90px;
  }
  .u-ml-l-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-10 {
    margin-top: 100px;
  }
  .u-mr-l-10 {
    margin-right: 100px;
  }
  .u-mb-l-10 {
    margin-bottom: 100px;
  }
  .u-ml-l-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-11 {
    margin-top: 110px;
  }
  .u-mr-l-11 {
    margin-right: 110px;
  }
  .u-mb-l-11 {
    margin-bottom: 110px;
  }
  .u-ml-l-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1024px) {
  .u-mt-l-12 {
    margin-top: 120px;
  }
  .u-mr-l-12 {
    margin-right: 120px;
  }
  .u-mb-l-12 {
    margin-bottom: 120px;
  }
  .u-ml-l-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-0 {
    margin-top: 0px;
  }
  .u-mr-xl-0 {
    margin-right: 0px;
  }
  .u-mb-xl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-1 {
    margin-top: 10px;
  }
  .u-mr-xl-1 {
    margin-right: 10px;
  }
  .u-mb-xl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-2 {
    margin-top: 20px;
  }
  .u-mr-xl-2 {
    margin-right: 20px;
  }
  .u-mb-xl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-3 {
    margin-top: 30px;
  }
  .u-mr-xl-3 {
    margin-right: 30px;
  }
  .u-mb-xl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-4 {
    margin-top: 40px;
  }
  .u-mr-xl-4 {
    margin-right: 40px;
  }
  .u-mb-xl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-5 {
    margin-top: 50px;
  }
  .u-mr-xl-5 {
    margin-right: 50px;
  }
  .u-mb-xl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-6 {
    margin-top: 60px;
  }
  .u-mr-xl-6 {
    margin-right: 60px;
  }
  .u-mb-xl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-7 {
    margin-top: 70px;
  }
  .u-mr-xl-7 {
    margin-right: 70px;
  }
  .u-mb-xl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-8 {
    margin-top: 80px;
  }
  .u-mr-xl-8 {
    margin-right: 80px;
  }
  .u-mb-xl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-9 {
    margin-top: 90px;
  }
  .u-mr-xl-9 {
    margin-right: 90px;
  }
  .u-mb-xl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-10 {
    margin-top: 100px;
  }
  .u-mr-xl-10 {
    margin-right: 100px;
  }
  .u-mb-xl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-11 {
    margin-top: 110px;
  }
  .u-mr-xl-11 {
    margin-right: 110px;
  }
  .u-mb-xl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1216px) {
  .u-mt-xl-12 {
    margin-top: 120px;
  }
  .u-mr-xl-12 {
    margin-right: 120px;
  }
  .u-mb-xl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xl-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-0 {
    margin-top: 0px;
  }
  .u-mr-xxl-0 {
    margin-right: 0px;
  }
  .u-mb-xxl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xxl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-1 {
    margin-top: 10px;
  }
  .u-mr-xxl-1 {
    margin-right: 10px;
  }
  .u-mb-xxl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xxl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-2 {
    margin-top: 20px;
  }
  .u-mr-xxl-2 {
    margin-right: 20px;
  }
  .u-mb-xxl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xxl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-3 {
    margin-top: 30px;
  }
  .u-mr-xxl-3 {
    margin-right: 30px;
  }
  .u-mb-xxl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xxl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-4 {
    margin-top: 40px;
  }
  .u-mr-xxl-4 {
    margin-right: 40px;
  }
  .u-mb-xxl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xxl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-5 {
    margin-top: 50px;
  }
  .u-mr-xxl-5 {
    margin-right: 50px;
  }
  .u-mb-xxl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xxl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-6 {
    margin-top: 60px;
  }
  .u-mr-xxl-6 {
    margin-right: 60px;
  }
  .u-mb-xxl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xxl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-7 {
    margin-top: 70px;
  }
  .u-mr-xxl-7 {
    margin-right: 70px;
  }
  .u-mb-xxl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xxl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-8 {
    margin-top: 80px;
  }
  .u-mr-xxl-8 {
    margin-right: 80px;
  }
  .u-mb-xxl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xxl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-9 {
    margin-top: 90px;
  }
  .u-mr-xxl-9 {
    margin-right: 90px;
  }
  .u-mb-xxl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xxl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-10 {
    margin-top: 100px;
  }
  .u-mr-xxl-10 {
    margin-right: 100px;
  }
  .u-mb-xxl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xxl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-11 {
    margin-top: 110px;
  }
  .u-mr-xxl-11 {
    margin-right: 110px;
  }
  .u-mb-xxl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xxl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1408px) {
  .u-mt-xxl-12 {
    margin-top: 120px;
  }
  .u-mr-xxl-12 {
    margin-right: 120px;
  }
  .u-mb-xxl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xxl-12 {
    margin-left: 120px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-0 {
    margin-top: 0px;
  }
  .u-mr-xxxl-0 {
    margin-right: 0px;
  }
  .u-mb-xxxl-0 {
    margin-bottom: 0px;
  }
  .u-ml-xxxl-0 {
    margin-left: 0px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-1 {
    margin-top: 10px;
  }
  .u-mr-xxxl-1 {
    margin-right: 10px;
  }
  .u-mb-xxxl-1 {
    margin-bottom: 10px;
  }
  .u-ml-xxxl-1 {
    margin-left: 10px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-2 {
    margin-top: 20px;
  }
  .u-mr-xxxl-2 {
    margin-right: 20px;
  }
  .u-mb-xxxl-2 {
    margin-bottom: 20px;
  }
  .u-ml-xxxl-2 {
    margin-left: 20px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-3 {
    margin-top: 30px;
  }
  .u-mr-xxxl-3 {
    margin-right: 30px;
  }
  .u-mb-xxxl-3 {
    margin-bottom: 30px;
  }
  .u-ml-xxxl-3 {
    margin-left: 30px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-4 {
    margin-top: 40px;
  }
  .u-mr-xxxl-4 {
    margin-right: 40px;
  }
  .u-mb-xxxl-4 {
    margin-bottom: 40px;
  }
  .u-ml-xxxl-4 {
    margin-left: 40px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-5 {
    margin-top: 50px;
  }
  .u-mr-xxxl-5 {
    margin-right: 50px;
  }
  .u-mb-xxxl-5 {
    margin-bottom: 50px;
  }
  .u-ml-xxxl-5 {
    margin-left: 50px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-6 {
    margin-top: 60px;
  }
  .u-mr-xxxl-6 {
    margin-right: 60px;
  }
  .u-mb-xxxl-6 {
    margin-bottom: 60px;
  }
  .u-ml-xxxl-6 {
    margin-left: 60px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-7 {
    margin-top: 70px;
  }
  .u-mr-xxxl-7 {
    margin-right: 70px;
  }
  .u-mb-xxxl-7 {
    margin-bottom: 70px;
  }
  .u-ml-xxxl-7 {
    margin-left: 70px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-8 {
    margin-top: 80px;
  }
  .u-mr-xxxl-8 {
    margin-right: 80px;
  }
  .u-mb-xxxl-8 {
    margin-bottom: 80px;
  }
  .u-ml-xxxl-8 {
    margin-left: 80px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-9 {
    margin-top: 90px;
  }
  .u-mr-xxxl-9 {
    margin-right: 90px;
  }
  .u-mb-xxxl-9 {
    margin-bottom: 90px;
  }
  .u-ml-xxxl-9 {
    margin-left: 90px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-10 {
    margin-top: 100px;
  }
  .u-mr-xxxl-10 {
    margin-right: 100px;
  }
  .u-mb-xxxl-10 {
    margin-bottom: 100px;
  }
  .u-ml-xxxl-10 {
    margin-left: 100px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-11 {
    margin-top: 110px;
  }
  .u-mr-xxxl-11 {
    margin-right: 110px;
  }
  .u-mb-xxxl-11 {
    margin-bottom: 110px;
  }
  .u-ml-xxxl-11 {
    margin-left: 110px;
  }
}

@media (min-width: 1508px) {
  .u-mt-xxxl-12 {
    margin-top: 120px;
  }
  .u-mr-xxxl-12 {
    margin-right: 120px;
  }
  .u-mb-xxxl-12 {
    margin-bottom: 120px;
  }
  .u-ml-xxxl-12 {
    margin-left: 120px;
  }
}

/* ::Opacity */
/* ----------------------------------------------------------- */
.u-opacity-0 {
  opacity: 0;
}

.u-opacity-1 {
  opacity: 0.1;
}

.u-opacity-2 {
  opacity: 0.2;
}

.u-opacity-3 {
  opacity: 0.3;
}

.u-opacity-4 {
  opacity: 0.4;
}

.u-opacity-5 {
  opacity: 0.5;
}

.u-opacity-6 {
  opacity: 0.6;
}

.u-opacity-7 {
  opacity: 0.7;
}

.u-opacity-8 {
  opacity: 0.8;
}

.u-opacity-9 {
  opacity: 0.9;
}

.u-opacity-10 {
  opacity: 1;
}

/* ::Alignment */
/* ----------------------------------------------------------- */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media (min-width: 320px) {
  .u-text-left-xs {
    text-align: left;
  }
  .u-text-center-xs {
    text-align: center;
  }
  .u-text-right-xs {
    text-align: right;
  }
}

@media (min-width: 380px) {
  .u-text-left-ss {
    text-align: left;
  }
  .u-text-center-ss {
    text-align: center;
  }
  .u-text-right-ss {
    text-align: right;
  }
}

@media (min-width: 480px) {
  .u-text-left-s {
    text-align: left;
  }
  .u-text-center-s {
    text-align: center;
  }
  .u-text-right-s {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .u-text-left-m {
    text-align: left;
  }
  .u-text-center-m {
    text-align: center;
  }
  .u-text-right-m {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .u-text-left-l {
    text-align: left;
  }
  .u-text-center-l {
    text-align: center;
  }
  .u-text-right-l {
    text-align: right;
  }
}

@media (min-width: 1216px) {
  .u-text-left-xl {
    text-align: left;
  }
  .u-text-center-xl {
    text-align: center;
  }
  .u-text-right-xl {
    text-align: right;
  }
}

@media (min-width: 1408px) {
  .u-text-left-xxl {
    text-align: left;
  }
  .u-text-center-xxl {
    text-align: center;
  }
  .u-text-right-xxl {
    text-align: right;
  }
}

@media (min-width: 1508px) {
  .u-text-left-xxxl {
    text-align: left;
  }
  .u-text-center-xxxl {
    text-align: center;
  }
  .u-text-right-xxxl {
    text-align: right;
  }
}

/* ::Key Frames  */
/* ----------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-in-left {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-in-top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-sub {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes highlight {
  from {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 1;
  }
}

/* ::Text decoration  */
/* ----------------------------------------------------------- */
.u-underline {
  text-decoration: underline;
}

.u-primary-color {
  color: #1eb9cf;
}

.u-bold {
  font-weight: bold;
}

.u-200 {
  font-weight: 200;
}

.u-300 {
  font-weight: 300;
}

.u-400 {
  font-weight: 400;
}

.u-500 {
  font-weight: 500;
}

.u-600 {
  font-weight: 600;
}

.u-700 {
  font-weight: 700;
}

.u-800 {
  font-weight: 800;
}

.u-900 {
  font-weight: 900;
}

.u-italic {
  font-style: italic;
}

/* ::Column Ordering */
/* ----------------------------------------------------------- */
.u-reverse-columns {
  display: inline-block;
}
@media (min-width: 768px) {
  .u-reverse-columns {
    display: flex;
  }
  .u-reverse-columns > div {
    order: 2;
  }
  .u-reverse-columns > div + div {
    order: 1;
  }
}
.u-reverse-columns.u-align-m {
  align-items: center;
}

/* ::Column gaps */
/* ----------------------------------------------------------- */
.columns--large-gap {
  margin-left: -25px;
  margin-right: -25px;
}
.columns--large-gap .column,
.columns--large-gap .tile.is-parent {
  padding: 25px;
}
@media (min-width: 768px) {
  .columns--large-gap .column,
  .columns--large-gap .tile.is-parent {
    padding: 25px;
  }
}
@media (min-width: 1216px) {
  .columns--large-gap .column,
  .columns--large-gap .tile.is-parent {
    padding: 25px;
  }
}
@media (min-width: 768px) {
  .columns--large-gap {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1216px) {
  .columns--large-gap {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.columns--large-gap .tile.is-ancestor {
  margin-left: 0;
  margin-right: 0;
}

.columns--small-gap {
  margin-left: -25px;
  margin-right: -25px;
}
.columns--small-gap .column,
.columns--small-gap .tile.is-parent {
  /* padding: 0.75rem 0.5 */
}
@media (min-width: 768px) {
  .columns--small-gap {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.columns--small-gap .tile.is-ancestor {
  margin-left: 0;
  margin-right: 0;
}

/* ::Fonts */
/* ----------------------------------------------------------- */
.u-large-text {
  font-size: 1.5
  margin: 0;
}
@media (min-width: 768px) {
  .u-large-text {
  
  }
}

.u-small-text {
  
}

.u-shadow {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}

/* ::Quotes  */
/* ----------------------------------------------------------- */
.u-quote {
  position: relative;
}

.u-quote:after {
  content: "";
  left: -40px;
  top: -40px;
  width: 108px;
  height: 109px;
  position: absolute;
  background-size: contain;
  background-image: url();
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .u-quote:after {
    display: inline;
    font-size: 2.15
  }
}

@keyframes fadeInLeft {
   0% {
      opacity: 0;
      transform: translateX(-100px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}