@font-face {
  font-family: GT America Compressed;
  src: url(../fonts/GT_America_Compressed_Thin.eot);
  src: url(../fonts/GT_America_Compressed_Thin.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Compressed_Thin.woff2) format("woff2"),
    url(../fonts/GT_America_Compressed_Thin.woff) format("woff"),
    url(../fonts/GT_America_Compressed_Thin.svg#GT_America_Compressed_Thin)
      format("svg");
  font-weight: 275;
  font-style: normal;
  font-stretch: ultra-condensed;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Compressed;
  src: url(../fonts/GT_America_Compressed_Light.eot);
  src: url(../fonts/GT_America_Compressed_Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Compressed_Light.woff2) format("woff2"),
    url(../fonts/GT_America_Compressed_Light.woff) format("woff"),
    url(../fonts/GT_America_Compressed_Light.svg#GT_America_Compressed_Light)
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: ultra-condensed;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Compressed;
  src: url(../fonts/GT_America_Compressed_Medium.eot);
  src: url(../fonts/GT_America_Compressed_Medium.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Compressed_Medium.woff2) format("woff2"),
    url(../fonts/GT_America_Compressed_Medium.woff) format("woff"),
    url(../fonts/GT_America_Compressed_Medium.svg#GT_America_Compressed_Medium)
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: ultra-condensed;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Compressed;
  src: url(../fonts/GT_America_Compressed_Regular.eot);
  src: url(../fonts/GT_America_Compressed_Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Compressed_Regular.woff2) format("woff2"),
    url(../fonts/GT_America_Compressed_Regular.woff) format("woff"),
    url(../fonts/GT_America_Compressed_Regular.svg#GT_America_Compressed_Regular)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: ultra-condensed;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Expanded;
  src: url(../fonts/GT_America_Expanded_Light.eot);
  src: url(../fonts/GT_America_Expanded_Light.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Expanded_Light.woff2) format("woff2"),
    url(../fonts/GT_America_Expanded_Light.woff) format("woff"),
    url(../fonts/GT_America_Expanded_Light.svg#GT_America_Expanded_Light)
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: ultra-expanded;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Compressed;
  src: url(../fonts/GT_America_Compressed_Bold.eot);
  src: url(../fonts/GT_America_Compressed_Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Compressed_Bold.woff2) format("woff2"),
    url(../fonts/GT_America_Compressed_Bold.woff) format("woff"),
    url(../fonts/GT_America_Compressed_Bold.svg#GT_America_Compressed_Bold)
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: ultra-condensed;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Expanded;
  src: url(../fonts/GT_America_Expanded_Bold.eot);
  src: url(../fonts/GT_America_Expanded_Bold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Expanded_Bold.woff2) format("woff2"),
    url(../fonts/GT_America_Expanded_Bold.woff) format("woff"),
    url(../fonts/GT_America_Expanded_Bold.svg#GT_America_Expanded_Bold)
      format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: ultra-expanded;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: GT America Expanded;
  src: url(../fonts/GT_America_Expanded_Bold_Italic.eot);
  src: url(../fonts/GT_America_Expanded_Bold_Italic.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/GT_America_Expanded_Bold_Italic.woff2) format("woff2"),
    url(../fonts/GT_America_Expanded_Bold_Italic.woff) format("woff"),
    url(../fonts/GT_America_Expanded_Bold_Italic.svg#GT_America_Expanded_Bold_Italic)
      format("svg");
  font-weight: 700;
  font-style: italic;
  font-stretch: ultra-expanded;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-ExtraLight.ttf);
  font-weight: 100;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Oswald;
  src: url(../fonts/Oswald-Medium.ttf);
  font-weight: 600;
}
.page-does-not-exist {
  background-color: #002c73;
  background-image: url(../img/placeholder/our_technologies_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist {
    height: 100vh;
  }
}
.page-does-not-exist .container-fluid,
.page-does-not-exist .container-lg,
.page-does-not-exist .container-md,
.page-does-not-exist .container-sm,
.page-does-not-exist .container-xl,
.page-does-not-exist .container-xxl {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 427px !important;
}
.page-does-not-exist .row {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist .row {
    max-width: none;
    margin: auto;
  }
}
.page-does-not-exist .error {
  line-height: 1;
  text-align: left;
}
.page-does-not-exist .error > * {
  font-size: 120px;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .page-does-not-exist .error > * {
    font-size: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist .error > * {
    font-size: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist .error {
    text-align: right;
  }
}
.page-does-not-exist .text {
  max-width: 380px;
  top: 13px;
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist .text {
    max-width: 400px;
  }
}
.page-does-not-exist .text > * {
  font-size: 22px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .page-does-not-exist .text > * {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .page-does-not-exist .text > * {
    font-size: 28px;
  }
}
.page-does-not-exist .text .link {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.page-does-not-exist .text .thank-you {
  padding-top: 30px;
}
#section-brand-manifesto {
  position: relative;
  overflow: hidden;
}
#section-brand-manifesto .text-with-image-background {
  padding: 60px 20px 14%;
}
#section-brand-manifesto .section-title {
  font-size: 65px;
  font-weight: 100;
  line-height: 60px;
}
#section-brand-manifesto .section-text {
  margin: 35px 0;
  font-weight: 300;
}
#section-brand-manifesto .background-text__mission {
  background-image: url(../components/about-us/brand-manifesto/img/svg_mission.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-position: 0 0;
  width: 110%;
  height: 50%;
  bottom: -16%;
  left: -6%;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  #section-brand-manifesto .background-text__mission {
    bottom: -21%;
  }
}
@media only screen and (min-width: 1400px) {
  #section-brand-manifesto .background-text__mission {
    bottom: -16%;
  }
}
#section-brand-manifesto .image {
  z-index: 50;
  position: relative;
}
#section-certification .small-box {
  padding: 60px 20px !important;
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  #section-certification .small-box {
    padding: 60px 100px !important;
  }
}
#section-certification .small-box .container {
  width: auto;
  max-width: 600px;
  margin: 0;
}
#section-certification
  .small-box
  .container
  .left-box
  > .section-header
  > .title {
  font-size: 50px;
  line-height: 1;
}
#section-certification .small-box .col-sm-6 {
  width: 100%;
  padding: 0 !important;
}
#section-certification .small-box #awards-certificates-left-col {
  height: auto !important;
}
#section-certification .small-box .awards-certificates-list {
  margin: 0 !important;
  padding-top: 60px;
  position: static;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#section-certification .small-box .awards-certificates-list .item {
  width: auto !important;
}
#section-certification.awards-certificates-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 70% 0;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
#section-certification.awards-certificates-wrap .section-text {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  #section-certification.awards-certificates-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  #section-certification.awards-certificates-wrap {
    padding: 80px 0;
    min-height: 460px;
  }
}
@media only screen and (min-width: 768px) {
  #section-certification.awards-certificates-wrap .left-col {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #section-certification.awards-certificates-wrap .left-col {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #section-certification.awards-certificates-wrap .left-col {
    padding: 0 90px 0 100px;
  }
}
#section-certification.awards-certificates-wrap,
#section-certification.awards-certificates-wrap a {
  color: #fff;
}
#section-certification.awards-certificates-wrap a:hover {
  color: #b0a9c9;
}
@media only screen and (max-width: 767px) {
  #section-certification.awards-certificates-wrap .awards-certificates-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certification.awards-certificates-wrap .awards-certificates-list {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #section-certification.awards-certificates-wrap .awards-certificates-list {
    margin: 0 -20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#section-certification.awards-certificates-wrap
  .awards-certificates-list-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certification.awards-certificates-wrap
    .awards-certificates-list-inner {
    display: block;
  }
}
#section-certification.awards-certificates-wrap
  .awards-certificates-list-inner
  .item {
  padding: 25px 35px;
  text-align: center;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  #section-certification.awards-certificates-wrap
    .awards-certificates-list-inner
    .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certification.awards-certificates-wrap
    .awards-certificates-list-inner
    .item {
    display: block;
    width: 50%;
    float: left;
    padding: 15px 30px;
  }
}
#section-certification.awards-certificates-wrap
  .awards-certificates-list-inner
  .item
  img {
  width: 120px;
  max-height: 160px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #section-certification.awards-certificates-wrap .section-title br {
    display: none;
  }
}
#section-factory {
  position: relative;
}
#section-factory .section-title {
  font-size: 65px;
  font-weight: 100;
  line-height: 60px;
}
#section-factory .section-text {
  margin: 35px 0;
}
#section-factory .content-wrap {
  height: 100%;
}
#section-factory .content {
  vertical-align: top;
}
#section-factory .image-wrap {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #section-factory .image-wrap {
    position: absolute;
    top: 12%;
    right: 5%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  #section-factory .image-wrap .image {
    min-height: 450px;
  }
}
#section-gyeon-way {
  position: relative;
}
#section-gyeon-way .background-text__gyeon,
#section-gyeon-way .background-text__way {
  position: absolute;
}
#section-gyeon-way .background-text__gyeon {
  background-image: url(../components/about-us/gyeon-way/img/svg_text_gyeon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-position: 0 0;
  width: 80%;
  height: 25%;
  text-align: center;
  top: -2%;
  left: -5%;
  z-index: 50;
}
@media only screen and (min-width: 992px) {
  #section-gyeon-way .background-text__gyeon {
    width: 85%;
    height: 50%;
    top: -10%;
    left: -4%;
  }
}
#section-gyeon-way .background-text__way {
  background-image: url(../components/about-us/gyeon-way/img/svg_text_way.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 85%;
  height: 16%;
  bottom: 0;
  right: 10%;
  z-index: 50;
}
@media only screen and (min-width: 992px) {
  #section-gyeon-way .background-text__way {
    width: 50%;
    height: 50%;
    bottom: -20%;
    right: 1%;
    z-index: 40;
  }
}
@media only screen and (min-width: 1400px) {
  #section-gyeon-way .background-text__way {
    right: 3%;
  }
}
#section-gyeon-way .background-crystal {
  background-image: url(../img/svg_crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 28%;
  height: 15%;
  top: 20%;
  left: 30%;
  -webkit-transform: rotate(-35deg) translate(-25%, -100%);
  -ms-transform: rotate(-35deg) translate(-25%, -100%);
  transform: rotate(-35deg) translate(-25%, -100%);
  position: absolute;
}
@media only screen and (min-width: 992px) {
  #section-gyeon-way .background-crystal {
    width: 28%;
    height: 45%;
    top: 39%;
    left: 48%;
  }
}
#section-gyeon-way .text-with-image-background {
  padding: 13% 20px 80px;
}
#section-gyeon-way .section-title {
  font-size: 65px;
  font-weight: 500;
  line-height: 60px;
}
#section-gyeon-way .section-text {
  margin: 35px 0;
  font-weight: 300;
}
#section-gyeon-way .image {
  z-index: 50;
  position: relative;
}
#section-gyeonize-business {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  #section-gyeonize-business {
    height: 80vh;
  }
}
#section-gyeonize-business.gyeonize-business {
  position: relative;
}
#section-gyeonize-business.gyeonize-business .section-title {
  font-size: 65px;
}
#section-gyeonize-business.gyeonize-business .background-crystal {
  background-image: url(../img/background-crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  bottom: -20%;
  left: 25%;
  width: 20%;
  height: 70%;
  -webkit-transform: rotate(82deg);
  -ms-transform: rotate(82deg);
  transform: rotate(82deg);
}
@media only screen and (min-width: 1200px) {
  #section-gyeonize-business.gyeonize-business .content-wrap,
  #section-gyeonize-business.gyeonize-business .image {
    -webkit-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    transform: translateY(-26%);
  }
  #section-gyeonize-business.gyeonize-business .image {
    z-index: 60;
    position: relative;
  }
}
.about-us-wrap {
  z-index: 90;
  position: relative;
}
.about-us-wrap .header-wrap {
  height: 100vh;
  background-color: #fff;
  background-size: cover;
  margin-top: 0;
  position: relative;
}
.about-us-wrap .header-wrap .scroll {
  z-index: 5;
  bottom: 3rem;
}
.about-us-wrap .header-wrap .scroll .scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  width: 1px;
  height: 5.3125rem;
  background: #6a6a6a;
}
.about-us-wrap .header-subtitle,
.about-us-wrap .header-title {
  color: #fff;
}
#section-industry.industry {
  position: relative;
}
#section-industry.industry .background-product {
  background-image: url(../components/about-us/industry/img/background-product.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: -3%;
  right: -20%;
  width: 120%;
  height: 9%;
}
@media only screen and (min-width: 992px) {
  #section-industry.industry .background-product {
    top: -15%;
    right: -35%;
    width: 129%;
    height: 30%;
  }
}
@media only screen and (min-width: 1400px) {
  #section-industry.industry .background-product {
    top: -15%;
    right: -35%;
    width: 125%;
    height: 38%;
  }
}
.info-box {
  background-color: #ea246e;
  width: 100%;
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1580px) {
  .info-box {
    padding: 60px 30px 40px;
  }
}
.info-box .info-box-element {
  display: inline-block;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .info-box .info-box-element {
    margin-left: 0;
  }
}
.info-box .info-box-element .value {
  font-size: 62px;
  color: #b7babb;
  font-weight: 700;
  opacity: 1;
  float: left;
}
.info-box .info-box-element .value img {
  width: 100%;
}
@media only screen and (min-width: 1680px) {
  .info-box .info-box-element .value {
    font-size: 96px;
  }
}
.info-box .info-box-element .title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  bottom: 25px;
  right: -20%;
  text-align: center;
}
@media only screen and (min-width: 1680px) {
  .info-box .info-box-element .title {
    font-size: 24px;
  }
}
.info-box .info-box-element:nth-child(2) .title:nth-child(2) {
  right: 100px;
}
#section-network {
  position: relative;
  background-color: #f3f3f3;
  height: 60vh;
}
@media only screen and (min-width: 992px) {
  #section-network {
    height: 100vh;
  }
}
#section-network .section-header {
  margin: 50px 0 0;
}
#section-network .section-text,
#section-network .section-title {
  position: relative;
  z-index: 30;
}
#section-network .section-title {
  font-size: 65px;
}
#section-network .section-text {
  color: #595959;
  font-weight: 300;
}
#section-network .network-map {
  background-image: url(../components/about-us/network/img/mapa_ostra.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-position: 0 0;
  top: 10%;
  left: -24%;
  z-index: 10;
  position: relative;
  width: 100%;
  height: 27vh;
}
@media only screen and (min-width: 992px) {
  #section-network .network-map {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
  }
}
#section-network .network-map:after {
  display: block;
  content: "";
  padding-top: 45%;
}
#section-network .network-number {
  background-image: url(../components/about-us/network/img/svg_90.svg);
  height: 50%;
  top: 5%;
  left: 15%;
  width: 25%;
}
#section-network .network-number,
#section-network .network-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
  display: block;
  z-index: 30;
}
#section-network .network-text {
  background-image: url(../components/about-us/network/img/svg_countries.svg);
  height: 60%;
  width: 110%;
  top: 25%;
  left: -3%;
}
@media only screen and (min-width: 992px) {
  #section-network .network-text {
    top: 48%;
  }
}
#section-network .network-crystal {
  background-image: url(../img/svg_crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-position: 0 0;
  height: 36%;
  width: 25%;
  top: -10%;
  left: 33%;
  position: absolute;
  display: block;
  -webkit-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
  z-index: 30;
}
#section-packaging {
  position: relative;
}
#section-packaging .content {
  vertical-align: top;
  padding: 50px 0 0;
}
#section-packaging .section-title {
  font-size: 65px;
}
#section-packaging .section-text {
  font-weight: 300;
}
#section-packaging .image {
  background-size: contain;
  min-height: 600px;
}
#section-packaging .backgroundCrystal {
  background-image: url(../img/svg_crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 28%;
  height: 45%;
  bottom: 0;
  left: 20%;
  -webkit-transform: rotate(-160deg) translate(40%, -30%) scaleX(-1);
  -ms-transform: rotate(-160deg) translate(40%, -30%) scaleX(-1);
  transform: rotate(-160deg) translate(40%, -30%) scaleX(-1);
  position: absolute;
  z-index: 50;
}
#section-slider-product.collection {
  padding: 40px 0;
  background: #fff no-repeat top/contain;
}
#section-slider-product.collection > .section-header {
  text-align: center;
}
#section-slider-product.collection > .section-header:after {
  display: block;
  clear: both;
  content: "";
}
#section-slider-product.collection > .section-header .section-title {
  display: block;
}
@media only screen and (min-width: 992px) {
  #section-slider-product.collection > .section-header .section-title {
    display: inline-block;
  }
}
#section-slider-product.collection > .section-header p {
  font-weight: 300;
}
#section-slider-product.collection .container-fluid,
#section-slider-product.collection .container-lg,
#section-slider-product.collection .container-md,
#section-slider-product.collection .container-sm,
#section-slider-product.collection .container-xl,
#section-slider-product.collection .container-xxl {
  position: relative;
}
#section-slider-product.collection .swiper-container-outer {
  height: 90vh;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-container-outer {
    height: 75vh;
  }
}
@media only screen and (min-width: 992px) {
  #section-slider-product.collection .swiper-container-outer {
    height: 85vh;
  }
}
@media only screen and (min-width: 1200px) {
  #section-slider-product.collection .swiper-container-outer {
    height: 95vh;
  }
}
#section-slider-product.collection .swiper-container {
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-container {
    width: 80%;
  }
}
#section-slider-product.collection .swiper-slide .slide-product-content {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-slide .slide-product-content {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  #section-slider-product.collection .swiper-slide .slide-product-content {
    position: relative;
    text-align: center;
  }
}
#section-slider-product.collection
  .swiper-slide
  .slide-product-content
  .slide-product-content-inner {
  max-width: 400px;
  margin: 0 auto;
}
#section-slider-product.collection
  .swiper-slide
  .slide-product-content
  .slide-product-content-inner
  p {
  font-weight: 300;
}
#section-slider-product.collection
  .swiper-slide.swiper-slide-active
  .slide-product-image {
  width: 100%;
}
#section-slider-product.collection .swiper-slide .slide-product-image {
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 80%;
}
#section-slider-product.collection .swiper-slide.swiper-slide-next,
#section-slider-product.collection .swiper-slide.swiper-slide-prev {
  pointer-events: none;
}
#section-slider-product.collection
  .swiper-slide.swiper-slide-next
  .slide-product-content,
#section-slider-product.collection
  .swiper-slide.swiper-slide-prev
  .slide-product-content {
  opacity: 0;
}
#section-slider-product.collection .swiper-slide .swiper-slide-inner {
  margin: 0 auto;
}
#section-slider-product.collection .swiper-slide h2,
#section-slider-product.collection .swiper-slide h2 > .product-symbol {
  font-size: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-slide h2,
  #section-slider-product.collection .swiper-slide h2 > .product-symbol {
    font-size: 40px;
  }
}
#section-slider-product.collection .swiper-slide img {
  max-width: 100%;
  height: auto;
}
#section-slider-product.collection .swiper-button-next,
#section-slider-product.collection .swiper-button-prev {
  margin: 0;
  height: 50px;
  width: 50px;
  background: none;
  border: 2px solid #002c73;
  border-radius: 60%;
  top: 50%;
}
#section-slider-product.collection .swiper-button-next div,
#section-slider-product.collection .swiper-button-prev div {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-slider-product.collection .swiper-button-next div:after,
#section-slider-product.collection .swiper-button-prev div:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 3px solid #002c73;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#section-slider-product.collection .swiper-button-prev {
  left: 10%;
  right: auto;
}
#section-slider-product.collection .swiper-button-prev div:after {
  border-top: none;
  border-right: none;
  left: 15px;
  right: auto;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-button-prev div:after {
    right: 0;
    left: 35%;
  }
}
#section-slider-product.collection .swiper-button-next {
  left: auto;
  right: 10%;
}
#section-slider-product.collection .swiper-button-next div:after {
  border-bottom: none;
  border-left: none;
  left: auto;
  right: 15px;
}
@media only screen and (min-width: 768px) {
  #section-slider-product.collection .swiper-button-next div:after {
    left: auto;
    right: 35%;
  }
}
#section-slider {
  background-color: #002c73;
  position: relative;
}
#section-slider .slider {
  height: 100vh;
  width: 100%;
}
#section-slider .slider .slider-backgroundimage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  height: 100vh;
  width: 100%;
}
#section-slider .slider .slider-content {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  #section-slider .slider .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  #section-slider .slider .slider-content {
    width: 30%;
  }
}
#section-slider .slider .section-title {
  font-size: 65px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
}
#section-slider .slider .section-text {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
  margin: 30px 0 0;
}
#section-slider .slider .button {
  margin: 40px 0 0;
}
#section-slider .slider .slider-button {
  padding: 10px 24px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
#section-slider .slider .slider-button:hover {
  color: #002c73;
  background-color: #fff;
  text-decoration: none;
}
#section-slider .swiper-pagination {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
#section-slider .swiper-pagination-bullet {
  border: 2px solid #9a9a9a;
  background: #9a9a9a;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  opacity: 1;
}
#section-slider .swiper-pagination-bullet-active {
  background: #002c73;
}
#section-team {
  position: relative;
}
#section-team .svg-background {
  background-image: url(../components/about-us/team/img/svg_team.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5%;
}
@media only screen and (min-width: 992px) {
  #section-team .svg-background {
    width: 70%;
    height: 16%;
  }
}
#section-team.team {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  #section-team.team {
    padding: 160px 0 0;
  }
}
#section-team.team .section-text {
  font-weight: 300;
}
#section-team img {
  width: 95%;
}
#section-team .content-wrap {
  padding: 30px 5%;
}
@media only screen and (min-width: 992px) {
  #section-team .content-wrap {
    padding: 80px 5%;
  }
}
#section-team .center-content {
  text-align: center;
}
#section-team .content-spacing {
  padding: 40px 0 0;
}
#section-team .right-image--position {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #section-team .right-image--position {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}
#section-team .additional-text {
  padding: 30px 5%;
  font-weight: 300;
}
#section-tiles {
  background-color: #f3f3f3;
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 992px) {
  #section-tiles {
    padding: 90px 0 130px;
  }
}
#section-tiles .tile-elements {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #section-tiles .tile-elements img {
    width: 100%;
    margin: 20px 0;
  }
}
#section-tiles .tile {
  max-width: 466px;
  margin: 0 auto;
}
#section-tiles .tile--hover img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  width: 100%;
}
#section-tiles .tile--hover .tile__link--position {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  max-width: 254px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #section-tiles .tile--hover .tile__link--position {
    bottom: 5%;
  }
}
#section-tiles .tile--hover .tile__link {
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.41px;
  color: #fff;
  padding: 16px 30px;
  background-color: #002c73;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border 0.5s ease-in-out;
}
#section-tiles .tile--hover:hover .tile__link {
  color: #002c73;
  background-color: #fff;
  border: 1px solid #002c73;
}
#section-tiles .tile--hover:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#section-why-gyeon.why-gyeon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100vh;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #section-why-gyeon.why-gyeon {
    height: 100vh;
  }
}
#section-why-gyeon .background-crystal {
  background-image: url(../components/about-us/why-gyeon/img/svg_crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 28%;
  height: 45%;
  top: 6%;
  left: 40%;
  -webkit-transform: rotate(-57deg) translate(-25%, -100%) scaleX(-1);
  -ms-transform: rotate(-57deg) translate(-25%, -100%) scaleX(-1);
  transform: rotate(-57deg) translate(-25%, -100%) scaleX(-1);
  position: absolute;
}
#section-why-gyeon .section-title {
  font-size: 65px;
  margin: 15px 0 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  #section-why-gyeon .section-title {
    margin: 70px 0 0;
  }
}
#section-why-gyeon .section-text {
  font-weight: 300;
}
.authorised-detailer-being-gyeon .text-with-image {
  padding: 0;
}
.contact-form-wrap {
  background-color: #fff;
}
.contact-form-wrap .wpcf7-response-output {
  text-align: center;
  color: #ef00ec;
  padding: 10px 40px 40px;
}
.contact-form-wrap input.hidden-input {
  display: none;
}
.contact-form-wrap .section-header {
  padding-top: 25px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-form-wrap .section-header {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.contact-form-wrap .section-title {
  text-align: center;
}
.contact-form-wrap .help-block {
  font-size: 11px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  margin: 0 0 -15px;
}
.contact-form-wrap .control-label {
  padding-right: 20px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-weight: 300;
}
.contact-form-wrap .form-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.contact-form-wrap .form-group textarea {
  height: 100px;
}
.contact-form-wrap .form-group label {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
}
.contact-form-wrap .form-group .form-control {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .contact-form-wrap .form-group .form-control {
    width: 80%;
  }
}
.contact-form-wrap .form-group.picture {
  height: 80px;
  padding-top: 17px;
}
@media only screen and (min-width: 992px) {
  .contact-form-wrap .form-group.picture {
    height: inherit;
  }
}
.contact-form-wrap .form-group.has-error input[type="file"]:after,
.contact-form-wrap .form-group.has-error input[type="file"]:before {
  color: #ef00ec;
}
.contact-form-wrap .form-group.has-error .control-label,
.contact-form-wrap .form-group.has-error .help-block {
  color: #ef00ec;
}
.contact-form-wrap .form-group.has-error .form-control {
  border-color: #ef00ec;
}
.contact-form-wrap .form-group.has-error .form-control:active,
.contact-form-wrap .form-group.has-error .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-form-wrap .wpcf7-file,
.contact-form-wrap .wpcf7-multifile {
  height: 60%;
  position: relative;
  max-width: 100%;
  display: inline-block;
}
.contact-form-wrap .wpcf7-file:after,
.contact-form-wrap .wpcf7-multifile:after {
  text-decoration: underline;
  padding-top: 3px;
  content: "Upload files here";
  position: absolute;
  background: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-form-wrap .wpcf7-file:after,
  .contact-form-wrap .wpcf7-multifile:after {
    padding-top: 0;
  }
}
.contact-form-wrap .wpcf7-file:active,
.contact-form-wrap .wpcf7-file:focus,
.contact-form-wrap .wpcf7-file:hover,
.contact-form-wrap .wpcf7-multifile:active,
.contact-form-wrap .wpcf7-multifile:focus,
.contact-form-wrap .wpcf7-multifile:hover {
  outline: none;
  box-shadow: none;
  text-decoration: underline;
}
.contact-form-wrap .checkboxes-row {
  padding-bottom: 34px;
}
.contact-form-wrap .submit-wrap {
  text-align: center;
}
.contact-form-wrap .submit-wrap .submit-label {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  padding: 10px 20px;
  font-size: 20px;
  color: #002c73;
}
.contact-form-wrap .submit-wrap .submit-wrap-inner {
  display: inline-block;
}
.contact-form-wrap .submit-wrap .submit-wrap-inner:after {
  display: block;
  clear: both;
  content: "";
}
.contact-form-wrap .submit-wrap .submit-wrap-inner .submit-label {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .contact-form-wrap .submit-wrap .submit-wrap-inner .submit-label {
    float: left;
  }
}
.contact-form-wrap .submit-wrap .submit-wrap-inner > .form-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .contact-form-wrap .submit-wrap .submit-wrap-inner > .form-group {
    float: left;
  }
}
.contact-form-wrap .submit-wrap .submit-wrap-inner > .form-group > div {
  padding: 0;
  margin: 0;
}
.contact-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #fff;
  background-color: #002c73;
  padding: 14px 25px;
  text-transform: uppercase;
}
.contact-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:active,
.contact-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:focus,
.contact-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:hover {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.authorised-detailers-program-wrap .header-subtitle {
  color: #fff;
}
.authorised-detailers-info-box-wrap {
  background-image: url(../components/authorised-detailer-program/info-box/img/backgorund-crystal.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 390px;
  background-position: 10% 50%;
  background-color: #002c73;
  width: 100%;
  padding: 50px 30px;
}
.authorised-detailers-info-box-wrap .no-padding {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .authorised-detailers-info-box-wrap .container-fluid,
  .authorised-detailers-info-box-wrap .container-lg,
  .authorised-detailers-info-box-wrap .container-md,
  .authorised-detailers-info-box-wrap .container-sm,
  .authorised-detailers-info-box-wrap .container-xl,
  .authorised-detailers-info-box-wrap .container-xxl {
    max-width: 700px;
    -webkit-transform: translateX(7%);
    -ms-transform: translateX(7%);
    transform: translateX(7%);
  }
}
@media only screen and (min-width: 1200px) {
  .authorised-detailers-info-box-wrap .container-fluid,
  .authorised-detailers-info-box-wrap .container-lg,
  .authorised-detailers-info-box-wrap .container-md,
  .authorised-detailers-info-box-wrap .container-sm,
  .authorised-detailers-info-box-wrap .container-xl,
  .authorised-detailers-info-box-wrap .container-xxl {
    max-width: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.authorised-detailers-info-box-wrap .row {
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .authorised-detailers-info-box-wrap .row {
    max-width: none;
    margin: auto;
  }
}
.authorised-detailers-info-box-wrap .title {
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  font-size: 28px;
  max-width: 240px;
}
.authorised-detailers-info-box-wrap .element .text {
  color: #fff;
  font-weight: 300;
  line-height: 1.8;
  font-size: 13px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .authorised-detailers-info-box-wrap .element .text {
    margin-bottom: 0;
  }
}
.authorised-detailers-info-box-wrap .experience {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  height: 200px;
}
.authorised-detailers-info-box-wrap .experience .text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  max-width: 180px;
}
.authorised-detailers-info-box-wrap .representative {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  height: 200px;
}
@media only screen and (min-width: 1200px) {
  .authorised-detailers-info-box-wrap .representative {
    padding-left: 25px;
  }
}
.authorised-detailers-info-box-wrap .representative .text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  max-width: 200px;
}
.authorised-detailers-info-box-wrap .test {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  height: 200px;
}
.authorised-detailers-info-box-wrap .test .text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  max-width: 220px;
}
@media only screen and (min-width: 1200px) {
  .authorised-detailers-info-box-wrap .rules {
    padding-left: 80px;
    font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 600;
    height: 200px;
  }
}
.authorised-detailers-info-box-wrap .rules .title {
  font-weight: 600;
}
.authorised-detailers-info-box-wrap .rules .text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  max-width: 270px;
}
body.ios .form-select-wrap {
  position: relative;
}
body.ios .form-select-wrap .arrow-wrap {
  display: none;
}
body.ios .form-select-wrap:after {
  position: absolute;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 10px;
  width: 13px;
  height: 13px;
}
body.ios .form-select-wrap.invert:after {
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
}
.arrow-wrap {
  position: absolute;
  height: 100%;
  width: 25px;
  right: 0;
  top: 0;
}
.arrow-wrap .arrow-inner {
  position: relative;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -75%) rotate(-135deg);
  -ms-transform: translate(-50%, -75%) rotate(-135deg);
  transform: translate(-50%, -75%) rotate(-135deg);
}
.arrow-wrap .arrow-inner:after,
.arrow-wrap .arrow-inner:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 3px;
}
.arrow-wrap .arrow-inner:before {
  height: 3px;
  width: 100%;
}
.arrow-wrap .arrow-inner:after {
  width: 3px;
  height: 100%;
}
.arrow-wrap .arrow-inner.orientation-right {
  -webkit-transform: translate(-75%, -50%) rotate(135deg);
  -ms-transform: translate(-75%, -50%) rotate(135deg);
  transform: translate(-75%, -50%) rotate(135deg);
}
.arrow-wrap .arrow-inner.orientation-left {
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  -ms-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}
.arrow-wrap .arrow-inner.orientation-up {
  -webkit-transform: translate(-50%, -25%) rotate(45deg);
  -ms-transform: translate(-50%, -25%) rotate(45deg);
  transform: translate(-50%, -25%) rotate(45deg);
  -webkit-transform: translate(-50%, -75%) rotate(-135deg);
  -ms-transform: translate(-50%, -75%) rotate(-135deg);
  transform: translate(-50%, -75%) rotate(-135deg);
}
#section-awards-certificates .small-box {
  padding: 60px 20px !important;
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  #section-awards-certificates .small-box {
    padding: 60px 100px !important;
  }
}
#section-awards-certificates .small-box .container {
  width: auto;
  max-width: 600px;
  margin: 0;
}
#section-awards-certificates
  .small-box
  .container
  .left-box
  > .section-header
  > .title {
  font-size: 50px;
  line-height: 1;
}
#section-awards-certificates .small-box .col-sm-6 {
  width: 100%;
  padding: 0 !important;
}
#section-awards-certificates .small-box #awards-certificates-right-col {
  height: auto !important;
}
#section-awards-certificates .small-box .awards-certificates-list {
  margin: 0 !important;
  padding-top: 60px;
  position: static;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#section-awards-certificates .small-box .awards-certificates-list .item {
  width: auto !important;
}
#section-awards-certificates.awards-certificates-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 70% 0;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #section-awards-certificates.awards-certificates-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  #section-awards-certificates.awards-certificates-wrap {
    padding: 80px 0;
    min-height: 460px;
  }
}
@media only screen and (min-width: 768px) {
  #section-awards-certificates.awards-certificates-wrap .left-col {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #section-awards-certificates.awards-certificates-wrap .left-col {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #section-awards-certificates.awards-certificates-wrap .left-col {
    padding: 0 90px 0 100px;
  }
}
#section-awards-certificates.awards-certificates-wrap,
#section-awards-certificates.awards-certificates-wrap a {
  color: #fff;
}
#section-awards-certificates.awards-certificates-wrap a:hover {
  color: #b0a9c9;
}
@media only screen and (max-width: 767px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list {
    margin: 0 -20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#section-awards-certificates.awards-certificates-wrap
  .awards-certificates-list-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list-inner {
    display: block;
  }
}
#section-awards-certificates.awards-certificates-wrap
  .awards-certificates-list-inner
  .item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list-inner
    .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-awards-certificates.awards-certificates-wrap
    .awards-certificates-list-inner
    .item {
    display: block;
    width: 50%;
    float: left;
    padding: 15px 30px;
  }
}
#section-awards-certificates.awards-certificates-wrap
  .awards-certificates-list-inner
  .item
  img {
  width: 95px;
  max-height: 160px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #section-awards-certificates.awards-certificates-wrap .read-more-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #section-awards-certificates.awards-certificates-wrap .section-title br {
    display: none;
  }
}
@-webkit-keyframes bar-loader-1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  to {
    height: 10px;
  }
}
@keyframes bar-loader-1 {
  0% {
    height: 10px;
  }
  50% {
    height: 49px;
  }
  to {
    height: 10px;
  }
}
@-webkit-keyframes bar-loader-2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  to {
    height: 19px;
  }
}
@keyframes bar-loader-2 {
  0% {
    height: 19px;
  }
  50% {
    height: 63px;
  }
  to {
    height: 19px;
  }
}
.bar-loader {
  width: 88px;
}
.bar-loader ul {
  margin: 0;
  list-style: none;
  width: 88px;
  height: 63px;
  position: relative;
  padding: 0;
  height: 10px;
}
.bar-loader ul li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #002c73;
  bottom: 0;
}
.bar-loader ul li:first-child {
  left: 0;
  -webkit-animation: bar-loader-1 0 1.15s ease infinite;
  animation: bar-loader-1 0 1.15s ease infinite;
}
.bar-loader ul li:nth-child(2) {
  left: 15px;
  -webkit-animation: bar-loader-2 1.15s ease 0.12s infinite;
  animation: bar-loader-2 1.15s ease 0.12s infinite;
}
.bar-loader ul li:nth-child(3) {
  left: 29px;
  -webkit-animation: bar-loader-1 1.15s ease-in-out 0.23s infinite;
  animation: bar-loader-1 1.15s ease-in-out 0.23s infinite;
}
.bar-loader ul li:nth-child(4) {
  left: 44px;
  -webkit-animation: bar-loader-2 1.15s ease-in 0.35s infinite;
  animation: bar-loader-2 1.15s ease-in 0.35s infinite;
}
.bar-loader ul li:nth-child(5) {
  left: 58px;
  -webkit-animation: bar-loader-1 1.15s ease-in-out 0.46s infinite;
  animation: bar-loader-1 1.15s ease-in-out 0.46s infinite;
}
.bar-loader ul li:nth-child(6) {
  left: 73px;
  -webkit-animation: bar-loader-2 1.15s ease 0.58s infinite;
  animation: bar-loader-2 1.15s ease 0.58s infinite;
}
.brand-logo {
  float: left;
}
.logo-country {
  padding-top: 5px;
  text-align: left;
}
.stickylogo-wrap .logo-country {
  padding-top: 5px;
  margin-top: 2px;
}
.stickylogo-wrap .logo-country .country-name {
  color: #002c73;
}
.logo-country .country-flag.flag-icon {
  height: 18px;
  width: 24px;
}
.logo-country .country-name {
  text-transform: uppercase;
  color: #002c73;
  font-size: 12px;
}
#section-certified-center .section-subtitle {
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 8.1px;
  text-align: center;
  margin: 0 0 3.125rem;
}
#section-certified-center .section-subtitle,
#section-certified-center .section-title {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
#section-certified-center .section-title {
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 4.4375rem;
}
#section-certified-center .section-title b {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
#section-certified-center .section-text {
  margin: 6% 0;
  font-weight: 300;
}
#section-certified-center .btn-border {
  border: 1px solid #fff;
  padding: 12px 30px;
  margin-bottom: 10%;
}
#section-certified-center .btn-border:hover {
  text-decoration: none;
}
#section-certified-center .small-box {
  padding: 60px 20px !important;
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  #section-certified-center .small-box {
    padding: 60px 100px !important;
  }
}
#section-certified-center .small-box .container {
  width: auto;
  max-width: 600px;
  margin: 0;
}
#section-certified-center
  .small-box
  .container
  .left-box
  > .section-header
  > .title {
  font-size: 50px;
  line-height: 1;
}
#section-certified-center .small-box .col-sm-6 {
  width: 100%;
  padding: 0 !important;
}
#section-certified-center .small-box #awards-certificates-right-col {
  height: auto !important;
}
#section-certified-center .small-box .awards-certificates-list {
  margin: 0 !important;
  padding-top: 60px;
  position: static;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
#section-certified-center .small-box .awards-certificates-list .item {
  width: auto !important;
}
#section-certified-center.certified-distributor-section-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-position: 70% 0;
  color: #fff;
  padding: 35px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #section-certified-center.certified-distributor-section-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  #section-certified-center.certified-distributor-section-wrap {
    padding: 80px 0;
    min-height: 460px;
  }
}
@media only screen and (min-width: 768px) {
  #section-certified-center.certified-distributor-section-wrap .left-col {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #section-certified-center.certified-distributor-section-wrap .left-col {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #section-certified-center.certified-distributor-section-wrap .left-col {
    padding: 0 90px 0 100px;
  }
}
#section-certified-center.certified-distributor-section-wrap,
#section-certified-center.certified-distributor-section-wrap a {
  color: #fff;
}
#section-certified-center.certified-distributor-section-wrap a:hover {
  color: #b0a9c9;
}
@media only screen and (max-width: 767px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list {
    margin: 0 -20px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#section-certified-center.certified-distributor-section-wrap
  .awards-certificates-list-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list-inner {
    display: block;
  }
}
#section-certified-center.certified-distributor-section-wrap
  .awards-certificates-list-inner
  .item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list-inner
    .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #section-certified-center.certified-distributor-section-wrap
    .awards-certificates-list-inner
    .item {
    display: block;
    width: 50%;
    float: left;
    padding: 15px 30px;
  }
}
#section-certified-center.certified-distributor-section-wrap
  .awards-certificates-list-inner
  .item
  img {
  width: 95px;
  max-height: 160px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #section-certified-center.certified-distributor-section-wrap .read-more-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #section-certified-center.certified-distributor-section-wrap
    .section-title
    br {
    display: none;
  }
}
.cc-window.cc-floating {
  max-width: 100%;
}
.cc-bottom {
  bottom: 0;
}
#cookie-content {
  display: block;
  max-width: 100%;
  width: 92%;
}
#cookie-content .cc-header {
  font-size: 16px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #948fa4;
  text-transform: uppercase;
}
#cookie-content .cc-message {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
#cookie-content .cc-message .cc-link {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.cc-compliance {
  margin-right: 2%;
}
.cc-btn {
  padding: 0.4em 2.5em;
}
.cc-btn:hover {
  background-color: #fff !important;
  color: #0e1a35 !important;
  text-decoration: none;
}
.cc-close {
  top: 35%;
  font-size: 35px;
}
.copyrights-text {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  color: #b0a9c9;
  cursor: default;
}
.distributors-slant {
  bottom: -1px;
  height: 12rem;
  background: #edf0f8;
  background: -webkit-linear-gradient(
    93deg,
    #edf0f8,
    #edf0f8 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  background: linear-gradient(
    -3deg,
    #edf0f8,
    #edf0f8 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  z-index: 15;
}
.distributors-detailers {
  position: relative;
  background: #f3f3f3;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors-detailers {
    height: 550px;
  }
}
@media only screen and (min-width: 1400px) {
  .distributors-detailers {
    height: 800px;
  }
}
.distributors-detailers .distributors-detailers-inner {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers .distributors-detailers-inner {
    height: 100%;
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
  }
}
.distributors-wrap {
  background-color: #edf0f8;
  padding-bottom: 70px;
  z-index: 30;
  position: relative;
}
.distributors-wrap p {
  margin: 0;
  line-height: 1;
}
.distributors-wrap .distributors-load-more-wrap {
  text-align: center;
  padding-top: 2em;
  margin: 0 auto;
}
.distributors-wrap .distributors-load-more-wrap .btn {
  margin-top: 40px;
}
.distributors-wrap .distributors-loader {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
}
.distributors-wrap .distributors-loader.open {
  height: 130px;
}
.distributors-wrap .distributors-loader .bar-loader {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.distributor-wrap {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .distributor-wrap {
    min-height: 260px;
  }
}
.distributor-wrap .no-padding {
  padding: 0;
}
.distributor-wrap .image-box {
  text-align: center;
  padding-right: 20px;
}
.distributor-wrap .image-box .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 80%;
  height: 248px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .distributor-wrap .image-box .image {
    width: auto;
    height: 175px;
  }
}
@media only screen and (min-width: 768px) {
  .distributor-wrap .image-box {
    text-align: right;
  }
}
.distributor-wrap .content {
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .distributor-wrap .content {
    padding-top: 0;
  }
}
.distributor-wrap .content .name {
  font-size: 1.875rem;
  padding: 7px 0;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.distributor-wrap .content .country,
.distributor-wrap .content .name {
  color: #002c73;
}
.distributor-wrap .content .type {
  color: #698cd8;
  padding: 0 0 7px;
}
.distributor-wrap .content .cert_number {
  color: #de3f7d;
  padding: 0 0 7px;
}
.distributor-wrap .content .country,
.distributor-wrap .content .type {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-size: 16px;
}
.distributor-wrap .content .country {
  font-weight: 100;
}
.distributor-wrap .content .address {
  font-weight: 300;
  padding-bottom: 20px;
}
.distributor-wrap .content .email,
.distributor-wrap .content .phone,
.distributor-wrap .content .www {
  padding: 0 0 6px;
}
.distributor-wrap .content .email,
.distributor-wrap .content .name,
.distributor-wrap .content .phone,
.distributor-wrap .content .type,
.distributor-wrap .content .www {
  font-weight: 700;
}
.distributor-wrap .content .email > *,
.distributor-wrap .content .name > *,
.distributor-wrap .content .phone > *,
.distributor-wrap .content .type > *,
.distributor-wrap .content .www > * {
  font-weight: 300;
  color: #595959;
}
.distributors-detailers-content-wrap {
  position: relative;
  z-index: 10;
  pointer-events: none;
  padding: 5% 0 0;
}
.distributors-detailers-content-wrap .distributors-detailers-content-subtitle {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  letter-spacing: 8.1px;
  font-size: 1.125rem;
  margin: 15% auto 0;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap
    .distributors-detailers-content-subtitle {
    margin-top: 3%;
  }
}
.distributors-detailers-content-wrap .wave-background {
  top: -5%;
  right: 0;
  width: 56.375rem;
  height: 60.625rem;
  background-image: url(../img/wave.svg);
  z-index: 5;
}
.distributors-detailers-content-wrap .acc-ball {
  top: 40%;
  right: -10%;
  width: 13.875rem;
  height: 18.125rem;
  background-image: url(../img/blue_ball.png);
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .acc-ball {
    top: 57%;
    right: 28%;
  }
}
.distributors-detailers-content-wrap .acc-ball2 {
  top: 80%;
  left: 35%;
  width: 2.625rem;
  height: 3.125rem;
  background-image: url(../img/red_ball_small.png);
  z-index: 5;
}
.distributors-detailers-content-wrap .acc-ball2-protocolos {
  top: 130%;
  left: 35%;
  width: 2.625rem;
  height: 3.125rem;
  background-image: url(../img/red_ball_small.png);
  z-index: 5;
}
.distributors-detailers-content-wrap .acc-ball3 {
  top: 95%;
  left: -20%;
  width: 10.125rem;
  height: 14.375rem;
  background-image: url(../img/red_ball.png);
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .acc-ball3 {
    top: 110%;
    left: 5%;
  }
}
.distributors-detailers-content-wrap .acc-ball-protocolos {
  top: 130%;
  left: -20%;
  width: 10.125rem;
  height: 14.375rem;
  background-image: url(../img/red_ball.png);
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .acc-ball-protocolos {
    top: 160%;
    left: 5%;
  }
}
.distributors-detailers-content-wrap .crystal-top {
  display: none;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .crystal-top {
    display: block;
    top: 80%;
    left: -5%;
    width: 19.5rem;
    height: 30rem;
    background-image: url(../img/ccc.svg);
    z-index: 5;
  }
}
.distributors-detailers-content-wrap .crystal-top-protocolos {
  display: none;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .crystal-top-protocolos {
    display: block;
    top: 130%;
    left: -5%;
    width: 19.5rem;
    height: 30rem;
    background-image: url(../img/diamond5.svg);
    z-index: 5;
  }
}
.distributors-detailers-content-wrap .distributors-detailers-content-text {
  width: 80%;
  margin: 2% 0 10% 10%;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-content-wrap .distributors-detailers-content-text {
    width: 40%;
    margin: 2% 0 2% 20%;
  }
}
.distributors-detailers-content-wrap,
.distributors-detailers-content-wrap .container,
.distributors-detailers-content-wrap .distributors-detailers-content,
.distributors-detailers-content-wrap .row {
  height: 100%;
}
.distributors-detailers-content-wrap .distributors-detailers-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-content-wrap .distributors-detailers-content {
    padding-top: 30px;
  }
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .section-title {
  font-size: clamp(2.5rem, 12vw, 4.6875rem) !important;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  line-height: 4.4375rem;
  z-index: 50;
  position: relative;
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .section-title
  span {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .section-text {
  text-align: center;
  margin: 20px auto;
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .selectric {
  background: #f3f3f3;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-content-wrap
    .distributors-detailers-content
    .filters {
    bottom: 0;
    width: 100%;
    position: absolute;
  }
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .filters
  .filters-filter-controlswrap {
  position: relative;
  pointer-events: auto;
}
.distributors-detailers-content-wrap
  .distributors-detailers-content
  .filters
  > * {
  background-color: rgba(0, 0, 0, 0);
}
.distributors-detailers-background {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: #f3f3f3;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-background {
    display: block;
    pointer-events: auto;
    opacity: 1;
  }
}
.distributors-detailers-map-wrap {
  height: 100%;
  position: relative;
}
.distributors-detailers-map {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1030px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-map {
    right: -110px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1400px) {
  .distributors-detailers-map {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 2040px;
  }
}
.map-custom-marker {
  height: auto;
  background-color: #fff;
  color: #002c73;
  border: 1px solid #cfcfcf;
  padding: 10px 12px;
  font-size: 10px;
}
.map-custom-marker .content-country {
  text-transform: uppercase;
  padding-bottom: 6px;
}
.map-custom-marker .content-website {
  text-transform: uppercase;
  font-weight: 600;
}
.map-custom-marker .tooltip-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border-color: #cfcfcf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cfcfcf;
  border-style: solid;
  border-width: 1px;
}
.distributors-detailers-controls #filterControls {
  display: inline-block;
  vertical-align: middle;
}
.distributors-detailers-controls .filter-controls {
  bottom: 0;
  z-index: 30;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-controls .filter-controls {
    position: relative;
  }
}
.distributors-detailers-controls .searchBox-form button {
  pointer-events: none;
}
.distributors-detailers-controls .distributors-detailer-header-sticky {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-controls .distributors-detailer-header-sticky {
    height: 0%;
  }
}
.distributors-detailers-controls
  .distributors-detailer-header-sticky
  .distributors-detailer-sticky {
  font-size: 45px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  width: 100%;
  float: left;
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-controls
    .distributors-detailer-header-sticky
    .distributors-detailer-sticky {
    font-size: 30px;
    top: 50%;
    left: 13%;
  }
}
@media only screen and (min-width: 1400px) {
  .distributors-detailers-controls
    .distributors-detailer-header-sticky
    .distributors-detailer-sticky {
    font-size: 45px;
    left: 9%;
  }
}
.distributors-detailers-controls.stuck {
  pointer-events: auto;
  position: fixed;
  background-color: #fff;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  height: 110px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 95;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.distributors-detailers-controls.stuck #filterControls {
  margin-left: inherit;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-controls.stuck #filterControls {
    margin-left: 135px;
  }
}
.distributors-detailers-controls.stuck .distributors-detailer-sticky {
  display: block;
  width: 270px;
  text-align: left;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.distributors-detailers-controls .form-select-wrap {
  text-align: left;
  margin: 0 auto 10px;
  max-width: 200px;
  display: block;
}
.distributors-detailers-controls .form-select-wrap select.form-control {
  display: block;
  margin: 0 auto;
  padding: 5px 15px;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-controls .form-select-wrap {
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
}
.filters-mobile-label {
  color: #fff;
}
.distributors-filters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .distributors-filters {
    display: block;
    position: relative;
  }
}
.filter-buttons-mobile {
  position: relative;
  top: 10%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .filter-buttons-mobile {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
    bottom: inherit;
    top: 4px;
    position: inherit;
    width: inherit;
    display: inline-block;
  }
}
.clear-button-distributors {
  font-size: 16px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
  color: #002c73;
  border-bottom: 1px solid #002c73;
  cursor: pointer;
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) {
  .clear-button-distributors {
    font-size: 14px;
    vertical-align: middle;
  }
}
.show-distributors-filters {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 800;
  overflow: hidden;
  width: 100%;
}
.show-distributors-filters .distributors-detailer-title {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 0;
}
.show-distributors-filters #filterControls {
  display: block;
}
.show-distributors-filters .form-select-wrap {
  min-width: 300px;
  margin-top: 30px;
}
.show-distributors-filters .form-select-wrap .form-control {
  font-size: 16px;
  min-width: 300px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.show-distributors-filters .searchBox-form {
  display: block;
  width: 300px;
  margin: 0 auto;
}
.show-distributors-filters .searchBox-form .form-control {
  font-size: 16px;
  width: 300px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.show-distributors-filters .searchBox-form input::-webkit-input-placeholder {
  font-size: 16px;
}
.show-distributors-filters .searchBox-form input::-moz-placeholder {
  font-size: 16px;
}
.show-distributors-filters .searchBox-form input:-ms-input-placeholder {
  font-size: 16px;
}
.show-distributors-filters .searchBox-form input::-ms-input-placeholder {
  font-size: 16px;
}
.show-distributors-filters .searchBox-form input::placeholder {
  font-size: 16px;
}
.show-distributors-filters .searchBox-form button {
  right: -10px;
}
.zoom-controls {
  display: none;
  position: absolute;
  top: 10%;
  right: 37.5px;
  z-index: 30;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.zoom-controls .zoom-in,
.zoom-controls .zoom-out {
  width: 25px;
  height: 25px;
  background: #002c73;
  position: relative;
  display: block;
  cursor: pointer;
}
.zoom-controls .zoom-in:hover,
.zoom-controls .zoom-out:hover {
  background: #9a9a9a;
}
.zoom-controls .zoom-in:after,
.zoom-controls .zoom-in:before {
  content: "";
  background: #fff;
  position: absolute;
}
.zoom-controls .zoom-in:before {
  margin-top: -1px;
  height: 2px;
  top: 50%;
  left: 25%;
  right: 25%;
}
.zoom-controls .zoom-in:after {
  margin-left: -1px;
  width: 2px;
  top: 25%;
  bottom: 25%;
  left: 50%;
}
.zoom-controls .zoom-out {
  margin-top: 5px;
}
.zoom-controls .zoom-out:before {
  content: "";
  background: #fff;
  position: absolute;
}
.zoom-controls .zoom-out:before {
  margin-top: -1px;
  height: 2px;
  top: 50%;
  left: 25%;
  right: 25%;
}
@media only screen and (min-width: 768px) {
  .zoom-controls {
    display: block;
  }
}
.distributors-detailers-caption {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 10px;
}
.distributors-detailers-caption .distributors-detailers-caption-text {
  text-align: center;
  font-size: 18px;
  width: 100%;
}
.distributors-detailers-caption
  .distributors-detailers-caption-text
  .sticky-wrapper {
  box-shadow: none;
}
.distributors-detailers-boxes {
  background-color: #fff;
  color: #002c73;
  position: relative;
}
.distributors-detailers-boxes .section-name .text {
  letter-spacing: 4px;
}
.distributors-detailers-boxes__header {
  margin: 45px 0 0;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 8px;
}
.distributors-detailers-boxes__header-text {
  color: #de3f7d;
}
.distributors-detailers-boxes .distributors-detailers-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.distributors-detailers-boxes .distributors-detailers-box {
  max-width: 500px;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
  padding: 0 50px;
}
@media screen and (max-width: 400px) {
  .distributors-detailers-boxes .distributors-detailers-box {
    padding: 0 0px;
  }
}
@media screen and (min-width: 768px) {
  .distributors-detailers-boxes .distributors-detailers-box {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  .distributors-detailers-boxes .distributors-detailers-box.box-center {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .distributors-detailers-boxes .distributors-detailers-box.box-center {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.distributors-detailers-boxes
  .distributors-detailers-box
  .distributors-detailers-box-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #322d50;
  font-family: Oswald;
  font-weight: 500;
}
.distributors-detailers-boxes
  .distributors-detailers-box
  .distributors-detailers-box-title.small-width {
  width: 60%;
  margin: 0 auto;
}
.distributors-detailers-boxes
  .distributors-detailers-box
  .distributors-detailers-box-text {
  font-weight: 300;
}
.distributors-detailers-boxes .wave-background {
  top: 10%;
  left: -15%;
  width: 50.125rem;
  height: 54.375rem;
  background-image: url(../img/wave.svg);
  z-index: 50;
}
.distributors-detailers-boxes .acc-ball {
  bottom: -35%;
  right: 5%;
  width: 13.875rem;
  height: 18.125rem;
  background-image: url(../img/ball_red.png);
  z-index: 10;
}
@media (max-width: 768px) {
  .distributors-detailers-boxes .acc-ball {
  bottom: -18%;
  right: 5%;
  width: 25.75rem;
  height: 30rem;
  background-image: url(../img/crystal.svg);
  z-index: 5;
  visibility: hidden
  }
}
.distributors-detailers-boxes .crystal {
  bottom: -60%;
  right: 5%;
  width: 25.75rem;
  height: 30rem;
  background-image: url(../img/crystal.svg);
  z-index: 5;
}
@media (max-width: 768px) {
  .distributors-detailers-boxes .crystal {
  bottom: -80%;
  right: 5%;
  width: 25.75rem;
  height: 30rem;
  background-image: url(../img/crystal.svg);
  z-index: 5;
  visibility: hidden
  }
}
.distributors-detailers-standard-content {
  height: 100%;
  position: relative;
  z-index: 40;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .container {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .distributors-detailers-standard-content .container {
    width: 100%;
  }
}
.distributors-detailers-standard-content .row {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .row {
    height: 100%;
  }
}
.distributors-detailers-standard-content .distributors-detailers-content {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .distributors-detailers-content {
    text-align: left;
    height: 100%;
    padding: 28px 34px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors-detailers-standard-content .distributors-detailers-content {
    padding: 28px 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .distributors-detailers-content {
    padding: 128px 100px;
  }
}
@media only screen and (min-width: 1680px) {
  .distributors-detailers-standard-content .distributors-detailers-content {
    padding: 360px 100px 128px;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .section-header {
    max-width: 350px;
  }
}
.distributors-detailers-standard-content .section-header .section-title br {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .section-header .section-title br {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .distributors-detailers-body {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .distributors-detailers-body {
    max-width: 350px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .distributors-detailers-footer {
    position: absolute;
    bottom: 0;
    left: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .distributors-detailers-footer {
    position: static;
    max-width: 350px;
  }
}
.distributors-detailers-standard-content .distributors-detailers-select {
  padding: 10px 0 20px;
  position: relative;
}
.distributors-detailers-standard-content
  .distributors-detailers-select
  .form-select-wrap {
  pointer-events: auto;
}
.distributors-detailers-standard-content
  .distributors-detailers-select
  .form-select-wrap
  select {
  width: 290px;
  background: #f3f3f3;
  border-top: none;
  border-left: none;
  border-right: none;
}
.distributors-detailers-standard-content
  .distributors-detailers-select
  .form-select-wrap
  .selectric,
.distributors-detailers-standard-content
  .distributors-detailers-select
  .form-select-wrap
  .selectric-items {
  width: 290px;
  padding: 5px 2px;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .distributors-detailers-select {
    float: left;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .distributors-detailers-select {
    float: none;
  }
}
.distributors-detailers-standard-content
  .distributors-detailers-select
  .overlay-button {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content
    .distributors-detailers-select
    .overlay-button {
    display: block;
  }
}
.distributors-detailers-standard-content .distributors-detailers-button a {
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .distributors-detailers-standard-content .distributors-detailers-button {
    float: left;
    padding: 15px 30px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .distributors-detailers-standard-content .distributors-detailers-button {
    float: none;
    padding: 0;
  }
}
.technologies-wrap {
  background-image: url(../img/placeholder/background-distributors-detailers.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 60px 20px !important;
}
@media only screen and (min-width: 768px) {
  .technologies-wrap {
    padding: 60px 100px !important;
    height: 530px;
  }
}
.technologies-wrap .technologies-container {
  max-width: 600px;
  margin: 0;
}
.technologies-wrap
  .technologies-container
  .description
  > .section-header
  > .title {
  font-size: 50px;
  line-height: 1;
}
.technologies-wrap .description,
.technologies-wrap .technologies-container {
  height: 100%;
}
.technologies-wrap .btn-link,
.technologies-wrap .detailers {
  position: absolute;
}
.technologies-wrap .become-detailer {
  bottom: 80px;
}
.technologies-wrap .find-distributors {
  bottom: 120px;
  border: 1px solid #000;
  text-decoration: none;
  padding: 5px;
}
.technologies-wrap .find-distributors .arrow-wrap {
  display: none;
}
.technologies-wrap .find-distributors:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .technologies-wrap .section-text {
    margin-bottom: 100px;
  }
  .technologies-wrap .find-distributors {
    bottom: 100px;
  }
  .technologies-wrap .become-detailer {
    position: relative;
    bottom: 0;
  }
}
.filters-wrap {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.filters-wrap > * {
  margin: 0 auto;
  width: 200px;
  cursor: pointer;
}
.filters-wrap > * + * {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .filters-wrap {
    text-align: center;
  }
  .filters-wrap > * {
    margin: 0;
    text-align: left;
    display: inline-block;
  }
  .filters-wrap > * + * {
    margin-left: 20px;
  }
}
.fixed-background-wrap {
  background-color: #d2d5d7;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
.fixed-background-wrap .fixed-background-item {
  overflow: hidden;
}
.fixed-background-wrap .fixed-background-image-wrap {
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
}
.fixed-background-wrap .fixed-background-image-wrap.is-mobile-fullscreen {
  height: 56.25vw;
}
.fixed-background-wrap .fixed-background-image {
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: 50%;
  background-attachment: scroll;
}
.fixed-background-wrap .fixed-background-content-wrap {
  position: relative;
  height: 100vh;
}
.fixed-background-wrap .fixed-background-content-wrap.is-mobile-fullscreen {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .fixed-background-wrap .fixed-background-content-wrap {
    height: 100vh;
  }
  .fixed-background-wrap .fixed-background-content-wrap.is-mobile-fullscreen {
    height: 56.25vw;
  }
}
.fixed-background-wrap .fixed-background-content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .fixed-background-wrap .fixed-background-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    max-width: 330px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-background-wrap .fixed-background-content {
    max-width: 480px;
    padding-left: 100px;
    padding-top: 0;
  }
}
.fixed-background-wrap .btn-link,
.fixed-background-wrap .section-subtitle,
.fixed-background-wrap .section-text,
.fixed-background-wrap .section-title {
  -webkit-transition: color 1s;
  transition: color 1s;
}
.fixed-background-wrap .btn-link:hover {
  color: #b0a9c9 !important;
}
footer.main-footer {
  padding: 6.25rem 0;
  background: #202945;
  overflow: hidden;
}
footer.main-footer .footer-container {
  z-index: 1;
}
footer.main-footer .footer-container .footer-header {
  margin-bottom: 0.9375rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}
footer.main-footer .footer-container .footer-subscribe {
  margin-bottom: 2.1875rem;
}
footer.main-footer .footer-container .footer-subscribe .footer-input {
  width: 80%;
  padding: 0.8125rem 1.5rem;
  background: #202945;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}
footer.main-footer
  .footer-container
  .footer-subscribe
  .footer-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
}
footer.main-footer
  .footer-container
  .footer-subscribe
  .footer-input::-moz-placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
}
footer.main-footer
  .footer-container
  .footer-subscribe
  .footer-input:-ms-input-placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
}
footer.main-footer
  .footer-container
  .footer-subscribe
  .footer-input::-ms-input-placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
}
footer.main-footer
  .footer-container
  .footer-subscribe
  .footer-input::placeholder {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.7;
}
footer.main-footer .footer-container .footer-subscribe .footer-btn {
  padding: 0.8125rem 2rem;
  font-weight: 500;
}
footer.main-footer .footer-container .checkbox-label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}
footer.main-footer .footer-container .checkbox-label:after,
footer.main-footer .footer-container .checkbox-label:before {
  top: 0;
}
footer.main-footer .footer-container .checkbox-label:before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff !important;
}
footer.main-footer .footer-container .footer-text-box {
  padding-left: 4.375rem;
}
footer.main-footer .footer-container .footer-text-box .text-1 {
  color: #fff;
  font-size: 1.9375rem;
  font-weight: 100;
}
footer.main-footer .footer-container .footer-text-box .txt-private {
  width: 25.9375rem;
}
footer.main-footer
  .footer-container
  .footer-text-box
  .txt-private
  .txt-private-private {
  fill: none;
  stroke: #fff;
  font-size: 2.6875rem;
}
footer.main-footer .footer-container .footer-text-box .text-2,
footer.main-footer
  .footer-container
  .footer-text-box
  .txt-private
  .txt-private-private {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
}
footer.main-footer .footer-container .footer-text-box .text-2 {
  color: #fff;
  font-size: 2.5625rem;
}
footer.main-footer .footer-container .footer-text-box .text-2 span {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2.4375rem;
  font-weight: 100;
}
footer.main-footer .footer-container .footer-text-box .txt-oem {
  width: 18.3125rem;
  margin-left: 0rem;
}
footer.main-footer .footer-container .footer-text-box .txt-oem .txt-oem-oem {
  fill: none;
  stroke: #fff;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1.9375rem;
  font-weight: 700;
}
footer.main-footer .footer-container .footer-text-box .footer-arrow {
  margin-left: 3.25rem;
}
footer.main-footer .footer-container .footer-bottom-col {
  margin-top: 5rem;
}
footer.main-footer .footer-container .footer-bottom-col .footer-link {
  color: #fff;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
footer.main-footer .footer-container .footer-bottom-col .footer-social-box {
  padding-left: 4.375rem;
}
footer.main-footer
  .footer-container
  .footer-bottom-col
  .footer-social-box
  .footer-social {
  margin: 0 1.5625rem;
  font-size: 3em;
  color: #fff;
}
footer.main-footer .flow-image-shape-1 {
  left: -18.30161vw;
  top: -9.51684vw;
  width: 32.79649vw;
  height: 36.67643vw;
  background-image: url(../img/shape-05.svg);
}
footer.main-footer .flow-image-shape-1,
footer.main-footer .flow-image-shape-2 {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
footer.main-footer .flow-image-shape-2 {
  left: 36.60322vw;
  bottom: -8.78477vw;
  width: 26.1347vw;
  height: 31.7716vw;
  background-image: url(../img/shape-06.svg);
}
footer.main-footer .flow-image-shape-3 {
  position: absolute;
  right: -13.90922vw;
  top: -22.694vw;
  width: 36.89605vw;
  height: 42.97218vw;
  background-image: url(../img/shape-07.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.selectric {
  border: rgba(0, 0, 0, 0);
}
.form-select-wrap {
  position: relative;
  display: inline-block;
}
.form-select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.form-select-wrap .arrow-wrap {
  display: none;
}
.form-select-wrap:after {
  position: absolute;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  right: 10px;
  width: 11px;
  height: 11px;
}
.form-select-wrap.invert:after {
  border-radius: 2px;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  z-index: 2;
}
.form-select-wrap.invert {
  color: #002c73;
}
.form-select-wrap .selectric-wrapper,
.form-select-wrap select.form-control {
  display: inline-block;
  width: 100%;
  min-width: 200px;
  z-index: 9;
}
.form-select-wrap select.form-control {
  display: none;
}
.form-select-wrap select.form-control:focus {
  outline: none;
}
body.is-mobile .form-select-wrap select.form-control {
  display: inline-block;
}
.form-select-wrap .selectric,
.form-select-wrap select.form-control {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 12px;
  font-weight: 300;
  background: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .form-select-wrap .selectric,
  .form-select-wrap select.form-control {
    font-size: 10px;
  }
}
.form-select-wrap.invert .selectric,
.form-select-wrap.invert select.form-control {
  border: 1px solid #002c73;
  color: #002c73;
  padding: 7px 15px;
}
.form-select-wrap .selectric {
  padding-right: 25px;
}
.form-select-wrap .selectric-items {
  padding: 5px 7px;
  cursor: default;
  background: #002c73;
  border: 1px solid #fff;
  border-top: none;
}
.form-select-wrap .selectric-items li {
  padding: 3px 0;
}
.form-select-wrap .selectric-items li.highlighted,
.form-select-wrap .selectric-items li.selected,
.form-select-wrap .selectric-items li:hover {
  font-weight: 600;
  color: #002c73;
  text-decoration: underline;
}
.form-select-wrap .selectric-items li:first-child {
  color: #002c73;
  text-decoration: none;
  font-weight: 400;
}
.form-select-wrap .selectric-items li.disabled {
  text-decoration: none !important;
}
.form-select-wrap .selectric-items li.disabled:hover {
  font-weight: 400;
}
.form-select-wrap .selectric-above .selectric-items {
  border-top: 1px solid #fff;
  border-bottom: none;
}
.form-select-wrap.invert .selectric-items {
  color: #002c73;
  background: #fff;
  border: 1px solid #002c73;
  border-top: none;
}
.form-select-wrap.invert .selectric-above .selectric-items {
  border-top: 1px solid #002c73;
  border-bottom: none;
}
.form-select-wrap.invert .arrow-inner:after,
.form-select-wrap.invert .arrow-inner:before {
  background-color: #002c73;
}
.header-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 62vh;
  padding: 30px;
  background-color: #f3f3f3;
}
.header-wrap .container {
  height: 100%;
}
.header-wrap .header-label {
  margin-bottom: 2em;
}
.header-wrap .header-label,
.header-wrap .header-label.protip {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.header-wrap .header-label.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.header-wrap .header-label.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.header-wrap .header-text {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: 105px;
}
.header-wrap .header-text.white .header-subtitle,
.header-wrap .header-text.white .header-title {
  color: #fff;
}
.header-wrap .header-text.rtl {
  max-width: 50%;
  margin-left: 0;
  padding-right: 100px;
}
.header-wrap .header-subtitle,
.header-wrap .header-title {
  text-transform: uppercase;
  line-height: 1;
}
.header-wrap .header-title {
  font-size: 16px;
  padding-top: 2em;
}
.header-wrap .header-subtitle {
  font-size: 65px;
}
@media only screen and (max-width: 767px) {
  .header-wrap .header-text {
    margin-left: 0;
  }
  .header-wrap .header-subtitle {
    font-size: 55px;
  }
}
.info-widget {
  right: 0;
  bottom: 50%;
  z-index: 95;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transform: translate(80%, 63%);
  -ms-transform: translate(80%, 63%);
  transform: translate(80%, 63%);
  position: fixed;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.info-widget.active {
  -webkit-transform: translateY(70%);
  -ms-transform: translateY(70%);
  transform: translateY(70%);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.info-widget.active .info-widget__content {
  border-left: 0 solid rgba(0, 0, 0, 0);
  -webkit-transition: border-left 0.5s ease-out;
  transition: border-left 0.5s ease-out;
}
.info-widget.active .info-widget__label {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.info-widget.active .background-car {
  right: -32px;
  -webkit-transition: right 0.5s ease-in;
  transition: right 0.5s ease-in;
}
@media screen and (min-width: 768px) {
  .info-widget:hover {
    -webkit-transform: translateY(63%);
    -ms-transform: translateY(63%);
    transform: translateY(63%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }
  .info-widget:hover .info-widget__content {
    border-left: 0 solid rgba(0, 0, 0, 0);
    -webkit-transition: border-left 0.5s ease-out;
    transition: border-left 0.5s ease-out;
  }
  .info-widget:hover .info-widget__label {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .info-widget:hover .background-car {
    right: -32px;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
  }
}
.info-widget__content {
  display: block;
  position: relative;
  margin: 40px 0;
  border-left: 34px solid #002c73;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: border-left 0.5s ease-in;
  transition: border-left 0.5s ease-in;
}
.info-widget__label {
  position: relative;
  position: absolute;
  bottom: 0;
  left: -33px;
  letter-spacing: 2px;
  background-color: #369;
  padding: 5px 10px;
  line-height: 24px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  cursor: pointer;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 13px;
  font-weight: 700;
  background: none;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .info-widget__label {
    bottom: 10px;
  }
}
.info-widget__text-content {
  background-color: #edeff6;
  box-shadow: 1px 13px 38px rgba(26, 30, 26, 0.5);
  text-align: center;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .info-widget__text-content {
    padding-bottom: 45px;
  }
}
.info-widget__text {
  color: #215ba4;
  text-transform: uppercase;
  width: 130px;
  font-size: 18px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  padding: 14px;
  text-align: left;
}
.info-widget__text span {
  font-weight: 500;
}
.info-widget__text--button {
  background-color: #b9d32e;
  color: #fff;
  padding: 6px 14px;
  font-size: 10px;
  width: 75%;
  margin: 0 auto;
  border-radius: 3px;
}
.info-widget__text--button:hover {
  background-color: #b0a9c9;
  text-decoration: none;
  color: #fff;
}
.info-widget__link:active,
.info-widget__link:focus,
.info-widget__link:hover {
  text-decoration: none;
}
.info-widget__link:active .info-widget__text--button,
.info-widget__link:focus .info-widget__text--button,
.info-widget__link:hover .info-widget__text--button {
  background-color: #b0a9c9;
  text-decoration: none;
  color: #fff;
}
.info-widget__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.info-widget__close:after {
  content: "\2715";
  display: block;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .info-widget__close {
    display: none;
  }
}
.info-widget .background-car {
  background-image: url(../img/background_car.png);
  background-size: contain;
  width: 225px;
  height: 200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  right: -100px;
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  display: block;
}
@media screen and (min-width: 768px) {
  .info-widget .background-car {
    right: 0;
  }
}
.lang-switch .selectric-wrapper {
  min-width: 50px;
}
.lang-switch .label {
  color: #fff;
}
.stuck .lang-switch .label {
  color: #002c73;
}
.stuck .lang-switch .form-select-wrap:after {
  border-radius: 2px;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  z-index: 10;
}
.stuck .lang-switch .form-select-wrap {
  color: #002c73;
}
.stuck .lang-switch .form-select-wrap .selectric,
.stuck .lang-switch .form-select-wrap select.form-control {
  border: 1px solid #002c73;
}
.stuck .lang-switch .form-select-wrap .selectric-items {
  color: #002c73;
  border: 1px solid #002c73;
  background: #fff;
}
.stuck .lang-switch .form-select-wrap .arrow-inner:after,
.stuck .lang-switch .form-select-wrap .arrow-inner:before {
  background-color: #002c73;
}
body.menu-is-visible {
  overflow: hidden;
}
.menu {
  display: none;
}
.menu.is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  color: #fff;
  background-color: #0e1a35;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.menu.is-visible a {
  color: #fff;
}
.menu.is-visible .mobile-logo {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 175px;
  height: 73px;
  cursor: pointer;
}
.menu.is-visible .mobile-logo img {
  height: 80px;
}
.menu.is-visible .main-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 25%;
  left: 0;
  text-align: center;
  padding: 0;
}
.menu.is-visible .main-menu li {
  display: block;
}
.menu.is-visible .main-menu li.current-menu-item a {
  color: #383c5a;
}
.menu.is-visible .main-menu li.regional-distributor {
  position: fixed;
  bottom: 4%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  left: 0;
}
.menu.is-visible .main-menu li.regional-distributor:before {
  position: relative;
  content: "";
  -webkit-mask: url(../img/header_map.svg);
  mask: url(../img/header_map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 40%;
  left: 0;
  width: 55px;
  height: 25px;
  background-color: #fff;
  display: block;
  margin: 0 20px 0 0;
}
.menu.is-visible
  .main-menu
  li.regional-distributor:before
  .regional-distributors-subsections {
  width: 100%;
  margin-right: 0;
}
.menu.is-visible .main-menu li.regional-distributor .menu-item-link {
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
}
.main-menu,
.main-menu li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-menu li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .main-menu li {
    height: 100%;
  }
  .main-menu li.menu-item.menu-button {
    background-color: #b50d4e;
  }
  .main-menu li.menu-item.menu-button > a {
    color: #fff;
  }
  .main-menu li.menu-item.menu-button > a:after {
    content: "\2794";
    display: block;
    color: #fff;
    padding-left: 10px;
  }
  .main-menu li.menu-item > a {
    height: 68px;
    top: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 1350px) {
  .main-menu li.menu-item > a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu li {
    margin-bottom: 15px;
  }
}
.main-menu li:hover {
  background-color: #0e1a35;
}
.main-menu li:hover a {
  color: #fff;
  width: 100%;
}
.main-menu li:last-child {
  margin-bottom: 0;
}
.main-menu li.current-menu-item a {
  border-bottom: 3px solid #0e1a35;
}
.main-menu li.current-menu-item:hover a {
  color: #fff;
}
.main-menu a {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .main-menu a {
    position: relative;
    display: inline-block;
    color: #0e1a35;
    text-decoration: none;
    font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
  }
}
.close-icon {
  display: inline-block;
  position: absolute;
  z-index: 120;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .close-icon {
    top: 20px;
    right: 20px;
  }
}
.close-icon:after,
.close-icon:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #fff;
}
.close-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  transition: opacity 0.25s ease-in-out, visibility 0s linear;
}
.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 240px;
  box-shadow: 0 0 16px 0 rgba(141, 123, 107, 0.17);
  background: #0e1a35;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease-in-out, visibility 0s linear 0.25s;
}
.sub-menu li {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
.sub-menu li a {
  font-size: 14px;
  color: #656565;
}
.sub-menu li:hover {
  background: #383c5a;
}
.sub-menu li:not(:first-child) {
  margin-top: -1px;
}
@media only screen and (max-width: 1199px) {
  .submenu-wrap .sub-menu {
    display: block;
    position: absolute;
    top: 25%;
    opacity: 1;
    background-color: #0e1a35;
    visibility: visible;
    box-shadow: none;
    width: 100%;
  }
  .submenu-wrap .sub-menu li {
    text-align: center;
    text-transform: uppercase;
  }
  .submenu-wrap .sub-menu li a {
    font-size: 20px;
    font-weight: 500;
    font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
}
.product-collections-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 4.5%;
  background-color: #0e1a35;
}
.product-collections-wrap .product-collection-column {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.product-collections-wrap .product-collections-type {
  width: 100%;
  height: 100%;
  padding: 0;
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collections-type
    .product-collections-type__box {
    min-height: 115px;
  }
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box
  img {
  display: none;
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box
  .product-collections-type__title {
  font-size: 14px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  color: #0e1a35;
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box.active {
  background-size: cover;
  overflow: hidden;
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box.active
  img {
  display: block;
  width: 100%;
}
.product-collections-wrap
  .product-collections-type
  .product-collections-type__box.active
  .product-collections-type__title {
  color: #fff;
  position: absolute;
}
.product-collections-wrap .product-collection-submenu {
  padding: 20px;
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
}
@media only screen and (min-width: 1400px) {
  .product-collections-wrap .product-collection-submenu {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
  }
}
.product-collections-wrap .product-collection-submenu .hidden {
  display: none;
}
.product-collections-wrap .product-collection-submenu .box-content {
  margin: 0;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection__header {
  text-align: left;
  padding-bottom: 10px;
  width: 100%;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection__header--title {
  color: #fff;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie {
  text-align: center;
  margin-right: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie {
    text-align: left;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps {
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps:first-child {
  border-top: none;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-steps {
    margin-bottom: 23px;
    background-color: inherit;
    border: none;
    padding: 0;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a {
  display: block;
  line-height: 1;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a
  .item-step,
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a
  .item-title {
  font-size: 20px;
  font-weight: 200;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  color: #9d9aa7;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-steps
    a
    .item-step,
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-steps
    a
    .item-title {
    font-size: 14px;
    color: #fff;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a
  .item-title {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-steps
    a
    .item-title {
    font-size: 14px;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a:hover
  .item-step,
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a:hover
  .item-title {
  color: #9996a3;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-steps
  a:hover
  .item-title
  > span {
  border-bottom: 1px solid #9996a3;
  font-weight: 700;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-purpose {
  background-color: #fff;
  border-top: 1px solid #0e1a35;
  border-bottom: 1px solid #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose {
    background-color: inherit;
    border: none;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-purpose
  a:first-child {
  padding-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose
    a:first-child {
    padding-top: 0;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-purpose
  a:last-child {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose
    a:last-child {
    padding-bottom: 0;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collection-taxonomie
  .product-collection-purpose
  a {
  display: block;
  font-size: 20px;
  padding: 10px 0;
  line-height: 20px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  color: #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose
    a {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    color: #fff;
  }
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose
    a:hover
    .item-title {
    color: #9996a3;
  }
  .product-collections-wrap
    .product-collection-submenu
    .product-collection-taxonomie
    .product-collection-purpose
    a:hover
    .item-title
    > span {
    border-bottom: 1px solid #9996a3;
    font-weight: 700;
  }
}
.product-collections-wrap .product-collection-submenu .product-collection-list {
  padding: 0;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections {
    text-align: left;
    background-color: inherit;
    border: none;
    padding: 0;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  .product-collections-subsections-header {
  font-size: 18px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  color: #9d9aa7;
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #0e1a35;
  border-bottom: 1px solid #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections
    .product-collections-subsections-header {
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.5);
    margin-bottom: 23px;
    line-height: 1;
    background-color: inherit;
    border: none;
    padding: 0;
    cursor: default;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  .product-collections-subsections-elements {
  background-color: #fff;
  border-top: 1px solid #0e1a35;
  border-bottom: 1px solid #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections
    .product-collections-subsections-elements {
    background-color: inherit;
    border: none;
    padding: 0;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a {
  text-decoration: none;
  color: #0e1a35;
  display: block;
  line-height: 1;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a:first-child {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections
    a:first-child {
    margin-top: 0;
    color: #fff;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a:last-child {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections
    a:last-child {
    margin-bottom: 20px;
  }
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a:hover
  .item-title {
  color: #9996a3;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a:hover
  .item-title
  > span {
  font-weight: 500;
}
.product-collections-wrap
  .product-collection-submenu
  .product-collections-subsections
  a
  .item-title {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap
    .product-collection-submenu
    .product-collections-subsections
    a
    .item-title {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
}
.product-collections-wrap .product-collection-submenu .subsection-title {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default;
  padding: 10px 0;
  background-color: #0e1a35;
}
.product-collections-wrap .product-collection-submenu .subsection-title > a {
  text-decoration: none;
}
.product-collections-wrap
  .product-collection-submenu
  .subsection-title
  > a
  > span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.product-collections-wrap
  .product-collection-submenu
  .subsection-title
  > a
  > span:hover {
  border-bottom: 1px solid #9996a3;
}
.product-collections-wrap
  .product-collection-submenu
  .subsection-title
  > a:hover {
  color: #9996a3;
}
@media only screen and (min-width: 1200px) {
  .product-collections-wrap .product-collection-submenu .subsection-title {
    font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    cursor: default;
    margin-bottom: 25px;
    padding: 0;
    background-color: inherit;
    position: inherit;
  }
  .product-collections-wrap .product-collection-submenu .subsection-title > a {
    text-decoration: none;
  }
  .product-collections-wrap
    .product-collection-submenu
    .subsection-title
    > a
    > span {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .product-collections-wrap
    .product-collection-submenu
    .subsection-title
    > a
    > span:hover {
    border-bottom: 1px solid #9996a3;
  }
  .product-collections-wrap
    .product-collection-submenu
    .subsection-title
    > a:hover {
    color: #9996a3;
  }
}
.menu-item:hover .product-collections-wrap {
  display: block;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  transition: opacity 0.25s ease-in-out, visibility 0s linear;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .menu-item:hover .product-collections-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    visibility: visible;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
    transition: opacity 0.25s ease-in-out, visibility 0s linear;
    opacity: 1;
    width: 93%;
  }
}
@media only screen and (min-width: 1440px) {
  .menu-item:hover .product-collections-wrap {
    width: 86%;
  }
}
@media only screen and (min-width: 1400px) {
  .menu-item:hover .product-collections-wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 1199px) {
  .submenu-wrap .product-collections-wrap {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    background-color: #0e1a35;
  }
  .submenu-wrap .product-collections-wrap .product-collections-type {
    padding: 0;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collections-type
    .product-collections-type__box {
    background-color: #0e1a35;
    background-image: none;
    background-size: 0;
    width: 45%;
    display: inline-block;
    padding: 15px 0;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collections-type
    .product-collections-type__box
    img {
    display: none;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collections-type
    .product-collections-type__box
    span {
    color: #fff;
    font-size: 18px;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collections-type
    .product-collections-type__box.active {
    background-color: #fff;
    border: 1px solid #fff;
    overflow: inherit;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collections-type
    .product-collections-type__box.active
    span {
    color: #0e1a35;
    position: relative;
  }
  .submenu-wrap .product-collections-wrap .product-collection-submenu {
    padding: 0;
  }
  .submenu-wrap
    .product-collections-wrap
    .product-collection-submenu
    .box-content {
    margin: 0;
  }
  .product-collection-submenu .box-content {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    display: block;
    width: 100%;
  }
  .product-collection-submenu .box-content.hidden {
    display: none !important;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
.regional-distributors-wrap {
  height: 100%;
  width: 100%;
}
.regional-distributors-wrap .subsection-title {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: auto;
  cursor: pointer;
  height: 100%;
  width: 100%;
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.regional-distributors-wrap .country-menu {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .country-menu {
    padding: 0 20px 20px;
  }
}
.regional-distributors-wrap .continent-label,
.regional-distributors-wrap .subsection-title,
.regional-distributors-wrap a {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
.regional-distributors-wrap .continent-label {
  color: #9d9aa7;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .regional-distributors-wrap .continent-label {
    font-size: 12px;
    color: #9d9aa7;
    padding-right: 20px;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .continent-label {
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .regional-distributors-wrap .continent-label {
    font-size: 14px;
  }
}
.regional-distributors-wrap .continent-label.narrow {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .continent-label.narrow {
    max-width: 55px;
  }
}
.regional-distributors-wrap .country-label {
  padding-bottom: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.regional-distributors-wrap .country-label a {
  color: #002c73;
  font-size: 20px;
}
.regional-distributors-wrap .country-label a.current_country_website {
  color: #686476 !important;
  font-family: Oswald;
  font-weight: 300;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .regional-distributors-wrap .country-label a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .regional-distributors-wrap .country-label a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .country-label a {
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .regional-distributors-wrap .country-label a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .regional-distributors-wrap .continent-label br,
  .regional-distributors-wrap .item-wrap br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .continent-label,
  .regional-distributors-wrap .item-wrap {
    margin-bottom: 5px;
    font-size: 0.9em;
  }
}
.regional-distributors-wrap a {
  color: #fff;
}
.regional-distributors-wrap a:hover {
  color: #383c5a;
}
.regional-distributors-wrap .regional-distributors-subsections {
  opacity: 0;
  position: absolute;
  background-color: #0e1a35;
  color: #fff;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .regional-distributors-wrap .regional-distributors-subsections {
    margin-right: -11%;
  }
}
.regional-distributors-wrap .regional-distributors-subsections .row {
  margin-left: -5px;
  margin-right: -5px;
}
.regional-distributors-wrap .regional-distributors-subsections .col {
  padding: 0 5px;
}
.regional-distributors-wrap .reginal-distributors-global,
.regional-distributors-wrap .reginal-distributors-header {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #948fa4;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .reginal-distributors-global,
  .regional-distributors-wrap .reginal-distributors-header {
    background-color: inherit;
    border: none;
    font-size: 16px;
  }
}
.regional-distributors-wrap .reginal-distributors-global a,
.regional-distributors-wrap .reginal-distributors-header a {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .reginal-distributors-global a,
  .regional-distributors-wrap .reginal-distributors-header a {
    color: #fff;
  }
}
.regional-distributors-wrap .reginal-distributors-header {
  padding: 10px 0;
  color: #9d9aa7;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .reginal-distributors-header {
    padding-top: 10px;
    color: #fff;
  }
}
.regional-distributors-wrap .reginal-distributors-global {
  padding: 10px 0;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .reginal-distributors-global {
    padding: 14px 0 10px;
  }
}
.regional-distributors-wrap
  .reginal-distributors-global
  a.current_country_website {
  color: #686476 !important;
  font-family: Oswald;
  font-weight: 300;
  text-decoration: underline;
}
.regional-distributors-wrap .countries-label {
  background-color: #fff;
  border-top: 1px solid #948fa4;
  border-bottom: 1px solid #948fa4;
  padding: 0;
  color: #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .countries-label {
    background-color: inherit;
    border: none;
    padding: 0 15px;
    color: #fff;
  }
}
.regional-distributors-wrap .country-label {
  padding: 10px 0;
  color: #0e1a35;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .country-label {
    color: #fff;
    padding: 0 0 5px;
    line-height: 1;
  }
}
.regional-distributors-wrap .country-label a {
  color: #0e1a35 !important;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .country-label a {
    color: #fff !important;
  }
}
.regional-distributors-wrap .continent-label {
  background-color: #fff;
  border-top: 1px solid #948fa4;
  border-bottom: 1px solid #948fa4;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .regional-distributors-wrap .continent-label {
    background-color: inherit;
    border: none;
    padding: 0;
    text-align: right;
  }
}
.menu__language:hover .regional-distributors-wrap > .subsection-title {
  background-color: #0e1a35;
  color: #fff;
}
.menu__language:hover .regional-distributors-wrap > .subsection-title:before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/header_map.svg);
  mask: url(../img/header_map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 40%;
  left: 2%;
  width: 55px;
  height: 25px;
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 1500px) {
  .menu__language:hover .regional-distributors-wrap > .subsection-title:before {
    left: 15%;
  }
}
.menu__language:hover .regional-distributors-wrap > .subsection-title:after {
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  top: 40%;
}
.menu__language:hover .regional-distributors-subsections {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease-in-out, visibility 0s linear;
  transition: opacity 0.25s ease-in-out, visibility 0s linear;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .submenu-wrap .regional-distributors-subsections {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    opacity: 1;
    background-color: #0e1a35;
    width: 100%;
    margin-right: 0;
  }
}
.submenu-wrap {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: #0e1a35;
  overflow: scroll;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
.main-menu li.has-submenu-visible .submenu-wrap {
  right: 0;
}
.submenu-wrap .submenu-wrap-scrolling {
  padding: 0;
}
.submenu-wrap .submenu-wrap-inner {
  width: 100%;
  margin: 0 auto;
}
.submenu-wrap .menu-submenu-title {
  margin: 5px 0 50px;
}
.submenu-wrap .menu-level-up {
  position: relative;
  top: 15px;
  text-align: center;
  padding-left: 25px;
  padding-right: 35px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 25px;
  color: #383c5a;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
  text-transform: uppercase;
}
.submenu-wrap .menu-level-up .arrow-wrap {
  left: 0;
}
.news-wrap {
  background-color: #edf0f8;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news-wrap {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .news-wrap.16to9_resolution {
    height: 56.25vw;
  }
}
.news-wrap .grid-item:after {
  display: none;
  position: absolute;
  top: 30px;
  left: 15px;
  content: attr(data-type);
}
@media only screen and (max-width: 767px) {
  .news-wrap .grid-item:after {
    left: 35px;
  }
}
.news-wrap .grid-item.wide {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .news-wrap .grid-item.wide {
    width: 100%;
  }
}
.news-wrap .grid-item.facts:after {
  display: block;
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.news-wrap .grid-item.events:after {
  display: block;
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.news-wrap .grid-item.news:after {
  display: block;
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .news-wrap .grid-item.header {
    height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .news-wrap.16to9_resolution .grid-item {
    height: 50%;
  }
}
.news-wrap .puzzles-post {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .news-wrap .section-header-wrap {
    height: auto;
  }
}
.news-wrap .section-header {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .news-wrap .section-header {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-wrap .section-header {
    padding: 0 34px;
  }
}
@media only screen and (max-width: 991px) {
  .news-wrap .section-header {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .news-wrap .section-header {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1680px) {
  .news-wrap .section-header {
    padding: 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrap .section-header .section-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news-wrap .section-header .section-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .news-wrap .section-header-wrap .section-header {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }
}
.event-link {
  height: 100%;
}
.event-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.event-link:hover .slide-card {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide-card {
  width: 100%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.slide-card .card-head {
  height: 17.5rem;
  background-size: cover;
  background-position: 50%;
}
.slide-card .card-head .card-badge {
  top: 0.9375rem;
  right: 0;
  padding: 0.5rem 1rem;
  background: #de3f7d;
  color: #fff;
}
.slide-card .card-head .card-badge.facts {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.slide-card .card-head .card-badge.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.slide-card .card-head .card-badge.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.slide-card .card-label {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
}
.slide-card .card-label,
.slide-card .card-label * {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 0.75rem;
}
.slide-card .card-label .btn {
  border-radius: 3.125rem;
}
.slide-card .card-label .btn.facts {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.slide-card .card-label .btn.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.slide-card .card-label .btn.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.slide-card .card-body {
  padding: 1.5rem;
}
.slide-card .card-body .card-body-header {
  margin-top: 0.75rem;
  margin-bottom: 0.3125rem;
  color: #322d50;
  font-weight: 500;
  line-height: 1;
}
.slide-card .card-body time {
  color: #322d50;
  font-size: 0.75rem;
}
sub,
sup {
  font-size: 65%;
}
sup {
  top: 0.5em;
}
.product-symbol {
  display: inline-block;
  margin-right: 0.16em;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 100;
  color: #002c73;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-symbol .product-symbol-first {
  letter-spacing: 0;
}
.product-symbol .product-symbol-number {
  letter-spacing: -0.01em;
  font-size: 60%;
  top: 0.5em;
}
.product-symbol .product-symbol-second {
  letter-spacing: -0.11em;
}
.product-link .product-wrap {
  display: inline-block;
  width: 280px;
  height: 440px;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: top;
}
.product-link .product-wrap .product-info {
  padding: 10px;
  text-align: left;
  position: relative;
  height: auto;
  min-height: 125px;
}
.product-link .product-wrap .product-info .section-header {
  padding: 0;
  text-align: left;
}
.product-link .product-wrap .product-info .section-header + p {
  padding: 0;
}
.product-link .product-wrap .product-info .section-header .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.product-link .product-wrap .product-info .product-name,
.product-link .product-wrap .product-info .product-symbol {
  font-size: 1.25rem;
}
.product-link .product-wrap .product-info .product-name {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-link .product-wrap .product-info .product-capacities {
  margin: 10px 0;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #002c73;
}
.product-link .product-wrap .product-info .product-description {
  font-size: 0.75rem;
  color: #002c73;
  font-weight: 300;
}
.product-link .product-wrap .product-info .product-buy-url {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.product-link .product-wrap .image {
  width: 280px;
  height: 280px;
  background: rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.products-related-wrap {
  text-align: center;
  background: #f3f3f3;
}
.products-related-wrap .products-related-load-more-wrap {
  text-align: center;
  padding-top: 2em;
}
.products-related-wrap .products-related-loader {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
}
.products-related-wrap .products-related-loader.open {
  height: 130px;
}
.products-related-wrap .products-related-loader .bar-loader {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-wrap {
  text-align: center;
  background: #eef0f7;
}
.products-wrap .sticky-wrapper {
  box-shadow: none;
  background-color: #fff;
}
.products-wrap .filters-container {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .products-wrap .filters-container {
    padding: 20px 0;
  }
}
.products-wrap .filters-container .products-list-header-sticky {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .products-wrap .filters-container .products-list-header-sticky {
    height: 0%;
  }
}
.products-wrap
  .filters-container
  .products-list-header-sticky
  .filters-container-sticky {
  font-size: 45px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  width: 100%;
  float: left;
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .products-wrap
    .filters-container
    .products-list-header-sticky
    .filters-container-sticky {
    font-size: 30px;
    top: 50%;
    left: 10%;
  }
}
@media only screen and (min-width: 1400px) {
  .products-wrap
    .filters-container
    .products-list-header-sticky
    .filters-container-sticky {
    font-size: 26px;
    left: 12%;
  }
}
.products-wrap .filters-container.stuck {
  pointer-events: auto;
  position: fixed;
  background-color: #fff;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 10px;
  height: 90px;
  top: 0;
  width: 100%;
  z-index: 95;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}
.products-wrap .filters-container.stuck .filters-wrap {
  margin-left: inherit;
}
@media only screen and (min-width: 768px) {
  .products-wrap .filters-container.stuck .filters-wrap {
    margin-left: 270px;
  }
}
.products-wrap .filters-container.stuck .filters-container-sticky {
  display: block;
}
.products-wrap .filters-mobile-label {
  text-transform: uppercase;
  font-size: 20px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
  background-color: #002c73;
  padding: 10px 0;
}
.products-wrap .filters-mobile-label .filter-mobile-label__arrow--right {
  float: right;
  margin-right: 7%;
  font-size: 35px;
  margin-top: -3%;
}
.products-wrap .filters-mobile-label .filter-mobile-label__arrow--left {
  float: left;
  margin-left: 7%;
  font-size: 35px;
  margin-top: -3%;
}
.products-wrap .products-container {
  margin-top: 20px;
  background: #eef0f7;
}
.products-wrap .products-container .products-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-wrap .empty-message {
  display: none;
}
.products-wrap .empty-message--show {
  display: block;
  padding: 50px 0;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  color: #002c73;
  font-size: 20px;
}
.products-wrap .products-load-more-wrap {
  text-align: center;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-wrap .products-loader {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
}
.products-wrap .products-loader.open {
  height: 130px;
}
.products-wrap .products-loader .bar-loader {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-list-filters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .products-list-filters {
    display: block;
    position: relative;
  }
}
.products-list-filters .searchBox-form {
  margin-left: 20px;
}
.filter-buttons-productslist-mobile {
  position: absolute;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 30%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .filter-buttons-productslist-mobile {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: inherit;
    position: inherit;
    width: inherit;
    display: inline-block;
  }
}
.clear-button {
  font-size: 16px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #002c73;
  font-weight: 500;
  border-bottom: 1px solid #002c73;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) {
  .clear-button {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 30px;
    left: inherit;
    border: 1px solid #002c73;
    padding: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .clear-button:hover {
    background-color: #0e1a35;
    color: #fff;
  }
}
.show-products-list-filters {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  display: block;
  z-index: 800;
  overflow: hidden;
  width: 100%;
}
.show-products-list-filters .filters-container-title {
  font-size: 45px;
  text-transform: uppercase;
}
.show-products-list-filters .form-select-wrap {
  min-width: 300px;
  margin-top: 25px;
}
.show-products-list-filters .form-select-wrap .form-control {
  font-size: 16px;
  min-width: 300px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.show-products-list-filters .searchBox-form {
  display: block;
  width: 300px;
  margin: 25px auto 0;
}
.show-products-list-filters .searchBox-form .form-control {
  font-size: 16px;
  width: 300px;
  border-left: none;
  border-right: none;
  border-top: none;
}
.show-products-list-filters .searchBox-form input::-webkit-input-placeholder {
  font-size: 16px;
}
.show-products-list-filters .searchBox-form input::-moz-placeholder {
  font-size: 16px;
}
.show-products-list-filters .searchBox-form input:-ms-input-placeholder {
  font-size: 16px;
}
.show-products-list-filters .searchBox-form input::-ms-input-placeholder {
  font-size: 16px;
}
.show-products-list-filters .searchBox-form input::placeholder {
  font-size: 16px;
}
.show-products-list-filters .searchBox-form button {
  right: -10px;
}
.single-article-gallery-wrap .grid-item {
  height: 20.3125rem;
}
.single-article-gallery-wrap .grid-item .puzzles-post {
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.single-article-gallery-wrap .grid-item .puzzles-post:hover .post-background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.single-article-gallery-wrap .grid-item .puzzles-post .post-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.puzzles-post {
  display: block;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.puzzles-post,
.puzzles-post:focus,
.puzzles-post:hover {
  text-decoration: none;
}
.puzzles-post .post-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: opacity 0.15s ease-in-out,
    -webkit-transform 0.15s ease-out;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-in-out;
  transition: transform 0.15s ease-out, opacity 0.15s ease-in-out,
    -webkit-transform 0.15s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.puzzles-post:hover .post-background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.grid-item.tall .puzzles-post:hover .post-background {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.grid-item.wide .puzzles-post:hover .post-background {
  transition-time: 0.3s;
}
.puzzles-post:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.puzzles-post .post-content-wrap {
  line-height: 1.57;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.puzzles-post .post-date,
.puzzles-post .post-header {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.puzzles-post.protip {
  text-align: center;
  background: #f3f3f3;
}
.puzzles-post.protip .post-header {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: #002c73;
}
.puzzles-post.protip:hover .post-header {
  color: #757c8a;
}
.puzzles-post.protip .post-content-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #002c73;
}
.puzzles-post.protip .post-content-wrap .post-content {
  max-width: 165px;
  margin: 0 auto;
}
.puzzles-post.protip .post-background {
  opacity: 0.3;
}
.puzzles-post.news {
  background: #002c73;
}
.puzzles-post.news .post-content-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .puzzles-post.news .post-content-wrap {
    padding-bottom: 30px;
  }
}
.puzzles-post.news:hover .post-content-wrap {
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
}
.puzzles-post.news .post-background {
  opacity: 1;
}
.puzzles-post.news:hover .post-background {
  opacity: 0.4;
}
.puzzles-post.news .post-date {
  margin-bottom: 7px;
}
.puzzles-post.news .post-title {
  font-size: 20px;
  line-height: 1.15;
}
.puzzles-post.video .post-background {
  opacity: 0.55;
}
.puzzles-post.video:after,
.puzzles-post.video:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transition: none;
  transition: none;
  background: none;
  opacity: 0.8;
}
.puzzles-post.video:hover:after,
.puzzles-post.video:hover:before {
  opacity: 1;
}
.puzzles-post.video:before {
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 14px 0 14px 20px;
  margin: -14px 0 0 -7px;
}
.puzzles-post.video:after {
  content: "";
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.95;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
}
.puzzles-post.video .post-title {
  max-height: 48px;
  overflow: hidden;
}
.left-right-container-wrap .left-right-container > * {
  padding: 0;
}
.scroll-top {
  background-color: #002c73;
  max-width: 50px;
  width: 100%;
  max-height: 50px;
  height: 100%;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.scroll-top--show {
  opacity: 1;
  cursor: pointer;
}
.scroll-top__up {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.scroll-top__up img {
  top: 50%;
  height: 35px;
  max-width: 25px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
}
.scroll-top__up:active,
.scroll-top__up:focus,
.scroll-top__up:hover {
  text-decoration: none;
}
.searchBox-form {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 30px;
}
.searchBox-form .form-group {
  margin-bottom: 0;
}
.searchBox-form input {
  border: none;
  border-bottom: 1px solid #002c73;
  width: auto;
  min-width: 200px;
  height: 30px;
}
.searchBox-form input::-webkit-input-placeholder {
  color: #002c73;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 1px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.searchBox-form input::-moz-placeholder {
  color: #002c73;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 1px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.searchBox-form input:-ms-input-placeholder {
  color: #002c73;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 1px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.searchBox-form input::-ms-input-placeholder {
  color: #002c73;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 1px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.searchBox-form input::placeholder {
  color: #002c73;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-indent: 1px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.searchBox-form button {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.social-icons-wrap {
  cursor: default;
}
.social-icons-wrap a {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 30px;
  line-height: 1;
}
.social-icons-wrap a .icon {
  font-size: 24px;
}
.text-with-image-background {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .text-with-image-background {
    padding: 60px 20px;
  }
}
.text-with-image-background.background-grey {
  background-color: #f3f3f3;
}
.text-with-image-background.background-white,
.text-with-image-background .row.no-image {
  background-color: #fff;
}
.text-with-image-background .article-header {
  padding-top: 1em;
  text-align: left;
}
.text-with-image-background .article-header .article-header-date {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 16px;
}
.text-with-image-background .article-header .article-header-label {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
  margin-bottom: 2em;
  margin-left: 1em;
}
.text-with-image-background .article-header .article-header-label.protip {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.text-with-image-background .article-header .article-header-label.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.text-with-image-background .article-header .article-header-label.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.text-with-image-background .article-header .article-header-title {
  text-transform: uppercase;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .text-with-image-background .article-header .article-header-title {
    font-size: 50px;
  }
}
.text-with-image-background .article-header .article-header-subtitle {
  text-transform: uppercase;
  font-size: 16px;
}
.text-with-image-background .content-wrap {
  background-color: #fff;
  position: relative;
  display: table;
  height: auto;
  padding-top: 30px;
}
.text-with-image-background .content-wrap.no-image {
  height: auto;
}
@media only screen and (min-width: 480px) {
  .text-with-image-background .content-wrap {
    padding: 30px 29px;
  }
}
@media only screen and (min-width: 768px) {
  .text-with-image-background .content-wrap {
    padding: 20px 29px;
    height: 530px;
  }
}
@media only screen and (min-width: 992px) {
  .text-with-image-background .content-wrap {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-with-image-background .content-wrap {
    padding: 20px 100px;
  }
}
.text-with-image-background .content-wrap.half-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-image-background .content-wrap.half-white:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
}
@media only screen and (min-width: 480px) {
  .text-with-image-background .content-wrap.half-white:after {
    width: 66%;
  }
}
.text-with-image-background .content-wrap.half-white.left:after {
  left: 0;
  right: auto;
}
.text-with-image-background .content-wrap.no-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-image-background .content-wrap.no-white:after {
  background-color: rgba(0, 0, 0, 0);
}
.text-with-image-background .content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .text-with-image-background .content {
    text-align: left;
  }
}
.text-with-image-background .content p {
  font-weight: 300;
}
.text-with-image-background .image-wrap {
  padding: 0;
}
.text-with-image-background .image-wrap > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .text-with-image-background .image-wrap > .image div {
    max-height: 300px;
  }
}
.text-with-image-background .image-wrap.no-image {
  background-color: #fff;
}
.text-with-image-background .image-wrap .section-text {
  max-width: 440px;
  margin: 28px 0;
  padding: 0 29px;
  font-weight: 300;
}
.text-with-image {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .text-with-image {
    padding: 60px 20px;
  }
}
.text-with-image .row.no-image {
  background-color: #fff;
}
.text-with-image .article-header {
  padding-top: 1em;
  text-align: left;
}
.text-with-image .article-header .article-header-date {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 16px;
}
.text-with-image .article-header .article-header-label {
  margin-bottom: 2em;
  margin-left: 1em;
}
.text-with-image .article-header .article-header-label,
.text-with-image .article-header .article-header-label.protip {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.text-with-image .article-header .article-header-label.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.text-with-image .article-header .article-header-label.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.text-with-image .article-header .article-header-title {
  text-transform: uppercase;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .text-with-image .article-header .article-header-title {
    font-size: 50px;
  }
}
.text-with-image .article-header .article-header-subtitle {
  text-transform: uppercase;
  font-size: 16px;
}
.text-with-image .content-wrap.no-image {
  height: auto;
}
.text-with-image .image-wrap.no-image {
  background-color: #fff;
}
.text-with-image .image-wrap .section-text {
  max-width: 440px;
  margin: 28px 0;
  padding: 0 29px;
}
.text-with-image {
  background-color: #f3f3f3;
  padding: 60px 20px;
}
.text-with-image .content-wrap {
  background-color: #fff;
  position: relative;
  display: table;
  height: auto;
  padding-top: 30px;
}
@media only screen and (min-width: 480px) {
  .text-with-image .content-wrap {
    padding: 30px 29px;
  }
}
@media only screen and (min-width: 768px) {
  .text-with-image .content-wrap {
    padding: 20px 29px;
    height: 530px;
  }
}
@media only screen and (min-width: 992px) {
  .text-with-image .content-wrap {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-with-image .content-wrap {
    padding: 20px 100px;
  }
}
.text-with-image .content-wrap.half-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-image .content-wrap.half-white:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
}
@media only screen and (min-width: 480px) {
  .text-with-image .content-wrap.half-white:after {
    width: 66%;
  }
}
.text-with-image .content-wrap.half-white.left:after {
  left: 0;
  right: auto;
}
.text-with-image .content-wrap.no-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-image .content-wrap.no-white:after {
  background-color: rgba(0, 0, 0, 0);
}
.text-with-image .content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .text-with-image .content {
    text-align: left;
  }
}
.text-with-image .content .section-text {
  font-weight: 300;
}
.text-with-image .image-wrap {
  padding: 0;
}
.text-with-image .image-wrap > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .text-with-image .image-wrap > .image div {
    max-height: 300px;
  }
}
.text-with-video {
  background-color: #f3f3f3;
  position: relative;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .text-with-video {
    padding: 60px 20px;
  }
}
.text-with-video .row.no-image {
  background-color: #fff;
}
.text-with-video .article-header {
  padding-top: 1em;
  text-align: left;
}
.text-with-video .article-header .article-header-date {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 16px;
}
.text-with-video .article-header .article-header-label {
  margin-bottom: 2em;
  margin-left: 1em;
}
.text-with-video .article-header .article-header-label,
.text-with-video .article-header .article-header-label.protip {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.text-with-video .article-header .article-header-label.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.text-with-video .article-header .article-header-label.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.text-with-video .article-header .article-header-title {
  text-transform: uppercase;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .text-with-video .article-header .article-header-title {
    font-size: 50px;
  }
}
.text-with-video .article-header .article-header-subtitle {
  text-transform: uppercase;
  font-size: 16px;
}
.text-with-video .content-wrap {
  background-color: #fff;
  position: relative;
  display: table;
  height: auto;
  padding-top: 30px;
}
.text-with-video .content-wrap.no-image {
  height: auto;
}
@media only screen and (min-width: 480px) {
  .text-with-video .content-wrap {
    padding: 30px 29px;
  }
}
@media only screen and (min-width: 768px) {
  .text-with-video .content-wrap {
    padding: 20px 29px;
    height: 530px;
  }
}
@media only screen and (min-width: 992px) {
  .text-with-video .content-wrap {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-with-video .content-wrap {
    padding: 20px 100px;
  }
}
.text-with-video .content-wrap.half-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-video .content-wrap.half-white:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
}
@media only screen and (min-width: 480px) {
  .text-with-video .content-wrap.half-white:after {
    width: 66%;
  }
}
.text-with-video .content-wrap.half-white.left:after {
  left: 0;
  right: auto;
}
.text-with-video .content-wrap.no-white {
  background-color: rgba(0, 0, 0, 0) !important;
}
.text-with-video .content-wrap.no-white:after {
  background-color: rgba(0, 0, 0, 0);
}
.text-with-video .content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .text-with-video .content {
    text-align: left;
  }
}
.text-with-video .image-wrap {
  padding: 0;
}
.text-with-video .image-wrap > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .text-with-video .image-wrap > .image div {
    max-height: 300px;
  }
}
.text-with-video .image-wrap.no-image {
  background-color: #fff;
}
.text-with-video .image-wrap .section-text {
  max-width: 440px;
  margin: 28px 0;
  padding: 0 29px;
}
.text-with-video .image-wrap .video-button-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.text-with-video .image-wrap .video-button-play .video-player-play {
  cursor: pointer;
  padding: 40px 0 40px 100px;
  position: relative;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-with-video .image-wrap .video-button-play .video-player-play:after,
.text-with-video .image-wrap .video-button-play .video-player-play:before {
  content: "";
  position: absolute;
}
.text-with-video .image-wrap .video-button-play .video-player-play:before {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.text-with-video .image-wrap .video-button-play .video-player-play:after {
  top: 25px;
  left: 32px;
  border-color: rgba(0, 0, 0, 0) #002c73;
  border-style: solid none solid solid;
  border-width: 25px 43px;
}
.text-with-video .image-wrap .video-button-play .video-player-play:after,
.text-with-video .image-wrap .video-button-play .video-player-play:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@media only screen and (min-width: 768px) {
  .text-with-video .image-wrap .video-button-play .video-player-play:after,
  .text-with-video .image-wrap .video-button-play .video-player-play:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.text-with-video .image-wrap .video-button-play .video-player-play .btn-link {
  color: #fff;
  line-height: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .text-with-video .image-wrap .video-button-play .video-player-play .btn-link {
    display: block;
  }
}
.text-with-video .image-wrap .video-player-text {
  text-align: center;
}
.text-with-video .image-wrap .video-button-play__socialshare {
  padding-top: 10px;
  text-align: center;
}
.text-with-video .image-wrap .video-button-play__socialshare a {
  padding: 0 15px;
}
.text-with-video .image-wrap .video-button-play__socialshare a > .icon {
  color: #fff;
  font-size: 27px;
}
.text-with-video .image-wrap .video-button-play__socialshare a:hover {
  text-decoration: none;
}
.text-with-video .image-wrap .btn-link {
  color: #fff;
}
.text-component {
  background-color: #f3f3f3;
  padding: 60px 30px;
}
.text-component .row.no-image {
  background-color: #fff;
}
.text-component .content-wrap {
  background-color: #fff;
  position: relative;
  display: table;
  height: auto;
  padding-top: 30px;
}
.text-component .content-wrap.no-image {
  height: auto;
}
@media only screen and (min-width: 480px) {
  .text-component .content-wrap {
    padding: 30px 29px;
  }
}
@media only screen and (min-width: 768px) {
  .text-component .content-wrap {
    padding: 20px 29px;
    height: 530px;
  }
}
@media only screen and (min-width: 992px) {
  .text-component .content-wrap {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-component .content-wrap {
    padding: 20px 100px;
  }
}
.text-component .content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .text-component .content {
    text-align: left;
  }
}
.text-component .content .section-text {
  font-weight: 300;
}
.text-component .image-wrap {
  padding: 0;
}
.text-component .image-wrap > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .text-component .image-wrap > .image div {
    max-height: 300px;
  }
}
.text-component .image-wrap.no-image {
  background-color: #fff;
}
.text-component .image-wrap .section-text {
  max-width: 440px;
  margin: 28px 0;
  padding: 0 29px;
}
.pro-tips {
  padding: 40px 0 0;
  background: #fff;
}
.pro-tips .row > * {
  padding-bottom: 20px;
}
.pro-tips .pro-tips-man {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: auto;
  background-position: top;
  background-size: auto 300px;
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-tips .pro-tips-man {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .pro-tips {
    padding: 40px 0;
  }
  .pro-tips .row {
    position: relative;
  }
  .pro-tips .row > * {
    padding-bottom: 0;
  }
  .pro-tips p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .pro-tips .pro-tips-man {
    background-position: center -40px;
  }
}
.top-wrap {
  pointer-events: auto;
  width: 100%;
  position: absolute;
  z-index: 95;
  background-color: rgb(32, 41, 69);
}
.top-wrap.light .logo-wrap .logo-country .country-name,
.top-wrap.light .menu-item > a {
  color: #fff;
}
.top-wrap.light .regional-distributors-wrap .subsection-title {
  color: #fff;
  position: relative;
}
.top-wrap.light .regional-distributors-wrap .subsection-title:before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/header_map.svg);
  mask: url(../img/header_map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 40%;
  left: 0;
  width: 45px;
  height: 20px;
  background-color: #fff;
  display: block;
}
.top-wrap.light .regional-distributors-wrap .subsection-title:after {
  position: absolute;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  width: 11px;
  height: 11px;
}
.top-wrap.dark .logo-wrap .logo-country .country-name {
  color: #002c73;
}
.top-wrap.dark .menu-item > a {
  color: #0e1a35;
}
.top-wrap.dark .menu-item:hover a {
  color: #fff;
}
.top-wrap.dark .regional-distributors-wrap .subsection-title {
  color: #0e1a35;
  position: relative;
}
.top-wrap.dark .regional-distributors-wrap .subsection-title:before {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/header_map.svg);
  mask: url(../img/header_map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 40%;
  left: 0;
  width: 45px;
  height: 20px;
  background-color: #0e1a35;
  display: block;
}
.top-wrap.dark .regional-distributors-wrap .subsection-title:after {
  position: absolute;
  border: 3px solid #0e1a35;
  border-top: none;
  border-left: none;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  width: 11px;
  height: 11px;
}
.top-wrap.dark .regional-distributors-wrap:hover .subsection-title {
  color: #fff;
}
.top-wrap.dark .regional-distributors-wrap:hover .subsection-title:before {
  background-color: #fff;
}
.top-wrap.dark .regional-distributors-wrap:hover .subsection-title:after {
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
}
.top-wrap.dark .menu.is-visible a,
.top-wrap.light .menu.is-visible a {
  color: #fff;
}
.top-wrap.dark .menu.is-visible .product-collection-purpose .item-title,
.top-wrap.dark
  .menu.is-visible
  .product-collections-subsections-elements
  .item-title,
.top-wrap.light .menu.is-visible .product-collection-purpose .item-title,
.top-wrap.light
  .menu.is-visible
  .product-collections-subsections-elements
  .item-title {
  color: #0e1a35;
}
.top-wrap.dark .menu.is-visible .regional-distributor a,
.top-wrap.light .menu.is-visible .regional-distributor a {
  width: auto;
}
.top-wrap.dark .menu.is-visible .main-menu li.current-menu-item a,
.top-wrap.light .menu.is-visible .main-menu li.current-menu-item a {
  border-bottom: none;
}
.top-wrap.dark.stuck .menu-item:hover a,
.top-wrap.light.stuck .menu-item:hover a {
  color: #fff;
}
.top-wrap.dark.stuck .regional-distributors-wrap .subsection-title,
.top-wrap.light.stuck .regional-distributors-wrap .subsection-title {
  color: #0e1a35;
}
.top-wrap.dark.stuck .regional-distributors-wrap .subsection-title:before,
.top-wrap.light.stuck .regional-distributors-wrap .subsection-title:before {
  -webkit-mask: url(../img/header_map.svg);
  mask: url(../img/header_map.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  top: 40%;
  left: 0;
  width: 45px;
  height: 20px;
  background-color: #0e1a35;
  display: block;
}
.top-wrap.dark.stuck .regional-distributors-wrap .subsection-title:after,
.top-wrap.light.stuck .regional-distributors-wrap .subsection-title:after {
  position: absolute;
  border: 3px solid #0e1a35;
  border-top: none;
  border-left: none;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 20px;
  width: 11px;
  height: 11px;
}
.top-wrap.dark.stuck .regional-distributors-wrap:hover .subsection-title,
.top-wrap.light.stuck .regional-distributors-wrap:hover .subsection-title {
  color: #fff;
}
.top-wrap.dark.stuck .regional-distributors-wrap:hover .subsection-title:before,
.top-wrap.light.stuck
  .regional-distributors-wrap:hover
  .subsection-title:before {
  background-color: #fff;
}
.top-wrap.dark.stuck .regional-distributors-wrap:hover .subsection-title:after,
.top-wrap.light.stuck
  .regional-distributors-wrap:hover
  .subsection-title:after {
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
}
.top-wrap .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-wrap .stickylogo-wrap {
  display: none;
}
.top-wrap .top-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-wrap .menu-content__center {
  height: 100%;
}
.top-wrap.stuck {
  pointer-events: auto;
  position: fixed;
  background-color: #002c73;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
  padding-top: 0;
}
.top-wrap.stuck .logo-wrap {
  display: none;
}
.top-wrap.stuck .menu-item > a {
  color: #0e1a35;
}
.top-wrap.stuck .stickylogo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-wrap .brand-logo {
  pointer-events: auto;
  -webkit-transition: height 0.55s ease-in-out;
  transition: height 0.55s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .top-wrap .brand-logo {
    height: 50px;
  }
}
.top-wrap.stuck .brand-logo {
  height: 50px;
  position: relative;
}
.top-wrap .top-hamburger {
  pointer-events: auto;
  display: inline-block;
  position: absolute;
  z-index: 99;
  width: 60px;
  padding: 15px;
  cursor: pointer;
  float: right;
  line-height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(10%, -50%);
  -ms-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
}
@media only screen and (min-width: 1200px) {
  .top-wrap .top-hamburger {
    display: none;
  }
}
.top-wrap .top-hamburger .bar {
  display: inline-block;
  background: #fff;
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
}
.top-wrap .top-hamburger .bar:nth-child(2) {
  width: 30px;
}
.top-wrap.dark .top-hamburger .bar,
.top-wrap.stuck .top-hamburger .bar {
  background: #0e1a35;
}
.top-wrap .lang-switch {
  pointer-events: auto;
  display: inline-block;
  position: relative;
  z-index: 99;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
.sticky-wrapper {
  height: 0% !important;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
}
.video-player {
  display: block;
  margin-bottom: -6px;
  background-color: #fff;
  width: 100%;
  height: 56.25vw;
  position: relative;
}
.video-player.video-player-playing #video_player {
  opacity: 1;
}
.video-player #video_player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.001;
}
.video-player #video_placeholder {
  overflow: hidden;
  cursor: pointer;
}
.video-player #video_placeholder,
.video-player #video_placeholder .video-player-placeholder {
  width: 100%;
  height: 100%;
}
.video-player #video_placeholder .video-player-placeholder {
  background: no-repeat 50% / cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.video-player #video_placeholder .video-player-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-player #video_placeholder .video-player-play {
  padding: 40px 0 40px 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-player #video_placeholder .video-player-play:after,
.video-player #video_placeholder .video-player-play:before {
  content: "";
  position: absolute;
}
.video-player #video_placeholder .video-player-play:before {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.video-player #video_placeholder .video-player-play:after {
  top: 25px;
  left: 32px;
  border-color: rgba(0, 0, 0, 0) #fff;
  border-style: solid none solid solid;
  border-width: 25px 43px;
}
.video-player #video_placeholder .video-player-play:after,
.video-player #video_placeholder .video-player-play:before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
@media only screen and (min-width: 768px) {
  .video-player #video_placeholder .video-player-play:after,
  .video-player #video_placeholder .video-player-play:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.video-player #video_placeholder .video-player-play .btn-link {
  color: #fff;
  line-height: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .video-player #video_placeholder .video-player-play .btn-link {
    display: block;
  }
}
.about-gyeon-contact {
  background-color: #f3f3f3;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .about-gyeon-contact {
    padding: 58px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about-gyeon-contact {
    padding: 58px 0;
  }
}
.about-gyeon-contact .container {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-gyeon-contact .container {
    width: 100%;
  }
}
.about-gyeon-contact .about-gyeon-content-wrap {
  position: relative;
  background-color: #f3f3f3;
  height: 324px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .about-gyeon-contact .about-gyeon-content-wrap {
    padding: 0 20px 0 34px;
    height: 324px;
    height: 530px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-gyeon-contact .about-gyeon-content-wrap {
    padding: 0 70px 0 100px;
  }
}
.about-gyeon-contact .about-gyeon-content-wrap:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 9;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-gyeon-contact .about-gyeon-content-wrap:after {
    display: block;
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-gyeon-contact .about-gyeon-content-wrap:after {
    width: calc(100% - 205px);
  }
}
.about-gyeon-contact .about-gyeon-content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 38px 20px 48px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .about-gyeon-contact .about-gyeon-content {
    padding-top: 74px;
    padding-bottom: 18px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
  }
}
.about-gyeon-contact .section-title br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .about-gyeon-contact .section-title br {
    display: block;
  }
}
.about-gyeon-contact .about-gyeon-image-wrap {
  height: 324px;
}
@media only screen and (min-width: 768px) {
  .about-gyeon-contact .about-gyeon-image-wrap {
    height: 324px;
  }
}
@media only screen and (min-width: 992px) {
  .about-gyeon-contact .about-gyeon-image-wrap {
    height: 530px;
  }
}
.about-gyeon-contact .about-gyeon-image {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.contact-header {
  padding: 5% 0 20px;
  background-color: #f3f3f3;
  position: relative;
}
.contact-header .contact-info-content {
  text-align: center;
}
.contact-header .contact-info-content .contact-info-content-title {
  color: #002c73;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 20px;
  line-height: 1;
}
.contact-header .contact-info-content .contact-info-content-text {
  color: #595959;
  font-family: Open sans;
  font-weight: 300;
  font-size: 14px;
}
.contact-info {
  background: #fff;
  position: relative;
  padding-bottom: 20px;
}
.contact-info .section-title {
  font-size: 30px;
}
.contact-info .contact-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact-info .contact-content-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contact-info .contact-content-header .contact-content-title {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 35px;
  text-transform: uppercase;
  color: #002c73;
}
.contact-info .contact-content-header .contact-content-title.bold {
  font-weight: 700;
}
.contact-info .contact-content-header .contact-content-text {
  font-weight: 300;
}
.contact-info .contact-content-header .contact-content-text.bold {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  text-transform: uppercase;
  color: #002c73;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .contact-info .contact-content-header .contact-content-text.bold {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.contact-info .contact-content-header .contact-content-text.rtl ~ p {
  text-align: right;
}
.contact-info .contact-content-header .btn-full {
  background-color: #002c73;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-info .contact-content-header .btn-full {
    margin-left: 0;
    margin-top: 10px;
  }
}
.contact-info .contact-content-header .btn-full a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 25px;
  text-decoration: none;
}
.contact-info .contact-content-header .btn-full a,
.contact-info .contact-content-text__additional {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
}
.contact-info .contact-content-text__additional {
  font-size: 35px;
  font-weight: 300;
  color: #002c73;
  margin: 60px 0 25px;
  text-align: center;
}
.contact-info .contact-content-text__additional span {
  font-size: 25px;
}
.contact-info .contact-info-form {
  margin-bottom: 40px;
}
.contact-info .contact-info-form:after {
  display: block;
  clear: both;
  content: "";
}
.contact-info .contact-info-form .wpcf7-response-output {
  text-align: center;
  color: #ef00ec;
  padding: 40px 10px;
}
.contact-info .contact-info-form .wpcf7-response-output:after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  .contact-info .contact-info-form .wpcf7-response-output {
    padding: 40px;
  }
}
.contact-info .contact-info-form textarea {
  height: 116px;
  padding: 20px 16px;
}
.contact-info .contact-info-form input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #fff;
  background-color: #002c73;
  padding: 14px 25px;
}
.contact-info .contact-info-form .form-group {
  margin-bottom: 10px;
}
.contact-info .contact-info-form .form-group.department {
  margin-top: 20px;
}
.contact-info .contact-info-form .form-group.file {
  margin-top: 30px;
}
.contact-info
  .contact-info-form
  .form-group.has-error
  ::-webkit-input-placeholder {
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error :-moz-placeholder,
.contact-info .contact-info-form .form-group.has-error ::-moz-placeholder {
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error :-ms-input-placeholder {
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error input[type="file"]:after,
.contact-info
  .contact-info-form
  .form-group.has-error
  input[type="file"]:before {
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error .control-label,
.contact-info .contact-info-form .form-group.has-error .help-block,
.contact-info .contact-info-form .form-group.has-error label {
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error .form-control {
  border: 1px solid #ef00ec;
  color: #ef00ec;
}
.contact-info .contact-info-form .form-group.has-error .form-control:active,
.contact-info .contact-info-form .form-group.has-error .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-info
  .contact-info-form
  .form-group.has-error
  .selectric.form-control:after {
  border-color: #ef00ec;
}
.contact-info .contact-info-form .selectric {
  background: #fff;
}
.contact-info .contact-info-form .form-select-wrap {
  text-align: left;
  margin: 0 auto 10px;
  max-width: 200px;
  display: block;
}
.contact-info .contact-info-form .form-select-wrap select.form-control {
  display: block;
  margin: 0 auto;
}
.contact-info .contact-info-form .form-select-wrap .selectric {
  background: #f3f3f3;
}
@media only screen and (min-width: 768px) {
  .contact-info .contact-info-form .form-select-wrap {
    display: inline-block;
    width: auto;
    margin: 0 10px;
  }
}
.contact-info .contact-info-form .selectric-wrap select {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
}
.contact-info .contact-info-form .selectric-wrap:after {
  position: absolute;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 22px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.contact-info .contact-info-form .selectric-items {
  border-color: #9a9a9a;
  color: #9a9a9a;
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #9a9a9a;
}
.contact-info .contact-info-form .selectric-above .selectric-items {
  border-bottom: none;
  border-top: 1px solid #9a9a9a;
}
.contact-info .contact-info-form .form-control {
  border: 1px solid #8b8893;
  color: #002c73;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  padding: 0.375rem;
}
.contact-info .contact-info-form label {
  margin-bottom: 2px;
}
.contact-info .contact-info-form .form-control.selectric,
.contact-info .contact-info-form label {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
}
.contact-info .contact-info-form .wpcf7-file {
  position: relative;
  max-width: 50%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .contact-info .contact-info-form .wpcf7-file {
    max-width: 100%;
  }
}
.contact-info .contact-info-form .wpcf7-file:after {
  text-decoration: underline;
  padding-top: 4px;
  padding-left: 20px;
  line-height: 100%;
  content: "Upload files";
  position: absolute;
  background: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-info .contact-info-form .wpcf7-file:active,
.contact-info .contact-info-form .wpcf7-file:focus,
.contact-info .contact-info-form .wpcf7-file:hover {
  outline: none;
  box-shadow: none;
  text-decoration: underline;
}
.contact-info .contact-info-form .contact-detail-information {
  color: #595959;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding: 20px;
}
.contact-info
  .contact-info-form
  .contact-detail-information
  .contact-form-privatepolicy {
  font-weight: 500;
  text-decoration: underline;
  color: #002c73;
  text-transform: uppercase;
}
.contact-info .contact-info-form-column {
  padding: 0 10px;
}
.contact-info .contact-info-form-column.first .selectric {
  border: 1px solid #9a9a9a;
}
.contact-info .contact-info-form-column.first .selectric.form-control {
  padding: 6px 12px 6px 2px;
}
.contact-info .contact-info-form-column.first .selectric select {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 0.875rem;
}
.contact-info .contact-info-form-column.first .selectric:after {
  position: absolute;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 22px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.contact-info .contact-info-form-column.first select {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #9a9a9a;
}
.contact-info .contact-info-form-column.first select:after {
  position: absolute;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 22px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.contact-info .submit-area {
  text-align: center;
}
.contact-content {
  padding: 40px 0 24px;
  background-color: #002c73;
  color: #fff;
}
.contact-content .contact-content-block {
  margin-bottom: 30px;
}
.contact-content .contact-content-title {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}
.contact-content .contact-content-title.bold {
  font-weight: 700;
}
.contact-content .contact-content-text {
  font-weight: 300;
}
.contact-content .contact-content-text.bold {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: regular;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}
.contact-content .contact-content-text.rtl ~ p {
  text-align: right;
}
.contact-content .social-icons {
  padding-top: 10px;
}
.contact-content .social-icons :first-child .icon {
  margin: 0 0.9375rem 0 0;
}
.contact-content .social-icons .icon {
  font-size: 24px;
  color: #fff;
  margin: 0 0.9375rem;
}
body.page-template-distributors-detailers .distributors-detailers-map-wrap {
  width: 100%;
}
body.page-template-distributors-detailers .distributors-detailers-map {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1030px;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media only screen and (min-width: 1200px) {
  body.page-template-distributors-detailers .distributors-detailers-map {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  body.page-template-distributors-detailers .distributors-detailers-map {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 2040px;
  }
}
.section-gec-experience {
  padding: 5rem 0 4.375rem;
  background: #edf0f8;
}
.section-gec-experience .gyeon-experience-bg1 {
  top: -89%;
  left: -22%;
  width: 60.6875rem;
  height: 61.25rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/gyeon_experience_bg1.svg);
}
.section-gec-experience .gyeon-experience-bg2 {
  top: -55%;
  right: -11%;
  width: 60.6875rem;
  height: 61.25rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/gyeon_experience_bg2.svg);
}
.section-gec-experience .section-small-header {
  margin-bottom: 4.0625rem;
}
.section-gec-experience .section-header {
  margin-bottom: 1.875rem;
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 71/75;
}
.section-gec-experience .section-header span {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
.section-gec-experience p {
  width: 26.25rem;
  margin-left: 6.25rem;
  font-weight: 300;
}
.section-gec-experience .navy-blue-ball1 {
  top: 10%;
  right: 20%;
  width: 12.1875rem;
  height: 11.6875rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/navy_blue_ball1.png);
  z-index: 1;
}
.section-gec-experience .red-ball1 {
  top: 59%;
  right: 14%;
  width: 8.75rem;
  height: 6.75rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/red_ball1.png);
  z-index: 3;
}
.section-gec-experience .red-ball2 {
  right: 23.5%;
  bottom: -20%;
  width: 2.25rem;
  height: 1.75rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/red_ball2.png);
  z-index: 2;
}
.section-gec-experience .red-ball3 {
  bottom: -5%;
  left: 44%;
  width: 5.625rem;
  height: 4.375rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/red_ball3.png);
  z-index: 2;
}
.section-gec-center {
  height: calc(80vh + 6.66667rem);
  background: #edf0f8;
}
.section-gec-center .navy-blue-ball2 {
  top: 40%;
  left: 13%;
  width: 5.5625rem;
  height: 5.375rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/navy_blue_ball2.png);
  z-index: 1;
}
.section-gec-center .plywood {
  top: 15%;
  left: 21%;
  width: 9.625rem;
  height: 9.5rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/plywood.png);
  z-index: 1;
}
.section-gec-center .gec-diamond {
  top: 7%;
  left: 0;
  width: 15.625rem;
  height: 23.5625rem;
  background-image: url(../components/experience-center/about-gyeon-center/img/gec_diamond.svg);
}
.section-gec-center .txt-gyeon {
  top: 1.75%;
  right: 12%;
  width: 38.125rem;
  z-index: 1;
}
.section-gec-center .box-experience {
  top: 15%;
  right: 0;
  z-index: 2;
}
.section-gec-center .box-experience .txt-experience {
  color: #322d50;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 4.5625rem;
  font-weight: 700;
  -webkit-transform: translateX(136px) rotate(-90deg);
  -ms-transform: translateX(136px) rotate(-90deg);
  transform: translateX(136px) rotate(-90deg);
}
.section-gec-center .box-experience img {
  width: 40rem;
}
.section-gec-center .txt-center {
  right: 18%;
  bottom: 18%;
  width: 44.375rem;
  z-index: 1;
}
.section-gec-center .center-slant {
  bottom: -1px;
  height: 6.25rem;
  background: rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(
    272deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    #de3f7d 51%,
    #de3f7d
  );
  background: linear-gradient(
    178deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    #de3f7d 51%,
    #de3f7d
  );
}
.section-gec-training {
  padding: 6.875rem 0 6.5625rem;
  background: #edf0f8;
}
.section-gec-training .txt-book {
  width: 61.5625rem;
  margin-bottom: 4.0625rem;
  font-weight: 700;
}
.section-gec-training .txt-book .txt-book-book,
.section-gec-training .txt-book .txt-book-training {
  fill: none;
  stroke: #322d50;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 130px;
}
.section-gec-training .txt-book .txt-book-your {
  fill: #322d50;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 135px;
}
.section-gec-training .training-crystal {
  right: -12.5%;
  bottom: -14.5%;
  width: 31.875rem;
  height: 22.875rem;
  background-image: url(../components/experience-center/courses-list/img/training_crystal.svg);
  z-index: 1;
}
.section-gec-advanced {
  padding-bottom: 8.125rem;
  background: #edf0f8;
}
.section-gec-advanced .advanced-diamond {
  top: 25%;
  left: -7%;
  width: 19.6875rem;
  height: 18.5rem;
  background-image: url(../components/experience-center/courses-list/img/advanced_diamond.svg);
  z-index: 1;
}
.section-gec-advanced .advanced-row {
  margin-bottom: 4.0625rem;
}
.section-gec-advanced .advanced-row .g-hero {
  width: 20.625rem;
}
.section-gec-advanced .advanced-row .advanced-header {
  margin-bottom: 0.9375rem;
  font-size: 3.4375rem;
  font-weight: 500;
}
.section-gec-advanced .advanced-row .advanced-underheader {
  margin-bottom: 1.5625rem;
}
.section-gec-advanced .advanced-row .advanced-text {
  color: #595959;
}
.section-gec-advanced .advanced-row p {
  font-weight: 300;
}
.section-gec-advanced .card-v2-text,
.section-gec-training .card-v2-text {
  padding: 0 0 1.25rem;
}
.section-gec-gallery {
  background: #202945;
}
.section-gec-gallery .grid-item {
  height: 20.3125rem;
}
.section-gec-gallery .grid-item .puzzles-post {
  display: block;
  position: relative;
  height: 100%;
  text-align: left;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.section-gec-gallery .grid-item .puzzles-post:hover .post-background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.section-gec-gallery .grid-item .puzzles-post .post-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.gec-home {
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}
.gec-home .gec-key-visual-image {
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
}
.gec-home.video-playing #video_player {
  opacity: 1;
}
.gec-home #video_player {
  width: 100%;
  height: 156.405%;
  position: absolute;
  top: -28.2023%;
  left: 0;
  opacity: 0.001;
  border: 0;
}
.gec-home #video_placeholder {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.gec-home .scroll {
  bottom: 2.5rem;
  z-index: 1;
}
.gec-home .scroll .scroll-arrow {
  color: #e7dfbf;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-weight: 300;
}
.gec-home .scroll .scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  width: 1px;
  height: 5.3125rem;
  background: #e7dfbf;
}
.section-gec-trainers {
  padding: 4.375rem 0 6.25rem;
  background: #de3f7d;
  z-index: 1;
}
.section-gec-trainers .trainers-row .trainers-col {
  padding: 0 5rem;
}
.section-gec-trainers .trainers-row .trainers-col:first-child {
  padding-left: 0;
}
.section-gec-trainers .trainers-row .trainers-col:last-child {
  padding-right: 0;
}
.section-gec-trainers .trainers-row .trainers-col .trainers-header {
  margin-bottom: 0.9375rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
}
.section-gec-trainers .trainers-row .trainers-col p {
  color: #fff;
  font-weight: 300;
}
.section-gec-trainers .trainers-diamond1 {
  top: -14%;
  right: -1%;
  width: 17.1875rem;
  height: 20.625rem;
  background-image: url(../components/experience-center/info-box/img/trainers_diamond1.svg);
}
.section-gec-trainers .trainers-diamond2 {
  bottom: -33%;
  left: -5%;
  width: 23.75rem;
  height: 28.5rem;
  background-image: url(../components/experience-center/info-box/img/trainers_diamond2.svg);
}
.section-gec-trainers .trainers-redball1 {
  top: 7%;
  right: 4%;
  width: 5.3125rem;
  height: 4.0625rem;
  background-image: url(../components/experience-center/info-box/img/trainers_redball1.png);
  z-index: 2;
}
.section-gec-trainers .trainers-redball2 {
  top: 61%;
  right: 4.5%;
}
.section-gec-trainers .trainers-redball2,
.section-gec-trainers .trainers-redball2-2 {
  width: 2.1875rem;
  height: 1.6875rem;
  background-image: url(../components/experience-center/info-box/img/trainers_redball2.png);
  z-index: 1;
}
.section-gec-trainers .trainers-redball2-2 {
  top: -1%;
  left: 3%;
}
.section-gec-trainers .trainers-redball3 {
  bottom: -5%;
  left: 1.5%;
  width: 11rem;
  height: 8.4375rem;
  background-image: url(../components/experience-center/info-box/img/trainers_redball3.png);
  z-index: 2;
}
.exparienceCenter-overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  display: block;
  top: 70px;
  z-index: 80;
  background-image: url(../components/experience-center/overlay/img/background_image.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  font-family: Gtamerica;
}
.exparienceCenter-overlay.overlayClosed,
.exparienceCenter-overlay.overlayHidden {
  display: none;
}
.exparienceCenter-overlay .closeIcon:after {
  content: "\2715";
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.exparienceCenter-overlay .exparienceCente-overlay__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
@media only screen and (min-width: 992px) {
  .exparienceCenter-overlay .exparienceCente-overlay__content {
    background-image: url(../components/experience-center/overlay/img/frame_new.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 100vh;
  }
}
.exparienceCenter-overlay .exparienceCente-overlay__content .header {
  text-align: center;
  margin: 30px 0 0;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .header
  .firstheader {
  font-size: 18px;
  line-height: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.exparienceCenter-overlay .exparienceCente-overlay__content .header .subheader {
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .header
    .subheader {
    font-size: 65px;
    line-height: 60px;
  }
}
.exparienceCenter-overlay .exparienceCente-overlay__content .line {
  margin: 10px 0;
}
.exparienceCenter-overlay .exparienceCente-overlay__content .swiper-container {
  width: 100%;
  padding: 10px 30px;
}
@media only screen and (min-width: 992px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .swiper-container {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .swiper-container {
    padding: 50px 100px;
    width: 80%;
  }
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .swiper-slide {
  margin: 0 0 15px;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .sectionCourse__info {
  margin: 0 0 35px;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .section-date {
  font-size: 23px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .section-text__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .section-text__info__text {
  text-align: left;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .swiper-container
    .section-text__info__text {
    text-align: left;
    margin: 0;
    width: 60%;
  }
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .section-text__info__description {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .swiper-container
    .section-text__info__description {
    width: 25%;
    text-align: right;
  }
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .buttonBook {
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .buttonBook:hover {
  text-decoration: none;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-container
  .buttonBook--style {
  background-color: #b50d4e;
  text-transform: uppercase;
  padding: 13px 35px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .exparienceCenter-overlay
    .exparienceCente-overlay__content
    .swiper-container
    .buttonBook--style {
    padding: 13px 130px;
  }
}
.exparienceCenter-overlay .exparienceCente-overlay__content .swiper-pagination {
  position: relative;
  margin: 15px 0 0;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  opacity: 1;
  bottom: 0;
}
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.exparienceCenter-overlay .exparienceCente-overlay__content .swiper-button-next,
.exparienceCenter-overlay
  .exparienceCente-overlay__content
  .swiper-button-prev {
  top: 35%;
}
.section-gec-trainees {
  padding-top: 5.3125rem;
  padding-bottom: 7.8125rem;
  background: #202945;
}
.section-gec-trainees .trainees-slant {
  top: -1px;
  height: 4.375rem;
  background: #edf0f8;
  background: -webkit-linear-gradient(
    268deg,
    #edf0f8,
    #edf0f8 50%,
    #202945 51%,
    #202945
  );
  background: linear-gradient(
    182deg,
    #edf0f8,
    #edf0f8 50%,
    #202945 51%,
    #202945
  );
}
.section-gec-trainees .trainees-head .trainees-diamond1 {
  top: -11%;
  left: 0;
  width: 19.375rem;
  height: 23.25rem;
  background-image: url(../components/experience-center/recommendation/img/trainees_diamond1.svg);
}
.section-gec-trainees .trainees-head .quote {
  top: 26%;
  left: 10.3%;
  width: 15.9375rem;
  height: 12.0625rem;
  background-image: url(../components/experience-center/recommendation/img/quote.svg);
}
.section-gec-trainees .trainees-head .txt-our {
  width: 18.125rem;
}
.section-gec-trainees .trainees-head .txt-our .txt-our-our {
  fill: none;
  stroke: #fff;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 100px;
  font-weight: 700;
}
.section-gec-trainees .trainees-head .trainees-header {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 55/60;
}
.section-gec-trainees .trainees-head .trainees-quote {
  margin-bottom: 0.625rem;
  padding-top: 3.125rem;
  color: #fff;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 32/24;
}
.section-gec-trainees .trainees-head .trainees-underquote {
  color: #fff;
  font-weight: 700;
}
.section-gec-trainees .trainees-diamond2 {
  top: 6.5%;
  right: -10%;
  width: 27.5rem;
  height: 24.0625rem;
  background-image: url(../components/experience-center/recommendation/img/trainees_diamond2.svg);
}
.section-gec-trainees .swiper-custom-nav {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.section-gec-teachers .swiper-teachers-next,
.section-gec-teachers .swiper-teachers-prev {
  cursor: pointer;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide
  .card
  .card-body
  .card-body-underheader {
  text-transform: uppercase;
}
.section-gec-teachers .teachers-crystal {
  background-image: url(../components/experience-center/teachers/img/teachers_crystal.svg);
}
.section-gec-teachers .page-about {
  display: none;
}
.fancybox-container .page-about .container {
  position: relative;
}
.fancybox-container .page-about .container .bg {
  position: absolute;
  top: 0;
  left: 25%;
  right: 0;
  bottom: 0;
  background-color: rgba(74, 152, 196, 0.16);
}
.fancybox-container .page-about header .page-about-header {
  margin-bottom: 0.53333rem;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 600;
  font-size: 3.73333rem;
}
.fancybox-container .page-about header p {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.fancybox-container .page-about .image {
  -webkit-filter: drop-shadow(0 0 1.33333rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 1.33333rem rgba(0, 0, 0, 0.2));
}
.fancybox-container .page-about .spec dt {
  font-weight: 600;
  font-size: 1.6rem;
}
.fancybox-container .page-about .spec dd {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 300;
  font-size: 0.8rem;
}
.fancybox-container .page-about .spec:after {
  content: " ";
  margin: 1.6rem 0;
  height: 1px;
  width: 100%;
  background-color: #002c73;
  display: block;
}
.fancybox-container .page-about .page-about-header {
  margin-bottom: 1.06667rem;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 600;
  font-size: 2.13333rem;
}
.fancybox-container .page-about footer {
  margin-bottom: 0.53333rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.section-small-header {
  padding-top: 3.33333rem;
}
.products-container {
  background: #e7e7e7;
}
.products-container .product-section {
  height: calc(100vh - 70px);
}
.products-container .vertical-text {
  top: 40%;
}
.products-container .vertical-text .display-2 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
.products-container .text-box {
  width: 20rem;
  font-weight: 300;
}
.products-container .text-box-header,
.products-container .text-box p {
  margin-bottom: 1.33333rem;
  color: #002c73;
}
.products-container .section-home-coatings .section-name {
  top: 20%;
}
.products-container .section-home-coatings .diamond1 {
  top: -18%;
  left: -3.4%;
  width: 16.8rem;
  height: 21.33333rem;
  background-image: url(../img/diamond1.svg);
}
.products-container .section-home-coatings .diamond2 {
  right: -5.5%;
  bottom: 11.43%;
  width: 20.66667rem;
  height: 19.2rem;
  background-image: url(../img/diamond2.svg);
}
.products-container .section-home-coatings .container .text-box {
  bottom: 15%;
  left: 20%;
}
.products-container .section-home-coatings .container .blue-ball {
  top: 33.5%;
  left: 28%;
  width: 17.46667rem;
  height: 16.8rem;
  background-image: url(../img/blue_ball.png);
  z-index: 3;
}
.products-container .section-home-coatings .container .blue-ball-small {
  top: 39%;
  left: 44.5%;
  width: 3.06667rem;
  height: 2.93333rem;
  background-image: url(../img/blue_ball_small.png);
  z-index: 3;
}
.products-container .section-home-coatings .container .q2 {
  top: 23%;
  left: 20%;
  width: 25.33333rem;
  height: auto;
}
.products-container .section-home-coatings .container .bottle1 {
  top: 25%;
  right: 34.5%;
  width: 7.53333rem;
}
.products-container .section-home-coatings .container .bottle2 {
  top: -11%;
  right: 20.5%;
  width: 24.13333rem;
  z-index: 2;
}
.products-container .section-home-maintenance .container .text-box {
  right: 18%;
  bottom: 35%;
}
.products-container .section-home-maintenance .container .q2m {
  top: 55.5%;
  right: 12.5%;
  width: 31.06667rem;
  height: auto;
}
.products-container .section-home-maintenance .container .blue-ball-medium {
  top: 58%;
  left: 40.4%;
  width: 6.53333rem;
  height: 5.46667rem;
  background-image: url(../img/blue_ball_medium.png);
  z-index: 3;
}
.products-container .section-home-maintenance .container .blue-bubble {
  top: 51%;
  left: 35%;
  width: 14.93333rem;
  height: 15rem;
  background-image: url(../img/blue_bubble.png);
  z-index: 4;
}
.products-container .section-home-maintenance .container .violet-ball {
  top: 1%;
  left: 38%;
  width: 6rem;
  height: 4.53333rem;
  background-image: url(../img/violet_ball.png);
  z-index: 5;
}
.products-container .section-home-maintenance .container .bottle3 {
  top: 1%;
  left: 25.5%;
  width: 20.93333rem;
  z-index: 2;
}
.products-container .section-home-maintenance .container .bottle4 {
  top: 31%;
  left: 18%;
  width: 8.73333rem;
  z-index: 1;
}
.products-container .section-home-maintenance .container .diamond3 {
  bottom: 8%;
  left: 11%;
  width: 17.53333rem;
  height: 19.2rem;
  background-image: url(../img/diamond3.svg);
}
.products-container .section-home-accessories .section-name {
  top: -4%;
}
.products-container .section-home-accessories .container .text-box {
  top: 22%;
  left: 20%;
}
.products-container .section-home-accessories .container .speaker {
  top: 4%;
  right: 9%;
  width: 30.46667rem;
}
.products-container .section-home-accessories .container .acc-ball {
  top: 40%;
  right: 31%;
  width: 5rem;
  height: 5rem;
  background-image: url(../img/acc_ball.png);
  z-index: 1;
}
.products-container .section-home-accessories .container .acc-bubble {
  top: 37.5%;
  right: 29%;
  width: 8.93333rem;
  height: 8.93333rem;
  background-image: url(../img/acc_bubble.png);
  opacity: 0.2;
  z-index: 2;
}
.products-container .section-home-accessories .container .acc-ball2 {
  bottom: 11%;
  left: 32.5%;
  width: 8.6rem;
  height: 8.6rem;
  background-image: url(../img/acc_ball2.png);
  z-index: 1;
}
.products-container .section-home-accessories .container .acc-ball2-protocolos {
  bottom: 11%;
  left: 32.5%;
  width: 8.6rem;
  height: 8.6rem;
  background-image: url(../img/acc_ball2.png);
  z-index: 1;
}
.products-container .section-home-accessories .container .acc-ball3 {
  bottom: 11%;
  left: 38%;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/acc_ball3.png);
  z-index: 2;
}
.products-container .section-home-accessories .container .acc-ball-protocolos {
  bottom: 11%;
  left: 38%;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/acc_ball3.png);
  z-index: 2;
}
.products-container .section-home-accessories .container .acc-bubble2 {
  bottom: 2%;
  left: 32%;
  width: 17.4rem;
  height: 17.33333rem;
  background-image: url(../img/acc_bubble2.png);
  opacity: 0.1;
  z-index: 3;
}
.products-container .section-home-ppf {
  background: #f7f2e8;
  height: 110vh;
}
.products-container .section-home-ppf .section-name .text {
  font-size: 1.46667rem;
}
.products-container .section-home-ppf .ppf-slant {
  top: -1px;
  height: 12rem;
  background: #e7e7e7;
  background: -webkit-linear-gradient(
    275deg,
    #e7e7e7,
    #e7e7e7 50%,
    #f7f2e8 51%,
    #f7f2e8
  );
  background: linear-gradient(
    175deg,
    #e7e7e7,
    #e7e7e7 50%,
    #f7f2e8 51%,
    #f7f2e8
  );
}
.products-container .section-home-ppf .vertical-text {
  top: 35%;
}
.products-container .section-home-ppf .diamond4 {
  top: 14%;
  right: -8%;
  width: 17.66667rem;
  height: 23rem;
  background-image: url(../img/diamond4.svg);
}
.products-container .section-home-ppf .container .text-box {
  top: 41%;
  right: 14%;
}
.products-container .section-home-ppf .container .ppf1 {
  top: 20%;
  left: 37.5%;
  width: 17.66667rem;
  z-index: 2;
}
.products-container .section-home-ppf .container .ppf2 {
  top: 4%;
  left: 27.5%;
  width: 8.66667rem;
  z-index: 1;
}
.products-container .section-home-ppf .container .q2f {
  top: 23%;
  right: 17%;
  width: 30rem;
  height: auto;
}
.products-container .section-home-ppf .ppf-slant2 {
  bottom: -1px;
  height: 12rem;
  background: #d7ecf6;
  background: -webkit-linear-gradient(
    85deg,
    #d7ecf6,
    #d7ecf6 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  background: linear-gradient(
    5deg,
    #d7ecf6,
    #d7ecf6 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  z-index: 3;
}
.products-container .section-home-prueba {
  background: #f7f2e8;
  height: 125vh;
}
.products-container .section-home-prueba .section-name .text {
  font-size: 1.46667rem;
}
.products-container .section-home-prueba .ppf-slant {
  top: -1px;
  height: 12rem;
  background: #e7e7e7;
  background: -webkit-linear-gradient(
    275deg,
    #e7e7e7,
    #e7e7e7 50%,
    #f7f2e8 51%,
    #f7f2e8
  );
  background: linear-gradient(
    175deg,
    #e7e7e7,
    #e7e7e7 50%,
    #f7f2e8 51%,
    #f7f2e8
  );
}
.products-container .section-home-prueba .vertical-text {
  top: 44.4%;
  left: 7%;
}
.products-container .section-home-prueba .diamond4 {
  top: 14%;
  right: -8%;
  width: 17.66667rem;
  height: 23rem;
  background-image: url(../img/diamond4.svg);
}
.products-container .section-home-prueba .container .text-box {
  top: 27%;
  right: 14%;
}
.products-container .section-home-prueba .container .prueba1 {
  top: 20%;
  left: 37.5%;
  width: 17.66667rem;
  z-index: 2;
}
.products-container .section-home-prueba .container .prueba2 {
  top: 10%;
  left: 10%;
  width: 40.66667rem;
  z-index: 1;
}
.products-container .section-home-prueba .container .prueba-q2f {
  top: 10%;
  right: 15%;
  width: 30rem;
  height: auto;
}
.products-container .section-home-prueba .prueba-slant2 {
  bottom: -1px;
  height: 12rem;
  background: #ffffff;
  background: -webkit-linear-gradient(
    85deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  background: linear-gradient(
    5deg,
    #ffffff,
    #ffffff 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  z-index: 3;
}


.products-container .section-home-yachts-boats {
  background: #d7ecf6;
  z-index: 3;
}
.products-container .section-home-yachts-boats .text-left .text {
  font-size: 1.46667rem;
}
.products-container
  .section-home-yachts-boats
  .container
  .section-small-header {
  padding-top: 3.33333rem;
}
.products-container .section-home-yachts-boats .container .text-box {
  bottom: 26.5%;
  left: 16.8%;
}
.products-container .section-home-yachts-boats .container .q2r {
  top: 20%;
  left: 16.5%;
  width: 28.4rem;
}
.products-container .section-home-yachts-boats .container .crystal {
  top: 24.5%;
  left: 46.5%;
  width: 28.33333rem;
  height: 14.8rem;
  background-image: url(../img/crystal.svg);
}
.products-container .section-home-yachts-boats .container .bottle5 {
  top: 29%;
  right: 25%;
  width: 27.6rem;
  z-index: 1;
}
.products-container .section-home-yachts-boats .container .little-crystal {
  top: 54.7%;
  right: 37.1%;
  width: 20.53333rem;
  height: 10.53333rem;
  background-image: url(../img/silueta-vacas.png);
  z-index: 2;
}
.products-container .section-home-yachts-boats .container .little-ball {
  top: -6%;
  right: 45.8%;
  width: 3.8rem;
  height: 3.8rem;
  background-image: url(../img/little_ball.png);
  z-index: 1;
}
.section-home-global-network {
  height: calc(110vh - 0px);
  background: #c1e4de;
}
.section-home-global-network .section-small-header {
  padding-top: 4.66667rem;
  z-index: 2;
}
.section-home-global-network .text-box {
  bottom: 20%;
  left: 10%;
  z-index: 2;
}
.section-home-global-network .text-box .text-box-header {
  margin-bottom: 2.66667rem;
  font-weight: 200;
}
.section-home-global-network .text-box p {
  margin-bottom: 2.33333rem;
  color: #595959;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.93333rem;
  font-weight: 300;
}
.section-home-global-network .text-box .section-links {
  margin-bottom: 1.33333rem;
  letter-spacing: 0;
}
.section-home-global-network .text-box .btn {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}
.section-home-global-network .map {
  top: 5%;
  right: 10%;
  width: 76.93333rem;
  height: 54.93333rem;
  background-image: url(../img/map.png);
}
@media only screen and (max-width: 900px) {
  .section-home-global-network .map {
  top: 60% !important;
  right: -25%;
  width: 35.93333rem;
  background-image: url(../img/map.png);}
}


@media only screen and (max-width: 900px) {
.section-home-global-network .diamond5 {
  top: 16.5%!important;
  left: 8%!important;
  width: 15.66667rem!important;
  background-image: url(../img/diamond5.svg);
  z-index: 1!important;}
}
.section-home-global-network .diamond5 {
  top: 18.5%;
  left: 8%;
  width: 15.66667rem;
  height: 13.13333rem;
  background-image: url(../img/diamond5.svg);
  z-index: 1;
}
.section-home-global-network .crystal2 {
  right: 35%;
  bottom: 20%;
  width: 28.33333rem;
  height: 14.66667rem;
  background-image: url(../img/crystal2.svg);
  z-index: 1;
}
@media only screen and (max-width: 900px) { 
.section-home-global-network .crystal2 {
  right: 14%;
  bottom: 20%;
  width: 15rem;
  background-image: url(../img/crystal2.svg);
  z-index: 1;}
}
.section-home-global-network .circle-photo {
  right: 31.5%;
  bottom: 17.5%;
  width: 21.4rem;
  z-index: 2;
}
.section-home-gyeon-way {
  padding: 7.33333rem 0 10rem;
  background: #e7e7e7;
}
.section-home-gyeon-way .section-header {
  margin-bottom: 3rem;
  font-size: 4.33333rem;
  font-weight: 700;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #002c73;
}
.section-home-gyeon-way .section-header span {
  display: inline-block;
  margin-bottom: 0.66667rem;
  vertical-align: middle;
}
.section-home-gyeon-way .section-small-header {
  margin-bottom: 2.66667rem;
  padding-top: 0;
  z-index: 1;
}
.section-home-gyeon-way .btn {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: underline;
}
.section-home-gyeon-way .image-bg {
  top: 1.33333rem;
  left: calc(50% - 18.5rem);
  width: 34.66667rem;
  height: 33.26667rem;
  background-image: url(../img/gyeon_way.svg);
}
.section-home-gyeon-way .position-relative {
  z-index: 1;
  text-transform: uppercase;
}
.section-home-news-facts {
  height: calc(65vh - 70px);
  background: #e7e7e7;
}
.section-home-news-facts .section-header {
  padding-top: 2.66667rem;
  margin-bottom: 0.66667rem;
  font-weight: 200;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.section-home-news-facts .swiper-container {
  overflow: unset;
}
.section-home-news-facts .swiper-container .swiper-slide {
  height: auto;
}
.section-home-news-facts .swiper-container .swiper-slide .event-link {
  height: 100%;
}
.section-home-news-facts .swiper-container .swiper-slide .event-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .event-link:hover
  .slide-card {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-home-news-facts .swiper-container .swiper-slide .slide-card {
  width: 100%;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-head {
  height: 18.66667rem;
  background-size: cover;
  background-position: 50%;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-head
  .card-badge {
  top: 1rem;
  right: 0;
  padding: 0.53333rem 1.06667rem;
  background: #de3f7d;
  color: #fff;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-head
  .card-badge.facts {
  text-transform: uppercase;
  background-color: #c15368;
  color: #fff;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-head
  .card-badge.events {
  text-transform: uppercase;
  background-color: #0076ff;
  color: #fff;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-head
  .card-badge.news {
  text-transform: uppercase;
  background-color: #5d8c4c;
  color: #fff;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-body {
  padding: 1.6rem;
  height: 100%;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-body
  .card-body-header {
  margin-bottom: 0.33333rem;
  color: #322d50;
  font-weight: 500;
  line-height: 1;
}
.section-home-news-facts
  .swiper-container
  .swiper-slide
  .slide-card
  .card-body
  time {
  color: #322d50;
  font-size: 0.8rem;
}
.homepage-keyvisual-wrap {
  width: 100%;
  position: relative;
  background: #000;
  background-size: cover;
  background-position: 50%;
}
.homepage-keyvisual-wrap .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .homepage-keyvisual-wrap .video-wrap {
    width: 100%;
    height: 177.77778vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .homepage-keyvisual-wrap .video-wrap {
    width: 177.77778vh;
    height: 100%;
  }
}
.homepage-slider {
  background-color: #fff;
  height: 100%;
}
.homepage-slider .item {
  height: 93vh;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.homepage-slider .item .kv-video__block {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 93vh;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage-slider .item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-slider .slider-headings {
  color: #fff;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.homepage-slider .slider-title {
  font-size: 56px;
  color: #fff;
}
.homepage-slider .slider-subtitle {
  font-size: 28px;
  color: #fff;
}
body.language-choice-active {
  overflow-y: hidden;
}
.language-choice-overlay {
  font-family: Oswald;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 100;
  overflow: auto;
  background-image: url(../img/background-overlay-map.png);
  background-color: #002c73;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position-x: 50%;
}
.language-choice {
  margin: 90px auto 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .language-choice {
    margin: 40px auto 0;
  }
}
.language-choice .buttons-container,
.language-choice .caption-container,
.language-choice .logo-container {
  margin: 0 auto;
  text-align: center;
}
.language-choice .logo-container {
  margin-bottom: 17px;
}
.language-choice .caption-container {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .language-choice .caption-container {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .language-choice .buttons-container {
    margin-bottom: 25px;
  }
}
.language-choice .logo,
.language-choice .logo-caption {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .language-choice .logo,
  .language-choice .logo-caption {
    display: block;
  }
}
.language-choice .logo-caption {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -42px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .language-choice .logo-caption {
    margin-left: 0;
    top: 0;
  }
}
.language-choice .logo {
  background-image: url(../img/placeholder/logo-gyeon-white.png);
  width: 114px;
  height: 75px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .language-choice .logo {
    margin: 0 auto 15px;
  }
}
.language-choice .flag {
  margin-left: 6px;
}
.language-choice .belgium {
  margin: auto;
  display: inline-block;
  background-image: url(../img/placeholder/belgium-flag.png);
  width: 33px;
  height: 18px;
}
.language-choice .language-button {
  width: 200px;
  height: 52px;
  display: inline-block;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 2.36px;
  color: #fff;
  opacity: 0.5;
  pointer-events: all;
}
.language-choice .language-button:first-child {
  margin-right: 40px;
}
.language-choice .language-button:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .language-choice .language-button {
    display: block;
    margin: 0 auto;
  }
  .language-choice .language-button:first-child {
    margin: 0 auto 15px;
  }
}
.language-choice-copyright-container {
  position: absolute;
  left: 0;
  bottom: 25px;
  background-image: url(../img/placeholder/overlay-shape.png);
  background-repeat: no-repeat;
  width: 241px;
  height: 264px;
}
.language-choice-copyright-container .copyright-text {
  position: absolute;
  left: -30px;
  top: 90px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 0.39px;
  font-size: 10px;
  color: #fff;
  opacity: 0.45;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .language-choice-copyright-container {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    text-align: center;
  }
  .language-choice-copyright-container .copyright-text {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
  }
}
.social-icons-container {
  position: absolute;
  right: 22px;
  bottom: 12px;
}
.social-icons-container a {
  margin-bottom: 15px;
  color: #b0a9c9;
}
@media only screen and (max-width: 767px) {
  .social-icons-container {
    position: relative;
  }
  .social-icons-container .social-icons-wrap {
    text-align: center;
  }
  .social-icons-container .item-wrap {
    display: inline-block;
  }
}
.section-category-maintenance .container {
  padding-top: 5.33333rem;
  padding-bottom: 8rem;
}
.section-category-maintenance .section-header {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-category-maintenance .bg-image {
  top: 11rem;
  left: 32.43045vw;
  width: 60.2489vw;
  height: 54.5388vw;
  background-image: url(../components/product-collection/about-collection/img/gyeon_way_05.svg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-category-maintenance .bg-image,
.section-category-maintenance .flow-image-1 {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-category-maintenance .flow-image-1 {
  top: 10.93333rem;
  left: 81.47877vw;
  width: 5.4rem;
  height: 5.93333rem;
  background-image: url(../components/product-collection/about-collection/img/opal-01.png);
}
.section-category-maintenance .flow-image-2 {
  position: absolute;
  top: 29.2rem;
  left: 10.46852vw;
  width: 4rem;
  height: 4rem;
  background-image: url(../components/product-collection/about-collection/img/opal-02.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-category-maintenance .flow-image-bottle {
  position: absolute;
  top: 18.46667rem;
  left: 39.09224vw;
  width: 19.4rem;
  height: 37.06667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-category-maintenance .flow-image-bottle img,
.section-category-maintenance .flow-image-bottle svg {
  min-width: unset;
  min-height: unset;
  max-width: 100%;
  max-height: 100%;
}
.section-category-maintenance .flow-image-3-objects {
  top: 16.46667rem;
  width: 10.93333rem;
  height: 10.93333rem;
  background-image: url(../components/product-collection/about-collection/img/plywood.png);
}
.section-category-maintenance .flow-image-3-objects,
.section-category-maintenance .flow-image-blue-balls {
  position: absolute;
  left: 38.79941vw;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-category-maintenance .flow-image-blue-balls {
  top: 30.4rem;
  width: 23.66667rem;
  height: 19.73333rem;
  background-image: url(../components/product-collection/about-collection/img/blue-balls.png);
}
.section-category-maintenance .flow-image-text-q2m {
  position: absolute;
  top: 8.73333rem;
  left: 18.52123vw;
  width: 25.69546vw;
  height: 11.05417vw;
}
@media (max-width: 768px) {
  .section-category-maintenance .container {
    padding-bottom: 4rem;
  }
}
@media (max-width: 576px) {
  .section-category-maintenance .flow-image-text-q2m {
    position: absolute;
    top: 11.4rem;
    left: 6.66667vw;
    width: 93.6vw;
    height: 40.26667vw;
  }
  .section-category-maintenance .flow-image-blue-balls {
    top: 16.46667rem;
  }
  .section-category-maintenance .flow-image-bottle {
    top: 21.8rem;
  }
  .section-category-maintenance .flow-image-3-objects {
    top: 18.46667rem;
  }
}
.section-category-boxes {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #edf0f8;
}
.section-category-boxes,
.section-category-boxes .box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-category-boxes .box-link {
  position: relative;
  padding: 1.6rem 2.13333rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.06667rem;
  font-weight: 600;
  line-height: 1.33333rem;
  text-transform: uppercase;
  text-decoration: underline;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-category-boxes .box-link .arrow {
  margin-left: 0.53333rem;
  width: 1.66667rem;
  height: 0.86667rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url(../components/product-collection/boxes-links/img/arrow-primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-category-boxes .box-link.text-white .arrow {
  background-image: url(../components/product-collection/boxes-links/img/arrow-white.svg);
}
.section-category-boxes .box-link:hover {
  text-decoration: none;
}
.section-category-boxes .flow-image-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 40.62958vw;
  height: 30.45388vw;
  background-image: url(../components/product-collection/boxes-links/img/shape-08.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 576px) {
  .section-category-boxes .flow-image-shape {
    right: -8vw;
    width: 148vw;
    height: 110.93333vw;
  }
}
.section-category-products .section-header {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 3.2rem;
}
.section-category-products .slider-products .swiper-slide {
  color: #002c73;
  overflow: visible;
}
.section-category-products .slider-products .swiper-slide.swiper-slide-active,
.section-category-products
  .slider-products
  .swiper-slide.swiper-slide-duplicate-next,
.section-category-products .slider-products .swiper-slide.swiper-slide-next {
  z-index: 2;
}
.section-category-products .slider-products .swiper-slide:hover {
  z-index: 3;
}
.section-category-products .slider-products .swiper-slide .embed-responsive {
  overflow: visible;
}
.section-category-products
  .slider-products
  .swiper-slide
  .embed-responsive-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  background: #fff;
}
.section-category-products
  .slider-products
  .swiper-slide
  .embed-responsive-item
  img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-category-products .slider-products .swiper-slide .slide-header {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 2.13333rem;
  line-height: 40/32;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.section-category-products
  .slider-products
  .swiper-slide
  .slide-header
  .product-symbol {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 300;
}
.section-category-products .slider-products .swiper-slide .slide-subheader {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-category-products .slider-products .swiper-slide .slide-description {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
}
.section-category-products .slider-products .swiper-slide .product-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-category-products
  .slider-products
  .swiper-slide
  .product-link:hover
  .embed-responsive-item
  img {
  -webkit-filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.1));
}
.section-category-products .slider-products .swiper-slide .btn-see-all {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.2rem;
  font-weight: 500;
  color: #002c73;
  text-transform: uppercase;
}
.section-category-products .product-link .product-wrap {
  display: inline-block;
  width: 280px;
  height: 440px;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: top;
}
.section-category-products .product-link .product-wrap .product-info {
  padding: 10px;
  text-align: left;
  position: relative;
  height: auto;
  min-height: 125px;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .section-header {
  padding: 0;
  text-align: left;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .section-header
  + p {
  padding: 0;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .section-header
  .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .product-name {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 2.13333rem;
  line-height: 40/32;
  text-transform: uppercase;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .product-name
  .product-symbol {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 300;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .product-capacities {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
  text-transform: uppercase;
}
.section-category-products
  .product-link
  .product-wrap
  .product-info
  .product-description {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 1.06667rem;
}
.section-category-products .product-link .product-wrap .image {
  width: 280px;
  height: 280px;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-category-products .product-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-category-products .flow-image-shape {
  position: absolute;
  top: -13.33333rem;
  left: -5.85652vw;
  width: 37.11567vw;
  height: 24.30454vw;
  background-image: url(../components/product-collection/collection/img/shape-02.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 576px) {
  .section-category-products .flow-image-shape {
    top: 0;
    left: -45.33333vw;
    width: 133.33333vw;
    height: 88.8vw;
  }
}
.section-category {
  position: relative;
}
.section-category .section-header,
.section-category .section-subheader {
  margin-bottom: 1.06667rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 4.33333rem;
  font-weight: 700;
  line-height: 1;
}
.section-category .section-subheader {
  font-size: 3.2rem;
}
.section-category p {
  font-size: 1.06667rem;
  line-height: 24/16;
  font-weight: 300;
}
.section-category-courses {
  position: relative;
}
.section-category-courses:before {
  content: " ";
  position: absolute;
  top: 2.13333rem;
  left: -10vw;
  right: -10vw;
  bottom: 2.13333rem;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.section-category-courses .flow-image-shape {
  position: absolute;
  top: 5.33333rem;
  left: 24.89019vw;
  width: 34.40703vw;
  height: 21.96193vw;
  background-image: url(../components/product-collection/courses/img/crystal_mb1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
@media (max-width: 576px) {
  .section-category-courses .flow-image-shape {
    top: 25.33333rem;
    width: 125.33333vw;
    height: 80vw;
  }
}
.section-category-second-swiper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin: 6.66667rem 0 10rem;
}
.section-category-second-swiper:after,
.section-category-second-swiper:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -30vw;
  right: -10vw;
  bottom: 0;
  display: block;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotateY(-10deg) scale(1.1);
  transform: rotateY(-10deg) scale(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid rgba(0, 0, 0, 0);
}
.section-category-second-swiper:before {
  background-color: var(--bg-color, #f8995d);
  background-image: url(../components/product-collection/info-slider/img/gyeon_way_04.svg);
  background-position: 0;
  background-repeat: no-repeat;
  z-index: 1;
}
.section-category-second-swiper:after {
  background-image: -webkit-radial-gradient(
    75% 50%,
    circle closest-side,
    var(--bg-color, #f8995d),
    hsla(0, 0%, 100%, 0)
  );
  background-image: radial-gradient(
    circle closest-side at 75% 50%,
    var(--bg-color, #f8995d),
    hsla(0, 0%, 100%, 0)
  );
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.section-category-second-swiper .container {
  position: relative;
  z-index: 4;
}
.section-category-second-swiper .swiper-slider {
  overflow: visible;
}
.section-category-second-swiper .swiper-slide {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.section-category-second-swiper .swiper-slide.swiper-slide-duplicate-next,
.section-category-second-swiper .swiper-slide.swiper-slide-duplicate-prev,
.section-category-second-swiper .swiper-slide.swiper-slide-next,
.section-category-second-swiper .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.section-category-second-swiper .swiper-slide-header {
  margin-bottom: 1.06667rem;
  font-size: 3.2rem;
  font-weight: 700;
}
.section-category-second-swiper .embed-responsive {
  overflow: visible;
}
.section-category-second-swiper .swiper-slide-image {
  position: absolute;
  top: -3.2rem;
}
.section-category-second-swiper .swiper-slide-image figure img {
  height: 100%;
  min-width: auto;
}
.section-category-second-swiper .flow-image-shape {
  position: absolute;
  z-index: 3;
  top: 13.33333rem;
  left: 48.60908vw;
  width: 40.62958vw;
  height: 30.45388vw;
  background-image: url(../components/product-collection/info-slider/img/shape-08.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .section-category-second-swiper .flow-image-shape {
    top: 33.33333rem;
    left: -13.33333vw;
    width: 120vw;
    height: 110.93333vw;
  }
}
.key-visual {
  width: 100%;
  background: no-repeat 50% / cover;
}
.key-visual .scroll {
  z-index: 5;
  bottom: 3.2rem;
}
.key-visual .scroll .scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  height: 5.66667rem;
  background: #6a6a6a;
}
.key-visual.Apparel,
.key-visual.Apparel .btn-link.invert,
.key-visual.Apparel .section-subtitle,
.key-visual.Apparel .section-title {
  color: #002c73;
}
.key-visual.Apparel .btn-link.invert:after {
  background-color: #002c73;
}
.key-visual .key-visual-image {
  height: 350px;
  background: no-repeat 50% / cover;
}
.key-visual .container {
  padding: 40px 0;
  background: #eee;
}
.key-visual,
.key-visual .section-subtitle,
.key-visual .section-title {
  text-align: center;
}
.key-visual .section-title {
  font-size: 65px;
}
.key-visual .section-subtitle {
  font-size: 35px;
  font-weight: 300;
}
.key-visual .section-description {
  padding-bottom: 20px;
  text-align: left;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .key-visual {
    padding: 0;
    height: 100vh;
  }
  .key-visual.key-visual-mobile {
    height: 56.25vw;
  }
  .key-visual .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 145px;
    padding: 0;
    width: auto;
    background: none;
  }
  .key-visual,
  .key-visual .btn-link,
  .key-visual .section-subtitle,
  .key-visual .section-title {
    color: #fff;
  }
  .key-visual,
  .key-visual .section-subtitle,
  .key-visual .section-title {
    text-align: left;
  }
  .key-visual .btn-link:hover {
    color: #b0a9c9;
  }
  .key-visual .section-description {
    padding-bottom: 40px;
  }
}
.section-products-slider .swiper-slide .slide-header {
  line-height: 1.25;
}
.section-category-video .section-header {
  font-size: 6.66667rem;
}
.section-category-video .section-header,
.section-category-video .section-subheader {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
.section-category-video .section-subheader {
  font-size: 1.6rem;
}
.section-category-video .video-link-image {
  position: relative;
}
.section-category-video .video-link-image img {
  width: 100%;
}
.section-category-video .btn-play-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-category-video .flow-image-shape-1 {
  top: -6.66667rem;
  left: 16.83748vw;
  width: 29.28258vw;
  height: 19.03367vw;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.section-category-video .flow-image-shape-1,
.section-category-video .flow-image-shape-2 {
  position: absolute;
  background-image: url(../components/product-collection/video/img/shape-02.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-category-video .flow-image-shape-2 {
  top: 20rem;
  left: 65.8858vw;
  width: 37.11567vw;
  height: 24.30454vw;
  -webkit-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  transform: rotate(100deg);
}
.section-category-video .flow-image-text-video {
  position: absolute;
  top: 36.66667rem;
  left: 7.32064vw;
  height: 14.64129vw;
  width: 49.04832vw;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.section-category-video .flow-image-text-video text {
  stroke-width: 0.4;
}
@media (max-width: 768px) {
  .section-category-video .section-header {
    font-family: GT America Expanded, GT America Compressed, -apple-system,
      BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
      sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
      Noto Color Emoji;
    font-size: 3.2rem;
  }
  .section-category-video .flow-image-text-video {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .section-category-video .flow-image-text-video text {
    stroke-width: 1;
  }
  .section-category-video .video-link-image {
    position: relative;
    left: -20px;
    width: 100vw;
    height: 100vw;
  }
  .section-category-video .video-link-image img {
    min-height: 100%;
  }
}
@media (max-width: 576px) {
  .section-category-video .flow-image-shape-1 {
    top: 13.33333rem;
    left: -72vw;
    width: 133.33333vw;
    height: 88.8vw;
  }
  .section-category-video .flow-image-shape-2 {
    top: 20rem;
    left: 42.66667vw;
    width: 135.2vw;
    height: 88.53333vw;
  }
}
.description-wrap {
  background: #fff;
  text-align: center;
}
.description-wrap .section-small-header {
  padding: 0;
}
.description-wrap .section-title {
  color: #002c73;
  font-size: 52px;
  line-height: 65px;
  text-transform: uppercase;
}
.description-wrap .text {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 13px;
  color: #595959;
}
@media only screen and (max-width: 767px) {
  .description-wrap {
    padding: 30px;
  }
}
.header-wrap {
  height: 75vh;
  background-color: #fff;
  background-size: contain;
  margin-top: 2%;
  position: relative;
}
.header-wrap .scroll {
  z-index: 5;
  bottom: 3.2rem;
}
.header-wrap .scroll .scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  height: 5.66667rem;
  background: #6a6a6a;
}
.news-text-with-image {
  background-color: #fdfdfd;
  padding: 0 0 60px;
}
@media only screen and (min-width: 768px) {
  .news-text-with-image {
    padding: 0 0 60px;
  }
}
.news-text-with-image .row.no-image {
  background-color: #fff;
}
.news-text-with-image .header-title {
  z-index: 50;
}
.news-text-with-image .header {
  z-index: 9999;
  position: relative;
  font-weight: 300;
  text-align: right;
  line-height: 1;
  left: -20px;
}
.news-text-with-image .header span {
  font-weight: 700;
}
.news-text-with-image .header_logo {
  top: 0;
  left: 0;
  width: 35%;
  height: 95%;
  background-image: url(../components/single-article/article/img/g-logo.svg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 30;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-text-with-image .header_logo {
    width: 17%;
  }
}
@media only screen and (min-width: 1200px) {
  .news-text-with-image .header_logo {
    width: 9%;
  }
}
.news-text-with-image .wave-background {
  background-color: #edf0f8;
  height: 80%;
  left: 0;
}
.news-text-with-image .wave-background--wave {
  top: 0;
  right: 5%;
  width: 64.73333rem;
  height: 65.33333rem;
  background-image: url(../img/wave.svg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .news-text-with-image .article-col-position {
    margin: 0 auto;
  }
}
.news-text-with-image .article-header {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news-text-with-image .article-header {
    text-align: left;
  }
}
.news-text-with-image .article-header .article-header-date {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 16px;
}
.news-text-with-image .article-header .article-header-label {
  text-transform: uppercase;
  color: #c15368;
  margin-bottom: 2em;
}
.news-text-with-image .article-header .article-header-label.protip {
  text-transform: uppercase;
  color: #c15368;
}
.news-text-with-image .article-header .article-header-label.events {
  text-transform: uppercase;
  color: #0076ff;
}
.news-text-with-image .article-header .article-header-label.news {
  text-transform: uppercase;
  color: #5d8c4c;
}
.news-text-with-image .article-header .article-header-title {
  text-transform: uppercase;
  font-size: 56px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .news-text-with-image .article-header .article-header-title {
    font-size: 50px;
  }
}
.news-text-with-image .article-header .article-header-subtitle {
  text-transform: uppercase;
  font-size: 16px;
}
.news-text-with-image .content-wrap {
  background-color: #fff;
  position: relative;
  display: table;
  top: -50px;
  height: auto;
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.04);
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .news-text-with-image .content-wrap {
    padding: 50px;
  }
}
.news-text-with-image .content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .news-text-with-image .content {
    text-align: left;
  }
}
.news-text-with-image .content .section-text {
  font-weight: 300;
}
.news-text-with-image .image-wrap {
  padding: 0;
}
.news-text-with-image .image-wrap > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  min-height: 460px;
}
@media only screen and (max-width: 767px) {
  .news-text-with-image .image-wrap > .image div {
    max-height: 300px;
  }
}
.news-text-with-image .image-wrap.no-image {
  background-color: #fff;
}
.news-text-with-image .image-wrap .section-text {
  max-width: 440px;
  margin: 28px 0;
  padding: 0 29px;
  font-weight: 300;
}
.single-article-gallery-wrap {
  background-color: #fdfdfd;
  position: relative;
}
.single-article-gallery-wrap .swiper-container {
  height: 35vh;
}
.single-article-gallery-wrap .swiper-slide {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.single-article-gallery-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-article-gallery-wrap .swiper-slide img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.single-article-gallery-wrap .swiper-scrollbar {
  background: 2px solid rgba(50, 45, 80, 0.24);
}
.single-article-gallery-wrap .swiper-scrollbar-drag {
  background-color: #002c73;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.11);
}
.single-article-gallery-wrap .related-article-slant {
  bottom: -1px;
  height: 12rem;
  background: #d7ecf6;
  background: -webkit-linear-gradient(
    85deg,
    #d7ecf6,
    #d7ecf6 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  background: linear-gradient(
    5deg,
    #d7ecf6,
    #d7ecf6 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  z-index: 3;
}
.related-articles {
  margin: 13.33333rem 0 0;
  background-color: #edf0f8;
  position: relative;
}
.related-articles .news-tips-title {
  font-weight: 700;
  font-size: 4.66667rem;
}
.related-articles .news-tips-subtitle,
.related-articles .news-tips-title {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}
.related-articles .news-tips-subtitle {
  margin: 0 0 0 30%;
  font-weight: 100;
}
.related-articles .related-article-slant {
  top: -12rem;
  height: 12rem;
  background: #edf0f8;
  background: -webkit-linear-gradient(
    87deg,
    #edf0f8,
    #edf0f8 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  background: linear-gradient(
    3deg,
    #edf0f8,
    #edf0f8 50%,
    rgba(255, 0, 0, 0) 51%,
    rgba(255, 0, 0, 0)
  );
  z-index: 1;
}
.related-articles .event-link:hover {
  z-index: 1;
  position: relative;
}
.related-articles .slide-card {
  width: 80%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.related-articles .diamond3 {
  top: 0;
  left: 0;
  width: 24.2rem;
  height: 25.86667rem;
  background-image: url(../img/crystal.svg);
}
@media only screen and (min-width: 992px) {
  .related-articles .diamond3 {
    left: 30%;
    width: 37.53333rem;
  }
}
.section-maintenance-second {
  position: relative;
}
.section-maintenance-second .section-header {
  margin-bottom: 1.06667rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 3.2rem;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}
.section-maintenance-second p {
  font-weight: 300;
}
.section-maintenance-second .flow-image-text-maintenance {
  position: absolute;
  top: 12rem;
  left: 8vw;
}
.section-maintenance-second .flow-image-text-q2m {
  position: absolute;
  top: 26.66667rem;
  left: 42vw;
}
@media (max-width: 768px) {
  .section-maintenance-second .flow-image-text-maintenance {
    position: absolute;
    top: 12rem;
    left: 0;
  }
  .section-maintenance-second .flow-image-text-q2m {
    position: absolute;
    top: 13.33333rem;
    left: 0;
    width: 5rem;
  }
}
.section-maintenance-price {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}
.section-maintenance-price .section-bg {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.section-maintenance-price .section-bg .skew {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  background-color: #002c73;
  overflow: hidden;
}
.section-maintenance-price .container {
  position: relative;
  z-index: 3;
}
.section-maintenance-price .cel-value {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 6.66667rem;
  font-size: clamp(4.33333rem, 5vw, 6.66667rem);
  color: #fff;
}
.section-maintenance-price .cel-label {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 2.66667rem;
  color: #fff;
}
.section-maintenance-price .flow-image-1 {
  top: 3.33333rem;
  left: -10%;
  background-image: url(../components/single-course/details/img/shape-03.svg);
}
.section-maintenance-price .flow-image-1,
.section-maintenance-price .flow-image-2 {
  position: absolute;
  width: 33.33333rem;
  height: 33.33333rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-filter: hue-rotate(130deg) brightness(2);
  filter: hue-rotate(130deg) brightness(2);
}
.section-maintenance-price .flow-image-2 {
  bottom: 6.66667rem;
  right: -10%;
  background-image: url(../components/single-course/details/img/shape-02.svg);
}
.section-maintenance-price .flow-image-ball-orange {
  position: absolute;
  top: -4%;
  right: -10%;
  width: 33.3333333333rem;
  height: 10.333333rem;
  background-image: url(../components/single-course/details/img/violet_ball.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-filter: hue-rotate(134deg) contrast(250%);
  filter: hue-rotate(134deg) contrast(250%);
  z-index: 2;
}
.section-maintenance-price .flow-image-orange-balls-1 {
  left: -20%;
  width: 66.875%;
  height: 69.375%;
  -webkit-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  transform: rotate(295deg);
}
.section-maintenance-price .flow-image-orange-balls-1,
.section-maintenance-price .flow-image-orange-balls-2 {
  position: absolute;
  top: 4.5%;
  background-image: url(../components/single-course/details/img/orange-balls.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.section-maintenance-price .flow-image-orange-balls-2 {
  right: -20%;
  width: 40vw;
  height: 40vw;
  -webkit-transform: rotate(205deg);
  -ms-transform: rotate(205deg);
  transform: rotate(205deg);
}
@media (max-width: 768px) {
  .section-maintenance-price .flow-image-1 {
    top: -8rem;
    left: -25%;
    -webkit-transform: rotate(140deg) !important;
    -ms-transform: rotate(140deg) !important;
    transform: rotate(140deg) !important;
  }
  .section-maintenance-price .flow-image-2 {
    bottom: -12rem;
    right: -20%;
    -webkit-transform: rotate(170deg) !important;
    -ms-transform: rotate(170deg) !important;
    transform: rotate(170deg) !important;
  }
  .section-maintenance-price .flow-image-ball-orange {
    top: unset;
    right: unset;
    bottom: 0;
    left: -15%;
  }
  .section-maintenance-price .flow-image-orange-balls-1 {
    top: 44.5%;
    left: 20%;
    width: 60vw;
    height: 60vw;
  }
  .section-maintenance-price .flow-image-orange-balls-2 {
    width: 100vw;
    height: 100vw;
  }
}
.single-course-form-wrap .section-text,
.single-course-form-wrap .section-title {
  text-align: center;
  font-size: 50px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  line-height: 60px;
  text-transform: uppercase;
  color: #002c73;
  margin: 0;
}
.single-course-form-wrap .section-title {
  margin-top: 65px;
}
.single-course-form-wrap .section-text {
  margin-bottom: 50px;
}
.single-course-form-wrap .contact-course-form {
  margin-bottom: 0;
}
.single-course-form-wrap .wpcf7-response-output {
  text-align: center;
  color: #ef00ec;
  padding: 10px 40px 40px;
}
.single-course-form-wrap input.hidden-input {
  display: none;
}
.single-course-form-wrap input,
.single-course-form-wrap textarea {
  border: 1px solid #8b8893;
  background: rgba(0, 0, 0, 0);
  padding: 0.375rem;
}
.single-course-form-wrap .control-label,
.single-course-form-wrap input,
.single-course-form-wrap textarea {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.single-course-form-wrap .control-label {
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.single-course-form-wrap .selectric {
  border: 1px solid #8b8893;
  background-color: rgba(0, 0, 0, 0);
}
.single-course-form-wrap .selectric.form-control {
  padding: 6px 12px 6px 2px;
}
.single-course-form-wrap .selectric .label {
  padding-left: 15px;
}
.single-course-form-wrap .selectric select {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
}
.single-course-form-wrap .selectric:after {
  position: absolute;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 22px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.single-course-form-wrap select {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #002c73;
}
.single-course-form-wrap select:after {
  position: absolute;
  border: 3px solid #002c73;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  right: 22px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.single-course-form-wrap .reason-wrapper {
  margin-bottom: 15px;
}
.single-course-form-wrap .reason-wrapper .form-group {
  padding-left: 0;
  padding-right: 0;
}
.single-course-form-wrap .additional-date {
  width: 100%;
  margin: 0 auto;
}
.single-course-form-wrap .form-group {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.single-course-form-wrap .form-group textarea {
  height: 100px;
}
.single-course-form-wrap .form-group label {
  color: #002c73;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 14px;
}
.single-course-form-wrap .form-group .form-control {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .single-course-form-wrap .form-group .form-control {
    width: 80%;
  }
}
.single-course-form-wrap .form-group.has-error .control-label,
.single-course-form-wrap .form-group.has-error .help-block {
  color: #ef00ec;
}
.single-course-form-wrap .form-group.has-error .form-control {
  border-color: #ef00ec;
}
.single-course-form-wrap .form-group.has-error .form-control:active,
.single-course-form-wrap .form-group.has-error .form-control:focus {
  outline: none;
  box-shadow: none;
}
.single-course-form-wrap .form-group.duration-wrapper .form-group,
.single-course-form-wrap .form-group.languages-wrapper .form-group {
  padding-left: 0;
}
.single-course-form-wrap .form-group.date-from,
.single-course-form-wrap .form-group.date-from1,
.single-course-form-wrap .form-group.date-from2,
.single-course-form-wrap .form-group.date-to,
.single-course-form-wrap .form-group.date-to1,
.single-course-form-wrap .form-group.date-to2 {
  width: 75%;
}
.single-course-form-wrap .form-group.wpcf7-radio.one-on-one > div.radio {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 95px;
  margin-left: 15px;
}
.single-course-form-wrap .form-group.wpcf7-radio.one-on-one > div.radio label {
  width: 100%;
  max-width: 100px;
  padding-right: 20px;
  padding-top: 7px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
}
.single-course-form-wrap
  .form-group.wpcf7-radio.one-on-one
  > div.radio
  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 -31px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #b0a9c9;
  cursor: pointer;
  color: #363945;
  position: absolute;
}
.single-course-form-wrap
  .form-group.wpcf7-radio.one-on-one
  > div.radio
  input[type="radio"]:checked,
.single-course-form-wrap
  .form-group.wpcf7-radio.one-on-one
  > div.radio
  input[type="radio"]:hover {
  background: #fff;
}
.single-course-form-wrap
  .form-group.wpcf7-radio.one-on-one
  > div.radio
  input[type="radio"]:checked:before {
  content: "\2713";
  height: 20px;
  width: 20px;
  border: 1px solid #002c73;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  line-height: 0.8;
  padding-left: 2px;
  background-color: #002c73;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -2px;
}
.single-course-form-wrap
  .form-group.wpcf7-radio.one-on-one
  > div.radio
  input[type="radio"]:focus {
  outline: 0;
}
.single-course-form-wrap .form-group.wpcf7-checkbox.duration,
.single-course-form-wrap .form-group.wpcf7-checkbox.languages {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.single-course-form-wrap .form-group.wpcf7-checkbox.duration > div.checkbox,
.single-course-form-wrap .form-group.wpcf7-checkbox.languages > div.checkbox {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 95px;
}
.single-course-form-wrap
  .form-group.wpcf7-checkbox.duration
  > div.checkbox
  label,
.single-course-form-wrap
  .form-group.wpcf7-checkbox.languages
  > div.checkbox
  label {
  width: 100%;
  max-width: 100px;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 7px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
.single-course-form-wrap
  .form-group.wpcf7-checkbox.duration
  > div.checkbox
  label:before,
.single-course-form-wrap
  .form-group.wpcf7-checkbox.languages
  > div.checkbox
  label:before {
  content: " ";
  height: 20px;
  width: 20px;
  border: 1px solid #b0a9c9;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-course-form-wrap
  .form-group.wpcf7-checkbox.duration
  > div.checkbox
  .checked:before,
.single-course-form-wrap
  .form-group.wpcf7-checkbox.languages
  > div.checkbox
  .checked:before {
  content: "\2713";
  height: 20px;
  width: 20px;
  border: 1px solid #002c73;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  line-height: 0.8;
  padding-left: 2px;
  background-color: #002c73;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-course-form-wrap
  .form-group.wpcf7-checkbox.duration
  > div.checkbox
  input[type="checkbox"],
.single-course-form-wrap
  .form-group.wpcf7-checkbox.languages
  > div.checkbox
  input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.single-course-form-wrap
  .form-group.wpcf7-checkbox.duration
  > div.checkbox
  input[type="checkbox"]:checked,
.single-course-form-wrap
  .form-group.wpcf7-checkbox.languages
  > div.checkbox
  input[type="checkbox"]:checked {
  content: "\f00c";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-course-form-wrap .form-group .wpcf7-checkbox.add-more-plus label {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 7px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
.single-course-form-wrap
  .form-group
  .wpcf7-checkbox.add-more-plus
  label:before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #b0a9c9;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-course-form-wrap .form-group .wpcf7-checkbox.add-more-plus label:after {
  content: "\207A";
  font-size: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 40%;
  left: 0.8%;
  line-height: 1;
}
.single-course-form-wrap .checkboxes-row {
  padding-bottom: 34px;
}
.single-course-form-wrap .submit-wrap {
  text-align: center;
}
.single-course-form-wrap .submit-wrap .submit-label {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  padding: 10px 20px;
  font-size: 20px;
  color: #002c73;
}
.single-course-form-wrap .submit-wrap .submit-wrap-inner {
  display: inline-block;
}
.single-course-form-wrap .submit-wrap .submit-wrap-inner:after {
  display: block;
  clear: both;
  content: "";
}
.single-course-form-wrap .submit-wrap .submit-wrap-inner .submit-label {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .single-course-form-wrap .submit-wrap .submit-wrap-inner .submit-label {
    float: left;
  }
}
.single-course-form-wrap .submit-wrap .submit-wrap-inner > .form-group {
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .single-course-form-wrap .submit-wrap .submit-wrap-inner > .form-group {
    float: left;
  }
}
.single-course-form-wrap .submit-wrap .submit-wrap-inner > .form-group > div {
  padding: 0;
  margin: 0;
}
.single-course-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #fff;
  background-color: #002c73;
  padding: 14px 25px;
  text-transform: uppercase;
}
.single-course-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:active,
.single-course-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:focus,
.single-course-form-wrap
  .submit-wrap
  .submit-wrap-inner
  > .form-group
  input[type="submit"]:hover {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.ui-widget-header {
  background: none;
  background-color: #002c73;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #fff;
}
.ui-widget-header,
.ui-widget-header .ui-datepicker-month {
  text-transform: uppercase;
}
.ui-widget-header .ui-icon {
  background-image: none;
}
.ui-widget-header .ui-state-hover {
  background: none;
  border: 0;
}
.ui-widget-header .ui-datepicker-prev:before {
  position: absolute;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 7px;
  right: 4px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.ui-widget-header .ui-datepicker-next:before {
  position: absolute;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  display: block;
  content: " ";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  right: 7px;
  width: 11px;
  height: 11px;
  z-index: 50;
}
.ui-widget-content .ui-state-default {
  background: none;
  border: 0;
}
.ui-icon {
  background-image: none;
}
.ui-state-default {
  background: none;
  border: 0;
}
.ui-datepicker-calendar td:hover {
  background-color: #002c73;
}
.ui-datepicker-calendar td:hover a {
  color: #fff;
}
.section-maintenance {
  color: #002c73;
}
.section-maintenance-main {
  position: relative;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.section-maintenance-main * {
  color: inherit;
  line-height: 1.1;
}
.section-maintenance-main .break {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0;
}
.section-maintenance-main .section-header {
  font-size: 6.66667rem;
  font-size: clamp(4rem, 12vw, 6.66667rem);
  font-weight: 700;
  line-height: 1;
}
.section-maintenance-main .section-header,
.section-maintenance-main .section-subheader {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: inherit;
}
.section-maintenance-main .section-subheader {
  font-size: 2.13333rem;
  font-size: clamp(1.6rem, 8vw, 2.13333rem);
  font-weight: 300;
  text-transform: uppercase;
}
.section-maintenance-main .btn-book {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.33333rem;
  text-decoration: underline;
}
.section-maintenance-main .btn-book:hover {
  text-decoration: none;
}
.section-maintenance-main .flow-image-orange-balls {
  position: absolute;
  top: 19.53125vh;
  left: 8.78477vw;
  width: 39.16545vw;
  height: 40.62958vw;
  background-image: url(../components/single-course/header/img/orange-balls.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-maintenance-main .flow-image-ball {
  top: 10.41667vh;
  left: 0.73206vw;
  width: 20.13177vw;
  height: 20.13177vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section-maintenance-main .flow-image-ball,
.section-maintenance-main .flow-image-ball-orange {
  position: absolute;
  background-image: url(../components/single-course/header/img/violet_ball.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-maintenance-main .flow-image-ball-orange {
  top: 49.47917vh;
  left: 27.81845vw;
  width: 14.64129vw;
  height: 14.64129vw;
  -webkit-filter: hue-rotate(115deg) contrast(190%);
  filter: hue-rotate(115deg) contrast(190%);
}
@media (max-width: 768px) {
  .section-maintenance-main .flow-image-orange-balls {
    top: 30vh;
    left: 24vw;
    width: 107vw;
    height: 111vw;
  }
  .section-maintenance-main .flow-image-ball {
    top: 16vh;
    left: -4vw;
    width: 55vw;
    height: 55vw;
  }
  .section-maintenance-main .flow-image-ball-orange {
    top: 76vh;
    left: 76vw;
    width: 40vw;
    height: 40vw;
  }
}
.section-maintenance-program {
  overflow: hidden;
}
.section-maintenance-program .section-header {
  margin-bottom: 1.6rem;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 3.2rem;
  font-size: clamp(1.86667rem, 12vw, 3.2rem);
  line-height: 1;
}
.section-maintenance-program p {
  font-weight: 300;
}
.section-maintenance-program .program-label {
  margin-bottom: 1.06667rem;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 1.06667rem;
  line-height: 1;
  text-transform: uppercase;
}
.section-maintenance-program .program-value {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.section-maintenance-program .program-value figcaption {
  margin-top: 0.53333rem;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
}
.section-maintenance-program .btn-book-now,
.section-maintenance-program .program-value figcaption {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.section-maintenance-program .btn-book-now {
  font-size: 1.33333rem;
  text-decoration: underline;
}
.section-maintenance-program .program-enum {
  margin: -1.33333rem 0;
  padding: 0;
  list-style: none;
  counter-reset: numbers;
}
.section-maintenance-program .program-enum li {
  margin: 2.66667rem 0;
  position: relative;
  padding: 0.25em 0 0.25em 3.125em;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  font-size: 1.6rem;
  color: #002c73;
  line-height: 1.5;
}
.section-maintenance-program .program-enum li:before {
  content: counters(numbers, ".") " ";
  counter-increment: numbers;
  position: absolute;
  top: 0;
  left: 0;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: #de3f7d;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-maintenance-program .container {
  position: relative;
  z-index: 3;
}
.section-maintenance-program .flow-image-1 {
  bottom: -16.66667rem;
  left: -17%;
  background-image: url(../components/single-course/program/img/shape-08.svg);
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.section-maintenance-program .flow-image-1,
.section-maintenance-program .flow-image-2 {
  position: absolute;
  width: 33.33333rem;
  height: 33.33333rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-maintenance-program .flow-image-2 {
  top: 6.66667rem;
  right: -20%;
  background-image: url(../components/single-course/program/img/shape-03.svg);
  -webkit-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
}
@media (max-width: 768px) {
  .section-maintenance-program .no-select {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-maintenance-program .flow-image-1 {
    bottom: 13.33333rem;
    left: -67%;
  }
  .section-maintenance-program .flow-image-2 {
    right: -47%;
    top: unset;
    bottom: 53.33333rem;
  }
}
.section-gec-teachers {
  padding-top: 5.33333rem;
  padding-bottom: 5.33333rem;
}
.section-gec-teachers .section-header {
  margin-bottom: 1rem;
  font-weight: 700;
}
.section-gec-teachers .teachers-text {
  margin-bottom: 5rem;
  color: #322d50;
  font-weight: 300;
}
.section-gec-teachers .swiper-teachers-next,
.section-gec-teachers .swiper-teachers-prev {
  height: 0.8rem;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-gec-teachers .swiper-teachers-next:hover,
.section-gec-teachers .swiper-teachers-prev:hover {
  opacity: 0.5;
}
.section-gec-teachers .swiper-teachers-prev {
  width: 1.2rem;
  margin-right: 1.46667rem;
  background-image: url(../img/prev.svg);
}
.section-gec-teachers .swiper-teachers-next {
  width: 3.13333rem;
  background-image: url(../img/next.svg);
}
.section-gec-teachers .swiper-container {
  padding: 5rem 0 5rem 2.13333rem;
}
.section-gec-teachers .swiper-container .swiper-slide {
  width: 23.33333rem !important;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide.swiper-slide-duplicate-prev,
.section-gec-teachers .swiper-container .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.section-gec-teachers .swiper-container .swiper-slide.swiper-slide-active,
.section-gec-teachers
  .swiper-container
  .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1) translateX(-5%);
  -ms-transform: scale(1) translateX(-5%);
  transform: scale(1) translateX(-5%);
}
.section-gec-teachers .swiper-container .swiper-slide .card {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.section-gec-teachers .swiper-container .swiper-slide .card .card-head {
  height: 14.33333rem;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section-gec-teachers .swiper-container .swiper-slide .card .card-head:hover {
  opacity: 1;
}
.section-gec-teachers .swiper-container .swiper-slide .card .card-body {
  padding: 2rem 3rem;
  background: #f3f3f3;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide
  .card
  .card-body
  .card-body-header {
  margin-bottom: 0.33333rem;
  font-size: 2.66667rem;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide
  .card
  .card-body
  .card-body-underheader {
  margin-bottom: 1.66667rem;
  color: #595959;
  font-size: 0.8rem;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide
  .card
  .card-body
  .card-body-text {
  margin-bottom: 3.66667rem;
  color: #595959;
  font-size: 0.93333rem;
  font-weight: 300;
}
.section-gec-teachers
  .swiper-container
  .swiper-slide
  .card
  .card-body
  .card-body-link {
  color: #322d50;
  font-size: 0.93333rem;
  font-weight: 600;
  text-decoration: underline;
}
.section-gec-teachers .teachers-crystal {
  top: 12%;
  left: 36.5%;
  width: 23.66667rem;
  height: 34.4rem;
  background-image: url(../components/single-course/teachers/img/teachers_crystal.svg);
}
.section-products-video {
  position: relative;
  color: #002c73;
}
.section-products-video .container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-products-video .video {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-products-video .video,
.section-products-video .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-products-video .video-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-products-video .video-content .video-button-play__socialshare {
  font-size: 2.66667rem;
}
.section-products-video .video-content .video-button-play__socialshare a {
  color: #ced4da;
}
.section-products-video .promotor {
  margin: -20% -10% 0;
  max-width: 120%;
}
.section-products-video .btn-play-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}
.section-products-video .btn-play-video .icon {
  margin-bottom: 1.06667rem;
  width: 6.66667rem;
  height: 6.66667rem;
  -webkit-filter: drop-shadow(0 0.2rem 3.06667rem rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0.2rem 3.06667rem rgba(0, 0, 0, 0.12));
  background-image: url(../components/single-product/advice/img/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-products-video .section-text {
  padding-top: 4rem;
}
.section-products-video .section-text .text {
  font-weight: 300;
}
.section-products-video .section-header {
  margin-bottom: 0.53333rem;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 32/24;
}
.section-products-video dl.properties {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.06667rem;
  font-weight: 500;
  line-height: 24/16;
}
.section-products-video dl.properties dt {
  font-weight: inherit;
  text-transform: uppercase;
  display: inline;
}
.section-products-video dl.properties dd {
  font-weight: inherit;
  display: inline;
}
.section-products-video dl.properties br:last-child {
  display: none;
}
.section-products-2 {
  position: relative;
  padding: 2rem 0 0;
  color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.section-products-2:before {
  content: " ";
  position: absolute;
  top: -10%;
  left: -40%;
  right: 0;
  bottom: -15%;
  background-color: #4a98c4;
  background-image: url(../components/single-product/benefits/img/gyeon_way_03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  display: block;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}
.section-products-2 .section-name {
  color: inherit;
}
.section-products-2 .header {
  margin-bottom: 1.06667rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 2.13333rem;
  line-height: 36/32;
}
.section-products-2 .header > * {
  color: inherit;
}
.section-products-2 .header b {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 600;
}
.section-products-2 .text {
  font-weight: 300;
}
.section-products-2 .flow-image-shape-1 {
  position: absolute;
  right: -19.76574vw;
  top: -6.58858vw;
  width: 39.16545vw;
  height: 40.62958vw;
  background-image: url(../components/single-product/benefits/img/shape-01.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .section-products-2 .flow-image-shape-1 {
    position: absolute;
    right: -42.5vw;
    top: unset;
    bottom: -22.5vw;
    width: 100.3125vw;
    height: 104.0625vw;
  }
}
.section-products-images {
  z-index: 1;
}
.section-products-images .section-header {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 4.2rem;
  line-height: 1;
}
.section-products-images img {
  position: relative;
  z-index: 2;
}
.section-products-images .flow-image-shape-1 {
  position: absolute;
  right: 10.98097vw;
  top: -30.38067vw;
  width: 29.20937vw;
  height: 19.10688vw;
  background-image: url(../components/single-product/gallery/img/shape-02.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-products-images .flow-image-text-q2m {
  position: absolute;
  right: 0;
  top: -7.32064vw;
  width: 36.53001vw;
  height: 14.86091vw;
}
.section-products-images .flow-image-text-coatings {
  position: absolute;
  left: 4.39239vw;
  top: -2.92826vw;
  width: 14.86091vw;
  height: 70.20498vw;
}
.section-products-images .flow-image-shape-2 {
  left: 13.90922vw;
  top: 22.32796vw;
  background-image: url(../components/single-product/gallery/img/shape-03.svg);
}
.section-products-images .flow-image-shape-2,
.section-products-images .flow-image-shape-3 {
  position: absolute;
  width: 32.13763vw;
  height: 34.84627vw;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-products-images .flow-image-shape-3 {
  right: -15.22694vw;
  bottom: -22.47438vw;
  background-image: url(../components/single-product/gallery/img/shape-04.svg);
}
@media (max-width: 768px) {
  .section-products-images .section-header {
    font-size: 1.92857rem;
  }
  .section-products-images .flow-image-shape-1 {
    position: absolute;
    right: 0;
    top: -144.26667vw;
    width: 79.8vw;
    height: 52.2vw;
  }
  .section-products-images .flow-image-text-q2m {
    position: absolute;
    right: -13.33333vw;
    top: -80vw;
    width: 133.06667vw;
    height: 54.13333vw;
  }
  .section-products-images .flow-image-text-coatings {
    position: absolute;
    left: -5.33333vw;
    top: -80vw;
    width: 25.375vw;
    height: 119.875vw;
  }
  .section-products-images .flow-image-shape-2 {
    position: absolute;
    left: 0;
    top: 0.2vw;
    width: 87.8vw;
    height: 95.2vw;
  }
  .section-products-images .flow-image-shape-3 {
    position: absolute;
    right: -40vw;
    bottom: -40vw;
    width: 87.8vw;
    height: 95.2vw;
  }
}
.section-small-header {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: 0.45em;
}
.section-products {
  position: relative;
}
.section-products .section-name {
  padding: 0 2.13333rem;
  width: 5.46667rem;
}
.section-products .section-name .text {
  font-size: 1.33333rem;
}
.section-products .container {
  position: relative;
}
.section-products-1 {
  position: relative;
  color: #002c73;
  min-height: 80vh;
  background-color: #C1E4DE
}
.section-products-1 .scroll {
  bottom: 3.2rem;
}
.section-products-1 .scroll .scroll-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 1px;
  height: 5.66667rem;
  background: #6a6a6a;
}
.section-products-1 .collection-modifier {
  font-size: 0.8rem;
  font-weight: 300;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  text-transform: uppercase;
}
.section-products-1 .section-header {
  margin-bottom: 0.53333rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-products-1 .section-header .product-symbol {
  font-size: inherit;
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 300;
}
.section-products-1 .section-header .product-symbol-first {
  letter-spacing: 0;
}
.section-products-1 .section-text {
  color: #002c73;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-products-1 .text-1 {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2.13333rem;
  line-height: 1.09375;
  text-transform: uppercase;
}
.section-products-1 .text-2 {
  margin-bottom: 2.13333rem;
  font-size: 1.06667rem;
  line-height: 1.5;
  font-weight: 300;
}
.section-products-1 dl.properties {
  margin-bottom: 2.13333rem;
  font-size: 0.8rem;
  line-height: 2;
  width: 28.66667rem;
  max-width: 100%;
  border-left: 0.07333rem solid #002c73;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-products-1 dl.properties > :first-child {
  margin-top: -0.33333rem;
  border-top: none;
}
.section-products-1 dl.properties > * {
  padding-left: 0.86667rem;
  border-top: 0.07333rem solid #002c73;
}
.section-products-1 dl.properties > :last-child {
  margin-bottom: -0.33333rem;
}
.section-products-1 dl.properties dt {
  font-weight: inherit;
  text-transform: uppercase;
  display: inline;
}
.section-products-1 dl.properties dd {
  font-weight: inherit;
  display: inline;
}
.section-products-1 .image {
  position: absolute;
  top: 0;
  right: -13%;
  width: 100%;
  height: 100%;
}
.section-products-1 .image-bg {
  position: absolute;
  top: -22%;
  right: -15%;
  width: 160%;
  height: 160%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.section-products-1 .image-products {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-products-1 .image-products-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-products-1 .image-products .swiper-container {
  height: 100%;
}
.section-products-1 .image-products .swiper-container .swiper-slider {
  overflow: visible;
}
.section-products-1 .image-products .swiper-container .swiper-slide {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.section-products-1 .image-products-1 .swiper-container {
  height: 100%;
}
.section-products-1 .image-products-1 .swiper-container .swiper-slider {
  overflow: visible;
}
.section-products-1 .image-products-1 .swiper-container .swiper-slide {
  opacity: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.section-products-1
  .image-products
  .swiper-container
  .swiper-slide.swiper-slide-duplicate-next,
.section-products-1
  .image-products
  .image-products-1
  .swiper-container
  .swiper-slide.swiper-slide-duplicate-prev,
.section-products-1
  .image-products
  .swiper-container
  .swiper-slide.swiper-slide-next,
.section-products-1
  .image-products
  .swiper-container
  .swiper-slide.swiper-slide-prev {
  opacity: 0;
}
.section-products-1 .image-products .swiper-container .swiper-slide img {
  max-width: 70%;
  max-height: 65%;
  position: relative;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-products-1 .image-products img {
  max-width: 70%;
  max-height: 65%;
}
.section-products-1 .image-products-1 img {
  max-width: 70%;
  max-height: 100%;
}
.section-products-1 .btn-list {
  margin: 0 -1.46667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-products-1 .btn-list .btn {
  margin: 0 1.46667rem;
  font-size: 1.06667rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .section-products-1 .image {
    top: 15%;
    height: 70%;
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .section-products-1 .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-products-1 .image {
    position: relative;
    top: 0;
    left: -70px;
    right: 0;
    margin: 0;
    height: 50vw;
    width: 145%;
  }
  .section-products-1 .image-bg {
    top: -50vw;
    left: -80vw;
    width: 220vw;
    height: 220vw;
  }
  .section-products-1 .image-products {
    padding: 0rem;
  }
  .section-products-1 .image-products img {
    max-width: 100%;
    max-height: 100%;
  }
  .section-products-1 .section-header {
    font-size: 3rem;
  }
  .section-products-1 .text-1 {
    font-size: 1.71429rem;
    width: 75%;
  }
  .section-products-1 .btn-list {
    margin: 0 -0.33333rem;
  }
  .section-products-1 .btn-list .btn {
    margin: 0 0.33333rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.section-products-slider .container {
  padding-top: 1.33333rem;
  padding-bottom: 3.73333rem;
}
.section-products-slider .swiper-slide {
  color: #002c73;
  overflow: visible;
}
.section-products-slider .swiper-slide.swiper-slide-active,
.section-products-slider .swiper-slide.swiper-slide-duplicate-next,
.section-products-slider .swiper-slide.swiper-slide-next {
  z-index: 2;
}
.section-products-slider .swiper-slide:hover {
  z-index: 3;
}
.section-products-slider .swiper-slide .embed-responsive {
  overflow: visible;
}
.section-products-slider .swiper-slide .embed-responsive-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  background: #fff;
}
.section-products-slider .swiper-slide .embed-responsive-item img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-products-slider .swiper-slide .slide-header {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  font-size: 2.13333rem;
  line-height: 40/32;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.section-products-slider .swiper-slide .slide-header .product-symbol {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 300;
}
.section-products-slider .swiper-slide .slide-subheader {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-products-slider .swiper-slide .slide-description {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
}
.section-products-slider .swiper-slide .product-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-products-slider
  .swiper-slide
  .product-link:hover
  .embed-responsive-item
  img {
  -webkit-filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.1));
}
.section-products-slider .swiper-slide .btn-see-all {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.2rem;
  font-weight: 500;
  color: #002c73;
  text-transform: uppercase;
}
.section-products-slider .swiper-products-next,
.section-products-slider .swiper-products-prev {
  height: 1.2rem;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-products-slider .swiper-products-next:hover,
.section-products-slider .swiper-products-prev:hover {
  opacity: 0.5;
}
.section-products-slider .swiper-products-prev {
  width: 1.6rem;
  margin-right: 1.46667rem;
  background-image: url(../components/single-product/related-products/img/prev.svg);
}
.section-products-slider .swiper-products-next {
  width: 3.13333rem;
  background-image: url(../components/single-product/related-products/img/next.svg);
}
@media (max-width: 768px) {
  .section-products-slider .swiper-slider {
    overflow: visible;
  }
  .section-products-slider .embed-responsive-item img {
    -webkit-filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1.33333rem 2rem rgba(0, 0, 0, 0.3));
  }
}
.page .page-header {
  text-align: center;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page .page-header {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.page .page-title {
  font-size: 50px;
  text-transform: uppercase;
  padding-top: 20px;
}
.news-tips {
  background: -webkit-radial-gradient(80% 40%, circle, #fff 10%, #edf0f8 20%);
  background: radial-gradient(circle at 80% 40%, #fff 10%, #edf0f8 20%);
}
.news-tips .news-tips-header {
  text-align: center;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .news-tips .news-tips-header {
    padding-top: 5%;
  }
}
.news-tips .news-tips-header__logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../components/tips-news/header/img/g-logo.svg);
  height: 23.33333rem;
  width: 16.66667rem;
  margin: 0 0 0 40px;
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-header__logo {
    height: 23.33333rem;
    width: 13.33333rem;
    margin: 0;
  }
}
.news-tips .news-tips-header .ball-bg {
  top: 50%;
  left: 50%;
  width: 9.53333rem;
  height: 12.53333rem;
  background-image: url(../components/tips-news/header/img/ball.svg);
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-header .ball-bg {
    top: 50%;
    left: 42%;
  }
}
.news-tips .news-tips-header .ball-small-bg {
  top: 90%;
  left: 45%;
  width: 2.86667rem;
  height: 5.86667rem;
  background-image: url(../components/tips-news/header/img/ball_small.svg);
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-header .ball-small-bg {
    top: 100%;
    left: 41%;
  }
}
.news-tips .news-tips-header .crystal-small-bg {
  top: 65%;
  left: 80%;
  width: 1.53333rem;
  height: 2.53333rem;
  background-image: url(../img/crystal_small.svg);
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-header .crystal-small-bg {
    top: 65%;
    left: 50%;
  }
}
.news-tips .news-tips-header .crystal-bg {
  top: 60%;
  left: -30%;
  width: 13.53333rem;
  height: 14.53333rem;
  background-image: url(../img/crystal_big.svg);
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-header .crystal-bg {
    top: 60%;
    left: 17%;
  }
}
.news-tips .news-tips-header .wave {
  top: 0;
  left: 10%;
  width: 100%;
  height: 200%;
  background-image: url(../img/wave.svg);
}
.news-tips .news-tips-title {
  font-size: 3.33333rem;
  text-transform: uppercase;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin: 0 0 0 10px;
}
.news-tips .news-tips-title span {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .news-tips .news-tips-title {
    padding-top: 20px;
    font-size: 4.66667rem;
    width: 25%;
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-tips .news-tips-title {
    font-size: 6rem;
  }
}
.news-tips .news-tips-menu {
  text-align: center;
  padding: 10px 0;
  background-color: #002c73;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .news-tips .news-tips-menu {
    padding: 30px 0;
    background-color: #edf0f8;
  }
}
.news-tips .news-tips-menu .form-select-wrap {
  vertical-align: middle;
}
.news-tips .news-tips-menu .selectric .label {
  text-align: left;
}
.news-tips .news-tips-menu .news-tips-header-sticky {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .news-tips .news-tips-menu .news-tips-header-sticky {
    height: 0%;
  }
}
.news-tips .news-tips-menu .news-tips-header-sticky .news-tips-title-sticky {
  font-size: 45px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  width: 100%;
  float: left;
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .news-tips .news-tips-menu .news-tips-header-sticky .news-tips-title-sticky {
    font-size: 30px;
    top: 50%;
    left: 10%;
  }
}
@media only screen and (min-width: 1400px) {
  .news-tips .news-tips-menu .news-tips-header-sticky .news-tips-title-sticky {
    font-size: 45px;
    left: 10%;
  }
}
.news-tips .news-tips-menu.stuck {
  pointer-events: auto;
  position: fixed;
  background-color: #f3f3f3;
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 10px;
  height: 90px;
  top: 0;
  width: 100%;
  z-index: 95;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .news-tips .news-tips-menu.stuck {
    pointer-events: auto;
    position: fixed;
    background-color: #fff;
  }
}
.news-tips .news-tips-menu.stuck .news-tips-title-sticky {
  display: block;
}
.filters-mobile-label {
  text-transform: uppercase;
  font-size: 20px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 500;
  background-color: #002c73;
  padding: 10px 0;
}
.filters-mobile-label .filter-mobile-label__arrow--right {
  float: right;
  margin-right: 7%;
  font-size: 35px;
  margin-top: -3%;
}
.filters-mobile-label .filter-mobile-label__arrow--left {
  float: left;
  margin-left: 7%;
  font-size: 35px;
  margin-top: -3%;
}
.news-filters {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news-filters {
    display: block;
  }
}
.news-filters .filters-wrap {
  margin-left: inherit;
  background-color: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .news-filters .filters-wrap {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .news-filters .filters-wrap {
    margin-left: 45px;
  }
}
.news-filters .searchBox-form {
  margin-left: 20px;
}
.news-filters .searchBox-form .form-control {
  background-color: rgba(0, 0, 0, 0);
}
.clear-button-news {
  font-size: 16px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #002c73;
  font-weight: 500;
  border-bottom: 1px solid #002c73;
  cursor: pointer;
  position: absolute;
  bottom: 145px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 1200px) {
  .clear-button-news {
    position: absolute;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 40px;
    bottom: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.show-news-filters {
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  display: block;
  z-index: 800;
  overflow: hidden;
  width: 100%;
}
.show-news-filters .form-select-wrap,
.show-news-filters .searchBox-form {
  display: block;
  width: 300px;
  margin: 30px auto 0;
}
.show-news-filters .form-select-wrap .form-control,
.show-news-filters .searchBox-form .form-control {
  font-size: 16px;
  width: 300px;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: rgba(0, 0, 0, 0);
}
.show-news-filters .form-select-wrap input::-webkit-input-placeholder,
.show-news-filters .searchBox-form input::-webkit-input-placeholder {
  font-size: 16px;
}
.show-news-filters .form-select-wrap input::-moz-placeholder,
.show-news-filters .searchBox-form input::-moz-placeholder {
  font-size: 16px;
}
.show-news-filters .form-select-wrap input:-ms-input-placeholder,
.show-news-filters .searchBox-form input:-ms-input-placeholder {
  font-size: 16px;
}
.show-news-filters .form-select-wrap input::-ms-input-placeholder,
.show-news-filters .searchBox-form input::-ms-input-placeholder {
  font-size: 16px;
}
.show-news-filters .form-select-wrap input::placeholder,
.show-news-filters .searchBox-form input::placeholder {
  font-size: 16px;
}
.show-news-filters .form-select-wrap button,
.show-news-filters .searchBox-form button {
  right: -10px;
}
.protips-news-wrap .empty-message {
  display: block;
  padding: 50px 0;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  color: #002c73;
  font-size: 20px;
  text-align: center;
}
.protips-news-wrap .btn-load-more {
  margin: 0 auto;
}
:root {
  --blue: #188ef4;
  --indigo: #202945;
  --purple: #002c73;
  --pink: #e83e8c;
  --red: #de3f7d;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --gray: #6a6a6a;
  --gray-dark: #323232;
  --primary: #002c73;
  --secondary: #202945;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #de3f7d;
  --light: #edf0f8;
  --dark: #000;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #323232;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #002c73;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #110f18;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6a6a6a;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.2;
  color: #002c73;
}
.h1,
h1 {
  font-size: 3.75rem;
}
.h2,
h2 {
  font-size: 2.8125rem;
}
.h3,
h3 {
  font-size: 1.875rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.125rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 9.6875rem;
}
.display-1,
.display-2 {
  font-weight: 700;
  line-height: 1.2;
}
.display-2 {
  font-size: 7.5rem;
}
.display-3 {
  font-size: 6.25rem;
}
.display-3,
.display-4 {
  font-weight: 700;
  line-height: 1.2;
}
.display-4 {
  font-size: 4.0625rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6a6a6a;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid {
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6a6a6a;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.form-control:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #002c73;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #dee2e6;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #dee2e6;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dee2e6;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #dee2e6;
  opacity: 1;
}
.form-control::placeholder {
  color: #dee2e6;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #edf0f8;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.form-control-lg {
  height: calc(1.5em + 1.76rem);
  padding: 0.88rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6a6a6a;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((3em + 2.25rem) / 4 + 1rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23323232' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0 center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #de3f7d;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 1.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(222, 63, 125, 0.9);
  border-radius: 0;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #de3f7d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DE3F7D' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23DE3F7D' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #de3f7d;
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #de3f7d;
  padding-right: calc((3em + 2.25rem) / 4 + 1rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23323232' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0 center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23DE3F7D' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23DE3F7D' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fff no-repeat center right 1rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #de3f7d;
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #de3f7d;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #de3f7d;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #de3f7d;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e56b9a;
  background-color: #e56b9a;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #de3f7d;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #de3f7d;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #de3f7d;
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  color: #323232;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1rem 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #323232;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 44, 71, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #002c73;
  border-color: #002c73;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #211d2f;
  border-color: #1c1828;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 76, 99, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #002c73;
  border-color: #002c73;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c1828;
  border-color: #161420;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 76, 99, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #202945;
  border-color: #202945;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #14192b;
  border-color: #101422;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 97, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #202945;
  border-color: #202945;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #101422;
  border-color: #0c0f19;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 73, 97, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #de3f7d;
  border-color: #de3f7d;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #d32468;
  border-color: #c82263;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 92, 145, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #de3f7d;
  border-color: #de3f7d;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c82263;
  border-color: #bd205d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 92, 145, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #edf0f8;
  border-color: #edf0f8;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #d1d9ed;
  border-color: #c8d1ea;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 210, 217, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #edf0f8;
  border-color: #edf0f8;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #c8d1ea;
  border-color: #bfcae6;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 210, 217, 0.5);
}
.btn-dark,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white.focus,
.btn-white:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-outline-primary {
  color: #002c73;
  border-color: #002c73;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #002c73;
  border-color: #002c73;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 44, 71, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #002c73;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #002c73;
  border-color: #002c73;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 44, 71, 0.5);
}
.btn-outline-secondary {
  color: #202945;
  border-color: #202945;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #202945;
  border-color: #202945;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 41, 69, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #202945;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #202945;
  border-color: #202945;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 41, 69, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #de3f7d;
  border-color: #de3f7d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #de3f7d;
  border-color: #de3f7d;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #de3f7d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #de3f7d;
  border-color: #de3f7d;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 63, 125, 0.5);
}
.btn-outline-light {
  color: #edf0f8;
  border-color: #edf0f8;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #edf0f8;
  border-color: #edf0f8;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 248, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #edf0f8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #edf0f8;
  border-color: #edf0f8;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 240, 248, 0.5);
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white.focus,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn-link {
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #110f18;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6a6a6a;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.88rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 1.40625rem;
  padding-left: 1.40625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: 0;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0;
}
.input-group-prepend {
  margin-right: 0;
}
.input-group-append {
  margin-left: 0;
}
.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #edf0f8;
  border: 0 solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1.76rem);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.88rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #002c73;
  background-color: #002c73;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #002c73;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #8579ac;
  border-color: #8579ac;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6a6a6a;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #edf0f8;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 0 solid #9fa1a9;
}
.custom-control-label:after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #002c73;
  background-color: #002c73;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(50, 44, 71, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(50, 44, 71, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(50, 44, 71, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: 0.25rem;
  left: -2.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #9fa1a9;
  border-radius: 0.5rem;
  -webkit-transition: transform 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(50, 44, 71, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 1rem 0.375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23323232' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0 center/8px 10px;
  border: 0 solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #002c73;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 44, 71, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled {
  color: #6a6a6a;
  background-color: #edf0f8;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1.76rem);
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #002c73;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #edf0f8;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0 solid #ced4da;
  border-radius: 0;
}
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #edf0f8;
  border-left: inherit;
  border-radius: 0 0 0 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #002c73;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8579ac;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #002c73;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #8579ac;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #002c73;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #8579ac;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9fa1a9;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9fa1a9;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9fa1a9;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6a6a6a;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #edf0f8 #edf0f8 #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6a6a6a;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #002c73;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl,
.navbar .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl,
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card-deck .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #1a1725;
  background-color: #d6d5da;
  border-color: #c6c4cb;
}
.alert-primary hr {
  border-top-color: #b9b6bf;
}
.alert-primary .alert-link {
  color: #040306;
}
.alert-secondary {
  color: #111524;
  background-color: #d2d4da;
  border-color: #c1c3cb;
}
.alert-secondary hr {
  border-top-color: #b3b6bf;
}
.alert-secondary .alert-link {
  color: #010101;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #732141;
  background-color: #f8d9e5;
  border-color: #f6c9db;
}
.alert-danger hr {
  border-top-color: #f2b3cc;
}
.alert-danger .alert-link {
  color: #4b162b;
}
.alert-light {
  color: #7b7d81;
  background-color: #fbfcfe;
  border-color: #fafbfd;
}
.alert-light hr {
  border-top-color: #e8ecf6;
}
.alert-light .alert-link {
  color: #626467;
}
.alert-dark {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}
.alert-dark hr {
  border-top-color: #ababab;
}
.alert-dark .alert-link {
  color: #000;
}
.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}
.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #002c73 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #1c1828 !important;
}
.bg-secondary {
  background-color: #202945 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #101422 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #de3f7d !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #c82263 !important;
}
.bg-light {
  background-color: #edf0f8 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #c8d1ea !important;
}
.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}
a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #002c73 !important;
}
.border-secondary {
  border-color: #202945 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #de3f7d !important;
}
.border-light {
  border-color: #edf0f8 !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded,
.rounded-sm {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0 !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
}
.rounded-lg {
  border-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m--1 {
  margin: -0.25rem !important;
}
.mt--1,
.my--1 {
  margin-top: -0.25rem !important;
}
.mr--1,
.mx--1 {
  margin-right: -0.25rem !important;
}
.mb--1,
.my--1 {
  margin-bottom: -0.25rem !important;
}
.ml--1,
.mx--1 {
  margin-left: -0.25rem !important;
}
.m--2 {
  margin: -0.5rem !important;
}
.mt--2,
.my--2 {
  margin-top: -0.5rem !important;
}
.mr--2,
.mx--2 {
  margin-right: -0.5rem !important;
}
.mb--2,
.my--2 {
  margin-bottom: -0.5rem !important;
}
.ml--2,
.mx--2 {
  margin-left: -0.5rem !important;
}
.m--3 {
  margin: -1rem !important;
}
.mt--3,
.my--3 {
  margin-top: -1rem !important;
}
.mr--3,
.mx--3 {
  margin-right: -1rem !important;
}
.mb--3,
.my--3 {
  margin-bottom: -1rem !important;
}
.ml--3,
.mx--3 {
  margin-left: -1rem !important;
}
.m--4 {
  margin: -1.5rem !important;
}
.mt--4,
.my--4 {
  margin-top: -1.5rem !important;
}
.mr--4,
.mx--4 {
  margin-right: -1.5rem !important;
}
.mb--4,
.my--4 {
  margin-bottom: -1.5rem !important;
}
.ml--4,
.mx--4 {
  margin-left: -1.5rem !important;
}
.m--5 {
  margin: -3rem !important;
}
.mt--5,
.my--5 {
  margin-top: -3rem !important;
}
.mr--5,
.mx--5 {
  margin-right: -3rem !important;
}
.mb--5,
.my--5 {
  margin-bottom: -3rem !important;
}
.ml--5,
.mx--5 {
  margin-left: -3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9,
.my-9 {
  margin-top: 9rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 9rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 9rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.mt-10,
.my-10 {
  margin-top: 10rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}
.m-x30 {
  margin: 1.875rem !important;
}
.mt-x30,
.my-x30 {
  margin-top: 1.875rem !important;
}
.mr-x30,
.mx-x30 {
  margin-right: 1.875rem !important;
}
.mb-x30,
.my-x30 {
  margin-bottom: 1.875rem !important;
}
.ml-x30,
.mx-x30 {
  margin-left: 1.875rem !important;
}
.m-x40 {
  margin: 2.5rem !important;
}
.mt-x40,
.my-x40 {
  margin-top: 2.5rem !important;
}
.mr-x40,
.mx-x40 {
  margin-right: 2.5rem !important;
}
.mb-x40,
.my-x40 {
  margin-bottom: 2.5rem !important;
}
.ml-x40,
.mx-x40 {
  margin-left: 2.5rem !important;
}
.m-x60 {
  margin: 3.75rem !important;
}
.mt-x60,
.my-x60 {
  margin-top: 3.75rem !important;
}
.mr-x60,
.mx-x60 {
  margin-right: 3.75rem !important;
}
.mb-x60,
.my-x60 {
  margin-bottom: 3.75rem !important;
}
.ml-x60,
.mx-x60 {
  margin-left: 3.75rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p--1 {
  padding: -0.25rem !important;
}
.pt--1,
.py--1 {
  padding-top: -0.25rem !important;
}
.pr--1,
.px--1 {
  padding-right: -0.25rem !important;
}
.pb--1,
.py--1 {
  padding-bottom: -0.25rem !important;
}
.pl--1,
.px--1 {
  padding-left: -0.25rem !important;
}
.p--2 {
  padding: -0.5rem !important;
}
.pt--2,
.py--2 {
  padding-top: -0.5rem !important;
}
.pr--2,
.px--2 {
  padding-right: -0.5rem !important;
}
.pb--2,
.py--2 {
  padding-bottom: -0.5rem !important;
}
.pl--2,
.px--2 {
  padding-left: -0.5rem !important;
}
.p--3 {
  padding: -1rem !important;
}
.pt--3,
.py--3 {
  padding-top: -1rem !important;
}
.pr--3,
.px--3 {
  padding-right: -1rem !important;
}
.pb--3,
.py--3 {
  padding-bottom: -1rem !important;
}
.pl--3,
.px--3 {
  padding-left: -1rem !important;
}
.p--4 {
  padding: -1.5rem !important;
}
.pt--4,
.py--4 {
  padding-top: -1.5rem !important;
}
.pr--4,
.px--4 {
  padding-right: -1.5rem !important;
}
.pb--4,
.py--4 {
  padding-bottom: -1.5rem !important;
}
.pl--4,
.px--4 {
  padding-left: -1.5rem !important;
}
.p--5 {
  padding: -3rem !important;
}
.pt--5,
.py--5 {
  padding-top: -3rem !important;
}
.pr--5,
.px--5 {
  padding-right: -3rem !important;
}
.pb--5,
.py--5 {
  padding-bottom: -3rem !important;
}
.pl--5,
.px--5 {
  padding-left: -3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9rem !important;
}
.pr-9,
.px-9 {
  padding-right: 9rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9rem !important;
}
.pl-9,
.px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10rem !important;
}
.pr-10,
.px-10 {
  padding-right: 10rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
  padding-left: 10rem !important;
}
.p-x30 {
  padding: 1.875rem !important;
}
.pt-x30,
.py-x30 {
  padding-top: 1.875rem !important;
}
.pr-x30,
.px-x30 {
  padding-right: 1.875rem !important;
}
.pb-x30,
.py-x30 {
  padding-bottom: 1.875rem !important;
}
.pl-x30,
.px-x30 {
  padding-left: 1.875rem !important;
}
.p-x40 {
  padding: 2.5rem !important;
}
.pt-x40,
.py-x40 {
  padding-top: 2.5rem !important;
}
.pr-x40,
.px-x40 {
  padding-right: 2.5rem !important;
}
.pb-x40,
.py-x40 {
  padding-bottom: 2.5rem !important;
}
.pl-x40,
.px-x40 {
  padding-left: 2.5rem !important;
}
.p-x60 {
  padding: 3.75rem !important;
}
.pt-x60,
.py-x60 {
  padding-top: 3.75rem !important;
}
.pr-x60,
.px-x60 {
  padding-right: 3.75rem !important;
}
.pb-x60,
.py-x60 {
  padding-bottom: 3.75rem !important;
}
.pl-x60,
.px-x60 {
  padding-left: 3.75rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n-1 {
  margin: 0.25rem !important;
}
.mt-n-1,
.my-n-1 {
  margin-top: 0.25rem !important;
}
.mr-n-1,
.mx-n-1 {
  margin-right: 0.25rem !important;
}
.mb-n-1,
.my-n-1 {
  margin-bottom: 0.25rem !important;
}
.ml-n-1,
.mx-n-1 {
  margin-left: 0.25rem !important;
}
.m-n-2 {
  margin: 0.5rem !important;
}
.mt-n-2,
.my-n-2 {
  margin-top: 0.5rem !important;
}
.mr-n-2,
.mx-n-2 {
  margin-right: 0.5rem !important;
}
.mb-n-2,
.my-n-2 {
  margin-bottom: 0.5rem !important;
}
.ml-n-2,
.mx-n-2 {
  margin-left: 0.5rem !important;
}
.m-n-3 {
  margin: 1rem !important;
}
.mt-n-3,
.my-n-3 {
  margin-top: 1rem !important;
}
.mr-n-3,
.mx-n-3 {
  margin-right: 1rem !important;
}
.mb-n-3,
.my-n-3 {
  margin-bottom: 1rem !important;
}
.ml-n-3,
.mx-n-3 {
  margin-left: 1rem !important;
}
.m-n-4 {
  margin: 1.5rem !important;
}
.mt-n-4,
.my-n-4 {
  margin-top: 1.5rem !important;
}
.mr-n-4,
.mx-n-4 {
  margin-right: 1.5rem !important;
}
.mb-n-4,
.my-n-4 {
  margin-bottom: 1.5rem !important;
}
.ml-n-4,
.mx-n-4 {
  margin-left: 1.5rem !important;
}
.m-n-5 {
  margin: 3rem !important;
}
.mt-n-5,
.my-n-5 {
  margin-top: 3rem !important;
}
.mr-n-5,
.mx-n-5 {
  margin-right: 3rem !important;
}
.mb-n-5,
.my-n-5 {
  margin-bottom: 3rem !important;
}
.ml-n-5,
.mx-n-5 {
  margin-left: 3rem !important;
}
.m-n6 {
  margin: -4.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}
.m-n7 {
  margin: -6rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -9rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -9rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -9rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -9rem !important;
}
.m-n10 {
  margin: -10rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -10rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -10rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -10rem !important;
}
.m-nx30 {
  margin: -1.875rem !important;
}
.mt-nx30,
.my-nx30 {
  margin-top: -1.875rem !important;
}
.mr-nx30,
.mx-nx30 {
  margin-right: -1.875rem !important;
}
.mb-nx30,
.my-nx30 {
  margin-bottom: -1.875rem !important;
}
.ml-nx30,
.mx-nx30 {
  margin-left: -1.875rem !important;
}
.m-nx40 {
  margin: -2.5rem !important;
}
.mt-nx40,
.my-nx40 {
  margin-top: -2.5rem !important;
}
.mr-nx40,
.mx-nx40 {
  margin-right: -2.5rem !important;
}
.mb-nx40,
.my-nx40 {
  margin-bottom: -2.5rem !important;
}
.ml-nx40,
.mx-nx40 {
  margin-left: -2.5rem !important;
}
.m-nx60 {
  margin: -3.75rem !important;
}
.mt-nx60,
.my-nx60 {
  margin-top: -3.75rem !important;
}
.mr-nx60,
.mx-nx60 {
  margin-right: -3.75rem !important;
}
.mb-nx60,
.my-nx60 {
  margin-bottom: -3.75rem !important;
}
.ml-nx60,
.mx-nx60 {
  margin-left: -3.75rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm--1 {
    margin: -0.25rem !important;
  }
  .mt-sm--1,
  .my-sm--1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm--1,
  .mx-sm--1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm--1,
  .my-sm--1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm--1,
  .mx-sm--1 {
    margin-left: -0.25rem !important;
  }
  .m-sm--2 {
    margin: -0.5rem !important;
  }
  .mt-sm--2,
  .my-sm--2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm--2,
  .mx-sm--2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm--2,
  .my-sm--2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm--2,
  .mx-sm--2 {
    margin-left: -0.5rem !important;
  }
  .m-sm--3 {
    margin: -1rem !important;
  }
  .mt-sm--3,
  .my-sm--3 {
    margin-top: -1rem !important;
  }
  .mr-sm--3,
  .mx-sm--3 {
    margin-right: -1rem !important;
  }
  .mb-sm--3,
  .my-sm--3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm--3,
  .mx-sm--3 {
    margin-left: -1rem !important;
  }
  .m-sm--4 {
    margin: -1.5rem !important;
  }
  .mt-sm--4,
  .my-sm--4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm--4,
  .mx-sm--4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm--4,
  .my-sm--4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm--4,
  .mx-sm--4 {
    margin-left: -1.5rem !important;
  }
  .m-sm--5 {
    margin: -3rem !important;
  }
  .mt-sm--5,
  .my-sm--5 {
    margin-top: -3rem !important;
  }
  .mr-sm--5,
  .mx-sm--5 {
    margin-right: -3rem !important;
  }
  .mb-sm--5,
  .my-sm--5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm--5,
  .mx-sm--5 {
    margin-left: -3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10rem !important;
  }
  .m-sm-x30 {
    margin: 1.875rem !important;
  }
  .mt-sm-x30,
  .my-sm-x30 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-x30,
  .mx-sm-x30 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-x30,
  .my-sm-x30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-x30,
  .mx-sm-x30 {
    margin-left: 1.875rem !important;
  }
  .m-sm-x40 {
    margin: 2.5rem !important;
  }
  .mt-sm-x40,
  .my-sm-x40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-x40,
  .mx-sm-x40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-x40,
  .my-sm-x40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-x40,
  .mx-sm-x40 {
    margin-left: 2.5rem !important;
  }
  .m-sm-x60 {
    margin: 3.75rem !important;
  }
  .mt-sm-x60,
  .my-sm-x60 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-x60,
  .mx-sm-x60 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-x60,
  .my-sm-x60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-x60,
  .mx-sm-x60 {
    margin-left: 3.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm--1 {
    padding: -0.25rem !important;
  }
  .pt-sm--1,
  .py-sm--1 {
    padding-top: -0.25rem !important;
  }
  .pr-sm--1,
  .px-sm--1 {
    padding-right: -0.25rem !important;
  }
  .pb-sm--1,
  .py-sm--1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-sm--1,
  .px-sm--1 {
    padding-left: -0.25rem !important;
  }
  .p-sm--2 {
    padding: -0.5rem !important;
  }
  .pt-sm--2,
  .py-sm--2 {
    padding-top: -0.5rem !important;
  }
  .pr-sm--2,
  .px-sm--2 {
    padding-right: -0.5rem !important;
  }
  .pb-sm--2,
  .py-sm--2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-sm--2,
  .px-sm--2 {
    padding-left: -0.5rem !important;
  }
  .p-sm--3 {
    padding: -1rem !important;
  }
  .pt-sm--3,
  .py-sm--3 {
    padding-top: -1rem !important;
  }
  .pr-sm--3,
  .px-sm--3 {
    padding-right: -1rem !important;
  }
  .pb-sm--3,
  .py-sm--3 {
    padding-bottom: -1rem !important;
  }
  .pl-sm--3,
  .px-sm--3 {
    padding-left: -1rem !important;
  }
  .p-sm--4 {
    padding: -1.5rem !important;
  }
  .pt-sm--4,
  .py-sm--4 {
    padding-top: -1.5rem !important;
  }
  .pr-sm--4,
  .px-sm--4 {
    padding-right: -1.5rem !important;
  }
  .pb-sm--4,
  .py-sm--4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-sm--4,
  .px-sm--4 {
    padding-left: -1.5rem !important;
  }
  .p-sm--5 {
    padding: -3rem !important;
  }
  .pt-sm--5,
  .py-sm--5 {
    padding-top: -3rem !important;
  }
  .pr-sm--5,
  .px-sm--5 {
    padding-right: -3rem !important;
  }
  .pb-sm--5,
  .py-sm--5 {
    padding-bottom: -3rem !important;
  }
  .pl-sm--5,
  .px-sm--5 {
    padding-left: -3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10rem !important;
  }
  .p-sm-x30 {
    padding: 1.875rem !important;
  }
  .pt-sm-x30,
  .py-sm-x30 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-x30,
  .px-sm-x30 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-x30,
  .py-sm-x30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-x30,
  .px-sm-x30 {
    padding-left: 1.875rem !important;
  }
  .p-sm-x40 {
    padding: 2.5rem !important;
  }
  .pt-sm-x40,
  .py-sm-x40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-x40,
  .px-sm-x40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-x40,
  .py-sm-x40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-x40,
  .px-sm-x40 {
    padding-left: 2.5rem !important;
  }
  .p-sm-x60 {
    padding: 3.75rem !important;
  }
  .pt-sm-x60,
  .py-sm-x60 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-x60,
  .px-sm-x60 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-x60,
  .py-sm-x60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-x60,
  .px-sm-x60 {
    padding-left: 3.75rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-n-1,
  .my-sm-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-n-1,
  .mx-sm-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-n-1,
  .my-sm-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-n-1,
  .mx-sm-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-n-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-n-2,
  .my-sm-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-n-2,
  .mx-sm-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-n-2,
  .my-sm-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-n-2,
  .mx-sm-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-n-3 {
    margin: 1rem !important;
  }
  .mt-sm-n-3,
  .my-sm-n-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-n-3,
  .mx-sm-n-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-n-3,
  .my-sm-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-n-3,
  .mx-sm-n-3 {
    margin-left: 1rem !important;
  }
  .m-sm-n-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-n-4,
  .my-sm-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-n-4,
  .mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-n-4,
  .my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-n-4,
  .mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-n-5 {
    margin: 3rem !important;
  }
  .mt-sm-n-5,
  .my-sm-n-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-n-5,
  .mx-sm-n-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-n-5,
  .my-sm-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-n-5,
  .mx-sm-n-5 {
    margin-left: 3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10rem !important;
  }
  .m-sm-nx30 {
    margin: -1.875rem !important;
  }
  .mt-sm-nx30,
  .my-sm-nx30 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-nx30,
  .mx-sm-nx30 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-nx30,
  .my-sm-nx30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-nx30,
  .mx-sm-nx30 {
    margin-left: -1.875rem !important;
  }
  .m-sm-nx40 {
    margin: -2.5rem !important;
  }
  .mt-sm-nx40,
  .my-sm-nx40 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-nx40,
  .mx-sm-nx40 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-nx40,
  .my-sm-nx40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-nx40,
  .mx-sm-nx40 {
    margin-left: -2.5rem !important;
  }
  .m-sm-nx60 {
    margin: -3.75rem !important;
  }
  .mt-sm-nx60,
  .my-sm-nx60 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-nx60,
  .mx-sm-nx60 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-nx60,
  .my-sm-nx60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-nx60,
  .mx-sm-nx60 {
    margin-left: -3.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md--1 {
    margin: -0.25rem !important;
  }
  .mt-md--1,
  .my-md--1 {
    margin-top: -0.25rem !important;
  }
  .mr-md--1,
  .mx-md--1 {
    margin-right: -0.25rem !important;
  }
  .mb-md--1,
  .my-md--1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md--1,
  .mx-md--1 {
    margin-left: -0.25rem !important;
  }
  .m-md--2 {
    margin: -0.5rem !important;
  }
  .mt-md--2,
  .my-md--2 {
    margin-top: -0.5rem !important;
  }
  .mr-md--2,
  .mx-md--2 {
    margin-right: -0.5rem !important;
  }
  .mb-md--2,
  .my-md--2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md--2,
  .mx-md--2 {
    margin-left: -0.5rem !important;
  }
  .m-md--3 {
    margin: -1rem !important;
  }
  .mt-md--3,
  .my-md--3 {
    margin-top: -1rem !important;
  }
  .mr-md--3,
  .mx-md--3 {
    margin-right: -1rem !important;
  }
  .mb-md--3,
  .my-md--3 {
    margin-bottom: -1rem !important;
  }
  .ml-md--3,
  .mx-md--3 {
    margin-left: -1rem !important;
  }
  .m-md--4 {
    margin: -1.5rem !important;
  }
  .mt-md--4,
  .my-md--4 {
    margin-top: -1.5rem !important;
  }
  .mr-md--4,
  .mx-md--4 {
    margin-right: -1.5rem !important;
  }
  .mb-md--4,
  .my-md--4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md--4,
  .mx-md--4 {
    margin-left: -1.5rem !important;
  }
  .m-md--5 {
    margin: -3rem !important;
  }
  .mt-md--5,
  .my-md--5 {
    margin-top: -3rem !important;
  }
  .mr-md--5,
  .mx-md--5 {
    margin-right: -3rem !important;
  }
  .mb-md--5,
  .my-md--5 {
    margin-bottom: -3rem !important;
  }
  .ml-md--5,
  .mx-md--5 {
    margin-left: -3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10rem !important;
  }
  .m-md-x30 {
    margin: 1.875rem !important;
  }
  .mt-md-x30,
  .my-md-x30 {
    margin-top: 1.875rem !important;
  }
  .mr-md-x30,
  .mx-md-x30 {
    margin-right: 1.875rem !important;
  }
  .mb-md-x30,
  .my-md-x30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-x30,
  .mx-md-x30 {
    margin-left: 1.875rem !important;
  }
  .m-md-x40 {
    margin: 2.5rem !important;
  }
  .mt-md-x40,
  .my-md-x40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-x40,
  .mx-md-x40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-x40,
  .my-md-x40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-x40,
  .mx-md-x40 {
    margin-left: 2.5rem !important;
  }
  .m-md-x60 {
    margin: 3.75rem !important;
  }
  .mt-md-x60,
  .my-md-x60 {
    margin-top: 3.75rem !important;
  }
  .mr-md-x60,
  .mx-md-x60 {
    margin-right: 3.75rem !important;
  }
  .mb-md-x60,
  .my-md-x60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-x60,
  .mx-md-x60 {
    margin-left: 3.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md--1 {
    padding: -0.25rem !important;
  }
  .pt-md--1,
  .py-md--1 {
    padding-top: -0.25rem !important;
  }
  .pr-md--1,
  .px-md--1 {
    padding-right: -0.25rem !important;
  }
  .pb-md--1,
  .py-md--1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-md--1,
  .px-md--1 {
    padding-left: -0.25rem !important;
  }
  .p-md--2 {
    padding: -0.5rem !important;
  }
  .pt-md--2,
  .py-md--2 {
    padding-top: -0.5rem !important;
  }
  .pr-md--2,
  .px-md--2 {
    padding-right: -0.5rem !important;
  }
  .pb-md--2,
  .py-md--2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-md--2,
  .px-md--2 {
    padding-left: -0.5rem !important;
  }
  .p-md--3 {
    padding: -1rem !important;
  }
  .pt-md--3,
  .py-md--3 {
    padding-top: -1rem !important;
  }
  .pr-md--3,
  .px-md--3 {
    padding-right: -1rem !important;
  }
  .pb-md--3,
  .py-md--3 {
    padding-bottom: -1rem !important;
  }
  .pl-md--3,
  .px-md--3 {
    padding-left: -1rem !important;
  }
  .p-md--4 {
    padding: -1.5rem !important;
  }
  .pt-md--4,
  .py-md--4 {
    padding-top: -1.5rem !important;
  }
  .pr-md--4,
  .px-md--4 {
    padding-right: -1.5rem !important;
  }
  .pb-md--4,
  .py-md--4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-md--4,
  .px-md--4 {
    padding-left: -1.5rem !important;
  }
  .p-md--5 {
    padding: -3rem !important;
  }
  .pt-md--5,
  .py-md--5 {
    padding-top: -3rem !important;
  }
  .pr-md--5,
  .px-md--5 {
    padding-right: -3rem !important;
  }
  .pb-md--5,
  .py-md--5 {
    padding-bottom: -3rem !important;
  }
  .pl-md--5,
  .px-md--5 {
    padding-left: -3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10rem !important;
  }
  .p-md-x30 {
    padding: 1.875rem !important;
  }
  .pt-md-x30,
  .py-md-x30 {
    padding-top: 1.875rem !important;
  }
  .pr-md-x30,
  .px-md-x30 {
    padding-right: 1.875rem !important;
  }
  .pb-md-x30,
  .py-md-x30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-x30,
  .px-md-x30 {
    padding-left: 1.875rem !important;
  }
  .p-md-x40 {
    padding: 2.5rem !important;
  }
  .pt-md-x40,
  .py-md-x40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-x40,
  .px-md-x40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-x40,
  .py-md-x40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-x40,
  .px-md-x40 {
    padding-left: 2.5rem !important;
  }
  .p-md-x60 {
    padding: 3.75rem !important;
  }
  .pt-md-x60,
  .py-md-x60 {
    padding-top: 3.75rem !important;
  }
  .pr-md-x60,
  .px-md-x60 {
    padding-right: 3.75rem !important;
  }
  .pb-md-x60,
  .py-md-x60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-x60,
  .px-md-x60 {
    padding-left: 3.75rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n-1 {
    margin: 0.25rem !important;
  }
  .mt-md-n-1,
  .my-md-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-n-1,
  .mx-md-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-n-1,
  .my-md-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-n-1,
  .mx-md-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-n-2 {
    margin: 0.5rem !important;
  }
  .mt-md-n-2,
  .my-md-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-n-2,
  .mx-md-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-n-2,
  .my-md-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-n-2,
  .mx-md-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-n-3 {
    margin: 1rem !important;
  }
  .mt-md-n-3,
  .my-md-n-3 {
    margin-top: 1rem !important;
  }
  .mr-md-n-3,
  .mx-md-n-3 {
    margin-right: 1rem !important;
  }
  .mb-md-n-3,
  .my-md-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-n-3,
  .mx-md-n-3 {
    margin-left: 1rem !important;
  }
  .m-md-n-4 {
    margin: 1.5rem !important;
  }
  .mt-md-n-4,
  .my-md-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-n-4,
  .mx-md-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-n-4,
  .my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-n-4,
  .mx-md-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-n-5 {
    margin: 3rem !important;
  }
  .mt-md-n-5,
  .my-md-n-5 {
    margin-top: 3rem !important;
  }
  .mr-md-n-5,
  .mx-md-n-5 {
    margin-right: 3rem !important;
  }
  .mb-md-n-5,
  .my-md-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-n-5,
  .mx-md-n-5 {
    margin-left: 3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10rem !important;
  }
  .m-md-nx30 {
    margin: -1.875rem !important;
  }
  .mt-md-nx30,
  .my-md-nx30 {
    margin-top: -1.875rem !important;
  }
  .mr-md-nx30,
  .mx-md-nx30 {
    margin-right: -1.875rem !important;
  }
  .mb-md-nx30,
  .my-md-nx30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-nx30,
  .mx-md-nx30 {
    margin-left: -1.875rem !important;
  }
  .m-md-nx40 {
    margin: -2.5rem !important;
  }
  .mt-md-nx40,
  .my-md-nx40 {
    margin-top: -2.5rem !important;
  }
  .mr-md-nx40,
  .mx-md-nx40 {
    margin-right: -2.5rem !important;
  }
  .mb-md-nx40,
  .my-md-nx40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-nx40,
  .mx-md-nx40 {
    margin-left: -2.5rem !important;
  }
  .m-md-nx60 {
    margin: -3.75rem !important;
  }
  .mt-md-nx60,
  .my-md-nx60 {
    margin-top: -3.75rem !important;
  }
  .mr-md-nx60,
  .mx-md-nx60 {
    margin-right: -3.75rem !important;
  }
  .mb-md-nx60,
  .my-md-nx60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-nx60,
  .mx-md-nx60 {
    margin-left: -3.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg--1 {
    margin: -0.25rem !important;
  }
  .mt-lg--1,
  .my-lg--1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg--1,
  .mx-lg--1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg--1,
  .my-lg--1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg--1,
  .mx-lg--1 {
    margin-left: -0.25rem !important;
  }
  .m-lg--2 {
    margin: -0.5rem !important;
  }
  .mt-lg--2,
  .my-lg--2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg--2,
  .mx-lg--2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg--2,
  .my-lg--2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg--2,
  .mx-lg--2 {
    margin-left: -0.5rem !important;
  }
  .m-lg--3 {
    margin: -1rem !important;
  }
  .mt-lg--3,
  .my-lg--3 {
    margin-top: -1rem !important;
  }
  .mr-lg--3,
  .mx-lg--3 {
    margin-right: -1rem !important;
  }
  .mb-lg--3,
  .my-lg--3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg--3,
  .mx-lg--3 {
    margin-left: -1rem !important;
  }
  .m-lg--4 {
    margin: -1.5rem !important;
  }
  .mt-lg--4,
  .my-lg--4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg--4,
  .mx-lg--4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg--4,
  .my-lg--4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg--4,
  .mx-lg--4 {
    margin-left: -1.5rem !important;
  }
  .m-lg--5 {
    margin: -3rem !important;
  }
  .mt-lg--5,
  .my-lg--5 {
    margin-top: -3rem !important;
  }
  .mr-lg--5,
  .mx-lg--5 {
    margin-right: -3rem !important;
  }
  .mb-lg--5,
  .my-lg--5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg--5,
  .mx-lg--5 {
    margin-left: -3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important;
  }
  .m-lg-x30 {
    margin: 1.875rem !important;
  }
  .mt-lg-x30,
  .my-lg-x30 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-x30,
  .mx-lg-x30 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-x30,
  .my-lg-x30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-x30,
  .mx-lg-x30 {
    margin-left: 1.875rem !important;
  }
  .m-lg-x40 {
    margin: 2.5rem !important;
  }
  .mt-lg-x40,
  .my-lg-x40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-x40,
  .mx-lg-x40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-x40,
  .my-lg-x40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-x40,
  .mx-lg-x40 {
    margin-left: 2.5rem !important;
  }
  .m-lg-x60 {
    margin: 3.75rem !important;
  }
  .mt-lg-x60,
  .my-lg-x60 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-x60,
  .mx-lg-x60 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-x60,
  .my-lg-x60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-x60,
  .mx-lg-x60 {
    margin-left: 3.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg--1 {
    padding: -0.25rem !important;
  }
  .pt-lg--1,
  .py-lg--1 {
    padding-top: -0.25rem !important;
  }
  .pr-lg--1,
  .px-lg--1 {
    padding-right: -0.25rem !important;
  }
  .pb-lg--1,
  .py-lg--1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-lg--1,
  .px-lg--1 {
    padding-left: -0.25rem !important;
  }
  .p-lg--2 {
    padding: -0.5rem !important;
  }
  .pt-lg--2,
  .py-lg--2 {
    padding-top: -0.5rem !important;
  }
  .pr-lg--2,
  .px-lg--2 {
    padding-right: -0.5rem !important;
  }
  .pb-lg--2,
  .py-lg--2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-lg--2,
  .px-lg--2 {
    padding-left: -0.5rem !important;
  }
  .p-lg--3 {
    padding: -1rem !important;
  }
  .pt-lg--3,
  .py-lg--3 {
    padding-top: -1rem !important;
  }
  .pr-lg--3,
  .px-lg--3 {
    padding-right: -1rem !important;
  }
  .pb-lg--3,
  .py-lg--3 {
    padding-bottom: -1rem !important;
  }
  .pl-lg--3,
  .px-lg--3 {
    padding-left: -1rem !important;
  }
  .p-lg--4 {
    padding: -1.5rem !important;
  }
  .pt-lg--4,
  .py-lg--4 {
    padding-top: -1.5rem !important;
  }
  .pr-lg--4,
  .px-lg--4 {
    padding-right: -1.5rem !important;
  }
  .pb-lg--4,
  .py-lg--4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-lg--4,
  .px-lg--4 {
    padding-left: -1.5rem !important;
  }
  .p-lg--5 {
    padding: -3rem !important;
  }
  .pt-lg--5,
  .py-lg--5 {
    padding-top: -3rem !important;
  }
  .pr-lg--5,
  .px-lg--5 {
    padding-right: -3rem !important;
  }
  .pb-lg--5,
  .py-lg--5 {
    padding-bottom: -3rem !important;
  }
  .pl-lg--5,
  .px-lg--5 {
    padding-left: -3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important;
  }
  .p-lg-x30 {
    padding: 1.875rem !important;
  }
  .pt-lg-x30,
  .py-lg-x30 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-x30,
  .px-lg-x30 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-x30,
  .py-lg-x30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-x30,
  .px-lg-x30 {
    padding-left: 1.875rem !important;
  }
  .p-lg-x40 {
    padding: 2.5rem !important;
  }
  .pt-lg-x40,
  .py-lg-x40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-x40,
  .px-lg-x40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-x40,
  .py-lg-x40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-x40,
  .px-lg-x40 {
    padding-left: 2.5rem !important;
  }
  .p-lg-x60 {
    padding: 3.75rem !important;
  }
  .pt-lg-x60,
  .py-lg-x60 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-x60,
  .px-lg-x60 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-x60,
  .py-lg-x60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-x60,
  .px-lg-x60 {
    padding-left: 3.75rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-n-1,
  .my-lg-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-n-1,
  .mx-lg-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-n-1,
  .my-lg-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-n-1,
  .mx-lg-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-n-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-n-2,
  .my-lg-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-n-2,
  .mx-lg-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-n-2,
  .my-lg-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-n-2,
  .mx-lg-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-n-3 {
    margin: 1rem !important;
  }
  .mt-lg-n-3,
  .my-lg-n-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-n-3,
  .mx-lg-n-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-n-3,
  .my-lg-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-n-3,
  .mx-lg-n-3 {
    margin-left: 1rem !important;
  }
  .m-lg-n-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-n-4,
  .my-lg-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-n-4,
  .mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-n-4,
  .my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-n-4,
  .mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-n-5 {
    margin: 3rem !important;
  }
  .mt-lg-n-5,
  .my-lg-n-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-n-5,
  .mx-lg-n-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-n-5,
  .my-lg-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-n-5,
  .mx-lg-n-5 {
    margin-left: 3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important;
  }
  .m-lg-nx30 {
    margin: -1.875rem !important;
  }
  .mt-lg-nx30,
  .my-lg-nx30 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-nx30,
  .mx-lg-nx30 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-nx30,
  .my-lg-nx30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-nx30,
  .mx-lg-nx30 {
    margin-left: -1.875rem !important;
  }
  .m-lg-nx40 {
    margin: -2.5rem !important;
  }
  .mt-lg-nx40,
  .my-lg-nx40 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-nx40,
  .mx-lg-nx40 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-nx40,
  .my-lg-nx40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-nx40,
  .mx-lg-nx40 {
    margin-left: -2.5rem !important;
  }
  .m-lg-nx60 {
    margin: -3.75rem !important;
  }
  .mt-lg-nx60,
  .my-lg-nx60 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-nx60,
  .mx-lg-nx60 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-nx60,
  .my-lg-nx60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-nx60,
  .mx-lg-nx60 {
    margin-left: -3.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl--1 {
    margin: -0.25rem !important;
  }
  .mt-xl--1,
  .my-xl--1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl--1,
  .mx-xl--1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl--1,
  .my-xl--1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl--1,
  .mx-xl--1 {
    margin-left: -0.25rem !important;
  }
  .m-xl--2 {
    margin: -0.5rem !important;
  }
  .mt-xl--2,
  .my-xl--2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl--2,
  .mx-xl--2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl--2,
  .my-xl--2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl--2,
  .mx-xl--2 {
    margin-left: -0.5rem !important;
  }
  .m-xl--3 {
    margin: -1rem !important;
  }
  .mt-xl--3,
  .my-xl--3 {
    margin-top: -1rem !important;
  }
  .mr-xl--3,
  .mx-xl--3 {
    margin-right: -1rem !important;
  }
  .mb-xl--3,
  .my-xl--3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl--3,
  .mx-xl--3 {
    margin-left: -1rem !important;
  }
  .m-xl--4 {
    margin: -1.5rem !important;
  }
  .mt-xl--4,
  .my-xl--4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl--4,
  .mx-xl--4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl--4,
  .my-xl--4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl--4,
  .mx-xl--4 {
    margin-left: -1.5rem !important;
  }
  .m-xl--5 {
    margin: -3rem !important;
  }
  .mt-xl--5,
  .my-xl--5 {
    margin-top: -3rem !important;
  }
  .mr-xl--5,
  .mx-xl--5 {
    margin-right: -3rem !important;
  }
  .mb-xl--5,
  .my-xl--5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl--5,
  .mx-xl--5 {
    margin-left: -3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10rem !important;
  }
  .m-xl-x30 {
    margin: 1.875rem !important;
  }
  .mt-xl-x30,
  .my-xl-x30 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-x30,
  .mx-xl-x30 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-x30,
  .my-xl-x30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-x30,
  .mx-xl-x30 {
    margin-left: 1.875rem !important;
  }
  .m-xl-x40 {
    margin: 2.5rem !important;
  }
  .mt-xl-x40,
  .my-xl-x40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-x40,
  .mx-xl-x40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-x40,
  .my-xl-x40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-x40,
  .mx-xl-x40 {
    margin-left: 2.5rem !important;
  }
  .m-xl-x60 {
    margin: 3.75rem !important;
  }
  .mt-xl-x60,
  .my-xl-x60 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-x60,
  .mx-xl-x60 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-x60,
  .my-xl-x60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-x60,
  .mx-xl-x60 {
    margin-left: 3.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl--1 {
    padding: -0.25rem !important;
  }
  .pt-xl--1,
  .py-xl--1 {
    padding-top: -0.25rem !important;
  }
  .pr-xl--1,
  .px-xl--1 {
    padding-right: -0.25rem !important;
  }
  .pb-xl--1,
  .py-xl--1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-xl--1,
  .px-xl--1 {
    padding-left: -0.25rem !important;
  }
  .p-xl--2 {
    padding: -0.5rem !important;
  }
  .pt-xl--2,
  .py-xl--2 {
    padding-top: -0.5rem !important;
  }
  .pr-xl--2,
  .px-xl--2 {
    padding-right: -0.5rem !important;
  }
  .pb-xl--2,
  .py-xl--2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-xl--2,
  .px-xl--2 {
    padding-left: -0.5rem !important;
  }
  .p-xl--3 {
    padding: -1rem !important;
  }
  .pt-xl--3,
  .py-xl--3 {
    padding-top: -1rem !important;
  }
  .pr-xl--3,
  .px-xl--3 {
    padding-right: -1rem !important;
  }
  .pb-xl--3,
  .py-xl--3 {
    padding-bottom: -1rem !important;
  }
  .pl-xl--3,
  .px-xl--3 {
    padding-left: -1rem !important;
  }
  .p-xl--4 {
    padding: -1.5rem !important;
  }
  .pt-xl--4,
  .py-xl--4 {
    padding-top: -1.5rem !important;
  }
  .pr-xl--4,
  .px-xl--4 {
    padding-right: -1.5rem !important;
  }
  .pb-xl--4,
  .py-xl--4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-xl--4,
  .px-xl--4 {
    padding-left: -1.5rem !important;
  }
  .p-xl--5 {
    padding: -3rem !important;
  }
  .pt-xl--5,
  .py-xl--5 {
    padding-top: -3rem !important;
  }
  .pr-xl--5,
  .px-xl--5 {
    padding-right: -3rem !important;
  }
  .pb-xl--5,
  .py-xl--5 {
    padding-bottom: -3rem !important;
  }
  .pl-xl--5,
  .px-xl--5 {
    padding-left: -3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10rem !important;
  }
  .p-xl-x30 {
    padding: 1.875rem !important;
  }
  .pt-xl-x30,
  .py-xl-x30 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-x30,
  .px-xl-x30 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-x30,
  .py-xl-x30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-x30,
  .px-xl-x30 {
    padding-left: 1.875rem !important;
  }
  .p-xl-x40 {
    padding: 2.5rem !important;
  }
  .pt-xl-x40,
  .py-xl-x40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-x40,
  .px-xl-x40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-x40,
  .py-xl-x40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-x40,
  .px-xl-x40 {
    padding-left: 2.5rem !important;
  }
  .p-xl-x60 {
    padding: 3.75rem !important;
  }
  .pt-xl-x60,
  .py-xl-x60 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-x60,
  .px-xl-x60 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-x60,
  .py-xl-x60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-x60,
  .px-xl-x60 {
    padding-left: 3.75rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-n-1,
  .my-xl-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-n-1,
  .mx-xl-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-n-1,
  .my-xl-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-n-1,
  .mx-xl-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-n-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-n-2,
  .my-xl-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-n-2,
  .mx-xl-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-n-2,
  .my-xl-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-n-2,
  .mx-xl-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-n-3 {
    margin: 1rem !important;
  }
  .mt-xl-n-3,
  .my-xl-n-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-n-3,
  .mx-xl-n-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-n-3,
  .my-xl-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-n-3,
  .mx-xl-n-3 {
    margin-left: 1rem !important;
  }
  .m-xl-n-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-n-4,
  .my-xl-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-n-4,
  .mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-n-4,
  .my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-n-4,
  .mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-n-5 {
    margin: 3rem !important;
  }
  .mt-xl-n-5,
  .my-xl-n-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-n-5,
  .mx-xl-n-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-n-5,
  .my-xl-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-n-5,
  .mx-xl-n-5 {
    margin-left: 3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10rem !important;
  }
  .m-xl-nx30 {
    margin: -1.875rem !important;
  }
  .mt-xl-nx30,
  .my-xl-nx30 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-nx30,
  .mx-xl-nx30 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-nx30,
  .my-xl-nx30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-nx30,
  .mx-xl-nx30 {
    margin-left: -1.875rem !important;
  }
  .m-xl-nx40 {
    margin: -2.5rem !important;
  }
  .mt-xl-nx40,
  .my-xl-nx40 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-nx40,
  .mx-xl-nx40 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-nx40,
  .my-xl-nx40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-nx40,
  .mx-xl-nx40 {
    margin-left: -2.5rem !important;
  }
  .m-xl-nx60 {
    margin: -3.75rem !important;
  }
  .mt-xl-nx60,
  .my-xl-nx60 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-nx60,
  .mx-xl-nx60 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-nx60,
  .my-xl-nx60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-nx60,
  .mx-xl-nx60 {
    margin-left: -3.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl--1 {
    margin: -0.25rem !important;
  }
  .mt-xxl--1,
  .my-xxl--1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl--1,
  .mx-xxl--1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl--1,
  .my-xxl--1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl--1,
  .mx-xxl--1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl--2 {
    margin: -0.5rem !important;
  }
  .mt-xxl--2,
  .my-xxl--2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl--2,
  .mx-xxl--2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl--2,
  .my-xxl--2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl--2,
  .mx-xxl--2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl--3 {
    margin: -1rem !important;
  }
  .mt-xxl--3,
  .my-xxl--3 {
    margin-top: -1rem !important;
  }
  .mr-xxl--3,
  .mx-xxl--3 {
    margin-right: -1rem !important;
  }
  .mb-xxl--3,
  .my-xxl--3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl--3,
  .mx-xxl--3 {
    margin-left: -1rem !important;
  }
  .m-xxl--4 {
    margin: -1.5rem !important;
  }
  .mt-xxl--4,
  .my-xxl--4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl--4,
  .mx-xxl--4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl--4,
  .my-xxl--4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl--4,
  .mx-xxl--4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl--5 {
    margin: -3rem !important;
  }
  .mt-xxl--5,
  .my-xxl--5 {
    margin-top: -3rem !important;
  }
  .mr-xxl--5,
  .mx-xxl--5 {
    margin-right: -3rem !important;
  }
  .mb-xxl--5,
  .my-xxl--5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl--5,
  .mx-xxl--5 {
    margin-left: -3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10rem !important;
  }
  .m-xxl-x30 {
    margin: 1.875rem !important;
  }
  .mt-xxl-x30,
  .my-xxl-x30 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-x30,
  .mx-xxl-x30 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-x30,
  .my-xxl-x30 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-x30,
  .mx-xxl-x30 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-x40 {
    margin: 2.5rem !important;
  }
  .mt-xxl-x40,
  .my-xxl-x40 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-x40,
  .mx-xxl-x40 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-x40,
  .my-xxl-x40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-x40,
  .mx-xxl-x40 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-x60 {
    margin: 3.75rem !important;
  }
  .mt-xxl-x60,
  .my-xxl-x60 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-x60,
  .mx-xxl-x60 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-x60,
  .my-xxl-x60 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-x60,
  .mx-xxl-x60 {
    margin-left: 3.75rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl--1 {
    padding: -0.25rem !important;
  }
  .pt-xxl--1,
  .py-xxl--1 {
    padding-top: -0.25rem !important;
  }
  .pr-xxl--1,
  .px-xxl--1 {
    padding-right: -0.25rem !important;
  }
  .pb-xxl--1,
  .py-xxl--1 {
    padding-bottom: -0.25rem !important;
  }
  .pl-xxl--1,
  .px-xxl--1 {
    padding-left: -0.25rem !important;
  }
  .p-xxl--2 {
    padding: -0.5rem !important;
  }
  .pt-xxl--2,
  .py-xxl--2 {
    padding-top: -0.5rem !important;
  }
  .pr-xxl--2,
  .px-xxl--2 {
    padding-right: -0.5rem !important;
  }
  .pb-xxl--2,
  .py-xxl--2 {
    padding-bottom: -0.5rem !important;
  }
  .pl-xxl--2,
  .px-xxl--2 {
    padding-left: -0.5rem !important;
  }
  .p-xxl--3 {
    padding: -1rem !important;
  }
  .pt-xxl--3,
  .py-xxl--3 {
    padding-top: -1rem !important;
  }
  .pr-xxl--3,
  .px-xxl--3 {
    padding-right: -1rem !important;
  }
  .pb-xxl--3,
  .py-xxl--3 {
    padding-bottom: -1rem !important;
  }
  .pl-xxl--3,
  .px-xxl--3 {
    padding-left: -1rem !important;
  }
  .p-xxl--4 {
    padding: -1.5rem !important;
  }
  .pt-xxl--4,
  .py-xxl--4 {
    padding-top: -1.5rem !important;
  }
  .pr-xxl--4,
  .px-xxl--4 {
    padding-right: -1.5rem !important;
  }
  .pb-xxl--4,
  .py-xxl--4 {
    padding-bottom: -1.5rem !important;
  }
  .pl-xxl--4,
  .px-xxl--4 {
    padding-left: -1.5rem !important;
  }
  .p-xxl--5 {
    padding: -3rem !important;
  }
  .pt-xxl--5,
  .py-xxl--5 {
    padding-top: -3rem !important;
  }
  .pr-xxl--5,
  .px-xxl--5 {
    padding-right: -3rem !important;
  }
  .pb-xxl--5,
  .py-xxl--5 {
    padding-bottom: -3rem !important;
  }
  .pl-xxl--5,
  .px-xxl--5 {
    padding-left: -3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10rem !important;
  }
  .p-xxl-x30 {
    padding: 1.875rem !important;
  }
  .pt-xxl-x30,
  .py-xxl-x30 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-x30,
  .px-xxl-x30 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-x30,
  .py-xxl-x30 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-x30,
  .px-xxl-x30 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-x40 {
    padding: 2.5rem !important;
  }
  .pt-xxl-x40,
  .py-xxl-x40 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-x40,
  .px-xxl-x40 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-x40,
  .py-xxl-x40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-x40,
  .px-xxl-x40 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-x60 {
    padding: 3.75rem !important;
  }
  .pt-xxl-x60,
  .py-xxl-x60 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-x60,
  .px-xxl-x60 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-x60,
  .py-xxl-x60 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-x60,
  .px-xxl-x60 {
    padding-left: 3.75rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-n-1,
  .my-xxl-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-n-1,
  .mx-xxl-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-n-1,
  .my-xxl-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-n-1,
  .mx-xxl-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-n-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-n-2,
  .my-xxl-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-n-2,
  .mx-xxl-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-n-2,
  .my-xxl-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-n-2,
  .mx-xxl-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-n-3 {
    margin: 1rem !important;
  }
  .mt-xxl-n-3,
  .my-xxl-n-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-n-3,
  .mx-xxl-n-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-n-3,
  .my-xxl-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-n-3,
  .mx-xxl-n-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-n-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-n-4,
  .my-xxl-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-n-4,
  .mx-xxl-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-n-4,
  .my-xxl-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-n-4,
  .mx-xxl-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-n-5 {
    margin: 3rem !important;
  }
  .mt-xxl-n-5,
  .my-xxl-n-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-n-5,
  .mx-xxl-n-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-n-5,
  .my-xxl-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-n-5,
  .mx-xxl-n-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10rem !important;
  }
  .m-xxl-nx30 {
    margin: -1.875rem !important;
  }
  .mt-xxl-nx30,
  .my-xxl-nx30 {
    margin-top: -1.875rem !important;
  }
  .mr-xxl-nx30,
  .mx-xxl-nx30 {
    margin-right: -1.875rem !important;
  }
  .mb-xxl-nx30,
  .my-xxl-nx30 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxl-nx30,
  .mx-xxl-nx30 {
    margin-left: -1.875rem !important;
  }
  .m-xxl-nx40 {
    margin: -2.5rem !important;
  }
  .mt-xxl-nx40,
  .my-xxl-nx40 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-nx40,
  .mx-xxl-nx40 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-nx40,
  .my-xxl-nx40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-nx40,
  .mx-xxl-nx40 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-nx60 {
    margin: -3.75rem !important;
  }
  .mt-xxl-nx60,
  .my-xxl-nx60 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-nx60,
  .mx-xxl-nx60 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-nx60,
  .my-xxl-nx60 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-nx60,
  .mx-xxl-nx60 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #002c73 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #110f18 !important;
}
.text-secondary {
  color: #202945 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #080a11 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #de3f7d !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #b21f58 !important;
}
.text-light {
  color: #edf0f8 !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #b6c2e3 !important;
}
.text-dark,
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:focus,
a.text-white:hover {
  color: #d9d9d9 !important;
}
.text-body {
  color: #323232 !important;
}
.text-muted {
  color: #6a6a6a !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #9fa1a9;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInXone {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInXone {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInXone {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInXone;
  animation-name: flipInXone;
}
@-webkit-keyframes flipInYone {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInYone {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInYone {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInYone;
  animation-name: flipInYone;
}
@-webkit-keyframes fadeInUpMedium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpMedium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpMedium {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUpMedium;
}
@-webkit-keyframes fadeInDownMedium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownpMedium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownpMedium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownMedium {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInDownMedium;
}
.gutters-0.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.gutters-0.row > [class*="col "],
.gutters-0.row > [class*=" col"],
.gutters-0.row > [class*=" col "],
.gutters-0.row > [class*="col-"],
.gutters-0.row > [class="col"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gutters-15.row {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.gutters-15.row > [class*="col "],
.gutters-15.row > [class*=" col"],
.gutters-15.row > [class*=" col "],
.gutters-15.row > [class*="col-"],
.gutters-15.row > [class="col"] {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.gutters-30.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.gutters-30.row > [class*="col "],
.gutters-30.row > [class*=" col"],
.gutters-30.row > [class*=" col "],
.gutters-30.row > [class*="col-"],
.gutters-30.row > [class="col"] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.gutters-45.row {
  margin-right: -22.5px !important;
  margin-left: -22.5px !important;
}
.gutters-45.row > [class*="col "],
.gutters-45.row > [class*=" col"],
.gutters-45.row > [class*=" col "],
.gutters-45.row > [class*="col-"],
.gutters-45.row > [class="col"] {
  padding-right: 22.5px !important;
  padding-left: 22.5px !important;
}
.gutters-60.row {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.gutters-60.row > [class*="col "],
.gutters-60.row > [class*=" col"],
.gutters-60.row > [class*=" col "],
.gutters-60.row > [class*="col-"],
.gutters-60.row > [class="col"] {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.gutters-75.row {
  margin-right: -37.5px !important;
  margin-left: -37.5px !important;
}
.gutters-75.row > [class*="col "],
.gutters-75.row > [class*=" col"],
.gutters-75.row > [class*=" col "],
.gutters-75.row > [class*="col-"],
.gutters-75.row > [class="col"] {
  padding-right: 37.5px !important;
  padding-left: 37.5px !important;
}
.gutters-90.row {
  margin-right: -45px !important;
  margin-left: -45px !important;
}
.gutters-90.row > [class*="col "],
.gutters-90.row > [class*=" col"],
.gutters-90.row > [class*=" col "],
.gutters-90.row > [class*="col-"],
.gutters-90.row > [class="col"] {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.gutters-105.row {
  margin-right: -52.5px !important;
  margin-left: -52.5px !important;
}
.gutters-105.row > [class*="col "],
.gutters-105.row > [class*=" col"],
.gutters-105.row > [class*=" col "],
.gutters-105.row > [class*="col-"],
.gutters-105.row > [class="col"] {
  padding-right: 52.5px !important;
  padding-left: 52.5px !important;
}
.gutters-120.row {
  margin-right: -60px !important;
  margin-left: -60px !important;
}
.gutters-120.row > [class*="col "],
.gutters-120.row > [class*=" col"],
.gutters-120.row > [class*=" col "],
.gutters-120.row > [class*="col-"],
.gutters-120.row > [class="col"] {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.gutters-xs-0.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.gutters-xs-0.row > [class*="col "],
.gutters-xs-0.row > [class*=" col"],
.gutters-xs-0.row > [class*=" col "],
.gutters-xs-0.row > [class*="col-"],
.gutters-xs-0.row > [class="col"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gutters-xs-15.row {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.gutters-xs-15.row > [class*="col "],
.gutters-xs-15.row > [class*=" col"],
.gutters-xs-15.row > [class*=" col "],
.gutters-xs-15.row > [class*="col-"],
.gutters-xs-15.row > [class="col"] {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.gutters-xs-30.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.gutters-xs-30.row > [class*="col "],
.gutters-xs-30.row > [class*=" col"],
.gutters-xs-30.row > [class*=" col "],
.gutters-xs-30.row > [class*="col-"],
.gutters-xs-30.row > [class="col"] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.gutters-xs-45.row {
  margin-right: -22.5px !important;
  margin-left: -22.5px !important;
}
.gutters-xs-45.row > [class*="col "],
.gutters-xs-45.row > [class*=" col"],
.gutters-xs-45.row > [class*=" col "],
.gutters-xs-45.row > [class*="col-"],
.gutters-xs-45.row > [class="col"] {
  padding-right: 22.5px !important;
  padding-left: 22.5px !important;
}
.gutters-xs-60.row {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.gutters-xs-60.row > [class*="col "],
.gutters-xs-60.row > [class*=" col"],
.gutters-xs-60.row > [class*=" col "],
.gutters-xs-60.row > [class*="col-"],
.gutters-xs-60.row > [class="col"] {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.gutters-xs-75.row {
  margin-right: -37.5px !important;
  margin-left: -37.5px !important;
}
.gutters-xs-75.row > [class*="col "],
.gutters-xs-75.row > [class*=" col"],
.gutters-xs-75.row > [class*=" col "],
.gutters-xs-75.row > [class*="col-"],
.gutters-xs-75.row > [class="col"] {
  padding-right: 37.5px !important;
  padding-left: 37.5px !important;
}
.gutters-xs-90.row {
  margin-right: -45px !important;
  margin-left: -45px !important;
}
.gutters-xs-90.row > [class*="col "],
.gutters-xs-90.row > [class*=" col"],
.gutters-xs-90.row > [class*=" col "],
.gutters-xs-90.row > [class*="col-"],
.gutters-xs-90.row > [class="col"] {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.gutters-xs-105.row {
  margin-right: -52.5px !important;
  margin-left: -52.5px !important;
}
.gutters-xs-105.row > [class*="col "],
.gutters-xs-105.row > [class*=" col"],
.gutters-xs-105.row > [class*=" col "],
.gutters-xs-105.row > [class*="col-"],
.gutters-xs-105.row > [class="col"] {
  padding-right: 52.5px !important;
  padding-left: 52.5px !important;
}
.gutters-xs-120.row {
  margin-right: -60px !important;
  margin-left: -60px !important;
}
.gutters-xs-120.row > [class*="col "],
.gutters-xs-120.row > [class*=" col"],
.gutters-xs-120.row > [class*=" col "],
.gutters-xs-120.row > [class*="col-"],
.gutters-xs-120.row > [class="col"] {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
@media (min-width: 576px) {
  .gutters-sm-0.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .gutters-sm-0.row > [class*="col "],
  .gutters-sm-0.row > [class*=" col"],
  .gutters-sm-0.row > [class*=" col "],
  .gutters-sm-0.row > [class*="col-"],
  .gutters-sm-0.row > [class="col"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .gutters-sm-15.row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .gutters-sm-15.row > [class*="col "],
  .gutters-sm-15.row > [class*=" col"],
  .gutters-sm-15.row > [class*=" col "],
  .gutters-sm-15.row > [class*="col-"],
  .gutters-sm-15.row > [class="col"] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .gutters-sm-30.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .gutters-sm-30.row > [class*="col "],
  .gutters-sm-30.row > [class*=" col"],
  .gutters-sm-30.row > [class*=" col "],
  .gutters-sm-30.row > [class*="col-"],
  .gutters-sm-30.row > [class="col"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .gutters-sm-45.row {
    margin-right: -22.5px !important;
    margin-left: -22.5px !important;
  }
  .gutters-sm-45.row > [class*="col "],
  .gutters-sm-45.row > [class*=" col"],
  .gutters-sm-45.row > [class*=" col "],
  .gutters-sm-45.row > [class*="col-"],
  .gutters-sm-45.row > [class="col"] {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .gutters-sm-60.row {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .gutters-sm-60.row > [class*="col "],
  .gutters-sm-60.row > [class*=" col"],
  .gutters-sm-60.row > [class*=" col "],
  .gutters-sm-60.row > [class*="col-"],
  .gutters-sm-60.row > [class="col"] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .gutters-sm-75.row {
    margin-right: -37.5px !important;
    margin-left: -37.5px !important;
  }
  .gutters-sm-75.row > [class*="col "],
  .gutters-sm-75.row > [class*=" col"],
  .gutters-sm-75.row > [class*=" col "],
  .gutters-sm-75.row > [class*="col-"],
  .gutters-sm-75.row > [class="col"] {
    padding-right: 37.5px !important;
    padding-left: 37.5px !important;
  }
  .gutters-sm-90.row {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .gutters-sm-90.row > [class*="col "],
  .gutters-sm-90.row > [class*=" col"],
  .gutters-sm-90.row > [class*=" col "],
  .gutters-sm-90.row > [class*="col-"],
  .gutters-sm-90.row > [class="col"] {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .gutters-sm-105.row {
    margin-right: -52.5px !important;
    margin-left: -52.5px !important;
  }
  .gutters-sm-105.row > [class*="col "],
  .gutters-sm-105.row > [class*=" col"],
  .gutters-sm-105.row > [class*=" col "],
  .gutters-sm-105.row > [class*="col-"],
  .gutters-sm-105.row > [class="col"] {
    padding-right: 52.5px !important;
    padding-left: 52.5px !important;
  }
  .gutters-sm-120.row {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .gutters-sm-120.row > [class*="col "],
  .gutters-sm-120.row > [class*=" col"],
  .gutters-sm-120.row > [class*=" col "],
  .gutters-sm-120.row > [class*="col-"],
  .gutters-sm-120.row > [class="col"] {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .gutters-md-0.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .gutters-md-0.row > [class*="col "],
  .gutters-md-0.row > [class*=" col"],
  .gutters-md-0.row > [class*=" col "],
  .gutters-md-0.row > [class*="col-"],
  .gutters-md-0.row > [class="col"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .gutters-md-15.row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .gutters-md-15.row > [class*="col "],
  .gutters-md-15.row > [class*=" col"],
  .gutters-md-15.row > [class*=" col "],
  .gutters-md-15.row > [class*="col-"],
  .gutters-md-15.row > [class="col"] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .gutters-md-30.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .gutters-md-30.row > [class*="col "],
  .gutters-md-30.row > [class*=" col"],
  .gutters-md-30.row > [class*=" col "],
  .gutters-md-30.row > [class*="col-"],
  .gutters-md-30.row > [class="col"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .gutters-md-45.row {
    margin-right: -22.5px !important;
    margin-left: -22.5px !important;
  }
  .gutters-md-45.row > [class*="col "],
  .gutters-md-45.row > [class*=" col"],
  .gutters-md-45.row > [class*=" col "],
  .gutters-md-45.row > [class*="col-"],
  .gutters-md-45.row > [class="col"] {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .gutters-md-60.row {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .gutters-md-60.row > [class*="col "],
  .gutters-md-60.row > [class*=" col"],
  .gutters-md-60.row > [class*=" col "],
  .gutters-md-60.row > [class*="col-"],
  .gutters-md-60.row > [class="col"] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .gutters-md-75.row {
    margin-right: -37.5px !important;
    margin-left: -37.5px !important;
  }
  .gutters-md-75.row > [class*="col "],
  .gutters-md-75.row > [class*=" col"],
  .gutters-md-75.row > [class*=" col "],
  .gutters-md-75.row > [class*="col-"],
  .gutters-md-75.row > [class="col"] {
    padding-right: 37.5px !important;
    padding-left: 37.5px !important;
  }
  .gutters-md-90.row {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .gutters-md-90.row > [class*="col "],
  .gutters-md-90.row > [class*=" col"],
  .gutters-md-90.row > [class*=" col "],
  .gutters-md-90.row > [class*="col-"],
  .gutters-md-90.row > [class="col"] {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .gutters-md-105.row {
    margin-right: -52.5px !important;
    margin-left: -52.5px !important;
  }
  .gutters-md-105.row > [class*="col "],
  .gutters-md-105.row > [class*=" col"],
  .gutters-md-105.row > [class*=" col "],
  .gutters-md-105.row > [class*="col-"],
  .gutters-md-105.row > [class="col"] {
    padding-right: 52.5px !important;
    padding-left: 52.5px !important;
  }
  .gutters-md-120.row {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .gutters-md-120.row > [class*="col "],
  .gutters-md-120.row > [class*=" col"],
  .gutters-md-120.row > [class*=" col "],
  .gutters-md-120.row > [class*="col-"],
  .gutters-md-120.row > [class="col"] {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (min-width: 992px) {
  .gutters-lg-0.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .gutters-lg-0.row > [class*="col "],
  .gutters-lg-0.row > [class*=" col"],
  .gutters-lg-0.row > [class*=" col "],
  .gutters-lg-0.row > [class*="col-"],
  .gutters-lg-0.row > [class="col"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .gutters-lg-15.row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .gutters-lg-15.row > [class*="col "],
  .gutters-lg-15.row > [class*=" col"],
  .gutters-lg-15.row > [class*=" col "],
  .gutters-lg-15.row > [class*="col-"],
  .gutters-lg-15.row > [class="col"] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .gutters-lg-30.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .gutters-lg-30.row > [class*="col "],
  .gutters-lg-30.row > [class*=" col"],
  .gutters-lg-30.row > [class*=" col "],
  .gutters-lg-30.row > [class*="col-"],
  .gutters-lg-30.row > [class="col"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .gutters-lg-45.row {
    margin-right: -22.5px !important;
    margin-left: -22.5px !important;
  }
  .gutters-lg-45.row > [class*="col "],
  .gutters-lg-45.row > [class*=" col"],
  .gutters-lg-45.row > [class*=" col "],
  .gutters-lg-45.row > [class*="col-"],
  .gutters-lg-45.row > [class="col"] {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .gutters-lg-60.row {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .gutters-lg-60.row > [class*="col "],
  .gutters-lg-60.row > [class*=" col"],
  .gutters-lg-60.row > [class*=" col "],
  .gutters-lg-60.row > [class*="col-"],
  .gutters-lg-60.row > [class="col"] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .gutters-lg-75.row {
    margin-right: -37.5px !important;
    margin-left: -37.5px !important;
  }
  .gutters-lg-75.row > [class*="col "],
  .gutters-lg-75.row > [class*=" col"],
  .gutters-lg-75.row > [class*=" col "],
  .gutters-lg-75.row > [class*="col-"],
  .gutters-lg-75.row > [class="col"] {
    padding-right: 37.5px !important;
    padding-left: 37.5px !important;
  }
  .gutters-lg-90.row {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .gutters-lg-90.row > [class*="col "],
  .gutters-lg-90.row > [class*=" col"],
  .gutters-lg-90.row > [class*=" col "],
  .gutters-lg-90.row > [class*="col-"],
  .gutters-lg-90.row > [class="col"] {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .gutters-lg-105.row {
    margin-right: -52.5px !important;
    margin-left: -52.5px !important;
  }
  .gutters-lg-105.row > [class*="col "],
  .gutters-lg-105.row > [class*=" col"],
  .gutters-lg-105.row > [class*=" col "],
  .gutters-lg-105.row > [class*="col-"],
  .gutters-lg-105.row > [class="col"] {
    padding-right: 52.5px !important;
    padding-left: 52.5px !important;
  }
  .gutters-lg-120.row {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .gutters-lg-120.row > [class*="col "],
  .gutters-lg-120.row > [class*=" col"],
  .gutters-lg-120.row > [class*=" col "],
  .gutters-lg-120.row > [class*="col-"],
  .gutters-lg-120.row > [class="col"] {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .gutters-xl-0.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .gutters-xl-0.row > [class*="col "],
  .gutters-xl-0.row > [class*=" col"],
  .gutters-xl-0.row > [class*=" col "],
  .gutters-xl-0.row > [class*="col-"],
  .gutters-xl-0.row > [class="col"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .gutters-xl-15.row {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .gutters-xl-15.row > [class*="col "],
  .gutters-xl-15.row > [class*=" col"],
  .gutters-xl-15.row > [class*=" col "],
  .gutters-xl-15.row > [class*="col-"],
  .gutters-xl-15.row > [class="col"] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .gutters-xl-30.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .gutters-xl-30.row > [class*="col "],
  .gutters-xl-30.row > [class*=" col"],
  .gutters-xl-30.row > [class*=" col "],
  .gutters-xl-30.row > [class*="col-"],
  .gutters-xl-30.row > [class="col"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .gutters-xl-45.row {
    margin-right: -22.5px !important;
    margin-left: -22.5px !important;
  }
  .gutters-xl-45.row > [class*="col "],
  .gutters-xl-45.row > [class*=" col"],
  .gutters-xl-45.row > [class*=" col "],
  .gutters-xl-45.row > [class*="col-"],
  .gutters-xl-45.row > [class="col"] {
    padding-right: 22.5px !important;
    padding-left: 22.5px !important;
  }
  .gutters-xl-60.row {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .gutters-xl-60.row > [class*="col "],
  .gutters-xl-60.row > [class*=" col"],
  .gutters-xl-60.row > [class*=" col "],
  .gutters-xl-60.row > [class*="col-"],
  .gutters-xl-60.row > [class="col"] {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .gutters-xl-75.row {
    margin-right: -37.5px !important;
    margin-left: -37.5px !important;
  }
  .gutters-xl-75.row > [class*="col "],
  .gutters-xl-75.row > [class*=" col"],
  .gutters-xl-75.row > [class*=" col "],
  .gutters-xl-75.row > [class*="col-"],
  .gutters-xl-75.row > [class="col"] {
    padding-right: 37.5px !important;
    padding-left: 37.5px !important;
  }
  .gutters-xl-90.row {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .gutters-xl-90.row > [class*="col "],
  .gutters-xl-90.row > [class*=" col"],
  .gutters-xl-90.row > [class*=" col "],
  .gutters-xl-90.row > [class*="col-"],
  .gutters-xl-90.row > [class="col"] {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .gutters-xl-105.row {
    margin-right: -52.5px !important;
    margin-left: -52.5px !important;
  }
  .gutters-xl-105.row > [class*="col "],
  .gutters-xl-105.row > [class*=" col"],
  .gutters-xl-105.row > [class*=" col "],
  .gutters-xl-105.row > [class*="col-"],
  .gutters-xl-105.row > [class="col"] {
    padding-right: 52.5px !important;
    padding-left: 52.5px !important;
  }
  .gutters-xl-120.row {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .gutters-xl-120.row > [class*="col "],
  .gutters-xl-120.row > [class*=" col"],
  .gutters-xl-120.row > [class*=" col "],
  .gutters-xl-120.row > [class*="col-"],
  .gutters-xl-120.row > [class="col"] {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #ddd;
  background: #f8f8f8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
}
.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #002c73;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #002c73;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #8b8893;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  text-transform: uppercase;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #02d4af;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #fff;
  background: #8b8893;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type="checkbox"],
.bootstrap-switch input[type="radio"] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-indeterminate,
.bootstrap-switch.bootstrap-switch-readonly {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off
  .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on
  .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
@font-face {
  font-family: Lightcase;
  src: url(../fonts/lightcase.ttf);
}
[class*="lightcase-icon-"]:before {
  font-family: Lightcase;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.lightcase-icon-play:before {
  content: "\e800";
}
.lightcase-icon-pause:before {
  content: "\e801";
}
.lightcase-icon-close:before {
  content: "\e802";
}
.lightcase-icon-prev:before {
  content: "\e803";
}
.lightcase-icon-next:before {
  content: "\e804";
}
.lightcase-icon-spin:before {
  content: "\e805";
}
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type="error"]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case[data-lc-type="image"] #lightcase-content,
  #lightcase-case[data-lc-type="video"] #lightcase-content {
    background-color: #333;
  }
}
#lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
  #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
#lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
  #lightcase-content
  .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner {
    padding: 15px;
  }
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner,
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    > * {
    width: 100% !important;
    max-width: none !important;
  }
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    > :not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  .lightcase-isMobileDevice
    #lightcase-case[data-lc-type="iframe"]
    #lightcase-content
    .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  [data-lc-type="image"] #lightcase-content .lightcase-contentInner,
  [data-lc-type="video"] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
.lightcase-isMobileDevice
  #lightcase-case[data-lc-type="iframe"]
  #lightcase-content
  .lightcase-contentInner
  .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type="error"])
    #lightcase-content
    .lightcase-contentInner
    .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px;
  }
  .lightcase-open body > :not([id*="lightcase-"]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #312b47;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lightcase-case:not([data-lc-type="image"]):not([data-lc-type="video"]):not([data-lc-type="flash"]):not([data-lc-type="error"])
    #lightcase-info {
    position: static;
  }
}
#lightcase-loading {
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s linear infinite;
  animation: lightcase-spin 0.5s linear infinite;
}
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, 0.25s ease-in-out;
  transition: color, opacity, 0.25s ease-in-out;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
#lightcase-nav a[class*="lightcase-icon-"] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
#lightcase-nav a[class*="lightcase-icon-"],
#lightcase-nav a[class*="lightcase-icon-"]:focus {
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.6);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, 0.25s ease-in-out;
  transition: color, opacity, 0.25s ease-in-out;
}
#lightcase-nav a[class*="lightcase-icon-"] > span {
  display: inline-block;
  text-indent: -9999px;
}
#lightcase-nav a[class*="lightcase-icon-"]:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}
.lightcase-isMobileDevice #lightcase-nav a[class*="lightcase-icon-"]:hover {
  color: #aaa;
  text-shadow: none;
}
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-prev {
  left: 15px;
}
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-next {
  right: 15px;
}
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-pause,
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-play {
    opacity: 0;
  }
}
#lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
@media screen and (max-width: 640px) {
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
    position: absolute;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*="lightcase-icon-"].lightcase-icon-close {
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  #lightcase-nav a[class*="lightcase-icon-"] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  #lightcase-nav a[class*="lightcase-icon-"] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-case:hover ~ #lightcase-nav a[class*="lightcase-icon-"],
  #lightcase-nav a[class*="lightcase-icon-"]:hover {
    opacity: 1;
  }
}
#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #312b47;
}
@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.flag-icon,
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../sass/flags-svg/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../sass/flags-svg/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../sass/flags-svg/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../sass/flags-svg/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../sass/flags-svg/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../sass/flags-svg/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../sass/flags-svg/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../sass/flags-svg/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../sass/flags-svg/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../sass/flags-svg/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../sass/flags-svg/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../sass/flags-svg/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../sass/flags-svg/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../sass/flags-svg/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../sass/flags-svg/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../sass/flags-svg/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../sass/flags-svg/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../sass/flags-svg/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../sass/flags-svg/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../sass/flags-svg/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../sass/flags-svg/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../sass/flags-svg/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../sass/flags-svg/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../sass/flags-svg/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../sass/flags-svg/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../sass/flags-svg/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../sass/flags-svg/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../sass/flags-svg/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../sass/flags-svg/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../sass/flags-svg/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../sass/flags-svg/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../sass/flags-svg/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../sass/flags-svg/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../sass/flags-svg/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../sass/flags-svg/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../sass/flags-svg/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../sass/flags-svg/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../sass/flags-svg/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../sass/flags-svg/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../sass/flags-svg/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../sass/flags-svg/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../sass/flags-svg/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../sass/flags-svg/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../sass/flags-svg/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../sass/flags-svg/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../sass/flags-svg/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../sass/flags-svg/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../sass/flags-svg/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../sass/flags-svg/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../sass/flags-svg/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../sass/flags-svg/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../sass/flags-svg/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../sass/flags-svg/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../sass/flags-svg/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../sass/flags-svg/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../sass/flags-svg/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../sass/flags-svg/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../sass/flags-svg/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../sass/flags-svg/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../sass/flags-svg/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../sass/flags-svg/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../sass/flags-svg/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../sass/flags-svg/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../sass/flags-svg/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../sass/flags-svg/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../sass/flags-svg/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../sass/flags-svg/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../sass/flags-svg/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../sass/flags-svg/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../sass/flags-svg/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../sass/flags-svg/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../sass/flags-svg/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../sass/flags-svg/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../sass/flags-svg/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../sass/flags-svg/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../sass/flags-svg/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../sass/flags-svg/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../sass/flags-svg/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../sass/flags-svg/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../sass/flags-svg/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../sass/flags-svg/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../sass/flags-svg/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../sass/flags-svg/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../sass/flags-svg/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../sass/flags-svg/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../sass/flags-svg/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../sass/flags-svg/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../sass/flags-svg/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../sass/flags-svg/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../sass/flags-svg/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../sass/flags-svg/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../sass/flags-svg/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../sass/flags-svg/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../sass/flags-svg/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../sass/flags-svg/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../sass/flags-svg/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../sass/flags-svg/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../sass/flags-svg/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../sass/flags-svg/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../sass/flags-svg/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../sass/flags-svg/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../sass/flags-svg/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../sass/flags-svg/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../sass/flags-svg/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../sass/flags-svg/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../sass/flags-svg/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../sass/flags-svg/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../sass/flags-svg/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../sass/flags-svg/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../sass/flags-svg/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../sass/flags-svg/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../sass/flags-svg/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../sass/flags-svg/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../sass/flags-svg/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../sass/flags-svg/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../sass/flags-svg/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../sass/flags-svg/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../sass/flags-svg/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../sass/flags-svg/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../sass/flags-svg/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../sass/flags-svg/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../sass/flags-svg/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../sass/flags-svg/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../sass/flags-svg/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../sass/flags-svg/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../sass/flags-svg/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../sass/flags-svg/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../sass/flags-svg/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../sass/flags-svg/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../sass/flags-svg/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../sass/flags-svg/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../sass/flags-svg/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../sass/flags-svg/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../sass/flags-svg/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../sass/flags-svg/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../sass/flags-svg/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../sass/flags-svg/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../sass/flags-svg/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../sass/flags-svg/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../sass/flags-svg/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../sass/flags-svg/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../sass/flags-svg/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../sass/flags-svg/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../sass/flags-svg/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../sass/flags-svg/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../sass/flags-svg/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../sass/flags-svg/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../sass/flags-svg/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../sass/flags-svg/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../sass/flags-svg/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../sass/flags-svg/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../sass/flags-svg/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../sass/flags-svg/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../sass/flags-svg/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../sass/flags-svg/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../sass/flags-svg/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../sass/flags-svg/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../sass/flags-svg/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../sass/flags-svg/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../sass/flags-svg/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../sass/flags-svg/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../sass/flags-svg/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../sass/flags-svg/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../sass/flags-svg/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../sass/flags-svg/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../sass/flags-svg/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../sass/flags-svg/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../sass/flags-svg/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../sass/flags-svg/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../sass/flags-svg/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../sass/flags-svg/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../sass/flags-svg/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../sass/flags-svg/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../sass/flags-svg/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../sass/flags-svg/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../sass/flags-svg/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../sass/flags-svg/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../sass/flags-svg/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../sass/flags-svg/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../sass/flags-svg/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../sass/flags-svg/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../sass/flags-svg/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../sass/flags-svg/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../sass/flags-svg/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../sass/flags-svg/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../sass/flags-svg/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../sass/flags-svg/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../sass/flags-svg/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../sass/flags-svg/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../sass/flags-svg/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../sass/flags-svg/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../sass/flags-svg/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../sass/flags-svg/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../sass/flags-svg/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../sass/flags-svg/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../sass/flags-svg/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../sass/flags-svg/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../sass/flags-svg/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../sass/flags-svg/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../sass/flags-svg/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../sass/flags-svg/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../sass/flags-svg/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../sass/flags-svg/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../sass/flags-svg/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../sass/flags-svg/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../sass/flags-svg/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../sass/flags-svg/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../sass/flags-svg/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../sass/flags-svg/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../sass/flags-svg/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../sass/flags-svg/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../sass/flags-svg/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../sass/flags-svg/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../sass/flags-svg/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../sass/flags-svg/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../sass/flags-svg/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../sass/flags-svg/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../sass/flags-svg/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../sass/flags-svg/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../sass/flags-svg/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../sass/flags-svg/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../sass/flags-svg/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../sass/flags-svg/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../sass/flags-svg/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../sass/flags-svg/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../sass/flags-svg/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../sass/flags-svg/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../sass/flags-svg/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../sass/flags-svg/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../sass/flags-svg/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../sass/flags-svg/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../sass/flags-svg/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../sass/flags-svg/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../sass/flags-svg/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../sass/flags-svg/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../sass/flags-svg/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../sass/flags-svg/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../sass/flags-svg/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../sass/flags-svg/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../sass/flags-svg/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../sass/flags-svg/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../sass/flags-svg/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../sass/flags-svg/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../sass/flags-svg/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../sass/flags-svg/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../sass/flags-svg/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../sass/flags-svg/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../sass/flags-svg/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../sass/flags-svg/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/zw.svg);
}
.flag-icon-eu {
  background-image: url(../sass/flags-svg/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../sass/flags-svg/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../sass/flags-svg/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../sass/flags-svg/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../sass/flags-svg/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../sass/flags-svg/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../sass/flags-svg/1x1/un.svg);
}
body > .site-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body.preventBodyScrolling {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.page-category-bg,
.page-maintenance-bg {
  background-color: #edf0f8;
}
.card-v2 {
  box-shadow: 0.66667rem 1.6rem 3.73333rem rgba(33, 37, 41, 0.2);
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card-v2,
.card-v2 .card-v2-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card-v2 .card-v2-image {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-v2 .card-v2-image img {
  min-width: 100%;
  min-height: 100%;
}
.card-v2 .card-v2-header {
  margin-bottom: 1.06667rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.73333rem;
  font-weight: 700;
}
.card-v2 .card-v2-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.card-v2 .card-v2-text {
  font-size: 0.93333rem;
  font-weight: 300;
}
.card-v2 .card-v2-text:not(:last-child) {
  margin-bottom: 2.13333rem;
}
.card-v2 .card-v2-label {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
}
.card-v2 .card-v2-label,
.card-v2 .card-v2-label * {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 700;
  font-size: 0.8rem;
}
.card-v2 .card-v2-label .btn {
  border-radius: 3.33333rem;
}
.card-v2 .card-v2-label .btn.everyone {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.card-v2 .card-v2-label .btn.professional {
  background-color: #ff8c07;
  border-color: #ff8c07;
  color: #fff;
}
.card-v2 .card-v2-label .btn.certified {
  background-color: #0076ff;
  border-color: #0076ff;
  color: #fff;
}
.card-v2 footer {
  margin-top: auto;
  font-size: 1.2rem;
  color: #002c73;
  justify-self: flex-end;
}
.card-v2 footer dl {
  margin-bottom: 0.53333rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.card-v2 footer dl dd span:after {
  content: " /";
}
.card-v2 footer dl dd span:last-child:after {
  content: "";
}
.card-v2 footer time {
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 2.13333rem;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}
.swiper-cards-v2 {
  margin: -2.13333rem auto -5.33333rem -8.53333rem;
  padding: 2.13333rem 8.53333rem 5.33333rem;
  overflow: hidden;
  width: 100vw;
}
.swiper-cards-v2 .swiper-slider {
  overflow: visible;
}
.swiper-cards-v2 .swiper-slide {
  width: 28rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.swiper-cards-v2 .swiper-slide[data-swiper-slide-index] {
  opacity: 0;
}
.swiper-cards-v2 .swiper-slide[data-visible="true"] {
  opacity: 1;
  -webkit-transition: opacity 0s ease, -webkit-transform 0.1s ease;
  transition: opacity 0s ease, -webkit-transform 0.1s ease;
  transition: opacity 0s ease, transform 0.1s ease;
  transition: opacity 0s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.swiper-cards-v2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-cards-v2 .swiper-slide.swiper-slide-active,
.swiper-cards-v2 .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-cards-v2 .swiper-slide.swiper-slide-duplicate-prev,
.swiper-cards-v2 .swiper-slide.swiper-slide-prev {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .section-category-courses .swiper-cards-v2 {
    margin: -2.13333rem -20px -5.33333rem;
    padding: 2.13333rem 20px 5.33333rem;
    width: calc(100% + 40px);
  }
  .section-category-courses .swiper-cards-v2 .swiper-slide {
    max-width: 28rem;
    width: 100%;
  }
}
.swiper-slider[data-visible-slides="1"] .swiper-slide-active,
.swiper-slider[data-visible-slides="2"] .swiper-slide-active,
.swiper-slider[data-visible-slides="2"] .swiper-slide-active + .swiper-slide,
.swiper-slider[data-visible-slides="3"] .swiper-slide-active,
.swiper-slider[data-visible-slides="3"] .swiper-slide-active + .swiper-slide,
.swiper-slider[data-visible-slides="3"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="4"] .swiper-slide-active,
.swiper-slider[data-visible-slides="4"] .swiper-slide-active + .swiper-slide,
.swiper-slider[data-visible-slides="4"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="4"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="5"] .swiper-slide-active,
.swiper-slider[data-visible-slides="5"] .swiper-slide-active + .swiper-slide,
.swiper-slider[data-visible-slides="5"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="5"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="5"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="6"] .swiper-slide-active,
.swiper-slider[data-visible-slides="6"] .swiper-slide-active + .swiper-slide,
.swiper-slider[data-visible-slides="6"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="6"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="6"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide,
.swiper-slider[data-visible-slides="6"]
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 1;
  transition: opacity 0s linear, transform 0.1s ease, -webkit-filter 0.1s ease;
  -webkit-transition: opacity 0s linear, -webkit-transform 0.1s ease,
    -webkit-filter 0.1s ease;
  transition: opacity 0s linear, -webkit-transform 0.1s ease,
    -webkit-filter 0.1s ease;
  transition: opacity 0s linear, transform 0.1s ease, filter 0.1s ease;
  transition: opacity 0s linear, transform 0.1s ease, filter 0.1s ease,
    -webkit-transform 0.1s ease, -webkit-filter 0.1s ease;
  transition: opacity 0s linear, transform 0.1s ease, filter 0.1s ease,
    -webkit-filter 0.1s ease;
}
.wpcf7-checkbox > div {
  margin-left: 0;
}
.wpcf7-checkbox .wpcf7-checkbox.acceptance label {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 7px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  color: #8b8893;
  text-align: center;
}
.wpcf7-checkbox .wpcf7-checkbox.acceptance label a {
  font-weight: 500;
  text-decoration: underline;
  color: #002c73;
  text-transform: uppercase;
}
.wpcf7-checkbox .wpcf7-checkbox label {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  padding-top: 7px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
}
.wpcf7-checkbox .wpcf7-checkbox label:before {
  content: " ";
  height: 20px;
  width: 20px;
  border: 1px solid #b0a9c9;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-checkbox .wpcf7-checkbox .checked:before {
  content: "\2713";
  height: 20px;
  width: 20px;
  border: 1px solid #002c73;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  line-height: 0.8;
  padding-left: 2px;
  background-color: #002c73;
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-checkbox .wpcf7-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.wpcf7-checkbox .wpcf7-checkbox input[type="checkbox"]:checked {
  content: "\f00c";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
    4px -6px 0 #fff, 4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
* {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.image-bg {
  background-size: contain;
  background-repeat: no-repeat;
}
.lax {
  -webkit-transition: 2.5s;
  transition: 2.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
.non-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-link {
  font-size: 1.33333rem;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
  color: #002c73;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.btn-link:hover {
  text-decoration: none;
}
svg.text-outline {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 12rem;
  font-weight: 700;
  width: 100%;
  height: 15.06667rem;
}
svg.text-outline text {
  fill: none;
  stroke: #322d50;
  stroke-width: 1px;
  stroke-linejoin: round;
}
svg.text-outline .sup {
  font-size: 5.33333rem;
}
.section-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2.13333rem;
  width: 5.46667rem;
  height: 100%;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-name,
.section-name .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-name .text {
  font-size: 1.33333rem;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: pre;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-name .text b {
  font-family: GT America Expanded, GT America Compressed, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-weight: 600;
}
.no-select {
  pointer-events: none;
}
.clickable,
button,
input[type="button"],
input[type="file"],
input[type="submit"],
label {
  cursor: pointer;
}
pre {
  background: #fff;
}
.rtl {
  direction: rtl;
  text-align: right;
}
.button__styled--rectangle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #002c73;
  color: #fff;
  padding: 15px 30px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.button__styled--rectangle,
.button__styled--rectangle:active,
.button__styled--rectangle:focus,
.button__styled--rectangle:hover {
  color: #fff;
}
.button__styled--rectangle--white {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.button__styled--rectangle--white:active,
.button__styled--rectangle--white:focus,
.button__styled--rectangle--white:hover {
  color: #002c73;
  background-color: #fff;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}
.swiper-custom-nav {
  height: 1.06667rem;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.swiper-custom-nav:hover {
  opacity: 0.5;
}
.swiper-custom-prev {
  width: 1.6rem;
  margin-right: 1.46667rem;
  background-image: url(../img/prev.svg);
}
.swiper-custom-next {
  width: 3.13333rem;
  background-image: url(../img/next.svg);
}
@font-face {
  font-family: gyeon_icons;
  src: url(../fonts/gyeon_icons.ttf?4n6669) format("truetype"),
    url(../fonts/gyeon_icons.woff?4n6669) format("woff"),
    url(../fonts/gyeon_icons.svg?4n6669#gyeon_icons) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: gyeon_icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.facebook:before {
  content: "\e900";
}
.icon.instagram:before {
  content: "\ea92";
}
.icon.youtube:before {
  content: "\ea9d";
}
.icon.search:before {
  content: "\f002";
}
.icon.star:before {
  content: "\f005";
}
.icon.star-o:before {
  content: "\f006";
}
.icon.camera-retro:before {
  content: "\f083";
}
.icon.twitter:before {
  content: "\f099";
}
.icon.facebook1:before {
  content: "\f09a";
}
.icon.feed:before {
  content: "\f09e";
}
.icon.rss:before {
  content: "\f09e";
}
.icon.pinterest:before {
  content: "\f0d2";
}
.icon.google-plus:before {
  content: "\f0d5";
}
.icon.envelope:before {
  content: "\f0e0";
}
.icon.linkedin:before {
  content: "\f0e1";
}
.icon.star-half-empty:before {
  content: "\f123";
}
.icon.star-half-full:before {
  content: "\f123";
}
.icon.star-half-o:before {
  content: "\f123";
}
.icon.youtube1:before {
  content: "\f167";
}
.icon.tumblr:before {
  content: "\f173";
}
figure.embed-responsive-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
figure.embed-responsive-item img,
figure.embed-responsive-item svg {
  min-width: 100%;
  min-height: 100%;
}
.load-more-wrap {
  background-color: #edf0f8;
  text-align: center;
  padding: 2em 0;
}
.load-more-wrap .post-loader {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  height: 0;
}
.load-more-wrap .post-loader.open {
  height: 130px;
}
.load-more-wrap .post-loader .bar-loader {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-header {
  text-transform: uppercase;
  line-height: 1.1;
}
.section-header .section-subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) {
  .section-header .section-subtitle {
    margin-bottom: 12px;
  }
}
.section-header.invert .section-subtitle {
  color: #fff;
  font-weight: 400;
}
.section-header .section-title {
  font-weight: 100;
  margin-bottom: 12px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .section-header .section-title {
    font-size: 55px;
  }
}
.section-header.invert .section-title {
  color: #fff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .section-header.product .section-title {
    font-size: 50px;
  }
}
.section-header .product-symbol {
  font-size: 30px;
}
.load-more {
  margin: 30px 0 40px;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  background-color: #f3f3f3;
  border: none;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  outline: none;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 600;
}
.btn-border,
.load-more {
  text-transform: uppercase;
}
.btn-border {
  border: 1px solid #002c73;
  color: #002c73;
  padding: 5px;
  font-family: Oswald;
}
.btn-border:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
  .text-right-xs {
    text-align: right !important;
  }
  .text-center-xs {
    text-align: center !important;
  }
}
@media only screen and (max-width: 991px) {
  .text-right-sm {
    text-align: right !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1199px) {
  .text-right-md {
    text-align: right !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
}
@media only screen and (min-width: 992px) {
  .text-right-lg {
    text-align: right !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-right-min-sm {
    text-align: right !important;
  }
  .text-center-min-sm {
    text-align: center !important;
  }
  .text-left-min-sm {
    text-align: left !important;
  }
}
@media only screen and (min-width: 992px) {
  .text-right-min-md {
    text-align: right !important;
  }
  .text-center-min-md {
    text-align: center !important;
  }
  .text-left-min-md {
    text-align: left !important;
  }
}
.btn-play-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn-play-video .icon {
  margin-bottom: 1.06667rem;
  width: 10rem;
  height: 10rem;
  -webkit-filter: drop-shadow(0 0.2rem 3.06667rem rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 0.2rem 3.06667rem rgba(0, 0, 0, 0.12));
  background-image: url(../img/play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter,
img.alignleft,
img.alignright {
  margin-bottom: 1.625em;
}
.comment-content img,
.entry-content img,
.widget img {
  max-width: 97.5%;
}
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"] {
  height: auto;
}
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.image-attachment div.attachment {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:active img,
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  letter-spacing: 1px;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
.entry-header {
  margin: 0 0 25px;
  text-align: center;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  color: #002c73;
  font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.wysiwyg h1 {
  font-size: 32px;
}
.wysiwyg h2 {
  font-size: 24px;
}
.wysiwyg h3 {
  font-size: 20px;
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 16px;
}
.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 1em;
  padding-left: 2em;
}
.wysiwyg ol li,
.wysiwyg ul li {
  margin-bottom: 0.4em;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg p {
  margin-bottom: 1em;
}
@media (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }
  header.main-header {
    height: 60px;
  }
  header.main-header.mobile-active .mobile-header {
    background: #322d50;
  }
  header.main-header.mobile-active .mobile-header .logo .st0 {
    fill: #fff;
  }
  header.main-header.mobile-active .mobile-header .menu-right p {
    color: #fff;
  }
  header.main-header.mobile-active .mobile-header .menu-right p:first-child {
    opacity: 0;
  }
  header.main-header.mobile-active .mobile-header .menu-right p:last-child {
    opacity: 1;
  }
  header.main-header.mobile-active .mobile-header .menu-right .hamburger span {
    background: #fff;
  }
  header.main-header.mobile-active
    .mobile-header
    .menu-right
    .hamburger
    span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  header.main-header.mobile-active
    .mobile-header
    .menu-right
    .hamburger
    span:nth-child(2) {
    opacity: 0;
  }
  header.main-header.mobile-active
    .mobile-header
    .menu-right
    .hamburger
    span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  header.main-header.mobile-active .mobile-menu {
    background: #322d50;
    -webkit-transform: translateY(0) translateY(-60px);
    -ms-transform: translateY(0) translateY(-60px);
    transform: translateY(0) translateY(-60px);
  }
  header.main-header.mobile-active .mobile-menu .nav-link {
    font-size: 24px;
  }
  header.main-header.mobile-active .mobile-menu .bottom-box img {
    width: 40px;
  }
  header.main-header.mobile-active .mobile-menu .bottom-box p {
    font-size: 24px;
  }
  header.main-header .mobile-header {
    background: #fff;
    z-index: 1;
  }
  header.main-header .mobile-header .logo {
    width: 76px !important;
  }
  header.main-header .mobile-header .logo .st0 {
    fill: #3e3a5f;
  }
  header.main-header .mobile-header .menu-right p {
    margin-right: 10px;
    color: #322d50;
    font-size: 16px;
  }
  header.main-header .mobile-header .menu-right p:last-child {
    top: 0;
    left: -1px;
    opacity: 0;
  }
  header.main-header .mobile-header .menu-right .hamburger {
    height: 23px;
  }
  header.main-header .mobile-header .menu-right .hamburger span {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #322d50;
  }
  header.main-header .mobile-menu {
    height: 100vh;
    background: #fff;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
  header.main-header .mobile-menu .nav-link {
    padding: 10px 0;
    color: #fff;
    font-size: 0;
  }
  header.main-header .mobile-menu .bottom-box {
    bottom: 30px;
  }
  header.main-header .mobile-menu .bottom-box img {
    width: 0;
    margin-right: 10px;
  }
  header.main-header .mobile-menu .bottom-box p {
    color: #fff;
    font-size: 0;
  }
  .section-home-gyeon-way .section-header {
    margin-right: 30px;
    margin-left: 30px;
  }
  .products-container .text-box {
    width: 20vw;
  }
  .products-container .section-home-coatings .container .blue-ball {
    left: 27%;
    width: 130px;
    height: 125px;
  }
  .products-container .section-home-coatings .container .blue-ball-small {
    left: 42%;
  }
  .products-container .section-home-coatings .container .q2 {
    left: 23%;
  }
  .products-container .section-home-coatings .container .bottle1 {
    right: 33%;
  }
  .products-container .section-home-coatings .container .bottle2 {
    right: 19%;
  }
  .products-container .section-home-maintenance .container .q2m {
    width: 330px;
  }
  .products-container .section-home-maintenance .container .blue-ball-medium {
    left: 38%;
  }
  .products-container .section-home-maintenance .container .blue-bubble {
    left: 32%;
  }
  .products-container .section-home-maintenance .container .violet-ball {
    left: 36%;
  }
  .products-container .section-home-maintenance .container .bottle3 {
    left: 22%;
  }
  .products-container .section-home-maintenance .container .bottle4 {
    left: 13%;
  }
  .products-container .section-home-maintenance .container .diamond3 {
    left: 7%;
  }
  .products-container .section-home-accessories .container .speaker {
    right: 2%;
  }
  .products-container .section-home-accessories .container .acc-ball {
    right: 32%;
  }
  .products-container .section-home-accessories .container .acc-ball2 {
    left: 33.5%;
  }
  .products-container .section-home-accessories .container .acc-ball2-protocolos {
    left: 33.5%;
  }
  .products-container .section-home-accessories .container .acc-ball3 {
    left: 40%;
  }
  .products-container .section-home-accessories .container .acc-ball-protocolos {
    left: 40%;
  }
  .products-container .section-home-ppf .container .ppf1 {
    left: 33%;
  }
  .products-container .section-home-ppf .container .ppf2 {
    left: 21%;
  }
  .products-container .section-home-ppf .container .q2f {
    width: 280px;
  }
  .products-container .section-home-yachts-boats .container .q2r {
    left: 20%;
  }
  .products-container .section-home-yachts-boats .container .bottle5 {
    right: 30%;
  }
  .products-container .section-home-yachts-boats .container .little-crystal {
    right: 43%;
  }
  .products-container .section-home-yachts-boats .container .little-ball {
    right: 44%;
  }
  .section-home-global-network .circle-photo {
    right: 24%;
    bottom: 19.5%;
  }
  footer .diamond6 {
    right: 10%;
  }
  footer .crystal3 {
    left: 10%;
  }
}
@media (min-width: 992px) {
  header.main-header.light:not(.scroll) {
    -webkit-filter: grayscale(100%) invert(100%) brightness(130%)
      drop-shadow(0.8px 0.8px 0 #fff);
    filter: grayscale(100%) invert(100%) brightness(130%)
      drop-shadow(0.8px 0.8px 0 #fff);
  }
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .section-home-gyeon-way .section-header span {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
  body.preview {
    max-width: 100vw;
  }
  .container,
  .container-break .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: none;
    padding-left: 2.66667rem;
    padding-right: 2.66667rem;
  }
  .display-1 {
    font-size: 8rem;
  }
  .display-2 {
    font-size: 6.66667rem;
  }
  .display-3 {
    font-size: 5.33333rem;
  }
  .display-4 {
    font-size: 4rem;
  }
  .section-name {
    display: none;
  }
  .products-container .text-box {
    width: 25vw;
  }
  .products-container .product-section {
    min-height: 75vw;
  }
  .products-container .section-home-coatings .diamond1 {
    left: -15%;
  }
  .products-container .section-home-coatings .diamond2 {
    right: -19%;
  }
  .products-container .section-home-coatings .container .text-box {
    left: 15%;
  }
  .products-container .section-home-coatings .container .blue-ball {
    top: 34.5%;
    left: 18%;
    width: 160px;
    height: 155px;
  }
  .products-container .section-home-coatings .container .blue-ball-small {
    left: 41.5%;
  }
  .products-container .section-home-coatings .container .q2 {
    top: 25%;
    left: 18.5%;
    width: 300px;
  }
  .products-container .section-home-coatings .container .bottle1 {
    right: 28%;
  }
  .products-container .section-home-coatings .container .bottle2 {
    top: -35%;
    right: 10%;
  }
  .products-container .section-home-maintenance .container .text-box {
    right: 11%;
    bottom: 17%;
  }
  .products-container .section-home-maintenance .container .q2m {
    top: 23.5%;
    right: 9%;
    width: 300px;
  }
  .products-container .section-home-maintenance .container .blue-ball-medium {
    left: 35%;
  }
  .products-container .section-home-maintenance .container .blue-bubble {
    left: 26%;
  }
  .products-container .section-home-maintenance .container .violet-ball {
    left: 28%;
  }
  .products-container .section-home-maintenance .container .bottle3 {
    top: -11%;
    left: 11%;
  }
  .products-container .section-home-maintenance .container .bottle4 {
    left: 5%;
  	visibility: hidden;
  }
  .products-container .section-home-maintenance .container .diamond3 {
    left: 3%;
  }
  .products-container .section-home-accessories .text-left {
    top: 45%;
  }
  .products-container .section-home-accessories .container .text-box {
    top: 25%;
    left: 15%;
  }
  .products-container .section-home-accessories .container .speaker {
    right: -7%;
  }
  .products-container .section-home-accessories .container .acc-ball {
    right: 29%;
  }
  .products-container .section-home-accessories .container .acc-bubble {
    right: 26%;
  }
  .products-container .section-home-accessories .container .acc-ball2 {
    bottom: 11%;
    left: 32%;
    width: 90px;
    height: 90px;
  }
  .products-container .section-home-accessories .container .acc-ball2-protocolos {
    bottom: 11%;
    left: 32%;
    width: 90px;
    height: 90px;
  }
  .products-container .section-home-accessories .container .acc-ball3 {
    bottom: 15%;
    width: 30px;
    height: 30px;
  }
  .products-container .section-home-accessories .container .acc-ball-protocolos {
    bottom: 15%;
    width: 30px;
    height: 30px;
  }
  .products-container .section-home-accessories .container .acc-bubble2 {
    bottom: 2%;
    left: 28%;
    width: 170px;
    height: 169px;
  }
  .products-container .section-home-ppf .diamond4 {
    right: -13%;
  }
  .products-container .section-home-ppf .container .text-box {
    right: 5%;
  }
  .products-container .section-home-ppf .container .ppf1 {
    left: 28.5%;
  }
  .products-container .section-home-ppf .container .ppf2 {
    left: 12.5%;
  }
  .products-container .section-home-ppf .container .q2f {
    top: 22%;
    right: 13%;
    width: 280px;
  }
  .products-container .section-home-yachts-boats .container .bottle5 {
    right: 25%;
  }
  .products-container .section-home-yachts-boats .container .little-crystal {
    right: 42%;
  }
  .products-container .section-home-yachts-boats .container .little-ball {
    right: 43%;
  }
  .section-home-global-network {
    min-height: 75vw;
  }
  .section-home-global-network .map {
    top: 0;
    right: 0;
  }
  .section-home-global-network .circle-photo {
    right: 16%;
    bottom: 8%;
    width: 240px;
  }
  .section-home-news-facts {
    min-height: 75vw;
  }
  footer.main-footer .diamond6 {
    right: 0;
  }
  footer.main-footer .crystal3 {
    left: 0;
  }
  footer.main-footer .flow-image-shape-1 {
    position: absolute;
    left: -18.75vw;
    top: 83.75vw;
    width: 56vw;
    height: 62.625vw;
  }
  footer.main-footer .flow-image-shape-2 {
    position: absolute;
    left: 37.5vw;
    bottom: 40vw;
    width: 44.625vw;
    height: 54.25vw;
  }
  footer.main-footer .flow-image-shape-3 {
    position: absolute;
    right: -23.75vw;
    top: 18.75vw;
    width: 63vw;
    height: 73.375vw;
  }
}
@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767.98px) {
  .container,
  .container-break .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h5,
  h5 {
    font-size: 18px !important;
  }
  .mobile-fixed {
    bottom: 10px;
    z-index: 99;
  }
  .mobile-fixed .fixed-box {
    height: 55px;
    padding: 0 25px;
    background: #322d50;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  }
  .mobile-fixed .fixed-box a {
    color: #fff;
    font-family: GT America Compressed, -apple-system, BlinkMacSystemFont,
      Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
      Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
  }
  .mobile-fixed .fixed-box a:first-child {
    margin-right: 25px;
  }
  footer.main-footer {
    padding: 110px 0;
  }
  footer.main-footer .footer-container .footer-subscribe {
    margin-bottom: 25px;
  }
  footer.main-footer .footer-container .footer-subscribe .footer-input {
    width: 100%;
    margin-bottom: 20px;
  }
  footer.main-footer .footer-container .footer-subscribe .footer-btn {
    width: 65%;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
  }
  footer.main-footer .footer-container .footer-text-box {
    margin-top: 110px;
    margin-bottom: 85px;
    padding-left: 15px;
  }
  footer.main-footer .footer-container .footer-text-box .text-1 {
    font-size: 24px;
  }
  footer.main-footer .footer-container .footer-text-box .txt-private {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  footer.main-footer
    .footer-container
    .footer-text-box
    .txt-private
    .txt-private-private {
    font-size: 72px;
  }
  footer.main-footer .footer-container .footer-text-box .text-2 {
    margin-left: 20px;
  }
  footer.main-footer .footer-container .footer-text-box .txt-oem {
    margin-left: 55px;
  }
  footer.main-footer .footer-container .footer-text-box .footer-arrow {
    margin-left: -15px;
  }
  footer.main-footer .footer-container .footer-bottom-col {
    margin-top: 45px;
  }
  footer.main-footer .footer-container .footer-bottom-col .footer-link {
    font-size: 24px;
    line-height: 39/24;
  }
  footer.main-footer .footer-container .footer-bottom-col .footer-social-box {
    padding-left: 0;
  }
  footer.main-footer
    .footer-container
    .footer-bottom-col
    .footer-social-box
    .footer-social {
    margin: 0 11px;
  }
  #slider-home {
    height: 40.625vh !important;
    margin-top: 60px;
  }
  .section-home-gyeon-way {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  .section-home-gyeon-way .section-small-header {
    margin-bottom: 15px;
  }
  .section-home-gyeon-way .section-header {
    margin: 0 20px 30px;
    font-size: 47px;
    word-break: break-word;
  }
  .section-home-gyeon-way .btn {
    font-size: 19px;
  }
  .section-home-gyeon-way .image-bg {
    left: -140px;
    width: 620px;
    max-width: unset;
    opacity: 0.5;
  }
  .products-container .section-home-prueba {
    background: #f7f2e8;
    height: 170vh;
	}
  .products-container .section-home-prueba .container .prueba-q2f {
    top: 10%;
    right: -2%;
    width: 30rem;
    height: auto;
}
  .products-container .vertical-text h2.display-2 {
    font-size: 65px;
  }
  .products-container .text-box {
    width: 40vw;
  }
  .products-container .text-box .btn {
    font-size: 24px;
  }
  .products-container .section-home-coatings {
    height: 1200px;
  }
  .products-container .section-home-coatings .section-small-header {
    padding-top: 0;
  }
  .products-container .section-home-coatings .diamond-mb1 {
    top: 11%;
    right: -24%;
    left: unset;
    width: 180px;
    height: 267px;
    background-image: url(../img/diamond_mb1.svg);
  }
  .products-container .section-home-coatings .diamond-mb2 {
    bottom: 35%;
    left: -18%;
    width: 180px;
    height: 267px;
    background-image: url(../img/diamond_mb2.svg);
  }
  .products-container .section-home-coatings .diamond-mb3 {
    right: -29%;
    bottom: 6%;
    width: 195px;
    height: 275px;
    background-image: url(../img/diamond_mb3.svg);
  }
  .products-container .section-home-coatings .container .text-box {
    bottom: 0;
    left: 20px;
  }
  .products-container .section-home-coatings .container .blue-ball {
    top: 18%;
    left: -3%;
  }
  .products-container .section-home-coatings .container .blue-ball-small {
    top: 25%;
    left: 34%;
  }
  .products-container .section-home-coatings .container .q2 {
    top: 13%;
    left: 2%;
  }
  .products-container .section-home-coatings .container .bottle1 {
    top: 25%;
    right: 8%;
  }
  .products-container .section-home-coatings .container .bottle2 {
    top: 28%;
    width: 280px;
	visibility: hidden;
  }
  .products-container .section-home-maintenance {
    height: 830px;
  }
  .products-container .section-home-maintenance .vertical-text {
    top: 310px;
	visibility: hidden;
  }
  .products-container .section-home-maintenance .container .text-box {
    right: unset;
    bottom: 0;
    left: 20px;
  }
  .products-container .section-home-maintenance .container .q2m {
    top: 3%;
    right: 7%;
  }
	.conclusion{
    top: 15% !important;
    left: 20% !important;
}
  .products-container .section-home-maintenance .container .blue-ball-medium {
    top: 52%;
    left: 65%;
    width: 75px;
  }
  .products-container .section-home-maintenance .container .blue-bubble {
    top: 46%;
    left: 46%;
    width: 182px;
  }
  .products-container .section-home-maintenance .container .violet-ball {
    top: -4%;
    left: 56%;
    width: 65px;
    height: 50px;
  }
  .products-container .section-home-maintenance .container .bottle3 {
    top: 10%;
    left: 57%;
	visibility: hidden;
  }
  .products-container .section-home-maintenance .container .diamond3 {
    bottom: 25%;
    left: -20%;
    width: 210px;
    height: 233px;
  }
  .products-container .section-home-accessories {
    height: 1070px;
  }
  .products-container .section-home-accessories .vertical-text {
    top: 200px;
  }
  .products-container .section-home-accessories .container .text-box {
    top: unset;
    bottom: 0;
    left: 20px;
  }
  .products-container .section-home-accessories .container .speaker {
    top: 33%;
    right: -14%;
    z-index: 2;
	visibility: hidden;
  }
  .products-container .section-home-accessories .container .acc-ball {
    top: 40%;
    right: 25%;
    z-index: 2;
  }
  .products-container .section-home-accessories .container .acc-bubble {
    top: 38.5%;
    right: 18%;
    z-index: 3;
  }
  .products-container .section-home-accessories .container .acc-ball2 {
    top: 32%;
    bottom: unset;
    left: 12%;
  }
  .products-container .section-home-accessories .container .acc-ball2-protocolos {
    top: 32%;
    bottom: unset;
    left: 12%;
  }
  .products-container .section-home-accessories .container .acc-ball3 {
    top: 35%;
    bottom: unset;
    left: 30%;
  }
  .products-container .section-home-accessories .container .acc-ball-protocolos {
    top: 35%;
    bottom: unset;
    left: 30%;
  }
  .products-container .section-home-accessories .container .acc-bubble2 {
    top: 28.5%;
    bottom: unset;
    left: 8%;
  }
  .products-container .section-home-accessories .container .diamond-mb-acc {
    top: -1%;
    right: -20%;
    width: 195px;
    height: 259px;
    background-image: url(../img/diamond_mb_acc.svg);
    z-index: 1;
  }
  .products-container .section-home-ppf {
    height: 900px;
  }
  .products-container .section-home-ppf .vertical-text {
    top: 70px;
  }
  .products-container .section-home-ppf .diamond4 {
    top: -11%;
    right: -23%;
    width: 195px;
    height: 265px;
  }
  .products-container .section-home-ppf .container .text-box {
    top: unset;
    right: unset;
    bottom: 20%;
    left: 20px;
  }
  .products-container .section-home-ppf .container .ppf1 {
    top: 48%;
    left: 67%;
  }
  .products-container .section-home-ppf .container .ppf2 {
    top: -3%;
    left: -13%;
	visibility: hidden;
  }
  .products-container .section-home-ppf .container .q2f {
    top: 20%;
    right: 11%;
  }
  .products-container .section-home-yachts-boats {
    height: 1000px;
  }
  .products-container .section-home-yachts-boats .container > h5 {
    padding-top: 0;
  }
	.products-container .section-home-prueba .container .prueba2 {
		visibility: hidden;
	}
	
  .products-container .section-home-yachts-boats .container .text-box {
    bottom: 90px;
    left: 20px;
  }
  .products-container .section-home-yachts-boats .container .q2r {
    top: 10%;
    left: 5%;
    width: 310px;
  }
  .products-container .section-home-yachts-boats .container .crystal {
    top: 23%;
    left: 0;
  }
  .products-container .section-home-yachts-boats .container .bottle5 {
    top: 30%;
	visibility: hidden;
  }
  .products-container .section-home-yachts-boats .container .little-crystal {
    top: 48%;
    right: 62%;
  }
  .products-container .section-home-yachts-boats .container .little-ball {
    top: -10%;
    right: 65%;
  }
  .products-container .section-home-yachts-boats .diamond-mb4 {
    bottom: -65px;
    right: -100px;
    width: 195px;
    height: 275px;
    background-image: url(../img/diamond_mb4.svg);
  }
  .section-home-global-network {
    height: 500px;
    background-image: url(../img/map_mb.png);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .section-home-global-network > h5:first-child {
    padding: 65px 20px 0;
  }
  .section-home-global-network .text-box {
    top: 160px;
    bottom: unset;
    left: 20px;
  }
  .section-home-global-network .text-box .text-box-header {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 300;
  }
  .section-home-global-network .text-box p {
    width: 245px;
    font-size: 16px;
  }
  .section-home-global-network .text-box footer {
    font-size: 24px !important;
  }
  .section-home-global-network .text-box .btn {
    font-size: 24px;
  }
  .section-home-news-facts {
    height: auto;
    padding-bottom: 65px;
  }
  .section-home-news-facts .crystal-mb1 {
    top: -118px;
    right: -240px;
    width: 360px;
    height: 283px;
    background-image: url(../img/crystal_mb1.svg);
  }
  .section-home-news-facts .section-header {
    padding-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 300;
    text-align: left !important;
  }
  .section-home-news-facts .swiper-slide {
    width: 75% !important;
  }
  .section-gec-experience {
    padding: 60px 0 220px;
    z-index: 1;
  }
  .section-gec-experience .gyeon-experience-bg1 {
    top: -90%;
    left: -160%;
    max-width: unset;
  }
  .section-gec-experience .gyeon-experience-bg2 {
    top: 55%;
    right: -65%;
    max-width: unset;
    width: 600px;
  }
  .section-gec-experience .section-small-header {
    margin-bottom: 40px;
  }
  .section-gec-experience .section-header {
    margin-bottom: 25px;
    font-size: 38px;
  }
  .section-gec-experience p {
    width: unset;
    margin-left: 0;
  }
  .section-gec-experience .navy-blue-ball1 {
    top: 85%;
    width: 180px;
    height: 171px;
  }
  .section-gec-experience .red-ball1 {
    top: 130%;
    right: -2%;
    width: 140px;
    height: 108px;
  }
  .section-gec-experience .red-ball2 {
    right: 65%;
    bottom: -80%;
  }
  .section-gec-center .navy-blue-ball2 {
    top: 25%;
    left: -13%;
    z-index: 2;
  }
  .section-gec-center .plywood {
    top: 70%;
    left: 13%;
    z-index: 3;
  }
  .section-gec-center .gec-diamond {
    top: 64.5%;
    left: 8%;
    width: 195px;
  }
  .section-gec-center .txt-gyeon {
    top: 4.75%;
    right: unset;
    left: 8%;
    width: 225px;
  }
  .section-gec-center .box-experience {
    top: 21%;
    right: unset;
    left: -18%;
  }
  .section-gec-center .box-experience .txt-experience {
    font-size: 32px;
    -webkit-transform: translateX(57px) rotate(-90deg);
    -ms-transform: translateX(57px) rotate(-90deg);
    transform: translateX(57px) rotate(-90deg);
  }
  .section-gec-center .box-experience img {
    width: 270px;
  }
  .section-gec-center .txt-center {
    right: unset;
    bottom: 33.5%;
    left: 8%;
    width: 265px;
  }
  .section-gec-center .center-slant {
    background: -webkit-linear-gradient(
      277deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      #de3f7d 51%,
      #de3f7d
    );
    background: linear-gradient(
      173deg,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0) 50%,
      #de3f7d 51%,
      #de3f7d
    );
  }
  .section-gec-trainers .trainers-row {
    padding: 0 30px;
  }
  .section-gec-trainers .trainers-row .trainers-col {
    margin-bottom: 80px;
    padding: 0 !important;
  }
  .section-gec-trainers .trainers-diamond1 {
    top: -11%;
    right: -29%;
  }
  .section-gec-trainers .trainers-diamond2 {
    bottom: 2%;
    left: -26%;
  }
  .section-gec-trainers .trainers-redball1 {
    top: -13%;
  }
  .section-gec-trainers .trainers-redball2 {
    top: 12%;
  }
  .section-gec-trainers .trainers-redball2-2 {
    top: 35%;
    right: 22%;
    left: unset;
  }
  .section-gec-teachers {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .section-gec-teachers .section-header {
    margin-left: 30px;
  }
  .section-gec-teachers .teachers-text {
    margin-bottom: 40px;
    margin-left: 30px;
  }
  .section-gec-teachers .swiper-teachers-next:hover,
  .section-gec-teachers .swiper-teachers-prev:hover {
    opacity: 1;
  }
  .section-gec-teachers .swiper-container {
    margin-left: -35px;
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
  }
  .section-gec-teachers .swiper-container .swiper-slide {
    width: 330px !important;
    padding: 40px 0;
  }
  .section-gec-teachers .swiper-container .swiper-slide.swiper-slide-active,
  .section-gec-teachers
    .swiper-container
    .swiper-slide.swiper-slide-duplicate-active {
    margin-left: 0;
  }
  .section-gec-teachers .teachers-crystal {
    top: -21%;
    right: -59%;
    left: unset;
  }
  .section-gec-training {
    padding: 60px 0 115px;
  }
  .section-gec-training .txt-book {
    margin-bottom: 45px;
  }
  .section-gec-training .cards-container {
    left: calc((-100vw - -100%) / 2);
    width: 100vw;
    margin: 0;
  }
  .section-gec-training .cards-container .training-card {
    margin-bottom: 85px;
    padding: 0;
  }
  .section-gec-training .cards-container .training-card:last-child {
    margin-bottom: 0;
  }
  .section-gec-training .training-crystal {
    right: -30%;
    bottom: -5.5%;
    width: 510px;
    height: 390px;
    max-width: unset;
  }
  .section-gec-advanced .advanced-diamond {
    top: 25.5%;
    left: -41%;
  }
  .section-gec-advanced .advanced-row .g-hero {
    position: relative !important;
    margin-bottom: 40px;
  }
  .section-gec-advanced .advanced-row .advanced-header {
    line-height: 50/55;
  }
  .section-gec-advanced .advanced-row .advanced-underheader {
    line-height: 28/24;
  }
  .section-gec-advanced .cards-container {
    left: calc((-100vw - -100%) / 2);
    width: 100vw;
    margin: 0;
  }
  .section-gec-advanced .cards-container .training-card {
    margin-bottom: 85px;
    padding: 0;
  }
  .section-gec-advanced .cards-container .training-card:last-child {
    margin-bottom: 0;
  }
  .section-gec-trainees .trainees-slant {
    background: -webkit-linear-gradient(
      265deg,
      #edf0f8,
      #edf0f8 50%,
      #202945 51%,
      #202945
    );
    background: linear-gradient(
      185deg,
      #edf0f8,
      #edf0f8 50%,
      #202945 51%,
      #202945
    );
  }
  .section-gec-trainees .trainees-head {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .section-gec-trainees .trainees-head .trainees-diamond1 {
    top: 0;
    left: -10%;
  }
  .section-gec-trainees .trainees-head .quote {
    top: 13%;
    left: 25%;
  }
  .section-gec-trainees .trainees-diamond2 {
    top: 9%;
    right: -55%;
  }
  .section-gec-trainees .grid-item {
    height: 265px;
  }
}
@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1499.98px) {
  html {
    font-size: 15px;
  }
  .container,
  .container-break .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .products-container .section-home-coatings .container .blue-ball {
    width: 180px;
    height: 175px;
	visibility: hidden;
  }
  .products-container .section-home-coatings .container .blue-ball-small {
    left: 35.5%;
  }
  .products-container .section-home-coatings .container .q2 {
    top: 20%;
    left: 25.5%;
  }
  .products-container .section-home-maintenance .container .q2m {
    right: 14%;
  }
  .products-container .section-home-maintenance .container .blue-ball-medium {
    left: 39.4%;
  }
  .products-container .section-home-maintenance .container .blue-bubble {
    left: 34%;
  }
  .products-container .section-home-ppf .container .q2f {
    right: 18%;
  }
  .products-container .section-home-yachts-boats .container .q2r {
    top: 17%;
    left: 23%;
    top: 5%;
    left: 18%;
  }
  .products-container .section-home-coatings .container .bottle2 {
    top: -45%;
    right: 20.5%;
    width: 24.13333rem;
    z-index: 2;
}
}
@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .display-1 {
    font-size: 9rem;
  }
  .display-2 {
    font-size: 7.33333rem;
  }
  .display-3 {
    font-size: 6rem;
  }
  .display-4 {
    font-size: 4.66667rem;
  }
}
@media (max-width: 575.98px) {
  .products-container .text-box {
    width: 75vw;
  }
}
@media (min-width: 1500px) {
  .col-xxl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container {
    max-width: 1400px;
  }
}
* {
  outline: none !important;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  width: 100%;
  max-width: 100vw;
  color: #323232;
  background: #fff;
  scrollbar-face-color: #dee2e6;
  scroll-behavior: smooth;
}
main {
  overflow: hidden !important;
}
.row.gutters-around {
  margin-top: -10px;
  margin-bottom: -10px;
}
.row.gutters-around > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.btn-white,
.btn.btn-white * {
  color: #000;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #002c73;
}
::-moz-selection,
::-webkit-selection,
::selection {
  color: #fff;
  text-shadow: none;
  background: #002c73;
}
::-webkit-scrollbar {
  width: 0.625rem;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
::-webkit-scrollbar-thumb {
  background-color: #6a6a6a;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  background-color: #323232;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  text-transform: uppercase;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  line-height: 1.5;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 500;
  line-height: 1;
  color: #002c73;
}
.display-1 strong,
.display-2 strong,
.display-3 strong,
.display-4 strong,
.display-5 strong {
  font-weight: 800;
}
.h1,
h1 {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}
.font-weight-bolder {
  font-weight: 800 !important;
}
img,
svg {
  max-width: 100%;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
.container-break {
  width: 100vw;
}
.container-break,
.container-break-left {
  position: relative;
  left: calc((-100vw - -100%) / 2);
}
.container-break-left,
.container-break-right {
  width: calc(100% + (100vw - 100%) / 2);
}
.container-break-right {
  position: relative;
  left: 0;
}
@media (min-width: 576px) {
  .container-sm-break {
    width: 100vw;
  }
  .container-sm-break,
  .container-sm-break-left {
    position: relative;
    left: calc((-100vw - -100%) / 2);
  }
  .container-sm-break-left,
  .container-sm-break-right {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .container-sm-break-right {
    position: relative;
    left: 0;
  }
}
@media (min-width: 768px) {
  .container-md-break {
    width: 100vw;
  }
  .container-md-break,
  .container-md-break-left {
    position: relative;
    left: calc((-100vw - -100%) / 2);
  }
  .container-md-break-left,
  .container-md-break-right {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .container-md-break-right {
    position: relative;
    left: 0;
  }
}
@media (min-width: 992px) {
  .container-lg-break {
    width: 100vw;
  }
  .container-lg-break,
  .container-lg-break-left {
    position: relative;
    left: calc((-100vw - -100%) / 2);
  }
  .container-lg-break-left,
  .container-lg-break-right {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .container-lg-break-right {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .container-xl-break {
    width: 100vw;
  }
  .container-xl-break,
  .container-xl-break-left {
    position: relative;
    left: calc((-100vw - -100%) / 2);
  }
  .container-xl-break-left,
  .container-xl-break-right {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .container-xl-break-right {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1500px) {
  .container-xxl-break {
    width: 100vw;
  }
  .container-xxl-break,
  .container-xxl-break-left {
    position: relative;
    left: calc((-100vw - -100%) / 2);
  }
  .container-xxl-break-left,
  .container-xxl-break-right {
    width: calc(100% + (100vw - 100%) / 2);
  }
  .container-xxl-break-right {
    position: relative;
    left: 0;
  }
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-6 {
  z-index: 6;
}
.z-index-7 {
  z-index: 7;
}
.z-index-8 {
  z-index: 8;
}
.z-index-9 {
  z-index: 9;
}
.z-index-10 {
  z-index: 10;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-3by4:before {
  padding-top: 133.33333%;
}
.embed-responsive-9by16:before {
  padding-top: 177.77778%;
}
.embed-responsive-9by21:before {
  padding-top: 233.33333%;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid .container,
.container-lg .container,
.container-md .container,
.container-sm .container,
.container-xl .container,
.container-xxl .container,
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container-break-left > .container,
.container-break-right > .container,
.container-break > .container {
  padding-left: 30px;
  padding-right: 30px;
}
.blockquote {
  padding: 5rem;
  border-left: 2px solid #002c73;
  font-size: 1.375rem;
}
.blockquote.no-margin {
  margin-bottom: -6.25rem;
}
.blockquote p:last-child {
  margin-bottom: 0;
}
.hr,
hr {
  border-top: 1px solid #002c73;
  width: 100%;
}
.hr:first-child,
hr:first-child {
  margin-top: 0;
}
.hr:last-child,
hr:last-child {
  margin-bottom: 0;
}
hr.big {
  border-top-width: 3px;
}
hr.small {
  border-top-width: 2px;
}
.pagination {
  margin: 0;
}
.opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.opacity-25 {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
}
.opacity-50 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.opacity-75 {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
.opacity-100 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.vh-25 {
  height: 25vh !important;
}
.vh-40 {
  height: 40vh !important;
}
.vh-50 {
  height: 50vh !important;
}
.vh-60 {
  height: 60vh !important;
}
.vh-75 {
  height: 75vh !important;
}
.vh-85 {
  height: 85vh !important;
}
.vh-100 {
  height: 100vh !important;
}
.marker {
  color: #202945;
}
.font-dripicon {
  font-family: dripicons-v2 !important;
}
.bg-gradient-light {
  background: #fff;
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(65%, #fff),
    color-stop(65%, #f9fafc),
    color-stop(100%, #f9fafc)
  );
  background: -webkit-linear-gradient(left, #fff, #fff 65%, #f9fafc 0, #f9fafc);
  background: linear-gradient(90deg, #fff 0, #fff 65%, #f9fafc 0, #f9fafc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f9fafc",GradientType=1);
}
.bg-blue *,
.bg-dark *,
.bg-green *,
.bg-primary *,
.bg-red *,
.bg-secondary * {
  color: #fff;
}
.bg-white * {
  color: #323232;
}
.img-fluid {
  max-width: 100%;
  max-height: 100%;
}
.set-fix {
  position: fixed;
}
.set-rel {
  position: relative;
}
.set-abs {
  position: absolute;
}
.clear-both,
.clear-left,
.clear-right {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
.space-right {
  margin-right: 0.3125rem;
}
.space-left {
  margin-left: 0.3125rem;
}
.bg-inverse {
  background-color: #fff;
}
.btn {
  text-transform: uppercase;
}
.btn-weight,
.btn-wide {
  min-width: 14.375rem;
}
.btn-rounded {
  border-radius: 0;
}
.btn-primary {
  color: #fff;
}
.btn-top {
  position: fixed;
  bottom: 0.625rem;
  left: 0.4375rem;
  padding: 0.3125rem 0.625rem;
  z-index: 1120;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-top:hover {
  opacity: 1;
}
.image-stretch img {
  width: 100%;
}
.image-fit,
.image-stretch {
  position: relative;
}
.image-title {
  position: absolute;
  padding: 1.25rem;
  bottom: 0;
  right: 0;
  max-width: 21.88rem;
  color: #fff;
  text-shadow: 0 0 0.5em #495057;
  font-size: 1em;
  z-index: 50;
}
.text-padding {
  padding: 0 0.9375rem;
}
.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: none;
}
.text-stretch {
  letter-spacing: 0.45em;
}
span.required {
  color: #323232;
}
.has-error .help-block,
.help-block.error,
.help-inline {
  padding: 0.5rem 0 0;
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  color: #de3f7d;
  margin: 0;
  font-size: 12px;
}
.mm-open-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}
.bg-image {
  background-position: 50%;
  background-size: cover;
}
.bg-slide {
  background-position: 50%;
  background-size: cover;
}
.bg-slide,
.bg-slide .bg-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-slide .bg-shadow {
  display: none;
  content: "";
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bg-top,
.bg-top * {
  background-position-y: top;
}
.bg-bottom,
.bg-bottom * {
  background-position-y: bottom;
}
.bg-left,
.bg-left *,
.bg-right,
.bg-right * {
  background-position-x: left;
}
.swiper-container-horizontal .swiper-pagination.swiper-pagination-bullets {
  bottom: 0;
  margin: 1rem 0;
}
.swiper-container-vertical .swiper-pagination {
  z-index: 5;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 3.125rem;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 15px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet:hover {
  background: #002c73;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #002c73;
  position: relative;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active:after {
  content: " ";
  position: absolute;
  border: 2px solid #002c73;
  width: 23px;
  height: 23px;
  top: -7px;
  left: -7px;
  border-radius: 50px;
}
.bg-primary .loader,
.bg-primary .loading {
  background-color: #002c73;
}
.bg-white .loader,
.bg-white .loading {
  background-color: #fff;
}
.bg-dark .loader,
.bg-dark .loading {
  background-color: #000;
}
.bg-dark .loader *,
.bg-dark .loading * {
  color: #212529;
}
.bg-light .loader,
.bg-light .loading {
  background-color: #edf0f8;
}
.bg-danger .loader,
.bg-danger .loading {
  background-color: #de3f7d;
}
.bg-warning .loader,
.bg-warning .loading {
  background-color: #ffc107;
}
.bg-info .loader,
.bg-info .loading {
  background-color: #17a2b8;
}
.bg-gradient-light .loader,
.bg-gradient-light .loading {
  background-color: #edf0f8;
}
svg .svg-loader-c1 {
  stroke: #edf0f8;
}
svg .svg-loader-c2 {
  stroke: #002c73;
}
.page-loader {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: svg(
      "loader.svg",
      (
        "#f00": #002c73,
        "#0ff": #ced4da,
      )
    )
    no-repeat 50%;
  z-index: 150;
}
.navbar-default {
  margin-bottom: 0;
  margin-top: 0.625rem;
}
.navbar-default,
.navbar-default .navbar-brand {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-brand {
  display: block;
  padding: 0.625rem 1.875rem 0.625rem 0;
  position: relative;
}
.navbar-default .navbar-brand img {
  display: block;
  width: auto;
  height: 3.75rem;
}
.navbar-default .navbar-nav > .active > .line {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: #002c73;
}
.navbar-default .navbar-nav > li > a {
  color: #6a6a6a;
  font-size: 0.875rem;
  padding: 1.875rem 0.9375rem;
  text-shadow: none;
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dropdown-submenu > .dropdown-menu {
  padding-left: 1.25rem;
  left: 0;
  top: 0;
  margin: 0;
}
.menu .dropdown-toggle .caret,
header .dropdown-toggle .caret {
  font-family: dripicons-v2;
  margin-left: 3px;
  border: 0;
  font-size: 10px;
  line-height: 1em;
  color: #9fa1a9;
}
.menu .dropdown-toggle .caret:after,
header .dropdown-toggle .caret:after {
  content: "T";
  border: 0;
}
.menu .dropdown-toggle:after,
header .dropdown-toggle:after {
  display: none;
}
header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header.main-header li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.scroll-margin {
  height: 0;
}
footer.main-footer {
  position: relative;
  color: #9fa1a9;
  font-size: 0.75rem;
}
footer.main-footer a,
footer.main-footer a:active,
footer.main-footer a:hover {
  color: #9fa1a9;
}
footer.main-footer .footer-copy {
  padding: 0 0 1.875rem;
  text-align: right;
}
footer.main-footer .footer-menu .nav-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-2dot4,
.col-lg-2dot4,
.col-md-2dot4,
.col-sm-2dot4,
.col-xl-2dot4,
.col-xxl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
body > #fancybox-loading {
  background-image: none !important;
}
article table {
  border-collapse: collapse;
  border-spacing: 0.25rem;
  border-color: #edf0f8;
}
article table th {
  background-color: none;
  padding: 0.125rem;
  color: #202945;
  vertical-align: top;
}
article table td,
article table th {
  border-color: #edf0f8;
  padding: 0.25rem 0.625rem;
}
article table.clean {
  border-spacing: 0;
}
article table.clean td,
article table.clean th {
  padding: 0;
}
article table.separate {
  border-collapse: separate;
  border-spacing: 0.25rem;
  margin: 0 -0.25rem;
}
article table.separate th {
  background-color: #edf0f8;
  vertical-align: middle;
  padding: 0.375rem 1.25rem;
}
article table.separate td {
  background-color: #e7e7e7;
  vertical-align: middle;
  padding: 0.375rem 1.25rem;
}
article table.separate p {
  margin: 0;
}
article table.separate .h1,
article table.separate .h2,
article table.separate .h3,
article table.separate .h4,
article table.separate .h5,
article table.separate .h6,
article table.separate h1,
article table.separate h2,
article table.separate h3,
article table.separate h4,
article table.separate h5,
article table.separate h6 {
  margin: 0.3125rem 0;
  padding: 0;
}
table.table-responsive {
  border: 0;
}
noscript + picture.lazy,
picture.noscript + picture.lazy {
  display: none;
}
picture.lazy {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  height: auto;
}
picture.lazy,
picture.lazy.lazy-loading {
  opacity: 0;
}
picture.lazy,
picture.lazy.lazy-loaded,
picture.lazy.lazy-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
picture.lazy.lazy-loaded {
  opacity: 1;
}
picture.lazy[style*="display: inline;"] {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
picture.lazy > * {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
picture.lazy > .lazy-size {
  position: relative;
  min-width: 100%;
  width: auto;
  height: auto;
}
picture.lazy img,
picture.lazy svg {
  max-width: 100%;
  max-height: 100%;
}
