@charset "UTF-8";
/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 13px;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #ddd !important;
}

a {
  color: #09B1CD;
  outline: none;
}

a:focus,
a:hover {
  color: #089cb5;
}

.nav-link {
  color: #09B1CD;
}

.nav-link:focus,
.nav-link:hover {
  color: #09B1CD;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #09B1CD;
}

::selection {
  color: #fff;
  background-color: #09B1CD;
}

.g-bg-primary ::-moz-selection {
  color: #09B1CD;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #09B1CD;
  background-color: #fff;
}

/*------------------------------------
  Components
------------------------------------*/
/*------------------------------------
  Alerts
------------------------------------*/
/* Alert Close Button */
.u-alert-close--light {
  font-weight: 300;
  color: #000;
  opacity: .7;
  text-shadow: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 18px;
  cursor: pointer;
}

.u-alert-close--light:hover {
  opacity: 1;
}

.u-alert-close--light:focus, .u-alert-close--light:active:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Alert Lists */
.u-alert-list {
  margin-left: -20px;
}

/* Alert Lists with Font Awesome Icons */
.alert__icon {
  margin-left: 20px;
}

.alert__icon-list {
  font-size: 12px;
  line-height: 1.5;
}

/*------------------------------------
  Headers
------------------------------------*/
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 101;
}

.u-header [aria-labelledby] {
  opacity: 0;
}

.u-header [aria-labelledby][role="tabpanel"] {
  opacity: 1;
}

.u-header [aria-labelledby].u-dropdown--css-animation,
.u-header [aria-labelledby].u-dropdown--jquery-slide {
  opacity: 1;
}

.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute;
}

.u-header--abs-top-2nd-screen {
  top: 100%;
  bottom: auto;
}

.u-header--abs-top {
  top: 0;
  bottom: auto;
}

.u-header--abs-bottom {
  top: auto;
  bottom: 0;
}

.u-header--abs-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed;
}

.u-header--sticky-top {
  bottom: auto;
  top: 0;
}

.u-header--sticky-top.u-negative-top {
  bottom: 100%;
  top: auto;
}

.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

.u-header--sticky-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

.u-header--invisible {
  display: none;
}

.u-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.u-header--moved-up.u-negative-top {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

.u-header--untransitioned {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.u-header__section--hidden {
  position: relative;
}

.u-header--floating {
  position: absolute;
  left: 0;
  right: 0;
}

.u-header--floating.js-header-fix-moment {
  margin-top: 0 !important;
}

.u-header--floating.js-header-fix-moment .navbar {
  padding-left: 0;
  padding-right: 0;
}

.u-header[data-header-fix-effect] {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.u-header-reduced--shift.js-header-change-moment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

.u-header__section {
  position: relative;
  z-index: 1;
}

.u-header__section:nth-child(1) {
  z-index: 5;
}

.u-header__section:nth-child(2) {
  z-index: 4;
}

.u-header__section:nth-child(3) {
  z-index: 3;
}

.u-header__section:nth-child(4) {
  z-index: 2;
}

.u-header__section:nth-child(5) {
  z-index: 1;
}

.u-header__sections-container {
  position: relative;
  z-index: 2;
}

.u-header__logo {
  position: relative;
  z-index: 1;
}

.u-header__logo-img {
  top: 0;
  left: 0;
  /*transition: .3s ease;*/
}

.u-header__logo-img:not(.u-header__logo-img--main) {
  position: absolute;
  opacity: 0;
}

.dropdown-menu.u-dropdown--reverse-position {
  left: auto;
  right: 0;
}

.u-header__section--dark .navbar-brand,
.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-brand,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  color: #fff;
}

.u-header__section--dark .navbar-brand:focus,
.u-header__section--dark .navbar-brand:hover,
.u-header__section--dark .navbar-toggler:focus,
.u-header__section--dark .navbar-toggler:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:hover,
.u-header__section--primary .navbar-brand:focus,
.u-header__section--primary .navbar-brand:hover,
.u-header__section--primary .navbar-toggler:focus,
.u-header__section--primary .navbar-toggler:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:hover {
  color: #09B1CD;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: white;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #09B1CD;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
  color: #09B1CD;
}

.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.u-header__section--dark .navbar-toggler-icon,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler-icon,
.u-header__section--primary .navbar-toggler-icon,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox=0 0 32 32 xmlns=http://www.w3.org/2000/svg%3E%3Cpath stroke=rgba($g-color-white, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.u-header__section--dark .navbar-text,
.u-header__section--dark--shift.js-header-change-moment .navbar-text,
.u-header__section--primary .navbar-text,
.u-header__section--primary--shift.js-header-change-moment .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

.navbar > .container {
  position: relative;
}

@media all and (min-width: 576px) {
  .u-header--abs-top--sm, .u-header--abs-bottom--sm, .u-header--abs-top-2nd-screen--sm {
    position: absolute;
  }
  .u-header--abs-top-2nd-screen--sm {
    top: 100%;
  }
  .u-header--abs-top--sm {
    bottom: auto;
    top: 0;
  }
  .u-header--abs-bottom--sm {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-top--sm, .u-header--sticky-bottom--sm {
    position: fixed;
  }
  .u-header--sticky-top--sm {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom--sm {
    top: auto;
    bottom: 0;
  }
  .u-header--floating--sm {
    position: absolute;
    left: 0;
    right: 0;
  }
  .u-header--floating--sm.js-header-fix-moment {
    margin-top: 0 !important;
  }
  .u-header--floating--sm.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 768px) {
  .u-header {
    font-size: 1.21429rem;
  }
  .u-header--abs-top--md, .u-header--abs-bottom--md, .u-header--abs-top-2nd-screen--md {
    position: absolute;
  }
  .u-header--abs-top-2nd-screen--md {
    top: 100%;
  }
  .u-header--abs-top--md {
    bottom: auto;
    top: 0;
  }
  .u-header--abs-bottom--md {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-top--md, .u-header--sticky-bottom--md {
    position: fixed;
  }
  .u-header--sticky-top--md {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom--md {
    top: auto;
    bottom: 0;
  }
  .u-header--floating--md {
    position: absolute;
    left: 0;
    right: 0;
  }
  .u-header--floating--md.js-header-fix-moment {
    margin-top: 0 !important;
  }
  .u-header--floating--md.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) {
  .u-header--abs-top--lg, .u-header--abs-bottom--lg, .u-header--abs-top-2nd-screen--lg {
    position: absolute;
  }
  .u-header--abs-top-2nd-screen--lg {
    top: 100%;
  }
  .u-header--abs-top--lg {
    bottom: auto;
    top: 0;
  }
  .u-header--abs-bottom--lg {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-top--lg, .u-header--sticky-bottom--lg {
    position: fixed;
  }
  .u-header--sticky-top--lg {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom--lg {
    top: auto;
    bottom: 0;
  }
  .u-header--floating--lg {
    position: absolute;
    left: 0;
    right: 0;
  }
  .u-header--floating--lg.js-header-fix-moment {
    margin-top: 0 !important;
  }
  .u-header--floating--lg.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1200px) {
  .u-header--abs-top--xl, .u-header--abs-bottom--xl, .u-header--abs-top-2nd-screen--xl {
    position: absolute;
  }
  .u-header--abs-top-2nd-screen--xl {
    top: 100%;
  }
  .u-header--abs-top--xl {
    bottom: auto;
    top: 0;
  }
  .u-header--abs-bottom--xl {
    top: auto;
    bottom: 0;
  }
  .u-header--sticky-top--xl, .u-header--sticky-bottom--xl {
    position: fixed;
  }
  .u-header--sticky-top--xl {
    bottom: auto;
    top: 0;
  }
  .u-header--sticky-bottom--xl {
    top: auto;
    bottom: 0;
  }
  .u-header--floating--xl {
    position: absolute;
    left: 0;
    right: 0;
  }
  .u-header--floating--xl.js-header-fix-moment {
    margin-top: 0 !important;
  }
  .u-header--floating--xl.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 1200px - 1) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media all and (max-width: 992px - 1) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media all and (max-width: 768px - 1) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media all and (max-width: 576px - 1) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

/* Button Styles
------------------------------------*/
/* General Button Styles */
.btn {
  position: relative;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  cursor: pointer;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Button Content
------------------------------------*/
.u-btn-content {
  white-space: normal;
}

/* Buttons Only Icon (O)
------------------------------------*/
.u-btn-only-icon {
  position: relative;
}

.u-btn-only-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* Button Sizes
------------------------------------*/
/* Extra Small */
.btn-xs {
  line-height: 1.4;
  padding: 0.14286rem 0.5rem;
  font-size: 0.78571rem;
}

/* Medium */
.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 0.57143rem;
  font-size: 1.07143rem;
}

/* Extra Large */
.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

/* Extramly Large */
.btn-xxl {
  line-height: 1.4;
  padding: 1.07143rem 2.14286rem;
  font-size: 1.5rem;
}

/* Button Types
------------------------------------*/
/* Button Hovers
------------------------------------*/
[class*="u-btn-hover"] {
  z-index: 1;
}

[class*="u-btn-hover"]:hover {
  text-decoration: none;
}

[class*="u-btn-hover"]:focus {
  text-decoration: none;
}

[class*="u-btn-hover"]::after {
  position: absolute;
  content: "";
  z-index: -1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* Button Primary */
.u-btn-primary {
  color: #fff;
  background-color: #09B1CD;
}

.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  color: #fff;
}

.u-btn-primary.g-btn-hover-reset:hover, .u-btn-primary.g-btn-hover-reset.active {
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.u-btn-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-1::after, .u-btn-primary.u-btn-hover-v1-1:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v1-1:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-2::after, .u-btn-primary.u-btn-hover-v1-2:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v1-2:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-3::after, .u-btn-primary.u-btn-hover-v1-3:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v1-3:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v1-4::after, .u-btn-primary.u-btn-hover-v1-4:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v1-4:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v2-1::after, .u-btn-primary.u-btn-hover-v2-1:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v2-1:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

.u-btn-primary.u-btn-hover-v2-2::after, .u-btn-primary.u-btn-hover-v2-2:hover::after {
  background-color: #0ac6e5;
}

.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

/* Button Cyan */
.u-btn-cyan {
  color: #fff;
  background-color: #09B1CD;
}

.u-btn-cyan:hover, .u-btn-cyan.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-cyan:hover, .u-btn-cyan:focus, .u-btn-cyan.active {
  color: #fff;
}

.u-btn-cyan.g-btn-hover-reset:hover, .u-btn-cyan.g-btn-hover-reset.active {
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.u-btn-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-1::after, .u-btn-cyan.u-btn-hover-v1-1:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v1-1:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-2::after, .u-btn-cyan.u-btn-hover-v1-2:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v1-2:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-3::after, .u-btn-cyan.u-btn-hover-v1-3:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v1-3:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v1-4::after, .u-btn-cyan.u-btn-hover-v1-4:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v1-4:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v2-1::after, .u-btn-cyan.u-btn-hover-v2-1:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v2-1:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

.u-btn-cyan.u-btn-hover-v2-2::after, .u-btn-cyan.u-btn-hover-v2-2:hover::after {
  background-color: #0ac6e5;
}

.u-btn-cyan.u-btn-hover-v2-2:hover {
  background-color: #09B1CD;
  overflow: hidden;
}

/* Button Teal */
.u-btn-teal {
  color: #fff;
  background-color: #18ba9b;
}

.u-btn-teal:hover, .u-btn-teal.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-teal:hover, .u-btn-teal:focus, .u-btn-teal.active {
  color: #fff;
}

.u-btn-teal.g-btn-hover-reset:hover, .u-btn-teal.g-btn-hover-reset.active {
  background-color: #18ba9b;
  border-color: #18ba9b;
}

.u-btn-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-1::after, .u-btn-teal.u-btn-hover-v1-1:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v1-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-2::after, .u-btn-teal.u-btn-hover-v1-2:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v1-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-3::after, .u-btn-teal.u-btn-hover-v1-3:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v1-3:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v1-4::after, .u-btn-teal.u-btn-hover-v1-4:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v1-4:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v2-1::after, .u-btn-teal.u-btn-hover-v2-1:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v2-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

.u-btn-teal.u-btn-hover-v2-2::after, .u-btn-teal.u-btn-hover-v2-2:hover::after {
  background-color: #1bd1ae;
}

.u-btn-teal.u-btn-hover-v2-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* Button Facebook */
.u-btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

.u-btn-facebook:hover, .u-btn-facebook.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-facebook:hover, .u-btn-facebook:focus, .u-btn-facebook.active {
  color: #fff;
}

.u-btn-facebook.g-btn-hover-reset:hover, .u-btn-facebook.g-btn-hover-reset.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* Button Twitter */
.u-btn-twitter {
  color: #fff;
  background-color: #00acee;
}

.u-btn-twitter:hover, .u-btn-twitter.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-twitter:hover, .u-btn-twitter:focus, .u-btn-twitter.active {
  color: #fff;
}

.u-btn-twitter.g-btn-hover-reset:hover, .u-btn-twitter.g-btn-hover-reset.active {
  background-color: #00acee;
  border-color: #00acee;
}

/* Button Instagram */
.u-btn-instagram {
  color: #fff;
  background-color: #3f729b;
}

.u-btn-instagram:hover, .u-btn-instagram.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-instagram:hover, .u-btn-instagram:focus, .u-btn-instagram.active {
  color: #fff;
}

.u-btn-instagram.g-btn-hover-reset:hover, .u-btn-instagram.g-btn-hover-reset.active {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* Button VK */
.u-btn-vk {
  color: #fff;
  background-color: #2b587a;
}

.u-btn-vk:hover, .u-btn-vk.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-vk:hover, .u-btn-vk:focus, .u-btn-vk.active {
  color: #fff;
}

.u-btn-vk.g-btn-hover-reset:hover, .u-btn-vk.g-btn-hover-reset.active {
  background-color: #2b587a;
  border-color: #2b587a;
}

/* Button Google Plus */
.u-btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
}

.u-btn-google-plus:hover, .u-btn-google-plus.active {
  border-color: #53c8dc;
  background-color: #53c8dc;
}

.u-btn-google-plus:hover, .u-btn-google-plus:focus, .u-btn-google-plus.active {
  color: #fff;
}

.u-btn-google-plus.g-btn-hover-reset:hover, .u-btn-google-plus.g-btn-hover-reset.active {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* Material Styles
------------------------------------*/
.u-btn-raised,
.u-btn-raised:active:focus,
.u-btn-raised:focus {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/*------------------------------------
  Icons Styles
------------------------------------*/
.u-icon-v1,
.u-icon-v2,
.u-icon-v3,
.u-icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.u-icon-v1:hover,
.u-icon-v2:hover,
.u-icon-v3:hover,
.u-icon-v4:hover {
  text-decoration: none;
}

.u-icon-v1::before,
.u-icon-v2::before,
.u-icon-v3::before {
  display: block;
}

.u-icon-v1 > i,
.u-icon-v2 > i,
.u-icon-v3 > i,
.u-icon-v4 > span > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

[class*="u-icon-v"] .u-line-icon-pro {
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}

.u-icon-rotation {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.u-icon-rotation .u-icon__elem {
  -webkit-transform: rotate(-45deg) translate(15%, -30%);
      -ms-transform: rotate(-45deg) translate(15%, -30%);
          transform: rotate(-45deg) translate(15%, -30%);
}

.u-icon-rotation .u-line-icon-pro {
  -webkit-transform: rotate(-45deg) translate(25%, -30%);
      -ms-transform: rotate(-45deg) translate(25%, -30%);
          transform: rotate(-45deg) translate(25%, -30%);
}

/*------------------------------------
  Icon-v1
------------------------------------*/
.u-icon-v1,
.u-icon-v1 .u-icon__elem-regular,
.u-icon-v1 .u-icon__elem-hover {
  width: 2.57143rem;
  height: 2.57143rem;
  font-size: 1.42857rem;
}

.u-icon-v1.u-icon-size--xs,
.u-icon-v1.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xs .u-icon__elem-hover {
  width: 1.64286rem;
  height: 1.64286rem;
  font-size: 0.92857rem;
}

.u-icon-v1.u-icon-size--sm,
.u-icon-v1.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v1.u-icon-size--sm .u-icon__elem-hover {
  width: 2.28571rem;
  height: 2.28571rem;
  font-size: 1.28571rem;
}

.u-icon-v1.u-icon-size--lg,
.u-icon-v1.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v1.u-icon-size--lg .u-icon__elem-hover {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.5rem;
}

.u-icon-v1.u-icon-size--xl,
.u-icon-v1.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xl .u-icon__elem-hover {
  width: 5.14286rem;
  height: 5.14286rem;
  font-size: 2.85714rem;
}

.u-icon-v1.u-icon-size--2xl,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-hover {
  width: 5.85714rem;
  height: 5.85714rem;
  font-size: 3.57143rem;
}

.u-icon-v1.u-icon-size--3xl,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-hover {
  width: 8rem;
  height: 8rem;
  font-size: 5.71429rem;
}

/*------------------------------------
  Icon-v2
------------------------------------*/
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

.u-icon-v2 {
  /*  border-width: 1px;
  border-style: solid;*/
  border-width: 0px;
  border-style: solid;
}

.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover {
  border-width: 1.5px;
}

.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover {
  border-width: 1.5px;
}

/*------------------------------------
  Icon-v3
------------------------------------*/
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

.u-icon-v3 {
  background-color: #eee;
}

/*------------------------------------
  Hover Effect of Icon on Block Hover
------------------------------------*/
.u-icon-block--hover:hover .g-opacity-0_5--hover {
  opacity: .5;
}

.u-icon-block--hover:hover .g-color-primary--hover {
  color: #09B1CD;
}

.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #09B1CD;
}

.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #09B1CD;
}

.u-icon-block--hover:hover .g-color-white--hover {
  color: #fff;
}

.u-icon-block--hover:hover .g-brd-white--hover {
  border-color: #fff;
}

.u-icon-block--hover:hover .g-bg-white--hover {
  background: #fff;
}

.u-icon-block--hover:hover .g-color-black--hover {
  color: #000;
}

.u-icon-block--hover:hover .g-brd-black--hover {
  border-color: #000;
}

.u-icon-block--hover:hover .g-bg-black--hover {
  background: #000;
}

.u-icon-block--hover:hover .g-color-gray-dark-v4--hover {
  color: #777;
}

.u-icon-block--hover:hover .g-brd-gray-dark-v4--hover {
  border-color: #777;
}

.u-icon-block--hover:hover .g-bg-gray-dark-v4--hover {
  background: #777;
}

.u-icon-block-hover:hover .g-color-facebook--hover {
  color: #3b5998;
}

.u-icon-block-hover:hover .g-brd-facebook--hover {
  border-color: #3b5998;
}

.u-icon-block-hover:hover .g-bg-facebook--hover {
  background: #3b5998;
}

.u-icon-block-hover:hover .g-color-twitter--hover {
  color: #00acee;
}

.u-icon-block-hover:hover .g-brd-twitter--hover {
  border-color: #00acee;
}

.u-icon-block-hover:hover .g-bg-twitter--hover {
  background: #00acee;
}

.u-icon-block-hover:hover .g-color-google-plus--hover {
  color: #dd4b39;
}

.u-icon-block-hover:hover .g-brd-google-plus--hover {
  border-color: #dd4b39;
}

.u-icon-block-hover:hover .g-bg-google-plus--hover {
  background: #dd4b39;
}

.u-icon-block-hover:hover .g-color-vk--hover {
  color: #2b587a;
}

.u-icon-block-hover:hover .g-brd-vk--hover {
  border-color: #2b587a;
}

.u-icon-block-hover:hover .g-bg-vk--hover {
  background: #2b587a;
}

.u-icon-block-hover:hover .g-color-linkedin--hover {
  color: #0e76a8;
}

.u-icon-block-hover:hover .g-brd-linkedin--hover {
  border-color: #0e76a8;
}

.u-icon-block-hover:hover .g-bg-linkedin--hover {
  background: #0e76a8;
}

.u-icon-block-hover:hover .g-color-instagram--hover {
  color: #3f729b;
}

.u-icon-block-hover:hover .g-brd-instagram--hover {
  border-color: #3f729b;
}

.u-icon-block-hover:hover .g-bg-instagram--hover {
  background: #3f729b;
}

.u-icon-block-hover:hover .g-color-pinterest--hover {
  color: #c8232c;
}

.u-icon-block-hover:hover .g-brd-pinterest--hover {
  border-color: #c8232c;
}

.u-icon-block-hover:hover .g-bg-pinterest--hover {
  background: #c8232c;
}

/*------------------------------------
  Form Elements
------------------------------------*/
.u-form-control {
  padding: .8rem 1rem .6rem;
}

.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control::placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

.u-form-control-sm {
  padding: .4rem .5rem .1rem;
  font-size: .875rem;
}

.u-form-control-lg {
  padding: .75rem 1.5rem .55rem;
  font-size: 1.25rem;
}

.u-form-control-shadow--focus:focus {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.u-textarea-expandable {
  max-height: 42px;
  -webkit-transition-property: max-height;
  -o-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-textarea-expandable:focus {
  max-height: 90px;
}

/*------------------------------------
  States
------------------------------------*/
/*------------------------------------
  Success states
------------------------------------*/
/*------------------------------------
  Success state v1-1
------------------------------------*/
.u-has-success-v1-1 .form-control,
.u-has-success-v1-1 [class*="input-group-"],
.u-has-success-v1-1 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #09B1CD;
}

.u-has-success-v1-1 .form-control[readonly],
.u-has-success-v1-1 [class*="input-group-"][readonly],
.u-has-success-v1-1 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

.u-has-success-v1-1 .form-control-feedback {
  color: #09B1CD;
}

.u-has-success-v1-1 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
}

.u-has-success-v1-1 [class*="u-check-icon"] i {
  color: rgba(9, 177, 205, 0.2);
}

.u-has-success-v1-1 [class*="input-group-"],
.u-has-success-v1-1 [class*="input-group-"]:last-child,
.u-has-success-v1-1 .chosen-single div b {
  color: #09B1CD;
}

/*------------------------------------
  Success state v1-2
------------------------------------*/
.u-has-success-v1-2 {
  position: relative;
}

.u-has-success-v1-2 .form-control,
.u-has-success-v1-2 [class*="input-group-"],
.u-has-success-v1-2 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #09B1CD;
}

.u-has-success-v1-2 .form-control[readonly],
.u-has-success-v1-2 [class*="input-group-"][readonly],
.u-has-success-v1-2 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

.u-has-success-v1-2 .form-control-feedback {
  color: #09B1CD;
}

.u-has-success-v1-2 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
  border-radius: 50%;
}

.u-has-success-v1-2 [class*="u-check-icon"] i {
  color: rgba(9, 177, 205, 0.2);
}

.u-has-success-v1-2 [class*="input-group-"],
.u-has-success-v1-2 [class*="input-group-"]:last-child,
.u-has-success-v1-2 .chosen-single div b {
  color: #09B1CD;
}

.u-has-success-v1-2 [class*="input-group-"],
.u-has-success-v1-2 [class*="input-group-"]:last-child {
  color: #fff;
  background-color: #09B1CD;
}

.u-has-success-v1-2 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #09B1CD transparent transparent transparent;
}

/*------------------------------------
  Error states
------------------------------------*/
/*------------------------------------
  Error state v1
------------------------------------*/
.u-has-error-v1 .form-control,
.u-has-error-v1 [class*="input-group-"],
.u-has-error-v1 [class*="u-select"] {
  background-color: #fff0f0;
}

.u-has-error-v1 .form-control[readonly],
.u-has-error-v1 [class*="input-group-"][readonly],
.u-has-error-v1 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

.u-has-error-v1 .form-control-feedback {
  color: #f00;
}

.u-has-error-v1 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/*------------------------------------
  Error state v1-2
------------------------------------*/
.u-has-error-v1-2 .form-control,
.u-has-error-v1-2 [class*="input-group-"],
.u-has-error-v1-2 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

.u-has-error-v1-2 .form-control[readonly],
.u-has-error-v1-2 [class*="input-group-"][readonly],
.u-has-error-v1-2 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

.u-has-error-v1-2 .form-control-feedback {
  color: #f00;
}

.u-has-error-v1-2 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

.u-has-error-v1-2 [class*="input-group-"]:last-child,
.u-has-error-v1-2 .chosen-single div b {
  color: #f00;
}

.u-has-error-v1-2 .error {
  display: block;
}

/*------------------------------------
  Error state v1-3
------------------------------------*/
.u-has-error-v1-3 {
  position: relative;
}

.u-has-error-v1-3 .form-control,
.u-has-error-v1-3 [class*="input-group-"],
.u-has-error-v1-3 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

.u-has-error-v1-3 .form-control[readonly],
.u-has-error-v1-3 [class*="input-group-"][readonly],
.u-has-error-v1-3 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

.u-has-error-v1-3 .form-control-feedback {
  color: #f00;
}

.u-has-error-v1-3 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f00 transparent transparent transparent;
}

.u-has-error-v1-3 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

.u-has-error-v1-3 [class*="input-group-"]:last-child,
.u-has-error-v1-3 .chosen-single div b {
  color: #f00;
}

.u-has-error-v1-3 .error {
  display: block;
}

.u-has-error-v1-3 [class*="input-group-"],
.u-has-error-v1-3 [class*="input-group-"]:last-child {
  color: #fff;
  background-color: #f00;
}

/*------------------------------------
  Error state v2
------------------------------------*/
.u-has-error-v2:after {
  content: '\f00d';
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: 'FontAwesome', sans-serif;
  color: #f00;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-has-error-v2 input ,
.u-has-error-v2 textarea {
  border-color: #f00;
}

/*------------------------------------
  Disabled states
------------------------------------*/
/*------------------------------------
  Disabled state v1
------------------------------------*/
.u-has-disabled-v1 label,
.u-has-disabled-v1 .form-control,
.u-has-disabled-v1 [class*="input-group-"],
.u-has-disabled-v1 [class*="u-select"] {
  background-color: #fff;
  opacity: .5;
}

.u-has-disabled-v1 label:disabled,
.u-has-disabled-v1 .form-control:disabled,
.u-has-disabled-v1 [class*="input-group-"]:disabled,
.u-has-disabled-v1 [class*="u-select"]:disabled {
  background-color: #fff;
  opacity: .5;
}

/*------------------------------------
  Checked state colors
------------------------------------*/
/* White Colors */
input[type="checkbox"]:checked + .g-color-white--checked,
input[type="radio"]:checked + .g-color-white--checked,
input[type="checkbox"]:checked + * .g-color-white--checked,
input[type="radio"]:checked + * .g-color-white--checked {
  color: #fff !important;
}

.g-color-white--checked.g-checked,
.g-checked .g-color-white--checked {
  color: #fff !important;
}

/*------------------------------------
  Focus state color
------------------------------------*/
/* Primary Colors */
.g-color-primary:focus {
  color: #09B1CD;
}

/* Black Colors */
.g-color-black--focus:focus {
  color: #000;
}

/* White Colors */
.g-color-white--focus:focus {
  color: #fff !important;
}

/* Gray Colors */
.g-color-gray-light-v4:focus {
  color: #eee !important;
}

/*------------------------------------
  Checked state background
------------------------------------*/
/* Primary Colors */
input[type="checkbox"]:checked + .g-bg-primary--checked,
input[type="radio"]:checked + .g-bg-primary--checked,
input[type="checkbox"]:checked + * .g-bg-primary--checked,
input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #09B1CD !important;
}

.g-bg-primary--checked.g-checked,
.g-checked .g-bg-primary--checked {
  background-color: #09B1CD !important;
}

/* Black Colors */
input[type="checkbox"]:checked + .g-bg-black--checked,
input[type="radio"]:checked + .g-bg-black--checked,
input[type="checkbox"]:checked + * .g-bg-black--checked,
input[type="radio"]:checked + * .g-bg-black--checked {
  background-color: #000 !important;
}

.g-bg-black--checked.g-checked,
.g-checked .g-bg-black--checked {
  background-color: #000 !important;
}

/* White Colors */
input[type="checkbox"]:checked + .g-bg-white--checked,
input[type="radio"]:checked + .g-bg-white--checked,
input[type="checkbox"]:checked + * .g-bg-white--checked,
input[type="radio"]:checked + * .g-bg-white--checked {
  background-color: #fff !important;
}

.g-bg-white--checked.g-checked,
.g-checked .g-bg-white--checked {
  background-color: #fff !important;
}

/* Gray Colors */
input[type="checkbox"]:checked + .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

.g-bg-dark-dark-v1--checked.g-checked,
.g-checked .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

.g-bg-dark-dark-v2--checked.g-checked,
.g-checked .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

.g-bg-dark-dark-v3--checked.g-checked,
.g-checked .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

.g-bg-dark-dark-v4--checked.g-checked,
.g-checked .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

.g-bg-dark-dark-v5--checked.g-checked,
.g-checked .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + .g-bg-dark-light-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

.g-bg-dark-light-v1--checked.g-checked,
.g-checked .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + .g-bg-dark-light-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

.g-bg-dark-light-v2--checked.g-checked,
.g-checked .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + .g-bg-dark-light-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

.g-bg-dark-light-v3--checked.g-checked,
.g-checked .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + .g-bg-dark-light-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

.g-bg-dark-light-v4--checked.g-checked,
.g-checked .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

input[type="checkbox"]:checked + .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + .g-bg-dark-light-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

.g-bg-dark-light-v5--checked.g-checked,
.g-checked .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

/* Transparent */
input[type="checkbox"]:checked + .g-bg-transparent--checked,
input[type="radio"]:checked + .g-bg-transparent--checked,
input[type="checkbox"]:checked + * .g-bg-transparent--checked,
input[type="radio"]:checked + * .g-bg-transparent--checked {
  background-color: transparent !important;
}

.g-bg-transparent--checked.g-checked,
.g-checked .g-bg-transparent--checked {
  background-color: transparent !important;
}

/* Color Red */
input[type="checkbox"]:checked + .g-bg-red--checked,
input[type="radio"]:checked + .g-bg-red--checked,
input[type="checkbox"]:checked + * .g-bg-red--checked,
input[type="radio"]:checked + * .g-bg-red--checked {
  background-color: #f00 !important;
}

.g-bg-red--checked.g-checked,
.g-checked .g-bg-red--checked {
  background-color: #f00 !important;
}

/*------------------------------------
  Checked state Colors
------------------------------------*/
/* Primary Colors */
input[type="checkbox"]:checked + .g-color-primary--checked,
input[type="radio"]:checked + .g-color-primary--checked,
input[type="checkbox"]:checked + * .g-color-primary--checked,
input[type="radio"]:checked + * .g-color-primary--checked {
  color: #09B1CD !important;
}

.g-color-primary--checked.g-checked,
.g-checked .g-color-primary--checked {
  color: #09B1CD !important;
}

/*------------------------------------
  Focus state background
------------------------------------*/
/* Black Colors */
.g-bg-black--focus:focus {
  background-color: #000 !important;
}

.g-bg-black-opacity-0_2--focus:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_4--focus:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Gray Colors */
.g-bg-gray-dark-v1--focus:focus {
  background-color: #111 !important;
}

.g-bg-gray-dark-v2--focus:focus {
  background-color: #333 !important;
}

.g-bg-gray-dark-v3--focus:focus {
  background-color: #555 !important;
}

.g-bg-gray-light-v4--focus:focus {
  background-color: #eee !important;
}

.g-bg-gray-light-v5--focus:focus {
  background-color: #f7f7f7 !important;
}

/* Transparent */
.g-bg-transparent--focus:focus {
  background-color: transparent;
}

/*------------------------------------
  Checked state border
------------------------------------*/
/* Primary Colors */
input[type="checkbox"]:checked + .g-brd-primary--checked,
input[type="radio"]:checked + .g-brd-primary--checked,
input[type="checkbox"]:checked + * .g-brd-primary--checked,
input[type="radio"]:checked + * .g-brd-primary--checked {
  border-color: #09B1CD !important;
}

.g-brd-primary--checked.g-checked,
.g-checked .g-brd-primary--checked {
  border-color: #09B1CD !important;
}

/* Black Colors */
input[type="checkbox"]:checked + .g-brd-black--checked,
input[type="radio"]:checked + .g-brd-black--checked,
input[type="checkbox"]:checked + * .g-brd-black--checked,
input[type="radio"]:checked + * .g-brd-black--checked {
  border-color: #000 !important;
}

.g-brd-black--checked.g-checked,
.g-checked .g-brd-black--checked {
  border-color: #000 !important;
}

/* White */
input[type="checkbox"]:checked + .g-brd-white--checked,
input[type="radio"]:checked + .g-brd-white--checked,
input[type="checkbox"]:checked + * .g-brd-white--checked,
input[type="radio"]:checked + * .g-brd-white--checked {
  border-color: #fff !important;
}

.g-brd-white--checked.g-checked,
.g-checked .g-brd-white--checked {
  border-color: #fff !important;
}

/* Gray Colors */
input[type="checkbox"]:checked + .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

.g-brd-gray-dark-v1--checked.g-checked,
.g-checked .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

.g-brd-gray-dark-v2--checked.g-checked,
.g-checked .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

.g-brd-gray-dark-v3--checked.g-checked,
.g-checked .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

.g-brd-gray-dark-v4--checked.g-checked,
.g-checked .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

.g-brd-gray-dark-v5--checked.g-checked,
.g-checked .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + .g-brd-gray-light-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

.g-brd-gray-light-v1--checked.g-checked,
.g-checked .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + .g-brd-gray-light-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--checked.g-checked,
.g-checked .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + .g-brd-gray-light-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

.g-brd-gray-light-v3--checked.g-checked,
.g-checked .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + .g-brd-gray-light-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

.g-brd-gray-light-v4--checked.g-checked,
.g-checked .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

input[type="checkbox"]:checked + .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + .g-brd-gray-light-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--checked.g-checked,
.g-checked .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

/* Transparent */
input[type="checkbox"]:checked + .g-brd-transparent--checked,
input[type="radio"]:checked + .g-brd-transparent--checked,
input[type="checkbox"]:checked + * .g-brd-transparent--checked,
input[type="radio"]:checked + * .g-brd-transparent--checked {
  border-color: transparent !important;
}

.g-brd-transparent--checked.g-checked,
.g-checked .g-brd-transparent--checked {
  border-color: transparent !important;
}

/* Color Red */
input[type="checkbox"]:checked + .g-brd-red--checked,
input[type="radio"]:checked + .g-brd-red--checked,
input[type="checkbox"]:checked + * .g-brd-red--checked,
input[type="radio"]:checked + * .g-brd-red--checked {
  border-color: #f00 !important;
}

.g-brd-red--checked.g-checked,
.g-checked .g-brd-red--checked {
  border-color: #f00 !important;
}

/*------------------------------------
  Focus state border
------------------------------------*/
/* Primary Colors */
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: #09B1CD !important;
}

/* Black Colors */
.g-brd-black--focus:focus,
.g-brd-black--focus.g-state-focus *,
.g-brd-black--focus.g-state-focus *:focus {
  border-color: #000 !important;
}

/* White */
.g-brd-white--focus:focus,
.g-brd-white--focus.g-state-focus *,
.g-brd-white--focus.g-state-focus *:focus {
  border-color: #fff !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1--focus:focus,
.g-brd-gray-dark-v1--focus.g-state-focus *,
.g-brd-gray-dark-v1--focus.g-state-focus *:focus {
  border-color: #111 !important;
}

.g-brd-gray-dark-v2--focus:focus,
.g-brd-gray-dark-v2--focus.g-state-focus *,
.g-brd-gray-dark-v2--focus.g-state-focus *:focus {
  border-color: #333 !important;
}

.g-brd-gray-dark-v3--focus:focus,
.g-brd-gray-dark-v3--focus.g-state-focus *,
.g-brd-gray-dark-v3--focus.g-state-focus *:focus {
  border-color: #555 !important;
}

.g-brd-gray-dark-v4--focus:focus,
.g-brd-gray-dark-v4--focus.g-state-focus *,
.g-brd-gray-dark-v4--focus.g-state-focus *:focus {
  border-color: #777 !important;
}

.g-brd-gray-dark-v5--focus:focus,
.g-brd-gray-dark-v5--focus.g-state-focus *,
.g-brd-gray-dark-v5--focus.g-state-focus *:focus {
  border-color: #999 !important;
}

.g-brd-gray-dark-light-v1--focus:focus,
.g-brd-gray-dark-light-v1--focus.g-state-focus *,
.g-brd-gray-dark-light-v1--focus.g-state-focus *:focus {
  border-color: #bbb !important;
}

.g-brd-gray-dark-light-v2--focus:focus,
.g-brd-gray-dark-light-v2--focus.g-state-focus *,
.g-brd-gray-dark-light-v2--focus.g-state-focus *:focus {
  border-color: #ccc !important;
}

.g-brd-gray-dark-light-v3--focus:focus,
.g-brd-gray-dark-light-v3--focus.g-state-focus *,
.g-brd-gray-dark-light-v3--focus.g-state-focus *:focus {
  border-color: #ddd !important;
}

.g-brd-gray-dark-light-v4--focus:focus,
.g-brd-gray-dark-light-v4--focus.g-state-focus *,
.g-brd-gray-dark-light-v4--focus.g-state-focus *:focus {
  border-color: #eee !important;
}

.g-brd-gray-dark-light-v5--focus:focus,
.g-brd-gray-dark-light-v5--focus.g-state-focus *,
.g-brd-gray-dark-light-v5--focus.g-state-focus *:focus {
  border-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent--focus:focus,
.g-brd-transparent--focus.g-state-focus *,
.g-brd-transparent--focus.g-state-focus *:focus {
  border-color: transparent !important;
}

/* Color Red */
.g-brd-red--focus:focus,
.g-brd-red--focus.g-state-focus *,
.g-brd-red--focus.g-state-focus *:focus {
  border-color: #f00 !important;
}

/*------------------------------------
  Checked state box shadow
------------------------------------*/
input[type="checkbox"]:checked + .u-shadow-v1-5--checked,
input[type="radio"]:checked + .u-shadow-v1-5--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-5--checked,
input[type="radio"]:checked + * .u-shadow-v1-5--checked {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.u-shadow-v1-5--checked.g-checked,
.g-checked .u-shadow-v1-5--checked {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"]:checked + .u-shadow-v1-v6--checked,
input[type="radio"]:checked + .u-shadow-v1-v6--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-v6--checked,
input[type="radio"]:checked + * .u-shadow-v1-v6--checked {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.u-shadow-v1-v6--checked.g-checked,
.g-checked .u-shadow-v1-v6--checked {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Checked state opacity
------------------------------------*/
input[type="checkbox"]:checked + .g-opacity-1--checked,
input[type="radio"]:checked + .g-opacity-1--checked,
input[type="checkbox"]:checked + * .g-opacity-1--checked,
input[type="radio"]:checked + * .g-opacity-1--checked {
  opacity: 1;
}

.g-opacity-1--checked.g-checked,
.g-checked .g-opacity-1--checked {
  opacity: 1;
}

/*------------------------------------
  Checked state overlay
------------------------------------*/
input[type="checkbox"]:checked + .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_5--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_5--checked::after {
  background-color: rgba(0, 0, 0, 0.5);
}

input[type="checkbox"]:checked + .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_7--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_7--checked::after {
  background-color: rgba(0, 0, 0, 0.7);
}

input[type="checkbox"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-gradient-v1--checked::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
  background-image: -o-linear-gradient(top, transparent 40%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 40%, #000 100%);
}

input[type="checkbox"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_5--checked::after {
  background-color: rgba(9, 177, 205, 0.5);
}

.g-overlay-primary-0_5--checked.g-checked::after,
.g-checked .g-overlay-primary-0_5--checked::after {
  background-color: rgba(9, 177, 205, 0.5);
}

input[type="checkbox"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_9--checked::after {
  background-color: rgba(9, 177, 205, 0.9);
}

.g-overlay-primary-0_9--checked.g-checked::after,
.g-checked .g-overlay-primary-0_9--checked::after {
  background-color: rgba(9, 177, 205, 0.9);
}

/*------------------------------------
  Fields
------------------------------------*/
[data-capitalize] {
  text-transform: uppercase;
}

label.error {
  color: #d9534f;
  margin-top: .25rem;
  margin-bottom: 0;
}

input .error,
textarea.error,
select.error {
  border-color: #d9534f !important;
}

.js-autocomplete--ajax {
  position: relative;
  z-index: 10;
}

/*------------------------------------
  Fields Group v1
------------------------------------*/
.u-input-group-v1 {
  position: relative;
}

.u-input-group-v1 input ,
.u-input-group-v1 textarea,
.u-input-group-v1 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 40px 15px 10px;
}

.u-input-group-v1 input :focus + label, .u-input-group-v1 input [value] + label, .u-input-group-v1 input [placeholder] + label, .u-input-group-v1 input .g-state-not-empty + label,
.u-input-group-v1 textarea:focus + label,
.u-input-group-v1 textarea[value] + label,
.u-input-group-v1 textarea[placeholder] + label,
.u-input-group-v1 textarea.g-state-not-empty + label,
.u-input-group-v1 [class*="u-select"]:focus + label,
.u-input-group-v1 [class*="u-select"][value] + label,
.u-input-group-v1 [class*="u-select"][placeholder] + label,
.u-input-group-v1 [class*="u-select"].g-state-not-empty + label {
  top: 20px;
  font-size: 90%;
}

.u-input-group-v1 label {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0;
}

/*------------------------------------
  Fields Group v2
------------------------------------*/
.u-input-group-v2 {
  position: relative;
}

.u-input-group-v2 input ,
.u-input-group-v2 textarea,
.u-input-group-v2 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 10px 15px;
}

.u-input-group-v2 input :focus + label, .u-input-group-v2 input [value] + label, .u-input-group-v2 input [placeholder] + label, .u-input-group-v2 input .g-state-not-empty + label,
.u-input-group-v2 textarea:focus + label,
.u-input-group-v2 textarea[value] + label,
.u-input-group-v2 textarea[placeholder] + label,
.u-input-group-v2 textarea.g-state-not-empty + label,
.u-input-group-v2 [class*="u-select"]:focus + label,
.u-input-group-v2 [class*="u-select"][value] + label,
.u-input-group-v2 [class*="u-select"][placeholder] + label,
.u-input-group-v2 [class*="u-select"].g-state-not-empty + label {
  top: 0;
  font-size: 90%;
}

.u-input-group-v2 label {
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  margin-bottom: 0;
  -webkit-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-input-group-v2 textarea + label {
  top: 20px;
}

/*------------------------------------
  Fields Group v3
------------------------------------*/
.u-input-group-v3 input ,
.u-input-group-v3 textarea,
.u-input-group-v3 [class*="u-select"] {
  margin-top: -5px;
  border-color: rgba(204, 204, 204, 0.5);
  border-style: solid;
  border-width: 0 0 1px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.u-input-group-v3 input :focus,
.u-input-group-v3 textarea:focus,
.u-input-group-v3 [class*="u-select"]:focus {
  border-color: rgba(9, 177, 205, 0.5);
  -webkit-box-shadow: 0 1px 0 0 #09B1CD;
          box-shadow: 0 1px 0 0 #09B1CD;
}

.u-input-group-v3 label {
  margin-bottom: 0;
}

/*------------------------------------
  Fields Group v4
------------------------------------*/
.u-input-group-v4 {
  position: relative;
}

.u-input-group-v4 input ,
.u-input-group-v4 textarea,
.u-input-group-v4 [class*="u-select"] {
  background-color: transparent;
  border-color: rgba(204, 204, 204, 0.5);
  border-style: solid;
  border-width: 0 0 1px;
}

.u-input-group-v4 input :focus, .u-input-group-v4 input [value], .u-input-group-v4 input [placeholder], .u-input-group-v4 input .g-state-not-empty,
.u-input-group-v4 textarea:focus,
.u-input-group-v4 textarea[value],
.u-input-group-v4 textarea[placeholder],
.u-input-group-v4 textarea.g-state-not-empty,
.u-input-group-v4 [class*="u-select"]:focus,
.u-input-group-v4 [class*="u-select"][value],
.u-input-group-v4 [class*="u-select"][placeholder],
.u-input-group-v4 [class*="u-select"].g-state-not-empty {
  background-color: transparent;
  border-color: rgba(9, 177, 205, 0.5);
  -webkit-box-shadow: 0 1px 0 0 #09B1CD;
          box-shadow: 0 1px 0 0 #09B1CD;
}

.u-input-group-v4 input :focus + label, .u-input-group-v4 input [value] + label, .u-input-group-v4 input [placeholder] + label, .u-input-group-v4 input .g-state-not-empty + label,
.u-input-group-v4 textarea:focus + label,
.u-input-group-v4 textarea[value] + label,
.u-input-group-v4 textarea[placeholder] + label,
.u-input-group-v4 textarea.g-state-not-empty + label,
.u-input-group-v4 [class*="u-select"]:focus + label,
.u-input-group-v4 [class*="u-select"][value] + label,
.u-input-group-v4 [class*="u-select"][placeholder] + label,
.u-input-group-v4 [class*="u-select"].g-state-not-empty + label {
  top: 0;
  font-size: 90%;
}

.u-input-group-v4 label {
  position: absolute;
  top: 50%;
  left: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: #999;
  -webkit-transition-property: top, font-size;
  -o-transition-property: top, font-size;
  transition-property: top, font-size;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-input-group-v4 textarea + label {
  top: 20px;
}

/*------------------------------------
  Checkboxes
------------------------------------*/
.u-check {
  position: relative;
  cursor: pointer;
}

.u-check-icon-font {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px;
}

.u-check-icon-font i {
  font-size: 22px;
  color: #ccc;
}

.u-check-icon-font i::before {
  content: attr(data-uncheck-icon);
}

.u-check-icon-checkbox, .u-check-icon-radio {
  display: inline-block;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
  color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
  content: attr(data-check-icon);
}

.g-hide-check {
  display: block !important;
}

.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
  display: none !important;
}

.g-show-check {
  display: none !important;
}

.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
  display: block !important;
}

/*------------------------------------
  Checkboxes v1
------------------------------------*/
.u-check-icon-checkbox-v1, .u-check-icon-radio-v1 {
  background-color: #fff;
  border: solid 1px #ccc;
}

.u-check-icon-checkbox-v1 {
  border-radius: 1px;
}

.u-check-icon-radio-v1 {
  border-radius: 50%;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1 {
  color: #fff;
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1::before {
  content: attr(data-check-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v1 {
  border-width: 4px;
  border-color: #09B1CD;
}

/*------------------------------------
  Checkboxes v2
------------------------------------*/
.u-check-icon-checkbox-v2, .u-check-icon-radio-v2 {
  width: 20px;
  height: 20px;
  border: solid 1px #09B1CD;
}

.u-check-icon-checkbox-v2 {
  border-radius: 1px;
}

.u-check-icon-radio-v2 {
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v3
------------------------------------*/
.u-check-icon-checkbox-v3, .u-check-icon-radio-v3 {
  width: 40px;
  height: 40px;
  border: solid 1px #09B1CD;
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v4
------------------------------------*/
.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: solid 1px #ccc;
}

.u-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-check-icon-radio-v4 {
  border-radius: 50%;
}

.u-check-icon-radio-v4 i {
  border-radius: 50%;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  color: #09B1CD;
  border-color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v5
------------------------------------*/
.u-check-icon-checkbox-v5, .u-check-icon-radio-v5 {
  width: 18px;
  height: 18px;
}

.u-check-icon-checkbox-v5 i, .u-check-icon-radio-v5 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-check-icon-checkbox-v5 {
  border-radius: 1px;
}

.u-check-icon-radio-v5 {
  border-radius: 50%;
}

.u-check-icon-radio-v5 i {
  border-radius: 50%;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v5 i {
  border-width: 4px;
  border-color: #09B1CD;
}

/*------------------------------------
  Checkboxes v6
------------------------------------*/
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-check-icon-radio-v6 {
  border-radius: 50%;
}

.u-check-icon-radio-v6 i {
  border-radius: 50%;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
  color: #fff;
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
.u-check-icon-checkbox-v7, .u-check-icon-radio-v7 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

.u-check-icon-checkbox-v7 i::before, .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::before, .u-check-icon-radio-v7 i::after {
  content: "";
  display: block;
  position: absolute;
}

.u-check-icon-checkbox-v7 i::before, .u-check-icon-radio-v7 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

.u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
  color: #fff;
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
  left: calc(100% - 19px);
  background-color: #fff;
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
.u-check-icon-checkbox-v8, .u-check-icon-radio-v8 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

.u-check-icon-checkbox-v8 i::before, .u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::before, .u-check-icon-radio-v8 i::after {
  content: "";
  display: block;
  position: absolute;
}

.u-check-icon-checkbox-v8 i::before, .u-check-icon-radio-v8 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

.u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 {
  color: #09B1CD;
  border-color: #09B1CD;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i::after {
  left: calc(100% - 19px);
  background-color: #09B1CD;
}

/* P */
[class*="u-checkbox-v1"] {
  display: none;
}

[class*="u-checkbox-v1"] + label {
  cursor: pointer;
}

.u-checkbox-v1--checked-color-primary:checked + label {
  color: #09B1CD !important;
}

.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: #09B1CD !important;
}

/*------------------------------------
  Carousel indicators
------------------------------------*/
[class*="u-carousel-indicators"] {
  display: block;
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
}

[class*="u-carousel-indicators"] li {
  list-style: none;
}

[class*="u-carousel-indicators"] span {
  display: block;
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators v1
------------------------------------*/
.u-carousel-indicators-v1,
.u-carousel-indicators-v1--white {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-carousel-indicators-v1 li,
.u-carousel-indicators-v1--white li {
  margin: 0 5px;
}

.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #09B1CD;
}

.u-carousel-indicators-v1 span,
.u-carousel-indicators-v1--white span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  opacity: 1;
}

.u-carousel-indicators-v1 span {
  background-color: #777;
}

.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v2
------------------------------------*/
.u-carousel-indicators-v2 li {
  margin: 0 5px;
}

.u-carousel-indicators-v2 li.slick-active span {
  opacity: 1;
}

.u-carousel-indicators-v2 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/*------------------------------------
  Carousel indicators v3
------------------------------------*/
.u-carousel-indicators-v3 li {
  margin: 0 3px;
}

.u-carousel-indicators-v3 li.slick-active span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.u-carousel-indicators-v3 span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

/*------------------------------------
  Carousel indicators v4
------------------------------------*/
.u-carousel-indicators-v4 li {
  margin: 0 7px;
}

.u-carousel-indicators-v4 li.slick-active span {
  background-color: #09B1CD;
}

.u-carousel-indicators-v4 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

/*------------------------------------
  Carousel indicators v5
------------------------------------*/
.u-carousel-indicators-v5 {
  bottom: auto;
  left: auto;
  right: 15px;
  top: 15px;
  width: auto;
}

.u-carousel-indicators-v5 li {
  margin: 0 3px;
}

.u-carousel-indicators-v5 li.slick-active span {
  width: 9px;
  height: 9px;
  background-color: #fff;
}

.u-carousel-indicators-v5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}

/*------------------------------------
  Carousel indicators v6
------------------------------------*/
.u-carousel-indicators-v6 {
  display: block;
  left: 50%;
  right: auto;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.u-carousel-indicators-v6::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  right: 50%;
  display: none;
  width: calc(100% - 130px);
  height: 0;
  border-bottom: 1px solid #111;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.u-carousel-indicators-v6 span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #111;
  background-color: #fff;
  opacity: 1;
  margin: 4px auto 0;
}

.u-carousel-indicators-v6 li {
  display: table-cell;
  width: 1%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #111;
  vertical-align: top;
  cursor: pointer;
  float: none;
}

.u-carousel-indicators-v6 li.slick-active {
  color: #09B1CD;
}

.u-carousel-indicators-v6 li.slick-active span {
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #09B1CD;
  border-radius: 10px;
  margin: 0 auto;
}

.u-carousel-indicators-v6 .u-dot-title {
  display: none;
}

@media (min-width: 768px) {
  .u-carousel-indicators-v6 {
    top: 0;
    bottom: auto;
  }
  .u-carousel-indicators-v6::before {
    display: block;
  }
  .u-carousel-indicators-v6 span {
    margin: 3px auto 19px;
  }
  .u-carousel-indicators-v6 li.slick-active span {
    margin: 0 auto 15px;
  }
  .u-carousel-indicators-v6 .u-dot-title {
    display: block;
  }
}

/*------------------------------------
  Carousel indicators v7
------------------------------------*/
.u-carousel-indicators-v7 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-carousel-indicators-v7 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

.u-carousel-indicators-v7 li {
  display: block;
  margin: 15px 0;
  float: none;
}

.u-carousel-indicators-v7 li.slick-active span {
  opacity: 1;
}

/*------------------------------------
  Carousel indicators v8
------------------------------------*/
.u-carousel-indicators-v8 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-carousel-indicators-v8 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

.u-carousel-indicators-v8 li {
  display: block;
  margin: 15px 0;
}

.u-carousel-indicators-v8 li.slick-active span {
  background-color: #09B1CD;
}

/*------------------------------------
  Carousel indicators v9
------------------------------------*/
.u-carousel-indicators-v9 {
  padding-left: 0;
}

.u-carousel-indicators-v9 li {
  display: block;
  color: #000;
  text-transform: uppercase;
  background-color: #bbb;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  vertical-align: top;
  cursor: pointer;
  padding: 10px;
}

.u-carousel-indicators-v9 li + li {
  border-top-width: 1px;
}

.u-carousel-indicators-v9 li.slick-active {
  color: #fff;
  background-color: #09B1CD;
}

@media (min-width: 576px) {
  .u-carousel-indicators-v9 li {
    display: table-cell;
    width: 1%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-left-width: 0;
    border-right-width: 0;
    float: none;
    vertical-align: top;
    cursor: pointer;
    padding: 10px;
  }
  .u-carousel-indicators-v9 li + li {
    border-left-width: 1px;
  }
}

/*------------------------------------
  Carousel indicators v35
------------------------------------*/
.u-carousel-indicators-v35 li,
.u-carousel-indicators-v35--white li,
.u-carousel-indicators-v35--main li {
  display: inline-block;
  margin: 0 5px;
}

.u-carousel-indicators-v35 li.slick-active span,
.u-carousel-indicators-v35--white li.slick-active span,
.u-carousel-indicators-v35--main li.slick-active span {
  opacity: 1;
}

.u-carousel-indicators-v35 span,
.u-carousel-indicators-v35--white span,
.u-carousel-indicators-v35--main span {
  width: 13px;
  height: 13px;
  background-color: #09B1CD;
  border: 2px solid transparent;
  opacity: .7;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-carousel-indicators-v35 li.slick-active span,
.u-carousel-indicators-v35--white li.slick-active span,
.u-carousel-indicators-v35--main li.slick-active span {
  background-color: transparent;
  border-color: #09B1CD;
  opacity: .5;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.u-carousel-indicators-v35--white li span {
  background-color: #fff;
}

.u-carousel-indicators-v35--white li.slick-active span {
  border-color: #fff;
}

.u-carousel-indicators-v35--main li span {
  background-color: #000;
}

.u-carousel-indicators-v35--main li.slick-active span {
  border-color: #000;
}

/*------------------------------------
  Heading-v2
------------------------------------*/
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before, .u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before, .u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before, .u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before, .u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before, .u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before, .u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Heading-v2-1
------------------------------------*/
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before {
  width: 3.14286rem;
  border-top-width: 3px;
}

.u-heading-v2-1--bottom::after {
  margin-top: 0.71429rem;
}

.u-heading-v2-1--top::before {
  margin-bottom: 0.71429rem;
}

/*------------------------------------
  Heading-v2-2
------------------------------------*/
.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
  width: 2.71429rem;
  border-top-width: 5px;
}

.u-heading-v2-2--bottom::after {
  margin-top: 1.78571rem;
}

.u-heading-v2-2--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-3
------------------------------------*/
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
  width: 5rem;
  border-top-width: 1px;
}

.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem;
}

.u-heading-v2-3--top::before {
  margin-bottom: 1.07143rem;
}

/*------------------------------------
  Heading-v2-4
------------------------------------*/
.u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before {
  width: 5rem;
  border-top-width: 10px;
}

.u-heading-v2-4--bottom::after {
  margin-top: 2.14286rem;
}

.u-heading-v2-4--top::before {
  margin-bottom: 2.14286rem;
}

/*------------------------------------
  Heading-v2-5
------------------------------------*/
.u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before {
  width: 5rem;
  border-top-width: 2px;
}

.u-heading-v2-5--bottom::after {
  margin-top: 1.42857rem;
}

.u-heading-v2-5--top::before {
  margin-bottom: 1.42857rem;
}

/*------------------------------------
  Heading-v2-6
------------------------------------*/
.u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before {
  width: 2.14286rem;
  border-top-width: 1px;
}

.u-heading-v2-6--bottom::after {
  margin-top: 0.71429rem;
}

.u-heading-v2-6--top::before {
  margin-bottom: 0.71429rem;
}

/*------------------------------------
  Heading-v2-7
------------------------------------*/
.u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  width: 12rem;
  border-top-width: 10px;
}

.u-heading-v2-7--bottom::after {
  margin-top: 2.85714rem;
}

.u-heading-v2-7--top::before {
  margin-bottom: 2.85714rem;
}

/*------------------------------------
  Nonstandard-bg
------------------------------------*/
[class*="u-ns-bg-v"] {
  position: relative;
}

[class*="u-ns-bg-v"]::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
}

/*------------------------------------
  Background Colors
------------------------------------*/
.u-label {
  display: inline-block;
  padding: .35rem .58rem;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  /* Label Size
  ------------------------------------*/
  /* Label Styles
  ------------------------------------*/
  /* Label Num
  ------------------------------------*/
}

.u-label:empty {
  display: none;
}

.btn .u-label {
  position: relative;
  top: -1px;
}

.u-label-default {
  background-color: #777;
}

.u-label-default[href]:hover, .u-label-default[href]:focus {
  background-color: #555;
}

.u-label-primary {
  background-color: #5cb85c;
}

.u-label-primary[href]:hover, .u-label-primary[href]:focus {
  background-color: #55b555;
}

.u-label-success {
  background-color: #5cb85c;
}

.u-label-success[href]:hover, .u-label-success[href]:focus {
  background-color: #55b555;
}

.u-label-info {
  background-color: #5bc0de;
}

.u-label-info[href]:hover, .u-label-info[href]:focus {
  background-color: #53bddc;
}

.u-label-warning {
  background-color: #f0ad4e;
}

.u-label-warning[href]:hover, .u-label-warning[href]:focus {
  background-color: #efa945;
}

.u-label-danger {
  background-color: #d9534f;
}

.u-label-danger[href]:hover, .u-label-danger[href]:focus {
  background-color: #d74b47;
}

.u-label.g-rounded-10 {
  padding: .35rem .7rem;
}

.u-label--sm {
  font-size: .8rem;
}

.u-label--lg {
  font-size: 1.1rem;
}

.u-label.u-label-with-icon {
  padding: .5rem .85rem;
}

.u-label.u-label-with-icon i {
  margin-right: .5rem;
}

.u-label-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .35rem;
  line-height: 2rem;
}

.u-label-num.u-label--sm {
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

.u-label-num.u-label--lg {
  min-width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

/*------------------------------------
  Link Styles
------------------------------------*/
.u-link-v1 {
  border-bottom: solid 1px;
}

.u-link-v1:hover, .u-link-v1:focus {
  border-bottom: none;
  text-decoration: none;
}

.u-link-v2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.u-link-v3 {
  text-decoration: underline;
}

.u-link-v3:hover {
  text-decoration: none;
}

.u-link-v4 {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.u-link-v4:hover {
  opacity: .8;
}

.u-link-v5 {
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.u-link-v5:hover, .u-link-v5:focus {
  text-decoration: none;
}

.u-link-v6 {
  display: block;
  overflow: hidden;
}

.u-link-v6-arrow {
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.u-link .u-block-hover:hover-v6-arrow, .u-link-v6:hover-v6-arrow {
  margin-left: 5px;
  visibility: visible;
  opacity: 1;
}

.u-link-v7 {
  margin-right: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.u-link-v7-arrow {
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.u-link .u-block-hover:hover, .u-link-v7:hover {
  margin-right: 0;
}

.u-link .u-block-hover:hover-v7-arrow, .u-link-v7:hover-v7-arrow {
  margin-left: 10px;
  visibility: visible;
  opacity: 1;
}

/*------------------------------------
  List Styles
------------------------------------*/
.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.img-bordered {
  border: solid 6px #777;
}

/*------------------------------------
  Animation on the scroll
------------------------------------*/
[data-animation]:not(.u-in-viewport) {
  visibility: hidden;
}

[data-animation].js-carousel {
  visibility: visible;
}

.u-in-viewport {
  visibility: visible;
}

/*------------------------------------
  Stickers
------------------------------------*/
.u-sticker {
  position: absolute;
}

/* Sticker Position
------------------------------------*/
.u-sticker-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*------------------------------------
  Sticky blocks
------------------------------------*/
[class*="sticky-block"] {
  max-width: 100%;
}

/*------------------------------------
  Tabs
------------------------------------*/
/* Colors
------------------------------------*/
.g-color-primary--active.active {
  color: #09B1CD;
}

.g-color-black--active.active {
  color: #000;
}

.g-color-gray-dark-v2--active.active {
  color: #333;
}

.g-color-white--active.active {
  color: #fff;
}

/* Style for Icons
------------------------------------*/
.u-tab-line-icon-pro {
  position: relative;
  top: 2px;
}

/* HZ
------------------------------------*/
.nav-item > a,
.nav-item > .nav-link,
[class*="u-tab-link"]:not([class*="-icon"]) {
  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) {
  display: block;
}

[role="tablist"]  .nav-item {
  display: inline-block;
}

[role="tablist"]  .js-tabs-mobile {
  position: relative;
  display: none;
}

[role="tablist"]  .js-tabs-mobile-control {
  position: relative;
  display: block;
}

[role="tablist"]  .js-tabs-mobile-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
  margin-top: -1px;
}

[role="tablist"]  .js-tabs-mobile .nav-inner {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid;
  padding-left: 0;
}

[role="tablist"]  .js-tabs-mobile .nav-inner .nav-item {
  display: block;
  white-space: nowrap;
}

[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]) {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

[data-scroll] ::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  [data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not(
  [data-tabs-mobile-type="accordion"]) {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  [data-scroll] {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  [data-scroll]::-webkit-scrollbar {
    display: none;
  }
  @-moz-document url-prefix() {
    [data-scroll] {
      padding-bottom: 15px;
    }
  }
}

/*------------------------------------
  Tabs v1
------------------------------------*/
/* Tabs v1
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v1"].u-nav-rounded-3 .nav-link {
    border-radius: 3px;
  }
  [class*="u-nav-v1"].u-nav-rounded-5 .nav-link {
    border-radius: 5px;
  }
  [class*="u-nav-v1"].u-nav-rounded-7 .nav-link {
    border-radius: 7px;
  }
  [class*="u-nav-v1"].u-nav-rounded-10 .nav-link {
    border-radius: 10px;
  }
  .u-nav-v1-1 .nav-link.active {
    background-color: #eee;
  }
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #09B1CD;
  }
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333;
  }
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff;
  }
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #333;
    background-color: #fff;
  }
  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent;
  }
  .u-nav-v1-2 .nav-link.active {
    border-color: #eee;
  }
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #09B1CD;
  }
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333;
  }
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff;
  }
  .u-nav-v1-2.u-nav-light .nav-link.active {
    border-color: #fff;
  }
}

/*------------------------------------
  Tabs v2
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v2"] .nav-link {
    border-style: solid;
    border-color: #eee;
    border-width: 1px;
    margin-left: -1px;
  }
  [class*="u-nav-v2"] .nav-item:first-child .nav-link {
    margin-left: 0;
  }
  [class*="u-nav-v2"].flex-column .nav-link {
    margin: -1px 0 0;
  }
  [class*="u-nav-v2"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  [class*="u-nav-v2"].u-nav-primary .nav-link {
    border-color: #09B1CD;
  }
  [class*="u-nav-v2"].u-nav-primary .nav-link.active,
  [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: #09B1CD !important;
  }
  [class*="u-nav-v2"].u-nav-dark .nav-link {
    border-color: #333;
  }
  [class*="u-nav-v2"].u-nav-dark .nav-link.active,
  [class*="u-nav-v2"].u-nav-dark .cbp-filter-item-active .nav-link {
    border-color: #333 !important;
  }
  [class*="u-nav-v2"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }
  [class*="u-nav-v2"].u-nav-light .nav-link.active,
  [class*="u-nav-v2"].u-nav-light .cbp-filter-item-active .nav-link {
    border-color: #fff !important;
  }
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:first-child .nav-link {
    border-radius: 3px 0 0 3px;
  }
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:last-child .nav-link {
    border-radius: 0 3px 3px 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px;
  }
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
  }
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px;
  }
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 0 0 7px;
  }
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 7px 7px 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px;
  }
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
  }
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0;
  }
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px;
  }
  .u-nav-v2-1 .nav-link.active,
  .u-nav-v2-1 .cbp-filter-item-active .nav-link {
    background-color: #eee;
  }
  .u-nav-v2-1.u-nav-primary .nav-link.active,
  .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
    color: #fff;
    background-color: #09B1CD;
  }
  .u-nav-v2-1.u-nav-dark .nav-link.active,
  .u-nav-v2-1.u-nav-dark .nav-link.cbp-filter-item-active {
    color: #fff;
    background-color: #333;
  }
  .u-nav-v2-1.u-nav-light .nav-link.active,
  .u-nav-v2-1.u-nav-light .nav-link.cbp-filter-item-active {
    color: #333;
    background-color: #fff;
  }
  .u-nav-v2-2 .nav-link.active,
  .u-nav-v2-2 .cbp-filter-item-active .nav-link {
    color: #09B1CD;
  }
}

/*------------------------------------
  Tabs v3
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v3"] .nav-link {
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
  }
  [class*="u-nav-v3"].flex-column .nav-link {
    margin: -1px 0 0;
  }
  [class*="u-nav-v3"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  [class*="u-nav-v3"] .nav-link.active {
    color: #09B1CD;
  }
  [class*="u-nav-v3"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }
  [class*="u-nav-v3"].u-nav-light .nav-link.active {
    color: #09B1CD;
    border-color: #fff !important;
  }
  .u-nav-v3-2 .nav-link {
    z-index: 1;
  }
  .u-nav-v3-2 .nav-link.active {
    border-color: #09B1CD;
    z-index: 2;
    position: relative;
  }
}

/*------------------------------------
  Tabs v4
------------------------------------*/
@media (min-width: 768px) {
  .u-nav-v4-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
  }
  .u-nav-v4-1 .nav-item {
    margin-bottom: -1px;
  }
  .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: transparent;
  }
  .u-nav-v4-1 .nav-link.active {
    border-color: #ccc #eee #fff;
  }
  .u-nav-v4-1.u-nav-light .nav-link {
    color: #fff;
  }
  .u-nav-v4-1.u-nav-light .nav-link.active {
    color: #fff;
    border-color: #ccc #eee transparent;
    background-color: #333;
  }
  .u-nav-v4-1.u-nav-light.flex-column .nav-link.active {
    border-color: #ccc transparent #ccc #eee;
    border-width: 1px 0 1px 1px;
    background-color: #333;
  }
  .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #09B1CD #eee #fff;
  }
  .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #333 #eee #fff;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .u-nav-v4-1-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-nav-v4-1-column .u-nav-v4-1 {
    border-bottom: none;
  }
  .u-nav-v4-1-column .u-nav-v4-1 .nav-item {
    margin: 0 -1px 0 0;
    z-index: 2;
  }
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    border-color: transparent;
  }
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link.active {
    border-color: #eee #fff #eee #ccc;
  }
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #eee #fff #eee #09B1CD;
  }
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #eee #fff #eee #333;
  }
  .u-nav-v4-1-column .nav {
    width: 30%;
  }
  .u-nav-v4-1-column .tab-content {
    width: 70%;
  }
}

/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v5"] .nav-item {
    margin-bottom: -1px;
  }
  [class*="u-nav-v5"] .nav-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }
  [class*="u-nav-v5"] .nav-link.active {
    border-color: #ccc;
  }
  [class*="u-nav-v5"].u-nav-primary .nav-link.active {
    border-color: #09B1CD;
    color: #09B1CD;
  }
  [class*="u-nav-v5"].u-nav-dark .nav-link.active {
    border-color: #333;
    color: #333;
  }
  [class*="u-nav-v5"].u-nav-light .nav-link {
    color: #fff;
  }
  [class*="u-nav-v5"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }
  .u-nav-v5-2 .nav-link {
    border-bottom-width: 2px;
  }
  .u-nav-v5-3 .nav-link {
    border-bottom-width: 5px;
  }
}

/*------------------------------------
  Tabs v6
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v6"] .nav-link {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  [class*="u-nav-v6"] .nav-link:after, [class*="u-nav-v6"] .nav-link:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  [class*="u-nav-v6"] .nav-link:after {
    border-top-color: #ddd !important;
    border-width: 4px;
    margin-left: -4px;
  }
  [class*="u-nav-v6"] .nav-link:before {
    border-width: 6px;
    margin-left: -6px;
  }
  [class*="u-nav-v6"] .nav-link.active {
    border-color: #09B1CD;
  }
  [class*="u-nav-v6"] .nav-link.active::after, [class*="u-nav-v6"] .nav-link.active::before {
    opacity: 1;
  }
  [class*="u-nav-v6"] .nav-link.active::before {
    border-top-color: #09B1CD;
  }
  [class*="u-nav-v6"].u-nav-light .nav-link {
    color: #fff;
  }
  [class*="u-nav-v6"].u-nav-light .nav-link::after {
    border-top-color: #333;
  }
  [class*="u-nav-v6"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }
  [class*="u-nav-v6"].u-nav-light .nav-link.active:before {
    border-top-color: #fff;
  }
  [class*="u-nav-v6"].u-nav-light .nav-link.active::after {
    border-top-color: #333;
  }
  [class*="u-nav-v6"].flex-column .nav-link {
    border-bottom: none;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: transparent;
  }
  [class*="u-nav-v6"].flex-column .nav-link:after, [class*="u-nav-v6"].flex-column .nav-link:before {
    top: 50%;
    left: auto;
  }
  [class*="u-nav-v6"].flex-column .nav-link:after {
    border-top-color: transparent;
    border-left-color: #ddd !important;
    border-width: 4px;
    margin-left: 0;
    margin-top: -5px;
    right: -8px;
  }
  [class*="u-nav-v6"].flex-column .nav-link:before {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 6px;
    margin-left: 0;
    margin-top: -7px;
    right: -13px;
  }
  [class*="u-nav-v6"].flex-column .nav-link.active {
    border-color: #09B1CD;
  }
  [class*="u-nav-v6"].flex-column .nav-link.active::before {
    border-left-color: #09B1CD;
  }
}

/*------------------------------------
  Tabs v7
------------------------------------*/
@media (min-width: 768px) {
  [class*="u-nav-v7"] .nav-item {
    position: relative;
  }
  [class*="u-nav-v7"] .nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 35%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ccc;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [class*="u-nav-v7"] .nav-item:last-child::after {
    border-right-color: transparent;
  }
  [class*="u-nav-v7"] .nav-link.active {
    color: #09B1CD;
  }
  [class*="u-nav-v7"].u-nav-dark .nav-link.active {
    color: #333;
  }
  [class*="u-nav-v7"].u-nav-light .nav-link {
    color: #fff;
  }
  [class*="u-nav-v7"].u-nav-light .nav-link.active {
    color: #fff;
    opacity: .5;
  }
  [class*="u-nav-v7"].flex-column .nav-item::after {
    top: 100%;
    left: 0;
    right: auto;
    width: 35%;
    height: 0;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  [class*="u-nav-v7"].flex-column .nav-item:last-child::after {
    border-bottom-color: transparent;
  }
  [class*="u-nav-v7"].flex-column .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  [class*="u-nav-v7"].flex-column.text-center .nav-item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*------------------------------------
  Tabs v8
------------------------------------*/
[class*="u-nav-v8"] .nav-link {
  position: relative;
  min-height: 100%;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[class*="u-nav-v8"] .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), to(rgba(17, 17, 17, 0.2)));
  background-image: -o-linear-gradient(right, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  background-image: linear-gradient(to left, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  background-repeat: repeat-y;
  z-index: 1;
}

[class*="u-nav-v8"] .nav-link.active {
  background-color: #09B1CD;
}

[class*="u-nav-v8"] .nav-link.active::after {
  display: none;
}

[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
  background-color: #09B1CD;
}

[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
  color: rgba(255, 255, 255, 0.7);
}

[class*="u-nav-v8"].u-nav-light .nav-link {
  color: #333;
}

[class*="u-nav-v8"].u-nav-light .nav-link.active {
  color: #09B1CD;
  background-color: #fff;
}

[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__icon {
  color: #fff;
  background-color: #09B1CD;
}

[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
  color: #09B1CD;
}

[class*="u-nav-v8"].u-nav-light .u-nav-v8__icon {
  background-color: #fff;
  color: #fff;
}

[class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
  color: #fff;
}

.u-nav-v8__icon, .u-nav-v8__title, .u-nav-v8__description {
  position: relative;
  z-index: 3;
}

.u-nav-v8__icon {
  display: none;
  background-color: #333;
  color: #fff;
  -webkit-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
          transform: translateY(-51%);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.u-nav-v8__title {
  display: block;
}

.u-nav-v8__description {
  color: inherit;
  font-style: normal;
}

@media (min-width: 768px) {
  [class*="u-nav-v8"] .nav-link {
    padding: 0 20px 25px;
  }
  [class*="u-nav-v8"].u-nav-light .nav-link {
    background-color: #fff;
  }
  [class*="u-nav-v8"].u-nav-light .nav-link::before {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49.6%, transparent), color-stop(50%, #fff)), -webkit-gradient(linear, right bottom, left top, color-stop(49.6%, transparent), color-stop(50%, #fff));
    background-image: -o-linear-gradient(top right, transparent 49.6%, #fff 50%), -o-linear-gradient(bottom right, transparent 49.6%, #fff 50%);
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
  }
  [class*="u-nav-v8"].u-nav-light .nav-link::after {
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(204, 204, 204, 0.2)));
    background-image: -o-linear-gradient(right, #fff 0%, rgba(204, 204, 204, 0.2) 100%);
    background-image: linear-gradient(to left, #fff 0%, rgba(204, 204, 204, 0.2) 100%);
  }
  [class*="u-nav-v8"].u-nav-light .nav-link.active {
    color: #fff;
    background-color: #09B1CD;
  }
  [class*="u-nav-v8"].u-nav-light .nav-link.active::before {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49.6%, transparent), color-stop(50%, #09B1CD)), -webkit-gradient(linear, right bottom, left top, color-stop(49.6%, transparent), color-stop(50%, #09B1CD));
    background-image: -o-linear-gradient(top right, transparent 49.6%, #09B1CD 50%), -o-linear-gradient(bottom right, transparent 49.6%, #09B1CD 50%);
    background-image: linear-gradient(to bottom left, transparent 49.6%, #09B1CD 50%), linear-gradient(to top left, transparent 49.6%, #09B1CD 50%);
  }
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title {
    color: #fff;
  }
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.7);
  }
  [class*="u-nav-v8"].u-nav-light .u-nav-v8__icon, [class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
    color: #09B1CD;
  }
  [class*="u-nav-v8"].justify-content-end .nav-item:first-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:first-child .nav-link::before {
    display: none;
  }
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link {
    padding: 0 20px 25px;
  }
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link::before {
    display: block;
  }
  [class*="u-nav-v8"].justify-content-end .nav-link::before, [class*="u-nav-v8"].text-right .nav-link::before {
    left: -26px;
    right: auto;
    background-position: top right, bottom left;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49.6%, transparent), color-stop(50%, #333)), -webkit-gradient(linear, left bottom, right top, color-stop(49.6%, transparent), color-stop(50%, #333));
    background-image: -o-linear-gradient(top left, transparent 49.6%, #333 50%), -o-linear-gradient(bottom left, transparent 49.6%, #333 50%);
    background-image: linear-gradient(to bottom right, transparent 49.6%, #333 50%), linear-gradient(to top right, transparent 49.6%, #333 50%);
  }
  [class*="u-nav-v8"].justify-content-end .nav-link::after, [class*="u-nav-v8"].text-right .nav-link::after {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(rgba(17, 17, 17, 0.2)));
    background-image: -o-linear-gradient(left, #333 0%, rgba(17, 17, 17, 0.2) 100%);
    background-image: linear-gradient(to right, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  }
  [class*="u-nav-v8"].justify-content-end .nav-link.active::before, [class*="u-nav-v8"].text-right .nav-link.active::before {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49.6%, transparent), color-stop(50%, #09B1CD)), -webkit-gradient(linear, left bottom, right top, color-stop(49.6%, transparent), color-stop(50%, #09B1CD));
    background-image: -o-linear-gradient(top left, transparent 49.6%, #09B1CD 50%), -o-linear-gradient(bottom left, transparent 49.6%, #09B1CD 50%);
    background-image: linear-gradient(to bottom right, transparent 49.6%, #09B1CD 50%), linear-gradient(to top right, transparent 49.6%, #09B1CD 50%);
  }
  [class*="u-nav-v8"].flex-column .nav-item {
    margin-bottom: 1px;
  }
  [class*="u-nav-v8"].flex-column .nav-item:first-child .nav-link {
    padding: 20px 20px 20px 50px;
  }
  [class*="u-nav-v8"].flex-column .nav-item:last-child .nav-link::before {
    display: block;
  }
  [class*="u-nav-v8"].flex-column .nav-link {
    padding: 20px 20px 20px 50px;
  }
  [class*="u-nav-v8"].flex-column .nav-link::before {
    opacity: 0;
  }
  [class*="u-nav-v8"].flex-column .nav-link.active::before {
    opacity: 1;
  }
  [class*="u-nav-v8"].flex-column .u-nav-v8__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .u-nav-v8__icon {
    display: inline-block;
  }
  .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.5);
  }
  .u-nav-v8-2 .nav-item:first-child .nav-link {
    padding: 0 20px 25px;
  }
  .u-nav-v8-2 .nav-item:last-child .nav-link::before {
    display: none;
  }
  .u-nav-v8-2 .nav-link {
    padding: 0 20px 25px 50px;
  }
  .u-nav-v8-2 .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    display: block;
    width: 26px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 50.8%;
    background-position: top right, bottom left;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49.6%, transparent), color-stop(50%, #333)), -webkit-gradient(linear, right bottom, left top, color-stop(49.6%, transparent), color-stop(50%, #333));
    background-image: -o-linear-gradient(top right, transparent 49.6%, #333 50%), -o-linear-gradient(bottom right, transparent 49.6%, #333 50%);
    background-image: linear-gradient(to bottom left, transparent 49.6%, #333 50%), linear-gradient(to top left, transparent 49.6%, #333 50%);
    z-index: 2;
  }
  .u-nav-v8-2 .nav-link.active::before {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(49.6%, transparent), color-stop(50%, #09B1CD)), -webkit-gradient(linear, right bottom, left top, color-stop(49.6%, transparent), color-stop(50%, #09B1CD));
    background-image: -o-linear-gradient(top right, transparent 49.6%, #09B1CD 50%), -o-linear-gradient(bottom right, transparent 49.6%, #09B1CD 50%);
    background-image: linear-gradient(to bottom left, transparent 49.6%, #09B1CD 50%), linear-gradient(to top left, transparent 49.6%, #09B1CD 50%);
  }
  .u-nav-v8-2.justify-content-end .nav-item:first-child .nav-link, .u-nav-v8-2.text-right .nav-item:first-child .nav-link {
    padding: 0 50px 25px 20px;
  }
  .u-nav-v8-2.justify-content-end .nav-link, .u-nav-v8-2.text-right .nav-link {
    padding: 0 50px 25px 20px;
  }
}

@media (max-width: 768px - 1) {
  [data-tabs-mobile-type="slide-up-down"],
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
  [data-tabs-mobile-type="accordion"]) {
    border-color: #09B1CD;
  }
  [role="tablist"]  .nav-item > a,
  [role="tablist"]  .nav-item > .nav-link,
  [role="tablist"]  [class*="u-tab-link"]:not([class*="-icon"]) {
    white-space: nowrap;
    padding: 5px 10px;
  }
  [role="tablist"]  .nav-item > a,
  [role="tablist"]  .nav-item > .nav-link,
  [role="tablist"]  [class*="u-tab-link"] {
    display: block;
  }
  [data-tabs-mobile-type="slide-up-down"] {
    width: 100%;
    padding-top: 10px;
    border-bottom: none !important;
  }
  [data-tabs-mobile-type="slide-up-down"] .nav-item {
    margin: 0;
  }
  [data-tabs-mobile-type="slide-up-down"] .nav-link {
    text-align: center;
    border-style: solid !important;
    border-color: #eee !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    margin: -1px 0 0;
  }
  [data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link {
    border-color: #09B1CD !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-item.show .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item.show .nav-link {
    border-color: #09B1CD !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link {
    border-color: #333 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-item.show .nav-link {
    border-color: #333 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-item.show .nav-link {
    border-color: #fff;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link.active {
    color: #09B1CD;
    background-color: #fff;
    border-color: #fff;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0 !important;
  }
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px !important;
  }
  .tab-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*------------------------------------
  Typography
------------------------------------*/
.popovers--no-title .popover-title {
  display: none;
}

.g-nowrap {
  white-space: nowrap;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

video {
  max-width: 100%;
}

.u-video-v1 {
  margin-bottom: 15px;
}

.u-video-v1-info {
  display: none;
  padding-left: 0;
}

.u-video-v1-info__item {
  display: inline-block;
  list-style: none;
}

.u-audio-v1 {
  margin-bottom: 15px;
}

.u-audio-v1-info {
  display: none;
  padding-left: 0;
}

.u-audio-v1-info__item {
  display: inline-block;
  list-style: none;
}

.u-audio-v2 .plyr__controls {
  background-color: transparent;
  border: none;
}

.u-audio-v2 .plyr__controls button {
  color: #fff;
}

/*------------------------------------
  Navigation
------------------------------------*/
/* Base Abstractions */
/* Base stylesheets */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-link {
  color: #fff;
}

.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.active > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:hover > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:focus > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.show > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.hs-sub-menu-opened > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item .nav-link:focus {
  color: #fff;
}

/* Import */
/* Main navigation styles */
/* Dropdown navigation styles */
/* Main navigation behaviors */
/*------------------------------------
  Navigation Behavior (Overlay)
------------------------------------*/
body.u-main-nav--overlay-left .u-main-nav__overlay, body.u-main-nav--overlay-right .u-main-nav__overlay {
  overflow: hidden;
}

body.u-main-nav--overlay-right .u-main-nav--overlay {
  right: -21.42857rem;
}

body.u-main-nav--overlay-right .u-main-nav__overlay {
  right: 100%;
}

body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav--overlay {
  right: 0;
}

body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

body.u-main-nav--overlay-left .u-main-nav--overlay {
  left: -21.42857rem;
}

body.u-main-nav--overlay-left .u-main-nav__overlay {
  left: 100%;
}

body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav--overlay {
  left: 0;
}

body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

.navbar-collapse.u-main-nav--overlay {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.navbar-collapse.u-main-nav--overlay .navbar-nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-collapse.u-main-nav--overlay .dropdown-menu {
  position: static;
  width: 100%;
}

.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Push)
------------------------------------*/
body.u-main-nav--push-left, body.u-main-nav--push-right {
  width: 100%;
}

body.u-main-nav--push-left .u-main-nav__push, body.u-main-nav--push-right .u-main-nav__push {
  overflow: hidden;
}

body.u-main-nav--push-right .u-main-nav--push {
  right: -21.42857rem;
}

body.u-main-nav--push-right .u-main-nav__overlay {
  right: 100%;
}

body.u-main-nav--push-right.u-main-nav--overlay-opened {
  margin-right: 21.42857rem;
}

body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav--push {
  right: 0;
}

body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

body.u-main-nav--push-left .u-main-nav--push {
  left: -21.42857rem;
}

body.u-main-nav--push-left .u-main-nav__overlay {
  left: 100%;
}

body.u-main-nav--push-left.u-main-nav--overlay-opened {
  margin-left: 21.42857rem;
}

body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav--push {
  left: 0;
}

body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

.navbar-collapse.u-main-nav--push {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  max-width: 85%;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.navbar-collapse.u-main-nav--push .navbar-nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.navbar-collapse.u-main-nav--push .dropdown-menu {
  position: static;
  width: 100%;
}

.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Smart)
------------------------------------*/
.u-smart-nav {
  position: fixed;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale3d(0.2, 0.2, 0.2);
          transform: scale3d(0.2, 0.2, 0.2);
}

.u-smart-nav .navbar {
  position: absolute;
  width: 21.42857rem;
  opacity: 0;
  visibility: hidden;
}

.u-smart-nav .navbar .dropdown {
  z-index: 1;
}

.u-smart-nav .navbar .dropdown-menu {
  position: relative;
  width: 100%;
}

.u-smart-nav .navbar li {
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-smart-nav .navbar li:nth-child(1) {
  -webkit-transition-delay: 60ms;
       -o-transition-delay: 60ms;
          transition-delay: 60ms;
}

.u-smart-nav .navbar li:nth-child(2) {
  -webkit-transition-delay: 90ms;
       -o-transition-delay: 90ms;
          transition-delay: 90ms;
}

.u-smart-nav .navbar li:nth-child(3) {
  -webkit-transition-delay: 120ms;
       -o-transition-delay: 120ms;
          transition-delay: 120ms;
}

.u-smart-nav .navbar li:nth-child(4) {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

.u-smart-nav .navbar li:nth-child(5) {
  -webkit-transition-delay: 180ms;
       -o-transition-delay: 180ms;
          transition-delay: 180ms;
}

.u-smart-nav .navbar li:nth-child(6) {
  -webkit-transition-delay: 210ms;
       -o-transition-delay: 210ms;
          transition-delay: 210ms;
}

.u-smart-nav .navbar li:nth-child(7) {
  -webkit-transition-delay: 240ms;
       -o-transition-delay: 240ms;
          transition-delay: 240ms;
}

.u-smart-nav .navbar li:nth-child(8) {
  -webkit-transition-delay: 270ms;
       -o-transition-delay: 270ms;
          transition-delay: 270ms;
}

.u-smart-nav .navbar li:nth-child(9) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.u-smart-nav .navbar li:nth-child(10) {
  -webkit-transition-delay: 330ms;
       -o-transition-delay: 330ms;
          transition-delay: 330ms;
}

.u-smart-nav .navbar li:nth-child(11) {
  -webkit-transition-delay: 360ms;
       -o-transition-delay: 360ms;
          transition-delay: 360ms;
}

.u-smart-nav .navbar li:nth-child(12) {
  -webkit-transition-delay: 390ms;
       -o-transition-delay: 390ms;
          transition-delay: 390ms;
}

.u-smart-nav .navbar li:nth-child(13) {
  -webkit-transition-delay: 420ms;
       -o-transition-delay: 420ms;
          transition-delay: 420ms;
}

.u-smart-nav .navbar li:nth-child(14) {
  -webkit-transition-delay: 450ms;
       -o-transition-delay: 450ms;
          transition-delay: 450ms;
}

.u-smart-nav .navbar li:nth-child(15) {
  -webkit-transition-delay: 480ms;
       -o-transition-delay: 480ms;
          transition-delay: 480ms;
}

.u-smart-nav .navbar li:nth-child(16) {
  -webkit-transition-delay: 510ms;
       -o-transition-delay: 510ms;
          transition-delay: 510ms;
}

.u-smart-nav .navbar li:nth-child(17) {
  -webkit-transition-delay: 540ms;
       -o-transition-delay: 540ms;
          transition-delay: 540ms;
}

.u-smart-nav .navbar li:nth-child(18) {
  -webkit-transition-delay: 570ms;
       -o-transition-delay: 570ms;
          transition-delay: 570ms;
}

.u-smart-nav .navbar li:nth-child(19) {
  -webkit-transition-delay: 600ms;
       -o-transition-delay: 600ms;
          transition-delay: 600ms;
}

.u-smart-nav__toggler {
  position: relative;
  z-index: 1;
}

.u-smart-nav--opened .navbar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important;
}

.u-smart-nav--opened .navbar li {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.u-smart-nav--shown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.u-smart-nav--bottom-right {
  right: 0.71429rem;
  bottom: 0.71429rem;
}

.u-smart-nav--bottom-right .navbar {
  bottom: 0;
  right: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
          transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  padding-right: 5.71429rem;
}

.u-smart-nav--bottom-left {
  left: 0.71429rem;
  bottom: 0.71429rem;
}

.u-smart-nav--bottom-left .navbar {
  text-align: right;
  bottom: 0;
  left: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
          transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  padding-left: 5.71429rem;
}

.u-smart-nav--top-left {
  left: 0.71429rem;
  top: 0.71429rem;
}

.u-smart-nav--top-left .navbar {
  text-align: right;
  top: 0;
  left: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
          transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  padding-left: 5.71429rem;
}

.u-smart-nav--top-right {
  right: 0.71429rem;
  top: 0.71429rem;
}

.u-smart-nav--top-right .navbar {
  top: 0;
  right: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1);
          transform: scale3d(0.1, 0.1, 0.1);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  padding-right: 5.71429rem;
}

/* Secondary navigation styles */
/*------------------------------------
  Secondary Navigation
------------------------------------*/
.u-secondary-navigation {
  z-index: 3;
}

.u-secondary-navigation .active a {
  color: #09B1CD;
}

/* Sidebar shortcode navigation styles */
/*------------------------------------
  Sidebar Navigation
------------------------------------*/
@media all and (min-width: 992px) {
  .u-sidebar-navigation {
    position: fixed;
    top: 0;
    left: -21.42857rem;
    width: 300px;
  }
}

.u-sidebar-navigation-inner {
  background-color: #1c2434;
  color: #fff;
  padding: 20px 0;
}

.u-sidebar-navigation__search-input {
  border-radius: 3px;
  border: none;
}

.u-sidebar-navigation .nav-link {
  color: #fff;
  padding: 0.5rem 1.42857rem;
}

.u-sidebar-navigation .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.u-sidebar-navigation .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
}

.u-sidebar-navigation__toggler {
  position: fixed;
  top: 120px;
  left: 0;
  width: 53px;
  height: 53px;
  background-color: #1c2434;
  color: #fff;
  border-radius: 0 3px 3px 0;
  font-size: 22px;
  z-index: 2;
}

.u-sidebar-navigation__toggler:hover, .u-sidebar-navigation__toggler:focus {
  color: #fff;
}

.u-sidebar-navigation__closer {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  z-index: 3;
}

.u-sidebar-navigation__closer:hover, .u-sidebar-navigation__closer:focus {
  color: #fff;
}

@media all and (max-width: 992px - 1) {
  .u-sidebar-navigation-list {
    display: block;
    -webkit-columns: 4;
            columns: 4;
  }
  .u-sidebar-navigation-list .dropdown-toggle {
    display: none;
  }
  .u-sidebar-navigation-list .dropdown-menu {
    display: block;
    max-height: 100%;
    margin: 0;
    float: none;
    opacity: 1;
  }
}

@media all and (max-width: 768px - 1) {
  .u-sidebar-navigation-list {
    -webkit-columns: 3;
            columns: 3;
  }
}

@media all and (max-width: 576px - 1) {
  .u-sidebar-navigation-list {
    -webkit-columns: 1;
            columns: 1;
  }
}

.u-has-sidebar-navigation .u-header__overlay {
  display: none;
}

/* Override vendor stylesheets */
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit;
}

[class*="u-main-nav-"] .dropdown-toggle::after {
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: none;
}

/* Overlay */
.u-main-nav__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}

/* Override necessary navigation styles in side-header pages */
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e900";
}

body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e901";
}

/* Scroll on mobile devices */
@media (max-width: 992px - 1) {
  .u-nav-mobile-scroll {
    overflow-y: auto;
  }
}

/*------------------------------------
	Dropdowns
------------------------------------*/
[class*="u-dropdown--"] [class*="u-dropdown--"] {
  left: 100%;
  top: 0;
}

[class*="u-dropdown--"] [class*="u-dropdown--"].u-dropdown--reverse-x {
  left: auto;
  right: 100%;
}

.u-dropdown--simple.u-dropdown--reverse-y,
.u-dropdown--jquery-slide.u-dropdown--reverse-y,
.u-dropdown--css-animation.u-dropdown--reverse-y {
  top: auto;
  bottom: 100%;
  margin-top: 0 !important;
  margin-bottom: 1.42857rem;
}

/* Simple Dropdown */
.u-dropdown--simple.u-dropdown--hidden {
  display: none;
}

/* CSS Animation Dropdown */
.u-dropdown--css-animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.u-dropdown--css-animation.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

/* jQuery Slide */
.u-dropdown--jquery-slide.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

.u-dropdown--hidden:not(.hs-sub-menu-opened) * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.u-dropdown--hidden:not(.hs-sub-menu-opened) *::before, .u-dropdown--hidden:not(.hs-sub-menu-opened) *::after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*------------------------------------
  Compressed Form
------------------------------------*/
.u-compressed-form {
  display: inline-block;
  overflow: hidden;
  width: 20rem;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.u-compressed-form--hidden {
  width: 5.71429rem;
}

.u-compressed-form .input-group {
  display: block;
  float: right;
}

/*------------------------------------
  Blockquotes
------------------------------------*/
.u-blockquote-v1 {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
}

.u-blockquote-v1::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: #09B1CD;
  font-size: 60px;
  margin: -25px 0 0 -40px;
}

.u-blockquote-v1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 80px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.u-blockquote-v2::before, .u-blockquote-v2::after {
  position: relative;
  top: 5px;
  font-size: 22px;
  line-height: 10px;
}

.u-blockquote-v2::before {
  content: "\“";
  padding-right: 5px;
}

.u-blockquote-v2::after {
  content: "\”";
  padding-left: 5px;
}

.u-blockquote-v3 {
  position: relative;
}

.u-blockquote-v3::before {
  content: "\201C";
  position: absolute;
  font-size: 60px;
  color: #09B1CD;
  margin: -30px 0 0 -40px;
}

.u-blockquote-v4::before, .u-blockquote-v4::after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  margin-top: -12px;
}

.u-blockquote-v4::before {
  margin-left: -30px;
}

.u-blockquote-v4::after {
  margin-left: 13px;
}

.u-blockquote-v5::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 70px;
  margin: -25px 0 0 -40px;
}

.u-blockquote-v6::before, .u-blockquote-v6::after {
  content: "\0022";
  font-family: inherit;
  color: inherit;
}

.u-blockquote-v7 {
  position: relative;
  padding-top: 55px;
}

.u-blockquote-v7::before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #fff;
  line-height: 35px;
  background: #09B1CD;
  border-radius: 50%;
  margin-left: -18px;
}

.u-blockquote-v8 {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 6px 9px -6px rgba(9, 177, 205, 0.08);
          box-shadow: 5px 6px 9px -6px rgba(9, 177, 205, 0.08);
}

.u-blockquote-v8::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}

/*------------------------------------
  Carousels
------------------------------------*/
.u-carousel-v1 .js-prev,
.u-carousel-v1 .js-next {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel-v1:hover .js-prev,
.u-carousel-v1:hover .js-next {
  opacity: 1;
}

.u-carousel-v2 .slick-slide {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: .5;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel-v2 .slick-center {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.u-carousel-v3 .slick-slide {
  opacity: .5;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel-v3 .slick-center {
  opacity: 1;
}

.u-carousel-v4 .js-pagination {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel-v4:hover .js-pagination {
  opacity: 1;
}

.u-carousel-v5 .slick-list {
  height: 100%;
}

.u-carousel-v5 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.u-carousel-v5 .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.u-carousel-v6 .slick-list.draggable {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.u-carousel-v11 .slick-slide {
  opacity: .5;
}

.u-carousel-v11 .slick-slide.slick-current {
  opacity: 1;
}

/*------------------------------------
  Slick Carousel v12
------------------------------------*/
.u-carousel-v12 .slick-current .g-opacity-1--active {
  opacity: 1 !important;
}

.u-carousel-v12 .slick-current .u-block-hover__main--grayscale {
  filter: url(data:image/svg+xml;utf8,<svg xmlns=http://www.w3.org/2000/svg><filter id=grayscale><feColorMatrix type=matrix values=1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0/></filter></svg>);
  -webkit-filter: grayscale(0%);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.swiper-wrapper,
.swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.single-slide {
  opacity: 0 !important;
}

.single-slide.set-position {
  opacity: 1 !important;
}

.js-origin {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
}

/* backSlide */
.js-back-slide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.js-back-slide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.swiper-carousel {
  overflow: hidden;
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
            transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
            transform: translateZ(-400px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
            transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

/*------------------------------------
  Dropdowns v1
------------------------------------*/
.u-dropdown-v1 {
  position: relative;
  line-height: normal;
  font-size: 16px;
  color: #777;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 11px 40px 11px 14px;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow;
  transition-property: background-color, border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.u-dropdown-v1::after {
  display: none;
}

.u-dropdown-v1-menu {
  padding: 0;
  border-color: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.u-dropdown-v1-menu__item {
  line-height: normal;
  font-size: 16px;
  color: #777;
  padding: 9px 20px;
}

.u-dropdown-v1-menu__item:hover {
  color: #777;
}

.u-dropdown-v1__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

.u-dropdown-v1__icon-open, .u-dropdown-v1__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-dropdown-v1__icon-open {
  opacity: 1;
}

.u-dropdown-v1__icon-close {
  opacity: 0;
}

.u-dropdown-v1[aria-expanded="true"] {
  background-color: rgba(204, 204, 204, 0.1);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.u-dropdown-v1[aria-expanded="true"] [class*="__icon-open"] {
  opacity: 0;
}

.u-dropdown-v1[aria-expanded="true"] [class*="__icon-close"] {
  opacity: 1;
}

.u-dropdown-v1:focus {
  outline: 0 none;
}

/*------------------------------------
  Covers
------------------------------------*/
.u-bg-overlay {
  position: relative;
}

.u-bg-overlay::before, .u-bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.u-bg-overlay--v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

.u-bg-overlay__inner {
  z-index: 3;
  position: relative;
}

.u-bg-overlay--reverse::before {
  z-index: 2;
}

.u-bg-overlay--reverse::after {
  z-index: 1;
}

.u-outer-spaces-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  overflow: hidden;
}

.u-outer-spaces-helper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: repeat;
}

.g-dark-theme .u-outer-spaces-helper::after {
  background-color: #000;
}

[class*="g-bgi-v"] .u-outer-spaces-helper::after {
  background-color: transparent;
}

.u-outer-space-v1 .u-outer-spaces-helper,
.u-outer-space-v2 .u-outer-spaces-helper {
  display: block;
}

.u-outer-space-v1 .u-outer-spaces-helper {
  height: 20px;
}

.u-outer-space-v2 .u-outer-spaces-helper {
  height: 40px;
}

/*------------------------------------
  Info Block v2-1
------------------------------------*/
.u-info-v2-1__item {
  height: 65px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.u-info-v2-1__item:hover {
  height: 80px;
  margin-top: -15px;
}

/*------------------------------------
  Info Block v2-2
------------------------------------*/
.u-info-v2-2__item {
  position: relative;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

.u-info-v2-2__item::after, .u-info-v2-2__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  border-top: none;
  z-index: 1;
}

.u-info-v2-2__item::before {
  left: 0;
}

.u-info-v2-2__item::after {
  right: 0;
}

.u-info-v2-2__item.g-brd-white-dark-v3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.u-info-v2-2__item.g-brd-white-dark-v3::before, .u-info-v2-2__item.g-brd-white-dark-v3::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.u-info-v2-2__item.g-brd-black-dark-v3 {
  border-color: rgba(0, 0, 0, 0.3);
}

.u-info-v2-2__item.g-brd-black-dark-v3::before, .u-info-v2-2__item.g-brd-black-dark-v3::after {
  border-color: rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Info Block v2-3
------------------------------------*/
.u-info-v2-3:hover .u-info-v2-3__title {
  color: #000;
}

/*--------------------------------------------------
  Info Block v10-1
----------------------------------------------------*/
.u-info-v10-1 {
  position: relative;
  display: inline-block;
}

.u-info-v10-1::before, .u-info-v10-1::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  background: #f7f7f7;
  content: " ";
  margin-top: 0.5px;
}

.u-info-v10-1::before {
  right: 100%;
  margin-right: 25px;
}

.u-info-v10-1::after {
  left: 100%;
  margin-left: 25px;
}

/*------------------------------------
  Custom Bootstrap
------------------------------------*/
.container-semiboxed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container-semiboxed {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container-semiboxed {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container-semiboxed {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-semiboxed {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-semiboxed {
    width: 1340px;
  }
}

.text-muted {
  color: #999 !important;
}

.list-group-item {
  border-color: #eee;
}

.list-group-item-action:hover {
  background-color: #f7f7f7;
}

.list-group-item.active {
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.list-group-border-0 .list-group-item:first-child,
.list-group-border-0 .list-group-item:last-child {
  border-radius: 0;
}

/* Paginations */
.page-link {
  color: #09B1CD;
}

.page-link:focus, .page-link:hover {
  color: #09B1CD;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  border-color: #09B1CD;
  background-color: #09B1CD;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #09B1CD;
}

.nav-tabs {
  border-bottom: 1px solid #eee;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #09B1CD;
  border-color: #eee #eee #fff;
}

.progress {
  font-size: 1rem;
  line-height: inherit;
  background-color: #eee;
}

.progress-bar {
  height: auto;
  min-height: 12px;
  background-color: #09B1CD;
}

.btn-primary {
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.btn-primary:hover {
  color: #fff;
  background-color: #09a9c3;
  border-color: #09a9c3;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(9, 177, 205, 0.5);
          box-shadow: 0 0 0 2px rgba(9, 177, 205, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #09B1CD;
  border-color: #09B1CD;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #09a9c3;
  border-color: #09a9c3;
}

.btn-outline-primary {
  color: #09B1CD;
  border-color: #09B1CD;
}

.btn-outline-primary:hover {
  background-color: #09a9c3;
  border-color: #09a9c3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(9, 177, 205, 0.5);
          box-shadow: 0 0 0 2px rgba(9, 177, 205, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #09B1CD;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #09a9c3;
  border-color: #09a9c3;
}

.card,
.card-header {
  border-color: #eee;
}

.card-header {
  padding: 0.71429rem 1.07143rem;
}

.card-block {
  padding: 1.07143rem;
}

.form-control {
  border-color: #ccc;
}

.form-control-md {
  padding: .8rem 1rem .6rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.3125rem + 10px);
}

.form-control,
.form-control:focus {
  color: #09B1CD;
}

.form-control:focus,
.custom-select:focus {
  border-color: #09B1CD;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control::-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

.form-control::placeholder {
  color: inherit;
  opacity: .5;
}

textarea {
  white-space: normal;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

[class*="input-group-"] {
  min-width: 38px;
  background-color: transparent;
  border-color: #ccc;
  -webkit-transition: border-color .15s ease-in-out 0s;
  -o-transition: border-color .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s;
}

[class*="input-group-"] > * {
  white-space: normal;
}

[class*="input-group-"] i {
  margin: 0 auto;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: auto;
}

.btn-group {
  display: block;
}

.input-group-addon + .input-group-addon {
  border-left: solid 1px #ccc;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

.table-striped tbody td {
  border-top: none;
}

@media (min-width: 768px) {
  .btn-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .justified-content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .justified-content > * {
    display: table-cell;
    width: 1%;
    float: none;
  }
}

.dropdown-menu {
  min-width: 15rem;
  padding: 0;
}

.dropdown-toggle::before {
  display: none;
}

.dropdown-toggle::after {
  content: "\e900";
  position: relative;
  top: 0.21429rem;
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  border: none;
  margin-left: 0.5rem;
}

.dropdown-item {
  padding: 0.21429rem 1.07143rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

.dropdown-item.active, .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
  color: inherit !important;
}

.dropdown-item.active > a, .dropdown-item:active > a {
  color: inherit !important;
}

.dropdown-item.active > a::before, .dropdown-item.active > a::after, .dropdown-item:active > a::before, .dropdown-item:active > a::after {
  background-color: #fff;
}

.u-header__section--dark .dropdown-item.active > a, .u-header__section--dark .dropdown-item:active > a {
  color: #fff !important;
}

[data-animation].cbp {
  visibility: visible;
}

.cbp-slider-next::after,
.cbp-slider-prev::after {
  display: none;
}

.cbp-filter-item {
  cursor: pointer;
}

.cbp-item-off {
  opacity: 0;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
.g-brd-primary--active.cbp-filter-item-active {
  border-color: #09B1CD !important;
}

.g-brd-primary-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active {
  border-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active {
  border-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active {
  border-color: #07879c !important;
}

/* Black Colors */
.g-brd-black--active.cbp-filter-item-active {
  border-color: #000 !important;
}

/* White Colors */
.g-brd-white--active.cbp-filter-item-active {
  border-color: #fff !important;
}

.g-brd-white-opacity-0_1--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1--active.cbp-filter-item-active {
  border-color: #111 !important;
}

.g-brd-gray-dark-v2--active.cbp-filter-item-active {
  border-color: #333 !important;
}

.g-brd-gray-dark-v3--active.cbp-filter-item-active {
  border-color: #555 !important;
}

.g-brd-gray-dark-v4--active.cbp-filter-item-active {
  border-color: #777 !important;
}

.g-brd-gray-dark-v5--active.cbp-filter-item-active {
  border-color: #999 !important;
}

.g-brd-gray-light-v1--active.cbp-filter-item-active {
  border-color: #bbb !important;
}

.g-brd-gray-light-v2--active.cbp-filter-item-active {
  border-color: #ccc !important;
}

.g-brd-gray-light-v3--active.cbp-filter-item-active {
  border-color: #ddd !important;
}

.g-brd-gray-light-v4--active.cbp-filter-item-active {
  border-color: #eee !important;
}

.g-brd-gray-light-v5--active.cbp-filter-item-active {
  border-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent--active.cbp-filter-item-active {
  border-color: transparent !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Primary Colors */
.g-bg-primary--active.cbp-filter-item-active {
  background-color: #09B1CD !important;
}

/*------------------------------------
  Colors
------------------------------------*/
/* Primary Colors */
.g-color-primary--active.cbp-filter-item-active {
  color: #09B1CD !important;
}

/* Black Colors */
.g-color-black--active.cbp-filter-item-active {
  color: #000 !important;
}

/* White Colors */
.g-color-white--active.cbp-filter-item-active {
  color: #fff !important;
}

/* Gray Colors */
.g-color-gray-light-v1--active.cbp-filter-item-active {
  color: #bbb !important;
}

.g-color-gray-light-v2--active.cbp-filter-item-active {
  color: #ccc !important;
}

.g-color-gray-light-v3--active.cbp-filter-item-active {
  color: #ddd !important;
}

.g-color-gray-light-v4--active.cbp-filter-item-active {
  color: #eee !important;
}

.g-color-gray-light-v5--active.cbp-filter-item-active {
  color: #f7f7f7 !important;
}

.g-color-gray-dark-v1--active.cbp-filter-item-active {
  color: #111 !important;
}

.g-color-gray-dark-v2--active.cbp-filter-item-active {
  color: #333 !important;
}

.g-color-gray-dark-v3--active.cbp-filter-item-active {
  color: #555 !important;
}

.g-color-gray-dark-v4--active.cbp-filter-item-active {
  color: #777 !important;
}

.g-color-gray-dark-v5--active.cbp-filter-item-active {
  color: #999 !important;
}

.jFiler-jProgressBar {
  height: auto;
  margin-top: 0;
}

.jFiler-item-thumb-image img {
  max-width: 100%;
}

/*------------------------------------
  jQuery UI
------------------------------------*/
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  z-index: 991;
}

.ui-autocomplete .left {
  float: left;
}

.ui-autocomplete .right {
  float: right;
}

.ui-autocomplete .ui-menu-item {
  padding: 0;
}

.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding: 7px 15px;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #fff;
  background-color: #09B1CD;
  text-decoration: none;
}

.ui-autocomplete .ui-menu-item:hover {
  color: #fff;
  background-color: #09B1CD;
}

.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: transparent;
  border-color: transparent;
}

.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: bold;
}

.slick-slide:focus {
  outline: 0 none;
}

[data-lazy] {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.js-carousel {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIzNHB4IiBoZWlnaHQ9IjM0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNzUuNCAxMjYuNjNhMTEuNDMgMTEuNDMgMCAwIDEtMi4xLTIyLjY1IDQwLjkgNDAuOSAwIDAgMCAzMC41LTMwLjYgMTEuNCAxMS40IDAgMSAxIDIyLjI3IDQuODdoLjAyYTYzLjc3IDYzLjc3IDAgMCAxLTQ3LjggNDguMDV2LS4wMmExMS4zOCAxMS4zOCAwIDAgMS0yLjkzLjM3eiIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iODAwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==) no-repeat 50% 50%;
}

.js-carousel .js-next,
.js-carousel .js-prev {
  opacity: 0;
}

.js-carousel.slick-initialized {
  background: none;
}

.js-carousel.slick-initialized .js-slide,
.js-carousel.slick-initialized .js-thumb {
  visibility: visible;
  height: auto;
  overflow: visible;
}

.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
  opacity: 1;
}

.js-slide, .js-thumb {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-slide:first-child, .js-thumb:first-child {
  height: auto;
}

.slick-vertical .slick-slide {
  border: none;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
.slick-active .g-brd-primary--before--active::before {
  border-color: #09B1CD !important;
}

.slick-active .g-brd-primary--active {
  border-color: #09B1CD !important;
}

.js-pagination .g-brd-primary--before--hover:hover::before {
  border-color: #09B1CD !important;
}

/*------------------------------------
  Border Width
------------------------------------*/
.slick-active .g-brd-3--before--active::before {
  border-width: 3px !important;
}

/*------------------------------------
  Box shadows
------------------------------------*/
.g-parent.slick-current .u-shadow-v24--active {
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  Dot line v1
------------------------------------*/
.slick-active .u-dot-line-v1__inner::before, .slick-active
.u-dot-line-v1-2__inner::before {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Dot line v2
------------------------------------*/
.slick-active .u-dot-line-v2__inner::before, .slick-active
.u-dot-line-v2-2__inner::before {
  width: 100%;
  height: 100%;
}

.u-has-sidebar-navigation .custombox-content,
.u-has-sidebar-navigation .custombox-overlay {
  left: 0;
  right: 0;
}

/*------------------------------------
  JS
------------------------------------*/
.js-carousel_single-item {
  max-width: 100%;
  position: relative;
}

.js-next,
.js-prev,
.js-thumb {
  cursor: pointer;
}

.js-next,
.js-prev {
  z-index: 10;
}

.js-thumb img {
  display: inline-block;
}

.js-carousel_single-item-thumbs5__thumbs .js-thumb {
  opacity: .3;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.js-carousel_single-item-thumbs5__thumbs .slick-center {
  opacity: 1;
}

.js-carousel_single-item-thumbs5--v2__thumbs .js-thumb {
  opacity: .4;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.js-carousel_single-item-thumbs5--v2__thumbs .slick-center {
  opacity: 1;
}

.js-carousel_single-item-thumbs5--v3__thumbs .js-thumb {
  opacity: .4;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.js-carousel_single-item-thumbs5--v3__thumbs .slick-center {
  opacity: 1;
}

.u-pagi-control--v2 {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #ddd;
  opacity: .3;
  cursor: pointer;
}

.slick-active .u-pagi-control-red {
  background-color: #f00;
}

.slick-active .u-pagi-control-grey {
  opacity: 1;
}

.u-carousel--v3 .js-prev,
.u-carousel--v3 .js-next {
  top: 50%;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel--v3 .g-height-40.js-prev, .u-carousel--v3 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

.u-carousel--v3 .g-height-40.js-prev {
  margin-left: -99px;
}

.u-carousel--v3 .g-height-40.js-next {
  margin-left: 65px;
}

.u-carousel--v3:hover .js-prev,
.u-carousel--v3:hover .js-next {
  opacity: 1;
}

.u-carousel--v4 {
  margin-left: -15px;
  margin-right: -15px;
}

.u-carousel--v4 .js-prev,
.u-carousel--v4 .js-next {
  top: 50%;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.u-carousel--v4 .g-height-40.js-prev, .u-carousel--v4 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

.u-carousel--v4 .g-height-40.js-prev {
  margin-left: -160px;
}

.u-carousel--v4 .g-height-40.js-next {
  margin-left: 125px;
}

.u-carousel--v4:hover .js-prev,
.u-carousel--v4:hover .js-next {
  opacity: 1;
}

/*--------------------------------------------------
  Filter v1
----------------------------------------------------*/
.u-filter-v1 > li:not(:last-child)::after {
  content: "|";
  font-size: 0.71429rem;
  margin: 0 7px 0 14px;
  position: relative;
  top: -2px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #ddd;
}

.u-filter-v1 > li:hover,
.u-filter-v1 [class*="active"] {
  color: #09B1CD;
}

/*--------------------------------------------------
  Carousel v10
----------------------------------------------------*/
.u-carousel-v10 .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: auto;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.u-carousel-v10 .slick-dots li {
  display: block;
  margin-bottom: 5px;
}

.u-carousel-v10 .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: transparent;
  background: #ccc;
  border: none;
  outline: none;
}

.u-carousel-v10 .slick-dots .slick-active button {
  background: #09B1CD;
}

.u-carousel-v10-nav {
  margin-top: -135px;
}

.u-carousel-v10-nav .js-slide {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.u-carousel-v10-nav .js-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.u-carousel-v10-nav .js-slide.slick-current::after {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .u-carousel-v10 .slick-dots {
    visibility: visible;
  }
  .u-carousel-v10-nav {
    display: none;
  }
}

/*------------------------------------
  Internet Explorer (IE)
------------------------------------*/
/* Text Gradients */
.IE .g-color-cyan-gradient-opacity-v1,
.IE .g-color-blue-gradient-opacity-v1 {
  background: transparent;
  -webkit-text-fill-color: initial;
}

.IE .g-color-cyan-gradient-opacity-v1 {
  color: #00bed6;
}

.IE .g-color-blue-gradient-opacity-v1 {
  color: #8654da;
}

.IE .form-control:-ms-input-placeholder {
  opacity: 1;
}

/* Add here all your css styles (customizations) */
.g-bg-pattern-footer {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAxn0lEQVR42u1d6WKqTAwVEEURcUdFBZT1/V/w+9G7dCGZnOD97m07+V1bCzOZnCWZ0cjGt4owOV9uWVGUZd203Y9oqsd1yX5sPh3bZ6cLP4y3x/SaFUVR5JfjLg4c+1BsfOtYdFTMuY9lXddWxfV02CznE9c+Rln+iXbpvf34pJvbxuZ0G984XDIL3bmPHd78aFvml+NuHc18e6wzce3o2PR/ZBYuV5vNZrOJl4vZ2D5dG58uJov1dhMalm5ObgwOky2pDzXFxx9exVE4m/red38fMZOFjv0fKd/+VJWdtqFnV7aNTxHTOMmbl5VbTkfyquZ15By4oPfTxx++vOKb8tvlnOy36ziaB5Nvdri7Lf3Urv0f2ff97CNd+XaJ2/inI9jdGjG0YoihbsZ8rAayEFcDBJ//eTtjKTF2oZ/DgzhNyJ9PQrvSbfyjMT9WUDbhDugj87EbkIU8pgbY/nNP0Jsv54LMMw2X6/3xkj/qrpMmhIhJxwTOutOfqI9WFrDxD+KwQ9m3XFdKYqhhANOe/JSLpCwKiYxGo9FofT4fNuH/Cj5mh3vXdV1Cpezfmed1SBUup6EfBJHJtkzi6pZ2ydv4t2K8KTD9xZhPuFVOA7lJTzrpVJnux55t79dkuwz/vCHA294NlFh/MdOI/8KZfhB7mIDrurNd9Tb+pRS0vun4ndEoVBUqY+SvjTvVl3uvbLePLP1z+Sg4/waOJ+JnEpjGF5NwGVyqdl1lF76Nfyc4woGEFz9hAsPaMFCjpD4TYVtpR/8JGo38yEdPNEyGN0kR2F9tnsR/xaFJ/ZYoCtddpz1fbNj4H8N5MCv1YdqpGf3ZNf2pC+K/2+I1wGg0mnXmaJ6Sj6JCRBV7GsT7Jk4d6lXn6kgKxtmw8f/Hilup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);
}

.bg-pattern2 {
  background-position: top -25px left -85px, bottom -25px right -85px;
  color: white;
  background-size: 300px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4oAAACmCAMAAACr1YEaAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAASHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkfGNUM7AAAlO0lEQVQYGe3BiULi2rYF0BlCr9giih2iqKBig6KISBeS+f9/9DylpdlrJyFIqFuvzBgYko5lWcN+v9/tdp/b7fb93d1ds9m8rNfrZ7Va7ahSOdzb2yuXSqWNjY31QqGwlMskE4jFYlG64jdZ/ef27UXtcGdtKYlYLDanHUbAHnRal2dH5c1CxkAsFvuGlMNojfvdx9Z1s3lZMhGLxUJ74gL0L0pJxGKxGZwwYvZ9ZQmxWGxGq4xSr140MU2i2Lis144Odksbq8u5VAKxWAzGmBGZ3B3kEE5ip+Xwk2P1Xzrtu+bFee3oYLe0sbqcSxqIxX6Ya0ahX99MYBbpSpdB7HH/pdO+qxsIo1Da3FgrFHK5VNLAnPaPKm4He27lkmJDsVJwW8q5ZZJvEIv52+Xcno6X8Q2F8xGnKSGUVbrY1rjf73Yf2/d3t82rer1Wq1YO93ZLpY2N1cJSLptMIkiVi9JGLOYvzbnYrb00vsvYurEZ5AIhXXI2E2vYf+0+56BLTrggm4jFAjzz2+y73STmkzx4oq+eiZDSFr/hGl7qXIxn+Fi5bjabV/U3Z7U3lTcHe29Kb4obbwpvlnJvkm9MxP5Rp/we+7ZsIgr5Wp+e7AJCq3B2kyy85BwuxDZ8GC+clfVm1H/TfdNpv7l7c9N806jX62e1N0eVSuVw7812qVTa2nizUigUcoj9rdb5Dc592URkjI2rCXWH8LRZgc544cyq8HbDRegZ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), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAx8klEQVR42u1d14Liyg7E2AZMzjkYHPn/H7wTNkxwqVUye8/OrPU6MDh0K1SV1K1WY+/N8/0gDHu9Xr8/HI0mk+l8Pqj8YDd6+sDTnxer9Wa3P54u8TVJ8+Kee8I/327Xy/l0POpH3dD3mqfdWGP/lntBf/DPl8v1ekvTrCjuVbaq/Nr5DqyPr2H1/pNlkd6ul07zbhpr7B+w7vK2g3+83GWbVn5rw3382QaVn2+8UGONfXvrrZKnzV600d/HDi800OQ1v22BfifMKz/vwwvfHA/7zWa1nM8m49Gg3+uGQVPGNdbYl7NonbpyFC+TvVB1srJAH1+Bn2nfqj+Pr726QCyKNL1eL+cnF7V946J6YYM0NdbY32f9Tfp798bwYyvZC1Xv7TnrhY7VH89xDnfnraxwUX6zEBr7zub7fhiG3WdG6ZVS6sKPtifAxqNRBP//j8/MX225erHNiy0c1zbYZkoAJhQ3dtZ6SC6EvFYCb2B2f4Qlw2aZNvYlrfPiVMaTyWz+REU/cdGb7X5/OD7x0T/4pLSoJJQyHHf3NPLyZAfhS2Ph+r3h7jMIs4YfP0rbOCYTqGX150/g40fTE9NasWiqtMa+qJ2Nix7H3ZHwra3lS2fJCVUiPRnckAPpng7V34Ec2bz68ynntJ4sqe+EDmGzlhv7qpbaFj1mw/1cqBkQe+ULsHEpEtwn0kdKGx6kUDv0+Ul1QYo+PoKPrLYPuvWpl972w273qcAO/QZJauy/t7Zt1adtU80TWUqSpXgDU7L4mQu/NCPvqNqt9DgG7smGdYuxubIY64yW+/PtQ5h4ElTG5+N+EzW7obH/xnq2dY9D74TPNeRtmMg7LKjOnwKYd5R0lRlzTwE9gQLew7qeE9oHmjcdTI/53VIsN9bY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);
}

.bg-pattern1 {
  background-position: top -25px left -85px, bottom -25px right -85px;
  color: white;
  background-size: 300px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAxn0lEQVR42u1d6WKqTAwVEEURcUdFBZT1/V/w+9G7dCGZnOD97m07+V1bCzOZnCWZ0cjGt4owOV9uWVGUZd203Y9oqsd1yX5sPh3bZ6cLP4y3x/SaFUVR5JfjLg4c+1BsfOtYdFTMuY9lXddWxfV02CznE9c+Rln+iXbpvf34pJvbxuZ0G984XDIL3bmPHd78aFvml+NuHc18e6wzce3o2PR/ZBYuV5vNZrOJl4vZ2D5dG58uJov1dhMalm5ObgwOky2pDzXFxx9exVE4m/red38fMZOFjv0fKd/+VJWdtqFnV7aNTxHTOMmbl5VbTkfyquZ15By4oPfTxx++vOKb8tvlnOy36ziaB5Nvdri7Lf3Urv0f2ff97CNd+XaJ2/inI9jdGjG0YoihbsZ8rAayEFcDBJ//eTtjKTF2oZ/DgzhNyJ9PQrvSbfyjMT9WUDbhDugj87EbkIU8pgbY/nNP0Jsv54LMMw2X6/3xkj/qrpMmhIhJxwTOutOfqI9WFrDxD+KwQ9m3XFdKYqhhANOe/JSLpCwKiYxGo9FofT4fNuH/Cj5mh3vXdV1Cpezfmed1SBUup6EfBJHJtkzi6pZ2ydv4t2K8KTD9xZhPuFVOA7lJTzrpVJnux55t79dkuwz/vCHA294NlFh/MdOI/8KZfhB7mIDrurNd9Tb+pRS0vun4ndEoVBUqY+SvjTvVl3uvbLePLP1z+Sg4/waOJ+JnEpjGF5NwGVyqdl1lF76Nfyc4woGEFz9hAsPaMFCjpD4TYVtpR/8JGo38yEdPNEyGN0kR2F9tnsR/xaFJ/ZYoCtddpz1fbNj4H8N5MCv1YdqpGf3ZNf2pC+K/2+I1wGg0mnXmaJ6Sj6JCRBV7GsT7Jk4d6lXn6kgKxtmw8f/Hilup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), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAx8klEQVR42u1d14Liyg7E2AZMzjkYHPn/H7wTNkxwqVUye8/OrPU6MDh0K1SV1K1WY+/N8/0gDHu9Xr8/HI0mk+l8Pqj8YDd6+sDTnxer9Wa3P54u8TVJ8+Kee8I/327Xy/l0POpH3dD3mqfdWGP/lntBf/DPl8v1ekvTrCjuVbaq/Nr5DqyPr2H1/pNlkd6ul07zbhpr7B+w7vK2g3+83GWbVn5rw3382QaVn2+8UGONfXvrrZKnzV600d/HDi800OQ1v22BfifMKz/vwwvfHA/7zWa1nM8m49Gg3+uGQVPGNdbYl7NonbpyFC+TvVB1srJAH1+Bn2nfqj+Pr726QCyKNL1eL+cnF7V946J6YYM0NdbY32f9Tfp798bwYyvZC1Xv7TnrhY7VH89xDnfnraxwUX6zEBr7zub7fhiG3WdG6ZVS6sKPtifAxqNRBP//j8/MX225erHNiy0c1zbYZkoAJhQ3dtZ6SC6EvFYCb2B2f4Qlw2aZNvYlrfPiVMaTyWz+REU/cdGb7X5/OD7x0T/4pLSoJJQyHHf3NPLyZAfhS2Ph+r3h7jMIs4YfP0rbOCYTqGX150/g40fTE9NasWiqtMa+qJ2Nix7H3ZHwra3lS2fJCVUiPRnckAPpng7V34Ec2bz68ynntJ4sqe+EDmGzlhv7qpbaFj1mw/1cqBkQe+ULsHEpEtwn0kdKGx6kUDv0+Ul1QYo+PoKPrLYPuvWpl972w273qcAO/QZJauy/t7Zt1adtU80TWUqSpXgDU7L4mQu/NCPvqNqt9DgG7smGdYuxubIY64yW+/PtQ5h4ElTG5+N+EzW7obH/xnq2dY9D74TPNeRtmMg7LKjOnwKYd5R0lRlzTwE9gQLew7qeE9oHmjcdTI/53VIsN9bY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);
}

#tours ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 17px;
}

#tours li:not(.nav-item)::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#tours h5, #tours h6 {
  text-transform: uppercase;
  margin-top: 0.71429rem !important;
  margin-bottom: 0.71429rem !important;
  color: #09B1CD !important;
  font-weight: 800 !important;
  font-size: 1rem;
}

/*------------------------------------
  Lines-v1 - underline for main navigation
------------------------------------*/
.u-line-v1--bottom::after, .u-line-v1--bottom:hover::after, .u-line-v1--top:hover::before, .u-line-v1--bottom.active::after, .u-line-v2--bottom::after, .u-line-v2--bottom:hover::after, .u-line-v2--top:hover::before, .u-line-v2--bottom.active::after {
  content: "";
  border-top-style: solid;
  border-color: inherit;
}

.u-line-v1--bottom::after, .u-line-v1--bottom:hover::after, .u-line-v1--top:hover::before, .u-line-v1--bottom.active::after {
  display: block;
  width: 3.14286rem;
  border-top-width: 3px;
  margin: auto;
}

.u-line-v2--bottom::after, .u-line-v2--bottom:hover::after, .u-line-v2--top:hover::before, .u-line-v2--bottom.active::after {
  width: 3.14286rem;
  border-top-width: 3px;
  display: inline-block;
}

.u-line-v1--bottom::after {
  margin-top: 0.14286rem;
  border-color: transparent;
}

.u-line-v1--bottom:hover::after {
  margin-top: 0.14286rem;
}

.u-line-v1--top:hover::before {
  margin-bottom: 0.71429rem;
}

.u-line-v1--bottom.active::after {
  margin-top: 0.14286rem;
}

.u-line-v2--bottom::after {
  border-color: transparent;
}

.u-line-v2--top:hover::before {
  margin-bottom: 0.71429rem;
}

.u-line-v2--bottom.active::after {
  margin-top: 0.71429rem;
}

.slide {
  position: fixed;
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
  background-color: #ddd;
}

.slide:nth-of-type(even) {
  right: 0;
}

.slide:nth-of-type(odd) {
  left: 0;
}

.slide--text {
  background-color: white;
  padding: 30px;
  color: black;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.slide__inner {
  height: 100%;
  border: 2px dashed black;
  padding: 20% 5% 5% 5%;
  font-size: 2em;
}

.slide--locked,
.slide--sticky {
  position: fixed !important;
  top: 0 !important;
}

.slide--scrolling {
  position: absolute;
}

/*------------------------------------
  Block Hovers
------------------------------------*/
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-block-hover--uncroped {
  overflow: visible;
}

.u-block-hover--uncroped:hover {
  z-index: 2;
}

.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

.u-block-hover__block {
  min-height: 100%;
}

[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*="u-block-hover__additional--v1"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--v1 {
  opacity: 1;
}

.u-block-hover--shadow:hover,
.u-block-hover--shadow:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 10px #777;
          box-shadow: 0 0 10px #777;
}

.u-block-hover--shadow-v2:hover,
.u-block-hover--shadow-v2:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
}

.u-block-hover--shadow-v3:hover,
.u-block-hover--shadow-v3:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
}

.u-block-hover--scale:hover,
.u-block-hover--scale-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.u-block-hover__additional-scale {
  z-index: -1;
  max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.u-block-hover--scale-down:hover,
.u-block-hover--scale-down-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
}

.u-block-hover__additional-scale-down {
  z-index: -1;
  max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale-down {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.01);
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.u-block-hover:hover .u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.u-block-hover [class*="icon-"] {
  padding: 1px;
}

.u-block-hover__additional--blur {
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--blur {
  opacity: 1;
  -webkit-transition-delay: .11s;
       -o-transition-delay: .11s;
          transition-delay: .11s;
}

.u-block-hover:hover .u-block-hover__main--blur {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}

[class*="u-block-hover-image-overlay"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}

.u-block-hover__additional--fade {
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--fade {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-block-hover__additional--fade-up {
  -webkit-transform: translate(0, 15%);
      -ms-transform: translate(0, 15%);
          transform: translate(0, 15%);
}

.u-block-hover__additional--fade-down {
  -webkit-transform: translate(0, -15%);
      -ms-transform: translate(0, -15%);
          transform: translate(0, -15%);
}

.u-block-hover__additional--fade-left {
  -webkit-transform: translate(-15%, 0);
      -ms-transform: translate(-15%, 0);
          transform: translate(-15%, 0);
}

.u-block-hover__additional--fade-right {
  -webkit-transform: translate(15%, 0);
      -ms-transform: translate(15%, 0);
          transform: translate(15%, 0);
}

.u-block-hover__additional--zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.u-block-hover:hover .u-block-hover__additional--zoom-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-block-hover__additional--zoom-out {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__main--zoom-out {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--zoom-out {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after,
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after {
  z-index: 1;
}

.u-block-hover--tile::before {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.u-block-hover--tile::after {
  top: 0;
  left: 50%;
  -webkit-transition-delay: .105s;
       -o-transition-delay: .105s;
          transition-delay: .105s;
}

.u-block-hover__additional--tile {
  z-index: 3;
}

.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  z-index: -1;
}

.u-block-hover__additional--tile::before {
  top: 50%;
  left: 0;
  -webkit-transition-delay: .21s;
       -o-transition-delay: .21s;
          transition-delay: .21s;
}

.u-block-hover__additional--tile::after {
  top: 50%;
  left: 50%;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

.u-block-hover--tile:hover::before,
.u-block-hover--tile:hover::after,
.u-block-hover--tile:hover .u-block-hover__additional--tile::before,
.u-block-hover--tile:hover .u-block-hover__additional--tile::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-block-hover__additional--tile__inner {
  opacity: 0;
}

.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
  opacity: 1;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

img[class*="u-block-hover__main--magnifier"] {
  max-width: initial;
  width: calc(100% + 10px);
  margin: -10px 0;
}

[class*="u-block-hover__additional--magnifier-element"] {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
          transform: scale3d(0.7, 0.7, 0.7);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-element"] {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

[class*="u-block-hover__additional--magnifier-description"] {
  max-width: 115px;
  z-index: 3;
  opacity: 0;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-description"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-right {
  top: auto;
  left: auto;
  bottom: -180px;
  right: -180px;
}

.u-block-hover__additional--magnifier-description-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  -webkit-transform: translate3d(20px, 20px, 0);
          transform: translate3d(20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}

.u-block-hover__additional--magnifier-element-top-right {
  top: -180px;
  right: -180px;
  bottom: auto;
  left: auto;
}

.u-block-hover__additional--magnifier-description-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(20px, -20px, 0);
          transform: translate3d(20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-left {
  top: auto;
  left: -180px;
  bottom: -180px;
  right: auto;
}

.u-block-hover__additional--magnifier-description-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  -webkit-transform: translate3d(-20px, 20px, 0);
          transform: translate3d(-20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-top-left {
  top: -180px;
  left: -180px;
  bottom: auto;
  right: auto;
}

.u-block-hover__additional--magnifier-description-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  -webkit-transform: translate3d(-20px, -20px, 0);
          transform: translate3d(-20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

/*------------------------------------
  Dedicated Properties
------------------------------------*/
.u-block-hover:hover, .u-block-hover:focus {
  /* Opacity */
  /* Colors */
  /* Background-colors */
}

.u-block-hover:hover .u-block-hover__prop-opacity-1, .u-block-hover:focus .u-block-hover__prop-opacity-1 {
  opacity: 1;
}

.u-block-hover:hover .u-block-hover__prop-color-white, .u-block-hover:focus .u-block-hover__prop-color-white {
  color: #fff;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary, .u-block-hover:focus .u-block-hover__prop-bg-primary {
  background-color: #09B1CD;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9, .u-block-hover:focus .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(9, 177, 205, 0.9);
}

.navbar-brand {
  margin-right: 0 !important;
}

/*------------------------------------
  Globals
------------------------------------*/
/* Text */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
.g-pull-50x-up {
  -webkit-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
          transform: translateY(-51%);
}

.g-pull-50x-bottom {
  -webkit-transform: translateY(51%);
      -ms-transform: translateY(51%);
          transform: translateY(51%);
}

.g-pull-50x-left {
  -webkit-transform: translateX(-51%);
      -ms-transform: translateX(-51%);
          transform: translateX(-51%);
}

.g-pull-50x-right {
  -webkit-transform: translateX(51%);
      -ms-transform: translateX(51%);
          transform: translateX(51%);
}

/* Link overlay */
/*------------------------------------
  Background Attachment
------------------------------------*/
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
.g-bg-main {
  background-color: #ddd !important !important;
}

/* Main Secondary */
.g-bg-secondary {
  background-color: #F18D21 !important;
}

/* Primary Colors */
.g-bg-primary {
  background-color: #09B1CD !important;
}

.g-bg-primary--light {
  background-color: #53c8dc !important;
}

.g-bg-primary--dark {
  background-color: #09a9c3 !important;
}

.g-bg-primary--dark--hover:hover {
  background-color: #09a9c3 !important;
}

.g-bg-primary--hover:hover {
  background-color: #07879c !important;
}

.u-block-hover:hover .g-bg-primary--hover {
  background-color: #09B1CD;
}

.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #09B1CD !important;
}

.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #09B1CD !important;
}

.g-parent.active .g-bg-primary--parent-active {
  background-color: #09B1CD !important;
}

.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #09B1CD !important;
}

.g-bg-primary-dark-v1 {
  background-color: #09a9c3 !important;
}

.g-bg-primary-dark-v2 {
  background-color: #089cb5 !important;
}

.g-bg-primary-dark-v3 {
  background-color: #07879c !important;
}

.g-bg-primary-light-v1 {
  background-color: #53c8dc !important;
}

.g-bg-primary-light-v1--hover:hover {
  background-color: #3ec1d8 !important;
}

.g-bg-primary-light-v2 {
  background-color: #3ec1d8 !important;
}

.g-bg-primary-opacity-0_1 {
  background-color: rgba(9, 177, 205, 0.1) !important;
}

.g-bg-primary-opacity-0_2 {
  background-color: rgba(9, 177, 205, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(9, 177, 205, 0.2) !important;
}

.g-bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.2) !important;
}

.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(9, 177, 205, 0.2) !important;
}

.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(9, 177, 205, 0.2) !important;
}

.g-bg-primary-opacity-0_3 {
  background-color: rgba(9, 177, 205, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(9, 177, 205, 0.3) !important;
}

.g-bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.3) !important;
}

.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(9, 177, 205, 0.3) !important;
}

.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
  background-color: rgba(9, 177, 205, 0.3) !important;
}

.g-bg-primary-opacity-0_4 {
  background-color: rgba(9, 177, 205, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(9, 177, 205, 0.4) !important;
}

.g-bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.4) !important;
}

.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(9, 177, 205, 0.4) !important;
}

.g-bg-primary-opacity-0_6 {
  background-color: rgba(9, 177, 205, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(9, 177, 205, 0.6) !important;
}

.g-bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.6) !important;
}

.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(9, 177, 205, 0.6) !important;
}

.g-bg-primary-opacity-0_8 {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-primary-opacity-0_9 {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

/* Black Colors */
.g-bg-black {
  background-color: #000 !important;
}

.g-bg-black--hover:hover {
  background-color: #000 !important;
}

.g-bg-black--after::after {
  background-color: #000 !important;
}

.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.g-bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.u-block-hover:hover .g-bg-black--hover {
  background-color: #000 !important;
}

/* White Colors */
.g-bg-white {
  background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

.g-bg-white--disabled:disabled {
  background-color: #fff !important;
}

.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important;
}

.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.g-bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(9, 177, 205, 0.8) !important;
}

.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.g-bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

/* Transparent */
.g-bg-transparent {
  background-color: transparent !important;
}

.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Orange */
.g-bg-orange {
  background-color: #F18D21 !important;
}

.g-bg-orange-opacity-0_1 {
  background-color: rgba(241, 141, 33, 0.1) !important;
}

.g-bg-orange-opacity-0_2 {
  background-color: rgba(241, 141, 33, 0.2) !important;
}

.g-bg-orange--hover:hover {
  background-color: #F18D21 !important;
}

/* Color Cyan */
.g-bg-cyan {
  background-color: #09B1CD !important;
}

.g-bg-cyan-opacity-0_1 {
  background-color: rgba(9, 177, 205, 0.1) !important;
}

.g-bg-cyan-opacity-0_9 {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(9, 177, 205, 0.9) !important;
}

.g-bg-cyan--hover:hover {
  background-color: #09B1CD !important;
}

/* O */
@media (min-width: 576px) {
  .g-bg-transparent--sm {
    background-color: transparent !important;
  }
}

/*------------------------------------
  Background Colors Extended
------------------------------------*/
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #09B1CD !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
.g-bg-facebook {
  background-color: #3b5998;
}

.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
  background-color: #344e86 !important;
}

/* Twitter */
.g-bg-twitter {
  background-color: #00acee;
}

.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
  background-color: #009ad5 !important;
}

/* Skype */
.g-bg-skype {
  background-color: #00aff0;
}

.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
  background-color: #009cd7 !important;
}

/* Pinterest */
.g-bg-pinterest {
  background-color: #c8232c;
}

.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
  background-color: #b21f27 !important;
}

/* Vine */
.g-bg-vine {
  background-color: #00bf8f;
}

.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
  background-color: #00a67c !important;
}

/* Youtube */
.g-bg-youtube {
  background-color: #c4302b;
}

.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
  background-color: #af2b26 !important;
}

/* Google plus */
.g-bg-google-plus {
  background-color: #dd4b39;
}

.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
  background-color: #d73925 !important;
}

/* Dribbble */
.g-bg-dribbble {
  background-color: #ea4c89;
}

.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
  background-color: #e7357a !important;
}

/* VK */
.g-bg-vk {
  background-color: #2b587a;
}

.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
  background-color: #244a67 !important;
}

/* Linkedin */
.g-bg-linkedin {
  background-color: #0e76a8;
}

.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
  background-color: #0c6590 !important;
}

/* Instagram */
.g-bg-instagram {
  background-color: #3f729b;
}

.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
  background-color: #386589 !important;
}

/*------------------------------------
  Images Grid
------------------------------------*/
.g-bg-grid-v1--before::before {
  background-image: url(../img/bg/grid/wave.png);
}

.g-bg-grid-v2--before::after {
  background-image: url(../img/bg/grid/tile-left.png);
}

.g-bg-grid-v3--before::after {
  background-image: url(../img/bg/grid/tile-right.png);
}

.g-bg-grid-v4--before::after {
  background-image: url(../img/bg/grid/diagonal-left.png);
}

.g-bg-grid-v5--before::after {
  background-image: url(../img/bg/grid/diagonal-right.png);
}

.g-bg-grid-v6--before::after {
  background-image: url(../img/bg/grid/zigzag-left.png);
}

.g-bg-grid-v7--before::after {
  background-image: url(../img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
.g-bg-cover {
  position: relative;
}

.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.g-bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Position
------------------------------------*/
.g-bg-pos-center {
  background-position: center;
}

.g-bg-pos-left-center {
  background-position: left center;
}

.g-bg-pos-top-left {
  background-position: top left;
}

.g-bg-pos-top-right {
  background-position: top right;
}

.g-bg-pos-top-center {
  background-position: top center;
}

.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
.g-bg-size-cover {
  background-size: cover !important;
}

.g-bg-size-100x {
  background-size: 100% !important;
}

.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

.g-bg-size-120x {
  background-size: 120% !important;
}

.g-bg-size-120x--hover {
  background-size: 120% !important;
}

.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
.g-fill-primary {
  fill: #09B1CD !important;
}

.g-fill-primary path,
.g-fill-primary polygon {
  fill: #09B1CD !important;
}

.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #09B1CD !important;
}

*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #09B1CD !important;
}

.g-fill-white {
  fill: #fff !important;
}

.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

.g-fill-white--opened-menu:not(.collapsed) path,
.g-fill-white--opened-menu:not(.collapsed) polygon {
  fill: #fff !important;
}

*:not(.collapsed) > .g-fill-white--parent-opened-menu path,
*:not(.collapsed) > .g-fill-white--parent-opened-menu polygon {
  fill: #fff !important;
}

.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
  fill: #fff !important;
}

.g-fill-main {
  fill: #09B1CD !important;
}

.g-fill-main path,
.g-fill-main polygon {
  fill: #09B1CD !important;
}

.g-fill-main--opened-menu:not(.collapsed) path,
.g-fill-main--opened-menu:not(.collapsed) polygon {
  fill: #09B1CD !important;
}

*:not(.collapsed) > .g-fill-main--parent-opened-menu path,
*:not(.collapsed) > .g-fill-main--parent-opened-menu polygon {
  fill: #09B1CD !important;
}

.g-fill-main--hover:hover path,
.g-fill-main--hover:hover polygon {
  fill: #09B1CD !important;
}

*:hover > * > .g-fill-main--hover-parent svg path,
*:hover > * > .g-fill-main--hover-parent svg polygon {
  fill: #fff !important;
}

.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important;
}

*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important;
}

.g-fill-red path,
.g-fill-red polygon {
  fill: #f00 !important;
}

.g-fill-red--hover:hover path,
.g-fill-red--hover:hover polygon {
  fill: #f00 !important;
}

*:hover > * > .g-fill-red--hover-parent path,
*:hover > * > .g-fill-red--hover-parent polygon {
  fill: #f00 !important;
}

*:hover > .g-fill-red--parent-hover path,
*:hover > .g-fill-red--parent-hover polygon {
  fill: #f00 !important;
}

*:hover > * > * > .g-fill-red--parent-parent-parent-hover path,
*:hover > * > * > .g-fill-red--parent-parent-parent-hover polygon {
  fill: #f00 !important;
}

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
.g-brd-none {
  /* P */
  border: none !important;
}

.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

.g-brd-around {
  border: solid 1px transparent !important;
}

.g-brd-top {
  border-top: solid 1px transparent !important;
}

.g-brd-right {
  border-right: solid 1px transparent !important;
}

.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

.g-brd-left {
  border-left: solid 1px transparent !important;
}

.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 768px) {
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 992px) {
  /* P */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
  .g-brd-x--lg {
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
  }
  .g-brd-none--lg {
    border: none !important;
  }
}

/*------------------------------------
  Borders None
------------------------------------*/
.g-brd-around-none {
  border-width: 0 !important;
}

.g-brd-y-none {
  border-top: none !important;
  border-bottom: none !important;
}

.g-brd-top-none {
  border-top: none !important;
}

.g-brd-bottom-none {
  border-bottom: none !important;
}

.g-brd-x-none {
  border-left: none !important;
  border-right: none !important;
}

.g-brd-left-none {
  border-left: none !important;
}

.g-brd-right-none {
  border-right: none !important;
}

@media (min-width: 576px) {
  .g-brd-around-none--sm {
    border-width: 0 !important;
  }
  .g-brd-y-none--sm {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  .g-brd-x-none--sm {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--sm {
    border-left: none !important;
  }
  .g-brd-right-none--sm {
    border-right: none !important;
  }
}

@media (min-width: 768px) {
  .g-brd-around-none--md {
    border-width: 0 !important;
  }
  .g-brd-y-none--md {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--md {
    border-top: none !important;
  }
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  .g-brd-x-none--md {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--md {
    border-left: none !important;
  }
  .g-brd-right-none--md {
    border-right: none !important;
  }
}

@media (min-width: 992px) {
  .g-brd-around-none--lg {
    border-width: 0 !important;
  }
  .g-brd-y-none--lg {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  .g-brd-x-none--lg {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--lg {
    border-left: none !important;
  }
  .g-brd-right-none--lg {
    border-right: none !important;
  }
}

@media (min-width: 1200px) {
  .g-brd-around-none--xl {
    border-width: 0 !important;
  }
  .g-brd-y-none--xl {
    border-top: none !important;
    border-bottom: none !important;
  }
  .g-brd-top-none--xl {
    border-top: none !important;
  }
  .g-brd-bottom-none--xl {
    border-bottom: none !important;
  }
  .g-brd-x-none--xl {
    border-left: none !important;
    border-right: none !important;
  }
  .g-brd-left-none--xl {
    border-left: none !important;
  }
  .g-brd-right-none--xl {
    border-right: none !important;
  }
}

/*------------------------------------
  Border Style
------------------------------------*/
.g-brd-style-solid {
  border-style: solid !important;
}

.g-brd-style-dashed {
  border-style: dashed !important;
}

.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
.rounded-0 {
  border-radius: 0 !important;
}

.g-rounded-50x {
  border-radius: 50%;
}

.g-rounded-1 {
  border-radius: 1px !important;
}

.g-rounded-2 {
  border-radius: 2px !important;
}

.g-rounded-3 {
  border-radius: 3px !important;
}

.g-rounded-4 {
  border-radius: 4px !important;
}

.g-rounded-5 {
  border-radius: 5px !important;
}

.g-rounded-6 {
  border-radius: 6px !important;
}

.g-rounded-7 {
  border-radius: 7px !important;
}

.g-rounded-10 {
  border-radius: 10px !important;
}

.g-rounded-15 {
  border-radius: 15px !important;
}

.g-rounded-20 {
  border-radius: 20px !important;
}

.g-rounded-25 {
  border-radius: 25px !important;
}

.g-rounded-30 {
  border-radius: 30px !important;
}

.g-rounded-50 {
  border-radius: 50px !important;
}

.g-rounded-100 {
  border-radius: 100px !important;
}

.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Rounded Right */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.g-rounded-right-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.g-rounded-right-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.g-rounded-right-20 {
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.g-rounded-right-25 {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Rounded Bottom */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Rounded Left */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.g-rounded-left-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.g-rounded-left-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.g-rounded-left-20 {
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.g-rounded-left-25 {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.g-rounded-circle--before::before {
  border-radius: 50% !important;
}

.g-rounded-circle--after::after {
  border-radius: 50% !important;
}

@media (min-width: 768px) {
  .g-rounded-0--md {
    border-radius: 0 !important;
  }
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .g-rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

@media (min-width: 992px) {
  .g-rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .g-rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}

/*------------------------------------
  Border Width
------------------------------------*/
.g-brd-0 {
  border-width: 0 !important;
}

.g-brd-1 {
  border-width: 1px !important;
}

.g-brd-2 {
  border-width: 2px !important;
}

.g-brd-3 {
  border-width: 3px !important;
}

.g-brd-3--before::before {
  border-width: 3px !important;
}

.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

.g-brd-4 {
  border-width: 4px !important;
}

.g-brd-5 {
  border-width: 5px !important;
}

.g-brd-6 {
  border-width: 6px !important;
}

.g-brd-7 {
  border-width: 7px !important;
}

.g-brd-10 {
  border-width: 10px !important;
}

.g-brd-12 {
  border-width: 12px !important;
}

.g-brd-top-0 {
  border-top-width: 0 !important;
}

.g-brd-top-2 {
  border-top-width: 2px !important;
}

.g-brd-top-3 {
  border-top-width: 3px !important;
}

.g-brd-top-5 {
  border-top-width: 5px !important;
}

.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

.g-brd-left-0 {
  border-left-width: 0 !important;
}

.g-brd-left-1 {
  border-left-width: 1px !important;
}

.g-brd-left-2 {
  border-left-width: 2px !important;
}

.g-brd-left-3 {
  border-left-width: 3px !important;
}

.g-brd-left-4 {
  border-left-width: 4px !important;
}

.g-brd-right-0 {
  border-right-width: 0 !important;
}

.g-brd-right-1 {
  border-right-width: 1px !important;
}

.g-brd-right-2 {
  border-right-width: 2px !important;
}

.g-brd-right-3 {
  border-right-width: 3px !important;
}

.g-brd-right-4 {
  border-right-width: 4px !important;
}

@media (min-width: 768px) {
  .g-brd-0--md {
    border-width: 0 !important;
  }
  .g-brd-1--md {
    border-width: 1px !important;
  }
  .g-brd-2--md {
    border-width: 2px !important;
  }
  .g-brd-3--md {
    border-width: 3px !important;
  }
  .g-brd-4--md {
    border-width: 4px !important;
  }
  .g-brd-5--md {
    border-width: 5px !important;
  }
  .g-brd-6--md {
    border-width: 6px !important;
  }
  .g-brd-10--md {
    border-width: 10px !important;
  }
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}

@media (min-width: 992px) {
  .g-brd-0--lg {
    border-width: 0 !important;
  }
  .g-brd-1--lg {
    border-width: 1px !important;
  }
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
.g-brd-primary {
  border-color: #09B1CD !important;
}

.g-brd-primary--before::before {
  border-color: #09B1CD !important;
}

.g-brd-primary--before--active.active::before {
  border-color: #09B1CD !important;
}

.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #09B1CD !important;
}

.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #09B1CD !important;
}

*:hover > .g-brd-primary--hover-parent {
  border-color: #09B1CD !important;
}

.g-brd-primary-opacity-0_3 {
  border-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
  border-color: rgba(9, 177, 205, 0.3) !important;
}

*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-dark-dark-v1 {
  border-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
  border-color: #09a9c3 !important;
}

*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v2 {
  border-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
  border-color: #089cb5 !important;
}

*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v3 {
  border-color: #07879c !important;
}

.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
  border-color: #07879c !important;
}

*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #07879c !important;
}

.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #09B1CD !important;
}

/* Main Colors */
.g-brd-main {
  border-color: #09B1CD !important;
}

.g-brd-main--hover:hover {
  border-color: #09B1CD !important;
}

/* Black Colors */
.g-brd-black {
  border-color: #000 !important;
}

.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
.g-brd-white {
  border-color: #fff !important;
}

.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

*:hover > .g-brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

*:hover > .g-brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

*:hover > .g-brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

*:hover > .g-brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

*:hover > .g-brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

*:hover > .g-brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

*:hover > .g-brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
  border-color: #111 !important;
}

*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
  border-color: #333 !important;
}

*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
  border-color: #555 !important;
}

*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
  border-color: #777 !important;
}

*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
  border-color: #999 !important;
}

*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
  border-color: #bbb !important;
}

*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
  border-color: #ccc !important;
}

*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
  border-color: #ddd !important;
}

*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
  border-color: #eee !important;
}

*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent {
  border-color: transparent !important;
}

.g-brd-transparent--before::before {
  border-color: transparent !important;
}

.g-brd-transparent--after::after {
  border-color: transparent !important;
}

.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
.g-brd-green {
  border-color: #72c02c !important;
}

.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
.g-brd-blue {
  border-color: #3398dc !important;
}

.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

.g-brd-blue-opacity-0_1 {
  border-color: rgba(51, 152, 220, 0.1) !important;
}

/* Color Cyan */
.g-brd-cyan {
  border-color: #09B1CD !important;
}

.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #09B1CD !important;
}

*:hover > .g-brd-cyan--hover-parent {
  border-color: #09B1CD !important;
}

/* Primary Colors */
.g-brd-primary-top {
  border-top-color: #09B1CD !important;
}

.g-brd-primary-top--before::before {
  border-top-color: #09B1CD !important;
}

.g-brd-primary-bottom {
  border-bottom-color: #09B1CD !important;
}

.g-brd-primary-bottom--before:before {
  border-bottom-color: #09B1CD !important;
}

.g-brd-primary-left {
  border-left-color: #09B1CD !important;
}

.g-brd-primary-left--before:before {
  border-left-color: #09B1CD !important;
}

.g-brd-primary-right {
  border-right-color: #09B1CD !important;
}

.g-brd-primary-right--before:before {
  border-right-color: #09B1CD !important;
}

.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(9, 177, 205, 0.3) !important;
}

.g-brd-primary-dark-dark-v1-top {
  border-top-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v1-left {
  border-left-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v1-right {
  border-right-color: #09a9c3 !important;
}

.g-brd-primary-dark-dark-v2-top {
  border-top-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v2-left {
  border-left-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v2-right {
  border-right-color: #089cb5 !important;
}

.g-brd-primary-dark-dark-v3-top {
  border-top-color: #07879c !important;
}

.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #07879c !important;
}

.g-brd-primary-dark-dark-v3-left {
  border-left-color: #07879c !important;
}

.g-brd-primary-dark-dark-v3-right {
  border-right-color: #07879c !important;
}

/* Black Colors */
.g-brd-black-top {
  border-top-color: #000 !important;
}

.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

.g-brd-black-left {
  border-left-color: #000 !important;
}

.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
.g-brd-white-top {
  border-top-color: #fff !important;
}

.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

.g-brd-white-left {
  border-left-color: #fff !important;
}

.g-brd-white-right {
  border-right-color: #fff !important;
}

.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

.g-brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

.g-brd-transparent-left {
  border-left-color: transparent !important;
}

.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Color Orange */
.g-brd-orange-top {
  border-top-color: #F18D21 !important;
}

.g-brd-orange-bottom {
  border-bottom-color: #F18D21 !important;
}

.g-brd-orange-left {
  border-left-color: #F18D21 !important;
}

.g-brd-orange-right {
  border-right-color: #F18D21 !important;
}

/* Color Cyan */
.g-brd-cyan-top {
  border-top-color: #09B1CD !important;
}

.g-brd-cyan-bottom {
  border-bottom-color: #09B1CD !important;
}

.g-brd-cyan-left {
  border-left-color: #09B1CD !important;
}

.g-brd-cyan-right {
  border-right-color: #09B1CD !important;
}

/* O */
.g-brd-primary-top--hover:hover {
  border-top-color: #09B1CD !important;
}

.g-brd-primary-top--hover:hover::after {
  border-top-color: #09B1CD;
}

.g-brd-primary-top--active.active {
  border-top-color: #09B1CD !important;
}

.g-brd-primary-top--active.active::after {
  border-top-color: #09B1CD;
}

.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #09B1CD !important;
}

.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #09B1CD;
}

.g-brd-primary-bottom--active.active {
  border-bottom-color: #09B1CD !important;
}

.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #09B1CD;
}

.g-brd-pinterest {
  border-color: #c8232c !important;
}

.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
.g-brd-facebook {
  border-color: #3b5998;
}

.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
.g-brd-twitter {
  border-color: #00acee;
}

.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
.g-brd-skype {
  border-color: #00aff0;
}

.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
.g-brd-pinterest {
  border-color: #c8232c;
}

.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
.g-brd-vine {
  border-color: #00bf8f;
}

.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
.g-brd-youtube {
  border-color: #c4302b;
}

.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
.g-brd-google-plus {
  border-color: #dd4b39;
}

.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
.g-brd-dribbble {
  border-color: #ea4c89;
}

.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
.g-brd-vk {
  border-color: #2b587a;
}

.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
.g-brd-linkedin {
  border-color: #0e76a8;
}

.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
.g-brd-instagram {
  border-color: #3f729b;
}

.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
.g-font-secondary {
  font-family: "Pompiere", cursive, Helvetica, Arial, sans-serif;
}

.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
.g-font-size-default {
  font-size: 1rem !important;
}

.g-font-size-70x {
  font-size: 70% !important;
}

.g-font-size-75x {
  font-size: 75% !important;
}

.g-font-size-80x {
  font-size: 80% !important;
}

.g-font-size-85x {
  font-size: 85% !important;
}

.g-font-size-90x {
  font-size: 90% !important;
}

.g-font-size-95x {
  font-size: 95% !important;
}

.g-font-size-0 {
  font-size: 0;
}

.g-font-size-5 {
  font-size: 0.35714rem !important;
}

.g-font-size-8 {
  font-size: 0.57143rem !important;
}

.g-font-size-9 {
  font-size: 0.64286rem !important;
}

.g-font-size-10 {
  font-size: 0.71429rem !important;
}

.g-font-size-11 {
  font-size: 0.78571rem !important;
}

.g-font-size-12 {
  font-size: 0.85714rem !important;
}

.g-font-size-13 {
  font-size: 0.92857rem !important;
}

.g-font-size-14 {
  font-size: 1rem !important;
}

.g-font-size-15 {
  font-size: 1.07143rem !important;
}

.g-font-size-16 {
  font-size: 1.14286rem !important;
}

.g-font-size-17 {
  font-size: 1.21429rem !important;
}

.g-font-size-18 {
  font-size: 1.28571rem !important;
}

.g-font-size-20 {
  font-size: 1.42857rem !important;
}

.g-font-size-22 {
  font-size: 1.57143rem !important;
}

.g-font-size-23 {
  font-size: 1.64286rem !important;
}

.g-font-size-24 {
  font-size: 1.71429rem !important;
}

.g-font-size-25 {
  font-size: 1.78571rem !important;
}

.g-font-size-26 {
  font-size: 1.85714rem !important;
}

.g-font-size-27 {
  font-size: 1.92857rem !important;
}

.g-font-size-28 {
  font-size: 2rem !important;
}

.g-font-size-30 {
  font-size: 2.14286rem !important;
}

.g-font-size-32 {
  font-size: 2.28571rem !important;
}

.g-font-size-33 {
  font-size: 2.35714rem !important;
}

.g-font-size-35 {
  font-size: 2.5rem !important;
}

.g-font-size-36 {
  font-size: 2.57143rem !important;
}

.g-font-size-38 {
  font-size: 2.71429rem !important;
}

.g-font-size-40 {
  font-size: 2.85714rem !important;
}

.g-font-size-42 {
  font-size: 3rem !important;
}

.g-font-size-45 {
  font-size: 3.21429rem !important;
}

.g-font-size-46 {
  font-size: 3.28571rem !important;
}

.g-font-size-48 {
  font-size: 3.42857rem !important;
}

.g-font-size-50 {
  font-size: 3.57143rem !important;
}

.g-font-size-55 {
  font-size: 3.92857rem !important;
}

.g-font-size-56 {
  font-size: 4rem !important;
}

.g-font-size-60 {
  font-size: 4.28571rem !important;
}

.g-font-size-65 {
  font-size: 4.64286rem !important;
}

.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

.g-font-size-75 {
  font-size: 5.35714rem !important;
}

.g-font-size-76 {
  font-size: 5.42857rem !important;
}

.g-font-size-80 {
  font-size: 5.71429rem !important;
}

.g-font-size-86 {
  font-size: 6.14286rem !important;
}

.g-font-size-90 {
  font-size: 6.42857rem !important;
}

.g-font-size-120 {
  font-size: 8.57143rem !important;
}

.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}

@media (min-width: 768px) {
  .g-font-size-default--md {
    font-size: 1rem !important;
  }
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }
  .g-font-size-28--md {
    font-size: 2rem !important;
  }
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }
  .g-font-size-56--md {
    font-size: 4rem !important;
  }
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }
  .g-font-size-70--md {
    font-size: 5rem !important;
  }
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}

@media (min-width: 992px) {
  .g-font-size-default--lg {
    font-size: 1rem !important;
  }
  .g-font-size-16--lg {
    font-size: 1.14286rem !important;
  }
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }
  .g-font-size-32--lg {
    font-size: 2.28571rem !important;
  }
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }
  .g-font-size-42--lg {
    font-size: 3rem !important;
  }
  .g-font-size-60--lg {
    font-size: 4.28571rem !important;
  }
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}

@media (min-width: 1200px) {
  .g-font-size-17--xl {
    font-size: 1.21429rem !important;
  }
}

@media (max-width: 576px - 1) {
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}

/*------------------------------------
  Typography Font Weight
------------------------------------*/
.g-font-weight-100 {
  font-weight: 100 !important;
}

.g-font-weight-200 {
  font-weight: 200 !important;
}

.g-font-weight-300 {
  font-weight: 300 !important;
}

.g-font-weight-400 {
  font-weight: 400 !important;
}

.g-font-weight-500 {
  font-weight: 500 !important;
}

.g-font-weight-600 {
  font-weight: 600 !important;
}

.g-font-weight-700 {
  font-weight: 700 !important;
}

.g-font-weight-800 {
  font-weight: 800 !important;
}

.g-font-weight-900 {
  font-weight: 900 !important;
}

@media (min-width: 768px) {
  .g-font-weight-100--md {
    font-weight: 100 !important;
  }
  .g-font-weight-200--md {
    font-weight: 200 !important;
  }
  .g-font-weight-300--md {
    font-weight: 300 !important;
  }
  .g-font-weight-400--md {
    font-weight: 400 !important;
  }
  .g-font-weight-500--md {
    font-weight: 500 !important;
  }
  .g-font-weight-600--md {
    font-weight: 600 !important;
  }
  .g-font-weight-700--md {
    font-weight: 700 !important;
  }
  .g-font-weight-800--md {
    font-weight: 800 !important;
  }
  .g-font-weight-900--md {
    font-weight: 900 !important;
  }
}

/*------------------------------------
  Typography Text Transform
------------------------------------*/
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
.g-text-underline {
  text-decoration: underline;
}

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

.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

.g-letter-spacing-0 {
  letter-spacing: 0px;
}

.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
.g-line-height-0 {
  line-height: 0 !important;
}

.g-line-height-0_7 {
  line-height: .7 !important;
}

.g-line-height-0_8 {
  line-height: .8 !important;
}

.g-line-height-0_9 {
  line-height: .9 !important;
}

.g-line-height-1 {
  line-height: 1 !important;
}

.g-line-height-1_1 {
  line-height: 1.1 !important;
}

.g-line-height-1_2 {
  line-height: 1.2 !important;
}

.g-line-height-1_3 {
  line-height: 1.3 !important;
}

.g-line-height-1_4 {
  line-height: 1.4 !important;
}

.g-line-height-1_5 {
  line-height: 1.5 !important;
}

.g-line-height-1_6 {
  line-height: 1.6 !important;
}

.g-line-height-1_8 {
  line-height: 1.8 !important;
}

.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
.g-font-style-normal {
  font-style: normal;
}

.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
.g-list-style-circle {
  list-style-type: circle;
}

.g-list-style-disc {
  list-style-type: disc;
}

.g-list-style-square {
  list-style-type: square;
}

.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
.u-quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block;
}

.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
.g-pos-rel {
  position: relative !important;
}

.g-pos-abs {
  position: absolute !important;
}

.g-pos-stc {
  position: static !important;
}

.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 576px) {
  .g-pos-rel--sm {
    position: relative !important;
  }
  .g-pos-fix--sm {
    position: fixed !important;
  }
  .g-pos-abs--sm {
    position: absolute !important;
  }
  .g-pos-stc--sm {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .g-pos-rel--md {
    position: relative !important;
  }
  .g-pos-fix--md {
    position: fixed !important;
  }
  .g-pos-abs--md {
    position: absolute !important;
  }
  .g-pos-stc--sm {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .g-pos-rel--lg {
    position: relative !important;
  }
  .g-pos-fix--lg {
    position: fixed !important;
  }
  .g-pos-abs--lg {
    position: absolute !important;
  }
  .g-pos-stc--lg {
    position: static !important;
  }
}

/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
.g-top-auto {
  /* P */
  top: auto;
}

.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

.g-top-0 {
  top: 0 !important;
}

.g-top-0--hover:hover {
  top: 0 !important;
}

.g-parent:hover .g-top-0--parent-hover {
  top: 0 !important;
}

.g-top-1 {
  top: 0.07143rem;
}

.g-top-2 {
  top: 0.14286rem;
}

.g-top-3 {
  top: 0.21429rem;
}

.g-top-5 {
  top: 0.35714rem !important;
}

.g-top-7 {
  top: 0.5rem !important;
}

.g-top-10 {
  top: 0.71429rem !important;
}

.g-top-15 {
  top: 1.07143rem;
}

.g-top-20 {
  top: 1.42857rem;
}

.g-top-25 {
  top: 1.78571rem;
}

.g-top-30 {
  top: 2.14286rem;
}

.g-top-35 {
  top: 2.5rem;
}

.g-top-55 {
  top: 3.92857rem;
}

.g-top-65 {
  top: 4.64286rem;
}

.g-top-100 {
  top: 7.14286rem;
}

.g-top-15x {
  top: 15%;
}

.g-top-20x {
  top: 20%;
}

.g-top-25x {
  top: 25%;
}

.g-top-30x {
  top: 30%;
}

.g-top-35x {
  top: 35%;
}

.g-top-50x {
  top: 50%;
}

.g-top-100x {
  top: 100%;
}

/* Top Minis */
.g-top-minus-1 {
  top: -0.07143rem;
}

.g-top-minus-2 {
  top: -0.14286rem;
}

.g-top-minus-3 {
  top: -0.21429rem !important;
}

.g-top-minus-4 {
  top: -0.28571rem;
}

.g-top-minus-5 {
  top: -0.35714rem;
}

.g-top-minus-6 {
  top: -0.42857rem;
}

.g-top-minus-8 {
  top: -0.57143rem;
}

.g-top-minus-10 {
  top: -0.71429rem;
}

.g-top-minus-15 {
  top: -1.07143rem;
}

.g-top-minus-20 {
  top: -1.42857rem;
}

.g-top-minus-30 {
  top: -2.14286rem;
}

.g-top-minus-35 {
  top: -2.5rem;
}

.g-top-minus-40 {
  top: -2.85714rem;
}

.g-top-minus-70 {
  top: -5rem;
}

.g-top-minus-120 {
  top: -8.57143rem;
}

.g-top-minus-25x {
  top: -25%;
}

.g-top-minus-80x {
  top: -80%;
}

/* Left */
.g-left-auto {
  /* P */
  left: auto !important;
}

.g-left-0 {
  left: 0;
}

.g-left-0--hover:hover {
  left: 0;
}

.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

.g-left-2 {
  left: 0.14286rem;
}

.g-left-5 {
  left: 0.35714rem;
}

.g-left-10 {
  left: 0.71429rem;
}

.g-left-15 {
  left: 1.07143rem !important;
}

.g-left-20 {
  left: 1.42857rem;
}

.g-left-30 {
  left: 2.14286rem;
}

.g-left-40 {
  left: 2.85714rem;
  /* O */
}

.g-left-45 {
  left: 3.21429rem;
  /* P */
}

.g-left-75 {
  left: 5.35714rem;
}

.g-left-110 {
  left: 7.85714rem;
}

.g-left-130 {
  left: 9.28571rem;
}

.g-left-200 {
  left: 14.28571rem;
}

.g-left-15x {
  left: 15%;
}

.g-left-35x {
  left: 35%;
}

.g-left-50x {
  left: 50%;
}

.g-left-100x {
  left: 100%;
}

/* Left Minus */
.g-left-minus-3 {
  left: -0.21429rem;
}

.g-left-minus-6 {
  left: -0.42857rem;
}

.g-left-minus-7 {
  left: -0.5rem;
}

.g-left-minus-10 {
  left: -0.71429rem;
}

.g-left-minus-15 {
  left: -1.07143rem;
}

.g-left-minus-20 {
  left: -1.42857rem;
}

.g-left-minus-25 {
  left: -1.78571rem;
}

.g-left-minus-30 {
  left: -2.14286rem;
}

.g-left-minus-40 {
  left: -2.85714rem;
}

.g-left-minus-50 {
  left: -3.57143rem;
}

.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
.g-right-auto {
  /* P */
  right: auto;
}

.g-right-0 {
  right: 0 !important;
}

.g-right-0--hover:hover {
  right: 0 !important;
}

.g-parent:hover .g-right-0--parent-hover {
  right: 0 !important;
}

.g-right-5 {
  right: 0.35714rem !important;
}

.g-right-7 {
  right: 0.5rem !important;
}

.g-right-10 {
  right: 0.71429rem !important;
}

.g-right-14 {
  right: 1rem !important;
}

.g-right-15 {
  right: 1.07143rem !important;
}

.g-right-20 {
  right: 1.42857rem;
}

.g-right-30 {
  right: 2.14286rem;
}

.g-right-40 {
  right: 2.85714rem;
}

.g-right-45 {
  right: 3.21429rem;
  /* P */
}

.g-right-55 {
  right: 3.92857rem;
  /* O */
}

.g-right-65 {
  right: 4.64286rem;
}

.g-right-100 {
  right: 7.14286rem;
}

.g-right-110 {
  right: 7.85714rem;
}

.g-right-130 {
  right: 9.28571rem;
}

.g-right-15x {
  right: 15%;
}

.g-right-35x {
  right: 35%;
}

.g-right-50x {
  right: 50%;
}

.g-right-100x {
  right: 100%;
}

/* Right Minus */
.g-right-minus-3 {
  right: -0.21429rem !important;
}

.g-right-minus-6 {
  right: -0.42857rem;
}

.g-right-minus-5 {
  right: -0.35714rem;
}

.g-right-minus-10 {
  right: -0.71429rem;
}

.g-right-minus-13 {
  right: -0.92857rem;
}

.g-right-minus-15 {
  right: -1.07143rem;
}

.g-right-minus-20 {
  right: -1.42857rem;
}

.g-right-minus-25 {
  right: -1.78571rem;
}

.g-right-minus-40 {
  right: -2.85714rem;
}

.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

.g-bottom-0 {
  bottom: 0;
}

.g-bottom-0--hover:hover {
  bottom: 0;
}

.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

.g-bottom-6 {
  bottom: 0.42857rem;
}

.g-bottom-10 {
  bottom: 0.71429rem;
}

.g-bottom-20 {
  bottom: 1.42857rem;
}

.g-bottom-30 {
  bottom: 2.14286rem;
}

.g-bottom-40 {
  bottom: 2.85714rem;
}

.g-bottom-50 {
  bottom: 3.57143rem;
}

.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

.g-bottom-60 {
  bottom: 4.28571rem;
}

.g-bottom-80 {
  bottom: 5.71429rem;
}

.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

.g-bottom-minus-40 {
  bottom: -2.85714rem;
}

.g-bottom-minus-70 {
  bottom: -5rem;
}

.g-bottom-minus-35x {
  bottom: -35%;
}

.g-bottom-15x {
  bottom: 15%;
}

.g-bottom-minus-25x {
  bottom: -25%;
}

.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  .g-top-auto--sm {
    top: auto;
  }
  .g-left-auto--sm {
    left: auto;
  }
  .g-left-minus-20--sm {
    left: -20px;
  }
  .g-right-minus-20--sm {
    right: -20px;
  }
}

/* O */
@media (min-width: 768px) {
  .g-right-0--md {
    right: 0;
  }
  .g-right-minus-15--md {
    right: -1.07143rem;
  }
  .g-left-minus-15--md {
    left: -1.07143rem;
  }
  .g-top-minus-20--md {
    top: -1.42857rem;
  }
  .g-right-minus-25--md {
    right: -1.78571rem;
  }
  .g-right-100--md {
    right: 7.14286rem;
  }
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }
  .g-left-auto--md {
    left: auto;
  }
  .g-left-minus-25--md {
    left: -1.78571rem;
  }
  .g-left-130--md {
    left: 9.28571rem;
  }
  .g-left-35x--md {
    left: 35%;
  }
  .g-left-50x--md {
    left: 50%;
  }
  .g-right-130--md {
    right: 9.28571rem;
  }
  .g-right-35x--md {
    right: 35%;
  }
  .g-right-50x--md {
    right: 50%;
  }
  .g-bottom-50--md {
    bottom: 3.57143rem;
  }
  .g-bottom-120--md {
    bottom: 8.57143rem;
  }
}

@media (min-width: 992px) {
  .g-top-0--lg {
    top: 0;
  }
  .g-right-0--lg {
    right: 0;
  }
  .g-left-minus-35--lg {
    left: -2.5rem;
  }
  .g-left-40--lg {
    left: 2.85714rem;
  }
  .g-right-minus-35--lg {
    right: -2.5rem;
  }
  .g-right-40--lg {
    right: 2.85714rem;
  }
  .g-bottom-120--lg {
    bottom: 8.57143rem;
  }
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
.g-absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.g-absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 576px) {
  .g-absolute-centered--x--sm {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 768px) {
  .g-absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}

.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .g-absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .g-absolute-centered--y--lg {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}

/* O */
.g-transform-origin--top-left {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.g-transform-origin--top-right {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.g-absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.6) translateY(-50%);
      -ms-transform: scale(0.6) translateY(-50%);
          transform: scale(0.6) translateY(-50%);
}

/* Relative (Position, X, Y) */
.g-relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

.g-relative-centered--y {
  position: relative;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

/* Flex centered */
.g-flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-flex-centered-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.g-flex-centered-item--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.g-flex-centered-item--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* Flex right */
.g-flex-right--xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Flex middle */
.g-flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.g-flex-middle-item--fixed {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  .g-flex-right--md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g-flex-centered--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}

@media (min-width: 576px) {
  .g-absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
  .g-absolute-centered--x-sm--reset {
    position: static !important;
    left: auto !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

@media (min-width: 768px) {
  .g-absolute-centered--md {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .g-absolute-centered--x--lg {
    position: absolute !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
  .g-flex-centered--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*------------------------------------
  Alignments
------------------------------------*/
.g-valign-super {
  vertical-align: super !important;
}

.g-valign-sub {
  vertical-align: sub !important;
}

.g-valign-top {
  vertical-align: top !important;
}

.g-valign-middle {
  vertical-align: middle !important;
}

.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Box-shadows
------------------------------------*/
.g-box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
.g-clear {
  clear: both;
}

.g-clear--left {
  clear: left;
}

.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
.g-overflow-hidden {
  overflow: hidden;
}

.g-overflow-visible {
  overflow: visible;
}

.g-overflow-x-hidden {
  overflow-x: hidden;
}

.g-overflow-x-auto {
  overflow-x: auto !important;
}

.g-overflow-x-scroll {
  overflow-x: scroll;
}

.g-overflow-y-auto {
  overflow-y: auto;
}

.g-overflow-y-hidden {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}

@media (min-width: 992px) {
  .g-overflow-x-visible--lg {
    overflow-x: visible;
  }
}

/*------------------------------------
  Transitions
------------------------------------*/
/*.g-transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
[class*="g-transition"] {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

[class*="g-transition"]::before, [class*="g-transition"]::after,
[class*="g-transition"] path,
[class*="g-transition"] polygon {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.g-transition-0 {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.g-transition-0::before, .g-transition-0::after,
.g-transition-0 path,
.g-transition-0 polygon {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.g-transition-0_2 {
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.g-transition-0_2::before, .g-transition-0_2::after,
.g-transition-0_2 path,
.g-transition-0_2 polygon {
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.g-transition-0_3 {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.g-transition-0_3::before, .g-transition-0_3::after,
.g-transition-0_3 path,
.g-transition-0_3 polygon {
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

.g-transition-0_5 {
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.g-transition-0_5::before, .g-transition-0_5::after,
.g-transition-0_5 path,
.g-transition-0_5 polygon {
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.g-transition-0_6 {
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

.g-transition-0_6::before, .g-transition-0_6::after,
.g-transition-0_6 path,
.g-transition-0_6 polygon {
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

.g-transition-delay-0_11 {
  -webkit-transition-delay: .11s;
       -o-transition-delay: .11s;
          transition-delay: .11s;
}

.g-transition-delay-0_11::before, .g-transition-delay-0_11::after,
.g-transition-delay-0_11 path,
.g-transition-delay-0_11 polygon {
  -webkit-transition-delay: .11s;
       -o-transition-delay: .11s;
          transition-delay: .11s;
}

.g-transition-delay-0_2 {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.g-transition-delay-0_2::before, .g-transition-delay-0_2::after,
.g-transition-delay-0_2 path,
.g-transition-delay-0_2 polygon {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.g-transition-delay-0_45 {
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
}

.g-transition-delay-0_45::before, .g-transition-delay-0_45::after,
.g-transition-delay-0_45 path,
.g-transition-delay-0_45 polygon {
  -webkit-transition-delay: .45s;
       -o-transition-delay: .45s;
          transition-delay: .45s;
}

.g-transition--ease-out {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.g-transition--ease-out::before, .g-transition--ease-out::after,
.g-transition--ease-out path,
.g-transition--ease-out polygon {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.g-transition--ease-in {
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.g-transition--ease-in::before, .g-transition--ease-in::after,
.g-transition--ease-in path,
.g-transition--ease-in polygon {
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.g-transition--ease-in-out {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.g-transition--ease-in-out::before, .g-transition--ease-in-out::after,
.g-transition--ease-in-out path,
.g-transition--ease-in-out polygon {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.g-transition--linear {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.g-transition--linear::before, .g-transition--linear::after,
.g-transition--linear path,
.g-transition--linear polygon {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*------------------------------------
  Transforms
------------------------------------*/
.g-transform-scale-0_5 {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.g-transform-scale-0_5--hover:hover {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.g-parent:hover .g-transform-scale-0_5--parent-hover {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.g-transform-scale-0_8 {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.g-transform-scale-0_8--hover:hover {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.g-parent:hover .g-transform-scale-0_8--parent-hover {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.g-transform-scale-0_85 {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.g-transform-scale-0_85--hover:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.g-parent:hover .g-transform-scale-0_85--parent-hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}

.g-transform-scale-0_9 {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.g-transform-scale-0_9--hover:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.g-parent:hover .g-transform-scale-0_9--parent-hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.g-transform-scale-1 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.g-transform-scale-1--hover:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.g-parent:hover .g-transform-scale-1--parent-hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.g-transform-scale-1_05 {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.g-transform-scale-1_05--hover:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2;
}

.g-parent:hover .g-transform-scale-1_05--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_1 {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_1--hover:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2;
}

.g-parent:hover .g-transform-scale-1_1--parent-hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.g-transform-scale-1_2 {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.g-transform-scale-1_2--hover:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.g-parent:hover .g-transform-scale-1_2--parent-hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.g-transform-translate-x-100x {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.g-transform-translate-x-100x--hover:hover {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.g-transform-translate-x-minus-100x {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-transform-translate-x-minus-100x--hover:hover {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.g-transform-translate-y-5 {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.g-transform-translate-y-5--hover:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.g-parent:hover .g-transform-translate-y-5--parent-hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.g-transform-translate-y-100x {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.g-transform-translate-y-100x--hover:hover {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.g-transform-translate-y-minus-5 {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-transform-translate-y-minus-5--hover:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.g-transform-translate-y-minus-70 {
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-transform-translate-y-minus-70--hover:hover {
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}

.g-transform-translate-y-minus-100x {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-transform-translate-y-minus-100x--hover:hover {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
.opacity-0 {
  opacity: 0 !important;
}

.g-opacity-0_3 {
  opacity: .3 !important;
}

.g-opacity-0_4 {
  opacity: .4 !important;
}

.g-opacity-0_5 {
  opacity: .5 !important;
}

.g-opacity-0_6 {
  opacity: .6 !important;
}

.g-opacity-0_7 {
  opacity: .7 !important;
}

.g-opacity-0_8 {
  opacity: .8 !important;
}

.g-opacity-1 {
  opacity: 1 !important;
}

.opacity-0--hover:hover {
  opacity: 0 !important;
}

.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

.selected .g-opacity-1--parents-selected {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
.g-z-index-auto {
  z-index: auto;
}

.g-z-index-1 {
  z-index: 1;
}

.g-z-index-2 {
  z-index: 2;
}

.g-z-index-3 {
  z-index: 3;
}

.g-z-index-3--hover:hover {
  z-index: 3;
}

.g-z-index-4 {
  z-index: 4;
}

.g-z-index-4--hover:hover {
  z-index: 4;
}

.g-z-index-99 {
  z-index: 99;
}

.g-z-index-9999 {
  z-index: 9999;
}

.g-z-index-minus-1 {
  z-index: -1;
}

/*------------------------------------
  Resize
------------------------------------*/
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::placeholder {
  opacity: 1;
  color: #fff;
}

.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

.g-placeholder-primary::-ms-input-placeholder {
  color: #fff;
}

.g-placeholder-primary::placeholder {
  color: #fff;
}

.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
.g-color-main {
  color: #09B1CD !important;
}

.g-color-main--hover:hover {
  color: #09B1CD !important;
}

/* Primary Colors */
.g-color-primary {
  color: #09B1CD !important;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #09B1CD !important;
}

.g-parent:hover .g-color-primary--parent-hover {
  color: #09B1CD !important;
}

.g-color-primary-opacity-0_3 {
  color: rgba(9, 177, 205, 0.3) !important;
}

.g-color-primary-opacity-0_4 {
  color: rgba(9, 177, 205, 0.4) !important;
}

.g-color-primary--active.active {
  color: #09B1CD !important;
}

.active .g-color-primary--parent-active {
  color: #09B1CD !important;
}

.g-color-primary--before::before, .g-color-primary--after::after {
  color: #09B1CD;
}

/* Secondary Colors */
.g-color-secondary {
  color: #F18D21 !important;
}

.u-block-hover:hover .g-color-secondary--hover, .g-color-secondary--hover:hover {
  color: #F18D21 !important;
}

.g-parent:hover .g-color-secondary--parent-hover {
  color: #F18D21 !important;
}

/* Black Colors */
.g-color-black {
  color: #000 !important;
}

.g-color-black--hover:hover {
  color: #000 !important;
}

.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

.g-color-black--active.active {
  color: #000 !important;
}

.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
.g-color-white {
  color: #fff !important;
}

.g-color-white--opened-menu:not(.collapsed) {
  color: #fff !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

.g-color-white--active.active {
  color: #fff !important;
}

.active .g-color-white--parent-active {
  color: #fff !important;
}

.g-color-white--child * {
  color: #fff !important;
}

.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.u-block-hover:hover .g-color-white-opacity-0_7--hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Gray Colors */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

.g-color-gray-light-v2 {
  color: #ccc !important;
}

.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

.g-color-gray-light-v3 {
  color: #ddd !important;
}

.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

.g-color-gray-light-v4 {
  color: #eee !important;
}

.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

.g-color-gray-dark-v1 {
  color: #111 !important;
}

.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

.g-color-gray-dark-v2 {
  color: #333 !important;
}

.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

.g-color-gray-dark-v3 {
  color: #555 !important;
}

.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

.g-color-gray-dark-v4 {
  color: #777 !important;
}

.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

.g-color-gray-dark-v5 {
  color: #999 !important;
}

.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Color Orange */
.g-color-orange {
  color: #F18D21 !important;
}

.g-color-orange--hover:hover {
  color: #F18D21 !important;
}

/* Color Cyan */
.g-color-cyan {
  color: #09B1CD !important;
}

.g-color-cyan--hover:hover {
  color: #09B1CD !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
.g-color-facebook {
  color: #3b5998;
}

.g-color-facebook:hover {
  color: #344e86;
}

.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
.g-color-twitter {
  color: #00acee;
}

.g-color-twitter:hover {
  color: #009ad5;
}

.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
.g-color-skype {
  color: #00aff0;
}

.g-color-skype:hover {
  color: #009cd7;
}

.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
.g-color-pinterest {
  color: #c8232c;
}

.g-color-pinterest:hover {
  color: #b21f27;
}

.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
.g-color-vine {
  color: #00bf8f;
}

.g-color-vine:hover {
  color: #00a67c;
}

.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
.g-color-youtube {
  color: #c4302b;
}

.g-color-youtube:hover {
  color: #af2b26;
}

.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
.g-color-google-plus {
  color: #dd4b39;
}

.g-color-google-plus:hover {
  color: #d73925;
}

.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
.g-color-dribbble {
  color: #ea4c89;
}

.g-color-dribbble:hover {
  color: #e7357a;
}

.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
.g-color-vk {
  color: #2b587a;
}

.g-color-vk:hover {
  color: #244a67;
}

.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
.g-color-linkedin {
  color: #0e76a8;
}

.g-color-linkedin:hover {
  color: #0c6590;
}

.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
.g-color-instagram {
  color: #3f729b;
}

.g-color-instagram:hover {
  color: #386589;
}

.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
.g-width-30x {
  width: 30% !important;
  /* P */
}

.g-width-40x {
  width: 40% !important;
  /* P */
}

.g-width-50x {
  width: 50% !important;
  /* P */
}

.g-width-60x {
  width: 60% !important;
  /* P */
}

.g-width-70x {
  width: 70% !important;
  /* P */
}

.g-width-80x {
  width: 80% !important;
  /* P */
}

.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 446px - 1) {
  .w-100--2xs {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  .g-width-20x--sm {
    width: 20% !important;
  }
  .g-width-25x--sm {
    width: 25% !important;
  }
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }
  .g-width-40x--sm {
    width: 40% !important;
  }
  .g-width-60x--sm {
    width: 60% !important;
  }
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}

@media (min-width: 768px) {
  /* P */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}

.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
.g-width-1x {
  max-width: 1%;
}

.g-width-80x {
  max-width: 80%;
}

.g-width-90x {
  max-width: 90%;
}

.g-width-95x {
  width: 95%;
}

.g-max-width-60x {
  max-width: 60%;
}

.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
.g-width-3 {
  width: 3px !important;
  /* O */
}

.g-width-10 {
  width: 10px !important;
  /* O */
}

.g-width-12 {
  width: 12px !important;
  /* Z */
}

.g-width-16 {
  width: 16px !important;
  /* O */
}

.g-width-18 {
  width: 18px !important;
  /* O */
}

.g-width-20 {
  width: 20px !important;
  /* O */
}

.g-width-24 {
  width: 24px !important;
  /* O */
}

.g-width-25 {
  width: 25px !important;
}

.g-width-26 {
  width: 26px !important;
  /* P */
}

.g-width-28 {
  width: 28px !important;
  /* O */
}

.g-width-30 {
  width: 30px !important;
  /* P */
}

.g-width-32 {
  width: 32px !important;
  /* O */
}

.g-width-35 {
  width: 35px !important;
  /* P */
}

.g-width-36 {
  width: 36px !important;
  /* O */
}

.g-width-40 {
  width: 40px !important;
  /* P */
}

.g-width-45 {
  width: 45px !important;
  /* P */
}

.g-width-48 {
  width: 48px !important;
  /* P */
}

.g-width-50 {
  width: 50px !important;
  /* P */
}

.g-width-54 {
  width: 54px !important;
  /* P */
}

.g-width-55 {
  width: 55px !important;
  /* P */
}

.g-width-60 {
  width: 60px !important;
  /* P */
}

.g-width-64 {
  width: 64px !important;
  /* P */
}

.g-width-70 {
  width: 70px !important;
  /* P */
}

.g-width-75 {
  width: 75px !important;
  /* O */
}

.g-width-80 {
  width: 80px !important;
  /* P */
}

.g-width-85 {
  width: 85px !important;
  /* P */
}

.g-width-95 {
  width: 95px !important;
  /* P */
}

.g-width-100 {
  width: 100px !important;
  /* P */
}

.g-width-105 {
  width: 105px;
}

.g-width-110 {
  width: 110px !important;
  /* O */
}

.g-width-115 {
  width: 115px !important;
  /* O */
}

.g-width-120 {
  width: 120px !important;
  /* P */
}

.g-width-125 {
  width: 125px !important;
  /* P */
}

.g-width-130 {
  width: 130px !important;
  /* P */
}

.g-width-135 {
  width: 135px !important;
  /* O */
}

.g-width-140 {
  width: 140px !important;
  /* P */
}

.g-width-150 {
  width: 150px !important;
}

.g-width-160 {
  width: 160px !important;
  /* P */
}

.g-width-170 {
  width: 170px !important;
  /* P */
}

.g-width-180 {
  width: 180px !important;
  /* O */
}

.g-width-200 {
  width: 200px !important;
  /* P */
}

.g-width-220 {
  width: 220px !important;
}

.g-width-215 {
  width: 215px !important;
}

.g-width-235 {
  width: 235px !important;
}

.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

.g-width-410 {
  width: 410px !important;
  /* O */
}

.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
.g-max-width-100 {
  max-width: 100px;
}

.g-max-width-120 {
  max-width: 120px;
}

.g-max-width-170 {
  max-width: 170px;
  /* O */
}

.g-max-width-190 {
  max-width: 190px;
}

.g-max-width-200 {
  max-width: 200px;
}

.g-max-width-250 {
  max-width: 250px;
}

.g-max-width-300 {
  max-width: 300px;
}

.g-max-width-400 {
  max-width: 400px;
}

.g-max-width-500 {
  max-width: 500px;
}

.g-max-width-540 {
  max-width: 540px;
}

.g-max-width-550 {
  max-width: 550px;
}

.g-max-width-570 {
  max-width: 570px;
}

.g-max-width-600 {
  max-width: 600px;
}

.g-max-width-645 {
  max-width: 645px;
}

.g-max-width-670 {
  max-width: 670px;
}

.g-max-width-700 {
  max-width: 700px;
}

.g-max-width-750 {
  max-width: 750px;
}

.g-max-width-770 {
  max-width: 770px;
}

.g-max-width-780 {
  max-width: 780px;
}

.g-max-width-800 {
  max-width: 800px;
}

.g-max-width-840 {
  max-width: 840px;
}

.g-max-width-870 {
  max-width: 870px;
}

.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
.g-min-width-35 {
  min-width: 35px;
}

.g-min-width-40 {
  min-width: 40px;
}

.g-min-width-65 {
  min-width: 65px;
}

.g-min-width-110 {
  min-width: 110px;
}

.g-min-width-130 {
  min-width: 130px;
}

.g-min-width-150 {
  min-width: 150px;
}

.g-min-width-170 {
  min-width: 170px;
}

.g-min-width-200 {
  min-width: 200px;
}

.g-min-width-220 {
  min-width: 220px;
}

.g-min-width-300 {
  min-width: 300px;
}

.g-min-width-400 {
  min-width: 400px;
}

@media (min-width: 576px) {
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }
  .g-width-100--sm {
    width: 100px !important;
    /* P */
  }
  .g-width-150--sm {
    width: 150px !important;
    /* O */
  }
  .g-width-170--sm {
    width: 170px !important;
    /* O */
  }
  .g-width-180--sm {
    width: 180px !important;
  }
  .g-min-width-180--sm {
    min-width: 180px;
  }
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-auto--sm {
    width: auto !important;
  }
  .g-max-width-300--sm {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .g-width-40--md {
    width: 40px !important;
    /* O */
  }
  .g-width-45--md {
    width: 45px !important;
    /* O */
  }
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }
  .g-width-45--md {
    width: 45px !important;
  }
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }
  .g-width-135--md {
    width: 135px !important;
  }
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }
  .g-width-180--md {
    width: 180px !important;
  }
  .g-width-225--md {
    width: 225px !important;
  }
  .g-width-160--md {
    width: 160px !important;
  }
  .g-width-165--md {
    width: 165px !important;
  }
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }
  .g-width-185--md {
    width: 185px !important;
    /* O */
  }
  .g-width-280--md {
    width: 280px !important;
    /* O */
  }
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }
  .g-max-width-200--md {
    max-width: 200px;
  }
  .g-max-width-400--md {
    max-width: 400px;
  }
  .g-min-width-110--md {
    min-width: 110px;
  }
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}

@media (min-width: 992px) {
  .g-width-60x--lg {
    width: 60% !important;
    /* J */
  }
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }
  .g-width-165--lg {
    width: 165px !important;
  }
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-250--lg {
    /* RG-Q */
    width: 250px !important;
    /* P */
    max-width: 100%;
  }
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
  .g-max-width-200--lg {
    max-width: 200px;
  }
}

@media (min-width: 1200px) {
  .g-min-width-315--xl {
    min-width: 315px;
  }
}

* > .g-width-70--hover {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
.g-height-50x {
  height: 50%;
}

.g-height-80x {
  height: 80%;
}

.g-height-90x {
  height: 90%;
}

.g-height-95x {
  height: 95%;
}

.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
.g-max-height-70vh {
  max-height: 70vh !important;
}

.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
.g-height-50vh {
  height: 50vh !important;
}

.g-height-70vh {
  height: 70vh;
}

.g-height-75vh {
  height: 75vh;
}

.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
.g-min-height-50vh {
  min-height: 50vh;
}

.g-min-height-60vh {
  min-height: 60vh;
}

.g-min-height-70vh {
  min-height: 70vh;
}

.g-min-height-80vh {
  min-height: 80vh;
}

.g-min-height-90vh {
  min-height: 90vh;
}

.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  .g-height-100vh--sm {
    height: 100vh !important;
  }
  .g-height-auto--sm {
    height: auto;
  }
  .g-height-100x--sm {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .g-height-auto--md {
    height: auto;
  }
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .g-min-height-90vh--lg {
    min-height: 90vh;
  }
  .g-height-100vh--lg {
    height: 100vh !important;
  }
  .g-height-auto--lg {
    height: auto;
  }
}

@media (min-width: 1200px) {
  .g-height-auto--xl {
    height: auto;
  }
}

/* Height in Pixels (px) */
.g-height-1 {
  height: 1px;
}

.g-height-2 {
  height: 2px;
}

.g-height-4 {
  height: 4px;
}

.g-height-5 {
  height: 5px !important;
}

.g-height-6 {
  height: 6px !important;
}

.g-height-10 {
  height: 10px !important;
}

.g-height-12 {
  height: 12px !important;
}

.g-height-16 {
  height: 16px !important;
}

.g-height-18 {
  height: 18px;
}

.g-height-20 {
  height: 20px !important;
}

.g-height-22 {
  height: 22px !important;
}

.g-height-24 {
  height: 24px;
}

.g-height-25 {
  height: 25px;
}

.g-height-26 {
  height: 26px;
}

.g-height-28 {
  height: 28px !important;
  /* O */
}

.g-height-30 {
  height: 30px !important;
}

.g-height-32 {
  height: 32px;
  /* O */
}

.g-height-35 {
  height: 35px !important;
}

.g-height-40 {
  height: 40px;
}

.g-height-45 {
  height: 45px;
}

.g-height-48 {
  height: 48px;
  /* O */
}

.g-height-50 {
  height: 50px;
}

.g-height-55 {
  height: 55px;
}

.g-height-60 {
  height: 60px;
}

.g-height-64 {
  height: 64px;
}

.g-height-70 {
  height: 70px;
}

.g-height-75 {
  height: 75px;
  /* O */
}

.g-height-80 {
  height: 80px !important;
}

.g-height-85 {
  height: 85px;
}

.g-height-88 {
  height: 88px;
}

.g-height-90 {
  height: 90px;
}

.g-height-95 {
  height: 95px !important;
}

.g-height-100 {
  height: 100px !important;
}

.g-height-105 {
  height: 105px;
}

.g-height-115 {
  height: 115px !important;
  /* O */
}

.g-height-120 {
  height: 120px;
}

.g-height-125 {
  height: 125px;
}

.g-height-130 {
  height: 130px;
}

.g-height-140 {
  height: 140px;
}

.g-height-150 {
  height: 150px;
}

.g-height-160 {
  height: 160px;
}

.g-height-170 {
  height: 170px;
  /* O */
}

.g-height-180 {
  height: 180px !important;
  /* O */
}

.g-height-200 {
  height: 200px;
}

.g-height-220 {
  height: 220px;
}

.g-height-250 {
  height: 250px;
}

.g-height-280 {
  height: 280px;
}

.g-height-300 {
  height: 300px;
}

.g-height-350 {
  height: 350px;
}

.g-height-400 {
  height: 400px;
}

.g-height-450 {
  height: 450px;
}

.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

.g-height-500 {
  height: 500px;
}

.g-height-600 {
  height: 600px;
}

.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
.g-min-height-4 {
  min-height: 4px;
}

.g-min-height-35 {
  min-height: 35px;
}

.g-min-height-170 {
  min-height: 170px;
}

.g-min-height-200 {
  min-height: 200px;
}

.g-min-height-250 {
  min-height: 250px;
}

.g-min-height-275 {
  min-height: 275px;
}

.g-min-height-300 {
  min-height: 300px;
}

.g-min-height-312 {
  min-height: 312px;
}

.g-min-height-360 {
  min-height: 360px;
}

.g-min-height-400 {
  min-height: 400px;
}

.g-min-height-450 {
  min-height: 450px;
}

.g-min-height-500 {
  min-height: 500px;
}

.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  .g-height-350--sm {
    height: 350px;
  }
  .g-height-680--sm {
    height: 680px;
  }
}

@media (min-width: 768px) {
  .g-height-40--md {
    height: 40px !important;
  }
  .g-height-45--md {
    height: 45px !important;
  }
  .g-height-60--md {
    height: 60px !important;
  }
  .g-height-100--md {
    height: 100px !important;
  }
  .g-height-170--md {
    height: 170px !important;
  }
  .g-height-350--md {
    height: 350px;
  }
  .g-height-500--md {
    height: 500px;
  }
  .g-height-680--md {
    height: 680px;
  }
  .g-height-100x--md {
    height: 100%;
  }
  .g-height-100vh--md {
    height: 100vh;
  }
  .g-min-height-230--md {
    min-height: 230px;
  }
  .g-min-height-500--md {
    min-height: 500px;
  }
  .g-height-600--md {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .g-height-80--lg {
    height: 80px !important;
  }
  .g-height-200--lg {
    height: 200px !important;
  }
  .g-height-230--lg {
    height: 230px;
  }
  .g-height-350--lg {
    height: 350px;
  }
  .g-height-680--lg {
    height: 680px;
  }
}

@media (min-width: 1200px) {
  .g-height-350--xl {
    height: 350px;
  }
  .g-height-680--xl {
    height: 680px;
  }
}

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-ma-0 {
    margin: 0 !important;
  }
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0 {
    margin-left: 0 !important;
  }
  .g-mr-0 {
    margin-right: 0 !important;
  }
  .g-mt-0 {
    margin-top: 0 !important;
  }
  .g-mb-0 {
    margin-bottom: 0 !important;
  }
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14 {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70 {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140 {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-ma-0--sm {
    margin: 0 !important;
  }
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--sm {
    margin-left: 0 !important;
  }
  .g-mr-0--sm {
    margin-right: 0 !important;
  }
  .g-mt-0--sm {
    margin-top: 0 !important;
  }
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  .g-ma-0--md {
    margin: 0 !important;
  }
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--md {
    margin-left: 0 !important;
  }
  .g-mr-0--md {
    margin-right: 0 !important;
  }
  .g-mt-0--md {
    margin-top: 0 !important;
  }
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--md {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--md {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--md {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  .g-ma-0--lg {
    margin: 0 !important;
  }
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--lg {
    margin-left: 0 !important;
  }
  .g-mr-0--lg {
    margin-right: 0 !important;
  }
  .g-mt-0--lg {
    margin-top: 0 !important;
  }
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  .g-ma-0--xl {
    margin: 0 !important;
  }
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .g-ml-0--xl {
    margin-left: 0 !important;
  }
  .g-mr-0--xl {
    margin-right: 0 !important;
  }
  .g-mt-0--xl {
    margin-top: 0 !important;
  }
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}

/* Margins Around
------------------------------------*/
.g-ma-1 {
  margin: 0.07143rem !important;
}

.g-ma-3 {
  margin: 0.21429rem !important;
}

.g-ma-5 {
  margin: 0.35714rem !important;
}

.g-ma-10 {
  margin: 0.71429rem !important;
}

.g-ma-20 {
  margin: 1.42857rem !important;
}

.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

.g-mt-minus-70 {
  margin-top: -5rem;
}

.g-mt-minus-73 {
  margin-top: -5.14286rem !important;
}

.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

.g-ml-minus-23 {
  margin-left: -1.64286rem;
}

.g-ml-minus-35 {
  margin-left: -2.5rem;
}

.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

.g-mt-21 {
  margin-top: 1.5rem;
}

.g-mt-22 {
  margin-top: 1.57143rem;
}

.g-mt-28 {
  margin-top: 2rem !important;
}

.g-mt-32 {
  margin-top: 2.28571rem !important;
}

.g-mt-57 {
  margin-top: 4.07143rem !important;
}

.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

.g-mb-28 {
  margin-bottom: 2rem;
}

.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

.g-ml-12 {
  margin-left: 0.85714rem;
}

.g-ml-13 {
  margin-left: 0.92857rem;
}

.g-ml-20 {
  margin-left: 1.42857rem;
}

.g-ml-25 {
  margin-left: 1.78571rem;
}

.g-ml-35 {
  margin-left: 2.5rem;
}

.g-ml-43 {
  margin-left: 3.07143rem;
}

.g-ml-50 {
  margin-left: 3.57143rem;
}

.g-ml-60 {
  margin-left: 4.28571rem;
}

.g-ml-75 {
  margin-left: 5.35714rem;
}

.g-ml-82 {
  margin-left: 5.85714rem;
}

.g-ml-85 {
  margin-left: 6.07143rem;
}

.g-ml-105 {
  margin-left: 7.5rem;
}

.g-ml-118 {
  margin-left: 8.42857rem;
}

.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
.g-mr-12 {
  margin-right: 0.85714rem;
}

.g-mr-60 {
  margin-right: 4.28571rem;
}

.g-mr-63 {
  margin-right: 4.5rem;
}

.g-mr-75 {
  margin-right: 5.35714rem;
}

.g-mr-85 {
  margin-right: 6.07143rem !important;
}

.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

.g-mr-minus-13 {
  margin-right: -0.92857rem;
}

.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

.g-mr-minus-23 {
  margin-right: -1.64286rem;
}

.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .g-mr-12--sm {
    margin-right: 0.85714rem;
  }
}

@media (min-width: 768px) {
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  .g-ml-minus-23--md {
    margin-left: -1.64286rem !important;
  }
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  .g-mr-minus-13--md {
    margin-right: -0.92857rem;
  }
  .g-mr-minus-23--md {
    margin-right: -1.64286rem;
  }
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }
  .g-ml-250--md {
    margin-left: 17.85714rem !important;
  }
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }
  .g-m-reset--md {
    margin: 0 !important;
  }
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  .g-mt-minus-76--md {
    margin-top: -5.42857rem !important;
  }
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bpttpm: 2.14286rem !important;
  }
}

@media (min-width: 992px) {
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }
  .g-mr-minus-50--lg {
    margin-right: -3.57143rem;
  }
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }
  .g-m-reset--lg {
    margin: 0 !important;
  }
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
  .g-mt-minus-300--lg {
    margin-top: -21.42857rem !important;
  }
}

@media (min-width: 1200px) {
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  .g-m-reset--xl {
    margin: 0 !important;
  }
  .g-mr-0--xl {
    margin-right: 0px !important;
  }
}

/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }
  .js-header-change-moment .g-mt-25--lg--scrolling {
    margin-top: 1.78571rem !important;
  }
}

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-pa-0 {
    padding: 0 !important;
  }
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0 {
    padding-top: 0 !important;
  }
  .g-pr-0 {
    padding-right: 0 !important;
  }
  .g-pb-0 {
    padding-bottom: 0 !important;
  }
  .g-pl-0 {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }
  .g-pa-3 {
    padding: 0.21429rem !important;
  }
  .g-pa-5 {
    padding: 0.35714rem !important;
  }
  .g-pa-7 {
    padding: 0.5rem !important;
  }
  .g-pa-10 {
    padding: 0.71429rem !important;
  }
  .g-pa-15 {
    padding: 1.07143rem !important;
  }
  .g-pa-20 {
    padding: 1.42857rem !important;
  }
  .g-pa-25 {
    padding: 1.78571rem !important;
  }
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
  .g-pa-35 {
    padding: 2.5rem !important;
  }
  .g-pa-40 {
    padding: 2.85714rem !important;
  }
  .g-pa-45 {
    padding: 3.21429rem !important;
  }
  .g-pa-50 {
    padding: 3.57143rem !important;
  }
  .g-pa-55 {
    padding: 3.92857rem !important;
  }
  .g-pa-60 {
    padding: 4.28571rem !important;
  }
  .g-pa-65 {
    padding: 4.64286rem !important;
  }
  .g-pa-70 {
    padding: 5rem !important;
  }
  .g-pa-75 {
    padding: 5.35714rem !important;
  }
  .g-pa-80 {
    padding: 5.71429rem !important;
  }
  .g-pa-85 {
    padding: 6.07143rem !important;
  }
  .g-pa-90 {
    padding: 6.42857rem !important;
  }
  .g-pa-95 {
    padding: 6.78571rem !important;
  }
  .g-pa-100 {
    padding: 7.14286rem !important;
  }
  .g-pa-105 {
    padding: 7.5rem !important;
  }
  .g-pa-110 {
    padding: 7.85714rem !important;
  }
  .g-pa-115 {
    padding: 8.21429rem !important;
  }
  .g-pa-120 {
    padding: 8.57143rem !important;
  }
  .g-pa-125 {
    padding: 8.92857rem !important;
  }
  .g-pa-130 {
    padding: 9.28571rem !important;
  }
  .g-pa-135 {
    padding: 9.64286rem !important;
  }
  .g-pa-140 {
    padding: 10rem !important;
  }
  .g-pa-145 {
    padding: 10.35714rem !important;
  }
  .g-pa-150 {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16 {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19 {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0 {
    padding-top: 0px !important;
  }
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11 {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12 {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13 {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14 {
    padding-top: 1rem !important;
  }
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16 {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17 {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18 {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19 {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70 {
    padding-top: 5rem !important;
  }
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140 {
    padding-top: 10rem !important;
  }
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0 {
    padding-right: 0px !important;
  }
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70 {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140 {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0 {
    padding-left: 0px !important;
  }
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70 {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140 {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-pa-0--sm {
    padding: 0 !important;
  }
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--sm {
    padding-top: 0 !important;
  }
  .g-pr-0--sm {
    padding-right: 0 !important;
  }
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }
  .g-pl-0--sm {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }
  .g-pa-70--sm {
    padding: 5rem !important;
  }
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }
  .g-pa-140--sm {
    padding: 10rem !important;
  }
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--sm {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--sm {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--sm {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--sm {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--sm {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--sm {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--sm {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--sm {
    padding-top: 1rem !important;
  }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--sm {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--sm {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--sm {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--sm {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  .g-pa-0--md {
    padding: 0 !important;
  }
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--md {
    padding-top: 0 !important;
  }
  .g-pr-0--md {
    padding-right: 0 !important;
  }
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }
  .g-pl-0--md {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }
  .g-pa-7--md {
    padding: 0.5rem !important;
  }
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }
  .g-pa-35--md {
    padding: 2.5rem !important;
  }
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }
  .g-pa-70--md {
    padding: 5rem !important;
  }
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }
  .g-pa-105--md {
    padding: 7.5rem !important;
  }
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }
  .g-pa-140--md {
    padding: 10rem !important;
  }
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--md {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--md {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--md {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--md {
    padding-top: 0px !important;
  }
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--md {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--md {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--md {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--md {
    padding-top: 1rem !important;
  }
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--md {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--md {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--md {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--md {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--md {
    padding-top: 5rem !important;
  }
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--md {
    padding-top: 10rem !important;
  }
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--md {
    padding-right: 0px !important;
  }
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--md {
    padding-left: 0px !important;
  }
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--md {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  .g-pa-0--lg {
    padding: 0 !important;
  }
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--lg {
    padding-top: 0 !important;
  }
  .g-pr-0--lg {
    padding-right: 0 !important;
  }
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }
  .g-pl-0--lg {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }
  .g-pa-70--lg {
    padding: 5rem !important;
  }
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }
  .g-pa-140--lg {
    padding: 10rem !important;
  }
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--lg {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--lg {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--lg {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--lg {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--lg {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--lg {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--lg {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--lg {
    padding-top: 1rem !important;
  }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--lg {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--lg {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--lg {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--lg {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  .g-pa-0--xl {
    padding: 0 !important;
  }
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-pt-0--xl {
    padding-top: 0 !important;
  }
  .g-pr-0--xl {
    padding-right: 0 !important;
  }
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }
  .g-pl-0--xl {
    padding-left: 0 !important;
  }
  /* Padding Around */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }
  .g-pa-70--xl {
    padding: 5rem !important;
  }
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }
  .g-pa-140--xl {
    padding: 10rem !important;
  }
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-16--xl {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important;
  }
  .g-px-17--xl {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important;
  }
  .g-px-18--xl {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-px-19--xl {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important;
  }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  .g-pt-11--xl {
    padding-top: 0.78571rem !important;
  }
  .g-pt-12--xl {
    padding-top: 0.85714rem !important;
  }
  .g-pt-13--xl {
    padding-top: 0.92857rem !important;
  }
  .g-pt-14--xl {
    padding-top: 1rem !important;
  }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  .g-pt-16--xl {
    padding-top: 1.14286rem !important;
  }
  .g-pt-17--xl {
    padding-top: 1.21429rem !important;
  }
  .g-pt-18--xl {
    padding-top: 1.28571rem !important;
  }
  .g-pt-19--xl {
    padding-top: 1.35714rem !important;
  }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }
  /* P */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }
  /* P */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }
  /* P */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }
  /* P */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }
  /* P */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }
  /* P */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }
  /* P */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }
  /* P */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }
  /* P */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }
  /* P */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }
  /* P */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }
  /* P */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }
  /* P */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }
  /* P */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }
  /* P */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }
  /* P */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }
  /* P */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }
  /* P */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }
  /* P */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }
  /* P */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }
  /* P */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }
  /* P */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }
  /* P */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }
  /* P */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }
  /* P */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }
  /* P */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }
  /* P */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }
  /* P */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }
  /* P */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }
  /* P */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }
  /* P */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }
  /* P */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }
  /* P */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }
  /* P */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }
  /* P */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }
  /* P */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }
  /* P */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }
  /* P */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }
  /* P */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }
  /* P */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }
  /* P */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }
  /* P */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }
  /* P */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }
  /* P */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }
  /* P */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }
  /* P */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }
  /* P */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }
  /* P */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }
  /* P */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }
  /* P */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }
  /* P */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }
  /* P */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }
  /* P */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }
  /* P */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }
  /* P */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }
  /* P */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }
  /* P */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }
  /* P */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }
  /* P */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }
  /* P */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }
  /* P */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }
  /* P */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }
  /* P */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }
  /* P */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }
  /* P */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }
  /* P */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}

/* Custom Paddings (xs)
------------------------------------*/
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

.g-pa-12 {
  padding: 0.85714rem !important;
}

.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

.g-pa-24 {
  padding: 1.71429rem !important;
}

.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

.g-pa-40 {
  padding: 2.85714rem !important;
}

.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

.g-pa-15x {
  padding: 15% !important;
}

.g-px-17 {
  padding-left: 1.21429rem !important;
  padding-right: 1.21429rem !important;
}

.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

.g-pl-12 {
  padding-left: 0.85714rem !important;
}

.g-pl-17 {
  padding-left: 1.21429rem !important;
}

.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

.g-pl-25--hover:hover {
  padding-left: 1.78571rem !important;
}

.active.g-pl-25--active {
  padding-left: 1.78571rem !important;
}

.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.g-pt-11 {
  padding-top: 0.78571rem !important;
}

.g-pt-12 {
  padding-top: 0.85714rem !important;
}

.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

.g-pt-130 {
  padding-top: 9.28571rem !important;
}

.g-pt-150 {
  padding-top: 10.71429rem !important;
}

.g-pt-170 {
  padding-top: 12.14286rem !important;
}

.g-pt-195 {
  padding-top: 13.92857rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

.g-pb-16 {
  padding-bottom: 1.14286rem !important;
}

.g-pa-9 {
  padding: 0.64286rem !important;
}

.g-pa-11 {
  padding: 0.78571rem !important;
}

.g-pa-12 {
  padding: 0.85714rem !important;
}

.g-pl-30--hover:hover {
  padding-left: 2.14286rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
  .g-pl-300--md {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}

/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .g-px-23--xl {
    padding-left: 1.64286rem !important;
    padding-right: 1.64286rem !important;
  }
}

/*------------------------------------
  Block Hidden
------------------------------------*/
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .g-hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .g-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .g-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .g-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .g-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .g-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .g-hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .g-hidden-xl-up {
    display: none !important;
  }
}

.g-hidden-xl-down {
  display: none !important;
}

/* Add here all your css styles (customizations) */
.g-bg-pattern-footer {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAxn0lEQVR42u1d6WKqTAwVEEURcUdFBZT1/V/w+9G7dCGZnOD97m07+V1bCzOZnCWZ0cjGt4owOV9uWVGUZd203Y9oqsd1yX5sPh3bZ6cLP4y3x/SaFUVR5JfjLg4c+1BsfOtYdFTMuY9lXddWxfV02CznE9c+Rln+iXbpvf34pJvbxuZ0G984XDIL3bmPHd78aFvml+NuHc18e6wzce3o2PR/ZBYuV5vNZrOJl4vZ2D5dG58uJov1dhMalm5ObgwOky2pDzXFxx9exVE4m/red38fMZOFjv0fKd/+VJWdtqFnV7aNTxHTOMmbl5VbTkfyquZ15By4oPfTxx++vOKb8tvlnOy36ziaB5Nvdri7Lf3Urv0f2ff97CNd+XaJ2/inI9jdGjG0YoihbsZ8rAayEFcDBJ//eTtjKTF2oZ/DgzhNyJ9PQrvSbfyjMT9WUDbhDugj87EbkIU8pgbY/nNP0Jsv54LMMw2X6/3xkj/qrpMmhIhJxwTOutOfqI9WFrDxD+KwQ9m3XFdKYqhhANOe/JSLpCwKiYxGo9FofT4fNuH/Cj5mh3vXdV1Cpezfmed1SBUup6EfBJHJtkzi6pZ2ydv4t2K8KTD9xZhPuFVOA7lJTzrpVJnux55t79dkuwz/vCHA294NlFh/MdOI/8KZfhB7mIDrurNd9Tb+pRS0vun4ndEoVBUqY+SvjTvVl3uvbLePLP1z+Sg4/waOJ+JnEpjGF5NwGVyqdl1lF76Nfyc4woGEFz9hAsPaMFCjpD4TYVtpR/8JGo38yEdPNEyGN0kR2F9tnsR/xaFJ/ZYoCtddpz1fbNj4H8N5MCv1YdqpGf3ZNf2pC+K/2+I1wGg0mnXmaJ6Sj6JCRBV7GsT7Jk4d6lXn6kgKxtmw8f/Hilup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);
}

.bg-pattern2 {
  background-position: top -25px left -85px, bottom -25px right -85px;
  color: white;
  background-size: 300px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4oAAACmCAMAAACr1YEaAAAA2FBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+0oG7xAAAASHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkfGNUM7AAAlO0lEQVQYGe3BiULi2rYF0BlCr9giih2iqKBig6KISBeS+f9/9DylpdlrJyFIqFuvzBgYko5lWcN+v9/tdp/b7fb93d1ds9m8rNfrZ7Va7ahSOdzb2yuXSqWNjY31QqGwlMskE4jFYlG64jdZ/ef27UXtcGdtKYlYLDanHUbAHnRal2dH5c1CxkAsFvuGlMNojfvdx9Z1s3lZMhGLxUJ74gL0L0pJxGKxGZwwYvZ9ZQmxWGxGq4xSr140MU2i2Lis144Odksbq8u5VAKxWAzGmBGZ3B3kEE5ip+Xwk2P1Xzrtu+bFee3oYLe0sbqcSxqIxX6Ya0ahX99MYBbpSpdB7HH/pdO+qxsIo1Da3FgrFHK5VNLAnPaPKm4He27lkmJDsVJwW8q5ZZJvEIv52+Xcno6X8Q2F8xGnKSGUVbrY1rjf73Yf2/d3t82rer1Wq1YO93ZLpY2N1cJSLptMIkiVi9JGLOYvzbnYrb00vsvYurEZ5AIhXXI2E2vYf+0+56BLTrggm4jFAjzz2+y73STmkzx4oq+eiZDSFr/hGl7qXIxn+Fi5bjabV/U3Z7U3lTcHe29Kb4obbwpvlnJvkm9MxP5Rp/we+7ZsIgr5Wp+e7AJCq3B2kyy85BwuxDZ8GC+clfVm1H/TfdNpv7l7c9N806jX62e1N0eVSuVw7812qVTa2nizUigUcoj9rdb5Dc592URkjI2rCXWH8LRZgc544cyq8HbDRegZ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), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAx8klEQVR42u1d14Liyg7E2AZMzjkYHPn/H7wTNkxwqVUye8/OrPU6MDh0K1SV1K1WY+/N8/0gDHu9Xr8/HI0mk+l8Pqj8YDd6+sDTnxer9Wa3P54u8TVJ8+Kee8I/327Xy/l0POpH3dD3mqfdWGP/lntBf/DPl8v1ekvTrCjuVbaq/Nr5DqyPr2H1/pNlkd6ul07zbhpr7B+w7vK2g3+83GWbVn5rw3382QaVn2+8UGONfXvrrZKnzV600d/HDi800OQ1v22BfifMKz/vwwvfHA/7zWa1nM8m49Gg3+uGQVPGNdbYl7NonbpyFC+TvVB1srJAH1+Bn2nfqj+Pr726QCyKNL1eL+cnF7V946J6YYM0NdbY32f9Tfp798bwYyvZC1Xv7TnrhY7VH89xDnfnraxwUX6zEBr7zub7fhiG3WdG6ZVS6sKPtifAxqNRBP//j8/MX225erHNiy0c1zbYZkoAJhQ3dtZ6SC6EvFYCb2B2f4Qlw2aZNvYlrfPiVMaTyWz+REU/cdGb7X5/OD7x0T/4pLSoJJQyHHf3NPLyZAfhS2Ph+r3h7jMIs4YfP0rbOCYTqGX150/g40fTE9NasWiqtMa+qJ2Nix7H3ZHwra3lS2fJCVUiPRnckAPpng7V34Ec2bz68ynntJ4sqe+EDmGzlhv7qpbaFj1mw/1cqBkQe+ULsHEpEtwn0kdKGx6kUDv0+Ul1QYo+PoKPrLYPuvWpl972w273qcAO/QZJauy/t7Zt1adtU80TWUqSpXgDU7L4mQu/NCPvqNqt9DgG7smGdYuxubIY64yW+/PtQ5h4ElTG5+N+EzW7obH/xnq2dY9D74TPNeRtmMg7LKjOnwKYd5R0lRlzTwE9gQLew7qeE9oHmjcdTI/53VIsN9bY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);
}

.bg-pattern1 {
  background-position: top -25px left -85px, bottom -25px right -85px;
  color: white;
  background-size: 300px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAxn0lEQVR42u1d6WKqTAwVEEURcUdFBZT1/V/w+9G7dCGZnOD97m07+V1bCzOZnCWZ0cjGt4owOV9uWVGUZd203Y9oqsd1yX5sPh3bZ6cLP4y3x/SaFUVR5JfjLg4c+1BsfOtYdFTMuY9lXddWxfV02CznE9c+Rln+iXbpvf34pJvbxuZ0G984XDIL3bmPHd78aFvml+NuHc18e6wzce3o2PR/ZBYuV5vNZrOJl4vZ2D5dG58uJov1dhMalm5ObgwOky2pDzXFxx9exVE4m/red38fMZOFjv0fKd/+VJWdtqFnV7aNTxHTOMmbl5VbTkfyquZ15By4oPfTxx++vOKb8tvlnOy36ziaB5Nvdri7Lf3Urv0f2ff97CNd+XaJ2/inI9jdGjG0YoihbsZ8rAayEFcDBJ//eTtjKTF2oZ/DgzhNyJ9PQrvSbfyjMT9WUDbhDugj87EbkIU8pgbY/nNP0Jsv54LMMw2X6/3xkj/qrpMmhIhJxwTOutOfqI9WFrDxD+KwQ9m3XFdKYqhhANOe/JSLpCwKiYxGo9FofT4fNuH/Cj5mh3vXdV1Cpezfmed1SBUup6EfBJHJtkzi6pZ2ydv4t2K8KTD9xZhPuFVOA7lJTzrpVJnux55t79dkuwz/vCHA294NlFh/MdOI/8KZfhB7mIDrurNd9Tb+pRS0vun4ndEoVBUqY+SvjTvVl3uvbLePLP1z+Sg4/waOJ+JnEpjGF5NwGVyqdl1lF76Nfyc4woGEFz9hAsPaMFCjpD4TYVtpR/8JGo38yEdPNEyGN0kR2F9tnsR/xaFJ/ZYoCtddpz1fbNj4H8N5MCv1YdqpGf3ZNf2pC+K/2+I1wGg0mnXmaJ6Sj6JCRBV7GsT7Jk4d6lXn6kgKxtmw8f/Hilup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), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIUAAACtCAMAAAAZIj/XAAAAflBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+yfIzaAAAAKnRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKClqPukgAAAx8klEQVR42u1d14Liyg7E2AZMzjkYHPn/H7wTNkxwqVUye8/OrPU6MDh0K1SV1K1WY+/N8/0gDHu9Xr8/HI0mk+l8Pqj8YDd6+sDTnxer9Wa3P54u8TVJ8+Kee8I/327Xy/l0POpH3dD3mqfdWGP/lntBf/DPl8v1ekvTrCjuVbaq/Nr5DqyPr2H1/pNlkd6ul07zbhpr7B+w7vK2g3+83GWbVn5rw3382QaVn2+8UGONfXvrrZKnzV600d/HDi800OQ1v22BfifMKz/vwwvfHA/7zWa1nM8m49Gg3+uGQVPGNdbYl7NonbpyFC+TvVB1srJAH1+Bn2nfqj+Pr726QCyKNL1eL+cnF7V946J6YYM0NdbY32f9Tfp798bwYyvZC1Xv7TnrhY7VH89xDnfnraxwUX6zEBr7zub7fhiG3WdG6ZVS6sKPtifAxqNRBP//j8/MX225erHNiy0c1zbYZkoAJhQ3dtZ6SC6EvFYCb2B2f4Qlw2aZNvYlrfPiVMaTyWz+REU/cdGb7X5/OD7x0T/4pLSoJJQyHHf3NPLyZAfhS2Ph+r3h7jMIs4YfP0rbOCYTqGX150/g40fTE9NasWiqtMa+qJ2Nix7H3ZHwra3lS2fJCVUiPRnckAPpng7V34Ec2bz68ynntJ4sqe+EDmGzlhv7qpbaFj1mw/1cqBkQe+ULsHEpEtwn0kdKGx6kUDv0+Ul1QYo+PoKPrLYPuvWpl972w273qcAO/QZJauy/t7Zt1adtU80TWUqSpXgDU7L4mQu/NCPvqNqt9DgG7smGdYuxubIY64yW+/PtQ5h4ElTG5+N+EzW7obH/xnq2dY9D74TPNeRtmMg7LKjOnwKYd5R0lRlzTwE9gQLew7qeE9oHmjcdTI/53VIsN9bY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);
}

#tours ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  padding-left: 17px;
}

#tours li:not(.nav-item)::before {
  content: "•";
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#tours h5, #tours h6 {
  text-transform: uppercase;
  margin-top: 0.71429rem !important;
  margin-bottom: 0.71429rem !important;
  color: #09B1CD !important;
  font-weight: 800 !important;
  font-size: 1rem;
}

/*------------------------------------
  Lines-v1 - underline for main navigation
------------------------------------*/
.u-line-v1--bottom::after, .u-line-v1--bottom:hover::after, .u-line-v1--top:hover::before, .u-line-v1--bottom.active::after, .u-line-v2--bottom::after, .u-line-v2--bottom:hover::after, .u-line-v2--top:hover::before, .u-line-v2--bottom.active::after {
  content: "";
  border-top-style: solid;
  border-color: inherit;
}

.u-line-v1--bottom::after, .u-line-v1--bottom:hover::after, .u-line-v1--top:hover::before, .u-line-v1--bottom.active::after {
  display: block;
  width: 3.14286rem;
  border-top-width: 3px;
  margin: auto;
}

.u-line-v2--bottom::after, .u-line-v2--bottom:hover::after, .u-line-v2--top:hover::before, .u-line-v2--bottom.active::after {
  width: 3.14286rem;
  border-top-width: 3px;
  display: inline-block;
}

.u-line-v1--bottom::after {
  margin-top: 0.14286rem;
  border-color: transparent;
}

.u-line-v1--bottom:hover::after {
  margin-top: 0.14286rem;
}

.u-line-v1--top:hover::before {
  margin-bottom: 0.71429rem;
}

.u-line-v1--bottom.active::after {
  margin-top: 0.14286rem;
}

.u-line-v2--bottom::after {
  border-color: transparent;
}

.u-line-v2--top:hover::before {
  margin-bottom: 0.71429rem;
}

.u-line-v2--bottom.active::after {
  margin-top: 0.71429rem;
}

.slide {
  position: fixed;
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
  background-color: #ddd;
}

.slide:nth-of-type(even) {
  right: 0;
}

.slide:nth-of-type(odd) {
  left: 0;
}

.slide--text {
  background-color: white;
  padding: 30px;
  color: black;
  font-family: 'Fjalla One', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.slide__inner {
  height: 100%;
  border: 2px dashed black;
  padding: 20% 5% 5% 5%;
  font-size: 2em;
}

.slide--locked,
.slide--sticky {
  position: fixed !important;
  top: 0 !important;
}

.slide--scrolling {
  position: absolute;
}

/*------------------------------------
  Block Hovers
------------------------------------*/
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-block-hover--uncroped {
  overflow: visible;
}

.u-block-hover--uncroped:hover {
  z-index: 2;
}

.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

.u-block-hover__block {
  min-height: 100%;
}

[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*="u-block-hover__additional--v1"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--v1 {
  opacity: 1;
}

.u-block-hover--shadow:hover,
.u-block-hover--shadow:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 10px #777;
          box-shadow: 0 0 10px #777;
}

.u-block-hover--shadow-v2:hover,
.u-block-hover--shadow-v2:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
}

.u-block-hover--shadow-v3:hover,
.u-block-hover--shadow-v3:hover .u-block-hover__additional-shadow {
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
}

.u-block-hover--scale:hover,
.u-block-hover--scale-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.u-block-hover__additional-scale {
  z-index: -1;
  max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

.u-block-hover--scale-down:hover,
.u-block-hover--scale-down-img:hover .u-block-hover__img {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
}

.u-block-hover__additional-scale-down {
  z-index: -1;
  max-width: initial;
}

.u-block-hover:hover .u-block-hover__additional-scale-down {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.01);
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.u-block-hover:hover .u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.u-block-hover [class*="icon-"] {
  padding: 1px;
}

.u-block-hover__additional--blur {
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--blur {
  opacity: 1;
  -webkit-transition-delay: .11s;
       -o-transition-delay: .11s;
          transition-delay: .11s;
}

.u-block-hover:hover .u-block-hover__main--blur {
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}

[class*="u-block-hover-image-overlay"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}

.u-block-hover__additional--fade {
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--fade {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-block-hover__additional--fade-up {
  -webkit-transform: translate(0, 15%);
      -ms-transform: translate(0, 15%);
          transform: translate(0, 15%);
}

.u-block-hover__additional--fade-down {
  -webkit-transform: translate(0, -15%);
      -ms-transform: translate(0, -15%);
          transform: translate(0, -15%);
}

.u-block-hover__additional--fade-left {
  -webkit-transform: translate(-15%, 0);
      -ms-transform: translate(-15%, 0);
          transform: translate(-15%, 0);
}

.u-block-hover__additional--fade-right {
  -webkit-transform: translate(15%, 0);
      -ms-transform: translate(15%, 0);
          transform: translate(15%, 0);
}

.u-block-hover__additional--zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.u-block-hover:hover .u-block-hover__additional--zoom-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-block-hover__additional--zoom-out {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__main--zoom-out {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.u-block-hover:hover .u-block-hover__additional--zoom-out {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after,
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.u-block-hover--tile::before,
.u-block-hover--tile::after {
  z-index: 1;
}

.u-block-hover--tile::before {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.u-block-hover--tile::after {
  top: 0;
  left: 50%;
  -webkit-transition-delay: .105s;
       -o-transition-delay: .105s;
          transition-delay: .105s;
}

.u-block-hover__additional--tile {
  z-index: 3;
}

.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  z-index: -1;
}

.u-block-hover__additional--tile::before {
  top: 50%;
  left: 0;
  -webkit-transition-delay: .21s;
       -o-transition-delay: .21s;
          transition-delay: .21s;
}

.u-block-hover__additional--tile::after {
  top: 50%;
  left: 50%;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

.u-block-hover--tile:hover::before,
.u-block-hover--tile:hover::after,
.u-block-hover--tile:hover .u-block-hover__additional--tile::before,
.u-block-hover--tile:hover .u-block-hover__additional--tile::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-block-hover__additional--tile__inner {
  opacity: 0;
}

.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
  opacity: 1;
  -webkit-transition-delay: .35s;
       -o-transition-delay: .35s;
          transition-delay: .35s;
}

img[class*="u-block-hover__main--magnifier"] {
  max-width: initial;
  width: calc(100% + 10px);
  margin: -10px 0;
}

[class*="u-block-hover__additional--magnifier-element"] {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
          transform: scale3d(0.7, 0.7, 0.7);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-element"] {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

[class*="u-block-hover__additional--magnifier-description"] {
  max-width: 115px;
  z-index: 3;
  opacity: 0;
}

.u-block-hover:hover [class*="u-block-hover__additional--magnifier-description"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-right {
  top: auto;
  left: auto;
  bottom: -180px;
  right: -180px;
}

.u-block-hover__additional--magnifier-description-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  -webkit-transform: translate3d(20px, 20px, 0);
          transform: translate3d(20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}

.u-block-hover__additional--magnifier-element-top-right {
  top: -180px;
  right: -180px;
  bottom: auto;
  left: auto;
}

.u-block-hover__additional--magnifier-description-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(20px, -20px, 0);
          transform: translate3d(20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
  -webkit-transform: translate3d(-10px, 10px, 0);
          transform: translate3d(-10px, 10px, 0);
}

img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-bottom-left {
  top: auto;
  left: -180px;
  bottom: -180px;
  right: auto;
}

.u-block-hover__additional--magnifier-description-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  -webkit-transform: translate3d(-20px, 20px, 0);
          transform: translate3d(-20px, 20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.u-block-hover__additional--magnifier-element-top-left {
  top: -180px;
  left: -180px;
  bottom: auto;
  right: auto;
}

.u-block-hover__additional--magnifier-description-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  -webkit-transform: translate3d(-20px, -20px, 0);
          transform: translate3d(-20px, -20px, 0);
}

.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

/*------------------------------------
  Dedicated Properties
------------------------------------*/
.u-block-hover:hover, .u-block-hover:focus {
  /* Opacity */
  /* Colors */
  /* Background-colors */
}

.u-block-hover:hover .u-block-hover__prop-opacity-1, .u-block-hover:focus .u-block-hover__prop-opacity-1 {
  opacity: 1;
}

.u-block-hover:hover .u-block-hover__prop-color-white, .u-block-hover:focus .u-block-hover__prop-color-white {
  color: #fff;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary, .u-block-hover:focus .u-block-hover__prop-bg-primary {
  background-color: #09B1CD;
}

.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9, .u-block-hover:focus .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(9, 177, 205, 0.9);
}

.navbar-brand {
  margin-right: 0 !important;
}

/*# sourceMappingURL=styles.css.map */
