/*!
 * Act3 (c) Copyright Neambo | https://neambo.com | v35
 * This license grants you, the purchaser, an ongoing, non-exclusive, worldwide
 * license to make use of this digital work on a single Hub ID (HubSpot Account)
 */

























/* Include your CSS font code here (e.g. @font-face, @import). For best speed performance, use the same Font Family for all three */



  
  
  
  
  
  




























  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  












































































  





  



















  
  
  





  
  
  
  
  
  
  
  
  
  
  
  
  



  
  
  



  
  



  










































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

html,
body {
  min-height: 100%;
}

html {
  font-size: 125.00%;
  --vw: 1vw;
}

body {
  margin: 0;
  background: #fff;
  color: #404042;
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.50;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  /* make font consistent across browsers */
  -webkit-text-rendering: antialiased;
  -moz-text-rendering: antialiased;
  -ms-text-rendering: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  
    overflow-wrap: normal;
  
  
    hyphens: none;
  
}

a {
  color: #0071CE;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #0071CE;
  text-decoration: none;
}

b,
strong {
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
}

p,
.p,
blockquote {
  margin: 0 0 24px;
}

.important-quote {
  position: relative;
  padding: 24px;
  padding-inline-start: 60px;
  background: #f3f0f7;
  border-radius: 5px;
  border-inline-start: 4px solid #E64B38;
  color: #0071CE;
}

.txt--dark .important-quote {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.important-quote::before {
  content: '“';
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #E64B38;
}

.important-quote *:last-child {
  margin-bottom: 0;
}



.pns p {
  margin-bottom: 0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 24px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 24px;
  color: #230871;
}

h1,
.h1 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 2.50rem;
  line-height: 1.14;
}

h2,
.h2 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.80rem;
  line-height: 1.18;
}

h3,
.h3 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.50rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.20rem;
  line-height: 1.40;
}

h5,
.h5 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1.00rem;
  line-height: 1.33;
}

h6,
.h6 {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 0.80rem;
  line-height: 1.25;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
}

.display {
  margin: 0 0 24px;
  color: #230871;
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 3.60rem;
  line-height: 1.11;
}

hr {
  height: 0;
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #E3E6EC;
}

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

/* Fixes the problem with the missing icons in Rich text */

[data-hs-icon-hubl] svg {
  height: revert-layer;
}

figure {
  margin: 0;
}

pre {
  max-width: 100%;
  overflow-x: auto;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4em;
}

sub { 
  top: 0.4em; 
}

[hidden] {
  display: none;
}

form {
  margin-bottom: 0;
}

/* UI label */

.ui-label {
  color: #0071CE;
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.28;
}

/* Important text */

.important-text {
  color: #0071CE;
}

/* Text size */

.small-text {
  font-size: 0.80rem;
}

.large-text {
  font-size: 1.20rem;
}

.xlarge-text {
  font-size: 1.800rem;
}

@media (max-width: 1139px) {
  .xlarge-text {
    font-size: 1.560000000000000053290705182007513940334320068359375000rem;
  }
}

@media (max-width: 767px) {
  .xlarge-text {
    font-size: 1.32000000000000010658141036401502788066864013671875000rem;
  }
}

/* Super text */

.super-text {
  display: block;
  color: #404042;
  font-size: .8rem;
}

/* Rich text */

.txt--dark,
.txt--dark .super-text {
  color: rgba(255, 255, 255, 1.00);
}

.txt--dark a,
.txt--dark a:hover,
.txt--dark h1,
.txt--dark h2,
.txt--dark h3,
.txt--dark h4,
.txt--dark h5,
.txt--dark h6,
.txt--dark .h1,
.txt--dark .h2,
.txt--dark .h3,
.txt--dark .h4,
.txt--dark .h5,
.txt--dark .h6,
.txt--dark .display,
.txt--dark .important-text,
.txt--dark .ui-label {
  color: #fff;
}

.txt--dark hr {
  background: rgba(255, 255, 255, .2);
}

/* Unstyle links */

.txt--unstyle-links a {
  color: inherit;
  text-decoration: none;
}

.txt--unstyle-links a:hover {
  color: inherit;
  text-decoration: underline;
}

/* Unstyle lists */

.txt--unstyle-lists ul,
.txt--unstyle-lists ol {
  padding-inline-start: 0;
  list-style: none;
}

.txt--unstyle-lists li + li {
  margin-top: .28rem;
}

/* UI Font */

.ui-font {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.28;
}

.ui-font strong,
.ui-font b {
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
}

/* UI icon */

.ui-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-icon svg {
  display: block;
  width: 1.00rem;
  height: 1.00rem;
  pointer-events: none;
}

/* Image radius */

.img--radius img,
img.img--radius {
  border-radius: 12px;
}

/* Image shadow */

.img--shadow img,
img.img--shadow {
  box-shadow: 0px 32px 64px rgba(0, 113, 206, 0.05), 0px 16px 32px rgba(0, 113, 206, 0.05);
}

@media (max-width: 1139px) {
  html {
    font-size: 112.50%;
  }
  
  h1,
  .h1 {
    font-size: 2.44rem;
  }
  
  h2,
  .h2 {
    font-size: 2.00rem;
  }
  
  h3,
  .h3 {
    font-size: 1.44rem;
  }
  
  h4,
  .h4 {
    font-size: 1.11rem;
  }
  
  h5,
  .h5 {
    font-size: 1.00rem;
  }
  
  h6,
  .h6 {
    font-size: 0.89rem;
  }
  
  .display {
    font-size: 3.11rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 112.50%;
  }
  
  h1,
  .h1 {
    font-size: 2.00rem;
  }
  
  h2,
  .h2 {
    font-size: 1.67rem;
  }
  
  h3,
  .h3 {
    font-size: 1.33rem;
  }
  
  h4,
  .h4 {
    font-size: 1.11rem;
  }
  
  h5,
  .h5 {
    font-size: 1.00rem;
  }
  
  h6,
  .h6 {
    font-size: 0.89rem;
  }
  
  .display {
    font-size: 2.44rem;
  }
}

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

/* Background */

.bg-accent {
  background: #E64B38;
}

.bg-dark {
  background: #0071CE;
}

.bg-light {
  background: #f3f0f7;
}

.bg-white {
  background: #fff;
}

.bg-ghost {
  background: rgba(255, 255, 255, .1);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

/* Tippy */

.tippy-box[data-theme~='act-light'] {
  border-radius: 4px;
  background: #fff;
  color: #0071CE;
}

.tippy-box[data-theme~='act-light'] .tippy-arrow {
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] {
  border-radius: 4px;
  background: #0071CE;
  color: #fff;
}

.tippy-box[data-theme~='act-dark'] .tippy-arrow {
  color: #0071CE;
}

/* Theme corners section */

.dnd-section-theme-corners .dnd-row,
.dnd-section-theme-corners .dnd-column {
  border-radius: 12px;
}

/* Fixes distortion of the CTA placeholder image */

.hs-cta-simple-placeholder img {
  height: auto !important;
}
/* Dnd */

.row-fluid,
.row-fluid > * {
  display: flex;
  flex-direction: column;
}

.row-fluid > * {
  width: 100%;
}

@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
  }

  .row-fluid > * + * {
    margin-inline-start: 24px;
  }

  
    .span1 {
      width: calc(0.08333333333333333 * (100% + 24px) - 24px);
    }
  
    .span2 {
      width: calc(0.16666666666666666 * (100% + 24px) - 24px);
    }
  
    .span3 {
      width: calc(0.25 * (100% + 24px) - 24px);
    }
  
    .span4 {
      width: calc(0.3333333333333333 * (100% + 24px) - 24px);
    }
  
    .span5 {
      width: calc(0.4166666666666667 * (100% + 24px) - 24px);
    }
  
    .span6 {
      width: calc(0.5 * (100% + 24px) - 24px);
    }
  
    .span7 {
      width: calc(0.5833333333333334 * (100% + 24px) - 24px);
    }
  
    .span8 {
      width: calc(0.6666666666666666 * (100% + 24px) - 24px);
    }
  
    .span9 {
      width: calc(0.75 * (100% + 24px) - 24px);
    }
  
    .span10 {
      width: calc(0.8333333333333334 * (100% + 24px) - 24px);
    }
  
    .span11 {
      width: calc(0.9166666666666666 * (100% + 24px) - 24px);
    }
  
    .span12 {
      width: calc(1.0 * (100% + 24px) - 24px);
    }
  
}

.dnd-section {
  position: relative;
  padding: 96px 24px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1196px;
  margin: 0 auto;
}

.dnd-module > * {
  width: 100%;
}

.dnd-module > .widget-type-cta {
  width: auto;
}

.hs_cos_wrapper {
  display: block;
}

/* Non-dnd */

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 96px 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 1244px;
  max-width: 100%;
  padding: 0 24px;
}

.container.full {
  width: 100%;
}

.container.half {
  width: 622.0px;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.0px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-shrink: 0;
  padding: 0 12.0px;
}

.row.no-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

.row.even .col {
  flex: 1 1 0px;
}

.box {
  width: 100%;
}


  .s1 {
    width: 8.333333333333332%;
  }

  .s2 {
    width: 16.666666666666664%;
  }

  .s3 {
    width: 25.000000000000000%;
  }

  .s4 {
    width: 33.333333333333330%;
  }

  .s5 {
    width: 41.666666666666670%;
  }

  .s6 {
    width: 50.000000000000000%;
  }

  .s7 {
    width: 58.333333333333336%;
  }

  .s8 {
    width: 66.666666666666660%;
  }

  .s9 {
    width: 75.000000000000000%;
  }

  .s10 {
    width: 83.333333333333340%;
  }

  .s11 {
    width: 91.666666666666660%;
  }

  .s12 {
    width: 100.000000000000000%;
  }


.eq5 { width: 20% }
.eq7 { width: 14.285714285714286% }

@media (max-width: 1139px) {
  
    .md-s1 {
      width: 8.333333333333332%;
    }
  
    .md-s2 {
      width: 16.666666666666664%;
    }
  
    .md-s3 {
      width: 25.000000000000000%;
    }
  
    .md-s4 {
      width: 33.333333333333330%;
    }
  
    .md-s5 {
      width: 41.666666666666670%;
    }
  
    .md-s6 {
      width: 50.000000000000000%;
    }
  
    .md-s7 {
      width: 58.333333333333336%;
    }
  
    .md-s8 {
      width: 66.666666666666660%;
    }
  
    .md-s9 {
      width: 75.000000000000000%;
    }
  
    .md-s10 {
      width: 83.333333333333340%;
    }
  
    .md-s11 {
      width: 91.666666666666660%;
    }
  
    .md-s12 {
      width: 100.000000000000000%;
    }
  
  
  .md-eq5 { width: 20% }
  .md-eq7 { width: 14.285714285714286% }
}

@media (max-width: 767px) {
  .col { width: 100% }

  
    .sm-s1 {
      width: 8.333333333333332%;
    }
  
    .sm-s2 {
      width: 16.666666666666664%;
    }
  
    .sm-s3 {
      width: 25.000000000000000%;
    }
  
    .sm-s4 {
      width: 33.333333333333330%;
    }
  
    .sm-s5 {
      width: 41.666666666666670%;
    }
  
    .sm-s6 {
      width: 50.000000000000000%;
    }
  
    .sm-s7 {
      width: 58.333333333333336%;
    }
  
    .sm-s8 {
      width: 66.666666666666660%;
    }
  
    .sm-s9 {
      width: 75.000000000000000%;
    }
  
    .sm-s10 {
      width: 83.333333333333340%;
    }
  
    .sm-s11 {
      width: 91.666666666666660%;
    }
  
    .sm-s12 {
      width: 100.000000000000000%;
    }
  

  .sm-eq5 { width: 20% }
  .sm-eq7 { width: 14.285714285714286% }
}

/* Flex utility */

.flex { display: flex }
.inline-flex { display: inline-flex }

.no-shrink > *,
.self-no-shrink {
  flex-shrink: 0;
}

.self-shrink {
  flex-shrink: 1;
}

.flex-row { flex-direction: row }
.flex-row-reverse { flex-direction: row-reverse }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }

.wrap { flex-wrap: wrap }
.wrap-reverse { flex-wrap: wrap-reverse }

.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.justify-evenly { justify-content: space-evenly }

.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-stretch { align-items: stretch }
.items-baseline { align-items: baseline }

.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-stretch { align-content: stretch }
.content-between { align-content: space-between }
.content-around { align-content: space-around }

@media (max-width: 1139px) {
  .md-flex { display: flex }
  .md-inline-flex { display: inline-flex }
  
  .md-no-shrink > *,
  .md-self-no-shrink {
    flex-shrink: 0;
  }

  .md-self-shrink {
    flex-shrink: 1;
  }

  .md-flex-row { flex-direction: row }
  .md-flex-row-reverse { flex-direction: row-reverse }
  .md-flex-col { flex-direction: column }
  .md-flex-col-reverse { flex-direction: column-reverse }

  .md-wrap { flex-wrap: wrap }
  .md-wrap-reverse { flex-wrap: wrap-reverse }

  .md-justify-start { justify-content: flex-start }
  .md-justify-end { justify-content: flex-end }
  .md-justify-center { justify-content: center }
  .md-justify-between { justify-content: space-between }
  .md-justify-around { justify-content: space-around }
  .md-justify-evenly { justify-content: space-evenly }

  .md-items-start { align-items: flex-start }
  .md-items-end { align-items: flex-end }
  .md-items-center { align-items: center }
  .md-items-stretch { align-items: stretch }
  .md-items-baseline { align-items: baseline }

  .md-content-start { align-content: flex-start }
  .md-content-end { align-content: flex-end }
  .md-content-center { align-content: center }
  .md-content-stretch { align-content: stretch }
  .md-content-between { align-content: space-between }
  .md-content-around { align-content: space-around }
}

@media (max-width: 767px) {
  .sm-flex { display: flex }
  .sm-inline-flex { display: inline-flex }
  
  .sm-no-shrink > *,
  .sm-self-no-shrink {
    flex-shrink: 0;
  }

  .sm-self-shrink {
    flex-shrink: 1;
  }

  .sm-flex-row { flex-direction: row }
  .sm-flex-row-reverse { flex-direction: row-reverse }
  .sm-flex-col { flex-direction: column }
  .sm-flex-col-reverse { flex-direction: column-reverse }

  .sm-wrap { flex-wrap: wrap }
  .sm-wrap-reverse { flex-wrap: wrap-reverse }

  .sm-justify-start { justify-content: flex-start }
  .sm-justify-end { justify-content: flex-end }
  .sm-justify-center { justify-content: center }
  .sm-justify-between { justify-content: space-between }
  .sm-justify-around { justify-content: space-around }
  .sm-justify-evenly { justify-content: space-evenly }

  .sm-items-start { align-items: flex-start }
  .sm-items-end { align-items: flex-end }
  .sm-items-center { align-items: center }
  .sm-items-stretch { align-items: stretch }
  .sm-items-baseline { align-items: baseline }

  .sm-content-start { align-content: flex-start }
  .sm-content-end { align-content: flex-end }
  .sm-content-center { align-content: center }
  .sm-content-stretch { align-content: stretch }
  .sm-content-between { align-content: space-between }
  .sm-content-around { align-content: space-around }
}

/* Clear */

.module:after,
.clear:after {
  content: '';
  display: table;
  clear: both;
}

/* Module */

.module {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.module--block-left   { align-items: flex-start }
.module--block-center { align-items: center }
.module--block-right  { align-items: flex-end }

.module--text-left   { text-align: left }
.module--text-center { text-align: center }
.module--text-right  { text-align: right }

@media (max-width: 1139px) {
  .module--md-block-left   { align-items: flex-start }
  .module--md-block-center { align-items: center }
  .module--md-block-right  { align-items: flex-end }

  .module--md-text-left   { text-align: left }
  .module--md-text-center { text-align: center }
  .module--md-text-right  { text-align: right }
}

@media (max-width: 767px) {
  .module--sm-block-left   { align-items: flex-start }
  .module--sm-block-center { align-items: center }
  .module--sm-block-right  { align-items: flex-end }

  .module--sm-text-left   { text-align: left }
  .module--sm-text-center { text-align: center }
  .module--sm-text-right  { text-align: right }
}

.module__inner {
  width: 100%;
  max-width: 100%;
}

/* Hidden */

@media (min-width: 1140px) {
  .lg-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .md-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

/* Min height */

.minh-full {
  min-height: 100vh;
}

.minh-half {
  min-height: 50vh;
}

.dnd-section.minh-full,
.dnd-section.minh-half {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd-section.minh-full > *,
.dnd-section.minh-half > * {
  width: 100%;
}

/* Preset width */

.content-width {
  max-width: 1196px;
  padding-left: 12.0px;
  padding-right: 12.0px;
}

.half-content-width {
  max-width: calc(598.0px - 12.0px);
}

/* Inline items (for 'Space between buttons/icons' options) */

.inline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.inline-items--left {
  justify-content: flex-start;
}

.inline-items--center {
  justify-content: center;
}

.inline-items--right {
  justify-content: flex-end;
}

@media (max-width: 1139px) {
  .inline-items--md-left {
    justify-content: flex-start;
  }
  
  .inline-items--md-center {
    justify-content: center;
  }
  
  .inline-items--md-right {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .inline-items--sm-left {
    justify-content: flex-start;
  }
  
  .inline-items--sm-center {
    justify-content: center;
  }
  
  .inline-items--sm-right {
    justify-content: flex-end;
  }
}


@keyframes uiPop {
  from {
    opacity: 0;
    transform: scale(.9) translateZ(0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation */
  
@keyframes btn_ripple {
  0% {
    opacity: .3;
  }
  30% {
    opacity: .3;
  }
  100% {
    opacity: 0;
    transform: scale(4, 4);
  }
}

/* Base */

.btn {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: none;
  border: none; /* for <button> */
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.50;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* using our own styling */
}

.btn.btn--full {
  display: block;
}

.btn:hover {
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.btn:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.btn::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.btn:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}

/* Outline */

.btn--outline {
  border: 2px solid;
}

.btn--outline:hover {
  border: 0;
}

/* Small */

.btn--small {
  padding: 0.45rem 0.68rem;
  border-radius: 999px;
  font-size: .83rem;
}

.btn--small.btn--outline:not(:hover) {
  padding: calc(0.45rem - 2px) calc(0.68rem - 2px);
}

/* Medium */

.btn--medium {
  padding: 0.64rem 0.91rem;
  border-radius: 999px;
  font-size: .89rem;
}

.btn--medium.btn--outline:not(:hover) {
  padding: calc(0.64rem - 2px) calc(0.91rem - 2px);
}

/* Large */

.btn--large {
  padding: 0.64rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

.btn--large.btn--outline:not(:hover) {
  padding: calc(0.91rem - 2px) calc(1.36rem - 2px);
}

/* Accent */

.btn--accent.btn--outline {
  border-color: #E64B38;
  color: #E64B38;
}

.btn--accent.btn--fill,
.btn--accent.btn--outline:hover {
  background: #E64B38;
  color: #fff;
}

.btn--accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(230, 75, 56, .15);
}

/* Dark */

.btn--dark.btn--outline {
  border-color: #0071CE;
  color: #0071CE;
}

.btn--dark.btn--fill,
.btn--dark.btn--outline:hover {
  background: #0071CE;
  color: #fff;
}

.btn--dark:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(0, 113, 206, .15);
}

/* Light */

.btn--light.btn--outline {
  border-color: #E3E6EC;
  color: #0071CE;
}

.btn--light.btn--fill,
.btn--light.btn--outline:hover {
  background: #f3f0f7;
  color: #0071CE;
}

.btn--light:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* Light darker */

.btn--light-darker.btn--outline {
  border-color: #E3E6EC;
  color: #0071CE;
}

.btn--light-darker.btn--fill,
.btn--light-darker.btn--outline:hover {
  background: #E3E6EC;
  color: #0071CE;
}

.btn--light-darker:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(227, 230, 236, .15);
}

/* White */

.btn--white.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white.btn--fill,
.btn--white.btn--outline:hover {
  background: #fff;
  color: #0071CE;
}

.btn--white:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with accent */

.btn--white-accent.btn--outline {
  border-color: #fff;
  color: #E64B38;
}

.btn--white-accent.btn--fill,
.btn--white-accent.btn--outline:hover {
  background: #fff;
  color: #E64B38;
}

.btn--white-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* White with hover accent */

.btn--white-hover-accent.btn--outline {
  border-color: #fff;
  color: #fff;
}

.btn--white-hover-accent.btn--fill {
  background: #fff;
  color: #0071CE;
}

.btn--white-hover-accent.btn--fill:hover,
.btn--white-hover-accent.btn--outline:hover {
  background: #fff;
  color: #E64B38;
}

.btn--white-hover-accent:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Ghost */

.btn--ghost.btn--outline {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.btn--ghost.btn--fill {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.btn--ghost.btn--outline:hover,
.btn--ghost.btn--fill:hover {
  background: #fff;
  color: #0071CE;
}

.btn--ghost:focus-visible:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .15);
}

/* Pill */

.btn--pill {
  border-radius: 999px;
}

/* Icon */

.btn__icon {
  color: inherit;
  line-height: 0;
}

.btn__icon--right {
  order: 1;
  margin-left: .4em;
}

.btn__icon--left {
  margin-right: .4rem;
}

.btn__icon svg {
  fill: currentColor;
}
/* Base */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon img,
.icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}

.icon svg {
  fill: currentColor;
}

/* Shape */

.icon--disc {
  border-radius: 100%;
}

.icon--square.icon--small {
  border-radius: 4px;
}

.icon--square.icon--medium {
  border-radius: 5px;
}

.icon--square.icon--large {
  border-radius: 6px;
}

.icon--square.icon--extra-large {
  border-radius: 10px;
}

/* Size */

.icon--small.icon--disc,
.icon--small.icon--square {
  width: 1.82rem;
  height: 1.82rem;
}

.icon--small .icon__glyph {
  width: 0.91rem;
  height: 0.91rem;
  line-height: 0.91rem;
  font-size: .91rem;
}

.icon--medium.icon--disc,
.icon--medium.icon--square {
  width: 2.73rem;
  height: 2.73rem;
}

.icon--medium .icon__glyph {
  width: 1.11rem;
  height: 1.11rem;
  line-height: 1.11rem;
  font-size: 1.11rem;
}

.icon--large.icon--disc,
.icon--large.icon--square {
  width: 3.64rem;
  height: 3.64rem;
}

.icon--large .icon__glyph {
  width: 1.82rem;
  height: 1.82rem;
  line-height: 1.82rem;
  font-size: 1.82rem;
}

.icon--extra-large.icon--disc,
.icon--extra-large.icon--square {
  width: 5.46rem;
  height: 5.46rem;
}

.icon--extra-large .icon__glyph {
  width: 3.18rem;
  height: 3.18rem;
  line-height: 3.18rem;
  font-size: 3.18rem;
}

/* Outline */

.icon--outline {
  border: 1px solid;
}

/* Accent */

.icon--accent {
  color: #E64B38;
}

.icon--accent.icon--fill {
  background: #E64B38;
  color: #fff;
}

.icon--accent.icon--outline {
  border-color: #E64B38;
}

/* Dark */

.icon--dark {
  color: #0071CE;
}

.icon--dark.icon--fill {
  background: #0071CE;
  color: #fff;
}

.icon--dark.icon--outline {
  border-color: #0071CE;
}

/* Light */

.icon--light {
  color: #0071CE;
}

.icon--light.icon--fill {
  background: #f3f0f7;
  color: #0071CE;
}

.icon--light.icon--outline {
  border-color: #E3E6EC;
}

/* White */

.icon--white {
  color: #fff;
}

.icon--white.icon--fill {
  background: #fff;
  color: #0071CE;
}

.icon--white.icon--outline {
  border-color: #fff;
}

/* White with accent */

.icon--white-accent {
  color: #E64B38;
}

.icon--white-accent.icon--fill {
  background: #fff;
  color: #E64B38;
}

.icon--white-accent.icon--outline {
  border-color: #fff;
}

/* Ghost */

.icon--ghost {
  color: #fff;
}

.icon--ghost.icon--fill {
  background: rgba(255, 255, 255, .2);
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.icon--ghost.icon--outline {
  border-color: rgba(255, 255, 255, .2);
}
/* Holder */

.ttip-holder {
  position: relative;
  overflow: visible;
}

/* Tooltip */

.ttip {
  display: none;
  max-width: 200px;
  padding: .77rem .91rem;
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  font-size: .82rem;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 5;
}

.ttip[style*="position"] {
  display: block;
}

/* Block */

.ttip--block {
  max-width: none;
  width: 200px;
  text-align: left;
  white-space: normal;
  text-overflow: clip;
}

/* On hover */

.ttip--on-hover {
  visibility: hidden;
  pointer-events: none;
}

*:hover > .ttip--on-hover {
  visibility: visible;
  pointer-events: auto;
  animation: .2s ease-in-out forwards fadeIn;
}

/* Background */

.ttip::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
  border-radius: 4px;
}

/* Caret */

.ttip::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: -2;
  background: inherit;
}

.ttip[data-popper-placement="top-start"]::after {
  bottom: 4px;
  left: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.ttip[data-popper-placement="top"]::after {
  bottom: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="top-end"]::after {
  bottom: 4px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom-start"]::after {
  top: 4px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.ttip[data-popper-placement="bottom"]::after {
  top: 6px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="bottom-end"]::after {
  top: 4px;
  right: 10px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.ttip[data-popper-placement="left-start"]::after {
  top: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.ttip[data-popper-placement="left"]::after {
  top: 50%;
  right: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="left-end"]::after {
  bottom: 10px;
  right: 4px;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right-start"]::after {
  top: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.ttip[data-popper-placement="right"]::after {
  top: 50%;
  left: 6px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ttip[data-popper-placement="right-end"]::after {
  bottom: 10px;
  left: 4px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* Accent */

.ttip--accent {
  color: #fff;
}

.ttip--accent::before,
.ttip--accent::after {
  background: #E64B38;
}

.ttip--accent::before {
  box-shadow: 0px 8px 16px rgba(230, 75, 56, 0.2), 0px 4px 8px rgba(230, 75, 56, 0.2);
}

/* Dark */

.ttip--dark {
  color: #fff;
}

.ttip--dark::before,
.ttip--dark::after {
  background: #0071CE;
}

.ttip--dark::before {
  box-shadow: 0px 8px 16px rgba(0, 113, 206, 0.05), 0px 4px 8px rgba(0, 113, 206, 0.05);
}

/* White */

.ttip--white {
  color: #0071CE;
}

.ttip--white::before,
.ttip--white::after {
  background: #fff;
}

/* White accent */

.ttip--white-accent {
  color: #E64B38;
}

.ttip--white-accent::before,
.ttip--white-accent::after {
  background: #fff;
}
/* Base */

.badge {
  display: inline-block;
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.28;
  text-transform: uppercase;
  vertical-align: middle;
}

.badge,
.badge:hover {
  text-decoration: none;
}

/* Lowercase */

.badge--lowercase {
  text-transform: none;
}

/* Small */

.badge--small {
  padding: .11rem .22rem;
  border-radius: 3px;
  font-size: .46rem;
}

.badge--small.badge--lowercase {
  font-size: .72rem;
}

/* Medium */

.badge--medium {
  padding: .18rem 0.36rem;
  border-radius: 3px;
  font-size: .6rem;
}

.badge--medium.badge--lowercase {
  font-size: .78rem;
}

/* Large */

.badge--large {
  padding: .22rem .44rem;
  border-radius: 4px;
  font-size: .73rem;
}

.badge--large.badge--lowercase {
  font-size: .89rem;
}

/* Pill */

.badge--pill {
  border-radius: 99px;
}

/* Accent */

.badge--accent {
  background: #E64B38;
  color: #fff;
}

.badge--accent:hover {
  color: #fff;
}

/* Dark */

.badge--dark {
  background: #0071CE;
  color: #fff;
}

.badge--dark:hover {
  color: #fff;
}

/* White */

.badge--white {
  background: #fff;
  color: #0071CE;
}

.badge--white:hover {
  color: #0071CE;
}

/* Ghost */

.badge--ghost {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  
}

.badge--ghost:hover {
  color: #fff;
}
/* ==========================================================================
   Base
   ========================================================================== */

/* Reset input list */

.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make spacing consistent */

.field > .input {
  margin-top: .28rem;
}

.hs-form fieldset {
  max-width: none !important;
}

.hs-form .input {
  margin-right: 0 !important;
}

.form-columns-2,
.form-columns-3 {
  margin: 0 -12.0px !important;
}

.form-columns-2 > .hs-form-field,
.form-columns-3 > .hs-form-field,
.form-columns-2 .hs-dependent-field .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  padding: 0 12.0px;
  float: left;
}

.form-columns-3 > .hs-form-field,
.form-columns-3 .hs-dependent-field .hs-form-field {
  width: 33.3333% !important;
}

@media (max-width: 667px) {
  .form-columns-3 > .hs-form-field,
  .form-columns-3 .hs-dependent-field .hs-form-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .form-columns-2 > .hs-form-field,
  .form-columns-3 > .hs-form-field {
    width: 100% !important;
  }
}

.hs-form-field,
.hs-richtext,
.legal-consent-container p,
.legal-consent-container ul {
  margin-bottom: 24px;
}

.legal-consent-container .hs-form-field {
  margin-bottom: 0 !important;
}

body .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

body .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
}

/* Hide empty form title */

.form-title:empty,
.hs-form h3:empty {
  display: none;
}

/* Global input styles */

.hs-input,
#hs-pwd-widget-password {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  transition: .2s ease-in-out;
}

/* Placeholders */

.hs-input::-webkit-input-placeholder,
#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #404042;
  opacity: 1;
}

.hs-input::-moz-placeholder,
#hs-pwd-widget-password::-moz-placeholder {
  color: #404042;
  opacity: 1;
}

.hs-input:-ms-input-placeholder,
#hs-pwd-widget-password:-ms-input-placeholder {
  color: #404042;
  opacity: 1;
}

.hs-input:-moz-placeholder,
#hs-pwd-widget-password:-moz-placeholder {
  color: #404042;
  opacity: 1;
}

/* Make other HubSpot forms consistent with the rest.
`!important` necessary to override inline styles. */

/* email_simple_subscription */

#email-prefs-form .hs-input {
  padding: 0.91rem .91rem !important;
  font-size: 1rem !important;
}

#email-prefs-form h3 {
  font-weight: 700 !important;
}

#email-prefs-form h3 + div {
  padding-bottom: 24px !important;
}

/* password_prompt */

#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 24px;
}

/* Checkbox and radio field stucture */

.hs-form .multi-container {
  margin-top: .28rem;
}

.hs-form .multi-container li + li {
  margin-top: .11rem;
}

.hs-form-checkbox-display,
.hs-form-radio-display,
.hs-form-booleancheckbox-display {
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
}

.hs-input[type='checkbox'] + *,
.hs-input[type='radio'] + * {
  display: inline;
  float: none;
  margin-left: 0 !important;
  vertical-align: middle;
}

/* Labels & text */

.hs-form legend {
  color: inherit;
}

.hs-form-field > label {
  color: #0071CE;
}

.txt--dark .hs-form-field > label {
  color: #fff;
}

/* ==========================================================================
   Inputs
   ========================================================================== */

/* Default state
   ========================================================================== */

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100% !important;
  padding: 0.91rem .91rem;
  background-color: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 113, 206, 0.05), 0px 4px 8px rgba(0, 113, 206, 0.05);
  color: #0071CE;
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1.50;
}

textarea.hs-input {
  height: 130px;
  border-radius: 8px;
}

select.hs-input {
  padding-inline-end: 38px;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path fill=\"%230071CE\" d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>");
  background-size: 7.5px 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}



.hs-input[type='checkbox'],
.hs-input[type='radio'] {
  display: inline-block;
  width: 20px !important;
  height: 20px;
  margin: 0;
  margin-inline-end: .56rem;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #cfd2d8;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: normal;
}

.hs-input[type='checkbox'] {
  background-size: 12px 12px;
}

.hs-input[type='radio'] {
  background-size: 10px 10px;
  border-radius: 100%;
}

/* Hover state
   ========================================================================== */

.hs-input:hover,
#hs-pwd-widget-password:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

.hs-input[type='checkbox']:hover,
.hs-input[type='radio']:hover {
  box-shadow: 0 0 0 8px rgba(227, 230, 236, .4);
}

/* Focus state
   ========================================================================== */

.hs-input:focus,
#hs-pwd-widget-password:focus {
  border-color: #E64B38;
  box-shadow: 0 0 0 4px rgba(230, 75, 56, .15), 0 0 0 1px #E64B38 inset;
}

.hs-input[type='checkbox']:focus,
.hs-input[type='radio']:focus {
  border-color: #E64B38;
  box-shadow: 0 0 0 4px rgba(230, 75, 56, .2);
}

/* Error state
   ========================================================================== */

.hs-input.error {
  border-color: #E64B38;
  box-shadow: 0 0 0 4px rgba(230, 75, 56, .2), 0 0 0 1px #E64B38 inset;
}

/* Checked state
   ========================================================================== */

.hs-input[type='checkbox']:checked,
.hs-input[type='radio']:checked {
  background-color: #E64B38;
  border-color: transparent;
}

.hs-input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>");
}

.hs-input[type='radio']:checked {
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%23fff\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg>");
}

/* ==========================================================================
   Date fields
   ========================================================================== */

/* Inputs
   ========================================================================== */

.hs-input[type='date'],
.hs-input[type='datetime-local'],
.hs-input[type='month'],
.hs-input[type='week'],
.hs-dateinput .hs-input {
  padding-inline-start: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 448 512\"><path fill=\"%230071CE\" d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"></path></svg>");
  background-position: 1.11rem center;
  background-repeat: no-repeat;
  background-size: .78rem .89rem;
}



/* Date-picker widget
   ========================================================================== */

body .fn-date-picker.pika-single {
  color: inherit;
  font: inherit;
}

body .fn-date-picker.pika-single.is-bound {
  background: #fff;
  border: 1px solid #E3E6EC;
  border-radius: 5px;
  box-shadow: 0px 16px 32px rgba(0, 113, 206, 0.05), 0px 8px 16px rgba(0, 113, 206, 0.05);
  color: #0071CE;
}

body .fn-date-picker .pika-label {
  background-color: inherit;
  font: inherit;
}

body .fn-date-picker .pika-button {
  background: #f3f0f7;
  color: #0071CE;
  font-family: inherit;
  box-shadow: none !important;
}

body .fn-date-picker .is-today .pika-button {
  color: #E64B38;
  font-weight: inherit;
}

body .fn-date-picker .pika-button:hover,
body .fn-date-picker .is-selected .pika-button {
  background: #E64B38 !important;
  color: #fff;
  font-weight: inherit;
}

body .fn-date-picker .pika-table th {
  color: #404042;
  font-weight: inherit;
  font-family: inherit;
}

body .fn-date-picker .pika-next,
body .fn-date-picker .pika-prev {
  background: none !important;
  color: inherit !important;
  text-indent: 0 !important;
  font-size: 0;
  line-height: 0;
}

body .fn-date-picker .pika-prev:before {
  content: "‹";
  font-size: 14px;
}

body .fn-date-picker .pika-next:before {
  content: "›";
  font-size: 14px;
}



/* ==========================================================================
   File fields
   ========================================================================== */

/* File input
   ========================================================================== */

.hs-input[type='file'] {
  padding-inline-end: 2.56rem !important;
  background-image: url("data:image/svg+xml, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path fill=\"%230071CE\" d=\"M296 384h-80c-13.3 0-24-10.7-24-24V192h-87.7c-17.8 0-26.7-21.5-14.1-34.1L242.3 5.7c7.5-7.5 19.8-7.5 27.3 0l152.2 152.2c12.6 12.6 3.7 34.1-14.1 34.1H320v168c0 13.3-10.7 24-24 24zm216-8v112c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h136v8c0 30.9 25.1 56 56 56h80c30.9 0 56-25.1 56-56v-8h136c13.3 0 24 10.7 24 24zm-124 88c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20zm64 0c0-11-9-20-20-20s-20 9-20 20 9 20 20 20 20-9 20-20z\"></path></svg>");
  background-position: center right 1.11rem;
  background-repeat: no-repeat;
  background-size: .89rem .89rem;
  cursor: pointer;
}



/* File button
   ========================================================================== */

.hs-input[type='file']::-webkit-file-upload-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 1.67rem;
  background: #f3f0f7;
  border: 1px solid #E3E6EC;
  border-radius: 4px;
  color: #0071CE;
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  font-size: 0.80rem;
  cursor: pointer;
}

.hs-input[type='file']::-webkit-file-upload-button:hover {
  background: none;
}

/* ==========================================================================
   Errors
   ========================================================================== */

.hs-error-msg {
  display: inline-block;
  padding: .23rem .46rem;
  margin-top: -.23rem;
  margin-left: .56rem;
  margin-right: .56rem;;
  vertical-align: top;
  background: #E64B38;
  border-radius: 4px;
  color: #fff;
  font-size: 0.80rem;
  line-height: 1.1;
}

.hs-fieldtype-checkbox .hs-error-msg,
.hs-fieldtype-radio .hs-error-msg,
.hs-fieldtype-booleancheckbox .hs-error-msg {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hs_error_rollup {
  color: #0071CE;
  font-family: 
  
    'Open Sans', sans-serif
  
;
  font-weight: normal;
  font-style: normal;
  line-height: 1.50;
  margin-bottom: 24px;
}

body .legal-consent-container .hs-error-msgs label {
  color: #fff;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.hs-button {
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  font-family: 
  
    'Poppins', sans-serif
  
;
  font-weight: 700;
  font-style: normal;
  line-height: 1.50;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transform: scale(1); /* required for the ripple effect, otherwise it won't show on :focus */
  transition: box-shadow, background-image, background-color, color, transform;
  transition-duration: .1s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  outline: none; /* we have our own styling */
  background: #0071CE;
  color: #fff;
  padding: 0.91rem 1.36rem;
  border-radius: 999px;
  font-size: 1rem;
}

form .hs-button {
  background: #E64B38;
}

.hs-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.07, 1.07);
}

.hs-button:active {
  transform: scale(.93, .93);
  transition-duration: 0.05s;
}

.hs-button:focus:not(:hover):not(:active) {
  box-shadow: 0 0 0 3px rgba(230, 75, 56, .15);
}

.hs-button::after { /* ripple effect */
  content: '';
  display: block;
  width: 2.22rem;
  height: 2.22rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.11rem;
  margin-left: -1.11rem;
  z-index: -1;
  background: currentColor;
  border-radius: 20px;
  color: inherit;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.hs-button:focus::after {
  animation: .5s ease-in-out btn_ripple;
  animation-fill-mode: forwards;
}
/* Base */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  position: relative;
}

.hs-menu-wrapper a {
  display: block;
  position: relative;
  color: #0071CE;
  text-decoration: none;
  transition: .2s ease-in-out;
}

/* Flyouts */

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: none;
  width: 220px;
  padding: .46rem 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 32px 64px rgba(0, 113, 206, 0.05), 0px 16px 32px rgba(0, 113, 206, 0.05);
  border-radius: 8px;
}

.hs-menu-wrapper.flyouts li:hover > .hs-menu-children-wrapper {
  display: block;
  animation: .2s ease-in-out forwards uiPop;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  padding: .46rem .91rem;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:not(:first-child) > a {
  border-top: 1px solid #E3E6EC;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li:hover > a {
  background-color: #f3f0f7;
}

/* Top level */

.hs-menu-flow-horizontal > ul {
  display: inline-flex;
  flex-wrap: wrap;
}

.hs-menu-flow-horizontal.flyouts > ul {
  align-items: center;
}

.hs-menu-flow-horizontal.flyouts > ul > li:not(:last-child) {
  margin-right: 2rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a {
  padding-top: .46rem;
  padding-bottom: .46rem;
}

.hs-menu-flow-horizontal.flyouts > ul > li > a::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #E64B38;
  opacity: 0;
  transform: scale(.2,1) translateY(2px);
  transition: .3s ease-out;
}

.hs-menu-flow-horizontal.flyouts > ul > li:hover > a::before,
.hs-menu-flow-horizontal.flyouts > ul > li > a[aria-expanded="true"]::before {
  transform: none;
  opacity: 1;
}

/* All sub-levels */

.hs-menu-wrapper ul ul a {
  font-size: .9rem;
}

/* 2nd level */

.hs-menu-flow-horizontal.flyouts > ul > li > ul {
  top: 100%;
  margin-left: -.91rem;
}

/* 3rd level */

.hs-menu-flow-horizontal.flyouts ul ul ul,
.hs-menu-flow-vertical.flyouts ul ul {
  top: 0;
  left: 100%;
  margin-top: -.46rem;
}
.lightbox-open {
  overflow: hidden;
}

#bp_caption,
#bp_container {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  opacity: 0;
}

#bp_container > *,
#bp_loader {
  position: absolute;
  right: 0;
  z-index: 10;
}

#bp_container,
#bp_caption,
#bp_container svg {
  pointer-events: none;
}

#bp_container {
  top: 0;
  z-index: 99999999999;
  background: rgba(0, 113, 206, .9);
  opacity: 0;
  transition: .35s opacity;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: wait;
  background: none;
  z-index: 9;
}

#bp_loader svg {
  width: 50%;
  max-width: 300px;
  max-height: 50%;
  margin: auto;
  animation: bpturn 1s infinite linear;
}

#bp_aud,
#bp_container img,
#bp_sv,
#bp_vid {
  user-select: none;
  max-height: 96%;
  max-width: 96%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  box-shadow: 0px 32px 64px rgba(0, 113, 206, 0.05), 0px 16px 32px rgba(0, 113, 206, 0.05);
  border-radius: 12px;
}

#bp_sv iframe {
  border-radius: 12px;
}

#bp_sv {
  background: #0071CE;
}

#bp_sv svg {
  width: 66px;
}

#bp_caption {
  font-size: 1rem;
  padding: 24px;
  background: #0071CE;
  color: #fff;
  text-align: center;
  transition: .2s opacity;
}

#bp_aud {
  width: 650px;
  top: calc(50% - 20px);
  bottom: auto;
  box-shadow: none;
}

#bp_count {
  left: 0;
  right: auto;
  padding: 12px;
  color: #fff;
  font-size: .9rem;
  cursor: default;
}



#bp_container button {
  position: absolute;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  transition: all .1s;
}

#bp_container .bp-x {
  padding: 0;
  height: 41px;
  width: 41px;
  border-radius: 100%;
  top: 8px;
  right: 14px;
  opacity: .8;
  line-height: 1;
  background: #0071CE;
  color: #fff;
}

.bp-x svg,
.bp-xc svg {
  height: 20px;
  width: 20px;
  vertical-align: top;
  transition: .2s ease-in-out;
}

#bp_container .bp-x:hover svg,
#bp_container .bp-xc:hover svg {
  transform: scale(1.1);
}

#bp_container .bp-xc {
  left: 2%;
  bottom: 100%;
  padding: .6rem .8rem;
  background: #0071CE;
  color: #fff;
  border-radius: 5px 5px 0 0;
}



.bp-lr {
  top: 50%;
  transform: translateX(-50%);
  width: 40px;
  background: 0;
  border: 0;
  color: #fff;
  line-height: 0;
  transition: opacity .1s;
}

#bp_container .bp-lrl {
  left: 24px;
}

#bp_container .bp-lrr {
  right: 24px;
}



.bp-lr svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.33rem;
  height: 1.33rem;
  transition: .2s ease-in-out;
}

.bp-lr:hover svg {
  transform: scale(1.2);
}

@keyframes bpf {
  50% {
    transform: translatex(15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpl {
  50% {
    transform: translatex(-15px);
  }

  100% {
    transform: none;
  }
}

@keyframes bpfl {
  0% {
    opacity: 0;
    transform: translatex(70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfr {
  0% {
    opacity: 0;
    transform: translatex(-70px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes bpfol {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(-70px);
  }
}

@keyframes bpfor {
  0% {
    opacity: 1;
    transform: none;
  }

  100% {
    opacity: 0;
    transform: translatex(70px);
  }
}

@keyframes bpturn {
  0% {
    transform: none;
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .bp-lr {
    font-size: 15vw;
  }
}


@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    translate: 0 40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealDown {
  from {
    opacity: 0;
    translate: 0 -40px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealLeft {
  from {
    opacity: 0;
    translate: 40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealRight {
  from {
    opacity: 0;
    translate: -40px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes revealZoom {
  from {
    opacity: 0;
    scale: .9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.reveal {
  opacity: 0;
}

.reveal--done {
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.reveal--done:not([class^="reveal--animation-"]) {
  animation-name: reveal;
}

.reveal--zoom.reveal--done {
  animation-name: revealZoom;
}

.reveal--up.reveal--done {
  animation-name: revealUp;
}

.reveal--down.reveal--done {
  animation-name: revealDown;
}

.reveal--left.reveal--done {
  animation-name: revealLeft;
}

.reveal--right.reveal--done {
  animation-name: revealRight;
}

.hs-inline-edit .reveal {
  opacity: 1;
  visibility: visible;
  animation: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Layering */
.z0,.z1,.z2 { position: relative }
.z0 { z-index: 0 }
.z1 { z-index: 1 }
.z2 { z-index: 2 }

.br15 {
  border-radius: 15px;
}

.bg-purple {
  background-color: #230871;
  color: #fff;
}

.hero-gradient-blue {
  background: linear-gradient(to right, #0071ce 0%, #0071ce 66%, #00000000 66%);
}

.hero-gradient-blue .splide__slide .section {
  background-image: url(https://7942478.fs1.hubspotusercontent-na1.net/hubfs/7942478/MASA%20ASSIST/USVI-Header.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: calc(75% + 360px) 50%;
  background-size: auto 100%;
}

.hero-gradient-blue .hero-slider__content {
  width: 700px;
  max-width: 64%;
}

@media (max-width: 767px){
  .hero-gradient-blue .hero-slider__content {
    max-width: 100%;
  }
}

.hero-gradient-blue .bg-dark {
  background: linear-gradient(to right, #0071ce 0%, #0071ce 66%, #00000000 66%);
  opacity: 1!important;
}

@media (max-width: 767px){
  .hero-gradient-blue .bg-dark {
    background: linear-gradient(to right, #0071ce 0%, #0071ce 100%);
    opacity: 0.95;
  }
}

.white-text *:not(input):not(select):not(textarea){
  color: #fff;
}

/* Header Notice */
#overheader p,
#overheader span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/* Form Styles */
.hs-form fieldset {
  border: none;
}

.hs-form input,
.hs-form textarea,
.hs-form select {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 16px;
  border-radius: 5px;
}

.hs-form textarea {
  height: 100px;
}

.hs-form input[type='submit']{
  background-color: #E64B38;
  color: #ffffff;
  width: 224px;
  padding: 15px;
  margin-top: 20px;
  border-width: 0px;
  border-radius: 30px;
  margin: 0px auto;
  font-weight: 700;
}

.additional-qs-form .form__box-content {
  background-color: #230871;
  position: relative;
  border: 0px solid transparent;
  border-radius: 15px;
  padding: 32px;
}

.additional-qs-form h2,
.additional-qs-form h3 {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 32px;
}

.additional-qs-form form {
  display: flex;
  flex-direction: column;
}

.additional-qs-form fieldset {
  padding: 0px;
}

.additional-qs-form label {
  color: #ffffff;
}

/*.additional-qs-form .field {
    width: 100%!important;
}*/

.rtext ul {
  list-style: none;
  padding-inline-start: 0px;
}

.rtext ul li {
  margin-bottom: 6px;
  padding-inline-start: 10px;
}

.rtext:not(#rtext__footer_links) ul:not(.no-deco) li:before {
  content: '';
  position: relative;
  left: -10px;
  display: inline-block;
  width: 16px;
  height: 22px;
  list-style-type: none;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2013.25L8.75%2020L20%202%22%20stroke%3D%22%23E64B38%22%20stroke-width%3D%222.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/* Utility */
.twoColList ul {
  column-count: 2;
  column-fill: balance;
}

@media (max-width: 767px){
  .twoColList ul {
    column-count: 1;
  }
}
/* Columns - Structure */

.dnd-module .twoColList ul li {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 32px;
}

.columns-7-5 .module__inner > div > div:first-of-type {
  width: unset;
  flex-grow: 1;
}

.columns-7-5 .module__inner > div > div:last-of-type {
  width: unset;
}


/* Team Members Cards */
.members-wrap {
  display: flex;
  justify-content: space-between;
}

.members-wrap .team-member img {
  width: 182px;
  height: 182px;
  object-fit: cover;
  object-position: center;
}



/* ==========================================================================
   Helper classes depending on screen size
   ========================================================================== */




    

        /* Visibility
           ================================================================== */
        .hidden { display: none !important; visibility: visible }
        .visible { display: block !important }

        /* Text Align
           ================================================================== */
        .tl { text-align: left    !important }
        .tc, .dnd-section:has( .options-mod.tc) { text-align: center  !important }
        .tr, .dnd-section:has( .options-mod.tr) { text-align: right   !important }
        .tj, .dnd-section:has( .options-mod.tj) { text-align: justify !important }

        .sb, .dnd-section:has( .options-mod.tj) { justify-content: space-between !important }

        /* Margin and padding
           ================================================================== */
        .ma  { margin: auto !important }
        .mtba { margin-top: auto !important; margin-bottom: auto !important }
        .mlra { margin-left: auto !important; margin-right: auto !important; float: none !important }
        .mta { margin-top: auto !important }
        .mra { margin-right: auto !important }
        .mba { margin-bottom: auto !important }
        .mla { margin-left: auto !important }

        
        
        
            .m0 { margin: 0px !important }
            .mtb0 { margin-top: 0px !important; margin-bottom: 0px !important }
            .mlr0 { margin-left: 0px !important; margin-right: 0px !important }
            .mt0 { margin-top: 0px !important }
            .mr0 { margin-right: 0px !important }
            .mb0 { margin-bottom: 0px !important }
            .ml0 { margin-left: 0px !important }
            .nmt0 { margin-top: -0px !important }
            .nmb0 { margin-bottom: -0px !important }
            .p0 { padding: 0px !important }
            .ptb0 { padding-top: 0px !important; padding-bottom: 0px !important }
            .plr0 { padding-left: 0px !important; padding-right: 0px !important }
            .pt0 { padding-top: 0px !important }
            .pr0 { padding-right: 0px !important }
            .pb0 { padding-bottom: 0px !important }
            .pl0 { padding-left: 0px !important }
        
            .m5 { margin: 5px !important }
            .mtb5 { margin-top: 5px !important; margin-bottom: 5px !important }
            .mlr5 { margin-left: 5px !important; margin-right: 5px !important }
            .mt5 { margin-top: 5px !important }
            .mr5 { margin-right: 5px !important }
            .mb5 { margin-bottom: 5px !important }
            .ml5 { margin-left: 5px !important }
            .nmt5 { margin-top: -5px !important }
            .nmb5 { margin-bottom: -5px !important }
            .p5 { padding: 5px !important }
            .ptb5 { padding-top: 5px !important; padding-bottom: 5px !important }
            .plr5 { padding-left: 5px !important; padding-right: 5px !important }
            .pt5 { padding-top: 5px !important }
            .pr5 { padding-right: 5px !important }
            .pb5 { padding-bottom: 5px !important }
            .pl5 { padding-left: 5px !important }
        
            .m10 { margin: 10px !important }
            .mtb10 { margin-top: 10px !important; margin-bottom: 10px !important }
            .mlr10 { margin-left: 10px !important; margin-right: 10px !important }
            .mt10 { margin-top: 10px !important }
            .mr10 { margin-right: 10px !important }
            .mb10 { margin-bottom: 10px !important }
            .ml10 { margin-left: 10px !important }
            .nmt10 { margin-top: -10px !important }
            .nmb10 { margin-bottom: -10px !important }
            .p10 { padding: 10px !important }
            .ptb10 { padding-top: 10px !important; padding-bottom: 10px !important }
            .plr10 { padding-left: 10px !important; padding-right: 10px !important }
            .pt10 { padding-top: 10px !important }
            .pr10 { padding-right: 10px !important }
            .pb10 { padding-bottom: 10px !important }
            .pl10 { padding-left: 10px !important }
        
            .m15 { margin: 15px !important }
            .mtb15 { margin-top: 15px !important; margin-bottom: 15px !important }
            .mlr15 { margin-left: 15px !important; margin-right: 15px !important }
            .mt15 { margin-top: 15px !important }
            .mr15 { margin-right: 15px !important }
            .mb15 { margin-bottom: 15px !important }
            .ml15 { margin-left: 15px !important }
            .nmt15 { margin-top: -15px !important }
            .nmb15 { margin-bottom: -15px !important }
            .p15 { padding: 15px !important }
            .ptb15 { padding-top: 15px !important; padding-bottom: 15px !important }
            .plr15 { padding-left: 15px !important; padding-right: 15px !important }
            .pt15 { padding-top: 15px !important }
            .pr15 { padding-right: 15px !important }
            .pb15 { padding-bottom: 15px !important }
            .pl15 { padding-left: 15px !important }
        
            .m20 { margin: 20px !important }
            .mtb20 { margin-top: 20px !important; margin-bottom: 20px !important }
            .mlr20 { margin-left: 20px !important; margin-right: 20px !important }
            .mt20 { margin-top: 20px !important }
            .mr20 { margin-right: 20px !important }
            .mb20 { margin-bottom: 20px !important }
            .ml20 { margin-left: 20px !important }
            .nmt20 { margin-top: -20px !important }
            .nmb20 { margin-bottom: -20px !important }
            .p20 { padding: 20px !important }
            .ptb20 { padding-top: 20px !important; padding-bottom: 20px !important }
            .plr20 { padding-left: 20px !important; padding-right: 20px !important }
            .pt20 { padding-top: 20px !important }
            .pr20 { padding-right: 20px !important }
            .pb20 { padding-bottom: 20px !important }
            .pl20 { padding-left: 20px !important }
        
            .m30 { margin: 30px !important }
            .mtb30 { margin-top: 30px !important; margin-bottom: 30px !important }
            .mlr30 { margin-left: 30px !important; margin-right: 30px !important }
            .mt30 { margin-top: 30px !important }
            .mr30 { margin-right: 30px !important }
            .mb30 { margin-bottom: 30px !important }
            .ml30 { margin-left: 30px !important }
            .nmt30 { margin-top: -30px !important }
            .nmb30 { margin-bottom: -30px !important }
            .p30 { padding: 30px !important }
            .ptb30 { padding-top: 30px !important; padding-bottom: 30px !important }
            .plr30 { padding-left: 30px !important; padding-right: 30px !important }
            .pt30 { padding-top: 30px !important }
            .pr30 { padding-right: 30px !important }
            .pb30 { padding-bottom: 30px !important }
            .pl30 { padding-left: 30px !important }
        
            .m40 { margin: 40px !important }
            .mtb40 { margin-top: 40px !important; margin-bottom: 40px !important }
            .mlr40 { margin-left: 40px !important; margin-right: 40px !important }
            .mt40 { margin-top: 40px !important }
            .mr40 { margin-right: 40px !important }
            .mb40 { margin-bottom: 40px !important }
            .ml40 { margin-left: 40px !important }
            .nmt40 { margin-top: -40px !important }
            .nmb40 { margin-bottom: -40px !important }
            .p40 { padding: 40px !important }
            .ptb40 { padding-top: 40px !important; padding-bottom: 40px !important }
            .plr40 { padding-left: 40px !important; padding-right: 40px !important }
            .pt40 { padding-top: 40px !important }
            .pr40 { padding-right: 40px !important }
            .pb40 { padding-bottom: 40px !important }
            .pl40 { padding-left: 40px !important }
        
            .m50 { margin: 50px !important }
            .mtb50 { margin-top: 50px !important; margin-bottom: 50px !important }
            .mlr50 { margin-left: 50px !important; margin-right: 50px !important }
            .mt50 { margin-top: 50px !important }
            .mr50 { margin-right: 50px !important }
            .mb50 { margin-bottom: 50px !important }
            .ml50 { margin-left: 50px !important }
            .nmt50 { margin-top: -50px !important }
            .nmb50 { margin-bottom: -50px !important }
            .p50 { padding: 50px !important }
            .ptb50 { padding-top: 50px !important; padding-bottom: 50px !important }
            .plr50 { padding-left: 50px !important; padding-right: 50px !important }
            .pt50 { padding-top: 50px !important }
            .pr50 { padding-right: 50px !important }
            .pb50 { padding-bottom: 50px !important }
            .pl50 { padding-left: 50px !important }
        
            .m60 { margin: 60px !important }
            .mtb60 { margin-top: 60px !important; margin-bottom: 60px !important }
            .mlr60 { margin-left: 60px !important; margin-right: 60px !important }
            .mt60 { margin-top: 60px !important }
            .mr60 { margin-right: 60px !important }
            .mb60 { margin-bottom: 60px !important }
            .ml60 { margin-left: 60px !important }
            .nmt60 { margin-top: -60px !important }
            .nmb60 { margin-bottom: -60px !important }
            .p60 { padding: 60px !important }
            .ptb60 { padding-top: 60px !important; padding-bottom: 60px !important }
            .plr60 { padding-left: 60px !important; padding-right: 60px !important }
            .pt60 { padding-top: 60px !important }
            .pr60 { padding-right: 60px !important }
            .pb60 { padding-bottom: 60px !important }
            .pl60 { padding-left: 60px !important }
        
            .m70 { margin: 70px !important }
            .mtb70 { margin-top: 70px !important; margin-bottom: 70px !important }
            .mlr70 { margin-left: 70px !important; margin-right: 70px !important }
            .mt70 { margin-top: 70px !important }
            .mr70 { margin-right: 70px !important }
            .mb70 { margin-bottom: 70px !important }
            .ml70 { margin-left: 70px !important }
            .nmt70 { margin-top: -70px !important }
            .nmb70 { margin-bottom: -70px !important }
            .p70 { padding: 70px !important }
            .ptb70 { padding-top: 70px !important; padding-bottom: 70px !important }
            .plr70 { padding-left: 70px !important; padding-right: 70px !important }
            .pt70 { padding-top: 70px !important }
            .pr70 { padding-right: 70px !important }
            .pb70 { padding-bottom: 70px !important }
            .pl70 { padding-left: 70px !important }
        
            .m80 { margin: 80px !important }
            .mtb80 { margin-top: 80px !important; margin-bottom: 80px !important }
            .mlr80 { margin-left: 80px !important; margin-right: 80px !important }
            .mt80 { margin-top: 80px !important }
            .mr80 { margin-right: 80px !important }
            .mb80 { margin-bottom: 80px !important }
            .ml80 { margin-left: 80px !important }
            .nmt80 { margin-top: -80px !important }
            .nmb80 { margin-bottom: -80px !important }
            .p80 { padding: 80px !important }
            .ptb80 { padding-top: 80px !important; padding-bottom: 80px !important }
            .plr80 { padding-left: 80px !important; padding-right: 80px !important }
            .pt80 { padding-top: 80px !important }
            .pr80 { padding-right: 80px !important }
            .pb80 { padding-bottom: 80px !important }
            .pl80 { padding-left: 80px !important }
        
            .m90 { margin: 90px !important }
            .mtb90 { margin-top: 90px !important; margin-bottom: 90px !important }
            .mlr90 { margin-left: 90px !important; margin-right: 90px !important }
            .mt90 { margin-top: 90px !important }
            .mr90 { margin-right: 90px !important }
            .mb90 { margin-bottom: 90px !important }
            .ml90 { margin-left: 90px !important }
            .nmt90 { margin-top: -90px !important }
            .nmb90 { margin-bottom: -90px !important }
            .p90 { padding: 90px !important }
            .ptb90 { padding-top: 90px !important; padding-bottom: 90px !important }
            .plr90 { padding-left: 90px !important; padding-right: 90px !important }
            .pt90 { padding-top: 90px !important }
            .pr90 { padding-right: 90px !important }
            .pb90 { padding-bottom: 90px !important }
            .pl90 { padding-left: 90px !important }
        
            .m100 { margin: 100px !important }
            .mtb100 { margin-top: 100px !important; margin-bottom: 100px !important }
            .mlr100 { margin-left: 100px !important; margin-right: 100px !important }
            .mt100 { margin-top: 100px !important }
            .mr100 { margin-right: 100px !important }
            .mb100 { margin-bottom: 100px !important }
            .ml100 { margin-left: 100px !important }
            .nmt100 { margin-top: -100px !important }
            .nmb100 { margin-bottom: -100px !important }
            .p100 { padding: 100px !important }
            .ptb100 { padding-top: 100px !important; padding-bottom: 100px !important }
            .plr100 { padding-left: 100px !important; padding-right: 100px !important }
            .pt100 { padding-top: 100px !important }
            .pr100 { padding-right: 100px !important }
            .pb100 { padding-bottom: 100px !important }
            .pl100 { padding-left: 100px !important }
        
            .m110 { margin: 110px !important }
            .mtb110 { margin-top: 110px !important; margin-bottom: 110px !important }
            .mlr110 { margin-left: 110px !important; margin-right: 110px !important }
            .mt110 { margin-top: 110px !important }
            .mr110 { margin-right: 110px !important }
            .mb110 { margin-bottom: 110px !important }
            .ml110 { margin-left: 110px !important }
            .nmt110 { margin-top: -110px !important }
            .nmb110 { margin-bottom: -110px !important }
            .p110 { padding: 110px !important }
            .ptb110 { padding-top: 110px !important; padding-bottom: 110px !important }
            .plr110 { padding-left: 110px !important; padding-right: 110px !important }
            .pt110 { padding-top: 110px !important }
            .pr110 { padding-right: 110px !important }
            .pb110 { padding-bottom: 110px !important }
            .pl110 { padding-left: 110px !important }
        
            .m120 { margin: 120px !important }
            .mtb120 { margin-top: 120px !important; margin-bottom: 120px !important }
            .mlr120 { margin-left: 120px !important; margin-right: 120px !important }
            .mt120 { margin-top: 120px !important }
            .mr120 { margin-right: 120px !important }
            .mb120 { margin-bottom: 120px !important }
            .ml120 { margin-left: 120px !important }
            .nmt120 { margin-top: -120px !important }
            .nmb120 { margin-bottom: -120px !important }
            .p120 { padding: 120px !important }
            .ptb120 { padding-top: 120px !important; padding-bottom: 120px !important }
            .plr120 { padding-left: 120px !important; padding-right: 120px !important }
            .pt120 { padding-top: 120px !important }
            .pr120 { padding-right: 120px !important }
            .pb120 { padding-bottom: 120px !important }
            .pl120 { padding-left: 120px !important }
        
            .m130 { margin: 130px !important }
            .mtb130 { margin-top: 130px !important; margin-bottom: 130px !important }
            .mlr130 { margin-left: 130px !important; margin-right: 130px !important }
            .mt130 { margin-top: 130px !important }
            .mr130 { margin-right: 130px !important }
            .mb130 { margin-bottom: 130px !important }
            .ml130 { margin-left: 130px !important }
            .nmt130 { margin-top: -130px !important }
            .nmb130 { margin-bottom: -130px !important }
            .p130 { padding: 130px !important }
            .ptb130 { padding-top: 130px !important; padding-bottom: 130px !important }
            .plr130 { padding-left: 130px !important; padding-right: 130px !important }
            .pt130 { padding-top: 130px !important }
            .pr130 { padding-right: 130px !important }
            .pb130 { padding-bottom: 130px !important }
            .pl130 { padding-left: 130px !important }
        
            .m140 { margin: 140px !important }
            .mtb140 { margin-top: 140px !important; margin-bottom: 140px !important }
            .mlr140 { margin-left: 140px !important; margin-right: 140px !important }
            .mt140 { margin-top: 140px !important }
            .mr140 { margin-right: 140px !important }
            .mb140 { margin-bottom: 140px !important }
            .ml140 { margin-left: 140px !important }
            .nmt140 { margin-top: -140px !important }
            .nmb140 { margin-bottom: -140px !important }
            .p140 { padding: 140px !important }
            .ptb140 { padding-top: 140px !important; padding-bottom: 140px !important }
            .plr140 { padding-left: 140px !important; padding-right: 140px !important }
            .pt140 { padding-top: 140px !important }
            .pr140 { padding-right: 140px !important }
            .pb140 { padding-bottom: 140px !important }
            .pl140 { padding-left: 140px !important }
        
            .m150 { margin: 150px !important }
            .mtb150 { margin-top: 150px !important; margin-bottom: 150px !important }
            .mlr150 { margin-left: 150px !important; margin-right: 150px !important }
            .mt150 { margin-top: 150px !important }
            .mr150 { margin-right: 150px !important }
            .mb150 { margin-bottom: 150px !important }
            .ml150 { margin-left: 150px !important }
            .nmt150 { margin-top: -150px !important }
            .nmb150 { margin-bottom: -150px !important }
            .p150 { padding: 150px !important }
            .ptb150 { padding-top: 150px !important; padding-bottom: 150px !important }
            .plr150 { padding-left: 150px !important; padding-right: 150px !important }
            .pt150 { padding-top: 150px !important }
            .pr150 { padding-right: 150px !important }
            .pb150 { padding-bottom: 150px !important }
            .pl150 { padding-left: 150px !important }
        
            .m160 { margin: 160px !important }
            .mtb160 { margin-top: 160px !important; margin-bottom: 160px !important }
            .mlr160 { margin-left: 160px !important; margin-right: 160px !important }
            .mt160 { margin-top: 160px !important }
            .mr160 { margin-right: 160px !important }
            .mb160 { margin-bottom: 160px !important }
            .ml160 { margin-left: 160px !important }
            .nmt160 { margin-top: -160px !important }
            .nmb160 { margin-bottom: -160px !important }
            .p160 { padding: 160px !important }
            .ptb160 { padding-top: 160px !important; padding-bottom: 160px !important }
            .plr160 { padding-left: 160px !important; padding-right: 160px !important }
            .pt160 { padding-top: 160px !important }
            .pr160 { padding-right: 160px !important }
            .pb160 { padding-bottom: 160px !important }
            .pl160 { padding-left: 160px !important }
        
            .m170 { margin: 170px !important }
            .mtb170 { margin-top: 170px !important; margin-bottom: 170px !important }
            .mlr170 { margin-left: 170px !important; margin-right: 170px !important }
            .mt170 { margin-top: 170px !important }
            .mr170 { margin-right: 170px !important }
            .mb170 { margin-bottom: 170px !important }
            .ml170 { margin-left: 170px !important }
            .nmt170 { margin-top: -170px !important }
            .nmb170 { margin-bottom: -170px !important }
            .p170 { padding: 170px !important }
            .ptb170 { padding-top: 170px !important; padding-bottom: 170px !important }
            .plr170 { padding-left: 170px !important; padding-right: 170px !important }
            .pt170 { padding-top: 170px !important }
            .pr170 { padding-right: 170px !important }
            .pb170 { padding-bottom: 170px !important }
            .pl170 { padding-left: 170px !important }
        
            .m180 { margin: 180px !important }
            .mtb180 { margin-top: 180px !important; margin-bottom: 180px !important }
            .mlr180 { margin-left: 180px !important; margin-right: 180px !important }
            .mt180 { margin-top: 180px !important }
            .mr180 { margin-right: 180px !important }
            .mb180 { margin-bottom: 180px !important }
            .ml180 { margin-left: 180px !important }
            .nmt180 { margin-top: -180px !important }
            .nmb180 { margin-bottom: -180px !important }
            .p180 { padding: 180px !important }
            .ptb180 { padding-top: 180px !important; padding-bottom: 180px !important }
            .plr180 { padding-left: 180px !important; padding-right: 180px !important }
            .pt180 { padding-top: 180px !important }
            .pr180 { padding-right: 180px !important }
            .pb180 { padding-bottom: 180px !important }
            .pl180 { padding-left: 180px !important }
        
            .m190 { margin: 190px !important }
            .mtb190 { margin-top: 190px !important; margin-bottom: 190px !important }
            .mlr190 { margin-left: 190px !important; margin-right: 190px !important }
            .mt190 { margin-top: 190px !important }
            .mr190 { margin-right: 190px !important }
            .mb190 { margin-bottom: 190px !important }
            .ml190 { margin-left: 190px !important }
            .nmt190 { margin-top: -190px !important }
            .nmb190 { margin-bottom: -190px !important }
            .p190 { padding: 190px !important }
            .ptb190 { padding-top: 190px !important; padding-bottom: 190px !important }
            .plr190 { padding-left: 190px !important; padding-right: 190px !important }
            .pt190 { padding-top: 190px !important }
            .pr190 { padding-right: 190px !important }
            .pb190 { padding-bottom: 190px !important }
            .pl190 { padding-left: 190px !important }
        
            .m200 { margin: 200px !important }
            .mtb200 { margin-top: 200px !important; margin-bottom: 200px !important }
            .mlr200 { margin-left: 200px !important; margin-right: 200px !important }
            .mt200 { margin-top: 200px !important }
            .mr200 { margin-right: 200px !important }
            .mb200 { margin-bottom: 200px !important }
            .ml200 { margin-left: 200px !important }
            .nmt200 { margin-top: -200px !important }
            .nmb200 { margin-bottom: -200px !important }
            .p200 { padding: 200px !important }
            .ptb200 { padding-top: 200px !important; padding-bottom: 200px !important }
            .plr200 { padding-left: 200px !important; padding-right: 200px !important }
            .pt200 { padding-top: 200px !important }
            .pr200 { padding-right: 200px !important }
            .pb200 { padding-bottom: 200px !important }
            .pl200 { padding-left: 200px !important }
        
            .m250 { margin: 250px !important }
            .mtb250 { margin-top: 250px !important; margin-bottom: 250px !important }
            .mlr250 { margin-left: 250px !important; margin-right: 250px !important }
            .mt250 { margin-top: 250px !important }
            .mr250 { margin-right: 250px !important }
            .mb250 { margin-bottom: 250px !important }
            .ml250 { margin-left: 250px !important }
            .nmt250 { margin-top: -250px !important }
            .nmb250 { margin-bottom: -250px !important }
            .p250 { padding: 250px !important }
            .ptb250 { padding-top: 250px !important; padding-bottom: 250px !important }
            .plr250 { padding-left: 250px !important; padding-right: 250px !important }
            .pt250 { padding-top: 250px !important }
            .pr250 { padding-right: 250px !important }
            .pb250 { padding-bottom: 250px !important }
            .pl250 { padding-left: 250px !important }
        
            .m300 { margin: 300px !important }
            .mtb300 { margin-top: 300px !important; margin-bottom: 300px !important }
            .mlr300 { margin-left: 300px !important; margin-right: 300px !important }
            .mt300 { margin-top: 300px !important }
            .mr300 { margin-right: 300px !important }
            .mb300 { margin-bottom: 300px !important }
            .ml300 { margin-left: 300px !important }
            .nmt300 { margin-top: -300px !important }
            .nmb300 { margin-bottom: -300px !important }
            .p300 { padding: 300px !important }
            .ptb300 { padding-top: 300px !important; padding-bottom: 300px !important }
            .plr300 { padding-left: 300px !important; padding-right: 300px !important }
            .pt300 { padding-top: 300px !important }
            .pr300 { padding-right: 300px !important }
            .pb300 { padding-bottom: 300px !important }
            .pl300 { padding-left: 300px !important }
        
            .m350 { margin: 350px !important }
            .mtb350 { margin-top: 350px !important; margin-bottom: 350px !important }
            .mlr350 { margin-left: 350px !important; margin-right: 350px !important }
            .mt350 { margin-top: 350px !important }
            .mr350 { margin-right: 350px !important }
            .mb350 { margin-bottom: 350px !important }
            .ml350 { margin-left: 350px !important }
            .nmt350 { margin-top: -350px !important }
            .nmb350 { margin-bottom: -350px !important }
            .p350 { padding: 350px !important }
            .ptb350 { padding-top: 350px !important; padding-bottom: 350px !important }
            .plr350 { padding-left: 350px !important; padding-right: 350px !important }
            .pt350 { padding-top: 350px !important }
            .pr350 { padding-right: 350px !important }
            .pb350 { padding-bottom: 350px !important }
            .pl350 { padding-left: 350px !important }
        
            .m400 { margin: 400px !important }
            .mtb400 { margin-top: 400px !important; margin-bottom: 400px !important }
            .mlr400 { margin-left: 400px !important; margin-right: 400px !important }
            .mt400 { margin-top: 400px !important }
            .mr400 { margin-right: 400px !important }
            .mb400 { margin-bottom: 400px !important }
            .ml400 { margin-left: 400px !important }
            .nmt400 { margin-top: -400px !important }
            .nmb400 { margin-bottom: -400px !important }
            .p400 { padding: 400px !important }
            .ptb400 { padding-top: 400px !important; padding-bottom: 400px !important }
            .plr400 { padding-left: 400px !important; padding-right: 400px !important }
            .pt400 { padding-top: 400px !important }
            .pr400 { padding-right: 400px !important }
            .pb400 { padding-bottom: 400px !important }
            .pl400 { padding-left: 400px !important }
        
            .m415 { margin: 415px !important }
            .mtb415 { margin-top: 415px !important; margin-bottom: 415px !important }
            .mlr415 { margin-left: 415px !important; margin-right: 415px !important }
            .mt415 { margin-top: 415px !important }
            .mr415 { margin-right: 415px !important }
            .mb415 { margin-bottom: 415px !important }
            .ml415 { margin-left: 415px !important }
            .nmt415 { margin-top: -415px !important }
            .nmb415 { margin-bottom: -415px !important }
            .p415 { padding: 415px !important }
            .ptb415 { padding-top: 415px !important; padding-bottom: 415px !important }
            .plr415 { padding-left: 415px !important; padding-right: 415px !important }
            .pt415 { padding-top: 415px !important }
            .pr415 { padding-right: 415px !important }
            .pb415 { padding-bottom: 415px !important }
            .pl415 { padding-left: 415px !important }
        
            .m500 { margin: 500px !important }
            .mtb500 { margin-top: 500px !important; margin-bottom: 500px !important }
            .mlr500 { margin-left: 500px !important; margin-right: 500px !important }
            .mt500 { margin-top: 500px !important }
            .mr500 { margin-right: 500px !important }
            .mb500 { margin-bottom: 500px !important }
            .ml500 { margin-left: 500px !important }
            .nmt500 { margin-top: -500px !important }
            .nmb500 { margin-bottom: -500px !important }
            .p500 { padding: 500px !important }
            .ptb500 { padding-top: 500px !important; padding-bottom: 500px !important }
            .plr500 { padding-left: 500px !important; padding-right: 500px !important }
            .pt500 { padding-top: 500px !important }
            .pr500 { padding-right: 500px !important }
            .pb500 { padding-bottom: 500px !important }
            .pl500 { padding-left: 500px !important }
        
            .m600 { margin: 600px !important }
            .mtb600 { margin-top: 600px !important; margin-bottom: 600px !important }
            .mlr600 { margin-left: 600px !important; margin-right: 600px !important }
            .mt600 { margin-top: 600px !important }
            .mr600 { margin-right: 600px !important }
            .mb600 { margin-bottom: 600px !important }
            .ml600 { margin-left: 600px !important }
            .nmt600 { margin-top: -600px !important }
            .nmb600 { margin-bottom: -600px !important }
            .p600 { padding: 600px !important }
            .ptb600 { padding-top: 600px !important; padding-bottom: 600px !important }
            .plr600 { padding-left: 600px !important; padding-right: 600px !important }
            .pt600 { padding-top: 600px !important }
            .pr600 { padding-right: 600px !important }
            .pb600 { padding-bottom: 600px !important }
            .pl600 { padding-left: 600px !important }
        

        /* Width
           ================================================================== *S/
        
        
            .w100 { max-width: 100px !important }
        
            .w150 { max-width: 150px !important }
        
            .w200 { max-width: 200px !important }
        
            .w250 { max-width: 250px !important }
        
            .w300 { max-width: 300px !important }
        
            .w350 { max-width: 350px !important }
        
            .w400 { max-width: 400px !important }
        
            .w450 { max-width: 450px !important }
        
            .w500 { max-width: 500px !important }
        
            .w550 { max-width: 550px !important }
        
            .w600 { max-width: 600px !important }
        
            .w650 { max-width: 650px !important }
        
            .w700 { max-width: 700px !important }
        
            .w750 { max-width: 750px !important }
        
            .w800 { max-width: 800px !important }
        
            .w850 { max-width: 850px !important }
        
            .w900 { max-width: 900px !important }
        
            .w950 { max-width: 950px !important }
        
            .w1000 { max-width: 1000px !important }
        
            .w1050 { max-width: 1050px !important }
        
            .w1100 { max-width: 1100px !important }
        
            .w1150 { max-width: 1150px !important }
        
            .w1200 { max-width: 1200px !important }
        
            .w1250 { max-width: 1250px !important }
        
            .w1300 { max-width: 1300px !important }
        
            .w1350 { max-width: 1350px !important }
        
            .w1400 { max-width: 1400px !important }
        
            .w1450 { max-width: 1450px !important }
        
            .w1500 { max-width: 1500px !important }
        
            .w1550 { max-width: 1550px !important }
        
            .w1600 { max-width: 1600px !important }
        
            .w1650 { max-width: 1650px !important }
        
            .w1700 { max-width: 1700px !important }
        
            .w1750 { max-width: 1750px !important }
        
            .w1800 { max-width: 1800px !important }
        
            .w1850 { max-width: 1850px !important }
        
            .w1900 { max-width: 1900px !important }
        
            .w1950 { max-width: 1950px !important }
        
            .w2000 { max-width: 2000px !important }
        
        .wa { max-width: none !important }

    




    
        @media (max-width: 1139px) {/* <- open media query */
    

        /* Visibility
           ================================================================== */
        .md-hidden { display: none !important; visibility: visible }
        .md-visible { display: block !important }

        /* Text Align
           ================================================================== */
        .md-tl { text-align: left    !important }
        .md-tc, .dnd-section:has( .options-mod.md-tc) { text-align: center  !important }
        .md-tr, .dnd-section:has( .options-mod.md-tr) { text-align: right   !important }
        .md-tj, .dnd-section:has( .options-mod.md-tj) { text-align: justify !important }

        .md-sb, .dnd-section:has( .options-mod.md-tj) { justify-content: space-between !important }

        /* Margin and padding
           ================================================================== */
        .md-ma  { margin: auto !important }
        .md-mtba { margin-top: auto !important; margin-bottom: auto !important }
        .md-mlra { margin-left: auto !important; margin-right: auto !important; float: none !important }
        .md-mta { margin-top: auto !important }
        .md-mra { margin-right: auto !important }
        .md-mba { margin-bottom: auto !important }
        .md-mla { margin-left: auto !important }

        
        
        
            .md-m0 { margin: 0px !important }
            .md-mtb0 { margin-top: 0px !important; margin-bottom: 0px !important }
            .md-mlr0 { margin-left: 0px !important; margin-right: 0px !important }
            .md-mt0 { margin-top: 0px !important }
            .md-mr0 { margin-right: 0px !important }
            .md-mb0 { margin-bottom: 0px !important }
            .md-ml0 { margin-left: 0px !important }
            .md-nmt0 { margin-top: -0px !important }
            .md-nmb0 { margin-bottom: -0px !important }
            .md-p0 { padding: 0px !important }
            .md-ptb0 { padding-top: 0px !important; padding-bottom: 0px !important }
            .md-plr0 { padding-left: 0px !important; padding-right: 0px !important }
            .md-pt0 { padding-top: 0px !important }
            .md-pr0 { padding-right: 0px !important }
            .md-pb0 { padding-bottom: 0px !important }
            .md-pl0 { padding-left: 0px !important }
        
            .md-m5 { margin: 5px !important }
            .md-mtb5 { margin-top: 5px !important; margin-bottom: 5px !important }
            .md-mlr5 { margin-left: 5px !important; margin-right: 5px !important }
            .md-mt5 { margin-top: 5px !important }
            .md-mr5 { margin-right: 5px !important }
            .md-mb5 { margin-bottom: 5px !important }
            .md-ml5 { margin-left: 5px !important }
            .md-nmt5 { margin-top: -5px !important }
            .md-nmb5 { margin-bottom: -5px !important }
            .md-p5 { padding: 5px !important }
            .md-ptb5 { padding-top: 5px !important; padding-bottom: 5px !important }
            .md-plr5 { padding-left: 5px !important; padding-right: 5px !important }
            .md-pt5 { padding-top: 5px !important }
            .md-pr5 { padding-right: 5px !important }
            .md-pb5 { padding-bottom: 5px !important }
            .md-pl5 { padding-left: 5px !important }
        
            .md-m10 { margin: 10px !important }
            .md-mtb10 { margin-top: 10px !important; margin-bottom: 10px !important }
            .md-mlr10 { margin-left: 10px !important; margin-right: 10px !important }
            .md-mt10 { margin-top: 10px !important }
            .md-mr10 { margin-right: 10px !important }
            .md-mb10 { margin-bottom: 10px !important }
            .md-ml10 { margin-left: 10px !important }
            .md-nmt10 { margin-top: -10px !important }
            .md-nmb10 { margin-bottom: -10px !important }
            .md-p10 { padding: 10px !important }
            .md-ptb10 { padding-top: 10px !important; padding-bottom: 10px !important }
            .md-plr10 { padding-left: 10px !important; padding-right: 10px !important }
            .md-pt10 { padding-top: 10px !important }
            .md-pr10 { padding-right: 10px !important }
            .md-pb10 { padding-bottom: 10px !important }
            .md-pl10 { padding-left: 10px !important }
        
            .md-m15 { margin: 15px !important }
            .md-mtb15 { margin-top: 15px !important; margin-bottom: 15px !important }
            .md-mlr15 { margin-left: 15px !important; margin-right: 15px !important }
            .md-mt15 { margin-top: 15px !important }
            .md-mr15 { margin-right: 15px !important }
            .md-mb15 { margin-bottom: 15px !important }
            .md-ml15 { margin-left: 15px !important }
            .md-nmt15 { margin-top: -15px !important }
            .md-nmb15 { margin-bottom: -15px !important }
            .md-p15 { padding: 15px !important }
            .md-ptb15 { padding-top: 15px !important; padding-bottom: 15px !important }
            .md-plr15 { padding-left: 15px !important; padding-right: 15px !important }
            .md-pt15 { padding-top: 15px !important }
            .md-pr15 { padding-right: 15px !important }
            .md-pb15 { padding-bottom: 15px !important }
            .md-pl15 { padding-left: 15px !important }
        
            .md-m20 { margin: 20px !important }
            .md-mtb20 { margin-top: 20px !important; margin-bottom: 20px !important }
            .md-mlr20 { margin-left: 20px !important; margin-right: 20px !important }
            .md-mt20 { margin-top: 20px !important }
            .md-mr20 { margin-right: 20px !important }
            .md-mb20 { margin-bottom: 20px !important }
            .md-ml20 { margin-left: 20px !important }
            .md-nmt20 { margin-top: -20px !important }
            .md-nmb20 { margin-bottom: -20px !important }
            .md-p20 { padding: 20px !important }
            .md-ptb20 { padding-top: 20px !important; padding-bottom: 20px !important }
            .md-plr20 { padding-left: 20px !important; padding-right: 20px !important }
            .md-pt20 { padding-top: 20px !important }
            .md-pr20 { padding-right: 20px !important }
            .md-pb20 { padding-bottom: 20px !important }
            .md-pl20 { padding-left: 20px !important }
        
            .md-m30 { margin: 30px !important }
            .md-mtb30 { margin-top: 30px !important; margin-bottom: 30px !important }
            .md-mlr30 { margin-left: 30px !important; margin-right: 30px !important }
            .md-mt30 { margin-top: 30px !important }
            .md-mr30 { margin-right: 30px !important }
            .md-mb30 { margin-bottom: 30px !important }
            .md-ml30 { margin-left: 30px !important }
            .md-nmt30 { margin-top: -30px !important }
            .md-nmb30 { margin-bottom: -30px !important }
            .md-p30 { padding: 30px !important }
            .md-ptb30 { padding-top: 30px !important; padding-bottom: 30px !important }
            .md-plr30 { padding-left: 30px !important; padding-right: 30px !important }
            .md-pt30 { padding-top: 30px !important }
            .md-pr30 { padding-right: 30px !important }
            .md-pb30 { padding-bottom: 30px !important }
            .md-pl30 { padding-left: 30px !important }
        
            .md-m40 { margin: 40px !important }
            .md-mtb40 { margin-top: 40px !important; margin-bottom: 40px !important }
            .md-mlr40 { margin-left: 40px !important; margin-right: 40px !important }
            .md-mt40 { margin-top: 40px !important }
            .md-mr40 { margin-right: 40px !important }
            .md-mb40 { margin-bottom: 40px !important }
            .md-ml40 { margin-left: 40px !important }
            .md-nmt40 { margin-top: -40px !important }
            .md-nmb40 { margin-bottom: -40px !important }
            .md-p40 { padding: 40px !important }
            .md-ptb40 { padding-top: 40px !important; padding-bottom: 40px !important }
            .md-plr40 { padding-left: 40px !important; padding-right: 40px !important }
            .md-pt40 { padding-top: 40px !important }
            .md-pr40 { padding-right: 40px !important }
            .md-pb40 { padding-bottom: 40px !important }
            .md-pl40 { padding-left: 40px !important }
        
            .md-m50 { margin: 50px !important }
            .md-mtb50 { margin-top: 50px !important; margin-bottom: 50px !important }
            .md-mlr50 { margin-left: 50px !important; margin-right: 50px !important }
            .md-mt50 { margin-top: 50px !important }
            .md-mr50 { margin-right: 50px !important }
            .md-mb50 { margin-bottom: 50px !important }
            .md-ml50 { margin-left: 50px !important }
            .md-nmt50 { margin-top: -50px !important }
            .md-nmb50 { margin-bottom: -50px !important }
            .md-p50 { padding: 50px !important }
            .md-ptb50 { padding-top: 50px !important; padding-bottom: 50px !important }
            .md-plr50 { padding-left: 50px !important; padding-right: 50px !important }
            .md-pt50 { padding-top: 50px !important }
            .md-pr50 { padding-right: 50px !important }
            .md-pb50 { padding-bottom: 50px !important }
            .md-pl50 { padding-left: 50px !important }
        
            .md-m60 { margin: 60px !important }
            .md-mtb60 { margin-top: 60px !important; margin-bottom: 60px !important }
            .md-mlr60 { margin-left: 60px !important; margin-right: 60px !important }
            .md-mt60 { margin-top: 60px !important }
            .md-mr60 { margin-right: 60px !important }
            .md-mb60 { margin-bottom: 60px !important }
            .md-ml60 { margin-left: 60px !important }
            .md-nmt60 { margin-top: -60px !important }
            .md-nmb60 { margin-bottom: -60px !important }
            .md-p60 { padding: 60px !important }
            .md-ptb60 { padding-top: 60px !important; padding-bottom: 60px !important }
            .md-plr60 { padding-left: 60px !important; padding-right: 60px !important }
            .md-pt60 { padding-top: 60px !important }
            .md-pr60 { padding-right: 60px !important }
            .md-pb60 { padding-bottom: 60px !important }
            .md-pl60 { padding-left: 60px !important }
        
            .md-m70 { margin: 70px !important }
            .md-mtb70 { margin-top: 70px !important; margin-bottom: 70px !important }
            .md-mlr70 { margin-left: 70px !important; margin-right: 70px !important }
            .md-mt70 { margin-top: 70px !important }
            .md-mr70 { margin-right: 70px !important }
            .md-mb70 { margin-bottom: 70px !important }
            .md-ml70 { margin-left: 70px !important }
            .md-nmt70 { margin-top: -70px !important }
            .md-nmb70 { margin-bottom: -70px !important }
            .md-p70 { padding: 70px !important }
            .md-ptb70 { padding-top: 70px !important; padding-bottom: 70px !important }
            .md-plr70 { padding-left: 70px !important; padding-right: 70px !important }
            .md-pt70 { padding-top: 70px !important }
            .md-pr70 { padding-right: 70px !important }
            .md-pb70 { padding-bottom: 70px !important }
            .md-pl70 { padding-left: 70px !important }
        
            .md-m80 { margin: 80px !important }
            .md-mtb80 { margin-top: 80px !important; margin-bottom: 80px !important }
            .md-mlr80 { margin-left: 80px !important; margin-right: 80px !important }
            .md-mt80 { margin-top: 80px !important }
            .md-mr80 { margin-right: 80px !important }
            .md-mb80 { margin-bottom: 80px !important }
            .md-ml80 { margin-left: 80px !important }
            .md-nmt80 { margin-top: -80px !important }
            .md-nmb80 { margin-bottom: -80px !important }
            .md-p80 { padding: 80px !important }
            .md-ptb80 { padding-top: 80px !important; padding-bottom: 80px !important }
            .md-plr80 { padding-left: 80px !important; padding-right: 80px !important }
            .md-pt80 { padding-top: 80px !important }
            .md-pr80 { padding-right: 80px !important }
            .md-pb80 { padding-bottom: 80px !important }
            .md-pl80 { padding-left: 80px !important }
        
            .md-m90 { margin: 90px !important }
            .md-mtb90 { margin-top: 90px !important; margin-bottom: 90px !important }
            .md-mlr90 { margin-left: 90px !important; margin-right: 90px !important }
            .md-mt90 { margin-top: 90px !important }
            .md-mr90 { margin-right: 90px !important }
            .md-mb90 { margin-bottom: 90px !important }
            .md-ml90 { margin-left: 90px !important }
            .md-nmt90 { margin-top: -90px !important }
            .md-nmb90 { margin-bottom: -90px !important }
            .md-p90 { padding: 90px !important }
            .md-ptb90 { padding-top: 90px !important; padding-bottom: 90px !important }
            .md-plr90 { padding-left: 90px !important; padding-right: 90px !important }
            .md-pt90 { padding-top: 90px !important }
            .md-pr90 { padding-right: 90px !important }
            .md-pb90 { padding-bottom: 90px !important }
            .md-pl90 { padding-left: 90px !important }
        
            .md-m100 { margin: 100px !important }
            .md-mtb100 { margin-top: 100px !important; margin-bottom: 100px !important }
            .md-mlr100 { margin-left: 100px !important; margin-right: 100px !important }
            .md-mt100 { margin-top: 100px !important }
            .md-mr100 { margin-right: 100px !important }
            .md-mb100 { margin-bottom: 100px !important }
            .md-ml100 { margin-left: 100px !important }
            .md-nmt100 { margin-top: -100px !important }
            .md-nmb100 { margin-bottom: -100px !important }
            .md-p100 { padding: 100px !important }
            .md-ptb100 { padding-top: 100px !important; padding-bottom: 100px !important }
            .md-plr100 { padding-left: 100px !important; padding-right: 100px !important }
            .md-pt100 { padding-top: 100px !important }
            .md-pr100 { padding-right: 100px !important }
            .md-pb100 { padding-bottom: 100px !important }
            .md-pl100 { padding-left: 100px !important }
        
            .md-m110 { margin: 110px !important }
            .md-mtb110 { margin-top: 110px !important; margin-bottom: 110px !important }
            .md-mlr110 { margin-left: 110px !important; margin-right: 110px !important }
            .md-mt110 { margin-top: 110px !important }
            .md-mr110 { margin-right: 110px !important }
            .md-mb110 { margin-bottom: 110px !important }
            .md-ml110 { margin-left: 110px !important }
            .md-nmt110 { margin-top: -110px !important }
            .md-nmb110 { margin-bottom: -110px !important }
            .md-p110 { padding: 110px !important }
            .md-ptb110 { padding-top: 110px !important; padding-bottom: 110px !important }
            .md-plr110 { padding-left: 110px !important; padding-right: 110px !important }
            .md-pt110 { padding-top: 110px !important }
            .md-pr110 { padding-right: 110px !important }
            .md-pb110 { padding-bottom: 110px !important }
            .md-pl110 { padding-left: 110px !important }
        
            .md-m120 { margin: 120px !important }
            .md-mtb120 { margin-top: 120px !important; margin-bottom: 120px !important }
            .md-mlr120 { margin-left: 120px !important; margin-right: 120px !important }
            .md-mt120 { margin-top: 120px !important }
            .md-mr120 { margin-right: 120px !important }
            .md-mb120 { margin-bottom: 120px !important }
            .md-ml120 { margin-left: 120px !important }
            .md-nmt120 { margin-top: -120px !important }
            .md-nmb120 { margin-bottom: -120px !important }
            .md-p120 { padding: 120px !important }
            .md-ptb120 { padding-top: 120px !important; padding-bottom: 120px !important }
            .md-plr120 { padding-left: 120px !important; padding-right: 120px !important }
            .md-pt120 { padding-top: 120px !important }
            .md-pr120 { padding-right: 120px !important }
            .md-pb120 { padding-bottom: 120px !important }
            .md-pl120 { padding-left: 120px !important }
        
            .md-m130 { margin: 130px !important }
            .md-mtb130 { margin-top: 130px !important; margin-bottom: 130px !important }
            .md-mlr130 { margin-left: 130px !important; margin-right: 130px !important }
            .md-mt130 { margin-top: 130px !important }
            .md-mr130 { margin-right: 130px !important }
            .md-mb130 { margin-bottom: 130px !important }
            .md-ml130 { margin-left: 130px !important }
            .md-nmt130 { margin-top: -130px !important }
            .md-nmb130 { margin-bottom: -130px !important }
            .md-p130 { padding: 130px !important }
            .md-ptb130 { padding-top: 130px !important; padding-bottom: 130px !important }
            .md-plr130 { padding-left: 130px !important; padding-right: 130px !important }
            .md-pt130 { padding-top: 130px !important }
            .md-pr130 { padding-right: 130px !important }
            .md-pb130 { padding-bottom: 130px !important }
            .md-pl130 { padding-left: 130px !important }
        
            .md-m140 { margin: 140px !important }
            .md-mtb140 { margin-top: 140px !important; margin-bottom: 140px !important }
            .md-mlr140 { margin-left: 140px !important; margin-right: 140px !important }
            .md-mt140 { margin-top: 140px !important }
            .md-mr140 { margin-right: 140px !important }
            .md-mb140 { margin-bottom: 140px !important }
            .md-ml140 { margin-left: 140px !important }
            .md-nmt140 { margin-top: -140px !important }
            .md-nmb140 { margin-bottom: -140px !important }
            .md-p140 { padding: 140px !important }
            .md-ptb140 { padding-top: 140px !important; padding-bottom: 140px !important }
            .md-plr140 { padding-left: 140px !important; padding-right: 140px !important }
            .md-pt140 { padding-top: 140px !important }
            .md-pr140 { padding-right: 140px !important }
            .md-pb140 { padding-bottom: 140px !important }
            .md-pl140 { padding-left: 140px !important }
        
            .md-m150 { margin: 150px !important }
            .md-mtb150 { margin-top: 150px !important; margin-bottom: 150px !important }
            .md-mlr150 { margin-left: 150px !important; margin-right: 150px !important }
            .md-mt150 { margin-top: 150px !important }
            .md-mr150 { margin-right: 150px !important }
            .md-mb150 { margin-bottom: 150px !important }
            .md-ml150 { margin-left: 150px !important }
            .md-nmt150 { margin-top: -150px !important }
            .md-nmb150 { margin-bottom: -150px !important }
            .md-p150 { padding: 150px !important }
            .md-ptb150 { padding-top: 150px !important; padding-bottom: 150px !important }
            .md-plr150 { padding-left: 150px !important; padding-right: 150px !important }
            .md-pt150 { padding-top: 150px !important }
            .md-pr150 { padding-right: 150px !important }
            .md-pb150 { padding-bottom: 150px !important }
            .md-pl150 { padding-left: 150px !important }
        
            .md-m160 { margin: 160px !important }
            .md-mtb160 { margin-top: 160px !important; margin-bottom: 160px !important }
            .md-mlr160 { margin-left: 160px !important; margin-right: 160px !important }
            .md-mt160 { margin-top: 160px !important }
            .md-mr160 { margin-right: 160px !important }
            .md-mb160 { margin-bottom: 160px !important }
            .md-ml160 { margin-left: 160px !important }
            .md-nmt160 { margin-top: -160px !important }
            .md-nmb160 { margin-bottom: -160px !important }
            .md-p160 { padding: 160px !important }
            .md-ptb160 { padding-top: 160px !important; padding-bottom: 160px !important }
            .md-plr160 { padding-left: 160px !important; padding-right: 160px !important }
            .md-pt160 { padding-top: 160px !important }
            .md-pr160 { padding-right: 160px !important }
            .md-pb160 { padding-bottom: 160px !important }
            .md-pl160 { padding-left: 160px !important }
        
            .md-m170 { margin: 170px !important }
            .md-mtb170 { margin-top: 170px !important; margin-bottom: 170px !important }
            .md-mlr170 { margin-left: 170px !important; margin-right: 170px !important }
            .md-mt170 { margin-top: 170px !important }
            .md-mr170 { margin-right: 170px !important }
            .md-mb170 { margin-bottom: 170px !important }
            .md-ml170 { margin-left: 170px !important }
            .md-nmt170 { margin-top: -170px !important }
            .md-nmb170 { margin-bottom: -170px !important }
            .md-p170 { padding: 170px !important }
            .md-ptb170 { padding-top: 170px !important; padding-bottom: 170px !important }
            .md-plr170 { padding-left: 170px !important; padding-right: 170px !important }
            .md-pt170 { padding-top: 170px !important }
            .md-pr170 { padding-right: 170px !important }
            .md-pb170 { padding-bottom: 170px !important }
            .md-pl170 { padding-left: 170px !important }
        
            .md-m180 { margin: 180px !important }
            .md-mtb180 { margin-top: 180px !important; margin-bottom: 180px !important }
            .md-mlr180 { margin-left: 180px !important; margin-right: 180px !important }
            .md-mt180 { margin-top: 180px !important }
            .md-mr180 { margin-right: 180px !important }
            .md-mb180 { margin-bottom: 180px !important }
            .md-ml180 { margin-left: 180px !important }
            .md-nmt180 { margin-top: -180px !important }
            .md-nmb180 { margin-bottom: -180px !important }
            .md-p180 { padding: 180px !important }
            .md-ptb180 { padding-top: 180px !important; padding-bottom: 180px !important }
            .md-plr180 { padding-left: 180px !important; padding-right: 180px !important }
            .md-pt180 { padding-top: 180px !important }
            .md-pr180 { padding-right: 180px !important }
            .md-pb180 { padding-bottom: 180px !important }
            .md-pl180 { padding-left: 180px !important }
        
            .md-m190 { margin: 190px !important }
            .md-mtb190 { margin-top: 190px !important; margin-bottom: 190px !important }
            .md-mlr190 { margin-left: 190px !important; margin-right: 190px !important }
            .md-mt190 { margin-top: 190px !important }
            .md-mr190 { margin-right: 190px !important }
            .md-mb190 { margin-bottom: 190px !important }
            .md-ml190 { margin-left: 190px !important }
            .md-nmt190 { margin-top: -190px !important }
            .md-nmb190 { margin-bottom: -190px !important }
            .md-p190 { padding: 190px !important }
            .md-ptb190 { padding-top: 190px !important; padding-bottom: 190px !important }
            .md-plr190 { padding-left: 190px !important; padding-right: 190px !important }
            .md-pt190 { padding-top: 190px !important }
            .md-pr190 { padding-right: 190px !important }
            .md-pb190 { padding-bottom: 190px !important }
            .md-pl190 { padding-left: 190px !important }
        
            .md-m200 { margin: 200px !important }
            .md-mtb200 { margin-top: 200px !important; margin-bottom: 200px !important }
            .md-mlr200 { margin-left: 200px !important; margin-right: 200px !important }
            .md-mt200 { margin-top: 200px !important }
            .md-mr200 { margin-right: 200px !important }
            .md-mb200 { margin-bottom: 200px !important }
            .md-ml200 { margin-left: 200px !important }
            .md-nmt200 { margin-top: -200px !important }
            .md-nmb200 { margin-bottom: -200px !important }
            .md-p200 { padding: 200px !important }
            .md-ptb200 { padding-top: 200px !important; padding-bottom: 200px !important }
            .md-plr200 { padding-left: 200px !important; padding-right: 200px !important }
            .md-pt200 { padding-top: 200px !important }
            .md-pr200 { padding-right: 200px !important }
            .md-pb200 { padding-bottom: 200px !important }
            .md-pl200 { padding-left: 200px !important }
        
            .md-m250 { margin: 250px !important }
            .md-mtb250 { margin-top: 250px !important; margin-bottom: 250px !important }
            .md-mlr250 { margin-left: 250px !important; margin-right: 250px !important }
            .md-mt250 { margin-top: 250px !important }
            .md-mr250 { margin-right: 250px !important }
            .md-mb250 { margin-bottom: 250px !important }
            .md-ml250 { margin-left: 250px !important }
            .md-nmt250 { margin-top: -250px !important }
            .md-nmb250 { margin-bottom: -250px !important }
            .md-p250 { padding: 250px !important }
            .md-ptb250 { padding-top: 250px !important; padding-bottom: 250px !important }
            .md-plr250 { padding-left: 250px !important; padding-right: 250px !important }
            .md-pt250 { padding-top: 250px !important }
            .md-pr250 { padding-right: 250px !important }
            .md-pb250 { padding-bottom: 250px !important }
            .md-pl250 { padding-left: 250px !important }
        
            .md-m300 { margin: 300px !important }
            .md-mtb300 { margin-top: 300px !important; margin-bottom: 300px !important }
            .md-mlr300 { margin-left: 300px !important; margin-right: 300px !important }
            .md-mt300 { margin-top: 300px !important }
            .md-mr300 { margin-right: 300px !important }
            .md-mb300 { margin-bottom: 300px !important }
            .md-ml300 { margin-left: 300px !important }
            .md-nmt300 { margin-top: -300px !important }
            .md-nmb300 { margin-bottom: -300px !important }
            .md-p300 { padding: 300px !important }
            .md-ptb300 { padding-top: 300px !important; padding-bottom: 300px !important }
            .md-plr300 { padding-left: 300px !important; padding-right: 300px !important }
            .md-pt300 { padding-top: 300px !important }
            .md-pr300 { padding-right: 300px !important }
            .md-pb300 { padding-bottom: 300px !important }
            .md-pl300 { padding-left: 300px !important }
        
            .md-m350 { margin: 350px !important }
            .md-mtb350 { margin-top: 350px !important; margin-bottom: 350px !important }
            .md-mlr350 { margin-left: 350px !important; margin-right: 350px !important }
            .md-mt350 { margin-top: 350px !important }
            .md-mr350 { margin-right: 350px !important }
            .md-mb350 { margin-bottom: 350px !important }
            .md-ml350 { margin-left: 350px !important }
            .md-nmt350 { margin-top: -350px !important }
            .md-nmb350 { margin-bottom: -350px !important }
            .md-p350 { padding: 350px !important }
            .md-ptb350 { padding-top: 350px !important; padding-bottom: 350px !important }
            .md-plr350 { padding-left: 350px !important; padding-right: 350px !important }
            .md-pt350 { padding-top: 350px !important }
            .md-pr350 { padding-right: 350px !important }
            .md-pb350 { padding-bottom: 350px !important }
            .md-pl350 { padding-left: 350px !important }
        
            .md-m400 { margin: 400px !important }
            .md-mtb400 { margin-top: 400px !important; margin-bottom: 400px !important }
            .md-mlr400 { margin-left: 400px !important; margin-right: 400px !important }
            .md-mt400 { margin-top: 400px !important }
            .md-mr400 { margin-right: 400px !important }
            .md-mb400 { margin-bottom: 400px !important }
            .md-ml400 { margin-left: 400px !important }
            .md-nmt400 { margin-top: -400px !important }
            .md-nmb400 { margin-bottom: -400px !important }
            .md-p400 { padding: 400px !important }
            .md-ptb400 { padding-top: 400px !important; padding-bottom: 400px !important }
            .md-plr400 { padding-left: 400px !important; padding-right: 400px !important }
            .md-pt400 { padding-top: 400px !important }
            .md-pr400 { padding-right: 400px !important }
            .md-pb400 { padding-bottom: 400px !important }
            .md-pl400 { padding-left: 400px !important }
        
            .md-m415 { margin: 415px !important }
            .md-mtb415 { margin-top: 415px !important; margin-bottom: 415px !important }
            .md-mlr415 { margin-left: 415px !important; margin-right: 415px !important }
            .md-mt415 { margin-top: 415px !important }
            .md-mr415 { margin-right: 415px !important }
            .md-mb415 { margin-bottom: 415px !important }
            .md-ml415 { margin-left: 415px !important }
            .md-nmt415 { margin-top: -415px !important }
            .md-nmb415 { margin-bottom: -415px !important }
            .md-p415 { padding: 415px !important }
            .md-ptb415 { padding-top: 415px !important; padding-bottom: 415px !important }
            .md-plr415 { padding-left: 415px !important; padding-right: 415px !important }
            .md-pt415 { padding-top: 415px !important }
            .md-pr415 { padding-right: 415px !important }
            .md-pb415 { padding-bottom: 415px !important }
            .md-pl415 { padding-left: 415px !important }
        
            .md-m500 { margin: 500px !important }
            .md-mtb500 { margin-top: 500px !important; margin-bottom: 500px !important }
            .md-mlr500 { margin-left: 500px !important; margin-right: 500px !important }
            .md-mt500 { margin-top: 500px !important }
            .md-mr500 { margin-right: 500px !important }
            .md-mb500 { margin-bottom: 500px !important }
            .md-ml500 { margin-left: 500px !important }
            .md-nmt500 { margin-top: -500px !important }
            .md-nmb500 { margin-bottom: -500px !important }
            .md-p500 { padding: 500px !important }
            .md-ptb500 { padding-top: 500px !important; padding-bottom: 500px !important }
            .md-plr500 { padding-left: 500px !important; padding-right: 500px !important }
            .md-pt500 { padding-top: 500px !important }
            .md-pr500 { padding-right: 500px !important }
            .md-pb500 { padding-bottom: 500px !important }
            .md-pl500 { padding-left: 500px !important }
        
            .md-m600 { margin: 600px !important }
            .md-mtb600 { margin-top: 600px !important; margin-bottom: 600px !important }
            .md-mlr600 { margin-left: 600px !important; margin-right: 600px !important }
            .md-mt600 { margin-top: 600px !important }
            .md-mr600 { margin-right: 600px !important }
            .md-mb600 { margin-bottom: 600px !important }
            .md-ml600 { margin-left: 600px !important }
            .md-nmt600 { margin-top: -600px !important }
            .md-nmb600 { margin-bottom: -600px !important }
            .md-p600 { padding: 600px !important }
            .md-ptb600 { padding-top: 600px !important; padding-bottom: 600px !important }
            .md-plr600 { padding-left: 600px !important; padding-right: 600px !important }
            .md-pt600 { padding-top: 600px !important }
            .md-pr600 { padding-right: 600px !important }
            .md-pb600 { padding-bottom: 600px !important }
            .md-pl600 { padding-left: 600px !important }
        

        /* Width
           ================================================================== *S/
        
        
            .md-w100 { max-width: 100px !important }
        
            .md-w150 { max-width: 150px !important }
        
            .md-w200 { max-width: 200px !important }
        
            .md-w250 { max-width: 250px !important }
        
            .md-w300 { max-width: 300px !important }
        
            .md-w350 { max-width: 350px !important }
        
            .md-w400 { max-width: 400px !important }
        
            .md-w450 { max-width: 450px !important }
        
            .md-w500 { max-width: 500px !important }
        
            .md-w550 { max-width: 550px !important }
        
            .md-w600 { max-width: 600px !important }
        
            .md-w650 { max-width: 650px !important }
        
            .md-w700 { max-width: 700px !important }
        
            .md-w750 { max-width: 750px !important }
        
            .md-w800 { max-width: 800px !important }
        
            .md-w850 { max-width: 850px !important }
        
            .md-w900 { max-width: 900px !important }
        
            .md-w950 { max-width: 950px !important }
        
            .md-w1000 { max-width: 1000px !important }
        
            .md-w1050 { max-width: 1050px !important }
        
            .md-w1100 { max-width: 1100px !important }
        
            .md-w1150 { max-width: 1150px !important }
        
            .md-w1200 { max-width: 1200px !important }
        
            .md-w1250 { max-width: 1250px !important }
        
            .md-w1300 { max-width: 1300px !important }
        
            .md-w1350 { max-width: 1350px !important }
        
            .md-w1400 { max-width: 1400px !important }
        
            .md-w1450 { max-width: 1450px !important }
        
            .md-w1500 { max-width: 1500px !important }
        
            .md-w1550 { max-width: 1550px !important }
        
            .md-w1600 { max-width: 1600px !important }
        
            .md-w1650 { max-width: 1650px !important }
        
            .md-w1700 { max-width: 1700px !important }
        
            .md-w1750 { max-width: 1750px !important }
        
            .md-w1800 { max-width: 1800px !important }
        
            .md-w1850 { max-width: 1850px !important }
        
            .md-w1900 { max-width: 1900px !important }
        
            .md-w1950 { max-width: 1950px !important }
        
            .md-w2000 { max-width: 2000px !important }
        
        .md-wa { max-width: none !important }

    
        }/* <- close media query */
    
 



    
        @media (max-width: 767px) {/* <- open media query */
    

        /* Visibility
           ================================================================== */
        .sm-hidden { display: none !important; visibility: visible }
        .sm-visible { display: block !important }

        /* Text Align
           ================================================================== */
        .sm-tl { text-align: left    !important }
        .sm-tc, .dnd-section:has( .options-mod.sm-tc) { text-align: center  !important }
        .sm-tr, .dnd-section:has( .options-mod.sm-tr) { text-align: right   !important }
        .sm-tj, .dnd-section:has( .options-mod.sm-tj) { text-align: justify !important }

        .sm-sb, .dnd-section:has( .options-mod.sm-tj) { justify-content: space-between !important }

        /* Margin and padding
           ================================================================== */
        .sm-ma  { margin: auto !important }
        .sm-mtba { margin-top: auto !important; margin-bottom: auto !important }
        .sm-mlra { margin-left: auto !important; margin-right: auto !important; float: none !important }
        .sm-mta { margin-top: auto !important }
        .sm-mra { margin-right: auto !important }
        .sm-mba { margin-bottom: auto !important }
        .sm-mla { margin-left: auto !important }

        
        
        
            .sm-m0 { margin: 0px !important }
            .sm-mtb0 { margin-top: 0px !important; margin-bottom: 0px !important }
            .sm-mlr0 { margin-left: 0px !important; margin-right: 0px !important }
            .sm-mt0 { margin-top: 0px !important }
            .sm-mr0 { margin-right: 0px !important }
            .sm-mb0 { margin-bottom: 0px !important }
            .sm-ml0 { margin-left: 0px !important }
            .sm-nmt0 { margin-top: -0px !important }
            .sm-nmb0 { margin-bottom: -0px !important }
            .sm-p0 { padding: 0px !important }
            .sm-ptb0 { padding-top: 0px !important; padding-bottom: 0px !important }
            .sm-plr0 { padding-left: 0px !important; padding-right: 0px !important }
            .sm-pt0 { padding-top: 0px !important }
            .sm-pr0 { padding-right: 0px !important }
            .sm-pb0 { padding-bottom: 0px !important }
            .sm-pl0 { padding-left: 0px !important }
        
            .sm-m5 { margin: 5px !important }
            .sm-mtb5 { margin-top: 5px !important; margin-bottom: 5px !important }
            .sm-mlr5 { margin-left: 5px !important; margin-right: 5px !important }
            .sm-mt5 { margin-top: 5px !important }
            .sm-mr5 { margin-right: 5px !important }
            .sm-mb5 { margin-bottom: 5px !important }
            .sm-ml5 { margin-left: 5px !important }
            .sm-nmt5 { margin-top: -5px !important }
            .sm-nmb5 { margin-bottom: -5px !important }
            .sm-p5 { padding: 5px !important }
            .sm-ptb5 { padding-top: 5px !important; padding-bottom: 5px !important }
            .sm-plr5 { padding-left: 5px !important; padding-right: 5px !important }
            .sm-pt5 { padding-top: 5px !important }
            .sm-pr5 { padding-right: 5px !important }
            .sm-pb5 { padding-bottom: 5px !important }
            .sm-pl5 { padding-left: 5px !important }
        
            .sm-m10 { margin: 10px !important }
            .sm-mtb10 { margin-top: 10px !important; margin-bottom: 10px !important }
            .sm-mlr10 { margin-left: 10px !important; margin-right: 10px !important }
            .sm-mt10 { margin-top: 10px !important }
            .sm-mr10 { margin-right: 10px !important }
            .sm-mb10 { margin-bottom: 10px !important }
            .sm-ml10 { margin-left: 10px !important }
            .sm-nmt10 { margin-top: -10px !important }
            .sm-nmb10 { margin-bottom: -10px !important }
            .sm-p10 { padding: 10px !important }
            .sm-ptb10 { padding-top: 10px !important; padding-bottom: 10px !important }
            .sm-plr10 { padding-left: 10px !important; padding-right: 10px !important }
            .sm-pt10 { padding-top: 10px !important }
            .sm-pr10 { padding-right: 10px !important }
            .sm-pb10 { padding-bottom: 10px !important }
            .sm-pl10 { padding-left: 10px !important }
        
            .sm-m15 { margin: 15px !important }
            .sm-mtb15 { margin-top: 15px !important; margin-bottom: 15px !important }
            .sm-mlr15 { margin-left: 15px !important; margin-right: 15px !important }
            .sm-mt15 { margin-top: 15px !important }
            .sm-mr15 { margin-right: 15px !important }
            .sm-mb15 { margin-bottom: 15px !important }
            .sm-ml15 { margin-left: 15px !important }
            .sm-nmt15 { margin-top: -15px !important }
            .sm-nmb15 { margin-bottom: -15px !important }
            .sm-p15 { padding: 15px !important }
            .sm-ptb15 { padding-top: 15px !important; padding-bottom: 15px !important }
            .sm-plr15 { padding-left: 15px !important; padding-right: 15px !important }
            .sm-pt15 { padding-top: 15px !important }
            .sm-pr15 { padding-right: 15px !important }
            .sm-pb15 { padding-bottom: 15px !important }
            .sm-pl15 { padding-left: 15px !important }
        
            .sm-m20 { margin: 20px !important }
            .sm-mtb20 { margin-top: 20px !important; margin-bottom: 20px !important }
            .sm-mlr20 { margin-left: 20px !important; margin-right: 20px !important }
            .sm-mt20 { margin-top: 20px !important }
            .sm-mr20 { margin-right: 20px !important }
            .sm-mb20 { margin-bottom: 20px !important }
            .sm-ml20 { margin-left: 20px !important }
            .sm-nmt20 { margin-top: -20px !important }
            .sm-nmb20 { margin-bottom: -20px !important }
            .sm-p20 { padding: 20px !important }
            .sm-ptb20 { padding-top: 20px !important; padding-bottom: 20px !important }
            .sm-plr20 { padding-left: 20px !important; padding-right: 20px !important }
            .sm-pt20 { padding-top: 20px !important }
            .sm-pr20 { padding-right: 20px !important }
            .sm-pb20 { padding-bottom: 20px !important }
            .sm-pl20 { padding-left: 20px !important }
        
            .sm-m30 { margin: 30px !important }
            .sm-mtb30 { margin-top: 30px !important; margin-bottom: 30px !important }
            .sm-mlr30 { margin-left: 30px !important; margin-right: 30px !important }
            .sm-mt30 { margin-top: 30px !important }
            .sm-mr30 { margin-right: 30px !important }
            .sm-mb30 { margin-bottom: 30px !important }
            .sm-ml30 { margin-left: 30px !important }
            .sm-nmt30 { margin-top: -30px !important }
            .sm-nmb30 { margin-bottom: -30px !important }
            .sm-p30 { padding: 30px !important }
            .sm-ptb30 { padding-top: 30px !important; padding-bottom: 30px !important }
            .sm-plr30 { padding-left: 30px !important; padding-right: 30px !important }
            .sm-pt30 { padding-top: 30px !important }
            .sm-pr30 { padding-right: 30px !important }
            .sm-pb30 { padding-bottom: 30px !important }
            .sm-pl30 { padding-left: 30px !important }
        
            .sm-m40 { margin: 40px !important }
            .sm-mtb40 { margin-top: 40px !important; margin-bottom: 40px !important }
            .sm-mlr40 { margin-left: 40px !important; margin-right: 40px !important }
            .sm-mt40 { margin-top: 40px !important }
            .sm-mr40 { margin-right: 40px !important }
            .sm-mb40 { margin-bottom: 40px !important }
            .sm-ml40 { margin-left: 40px !important }
            .sm-nmt40 { margin-top: -40px !important }
            .sm-nmb40 { margin-bottom: -40px !important }
            .sm-p40 { padding: 40px !important }
            .sm-ptb40 { padding-top: 40px !important; padding-bottom: 40px !important }
            .sm-plr40 { padding-left: 40px !important; padding-right: 40px !important }
            .sm-pt40 { padding-top: 40px !important }
            .sm-pr40 { padding-right: 40px !important }
            .sm-pb40 { padding-bottom: 40px !important }
            .sm-pl40 { padding-left: 40px !important }
        
            .sm-m50 { margin: 50px !important }
            .sm-mtb50 { margin-top: 50px !important; margin-bottom: 50px !important }
            .sm-mlr50 { margin-left: 50px !important; margin-right: 50px !important }
            .sm-mt50 { margin-top: 50px !important }
            .sm-mr50 { margin-right: 50px !important }
            .sm-mb50 { margin-bottom: 50px !important }
            .sm-ml50 { margin-left: 50px !important }
            .sm-nmt50 { margin-top: -50px !important }
            .sm-nmb50 { margin-bottom: -50px !important }
            .sm-p50 { padding: 50px !important }
            .sm-ptb50 { padding-top: 50px !important; padding-bottom: 50px !important }
            .sm-plr50 { padding-left: 50px !important; padding-right: 50px !important }
            .sm-pt50 { padding-top: 50px !important }
            .sm-pr50 { padding-right: 50px !important }
            .sm-pb50 { padding-bottom: 50px !important }
            .sm-pl50 { padding-left: 50px !important }
        
            .sm-m60 { margin: 60px !important }
            .sm-mtb60 { margin-top: 60px !important; margin-bottom: 60px !important }
            .sm-mlr60 { margin-left: 60px !important; margin-right: 60px !important }
            .sm-mt60 { margin-top: 60px !important }
            .sm-mr60 { margin-right: 60px !important }
            .sm-mb60 { margin-bottom: 60px !important }
            .sm-ml60 { margin-left: 60px !important }
            .sm-nmt60 { margin-top: -60px !important }
            .sm-nmb60 { margin-bottom: -60px !important }
            .sm-p60 { padding: 60px !important }
            .sm-ptb60 { padding-top: 60px !important; padding-bottom: 60px !important }
            .sm-plr60 { padding-left: 60px !important; padding-right: 60px !important }
            .sm-pt60 { padding-top: 60px !important }
            .sm-pr60 { padding-right: 60px !important }
            .sm-pb60 { padding-bottom: 60px !important }
            .sm-pl60 { padding-left: 60px !important }
        
            .sm-m70 { margin: 70px !important }
            .sm-mtb70 { margin-top: 70px !important; margin-bottom: 70px !important }
            .sm-mlr70 { margin-left: 70px !important; margin-right: 70px !important }
            .sm-mt70 { margin-top: 70px !important }
            .sm-mr70 { margin-right: 70px !important }
            .sm-mb70 { margin-bottom: 70px !important }
            .sm-ml70 { margin-left: 70px !important }
            .sm-nmt70 { margin-top: -70px !important }
            .sm-nmb70 { margin-bottom: -70px !important }
            .sm-p70 { padding: 70px !important }
            .sm-ptb70 { padding-top: 70px !important; padding-bottom: 70px !important }
            .sm-plr70 { padding-left: 70px !important; padding-right: 70px !important }
            .sm-pt70 { padding-top: 70px !important }
            .sm-pr70 { padding-right: 70px !important }
            .sm-pb70 { padding-bottom: 70px !important }
            .sm-pl70 { padding-left: 70px !important }
        
            .sm-m80 { margin: 80px !important }
            .sm-mtb80 { margin-top: 80px !important; margin-bottom: 80px !important }
            .sm-mlr80 { margin-left: 80px !important; margin-right: 80px !important }
            .sm-mt80 { margin-top: 80px !important }
            .sm-mr80 { margin-right: 80px !important }
            .sm-mb80 { margin-bottom: 80px !important }
            .sm-ml80 { margin-left: 80px !important }
            .sm-nmt80 { margin-top: -80px !important }
            .sm-nmb80 { margin-bottom: -80px !important }
            .sm-p80 { padding: 80px !important }
            .sm-ptb80 { padding-top: 80px !important; padding-bottom: 80px !important }
            .sm-plr80 { padding-left: 80px !important; padding-right: 80px !important }
            .sm-pt80 { padding-top: 80px !important }
            .sm-pr80 { padding-right: 80px !important }
            .sm-pb80 { padding-bottom: 80px !important }
            .sm-pl80 { padding-left: 80px !important }
        
            .sm-m90 { margin: 90px !important }
            .sm-mtb90 { margin-top: 90px !important; margin-bottom: 90px !important }
            .sm-mlr90 { margin-left: 90px !important; margin-right: 90px !important }
            .sm-mt90 { margin-top: 90px !important }
            .sm-mr90 { margin-right: 90px !important }
            .sm-mb90 { margin-bottom: 90px !important }
            .sm-ml90 { margin-left: 90px !important }
            .sm-nmt90 { margin-top: -90px !important }
            .sm-nmb90 { margin-bottom: -90px !important }
            .sm-p90 { padding: 90px !important }
            .sm-ptb90 { padding-top: 90px !important; padding-bottom: 90px !important }
            .sm-plr90 { padding-left: 90px !important; padding-right: 90px !important }
            .sm-pt90 { padding-top: 90px !important }
            .sm-pr90 { padding-right: 90px !important }
            .sm-pb90 { padding-bottom: 90px !important }
            .sm-pl90 { padding-left: 90px !important }
        
            .sm-m100 { margin: 100px !important }
            .sm-mtb100 { margin-top: 100px !important; margin-bottom: 100px !important }
            .sm-mlr100 { margin-left: 100px !important; margin-right: 100px !important }
            .sm-mt100 { margin-top: 100px !important }
            .sm-mr100 { margin-right: 100px !important }
            .sm-mb100 { margin-bottom: 100px !important }
            .sm-ml100 { margin-left: 100px !important }
            .sm-nmt100 { margin-top: -100px !important }
            .sm-nmb100 { margin-bottom: -100px !important }
            .sm-p100 { padding: 100px !important }
            .sm-ptb100 { padding-top: 100px !important; padding-bottom: 100px !important }
            .sm-plr100 { padding-left: 100px !important; padding-right: 100px !important }
            .sm-pt100 { padding-top: 100px !important }
            .sm-pr100 { padding-right: 100px !important }
            .sm-pb100 { padding-bottom: 100px !important }
            .sm-pl100 { padding-left: 100px !important }
        
            .sm-m110 { margin: 110px !important }
            .sm-mtb110 { margin-top: 110px !important; margin-bottom: 110px !important }
            .sm-mlr110 { margin-left: 110px !important; margin-right: 110px !important }
            .sm-mt110 { margin-top: 110px !important }
            .sm-mr110 { margin-right: 110px !important }
            .sm-mb110 { margin-bottom: 110px !important }
            .sm-ml110 { margin-left: 110px !important }
            .sm-nmt110 { margin-top: -110px !important }
            .sm-nmb110 { margin-bottom: -110px !important }
            .sm-p110 { padding: 110px !important }
            .sm-ptb110 { padding-top: 110px !important; padding-bottom: 110px !important }
            .sm-plr110 { padding-left: 110px !important; padding-right: 110px !important }
            .sm-pt110 { padding-top: 110px !important }
            .sm-pr110 { padding-right: 110px !important }
            .sm-pb110 { padding-bottom: 110px !important }
            .sm-pl110 { padding-left: 110px !important }
        
            .sm-m120 { margin: 120px !important }
            .sm-mtb120 { margin-top: 120px !important; margin-bottom: 120px !important }
            .sm-mlr120 { margin-left: 120px !important; margin-right: 120px !important }
            .sm-mt120 { margin-top: 120px !important }
            .sm-mr120 { margin-right: 120px !important }
            .sm-mb120 { margin-bottom: 120px !important }
            .sm-ml120 { margin-left: 120px !important }
            .sm-nmt120 { margin-top: -120px !important }
            .sm-nmb120 { margin-bottom: -120px !important }
            .sm-p120 { padding: 120px !important }
            .sm-ptb120 { padding-top: 120px !important; padding-bottom: 120px !important }
            .sm-plr120 { padding-left: 120px !important; padding-right: 120px !important }
            .sm-pt120 { padding-top: 120px !important }
            .sm-pr120 { padding-right: 120px !important }
            .sm-pb120 { padding-bottom: 120px !important }
            .sm-pl120 { padding-left: 120px !important }
        
            .sm-m130 { margin: 130px !important }
            .sm-mtb130 { margin-top: 130px !important; margin-bottom: 130px !important }
            .sm-mlr130 { margin-left: 130px !important; margin-right: 130px !important }
            .sm-mt130 { margin-top: 130px !important }
            .sm-mr130 { margin-right: 130px !important }
            .sm-mb130 { margin-bottom: 130px !important }
            .sm-ml130 { margin-left: 130px !important }
            .sm-nmt130 { margin-top: -130px !important }
            .sm-nmb130 { margin-bottom: -130px !important }
            .sm-p130 { padding: 130px !important }
            .sm-ptb130 { padding-top: 130px !important; padding-bottom: 130px !important }
            .sm-plr130 { padding-left: 130px !important; padding-right: 130px !important }
            .sm-pt130 { padding-top: 130px !important }
            .sm-pr130 { padding-right: 130px !important }
            .sm-pb130 { padding-bottom: 130px !important }
            .sm-pl130 { padding-left: 130px !important }
        
            .sm-m140 { margin: 140px !important }
            .sm-mtb140 { margin-top: 140px !important; margin-bottom: 140px !important }
            .sm-mlr140 { margin-left: 140px !important; margin-right: 140px !important }
            .sm-mt140 { margin-top: 140px !important }
            .sm-mr140 { margin-right: 140px !important }
            .sm-mb140 { margin-bottom: 140px !important }
            .sm-ml140 { margin-left: 140px !important }
            .sm-nmt140 { margin-top: -140px !important }
            .sm-nmb140 { margin-bottom: -140px !important }
            .sm-p140 { padding: 140px !important }
            .sm-ptb140 { padding-top: 140px !important; padding-bottom: 140px !important }
            .sm-plr140 { padding-left: 140px !important; padding-right: 140px !important }
            .sm-pt140 { padding-top: 140px !important }
            .sm-pr140 { padding-right: 140px !important }
            .sm-pb140 { padding-bottom: 140px !important }
            .sm-pl140 { padding-left: 140px !important }
        
            .sm-m150 { margin: 150px !important }
            .sm-mtb150 { margin-top: 150px !important; margin-bottom: 150px !important }
            .sm-mlr150 { margin-left: 150px !important; margin-right: 150px !important }
            .sm-mt150 { margin-top: 150px !important }
            .sm-mr150 { margin-right: 150px !important }
            .sm-mb150 { margin-bottom: 150px !important }
            .sm-ml150 { margin-left: 150px !important }
            .sm-nmt150 { margin-top: -150px !important }
            .sm-nmb150 { margin-bottom: -150px !important }
            .sm-p150 { padding: 150px !important }
            .sm-ptb150 { padding-top: 150px !important; padding-bottom: 150px !important }
            .sm-plr150 { padding-left: 150px !important; padding-right: 150px !important }
            .sm-pt150 { padding-top: 150px !important }
            .sm-pr150 { padding-right: 150px !important }
            .sm-pb150 { padding-bottom: 150px !important }
            .sm-pl150 { padding-left: 150px !important }
        
            .sm-m160 { margin: 160px !important }
            .sm-mtb160 { margin-top: 160px !important; margin-bottom: 160px !important }
            .sm-mlr160 { margin-left: 160px !important; margin-right: 160px !important }
            .sm-mt160 { margin-top: 160px !important }
            .sm-mr160 { margin-right: 160px !important }
            .sm-mb160 { margin-bottom: 160px !important }
            .sm-ml160 { margin-left: 160px !important }
            .sm-nmt160 { margin-top: -160px !important }
            .sm-nmb160 { margin-bottom: -160px !important }
            .sm-p160 { padding: 160px !important }
            .sm-ptb160 { padding-top: 160px !important; padding-bottom: 160px !important }
            .sm-plr160 { padding-left: 160px !important; padding-right: 160px !important }
            .sm-pt160 { padding-top: 160px !important }
            .sm-pr160 { padding-right: 160px !important }
            .sm-pb160 { padding-bottom: 160px !important }
            .sm-pl160 { padding-left: 160px !important }
        
            .sm-m170 { margin: 170px !important }
            .sm-mtb170 { margin-top: 170px !important; margin-bottom: 170px !important }
            .sm-mlr170 { margin-left: 170px !important; margin-right: 170px !important }
            .sm-mt170 { margin-top: 170px !important }
            .sm-mr170 { margin-right: 170px !important }
            .sm-mb170 { margin-bottom: 170px !important }
            .sm-ml170 { margin-left: 170px !important }
            .sm-nmt170 { margin-top: -170px !important }
            .sm-nmb170 { margin-bottom: -170px !important }
            .sm-p170 { padding: 170px !important }
            .sm-ptb170 { padding-top: 170px !important; padding-bottom: 170px !important }
            .sm-plr170 { padding-left: 170px !important; padding-right: 170px !important }
            .sm-pt170 { padding-top: 170px !important }
            .sm-pr170 { padding-right: 170px !important }
            .sm-pb170 { padding-bottom: 170px !important }
            .sm-pl170 { padding-left: 170px !important }
        
            .sm-m180 { margin: 180px !important }
            .sm-mtb180 { margin-top: 180px !important; margin-bottom: 180px !important }
            .sm-mlr180 { margin-left: 180px !important; margin-right: 180px !important }
            .sm-mt180 { margin-top: 180px !important }
            .sm-mr180 { margin-right: 180px !important }
            .sm-mb180 { margin-bottom: 180px !important }
            .sm-ml180 { margin-left: 180px !important }
            .sm-nmt180 { margin-top: -180px !important }
            .sm-nmb180 { margin-bottom: -180px !important }
            .sm-p180 { padding: 180px !important }
            .sm-ptb180 { padding-top: 180px !important; padding-bottom: 180px !important }
            .sm-plr180 { padding-left: 180px !important; padding-right: 180px !important }
            .sm-pt180 { padding-top: 180px !important }
            .sm-pr180 { padding-right: 180px !important }
            .sm-pb180 { padding-bottom: 180px !important }
            .sm-pl180 { padding-left: 180px !important }
        
            .sm-m190 { margin: 190px !important }
            .sm-mtb190 { margin-top: 190px !important; margin-bottom: 190px !important }
            .sm-mlr190 { margin-left: 190px !important; margin-right: 190px !important }
            .sm-mt190 { margin-top: 190px !important }
            .sm-mr190 { margin-right: 190px !important }
            .sm-mb190 { margin-bottom: 190px !important }
            .sm-ml190 { margin-left: 190px !important }
            .sm-nmt190 { margin-top: -190px !important }
            .sm-nmb190 { margin-bottom: -190px !important }
            .sm-p190 { padding: 190px !important }
            .sm-ptb190 { padding-top: 190px !important; padding-bottom: 190px !important }
            .sm-plr190 { padding-left: 190px !important; padding-right: 190px !important }
            .sm-pt190 { padding-top: 190px !important }
            .sm-pr190 { padding-right: 190px !important }
            .sm-pb190 { padding-bottom: 190px !important }
            .sm-pl190 { padding-left: 190px !important }
        
            .sm-m200 { margin: 200px !important }
            .sm-mtb200 { margin-top: 200px !important; margin-bottom: 200px !important }
            .sm-mlr200 { margin-left: 200px !important; margin-right: 200px !important }
            .sm-mt200 { margin-top: 200px !important }
            .sm-mr200 { margin-right: 200px !important }
            .sm-mb200 { margin-bottom: 200px !important }
            .sm-ml200 { margin-left: 200px !important }
            .sm-nmt200 { margin-top: -200px !important }
            .sm-nmb200 { margin-bottom: -200px !important }
            .sm-p200 { padding: 200px !important }
            .sm-ptb200 { padding-top: 200px !important; padding-bottom: 200px !important }
            .sm-plr200 { padding-left: 200px !important; padding-right: 200px !important }
            .sm-pt200 { padding-top: 200px !important }
            .sm-pr200 { padding-right: 200px !important }
            .sm-pb200 { padding-bottom: 200px !important }
            .sm-pl200 { padding-left: 200px !important }
        
            .sm-m250 { margin: 250px !important }
            .sm-mtb250 { margin-top: 250px !important; margin-bottom: 250px !important }
            .sm-mlr250 { margin-left: 250px !important; margin-right: 250px !important }
            .sm-mt250 { margin-top: 250px !important }
            .sm-mr250 { margin-right: 250px !important }
            .sm-mb250 { margin-bottom: 250px !important }
            .sm-ml250 { margin-left: 250px !important }
            .sm-nmt250 { margin-top: -250px !important }
            .sm-nmb250 { margin-bottom: -250px !important }
            .sm-p250 { padding: 250px !important }
            .sm-ptb250 { padding-top: 250px !important; padding-bottom: 250px !important }
            .sm-plr250 { padding-left: 250px !important; padding-right: 250px !important }
            .sm-pt250 { padding-top: 250px !important }
            .sm-pr250 { padding-right: 250px !important }
            .sm-pb250 { padding-bottom: 250px !important }
            .sm-pl250 { padding-left: 250px !important }
        
            .sm-m300 { margin: 300px !important }
            .sm-mtb300 { margin-top: 300px !important; margin-bottom: 300px !important }
            .sm-mlr300 { margin-left: 300px !important; margin-right: 300px !important }
            .sm-mt300 { margin-top: 300px !important }
            .sm-mr300 { margin-right: 300px !important }
            .sm-mb300 { margin-bottom: 300px !important }
            .sm-ml300 { margin-left: 300px !important }
            .sm-nmt300 { margin-top: -300px !important }
            .sm-nmb300 { margin-bottom: -300px !important }
            .sm-p300 { padding: 300px !important }
            .sm-ptb300 { padding-top: 300px !important; padding-bottom: 300px !important }
            .sm-plr300 { padding-left: 300px !important; padding-right: 300px !important }
            .sm-pt300 { padding-top: 300px !important }
            .sm-pr300 { padding-right: 300px !important }
            .sm-pb300 { padding-bottom: 300px !important }
            .sm-pl300 { padding-left: 300px !important }
        
            .sm-m350 { margin: 350px !important }
            .sm-mtb350 { margin-top: 350px !important; margin-bottom: 350px !important }
            .sm-mlr350 { margin-left: 350px !important; margin-right: 350px !important }
            .sm-mt350 { margin-top: 350px !important }
            .sm-mr350 { margin-right: 350px !important }
            .sm-mb350 { margin-bottom: 350px !important }
            .sm-ml350 { margin-left: 350px !important }
            .sm-nmt350 { margin-top: -350px !important }
            .sm-nmb350 { margin-bottom: -350px !important }
            .sm-p350 { padding: 350px !important }
            .sm-ptb350 { padding-top: 350px !important; padding-bottom: 350px !important }
            .sm-plr350 { padding-left: 350px !important; padding-right: 350px !important }
            .sm-pt350 { padding-top: 350px !important }
            .sm-pr350 { padding-right: 350px !important }
            .sm-pb350 { padding-bottom: 350px !important }
            .sm-pl350 { padding-left: 350px !important }
        
            .sm-m400 { margin: 400px !important }
            .sm-mtb400 { margin-top: 400px !important; margin-bottom: 400px !important }
            .sm-mlr400 { margin-left: 400px !important; margin-right: 400px !important }
            .sm-mt400 { margin-top: 400px !important }
            .sm-mr400 { margin-right: 400px !important }
            .sm-mb400 { margin-bottom: 400px !important }
            .sm-ml400 { margin-left: 400px !important }
            .sm-nmt400 { margin-top: -400px !important }
            .sm-nmb400 { margin-bottom: -400px !important }
            .sm-p400 { padding: 400px !important }
            .sm-ptb400 { padding-top: 400px !important; padding-bottom: 400px !important }
            .sm-plr400 { padding-left: 400px !important; padding-right: 400px !important }
            .sm-pt400 { padding-top: 400px !important }
            .sm-pr400 { padding-right: 400px !important }
            .sm-pb400 { padding-bottom: 400px !important }
            .sm-pl400 { padding-left: 400px !important }
        
            .sm-m415 { margin: 415px !important }
            .sm-mtb415 { margin-top: 415px !important; margin-bottom: 415px !important }
            .sm-mlr415 { margin-left: 415px !important; margin-right: 415px !important }
            .sm-mt415 { margin-top: 415px !important }
            .sm-mr415 { margin-right: 415px !important }
            .sm-mb415 { margin-bottom: 415px !important }
            .sm-ml415 { margin-left: 415px !important }
            .sm-nmt415 { margin-top: -415px !important }
            .sm-nmb415 { margin-bottom: -415px !important }
            .sm-p415 { padding: 415px !important }
            .sm-ptb415 { padding-top: 415px !important; padding-bottom: 415px !important }
            .sm-plr415 { padding-left: 415px !important; padding-right: 415px !important }
            .sm-pt415 { padding-top: 415px !important }
            .sm-pr415 { padding-right: 415px !important }
            .sm-pb415 { padding-bottom: 415px !important }
            .sm-pl415 { padding-left: 415px !important }
        
            .sm-m500 { margin: 500px !important }
            .sm-mtb500 { margin-top: 500px !important; margin-bottom: 500px !important }
            .sm-mlr500 { margin-left: 500px !important; margin-right: 500px !important }
            .sm-mt500 { margin-top: 500px !important }
            .sm-mr500 { margin-right: 500px !important }
            .sm-mb500 { margin-bottom: 500px !important }
            .sm-ml500 { margin-left: 500px !important }
            .sm-nmt500 { margin-top: -500px !important }
            .sm-nmb500 { margin-bottom: -500px !important }
            .sm-p500 { padding: 500px !important }
            .sm-ptb500 { padding-top: 500px !important; padding-bottom: 500px !important }
            .sm-plr500 { padding-left: 500px !important; padding-right: 500px !important }
            .sm-pt500 { padding-top: 500px !important }
            .sm-pr500 { padding-right: 500px !important }
            .sm-pb500 { padding-bottom: 500px !important }
            .sm-pl500 { padding-left: 500px !important }
        
            .sm-m600 { margin: 600px !important }
            .sm-mtb600 { margin-top: 600px !important; margin-bottom: 600px !important }
            .sm-mlr600 { margin-left: 600px !important; margin-right: 600px !important }
            .sm-mt600 { margin-top: 600px !important }
            .sm-mr600 { margin-right: 600px !important }
            .sm-mb600 { margin-bottom: 600px !important }
            .sm-ml600 { margin-left: 600px !important }
            .sm-nmt600 { margin-top: -600px !important }
            .sm-nmb600 { margin-bottom: -600px !important }
            .sm-p600 { padding: 600px !important }
            .sm-ptb600 { padding-top: 600px !important; padding-bottom: 600px !important }
            .sm-plr600 { padding-left: 600px !important; padding-right: 600px !important }
            .sm-pt600 { padding-top: 600px !important }
            .sm-pr600 { padding-right: 600px !important }
            .sm-pb600 { padding-bottom: 600px !important }
            .sm-pl600 { padding-left: 600px !important }
        

        /* Width
           ================================================================== *S/
        
        
            .sm-w100 { max-width: 100px !important }
        
            .sm-w150 { max-width: 150px !important }
        
            .sm-w200 { max-width: 200px !important }
        
            .sm-w250 { max-width: 250px !important }
        
            .sm-w300 { max-width: 300px !important }
        
            .sm-w350 { max-width: 350px !important }
        
            .sm-w400 { max-width: 400px !important }
        
            .sm-w450 { max-width: 450px !important }
        
            .sm-w500 { max-width: 500px !important }
        
            .sm-w550 { max-width: 550px !important }
        
            .sm-w600 { max-width: 600px !important }
        
            .sm-w650 { max-width: 650px !important }
        
            .sm-w700 { max-width: 700px !important }
        
            .sm-w750 { max-width: 750px !important }
        
            .sm-w800 { max-width: 800px !important }
        
            .sm-w850 { max-width: 850px !important }
        
            .sm-w900 { max-width: 900px !important }
        
            .sm-w950 { max-width: 950px !important }
        
            .sm-w1000 { max-width: 1000px !important }
        
            .sm-w1050 { max-width: 1050px !important }
        
            .sm-w1100 { max-width: 1100px !important }
        
            .sm-w1150 { max-width: 1150px !important }
        
            .sm-w1200 { max-width: 1200px !important }
        
            .sm-w1250 { max-width: 1250px !important }
        
            .sm-w1300 { max-width: 1300px !important }
        
            .sm-w1350 { max-width: 1350px !important }
        
            .sm-w1400 { max-width: 1400px !important }
        
            .sm-w1450 { max-width: 1450px !important }
        
            .sm-w1500 { max-width: 1500px !important }
        
            .sm-w1550 { max-width: 1550px !important }
        
            .sm-w1600 { max-width: 1600px !important }
        
            .sm-w1650 { max-width: 1650px !important }
        
            .sm-w1700 { max-width: 1700px !important }
        
            .sm-w1750 { max-width: 1750px !important }
        
            .sm-w1800 { max-width: 1800px !important }
        
            .sm-w1850 { max-width: 1850px !important }
        
            .sm-w1900 { max-width: 1900px !important }
        
            .sm-w1950 { max-width: 1950px !important }
        
            .sm-w2000 { max-width: 2000px !important }
        
        .sm-wa { max-width: none !important }

    
        }/* <- close media query */
    
 