html {
  margin: 0 !important;
}
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  width: 100vw;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe,
figure {
  max-width: 100%;
}
button,
.btn,
input[type='submit'],
input,
audio,
textarea {
  -webkit-transition: 'border-color, box-shadow' 0.15s ease-in;
  transition: 'border-color, box-shadow' 0.15s ease-in;
}
button:focus,
.btn:focus,
input:focus[type='submit'],
input:focus,
audio:focus,
textarea:focus {
  outline: 0;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
legend {
  width: auto;
}
@media (max-width: 575px) {
  .alignright {
    display: block;
    margin: 1.5em auto !important;
  }
}
@media (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 575px) {
  .alignleft {
    display: block;
    margin: 1.5em auto !important;
  }
}
@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem !important;
  }
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 1.5em auto !important;
}
.purple {
  color: #503278;
}
.bg-purple {
  background-color: #503278;
}
.hover-purple:hover {
  color: #503278;
}
.red {
  color: #b41432;
}
.bg-red {
  background-color: #b41432;
}
.hover-red:hover {
  color: #b41432;
}
.orange {
  color: #5988ce;
}
.bg-orange {
  background-color: #5988ce;
}
.hover-orange:hover {
  color: #5988ce;
}
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.hover-white:hover {
  color: #fff;
}
.gray-50 {
  color: #f5f5f5;
}
.bg-gray-50 {
  background-color: #f5f5f5;
}
.hover-gray-50:hover {
  color: #f5f5f5;
}
.gray-100 {
  color: #f0f0f0;
}
.bg-gray-100 {
  background-color: #f0f0f0;
}
.hover-gray-100:hover {
  color: #f0f0f0;
}
.gray-200 {
  color: #e5e5e5;
}
.bg-gray-200 {
  background-color: #e5e5e5;
}
.hover-gray-200:hover {
  color: #e5e5e5;
}
.gray-300 {
  color: #dddede;
}
.bg-gray-300 {
  background-color: #dddede;
}
.hover-gray-300:hover {
  color: #dddede;
}
.gray-400 {
  color: #bcbcbb;
}
.bg-gray-400 {
  background-color: #bcbcbb;
}
.hover-gray-400:hover {
  color: #bcbcbb;
}
.gray-500 {
  color: #a0a0a0;
}
.bg-gray-500 {
  background-color: #a0a0a0;
}
.hover-gray-500:hover {
  color: #a0a0a0;
}
.gray-600 {
  color: #7f7f7f;
}
.bg-gray-600 {
  background-color: #7f7f7f;
}
.hover-gray-600:hover {
  color: #7f7f7f;
}
.black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.hover-black:hover {
  color: #000;
}
@media (min-width: 360px) {
  .xxs-purple {
    color: #503278;
  }
  .bg-xxs-purple {
    background-color: #503278;
  }
  .hover-xxs-purple:hover {
    color: #503278;
  }
}
@media (min-width: 360px) {
  .xxs-red {
    color: #b41432;
  }
  .bg-xxs-red {
    background-color: #b41432;
  }
  .hover-xxs-red:hover {
    color: #b41432;
  }
}
@media (min-width: 360px) {
  .xxs-orange {
    color: #5988ce;
  }
  .bg-xxs-orange {
    background-color: #5988ce;
  }
  .hover-xxs-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 360px) {
  .xxs-white {
    color: #fff;
  }
  .bg-xxs-white {
    background-color: #fff;
  }
  .hover-xxs-white:hover {
    color: #fff;
  }
}
@media (min-width: 360px) {
  .xxs-gray-50 {
    color: #f5f5f5;
  }
  .bg-xxs-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xxs-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 360px) {
  .xxs-gray-100 {
    color: #f0f0f0;
  }
  .bg-xxs-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xxs-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 360px) {
  .xxs-gray-200 {
    color: #e5e5e5;
  }
  .bg-xxs-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xxs-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 360px) {
  .xxs-gray-300 {
    color: #dddede;
  }
  .bg-xxs-gray-300 {
    background-color: #dddede;
  }
  .hover-xxs-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 360px) {
  .xxs-gray-400 {
    color: #bcbcbb;
  }
  .bg-xxs-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xxs-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 360px) {
  .xxs-gray-500 {
    color: #a0a0a0;
  }
  .bg-xxs-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xxs-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 360px) {
  .xxs-gray-600 {
    color: #7f7f7f;
  }
  .bg-xxs-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xxs-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 360px) {
  .xxs-black {
    color: #000;
  }
  .bg-xxs-black {
    background-color: #000;
  }
  .hover-xxs-black:hover {
    color: #000;
  }
}
@media (min-width: 400px) {
  .xs-purple {
    color: #503278;
  }
  .bg-xs-purple {
    background-color: #503278;
  }
  .hover-xs-purple:hover {
    color: #503278;
  }
}
@media (min-width: 400px) {
  .xs-red {
    color: #b41432;
  }
  .bg-xs-red {
    background-color: #b41432;
  }
  .hover-xs-red:hover {
    color: #b41432;
  }
}
@media (min-width: 400px) {
  .xs-orange {
    color: #5988ce;
  }
  .bg-xs-orange {
    background-color: #5988ce;
  }
  .hover-xs-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 400px) {
  .xs-white {
    color: #fff;
  }
  .bg-xs-white {
    background-color: #fff;
  }
  .hover-xs-white:hover {
    color: #fff;
  }
}
@media (min-width: 400px) {
  .xs-gray-50 {
    color: #f5f5f5;
  }
  .bg-xs-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xs-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 400px) {
  .xs-gray-100 {
    color: #f0f0f0;
  }
  .bg-xs-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xs-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 400px) {
  .xs-gray-200 {
    color: #e5e5e5;
  }
  .bg-xs-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xs-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 400px) {
  .xs-gray-300 {
    color: #dddede;
  }
  .bg-xs-gray-300 {
    background-color: #dddede;
  }
  .hover-xs-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 400px) {
  .xs-gray-400 {
    color: #bcbcbb;
  }
  .bg-xs-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xs-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 400px) {
  .xs-gray-500 {
    color: #a0a0a0;
  }
  .bg-xs-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xs-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 400px) {
  .xs-gray-600 {
    color: #7f7f7f;
  }
  .bg-xs-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xs-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 400px) {
  .xs-black {
    color: #000;
  }
  .bg-xs-black {
    background-color: #000;
  }
  .hover-xs-black:hover {
    color: #000;
  }
}
@media (min-width: 450px) {
  .s-purple {
    color: #503278;
  }
  .bg-s-purple {
    background-color: #503278;
  }
  .hover-s-purple:hover {
    color: #503278;
  }
}
@media (min-width: 450px) {
  .s-red {
    color: #b41432;
  }
  .bg-s-red {
    background-color: #b41432;
  }
  .hover-s-red:hover {
    color: #b41432;
  }
}
@media (min-width: 450px) {
  .s-orange {
    color: #5988ce;
  }
  .bg-s-orange {
    background-color: #5988ce;
  }
  .hover-s-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 450px) {
  .s-white {
    color: #fff;
  }
  .bg-s-white {
    background-color: #fff;
  }
  .hover-s-white:hover {
    color: #fff;
  }
}
@media (min-width: 450px) {
  .s-gray-50 {
    color: #f5f5f5;
  }
  .bg-s-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-s-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 450px) {
  .s-gray-100 {
    color: #f0f0f0;
  }
  .bg-s-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-s-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 450px) {
  .s-gray-200 {
    color: #e5e5e5;
  }
  .bg-s-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-s-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 450px) {
  .s-gray-300 {
    color: #dddede;
  }
  .bg-s-gray-300 {
    background-color: #dddede;
  }
  .hover-s-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 450px) {
  .s-gray-400 {
    color: #bcbcbb;
  }
  .bg-s-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-s-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 450px) {
  .s-gray-500 {
    color: #a0a0a0;
  }
  .bg-s-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-s-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 450px) {
  .s-gray-600 {
    color: #7f7f7f;
  }
  .bg-s-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-s-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 450px) {
  .s-black {
    color: #000;
  }
  .bg-s-black {
    background-color: #000;
  }
  .hover-s-black:hover {
    color: #000;
  }
}
@media (min-width: 576px) {
  .sm-purple {
    color: #503278;
  }
  .bg-sm-purple {
    background-color: #503278;
  }
  .hover-sm-purple:hover {
    color: #503278;
  }
}
@media (min-width: 576px) {
  .sm-red {
    color: #b41432;
  }
  .bg-sm-red {
    background-color: #b41432;
  }
  .hover-sm-red:hover {
    color: #b41432;
  }
}
@media (min-width: 576px) {
  .sm-orange {
    color: #5988ce;
  }
  .bg-sm-orange {
    background-color: #5988ce;
  }
  .hover-sm-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 576px) {
  .sm-white {
    color: #fff;
  }
  .bg-sm-white {
    background-color: #fff;
  }
  .hover-sm-white:hover {
    color: #fff;
  }
}
@media (min-width: 576px) {
  .sm-gray-50 {
    color: #f5f5f5;
  }
  .bg-sm-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-sm-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 576px) {
  .sm-gray-100 {
    color: #f0f0f0;
  }
  .bg-sm-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-sm-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 576px) {
  .sm-gray-200 {
    color: #e5e5e5;
  }
  .bg-sm-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-sm-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 576px) {
  .sm-gray-300 {
    color: #dddede;
  }
  .bg-sm-gray-300 {
    background-color: #dddede;
  }
  .hover-sm-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 576px) {
  .sm-gray-400 {
    color: #bcbcbb;
  }
  .bg-sm-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-sm-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 576px) {
  .sm-gray-500 {
    color: #a0a0a0;
  }
  .bg-sm-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-sm-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 576px) {
  .sm-gray-600 {
    color: #7f7f7f;
  }
  .bg-sm-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-sm-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 576px) {
  .sm-black {
    color: #000;
  }
  .bg-sm-black {
    background-color: #000;
  }
  .hover-sm-black:hover {
    color: #000;
  }
}
@media (min-width: 768px) {
  .md-purple {
    color: #503278;
  }
  .bg-md-purple {
    background-color: #503278;
  }
  .hover-md-purple:hover {
    color: #503278;
  }
}
@media (min-width: 768px) {
  .md-red {
    color: #b41432;
  }
  .bg-md-red {
    background-color: #b41432;
  }
  .hover-md-red:hover {
    color: #b41432;
  }
}
@media (min-width: 768px) {
  .md-orange {
    color: #5988ce;
  }
  .bg-md-orange {
    background-color: #5988ce;
  }
  .hover-md-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 768px) {
  .md-white {
    color: #fff;
  }
  .bg-md-white {
    background-color: #fff;
  }
  .hover-md-white:hover {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .md-gray-50 {
    color: #f5f5f5;
  }
  .bg-md-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-md-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 768px) {
  .md-gray-100 {
    color: #f0f0f0;
  }
  .bg-md-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-md-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 768px) {
  .md-gray-200 {
    color: #e5e5e5;
  }
  .bg-md-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-md-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 768px) {
  .md-gray-300 {
    color: #dddede;
  }
  .bg-md-gray-300 {
    background-color: #dddede;
  }
  .hover-md-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 768px) {
  .md-gray-400 {
    color: #bcbcbb;
  }
  .bg-md-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-md-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 768px) {
  .md-gray-500 {
    color: #a0a0a0;
  }
  .bg-md-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-md-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 768px) {
  .md-gray-600 {
    color: #7f7f7f;
  }
  .bg-md-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-md-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 768px) {
  .md-black {
    color: #000;
  }
  .bg-md-black {
    background-color: #000;
  }
  .hover-md-black:hover {
    color: #000;
  }
}
@media (min-width: 992px) {
  .lg-purple {
    color: #503278;
  }
  .bg-lg-purple {
    background-color: #503278;
  }
  .hover-lg-purple:hover {
    color: #503278;
  }
}
@media (min-width: 992px) {
  .lg-red {
    color: #b41432;
  }
  .bg-lg-red {
    background-color: #b41432;
  }
  .hover-lg-red:hover {
    color: #b41432;
  }
}
@media (min-width: 992px) {
  .lg-orange {
    color: #5988ce;
  }
  .bg-lg-orange {
    background-color: #5988ce;
  }
  .hover-lg-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 992px) {
  .lg-white {
    color: #fff;
  }
  .bg-lg-white {
    background-color: #fff;
  }
  .hover-lg-white:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .lg-gray-50 {
    color: #f5f5f5;
  }
  .bg-lg-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-lg-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 992px) {
  .lg-gray-100 {
    color: #f0f0f0;
  }
  .bg-lg-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-lg-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 992px) {
  .lg-gray-200 {
    color: #e5e5e5;
  }
  .bg-lg-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-lg-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 992px) {
  .lg-gray-300 {
    color: #dddede;
  }
  .bg-lg-gray-300 {
    background-color: #dddede;
  }
  .hover-lg-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 992px) {
  .lg-gray-400 {
    color: #bcbcbb;
  }
  .bg-lg-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-lg-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 992px) {
  .lg-gray-500 {
    color: #a0a0a0;
  }
  .bg-lg-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-lg-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 992px) {
  .lg-gray-600 {
    color: #7f7f7f;
  }
  .bg-lg-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-lg-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 992px) {
  .lg-black {
    color: #000;
  }
  .bg-lg-black {
    background-color: #000;
  }
  .hover-lg-black:hover {
    color: #000;
  }
}
@media (min-width: 1200px) {
  .xl-purple {
    color: #503278;
  }
  .bg-xl-purple {
    background-color: #503278;
  }
  .hover-xl-purple:hover {
    color: #503278;
  }
}
@media (min-width: 1200px) {
  .xl-red {
    color: #b41432;
  }
  .bg-xl-red {
    background-color: #b41432;
  }
  .hover-xl-red:hover {
    color: #b41432;
  }
}
@media (min-width: 1200px) {
  .xl-orange {
    color: #5988ce;
  }
  .bg-xl-orange {
    background-color: #5988ce;
  }
  .hover-xl-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 1200px) {
  .xl-white {
    color: #fff;
  }
  .bg-xl-white {
    background-color: #fff;
  }
  .hover-xl-white:hover {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .xl-gray-50 {
    color: #f5f5f5;
  }
  .bg-xl-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xl-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 1200px) {
  .xl-gray-100 {
    color: #f0f0f0;
  }
  .bg-xl-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xl-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 1200px) {
  .xl-gray-200 {
    color: #e5e5e5;
  }
  .bg-xl-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xl-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 1200px) {
  .xl-gray-300 {
    color: #dddede;
  }
  .bg-xl-gray-300 {
    background-color: #dddede;
  }
  .hover-xl-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 1200px) {
  .xl-gray-400 {
    color: #bcbcbb;
  }
  .bg-xl-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xl-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 1200px) {
  .xl-gray-500 {
    color: #a0a0a0;
  }
  .bg-xl-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xl-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 1200px) {
  .xl-gray-600 {
    color: #7f7f7f;
  }
  .bg-xl-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xl-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 1200px) {
  .xl-black {
    color: #000;
  }
  .bg-xl-black {
    background-color: #000;
  }
  .hover-xl-black:hover {
    color: #000;
  }
}
@media (min-width: 1400px) {
  .xxl-purple {
    color: #503278;
  }
  .bg-xxl-purple {
    background-color: #503278;
  }
  .hover-xxl-purple:hover {
    color: #503278;
  }
}
@media (min-width: 1400px) {
  .xxl-red {
    color: #b41432;
  }
  .bg-xxl-red {
    background-color: #b41432;
  }
  .hover-xxl-red:hover {
    color: #b41432;
  }
}
@media (min-width: 1400px) {
  .xxl-orange {
    color: #5988ce;
  }
  .bg-xxl-orange {
    background-color: #5988ce;
  }
  .hover-xxl-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 1400px) {
  .xxl-white {
    color: #fff;
  }
  .bg-xxl-white {
    background-color: #fff;
  }
  .hover-xxl-white:hover {
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-50 {
    color: #f5f5f5;
  }
  .bg-xxl-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xxl-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-100 {
    color: #f0f0f0;
  }
  .bg-xxl-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xxl-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-200 {
    color: #e5e5e5;
  }
  .bg-xxl-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xxl-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-300 {
    color: #dddede;
  }
  .bg-xxl-gray-300 {
    background-color: #dddede;
  }
  .hover-xxl-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-400 {
    color: #bcbcbb;
  }
  .bg-xxl-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xxl-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-500 {
    color: #a0a0a0;
  }
  .bg-xxl-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xxl-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 1400px) {
  .xxl-gray-600 {
    color: #7f7f7f;
  }
  .bg-xxl-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xxl-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 1400px) {
  .xxl-black {
    color: #000;
  }
  .bg-xxl-black {
    background-color: #000;
  }
  .hover-xxl-black:hover {
    color: #000;
  }
}
@media (min-width: 1600px) {
  .h-purple {
    color: #503278;
  }
  .bg-h-purple {
    background-color: #503278;
  }
  .hover-h-purple:hover {
    color: #503278;
  }
}
@media (min-width: 1600px) {
  .h-red {
    color: #b41432;
  }
  .bg-h-red {
    background-color: #b41432;
  }
  .hover-h-red:hover {
    color: #b41432;
  }
}
@media (min-width: 1600px) {
  .h-orange {
    color: #5988ce;
  }
  .bg-h-orange {
    background-color: #5988ce;
  }
  .hover-h-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 1600px) {
  .h-white {
    color: #fff;
  }
  .bg-h-white {
    background-color: #fff;
  }
  .hover-h-white:hover {
    color: #fff;
  }
}
@media (min-width: 1600px) {
  .h-gray-50 {
    color: #f5f5f5;
  }
  .bg-h-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-h-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 1600px) {
  .h-gray-100 {
    color: #f0f0f0;
  }
  .bg-h-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-h-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 1600px) {
  .h-gray-200 {
    color: #e5e5e5;
  }
  .bg-h-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-h-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 1600px) {
  .h-gray-300 {
    color: #dddede;
  }
  .bg-h-gray-300 {
    background-color: #dddede;
  }
  .hover-h-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 1600px) {
  .h-gray-400 {
    color: #bcbcbb;
  }
  .bg-h-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-h-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 1600px) {
  .h-gray-500 {
    color: #a0a0a0;
  }
  .bg-h-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-h-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 1600px) {
  .h-gray-600 {
    color: #7f7f7f;
  }
  .bg-h-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-h-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 1600px) {
  .h-black {
    color: #000;
  }
  .bg-h-black {
    background-color: #000;
  }
  .hover-h-black:hover {
    color: #000;
  }
}
@media (min-width: 1800px) {
  .xh-purple {
    color: #503278;
  }
  .bg-xh-purple {
    background-color: #503278;
  }
  .hover-xh-purple:hover {
    color: #503278;
  }
}
@media (min-width: 1800px) {
  .xh-red {
    color: #b41432;
  }
  .bg-xh-red {
    background-color: #b41432;
  }
  .hover-xh-red:hover {
    color: #b41432;
  }
}
@media (min-width: 1800px) {
  .xh-orange {
    color: #5988ce;
  }
  .bg-xh-orange {
    background-color: #5988ce;
  }
  .hover-xh-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 1800px) {
  .xh-white {
    color: #fff;
  }
  .bg-xh-white {
    background-color: #fff;
  }
  .hover-xh-white:hover {
    color: #fff;
  }
}
@media (min-width: 1800px) {
  .xh-gray-50 {
    color: #f5f5f5;
  }
  .bg-xh-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xh-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 1800px) {
  .xh-gray-100 {
    color: #f0f0f0;
  }
  .bg-xh-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xh-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 1800px) {
  .xh-gray-200 {
    color: #e5e5e5;
  }
  .bg-xh-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xh-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 1800px) {
  .xh-gray-300 {
    color: #dddede;
  }
  .bg-xh-gray-300 {
    background-color: #dddede;
  }
  .hover-xh-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 1800px) {
  .xh-gray-400 {
    color: #bcbcbb;
  }
  .bg-xh-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xh-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 1800px) {
  .xh-gray-500 {
    color: #a0a0a0;
  }
  .bg-xh-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xh-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 1800px) {
  .xh-gray-600 {
    color: #7f7f7f;
  }
  .bg-xh-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xh-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 1800px) {
  .xh-black {
    color: #000;
  }
  .bg-xh-black {
    background-color: #000;
  }
  .hover-xh-black:hover {
    color: #000;
  }
}
@media (min-width: 2500px) {
  .xxh-purple {
    color: #503278;
  }
  .bg-xxh-purple {
    background-color: #503278;
  }
  .hover-xxh-purple:hover {
    color: #503278;
  }
}
@media (min-width: 2500px) {
  .xxh-red {
    color: #b41432;
  }
  .bg-xxh-red {
    background-color: #b41432;
  }
  .hover-xxh-red:hover {
    color: #b41432;
  }
}
@media (min-width: 2500px) {
  .xxh-orange {
    color: #5988ce;
  }
  .bg-xxh-orange {
    background-color: #5988ce;
  }
  .hover-xxh-orange:hover {
    color: #5988ce;
  }
}
@media (min-width: 2500px) {
  .xxh-white {
    color: #fff;
  }
  .bg-xxh-white {
    background-color: #fff;
  }
  .hover-xxh-white:hover {
    color: #fff;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-50 {
    color: #f5f5f5;
  }
  .bg-xxh-gray-50 {
    background-color: #f5f5f5;
  }
  .hover-xxh-gray-50:hover {
    color: #f5f5f5;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-100 {
    color: #f0f0f0;
  }
  .bg-xxh-gray-100 {
    background-color: #f0f0f0;
  }
  .hover-xxh-gray-100:hover {
    color: #f0f0f0;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-200 {
    color: #e5e5e5;
  }
  .bg-xxh-gray-200 {
    background-color: #e5e5e5;
  }
  .hover-xxh-gray-200:hover {
    color: #e5e5e5;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-300 {
    color: #dddede;
  }
  .bg-xxh-gray-300 {
    background-color: #dddede;
  }
  .hover-xxh-gray-300:hover {
    color: #dddede;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-400 {
    color: #bcbcbb;
  }
  .bg-xxh-gray-400 {
    background-color: #bcbcbb;
  }
  .hover-xxh-gray-400:hover {
    color: #bcbcbb;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-500 {
    color: #a0a0a0;
  }
  .bg-xxh-gray-500 {
    background-color: #a0a0a0;
  }
  .hover-xxh-gray-500:hover {
    color: #a0a0a0;
  }
}
@media (min-width: 2500px) {
  .xxh-gray-600 {
    color: #7f7f7f;
  }
  .bg-xxh-gray-600 {
    background-color: #7f7f7f;
  }
  .hover-xxh-gray-600:hover {
    color: #7f7f7f;
  }
}
@media (min-width: 2500px) {
  .xxh-black {
    color: #000;
  }
  .bg-xxh-black {
    background-color: #000;
  }
  .hover-xxh-black:hover {
    color: #000;
  }
}
.bg-gray-85 {
  background-color: rgba(240, 240, 240, 0.85);
}
:root {
  --border-radius-default: 0.6875em;
  --font-s: 0.75rem;
  --font-menu: 3.5vw;
  --font-sm: 0.85rem;
  --font-m: 1rem;
  --font-ml: 1.1rem;
  --font-l: 1.25rem;
  --font-xl: 1.875rem;
  --font-2xl: 2.5rem;
  --font-3xl: 2.8125rem;
  --font-4xl: 3.25rem;
  --font-h: 12vw;
  --container-padding: 0.5em;
}
@media (min-width: 360px) {
  :root {
    --container-padding: 1em;
  }
}
@media (min-width: 400px) {
  :root {
    --font-4xl: 3.25rem;
    --font-h: 11vw;
  }
}
@media (min-width: 450px) {
  :root {
    --font-menu: 0.9375rem;
  }
}
@media (min-width: 768px) {
  :root {
    --font-h: 5rem;
    --container-padding: 1.5em;
  }
}
@media (min-width: 992px) {
  :root {
    --font-4xl: 3.75rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --font-s: 0.825rem;
    --font-menu: 1rem;
    --font-sm: 1rem;
    --font-m: 1.1rem;
    --font-ml: 1.2rem;
    --font-l: 1.325rem;
    --font-xl: 2.0625rem;
    --font-2xl: 2.75rem;
    --font-3xl: 3.0125rem;
    --font-4xl: 4.125rem;
    --font-h: 5.5rem;
    --container-padding: 2.5em;
  }
}
@media (min-width: 2500px) {
  :root {
    --font-s: 1rem;
    --font-menu: 1.05rem;
    --font-sm: 1.1rem;
    --font-m: 1.33rem;
    --font-ml: 1.45rem;
    --font-l: 1.6625rem;
    --font-xl: 2.5rem;
    --font-2xl: 3.325rem;
    --font-3xl: 3.74rem;
    --font-4xl: 5rem;
    --font-h: 6.65rem;
  }
}
.font-s {
  font-size: var(--font-s);
}
.font-m {
  font-size: var(--font-m);
}
.font-ml {
  font-size: var(--font-ml);
}
.font-l {
  font-size: var(--font-l);
}
.font-xl {
  font-size: var(--font-xl);
  line-height: 1;
}
.font-2xl {
  font-size: var(--font-2xl);
  line-height: 1;
}
.font-3xl {
  font-size: var(--font-3xl);
  line-height: 1;
}
.font-4xl {
  font-size: var(--font-4xl);
  line-height: 1;
}
.font-h {
  font-size: var(--font-h);
  line-height: 1;
}
.font-menu {
  font-size: var(--font-menu);
}
.font-s-force {
  font-size: var(--font-s) !important;
}
.font-m-force {
  font-size: var(--font-m) !important;
}
.font-ml-force {
  font-size: var(--font-ml) !important;
}
.font-l-force {
  font-size: var(--font-l) !important;
}
.font-xl-force {
  font-size: var(--font-xl) !important;
  line-height: 1;
}
.font-2xl-force {
  font-size: var(--font-2xl) !important;
  line-height: 1;
}
.font-3xl-force {
  font-size: var(--font-3xl) !important;
  line-height: 1;
}
.font-4xl-force {
  font-size: var(--font-4xl) !important;
  line-height: 1;
}
.font-h-force {
  font-size: var(--font-h) !important;
  line-height: 1;
}
.font-menu-force {
  font-size: var(--font-menu) !important;
}
@media (min-width: 360px) {
  .font-xxs-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 360px) {
  .font-xxs-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 360px) {
  .font-xxs-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 360px) {
  .font-xxs-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 360px) {
  .font-xxs-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 360px) {
  .font-xxs-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 360px) {
  .font-xxs-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 360px) {
  .font-xxs-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 360px) {
  .font-xxs-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 360px) {
  .font-xxs-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 400px) {
  .font-xs-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 400px) {
  .font-xs-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 400px) {
  .font-xs-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 400px) {
  .font-xs-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 400px) {
  .font-xs-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 400px) {
  .font-xs-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 400px) {
  .font-xs-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 400px) {
  .font-xs-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 400px) {
  .font-xs-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 400px) {
  .font-xs-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 450px) {
  .font-s-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 450px) {
  .font-s-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 450px) {
  .font-s-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 450px) {
  .font-s-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 450px) {
  .font-s-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 450px) {
  .font-s-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 450px) {
  .font-s-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 450px) {
  .font-s-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 450px) {
  .font-s-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 450px) {
  .font-s-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 576px) {
  .font-sm-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 576px) {
  .font-sm-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 576px) {
  .font-sm-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 576px) {
  .font-sm-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 576px) {
  .font-sm-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .font-sm-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .font-sm-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .font-sm-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .font-sm-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 576px) {
  .font-sm-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 768px) {
  .font-md-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 768px) {
  .font-md-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 768px) {
  .font-md-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 768px) {
  .font-md-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 768px) {
  .font-md-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-md-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-md-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-md-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-md-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .font-md-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 992px) {
  .font-lg-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 992px) {
  .font-lg-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 992px) {
  .font-lg-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 992px) {
  .font-lg-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 992px) {
  .font-lg-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .font-lg-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .font-lg-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .font-lg-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .font-lg-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .font-lg-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 1200px) {
  .font-xl-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 1200px) {
  .font-xl-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 1200px) {
  .font-xl-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 1200px) {
  .font-xl-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 1200px) {
  .font-xl-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .font-xl-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .font-xl-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .font-xl-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .font-xl-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .font-xl-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 1400px) {
  .font-xxl-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 1400px) {
  .font-xxl-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 1400px) {
  .font-xxl-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 1400px) {
  .font-xxl-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 1400px) {
  .font-xxl-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .font-xxl-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .font-xxl-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .font-xxl-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .font-xxl-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 1400px) {
  .font-xxl-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 1600px) {
  .font-h-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 1600px) {
  .font-h-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 1600px) {
  .font-h-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 1600px) {
  .font-h-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 1600px) {
  .font-h-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .font-h-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .font-h-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .font-h-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .font-h-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .font-h-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 1800px) {
  .font-xh-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 1800px) {
  .font-xh-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 1800px) {
  .font-xh-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 1800px) {
  .font-xh-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 1800px) {
  .font-xh-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .font-xh-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .font-xh-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .font-xh-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .font-xh-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 1800px) {
  .font-xh-menu {
    font-size: var(--font-menu);
  }
}
@media (min-width: 2500px) {
  .font-xxh-s {
    font-size: var(--font-s);
  }
}
@media (min-width: 2500px) {
  .font-xxh-m {
    font-size: var(--font-m);
  }
}
@media (min-width: 2500px) {
  .font-xxh-ml {
    font-size: var(--font-ml);
  }
}
@media (min-width: 2500px) {
  .font-xxh-l {
    font-size: var(--font-l);
  }
}
@media (min-width: 2500px) {
  .font-xxh-xl {
    font-size: var(--font-xl);
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .font-xxh-2xl {
    font-size: var(--font-2xl);
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .font-xxh-3xl {
    font-size: var(--font-3xl);
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .font-xxh-4xl {
    font-size: var(--font-4xl);
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .font-xxh-h {
    font-size: var(--font-h);
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .font-xxh-menu {
    font-size: var(--font-menu);
  }
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.abs-center-y {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abs-center-x {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.abs-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.abs-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.abs-cover,
.event-tile-img:after,
.container-lazyload.-blocked:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.round {
  border-radius: 50%;
}
.wh-100 {
  width: 100%;
  height: 100%;
}
.wh-100-max {
  max-width: 100%;
  max-height: 100%;
}
.h-100vh {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.h-100vh-max {
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.hidden {
  visibility: hidden;
  opacity: 0;
}
.hidden.show {
  visibility: visible;
  opacity: 1;
}
.hidden-opac {
  opacity: 0;
}
.hidden-opac.show {
  opacity: 1;
}
.pointer-events-none {
  pointer-events: none;
}
.cursor-pointer {
  cursor: pointer;
}
.z-index-0 {
  z-index: 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-10 {
  z-index: 10;
}
.z-index-15 {
  z-index: 15;
}
.z-index-20 {
  z-index: 20;
}
.z-index-30 {
  z-index: 30;
}
.z-index-40 {
  z-index: 40;
}
.z-index-50 {
  z-index: 50;
}
.z-index--1 {
  z-index: -1;
}
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.img-cover img,
img.img-cover,
video.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.mark {
  background-color: rgba(192, 37, 37, 0.5) !important;
  border: 1px solid rgba(192, 37, 37, 0.5) !important;
  z-index: 9999;
}
.notice {
  width: 100%;
  text-align: center;
  background-color: rgba(144, 180, 223, 0.5) !important;
  border: 1px solid #c2c6ca !important;
  z-index: 9999;
}
.uppercase {
  text-transform: uppercase;
}
.no-hyphens {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.g\:before-gradient:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(19%, rgba(0, 0, 0, 0.738)),
    color-stop(34%, rgba(0, 0, 0, 0.541)),
    color-stop(47%, rgba(0, 0, 0, 0.382)),
    color-stop(56.5%, rgba(0, 0, 0, 0.278)),
    color-stop(65%, rgba(0, 0, 0, 0.194)),
    color-stop(73%, rgba(0, 0, 0, 0.126)),
    color-stop(80.2%, rgba(0, 0, 0, 0.075)),
    color-stop(86.1%, rgba(0, 0, 0, 0.042)),
    color-stop(91%, rgba(0, 0, 0, 0.021)),
    color-stop(95.2%, rgba(0, 0, 0, 0.008)),
    color-stop(98.2%, rgba(0, 0, 0, 0.002)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    #000 0%,
    rgba(0, 0, 0, 0.738) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.5;
  opacity: 0.7;
  pointer-events: none;
}
.g\:after-gradient:after,
.img-gradient:after,
.hero__slide:after,
.filter-bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(19%, rgba(0, 0, 0, 0.738)),
    color-stop(34%, rgba(0, 0, 0, 0.541)),
    color-stop(47%, rgba(0, 0, 0, 0.382)),
    color-stop(56.5%, rgba(0, 0, 0, 0.278)),
    color-stop(65%, rgba(0, 0, 0, 0.194)),
    color-stop(73%, rgba(0, 0, 0, 0.126)),
    color-stop(80.2%, rgba(0, 0, 0, 0.075)),
    color-stop(86.1%, rgba(0, 0, 0, 0.042)),
    color-stop(91%, rgba(0, 0, 0, 0.021)),
    color-stop(95.2%, rgba(0, 0, 0, 0.008)),
    color-stop(98.2%, rgba(0, 0, 0, 0.002)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    #000 0%,
    rgba(0, 0, 0, 0.738) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.5;
  opacity: 0.7;
  pointer-events: none;
}
.g\:scale-on-hover {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.g\:scale-on-hover:hover,
.g\:scale-on-hover:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.g\:scale-img-on-hover img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.g\:scale-img-on-hover:hover img,
.g\:scale-img-on-hover:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.g\:tooltip-link {
  position: relative;
}
.g\:tooltip-link:hover .g\:tooltip {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.1s ease-in-out,
    -webkit-transform 0.25s ease-in-out;
}
.g\:tooltip {
  position: absolute;
  top: -0.33rem;
  left: 50%;
  color: #fff;
  background-color: #000;
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  opacity: 0;
  -webkit-transition: opacity 0.05s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.05s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.05s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.05s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  z-index: 1001;
  pointer-events: none;
  cursor: default;
}
.g\:tooltip:after {
  content: '';
  position: absolute;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-color: #000 transparent;
  border-width: 6px 6px 0px 6px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.g\:underline-link,
.g\:underline-link--grow,
.g\:underline-link--grow-swap,
.g\:underline-link--grow-swap-out,
.footer-content a {
  line-height: 1.2;
}
.g\:underline-link:after,
.g\:underline-link--grow:after,
.g\:underline-link--grow-swap:after,
.g\:underline-link--grow-swap-out:after,
.footer-content a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease, color 0.15s ease;
  transition: opacity 0.15s ease, color 0.15s ease;
  background-color: black;
}
.g\:underline-link[aria-expanded='true']:after,
.g\:underline-link--grow[aria-expanded='true']:after,
.g\:underline-link--grow-swap[aria-expanded='true']:after,
.g\:underline-link--grow-swap-out[aria-expanded='true']:after,
.footer-content a[aria-expanded='true']:after,
.g\:underline-link[aria-selected='true']:after,
.g\:underline-link--grow[aria-selected='true']:after,
.g\:underline-link--grow-swap[aria-selected='true']:after,
.g\:underline-link--grow-swap-out[aria-selected='true']:after,
.footer-content a[aria-selected='true']:after,
.g\:underline-link:active:after,
.g\:underline-link--grow:active:after,
.g\:underline-link--grow-swap:active:after,
.g\:underline-link--grow-swap-out:active:after,
.footer-content a:active:after {
  opacity: 1;
}
@media (hover: hover) {
  .g\:underline-link:hover:after,
  .g\:underline-link--grow:hover:after,
  .g\:underline-link--grow-swap:hover:after,
  .g\:underline-link--grow-swap-out:hover:after,
  .footer-content a:hover:after {
    opacity: 1;
  }
}
.g\:underline-link--grow:after {
  opacity: 1;
  max-width: 0%;
  -webkit-transition: max-width 0.15s ease, color 0.15s ease;
  transition: max-width 0.15s ease, color 0.15s ease;
}
.g\:underline-link--grow:hover:after {
  max-width: 100%;
}
.g\:underline-link--grow-swap:after {
  opacity: 1;
  max-width: 0%;
  -webkit-transition: max-width 0.25s ease-out, color 0.25s ease-out;
  transition: max-width 0.25s ease-out, color 0.25s ease-out;
  right: 0;
  left: auto;
}
.g\:underline-link--grow-swap:hover:after {
  -webkit-transition: max-width 0.25s ease-out, color 0.25s ease-out;
  transition: max-width 0.25s ease-out, color 0.25s ease-out;
  left: 0;
  max-width: 100%;
}
.g\:underline-link--grow-swap-out:after,
.footer-content a:after {
  max-width: 0%;
  -webkit-transition: max-width 0.25s ease-out, color 0.25s ease-out,
    opacity 0.25s ease-out;
  transition: max-width 0.25s ease-out, color 0.25s ease-out,
    opacity 0.25s ease-out;
  right: 0;
  left: auto;
}
.g\:underline-link--grow-swap-out:hover:after,
.footer-content a:hover:after {
  -webkit-transition: max-width 0.25s ease-out, color 0.25s ease-out;
  transition: max-width 0.25s ease-out, color 0.25s ease-out;
  left: 0;
  opacity: 1;
  max-width: 100%;
}
.u-object-fit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.me-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ms-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-05 {
  margin: 0.125em !important;
}
.mt-05,
.my-05 {
  margin-top: 0.125em !important;
}
.me-05,
.mx-05 {
  margin-right: 0.125em !important;
}
.mb-05,
.my-05 {
  margin-bottom: 0.125em !important;
}
.ms-05,
.mx-05 {
  margin-left: 0.125em !important;
}
.m-1 {
  margin: 0.25em !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25em !important;
}
.me-1,
.mx-1 {
  margin-right: 0.25em !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25em !important;
}
.ms-1,
.mx-1 {
  margin-left: 0.25em !important;
}
.m-125 {
  margin: 0.3em !important;
}
.mt-125,
.my-125 {
  margin-top: 0.3em !important;
}
.me-125,
.mx-125 {
  margin-right: 0.3em !important;
}
.mb-125,
.my-125 {
  margin-bottom: 0.3em !important;
}
.ms-125,
.mx-125 {
  margin-left: 0.3em !important;
}
.m-15 {
  margin: 0.33em !important;
}
.mt-15,
.my-15 {
  margin-top: 0.33em !important;
}
.me-15,
.mx-15 {
  margin-right: 0.33em !important;
}
.mb-15,
.my-15 {
  margin-bottom: 0.33em !important;
}
.ms-15,
.mx-15 {
  margin-left: 0.33em !important;
}
.m-175 {
  margin: 0.425em !important;
}
.mt-175,
.my-175 {
  margin-top: 0.425em !important;
}
.me-175,
.mx-175 {
  margin-right: 0.425em !important;
}
.mb-175,
.my-175 {
  margin-bottom: 0.425em !important;
}
.ms-175,
.mx-175 {
  margin-left: 0.425em !important;
}
.m-2 {
  margin: 0.5em !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5em !important;
}
.me-2,
.mx-2 {
  margin-right: 0.5em !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5em !important;
}
.ms-2,
.mx-2 {
  margin-left: 0.5em !important;
}
.m-225 {
  margin: 0.5625em !important;
}
.mt-225,
.my-225 {
  margin-top: 0.5625em !important;
}
.me-225,
.mx-225 {
  margin-right: 0.5625em !important;
}
.mb-225,
.my-225 {
  margin-bottom: 0.5625em !important;
}
.ms-225,
.mx-225 {
  margin-left: 0.5625em !important;
}
.m-25 {
  margin: 0.66em !important;
}
.mt-25,
.my-25 {
  margin-top: 0.66em !important;
}
.me-25,
.mx-25 {
  margin-right: 0.66em !important;
}
.mb-25,
.my-25 {
  margin-bottom: 0.66em !important;
}
.ms-25,
.mx-25 {
  margin-left: 0.66em !important;
}
.m-275 {
  margin: 0.85em !important;
}
.mt-275,
.my-275 {
  margin-top: 0.85em !important;
}
.me-275,
.mx-275 {
  margin-right: 0.85em !important;
}
.mb-275,
.my-275 {
  margin-bottom: 0.85em !important;
}
.ms-275,
.mx-275 {
  margin-left: 0.85em !important;
}
.m-3 {
  margin: 1.15em !important;
}
.mt-3,
.my-3 {
  margin-top: 1.15em !important;
}
.me-3,
.mx-3 {
  margin-right: 1.15em !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1.15em !important;
}
.ms-3,
.mx-3 {
  margin-left: 1.15em !important;
}
.m-325 {
  margin: 1.25em !important;
}
.mt-325,
.my-325 {
  margin-top: 1.25em !important;
}
.me-325,
.mx-325 {
  margin-right: 1.25em !important;
}
.mb-325,
.my-325 {
  margin-bottom: 1.25em !important;
}
.ms-325,
.mx-325 {
  margin-left: 1.25em !important;
}
.m-35 {
  margin: 1.4em !important;
}
.mt-35,
.my-35 {
  margin-top: 1.4em !important;
}
.me-35,
.mx-35 {
  margin-right: 1.4em !important;
}
.mb-35,
.my-35 {
  margin-bottom: 1.4em !important;
}
.ms-35,
.mx-35 {
  margin-left: 1.4em !important;
}
.m-4 {
  margin: 1.75em !important;
}
.mt-4,
.my-4 {
  margin-top: 1.75em !important;
}
.me-4,
.mx-4 {
  margin-right: 1.75em !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.75em !important;
}
.ms-4,
.mx-4 {
  margin-left: 1.75em !important;
}
.m-45 {
  margin: 2.33em !important;
}
.mt-45,
.my-45 {
  margin-top: 2.33em !important;
}
.me-45,
.mx-45 {
  margin-right: 2.33em !important;
}
.mb-45,
.my-45 {
  margin-bottom: 2.33em !important;
}
.ms-45,
.mx-45 {
  margin-left: 2.33em !important;
}
.m-475 {
  margin: 2.66em !important;
}
.mt-475,
.my-475 {
  margin-top: 2.66em !important;
}
.me-475,
.mx-475 {
  margin-right: 2.66em !important;
}
.mb-475,
.my-475 {
  margin-bottom: 2.66em !important;
}
.ms-475,
.mx-475 {
  margin-left: 2.66em !important;
}
.m-5 {
  margin: 3em !important;
}
.mt-5,
.my-5 {
  margin-top: 3em !important;
}
.me-5,
.mx-5 {
  margin-right: 3em !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3em !important;
}
.ms-5,
.mx-5 {
  margin-left: 3em !important;
}
.m-525 {
  margin: 4em !important;
}
.mt-525,
.my-525 {
  margin-top: 4em !important;
}
.me-525,
.mx-525 {
  margin-right: 4em !important;
}
.mb-525,
.my-525 {
  margin-bottom: 4em !important;
}
.ms-525,
.mx-525 {
  margin-left: 4em !important;
}
.m-55 {
  margin: 4.5em !important;
}
.mt-55,
.my-55 {
  margin-top: 4.5em !important;
}
.me-55,
.mx-55 {
  margin-right: 4.5em !important;
}
.mb-55,
.my-55 {
  margin-bottom: 4.5em !important;
}
.ms-55,
.mx-55 {
  margin-left: 4.5em !important;
}
.m-575 {
  margin: 5em !important;
}
.mt-575,
.my-575 {
  margin-top: 5em !important;
}
.me-575,
.mx-575 {
  margin-right: 5em !important;
}
.mb-575,
.my-575 {
  margin-bottom: 5em !important;
}
.ms-575,
.mx-575 {
  margin-left: 5em !important;
}
.m-6 {
  margin: 6.25em !important;
}
.mt-6,
.my-6 {
  margin-top: 6.25em !important;
}
.me-6,
.mx-6 {
  margin-right: 6.25em !important;
}
.mb-6,
.my-6 {
  margin-bottom: 6.25em !important;
}
.ms-6,
.mx-6 {
  margin-left: 6.25em !important;
}
.m-65 {
  margin: 6.75em !important;
}
.mt-65,
.my-65 {
  margin-top: 6.75em !important;
}
.me-65,
.mx-65 {
  margin-right: 6.75em !important;
}
.mb-65,
.my-65 {
  margin-bottom: 6.75em !important;
}
.ms-65,
.mx-65 {
  margin-left: 6.75em !important;
}
.m-7 {
  margin: 7.5em !important;
}
.mt-7,
.my-7 {
  margin-top: 7.5em !important;
}
.me-7,
.mx-7 {
  margin-right: 7.5em !important;
}
.mb-7,
.my-7 {
  margin-bottom: 7.5em !important;
}
.ms-7,
.mx-7 {
  margin-left: 7.5em !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pe-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.ps-0,
.px-0 {
  padding-left: 0 !important;
}
.p-05 {
  padding: 0.125em !important;
}
.pt-05,
.py-05 {
  padding-top: 0.125em !important;
}
.pe-05,
.px-05 {
  padding-right: 0.125em !important;
}
.pb-05,
.py-05 {
  padding-bottom: 0.125em !important;
}
.ps-05,
.px-05 {
  padding-left: 0.125em !important;
}
.p-1 {
  padding: 0.25em !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25em !important;
}
.pe-1,
.px-1 {
  padding-right: 0.25em !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25em !important;
}
.ps-1,
.px-1 {
  padding-left: 0.25em !important;
}
.p-125 {
  padding: 0.3em !important;
}
.pt-125,
.py-125 {
  padding-top: 0.3em !important;
}
.pe-125,
.px-125 {
  padding-right: 0.3em !important;
}
.pb-125,
.py-125 {
  padding-bottom: 0.3em !important;
}
.ps-125,
.px-125 {
  padding-left: 0.3em !important;
}
.p-15 {
  padding: 0.33em !important;
}
.pt-15,
.py-15 {
  padding-top: 0.33em !important;
}
.pe-15,
.px-15 {
  padding-right: 0.33em !important;
}
.pb-15,
.py-15 {
  padding-bottom: 0.33em !important;
}
.ps-15,
.px-15 {
  padding-left: 0.33em !important;
}
.p-175 {
  padding: 0.425em !important;
}
.pt-175,
.py-175 {
  padding-top: 0.425em !important;
}
.pe-175,
.px-175 {
  padding-right: 0.425em !important;
}
.pb-175,
.py-175 {
  padding-bottom: 0.425em !important;
}
.ps-175,
.px-175 {
  padding-left: 0.425em !important;
}
.p-2 {
  padding: 0.5em !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5em !important;
}
.pe-2,
.px-2 {
  padding-right: 0.5em !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5em !important;
}
.ps-2,
.px-2 {
  padding-left: 0.5em !important;
}
.p-225 {
  padding: 0.5625em !important;
}
.pt-225,
.py-225 {
  padding-top: 0.5625em !important;
}
.pe-225,
.px-225 {
  padding-right: 0.5625em !important;
}
.pb-225,
.py-225 {
  padding-bottom: 0.5625em !important;
}
.ps-225,
.px-225 {
  padding-left: 0.5625em !important;
}
.p-25 {
  padding: 0.66em !important;
}
.pt-25,
.py-25 {
  padding-top: 0.66em !important;
}
.pe-25,
.px-25 {
  padding-right: 0.66em !important;
}
.pb-25,
.py-25 {
  padding-bottom: 0.66em !important;
}
.ps-25,
.px-25 {
  padding-left: 0.66em !important;
}
.p-275 {
  padding: 0.85em !important;
}
.pt-275,
.py-275 {
  padding-top: 0.85em !important;
}
.pe-275,
.px-275 {
  padding-right: 0.85em !important;
}
.pb-275,
.py-275 {
  padding-bottom: 0.85em !important;
}
.ps-275,
.px-275 {
  padding-left: 0.85em !important;
}
.p-3 {
  padding: 1.15em !important;
}
.pt-3,
.py-3 {
  padding-top: 1.15em !important;
}
.pe-3,
.px-3 {
  padding-right: 1.15em !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1.15em !important;
}
.ps-3,
.px-3 {
  padding-left: 1.15em !important;
}
.p-325 {
  padding: 1.25em !important;
}
.pt-325,
.py-325 {
  padding-top: 1.25em !important;
}
.pe-325,
.px-325 {
  padding-right: 1.25em !important;
}
.pb-325,
.py-325 {
  padding-bottom: 1.25em !important;
}
.ps-325,
.px-325 {
  padding-left: 1.25em !important;
}
.p-35 {
  padding: 1.4em !important;
}
.pt-35,
.py-35 {
  padding-top: 1.4em !important;
}
.pe-35,
.px-35 {
  padding-right: 1.4em !important;
}
.pb-35,
.py-35 {
  padding-bottom: 1.4em !important;
}
.ps-35,
.px-35 {
  padding-left: 1.4em !important;
}
.p-4 {
  padding: 1.75em !important;
}
.pt-4,
.py-4 {
  padding-top: 1.75em !important;
}
.pe-4,
.px-4 {
  padding-right: 1.75em !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.75em !important;
}
.ps-4,
.px-4 {
  padding-left: 1.75em !important;
}
.p-45 {
  padding: 2.33em !important;
}
.pt-45,
.py-45 {
  padding-top: 2.33em !important;
}
.pe-45,
.px-45 {
  padding-right: 2.33em !important;
}
.pb-45,
.py-45 {
  padding-bottom: 2.33em !important;
}
.ps-45,
.px-45 {
  padding-left: 2.33em !important;
}
.p-475 {
  padding: 2.66em !important;
}
.pt-475,
.py-475 {
  padding-top: 2.66em !important;
}
.pe-475,
.px-475 {
  padding-right: 2.66em !important;
}
.pb-475,
.py-475 {
  padding-bottom: 2.66em !important;
}
.ps-475,
.px-475 {
  padding-left: 2.66em !important;
}
.p-5 {
  padding: 3em !important;
}
.pt-5,
.py-5 {
  padding-top: 3em !important;
}
.pe-5,
.px-5 {
  padding-right: 3em !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3em !important;
}
.ps-5,
.px-5 {
  padding-left: 3em !important;
}
.p-525 {
  padding: 4em !important;
}
.pt-525,
.py-525 {
  padding-top: 4em !important;
}
.pe-525,
.px-525 {
  padding-right: 4em !important;
}
.pb-525,
.py-525 {
  padding-bottom: 4em !important;
}
.ps-525,
.px-525 {
  padding-left: 4em !important;
}
.p-55 {
  padding: 4.5em !important;
}
.pt-55,
.py-55 {
  padding-top: 4.5em !important;
}
.pe-55,
.px-55 {
  padding-right: 4.5em !important;
}
.pb-55,
.py-55 {
  padding-bottom: 4.5em !important;
}
.ps-55,
.px-55 {
  padding-left: 4.5em !important;
}
.p-575 {
  padding: 5em !important;
}
.pt-575,
.py-575 {
  padding-top: 5em !important;
}
.pe-575,
.px-575 {
  padding-right: 5em !important;
}
.pb-575,
.py-575 {
  padding-bottom: 5em !important;
}
.ps-575,
.px-575 {
  padding-left: 5em !important;
}
.p-6 {
  padding: 6.25em !important;
}
.pt-6,
.py-6 {
  padding-top: 6.25em !important;
}
.pe-6,
.px-6 {
  padding-right: 6.25em !important;
}
.pb-6,
.py-6 {
  padding-bottom: 6.25em !important;
}
.ps-6,
.px-6 {
  padding-left: 6.25em !important;
}
.p-65 {
  padding: 6.75em !important;
}
.pt-65,
.py-65 {
  padding-top: 6.75em !important;
}
.pe-65,
.px-65 {
  padding-right: 6.75em !important;
}
.pb-65,
.py-65 {
  padding-bottom: 6.75em !important;
}
.ps-65,
.px-65 {
  padding-left: 6.75em !important;
}
.p-7 {
  padding: 7.5em !important;
}
.pt-7,
.py-7 {
  padding-top: 7.5em !important;
}
.pe-7,
.px-7 {
  padding-right: 7.5em !important;
}
.pb-7,
.py-7 {
  padding-bottom: 7.5em !important;
}
.ps-7,
.px-7 {
  padding-left: 7.5em !important;
}
@media (min-width: 360px) {
  .m-xxs-0 {
    margin: 0 !important;
  }
  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }
  .me-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }
  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }
  .m-xxs-05 {
    margin: 0.125em !important;
  }
  .mt-xxs-05,
  .my-xxs-05 {
    margin-top: 0.125em !important;
  }
  .me-xxs-05,
  .mx-xxs-05 {
    margin-right: 0.125em !important;
  }
  .mb-xxs-05,
  .my-xxs-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-xxs-05,
  .mx-xxs-05 {
    margin-left: 0.125em !important;
  }
  .m-xxs-1 {
    margin: 0.25em !important;
  }
  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25em !important;
  }
  .me-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25em !important;
  }
  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25em !important;
  }
  .m-xxs-125 {
    margin: 0.3em !important;
  }
  .mt-xxs-125,
  .my-xxs-125 {
    margin-top: 0.3em !important;
  }
  .me-xxs-125,
  .mx-xxs-125 {
    margin-right: 0.3em !important;
  }
  .mb-xxs-125,
  .my-xxs-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-xxs-125,
  .mx-xxs-125 {
    margin-left: 0.3em !important;
  }
  .m-xxs-15 {
    margin: 0.33em !important;
  }
  .mt-xxs-15,
  .my-xxs-15 {
    margin-top: 0.33em !important;
  }
  .me-xxs-15,
  .mx-xxs-15 {
    margin-right: 0.33em !important;
  }
  .mb-xxs-15,
  .my-xxs-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-xxs-15,
  .mx-xxs-15 {
    margin-left: 0.33em !important;
  }
  .m-xxs-175 {
    margin: 0.425em !important;
  }
  .mt-xxs-175,
  .my-xxs-175 {
    margin-top: 0.425em !important;
  }
  .me-xxs-175,
  .mx-xxs-175 {
    margin-right: 0.425em !important;
  }
  .mb-xxs-175,
  .my-xxs-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-xxs-175,
  .mx-xxs-175 {
    margin-left: 0.425em !important;
  }
  .m-xxs-2 {
    margin: 0.5em !important;
  }
  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5em !important;
  }
  .me-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5em !important;
  }
  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5em !important;
  }
  .m-xxs-225 {
    margin: 0.5625em !important;
  }
  .mt-xxs-225,
  .my-xxs-225 {
    margin-top: 0.5625em !important;
  }
  .me-xxs-225,
  .mx-xxs-225 {
    margin-right: 0.5625em !important;
  }
  .mb-xxs-225,
  .my-xxs-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-xxs-225,
  .mx-xxs-225 {
    margin-left: 0.5625em !important;
  }
  .m-xxs-25 {
    margin: 0.66em !important;
  }
  .mt-xxs-25,
  .my-xxs-25 {
    margin-top: 0.66em !important;
  }
  .me-xxs-25,
  .mx-xxs-25 {
    margin-right: 0.66em !important;
  }
  .mb-xxs-25,
  .my-xxs-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-xxs-25,
  .mx-xxs-25 {
    margin-left: 0.66em !important;
  }
  .m-xxs-275 {
    margin: 0.85em !important;
  }
  .mt-xxs-275,
  .my-xxs-275 {
    margin-top: 0.85em !important;
  }
  .me-xxs-275,
  .mx-xxs-275 {
    margin-right: 0.85em !important;
  }
  .mb-xxs-275,
  .my-xxs-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-xxs-275,
  .mx-xxs-275 {
    margin-left: 0.85em !important;
  }
  .m-xxs-3 {
    margin: 1.15em !important;
  }
  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1.15em !important;
  }
  .me-xxs-3,
  .mx-xxs-3 {
    margin-right: 1.15em !important;
  }
  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-xxs-3,
  .mx-xxs-3 {
    margin-left: 1.15em !important;
  }
  .m-xxs-325 {
    margin: 1.25em !important;
  }
  .mt-xxs-325,
  .my-xxs-325 {
    margin-top: 1.25em !important;
  }
  .me-xxs-325,
  .mx-xxs-325 {
    margin-right: 1.25em !important;
  }
  .mb-xxs-325,
  .my-xxs-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-xxs-325,
  .mx-xxs-325 {
    margin-left: 1.25em !important;
  }
  .m-xxs-35 {
    margin: 1.4em !important;
  }
  .mt-xxs-35,
  .my-xxs-35 {
    margin-top: 1.4em !important;
  }
  .me-xxs-35,
  .mx-xxs-35 {
    margin-right: 1.4em !important;
  }
  .mb-xxs-35,
  .my-xxs-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-xxs-35,
  .mx-xxs-35 {
    margin-left: 1.4em !important;
  }
  .m-xxs-4 {
    margin: 1.75em !important;
  }
  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.75em !important;
  }
  .me-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.75em !important;
  }
  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.75em !important;
  }
  .m-xxs-45 {
    margin: 2.33em !important;
  }
  .mt-xxs-45,
  .my-xxs-45 {
    margin-top: 2.33em !important;
  }
  .me-xxs-45,
  .mx-xxs-45 {
    margin-right: 2.33em !important;
  }
  .mb-xxs-45,
  .my-xxs-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-xxs-45,
  .mx-xxs-45 {
    margin-left: 2.33em !important;
  }
  .m-xxs-475 {
    margin: 2.66em !important;
  }
  .mt-xxs-475,
  .my-xxs-475 {
    margin-top: 2.66em !important;
  }
  .me-xxs-475,
  .mx-xxs-475 {
    margin-right: 2.66em !important;
  }
  .mb-xxs-475,
  .my-xxs-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-xxs-475,
  .mx-xxs-475 {
    margin-left: 2.66em !important;
  }
  .m-xxs-5 {
    margin: 3em !important;
  }
  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3em !important;
  }
  .me-xxs-5,
  .mx-xxs-5 {
    margin-right: 3em !important;
  }
  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3em !important;
  }
  .ms-xxs-5,
  .mx-xxs-5 {
    margin-left: 3em !important;
  }
  .m-xxs-525 {
    margin: 4em !important;
  }
  .mt-xxs-525,
  .my-xxs-525 {
    margin-top: 4em !important;
  }
  .me-xxs-525,
  .mx-xxs-525 {
    margin-right: 4em !important;
  }
  .mb-xxs-525,
  .my-xxs-525 {
    margin-bottom: 4em !important;
  }
  .ms-xxs-525,
  .mx-xxs-525 {
    margin-left: 4em !important;
  }
  .m-xxs-55 {
    margin: 4.5em !important;
  }
  .mt-xxs-55,
  .my-xxs-55 {
    margin-top: 4.5em !important;
  }
  .me-xxs-55,
  .mx-xxs-55 {
    margin-right: 4.5em !important;
  }
  .mb-xxs-55,
  .my-xxs-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-xxs-55,
  .mx-xxs-55 {
    margin-left: 4.5em !important;
  }
  .m-xxs-575 {
    margin: 5em !important;
  }
  .mt-xxs-575,
  .my-xxs-575 {
    margin-top: 5em !important;
  }
  .me-xxs-575,
  .mx-xxs-575 {
    margin-right: 5em !important;
  }
  .mb-xxs-575,
  .my-xxs-575 {
    margin-bottom: 5em !important;
  }
  .ms-xxs-575,
  .mx-xxs-575 {
    margin-left: 5em !important;
  }
  .m-xxs-6 {
    margin: 6.25em !important;
  }
  .mt-xxs-6,
  .my-xxs-6 {
    margin-top: 6.25em !important;
  }
  .me-xxs-6,
  .mx-xxs-6 {
    margin-right: 6.25em !important;
  }
  .mb-xxs-6,
  .my-xxs-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-xxs-6,
  .mx-xxs-6 {
    margin-left: 6.25em !important;
  }
  .m-xxs-65 {
    margin: 6.75em !important;
  }
  .mt-xxs-65,
  .my-xxs-65 {
    margin-top: 6.75em !important;
  }
  .me-xxs-65,
  .mx-xxs-65 {
    margin-right: 6.75em !important;
  }
  .mb-xxs-65,
  .my-xxs-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-xxs-65,
  .mx-xxs-65 {
    margin-left: 6.75em !important;
  }
  .m-xxs-7 {
    margin: 7.5em !important;
  }
  .mt-xxs-7,
  .my-xxs-7 {
    margin-top: 7.5em !important;
  }
  .me-xxs-7,
  .mx-xxs-7 {
    margin-right: 7.5em !important;
  }
  .mb-xxs-7,
  .my-xxs-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-xxs-7,
  .mx-xxs-7 {
    margin-left: 7.5em !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }
  .pe-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }
  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }
  .p-xxs-05 {
    padding: 0.125em !important;
  }
  .pt-xxs-05,
  .py-xxs-05 {
    padding-top: 0.125em !important;
  }
  .pe-xxs-05,
  .px-xxs-05 {
    padding-right: 0.125em !important;
  }
  .pb-xxs-05,
  .py-xxs-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-xxs-05,
  .px-xxs-05 {
    padding-left: 0.125em !important;
  }
  .p-xxs-1 {
    padding: 0.25em !important;
  }
  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25em !important;
  }
  .pe-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25em !important;
  }
  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25em !important;
  }
  .p-xxs-125 {
    padding: 0.3em !important;
  }
  .pt-xxs-125,
  .py-xxs-125 {
    padding-top: 0.3em !important;
  }
  .pe-xxs-125,
  .px-xxs-125 {
    padding-right: 0.3em !important;
  }
  .pb-xxs-125,
  .py-xxs-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-xxs-125,
  .px-xxs-125 {
    padding-left: 0.3em !important;
  }
  .p-xxs-15 {
    padding: 0.33em !important;
  }
  .pt-xxs-15,
  .py-xxs-15 {
    padding-top: 0.33em !important;
  }
  .pe-xxs-15,
  .px-xxs-15 {
    padding-right: 0.33em !important;
  }
  .pb-xxs-15,
  .py-xxs-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-xxs-15,
  .px-xxs-15 {
    padding-left: 0.33em !important;
  }
  .p-xxs-175 {
    padding: 0.425em !important;
  }
  .pt-xxs-175,
  .py-xxs-175 {
    padding-top: 0.425em !important;
  }
  .pe-xxs-175,
  .px-xxs-175 {
    padding-right: 0.425em !important;
  }
  .pb-xxs-175,
  .py-xxs-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-xxs-175,
  .px-xxs-175 {
    padding-left: 0.425em !important;
  }
  .p-xxs-2 {
    padding: 0.5em !important;
  }
  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5em !important;
  }
  .pe-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5em !important;
  }
  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5em !important;
  }
  .p-xxs-225 {
    padding: 0.5625em !important;
  }
  .pt-xxs-225,
  .py-xxs-225 {
    padding-top: 0.5625em !important;
  }
  .pe-xxs-225,
  .px-xxs-225 {
    padding-right: 0.5625em !important;
  }
  .pb-xxs-225,
  .py-xxs-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-xxs-225,
  .px-xxs-225 {
    padding-left: 0.5625em !important;
  }
  .p-xxs-25 {
    padding: 0.66em !important;
  }
  .pt-xxs-25,
  .py-xxs-25 {
    padding-top: 0.66em !important;
  }
  .pe-xxs-25,
  .px-xxs-25 {
    padding-right: 0.66em !important;
  }
  .pb-xxs-25,
  .py-xxs-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-xxs-25,
  .px-xxs-25 {
    padding-left: 0.66em !important;
  }
  .p-xxs-275 {
    padding: 0.85em !important;
  }
  .pt-xxs-275,
  .py-xxs-275 {
    padding-top: 0.85em !important;
  }
  .pe-xxs-275,
  .px-xxs-275 {
    padding-right: 0.85em !important;
  }
  .pb-xxs-275,
  .py-xxs-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-xxs-275,
  .px-xxs-275 {
    padding-left: 0.85em !important;
  }
  .p-xxs-3 {
    padding: 1.15em !important;
  }
  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1.15em !important;
  }
  .pe-xxs-3,
  .px-xxs-3 {
    padding-right: 1.15em !important;
  }
  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-xxs-3,
  .px-xxs-3 {
    padding-left: 1.15em !important;
  }
  .p-xxs-325 {
    padding: 1.25em !important;
  }
  .pt-xxs-325,
  .py-xxs-325 {
    padding-top: 1.25em !important;
  }
  .pe-xxs-325,
  .px-xxs-325 {
    padding-right: 1.25em !important;
  }
  .pb-xxs-325,
  .py-xxs-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-xxs-325,
  .px-xxs-325 {
    padding-left: 1.25em !important;
  }
  .p-xxs-35 {
    padding: 1.4em !important;
  }
  .pt-xxs-35,
  .py-xxs-35 {
    padding-top: 1.4em !important;
  }
  .pe-xxs-35,
  .px-xxs-35 {
    padding-right: 1.4em !important;
  }
  .pb-xxs-35,
  .py-xxs-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-xxs-35,
  .px-xxs-35 {
    padding-left: 1.4em !important;
  }
  .p-xxs-4 {
    padding: 1.75em !important;
  }
  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.75em !important;
  }
  .pe-xxs-4,
  .px-xxs-4 {
    padding-right: 1.75em !important;
  }
  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-xxs-4,
  .px-xxs-4 {
    padding-left: 1.75em !important;
  }
  .p-xxs-45 {
    padding: 2.33em !important;
  }
  .pt-xxs-45,
  .py-xxs-45 {
    padding-top: 2.33em !important;
  }
  .pe-xxs-45,
  .px-xxs-45 {
    padding-right: 2.33em !important;
  }
  .pb-xxs-45,
  .py-xxs-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-xxs-45,
  .px-xxs-45 {
    padding-left: 2.33em !important;
  }
  .p-xxs-475 {
    padding: 2.66em !important;
  }
  .pt-xxs-475,
  .py-xxs-475 {
    padding-top: 2.66em !important;
  }
  .pe-xxs-475,
  .px-xxs-475 {
    padding-right: 2.66em !important;
  }
  .pb-xxs-475,
  .py-xxs-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-xxs-475,
  .px-xxs-475 {
    padding-left: 2.66em !important;
  }
  .p-xxs-5 {
    padding: 3em !important;
  }
  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3em !important;
  }
  .pe-xxs-5,
  .px-xxs-5 {
    padding-right: 3em !important;
  }
  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3em !important;
  }
  .ps-xxs-5,
  .px-xxs-5 {
    padding-left: 3em !important;
  }
  .p-xxs-525 {
    padding: 4em !important;
  }
  .pt-xxs-525,
  .py-xxs-525 {
    padding-top: 4em !important;
  }
  .pe-xxs-525,
  .px-xxs-525 {
    padding-right: 4em !important;
  }
  .pb-xxs-525,
  .py-xxs-525 {
    padding-bottom: 4em !important;
  }
  .ps-xxs-525,
  .px-xxs-525 {
    padding-left: 4em !important;
  }
  .p-xxs-55 {
    padding: 4.5em !important;
  }
  .pt-xxs-55,
  .py-xxs-55 {
    padding-top: 4.5em !important;
  }
  .pe-xxs-55,
  .px-xxs-55 {
    padding-right: 4.5em !important;
  }
  .pb-xxs-55,
  .py-xxs-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-xxs-55,
  .px-xxs-55 {
    padding-left: 4.5em !important;
  }
  .p-xxs-575 {
    padding: 5em !important;
  }
  .pt-xxs-575,
  .py-xxs-575 {
    padding-top: 5em !important;
  }
  .pe-xxs-575,
  .px-xxs-575 {
    padding-right: 5em !important;
  }
  .pb-xxs-575,
  .py-xxs-575 {
    padding-bottom: 5em !important;
  }
  .ps-xxs-575,
  .px-xxs-575 {
    padding-left: 5em !important;
  }
  .p-xxs-6 {
    padding: 6.25em !important;
  }
  .pt-xxs-6,
  .py-xxs-6 {
    padding-top: 6.25em !important;
  }
  .pe-xxs-6,
  .px-xxs-6 {
    padding-right: 6.25em !important;
  }
  .pb-xxs-6,
  .py-xxs-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-xxs-6,
  .px-xxs-6 {
    padding-left: 6.25em !important;
  }
  .p-xxs-65 {
    padding: 6.75em !important;
  }
  .pt-xxs-65,
  .py-xxs-65 {
    padding-top: 6.75em !important;
  }
  .pe-xxs-65,
  .px-xxs-65 {
    padding-right: 6.75em !important;
  }
  .pb-xxs-65,
  .py-xxs-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-xxs-65,
  .px-xxs-65 {
    padding-left: 6.75em !important;
  }
  .p-xxs-7 {
    padding: 7.5em !important;
  }
  .pt-xxs-7,
  .py-xxs-7 {
    padding-top: 7.5em !important;
  }
  .pe-xxs-7,
  .px-xxs-7 {
    padding-right: 7.5em !important;
  }
  .pb-xxs-7,
  .py-xxs-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-xxs-7,
  .px-xxs-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 400px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .me-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-05 {
    margin: 0.125em !important;
  }
  .mt-xs-05,
  .my-xs-05 {
    margin-top: 0.125em !important;
  }
  .me-xs-05,
  .mx-xs-05 {
    margin-right: 0.125em !important;
  }
  .mb-xs-05,
  .my-xs-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-xs-05,
  .mx-xs-05 {
    margin-left: 0.125em !important;
  }
  .m-xs-1 {
    margin: 0.25em !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25em !important;
  }
  .me-xs-1,
  .mx-xs-1 {
    margin-right: 0.25em !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xs-1,
  .mx-xs-1 {
    margin-left: 0.25em !important;
  }
  .m-xs-125 {
    margin: 0.3em !important;
  }
  .mt-xs-125,
  .my-xs-125 {
    margin-top: 0.3em !important;
  }
  .me-xs-125,
  .mx-xs-125 {
    margin-right: 0.3em !important;
  }
  .mb-xs-125,
  .my-xs-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-xs-125,
  .mx-xs-125 {
    margin-left: 0.3em !important;
  }
  .m-xs-15 {
    margin: 0.33em !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 0.33em !important;
  }
  .me-xs-15,
  .mx-xs-15 {
    margin-right: 0.33em !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-xs-15,
  .mx-xs-15 {
    margin-left: 0.33em !important;
  }
  .m-xs-175 {
    margin: 0.425em !important;
  }
  .mt-xs-175,
  .my-xs-175 {
    margin-top: 0.425em !important;
  }
  .me-xs-175,
  .mx-xs-175 {
    margin-right: 0.425em !important;
  }
  .mb-xs-175,
  .my-xs-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-xs-175,
  .mx-xs-175 {
    margin-left: 0.425em !important;
  }
  .m-xs-2 {
    margin: 0.5em !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5em !important;
  }
  .me-xs-2,
  .mx-xs-2 {
    margin-right: 0.5em !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xs-2,
  .mx-xs-2 {
    margin-left: 0.5em !important;
  }
  .m-xs-225 {
    margin: 0.5625em !important;
  }
  .mt-xs-225,
  .my-xs-225 {
    margin-top: 0.5625em !important;
  }
  .me-xs-225,
  .mx-xs-225 {
    margin-right: 0.5625em !important;
  }
  .mb-xs-225,
  .my-xs-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-xs-225,
  .mx-xs-225 {
    margin-left: 0.5625em !important;
  }
  .m-xs-25 {
    margin: 0.66em !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 0.66em !important;
  }
  .me-xs-25,
  .mx-xs-25 {
    margin-right: 0.66em !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-xs-25,
  .mx-xs-25 {
    margin-left: 0.66em !important;
  }
  .m-xs-275 {
    margin: 0.85em !important;
  }
  .mt-xs-275,
  .my-xs-275 {
    margin-top: 0.85em !important;
  }
  .me-xs-275,
  .mx-xs-275 {
    margin-right: 0.85em !important;
  }
  .mb-xs-275,
  .my-xs-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-xs-275,
  .mx-xs-275 {
    margin-left: 0.85em !important;
  }
  .m-xs-3 {
    margin: 1.15em !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1.15em !important;
  }
  .me-xs-3,
  .mx-xs-3 {
    margin-right: 1.15em !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-xs-3,
  .mx-xs-3 {
    margin-left: 1.15em !important;
  }
  .m-xs-325 {
    margin: 1.25em !important;
  }
  .mt-xs-325,
  .my-xs-325 {
    margin-top: 1.25em !important;
  }
  .me-xs-325,
  .mx-xs-325 {
    margin-right: 1.25em !important;
  }
  .mb-xs-325,
  .my-xs-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-xs-325,
  .mx-xs-325 {
    margin-left: 1.25em !important;
  }
  .m-xs-35 {
    margin: 1.4em !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 1.4em !important;
  }
  .me-xs-35,
  .mx-xs-35 {
    margin-right: 1.4em !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-xs-35,
  .mx-xs-35 {
    margin-left: 1.4em !important;
  }
  .m-xs-4 {
    margin: 1.75em !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.75em !important;
  }
  .me-xs-4,
  .mx-xs-4 {
    margin-right: 1.75em !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-xs-4,
  .mx-xs-4 {
    margin-left: 1.75em !important;
  }
  .m-xs-45 {
    margin: 2.33em !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 2.33em !important;
  }
  .me-xs-45,
  .mx-xs-45 {
    margin-right: 2.33em !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-xs-45,
  .mx-xs-45 {
    margin-left: 2.33em !important;
  }
  .m-xs-475 {
    margin: 2.66em !important;
  }
  .mt-xs-475,
  .my-xs-475 {
    margin-top: 2.66em !important;
  }
  .me-xs-475,
  .mx-xs-475 {
    margin-right: 2.66em !important;
  }
  .mb-xs-475,
  .my-xs-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-xs-475,
  .mx-xs-475 {
    margin-left: 2.66em !important;
  }
  .m-xs-5 {
    margin: 3em !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3em !important;
  }
  .me-xs-5,
  .mx-xs-5 {
    margin-right: 3em !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3em !important;
  }
  .ms-xs-5,
  .mx-xs-5 {
    margin-left: 3em !important;
  }
  .m-xs-525 {
    margin: 4em !important;
  }
  .mt-xs-525,
  .my-xs-525 {
    margin-top: 4em !important;
  }
  .me-xs-525,
  .mx-xs-525 {
    margin-right: 4em !important;
  }
  .mb-xs-525,
  .my-xs-525 {
    margin-bottom: 4em !important;
  }
  .ms-xs-525,
  .mx-xs-525 {
    margin-left: 4em !important;
  }
  .m-xs-55 {
    margin: 4.5em !important;
  }
  .mt-xs-55,
  .my-xs-55 {
    margin-top: 4.5em !important;
  }
  .me-xs-55,
  .mx-xs-55 {
    margin-right: 4.5em !important;
  }
  .mb-xs-55,
  .my-xs-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-xs-55,
  .mx-xs-55 {
    margin-left: 4.5em !important;
  }
  .m-xs-575 {
    margin: 5em !important;
  }
  .mt-xs-575,
  .my-xs-575 {
    margin-top: 5em !important;
  }
  .me-xs-575,
  .mx-xs-575 {
    margin-right: 5em !important;
  }
  .mb-xs-575,
  .my-xs-575 {
    margin-bottom: 5em !important;
  }
  .ms-xs-575,
  .mx-xs-575 {
    margin-left: 5em !important;
  }
  .m-xs-6 {
    margin: 6.25em !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 6.25em !important;
  }
  .me-xs-6,
  .mx-xs-6 {
    margin-right: 6.25em !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-xs-6,
  .mx-xs-6 {
    margin-left: 6.25em !important;
  }
  .m-xs-65 {
    margin: 6.75em !important;
  }
  .mt-xs-65,
  .my-xs-65 {
    margin-top: 6.75em !important;
  }
  .me-xs-65,
  .mx-xs-65 {
    margin-right: 6.75em !important;
  }
  .mb-xs-65,
  .my-xs-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-xs-65,
  .mx-xs-65 {
    margin-left: 6.75em !important;
  }
  .m-xs-7 {
    margin: 7.5em !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 7.5em !important;
  }
  .me-xs-7,
  .mx-xs-7 {
    margin-right: 7.5em !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-xs-7,
  .mx-xs-7 {
    margin-left: 7.5em !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pe-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-05 {
    padding: 0.125em !important;
  }
  .pt-xs-05,
  .py-xs-05 {
    padding-top: 0.125em !important;
  }
  .pe-xs-05,
  .px-xs-05 {
    padding-right: 0.125em !important;
  }
  .pb-xs-05,
  .py-xs-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-xs-05,
  .px-xs-05 {
    padding-left: 0.125em !important;
  }
  .p-xs-1 {
    padding: 0.25em !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25em !important;
  }
  .pe-xs-1,
  .px-xs-1 {
    padding-right: 0.25em !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-xs-1,
  .px-xs-1 {
    padding-left: 0.25em !important;
  }
  .p-xs-125 {
    padding: 0.3em !important;
  }
  .pt-xs-125,
  .py-xs-125 {
    padding-top: 0.3em !important;
  }
  .pe-xs-125,
  .px-xs-125 {
    padding-right: 0.3em !important;
  }
  .pb-xs-125,
  .py-xs-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-xs-125,
  .px-xs-125 {
    padding-left: 0.3em !important;
  }
  .p-xs-15 {
    padding: 0.33em !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 0.33em !important;
  }
  .pe-xs-15,
  .px-xs-15 {
    padding-right: 0.33em !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-xs-15,
  .px-xs-15 {
    padding-left: 0.33em !important;
  }
  .p-xs-175 {
    padding: 0.425em !important;
  }
  .pt-xs-175,
  .py-xs-175 {
    padding-top: 0.425em !important;
  }
  .pe-xs-175,
  .px-xs-175 {
    padding-right: 0.425em !important;
  }
  .pb-xs-175,
  .py-xs-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-xs-175,
  .px-xs-175 {
    padding-left: 0.425em !important;
  }
  .p-xs-2 {
    padding: 0.5em !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5em !important;
  }
  .pe-xs-2,
  .px-xs-2 {
    padding-right: 0.5em !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-xs-2,
  .px-xs-2 {
    padding-left: 0.5em !important;
  }
  .p-xs-225 {
    padding: 0.5625em !important;
  }
  .pt-xs-225,
  .py-xs-225 {
    padding-top: 0.5625em !important;
  }
  .pe-xs-225,
  .px-xs-225 {
    padding-right: 0.5625em !important;
  }
  .pb-xs-225,
  .py-xs-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-xs-225,
  .px-xs-225 {
    padding-left: 0.5625em !important;
  }
  .p-xs-25 {
    padding: 0.66em !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 0.66em !important;
  }
  .pe-xs-25,
  .px-xs-25 {
    padding-right: 0.66em !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-xs-25,
  .px-xs-25 {
    padding-left: 0.66em !important;
  }
  .p-xs-275 {
    padding: 0.85em !important;
  }
  .pt-xs-275,
  .py-xs-275 {
    padding-top: 0.85em !important;
  }
  .pe-xs-275,
  .px-xs-275 {
    padding-right: 0.85em !important;
  }
  .pb-xs-275,
  .py-xs-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-xs-275,
  .px-xs-275 {
    padding-left: 0.85em !important;
  }
  .p-xs-3 {
    padding: 1.15em !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1.15em !important;
  }
  .pe-xs-3,
  .px-xs-3 {
    padding-right: 1.15em !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-xs-3,
  .px-xs-3 {
    padding-left: 1.15em !important;
  }
  .p-xs-325 {
    padding: 1.25em !important;
  }
  .pt-xs-325,
  .py-xs-325 {
    padding-top: 1.25em !important;
  }
  .pe-xs-325,
  .px-xs-325 {
    padding-right: 1.25em !important;
  }
  .pb-xs-325,
  .py-xs-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-xs-325,
  .px-xs-325 {
    padding-left: 1.25em !important;
  }
  .p-xs-35 {
    padding: 1.4em !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 1.4em !important;
  }
  .pe-xs-35,
  .px-xs-35 {
    padding-right: 1.4em !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-xs-35,
  .px-xs-35 {
    padding-left: 1.4em !important;
  }
  .p-xs-4 {
    padding: 1.75em !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.75em !important;
  }
  .pe-xs-4,
  .px-xs-4 {
    padding-right: 1.75em !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-xs-4,
  .px-xs-4 {
    padding-left: 1.75em !important;
  }
  .p-xs-45 {
    padding: 2.33em !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 2.33em !important;
  }
  .pe-xs-45,
  .px-xs-45 {
    padding-right: 2.33em !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-xs-45,
  .px-xs-45 {
    padding-left: 2.33em !important;
  }
  .p-xs-475 {
    padding: 2.66em !important;
  }
  .pt-xs-475,
  .py-xs-475 {
    padding-top: 2.66em !important;
  }
  .pe-xs-475,
  .px-xs-475 {
    padding-right: 2.66em !important;
  }
  .pb-xs-475,
  .py-xs-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-xs-475,
  .px-xs-475 {
    padding-left: 2.66em !important;
  }
  .p-xs-5 {
    padding: 3em !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3em !important;
  }
  .pe-xs-5,
  .px-xs-5 {
    padding-right: 3em !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3em !important;
  }
  .ps-xs-5,
  .px-xs-5 {
    padding-left: 3em !important;
  }
  .p-xs-525 {
    padding: 4em !important;
  }
  .pt-xs-525,
  .py-xs-525 {
    padding-top: 4em !important;
  }
  .pe-xs-525,
  .px-xs-525 {
    padding-right: 4em !important;
  }
  .pb-xs-525,
  .py-xs-525 {
    padding-bottom: 4em !important;
  }
  .ps-xs-525,
  .px-xs-525 {
    padding-left: 4em !important;
  }
  .p-xs-55 {
    padding: 4.5em !important;
  }
  .pt-xs-55,
  .py-xs-55 {
    padding-top: 4.5em !important;
  }
  .pe-xs-55,
  .px-xs-55 {
    padding-right: 4.5em !important;
  }
  .pb-xs-55,
  .py-xs-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-xs-55,
  .px-xs-55 {
    padding-left: 4.5em !important;
  }
  .p-xs-575 {
    padding: 5em !important;
  }
  .pt-xs-575,
  .py-xs-575 {
    padding-top: 5em !important;
  }
  .pe-xs-575,
  .px-xs-575 {
    padding-right: 5em !important;
  }
  .pb-xs-575,
  .py-xs-575 {
    padding-bottom: 5em !important;
  }
  .ps-xs-575,
  .px-xs-575 {
    padding-left: 5em !important;
  }
  .p-xs-6 {
    padding: 6.25em !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 6.25em !important;
  }
  .pe-xs-6,
  .px-xs-6 {
    padding-right: 6.25em !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-xs-6,
  .px-xs-6 {
    padding-left: 6.25em !important;
  }
  .p-xs-65 {
    padding: 6.75em !important;
  }
  .pt-xs-65,
  .py-xs-65 {
    padding-top: 6.75em !important;
  }
  .pe-xs-65,
  .px-xs-65 {
    padding-right: 6.75em !important;
  }
  .pb-xs-65,
  .py-xs-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-xs-65,
  .px-xs-65 {
    padding-left: 6.75em !important;
  }
  .p-xs-7 {
    padding: 7.5em !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 7.5em !important;
  }
  .pe-xs-7,
  .px-xs-7 {
    padding-right: 7.5em !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-xs-7,
  .px-xs-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .me-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-05 {
    margin: 0.125em !important;
  }
  .mt-sm-05,
  .my-sm-05 {
    margin-top: 0.125em !important;
  }
  .me-sm-05,
  .mx-sm-05 {
    margin-right: 0.125em !important;
  }
  .mb-sm-05,
  .my-sm-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-sm-05,
  .mx-sm-05 {
    margin-left: 0.125em !important;
  }
  .m-sm-1 {
    margin: 0.25em !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25em !important;
  }
  .me-sm-1,
  .mx-sm-1 {
    margin-right: 0.25em !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-sm-1,
  .mx-sm-1 {
    margin-left: 0.25em !important;
  }
  .m-sm-125 {
    margin: 0.3em !important;
  }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 0.3em !important;
  }
  .me-sm-125,
  .mx-sm-125 {
    margin-right: 0.3em !important;
  }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-sm-125,
  .mx-sm-125 {
    margin-left: 0.3em !important;
  }
  .m-sm-15 {
    margin: 0.33em !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 0.33em !important;
  }
  .me-sm-15,
  .mx-sm-15 {
    margin-right: 0.33em !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-sm-15,
  .mx-sm-15 {
    margin-left: 0.33em !important;
  }
  .m-sm-175 {
    margin: 0.425em !important;
  }
  .mt-sm-175,
  .my-sm-175 {
    margin-top: 0.425em !important;
  }
  .me-sm-175,
  .mx-sm-175 {
    margin-right: 0.425em !important;
  }
  .mb-sm-175,
  .my-sm-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-sm-175,
  .mx-sm-175 {
    margin-left: 0.425em !important;
  }
  .m-sm-2 {
    margin: 0.5em !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5em !important;
  }
  .me-sm-2,
  .mx-sm-2 {
    margin-right: 0.5em !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-sm-2,
  .mx-sm-2 {
    margin-left: 0.5em !important;
  }
  .m-sm-225 {
    margin: 0.5625em !important;
  }
  .mt-sm-225,
  .my-sm-225 {
    margin-top: 0.5625em !important;
  }
  .me-sm-225,
  .mx-sm-225 {
    margin-right: 0.5625em !important;
  }
  .mb-sm-225,
  .my-sm-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-sm-225,
  .mx-sm-225 {
    margin-left: 0.5625em !important;
  }
  .m-sm-25 {
    margin: 0.66em !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 0.66em !important;
  }
  .me-sm-25,
  .mx-sm-25 {
    margin-right: 0.66em !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-sm-25,
  .mx-sm-25 {
    margin-left: 0.66em !important;
  }
  .m-sm-275 {
    margin: 0.85em !important;
  }
  .mt-sm-275,
  .my-sm-275 {
    margin-top: 0.85em !important;
  }
  .me-sm-275,
  .mx-sm-275 {
    margin-right: 0.85em !important;
  }
  .mb-sm-275,
  .my-sm-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-sm-275,
  .mx-sm-275 {
    margin-left: 0.85em !important;
  }
  .m-sm-3 {
    margin: 1.15em !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.15em !important;
  }
  .me-sm-3,
  .mx-sm-3 {
    margin-right: 1.15em !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-sm-3,
  .mx-sm-3 {
    margin-left: 1.15em !important;
  }
  .m-sm-325 {
    margin: 1.25em !important;
  }
  .mt-sm-325,
  .my-sm-325 {
    margin-top: 1.25em !important;
  }
  .me-sm-325,
  .mx-sm-325 {
    margin-right: 1.25em !important;
  }
  .mb-sm-325,
  .my-sm-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-sm-325,
  .mx-sm-325 {
    margin-left: 1.25em !important;
  }
  .m-sm-35 {
    margin: 1.4em !important;
  }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 1.4em !important;
  }
  .me-sm-35,
  .mx-sm-35 {
    margin-right: 1.4em !important;
  }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-sm-35,
  .mx-sm-35 {
    margin-left: 1.4em !important;
  }
  .m-sm-4 {
    margin: 1.75em !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.75em !important;
  }
  .me-sm-4,
  .mx-sm-4 {
    margin-right: 1.75em !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-sm-4,
  .mx-sm-4 {
    margin-left: 1.75em !important;
  }
  .m-sm-45 {
    margin: 2.33em !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 2.33em !important;
  }
  .me-sm-45,
  .mx-sm-45 {
    margin-right: 2.33em !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-sm-45,
  .mx-sm-45 {
    margin-left: 2.33em !important;
  }
  .m-sm-475 {
    margin: 2.66em !important;
  }
  .mt-sm-475,
  .my-sm-475 {
    margin-top: 2.66em !important;
  }
  .me-sm-475,
  .mx-sm-475 {
    margin-right: 2.66em !important;
  }
  .mb-sm-475,
  .my-sm-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-sm-475,
  .mx-sm-475 {
    margin-left: 2.66em !important;
  }
  .m-sm-5 {
    margin: 3em !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3em !important;
  }
  .me-sm-5,
  .mx-sm-5 {
    margin-right: 3em !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3em !important;
  }
  .ms-sm-5,
  .mx-sm-5 {
    margin-left: 3em !important;
  }
  .m-sm-525 {
    margin: 4em !important;
  }
  .mt-sm-525,
  .my-sm-525 {
    margin-top: 4em !important;
  }
  .me-sm-525,
  .mx-sm-525 {
    margin-right: 4em !important;
  }
  .mb-sm-525,
  .my-sm-525 {
    margin-bottom: 4em !important;
  }
  .ms-sm-525,
  .mx-sm-525 {
    margin-left: 4em !important;
  }
  .m-sm-55 {
    margin: 4.5em !important;
  }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 4.5em !important;
  }
  .me-sm-55,
  .mx-sm-55 {
    margin-right: 4.5em !important;
  }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-sm-55,
  .mx-sm-55 {
    margin-left: 4.5em !important;
  }
  .m-sm-575 {
    margin: 5em !important;
  }
  .mt-sm-575,
  .my-sm-575 {
    margin-top: 5em !important;
  }
  .me-sm-575,
  .mx-sm-575 {
    margin-right: 5em !important;
  }
  .mb-sm-575,
  .my-sm-575 {
    margin-bottom: 5em !important;
  }
  .ms-sm-575,
  .mx-sm-575 {
    margin-left: 5em !important;
  }
  .m-sm-6 {
    margin: 6.25em !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6.25em !important;
  }
  .me-sm-6,
  .mx-sm-6 {
    margin-right: 6.25em !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-sm-6,
  .mx-sm-6 {
    margin-left: 6.25em !important;
  }
  .m-sm-65 {
    margin: 6.75em !important;
  }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 6.75em !important;
  }
  .me-sm-65,
  .mx-sm-65 {
    margin-right: 6.75em !important;
  }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-sm-65,
  .mx-sm-65 {
    margin-left: 6.75em !important;
  }
  .m-sm-7 {
    margin: 7.5em !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7.5em !important;
  }
  .me-sm-7,
  .mx-sm-7 {
    margin-right: 7.5em !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-sm-7,
  .mx-sm-7 {
    margin-left: 7.5em !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pe-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-05 {
    padding: 0.125em !important;
  }
  .pt-sm-05,
  .py-sm-05 {
    padding-top: 0.125em !important;
  }
  .pe-sm-05,
  .px-sm-05 {
    padding-right: 0.125em !important;
  }
  .pb-sm-05,
  .py-sm-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-sm-05,
  .px-sm-05 {
    padding-left: 0.125em !important;
  }
  .p-sm-1 {
    padding: 0.25em !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25em !important;
  }
  .pe-sm-1,
  .px-sm-1 {
    padding-right: 0.25em !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-sm-1,
  .px-sm-1 {
    padding-left: 0.25em !important;
  }
  .p-sm-125 {
    padding: 0.3em !important;
  }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 0.3em !important;
  }
  .pe-sm-125,
  .px-sm-125 {
    padding-right: 0.3em !important;
  }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-sm-125,
  .px-sm-125 {
    padding-left: 0.3em !important;
  }
  .p-sm-15 {
    padding: 0.33em !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 0.33em !important;
  }
  .pe-sm-15,
  .px-sm-15 {
    padding-right: 0.33em !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-sm-15,
  .px-sm-15 {
    padding-left: 0.33em !important;
  }
  .p-sm-175 {
    padding: 0.425em !important;
  }
  .pt-sm-175,
  .py-sm-175 {
    padding-top: 0.425em !important;
  }
  .pe-sm-175,
  .px-sm-175 {
    padding-right: 0.425em !important;
  }
  .pb-sm-175,
  .py-sm-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-sm-175,
  .px-sm-175 {
    padding-left: 0.425em !important;
  }
  .p-sm-2 {
    padding: 0.5em !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5em !important;
  }
  .pe-sm-2,
  .px-sm-2 {
    padding-right: 0.5em !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-sm-2,
  .px-sm-2 {
    padding-left: 0.5em !important;
  }
  .p-sm-225 {
    padding: 0.5625em !important;
  }
  .pt-sm-225,
  .py-sm-225 {
    padding-top: 0.5625em !important;
  }
  .pe-sm-225,
  .px-sm-225 {
    padding-right: 0.5625em !important;
  }
  .pb-sm-225,
  .py-sm-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-sm-225,
  .px-sm-225 {
    padding-left: 0.5625em !important;
  }
  .p-sm-25 {
    padding: 0.66em !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 0.66em !important;
  }
  .pe-sm-25,
  .px-sm-25 {
    padding-right: 0.66em !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-sm-25,
  .px-sm-25 {
    padding-left: 0.66em !important;
  }
  .p-sm-275 {
    padding: 0.85em !important;
  }
  .pt-sm-275,
  .py-sm-275 {
    padding-top: 0.85em !important;
  }
  .pe-sm-275,
  .px-sm-275 {
    padding-right: 0.85em !important;
  }
  .pb-sm-275,
  .py-sm-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-sm-275,
  .px-sm-275 {
    padding-left: 0.85em !important;
  }
  .p-sm-3 {
    padding: 1.15em !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.15em !important;
  }
  .pe-sm-3,
  .px-sm-3 {
    padding-right: 1.15em !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-sm-3,
  .px-sm-3 {
    padding-left: 1.15em !important;
  }
  .p-sm-325 {
    padding: 1.25em !important;
  }
  .pt-sm-325,
  .py-sm-325 {
    padding-top: 1.25em !important;
  }
  .pe-sm-325,
  .px-sm-325 {
    padding-right: 1.25em !important;
  }
  .pb-sm-325,
  .py-sm-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-sm-325,
  .px-sm-325 {
    padding-left: 1.25em !important;
  }
  .p-sm-35 {
    padding: 1.4em !important;
  }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 1.4em !important;
  }
  .pe-sm-35,
  .px-sm-35 {
    padding-right: 1.4em !important;
  }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-sm-35,
  .px-sm-35 {
    padding-left: 1.4em !important;
  }
  .p-sm-4 {
    padding: 1.75em !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.75em !important;
  }
  .pe-sm-4,
  .px-sm-4 {
    padding-right: 1.75em !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-sm-4,
  .px-sm-4 {
    padding-left: 1.75em !important;
  }
  .p-sm-45 {
    padding: 2.33em !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 2.33em !important;
  }
  .pe-sm-45,
  .px-sm-45 {
    padding-right: 2.33em !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-sm-45,
  .px-sm-45 {
    padding-left: 2.33em !important;
  }
  .p-sm-475 {
    padding: 2.66em !important;
  }
  .pt-sm-475,
  .py-sm-475 {
    padding-top: 2.66em !important;
  }
  .pe-sm-475,
  .px-sm-475 {
    padding-right: 2.66em !important;
  }
  .pb-sm-475,
  .py-sm-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-sm-475,
  .px-sm-475 {
    padding-left: 2.66em !important;
  }
  .p-sm-5 {
    padding: 3em !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3em !important;
  }
  .pe-sm-5,
  .px-sm-5 {
    padding-right: 3em !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3em !important;
  }
  .ps-sm-5,
  .px-sm-5 {
    padding-left: 3em !important;
  }
  .p-sm-525 {
    padding: 4em !important;
  }
  .pt-sm-525,
  .py-sm-525 {
    padding-top: 4em !important;
  }
  .pe-sm-525,
  .px-sm-525 {
    padding-right: 4em !important;
  }
  .pb-sm-525,
  .py-sm-525 {
    padding-bottom: 4em !important;
  }
  .ps-sm-525,
  .px-sm-525 {
    padding-left: 4em !important;
  }
  .p-sm-55 {
    padding: 4.5em !important;
  }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 4.5em !important;
  }
  .pe-sm-55,
  .px-sm-55 {
    padding-right: 4.5em !important;
  }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-sm-55,
  .px-sm-55 {
    padding-left: 4.5em !important;
  }
  .p-sm-575 {
    padding: 5em !important;
  }
  .pt-sm-575,
  .py-sm-575 {
    padding-top: 5em !important;
  }
  .pe-sm-575,
  .px-sm-575 {
    padding-right: 5em !important;
  }
  .pb-sm-575,
  .py-sm-575 {
    padding-bottom: 5em !important;
  }
  .ps-sm-575,
  .px-sm-575 {
    padding-left: 5em !important;
  }
  .p-sm-6 {
    padding: 6.25em !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6.25em !important;
  }
  .pe-sm-6,
  .px-sm-6 {
    padding-right: 6.25em !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-sm-6,
  .px-sm-6 {
    padding-left: 6.25em !important;
  }
  .p-sm-65 {
    padding: 6.75em !important;
  }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 6.75em !important;
  }
  .pe-sm-65,
  .px-sm-65 {
    padding-right: 6.75em !important;
  }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-sm-65,
  .px-sm-65 {
    padding-left: 6.75em !important;
  }
  .p-sm-7 {
    padding: 7.5em !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7.5em !important;
  }
  .pe-sm-7,
  .px-sm-7 {
    padding-right: 7.5em !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-sm-7,
  .px-sm-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-05 {
    margin: 0.125em !important;
  }
  .mt-md-05,
  .my-md-05 {
    margin-top: 0.125em !important;
  }
  .me-md-05,
  .mx-md-05 {
    margin-right: 0.125em !important;
  }
  .mb-md-05,
  .my-md-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-md-05,
  .mx-md-05 {
    margin-left: 0.125em !important;
  }
  .m-md-1 {
    margin: 0.25em !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25em !important;
  }
  .me-md-1,
  .mx-md-1 {
    margin-right: 0.25em !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-md-1,
  .mx-md-1 {
    margin-left: 0.25em !important;
  }
  .m-md-125 {
    margin: 0.3em !important;
  }
  .mt-md-125,
  .my-md-125 {
    margin-top: 0.3em !important;
  }
  .me-md-125,
  .mx-md-125 {
    margin-right: 0.3em !important;
  }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-md-125,
  .mx-md-125 {
    margin-left: 0.3em !important;
  }
  .m-md-15 {
    margin: 0.33em !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 0.33em !important;
  }
  .me-md-15,
  .mx-md-15 {
    margin-right: 0.33em !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-md-15,
  .mx-md-15 {
    margin-left: 0.33em !important;
  }
  .m-md-175 {
    margin: 0.425em !important;
  }
  .mt-md-175,
  .my-md-175 {
    margin-top: 0.425em !important;
  }
  .me-md-175,
  .mx-md-175 {
    margin-right: 0.425em !important;
  }
  .mb-md-175,
  .my-md-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-md-175,
  .mx-md-175 {
    margin-left: 0.425em !important;
  }
  .m-md-2 {
    margin: 0.5em !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5em !important;
  }
  .me-md-2,
  .mx-md-2 {
    margin-right: 0.5em !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-md-2,
  .mx-md-2 {
    margin-left: 0.5em !important;
  }
  .m-md-225 {
    margin: 0.5625em !important;
  }
  .mt-md-225,
  .my-md-225 {
    margin-top: 0.5625em !important;
  }
  .me-md-225,
  .mx-md-225 {
    margin-right: 0.5625em !important;
  }
  .mb-md-225,
  .my-md-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-md-225,
  .mx-md-225 {
    margin-left: 0.5625em !important;
  }
  .m-md-25 {
    margin: 0.66em !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 0.66em !important;
  }
  .me-md-25,
  .mx-md-25 {
    margin-right: 0.66em !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-md-25,
  .mx-md-25 {
    margin-left: 0.66em !important;
  }
  .m-md-275 {
    margin: 0.85em !important;
  }
  .mt-md-275,
  .my-md-275 {
    margin-top: 0.85em !important;
  }
  .me-md-275,
  .mx-md-275 {
    margin-right: 0.85em !important;
  }
  .mb-md-275,
  .my-md-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-md-275,
  .mx-md-275 {
    margin-left: 0.85em !important;
  }
  .m-md-3 {
    margin: 1.15em !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.15em !important;
  }
  .me-md-3,
  .mx-md-3 {
    margin-right: 1.15em !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-md-3,
  .mx-md-3 {
    margin-left: 1.15em !important;
  }
  .m-md-325 {
    margin: 1.25em !important;
  }
  .mt-md-325,
  .my-md-325 {
    margin-top: 1.25em !important;
  }
  .me-md-325,
  .mx-md-325 {
    margin-right: 1.25em !important;
  }
  .mb-md-325,
  .my-md-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-md-325,
  .mx-md-325 {
    margin-left: 1.25em !important;
  }
  .m-md-35 {
    margin: 1.4em !important;
  }
  .mt-md-35,
  .my-md-35 {
    margin-top: 1.4em !important;
  }
  .me-md-35,
  .mx-md-35 {
    margin-right: 1.4em !important;
  }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-md-35,
  .mx-md-35 {
    margin-left: 1.4em !important;
  }
  .m-md-4 {
    margin: 1.75em !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.75em !important;
  }
  .me-md-4,
  .mx-md-4 {
    margin-right: 1.75em !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-md-4,
  .mx-md-4 {
    margin-left: 1.75em !important;
  }
  .m-md-45 {
    margin: 2.33em !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 2.33em !important;
  }
  .me-md-45,
  .mx-md-45 {
    margin-right: 2.33em !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-md-45,
  .mx-md-45 {
    margin-left: 2.33em !important;
  }
  .m-md-475 {
    margin: 2.66em !important;
  }
  .mt-md-475,
  .my-md-475 {
    margin-top: 2.66em !important;
  }
  .me-md-475,
  .mx-md-475 {
    margin-right: 2.66em !important;
  }
  .mb-md-475,
  .my-md-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-md-475,
  .mx-md-475 {
    margin-left: 2.66em !important;
  }
  .m-md-5 {
    margin: 3em !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3em !important;
  }
  .me-md-5,
  .mx-md-5 {
    margin-right: 3em !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3em !important;
  }
  .ms-md-5,
  .mx-md-5 {
    margin-left: 3em !important;
  }
  .m-md-525 {
    margin: 4em !important;
  }
  .mt-md-525,
  .my-md-525 {
    margin-top: 4em !important;
  }
  .me-md-525,
  .mx-md-525 {
    margin-right: 4em !important;
  }
  .mb-md-525,
  .my-md-525 {
    margin-bottom: 4em !important;
  }
  .ms-md-525,
  .mx-md-525 {
    margin-left: 4em !important;
  }
  .m-md-55 {
    margin: 4.5em !important;
  }
  .mt-md-55,
  .my-md-55 {
    margin-top: 4.5em !important;
  }
  .me-md-55,
  .mx-md-55 {
    margin-right: 4.5em !important;
  }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-md-55,
  .mx-md-55 {
    margin-left: 4.5em !important;
  }
  .m-md-575 {
    margin: 5em !important;
  }
  .mt-md-575,
  .my-md-575 {
    margin-top: 5em !important;
  }
  .me-md-575,
  .mx-md-575 {
    margin-right: 5em !important;
  }
  .mb-md-575,
  .my-md-575 {
    margin-bottom: 5em !important;
  }
  .ms-md-575,
  .mx-md-575 {
    margin-left: 5em !important;
  }
  .m-md-6 {
    margin: 6.25em !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6.25em !important;
  }
  .me-md-6,
  .mx-md-6 {
    margin-right: 6.25em !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-md-6,
  .mx-md-6 {
    margin-left: 6.25em !important;
  }
  .m-md-65 {
    margin: 6.75em !important;
  }
  .mt-md-65,
  .my-md-65 {
    margin-top: 6.75em !important;
  }
  .me-md-65,
  .mx-md-65 {
    margin-right: 6.75em !important;
  }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-md-65,
  .mx-md-65 {
    margin-left: 6.75em !important;
  }
  .m-md-7 {
    margin: 7.5em !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7.5em !important;
  }
  .me-md-7,
  .mx-md-7 {
    margin-right: 7.5em !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-md-7,
  .mx-md-7 {
    margin-left: 7.5em !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-05 {
    padding: 0.125em !important;
  }
  .pt-md-05,
  .py-md-05 {
    padding-top: 0.125em !important;
  }
  .pe-md-05,
  .px-md-05 {
    padding-right: 0.125em !important;
  }
  .pb-md-05,
  .py-md-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-md-05,
  .px-md-05 {
    padding-left: 0.125em !important;
  }
  .p-md-1 {
    padding: 0.25em !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25em !important;
  }
  .pe-md-1,
  .px-md-1 {
    padding-right: 0.25em !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-md-1,
  .px-md-1 {
    padding-left: 0.25em !important;
  }
  .p-md-125 {
    padding: 0.3em !important;
  }
  .pt-md-125,
  .py-md-125 {
    padding-top: 0.3em !important;
  }
  .pe-md-125,
  .px-md-125 {
    padding-right: 0.3em !important;
  }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-md-125,
  .px-md-125 {
    padding-left: 0.3em !important;
  }
  .p-md-15 {
    padding: 0.33em !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 0.33em !important;
  }
  .pe-md-15,
  .px-md-15 {
    padding-right: 0.33em !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-md-15,
  .px-md-15 {
    padding-left: 0.33em !important;
  }
  .p-md-175 {
    padding: 0.425em !important;
  }
  .pt-md-175,
  .py-md-175 {
    padding-top: 0.425em !important;
  }
  .pe-md-175,
  .px-md-175 {
    padding-right: 0.425em !important;
  }
  .pb-md-175,
  .py-md-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-md-175,
  .px-md-175 {
    padding-left: 0.425em !important;
  }
  .p-md-2 {
    padding: 0.5em !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5em !important;
  }
  .pe-md-2,
  .px-md-2 {
    padding-right: 0.5em !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-md-2,
  .px-md-2 {
    padding-left: 0.5em !important;
  }
  .p-md-225 {
    padding: 0.5625em !important;
  }
  .pt-md-225,
  .py-md-225 {
    padding-top: 0.5625em !important;
  }
  .pe-md-225,
  .px-md-225 {
    padding-right: 0.5625em !important;
  }
  .pb-md-225,
  .py-md-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-md-225,
  .px-md-225 {
    padding-left: 0.5625em !important;
  }
  .p-md-25 {
    padding: 0.66em !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 0.66em !important;
  }
  .pe-md-25,
  .px-md-25 {
    padding-right: 0.66em !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-md-25,
  .px-md-25 {
    padding-left: 0.66em !important;
  }
  .p-md-275 {
    padding: 0.85em !important;
  }
  .pt-md-275,
  .py-md-275 {
    padding-top: 0.85em !important;
  }
  .pe-md-275,
  .px-md-275 {
    padding-right: 0.85em !important;
  }
  .pb-md-275,
  .py-md-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-md-275,
  .px-md-275 {
    padding-left: 0.85em !important;
  }
  .p-md-3 {
    padding: 1.15em !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.15em !important;
  }
  .pe-md-3,
  .px-md-3 {
    padding-right: 1.15em !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-md-3,
  .px-md-3 {
    padding-left: 1.15em !important;
  }
  .p-md-325 {
    padding: 1.25em !important;
  }
  .pt-md-325,
  .py-md-325 {
    padding-top: 1.25em !important;
  }
  .pe-md-325,
  .px-md-325 {
    padding-right: 1.25em !important;
  }
  .pb-md-325,
  .py-md-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-md-325,
  .px-md-325 {
    padding-left: 1.25em !important;
  }
  .p-md-35 {
    padding: 1.4em !important;
  }
  .pt-md-35,
  .py-md-35 {
    padding-top: 1.4em !important;
  }
  .pe-md-35,
  .px-md-35 {
    padding-right: 1.4em !important;
  }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-md-35,
  .px-md-35 {
    padding-left: 1.4em !important;
  }
  .p-md-4 {
    padding: 1.75em !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.75em !important;
  }
  .pe-md-4,
  .px-md-4 {
    padding-right: 1.75em !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-md-4,
  .px-md-4 {
    padding-left: 1.75em !important;
  }
  .p-md-45 {
    padding: 2.33em !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 2.33em !important;
  }
  .pe-md-45,
  .px-md-45 {
    padding-right: 2.33em !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-md-45,
  .px-md-45 {
    padding-left: 2.33em !important;
  }
  .p-md-475 {
    padding: 2.66em !important;
  }
  .pt-md-475,
  .py-md-475 {
    padding-top: 2.66em !important;
  }
  .pe-md-475,
  .px-md-475 {
    padding-right: 2.66em !important;
  }
  .pb-md-475,
  .py-md-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-md-475,
  .px-md-475 {
    padding-left: 2.66em !important;
  }
  .p-md-5 {
    padding: 3em !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3em !important;
  }
  .pe-md-5,
  .px-md-5 {
    padding-right: 3em !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3em !important;
  }
  .ps-md-5,
  .px-md-5 {
    padding-left: 3em !important;
  }
  .p-md-525 {
    padding: 4em !important;
  }
  .pt-md-525,
  .py-md-525 {
    padding-top: 4em !important;
  }
  .pe-md-525,
  .px-md-525 {
    padding-right: 4em !important;
  }
  .pb-md-525,
  .py-md-525 {
    padding-bottom: 4em !important;
  }
  .ps-md-525,
  .px-md-525 {
    padding-left: 4em !important;
  }
  .p-md-55 {
    padding: 4.5em !important;
  }
  .pt-md-55,
  .py-md-55 {
    padding-top: 4.5em !important;
  }
  .pe-md-55,
  .px-md-55 {
    padding-right: 4.5em !important;
  }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-md-55,
  .px-md-55 {
    padding-left: 4.5em !important;
  }
  .p-md-575 {
    padding: 5em !important;
  }
  .pt-md-575,
  .py-md-575 {
    padding-top: 5em !important;
  }
  .pe-md-575,
  .px-md-575 {
    padding-right: 5em !important;
  }
  .pb-md-575,
  .py-md-575 {
    padding-bottom: 5em !important;
  }
  .ps-md-575,
  .px-md-575 {
    padding-left: 5em !important;
  }
  .p-md-6 {
    padding: 6.25em !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6.25em !important;
  }
  .pe-md-6,
  .px-md-6 {
    padding-right: 6.25em !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-md-6,
  .px-md-6 {
    padding-left: 6.25em !important;
  }
  .p-md-65 {
    padding: 6.75em !important;
  }
  .pt-md-65,
  .py-md-65 {
    padding-top: 6.75em !important;
  }
  .pe-md-65,
  .px-md-65 {
    padding-right: 6.75em !important;
  }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-md-65,
  .px-md-65 {
    padding-left: 6.75em !important;
  }
  .p-md-7 {
    padding: 7.5em !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7.5em !important;
  }
  .pe-md-7,
  .px-md-7 {
    padding-right: 7.5em !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-md-7,
  .px-md-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-05 {
    margin: 0.125em !important;
  }
  .mt-lg-05,
  .my-lg-05 {
    margin-top: 0.125em !important;
  }
  .me-lg-05,
  .mx-lg-05 {
    margin-right: 0.125em !important;
  }
  .mb-lg-05,
  .my-lg-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-lg-05,
  .mx-lg-05 {
    margin-left: 0.125em !important;
  }
  .m-lg-1 {
    margin: 0.25em !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25em !important;
  }
  .me-lg-1,
  .mx-lg-1 {
    margin-right: 0.25em !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-lg-1,
  .mx-lg-1 {
    margin-left: 0.25em !important;
  }
  .m-lg-125 {
    margin: 0.3em !important;
  }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 0.3em !important;
  }
  .me-lg-125,
  .mx-lg-125 {
    margin-right: 0.3em !important;
  }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-lg-125,
  .mx-lg-125 {
    margin-left: 0.3em !important;
  }
  .m-lg-15 {
    margin: 0.33em !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 0.33em !important;
  }
  .me-lg-15,
  .mx-lg-15 {
    margin-right: 0.33em !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-lg-15,
  .mx-lg-15 {
    margin-left: 0.33em !important;
  }
  .m-lg-175 {
    margin: 0.425em !important;
  }
  .mt-lg-175,
  .my-lg-175 {
    margin-top: 0.425em !important;
  }
  .me-lg-175,
  .mx-lg-175 {
    margin-right: 0.425em !important;
  }
  .mb-lg-175,
  .my-lg-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-lg-175,
  .mx-lg-175 {
    margin-left: 0.425em !important;
  }
  .m-lg-2 {
    margin: 0.5em !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5em !important;
  }
  .me-lg-2,
  .mx-lg-2 {
    margin-right: 0.5em !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-lg-2,
  .mx-lg-2 {
    margin-left: 0.5em !important;
  }
  .m-lg-225 {
    margin: 0.5625em !important;
  }
  .mt-lg-225,
  .my-lg-225 {
    margin-top: 0.5625em !important;
  }
  .me-lg-225,
  .mx-lg-225 {
    margin-right: 0.5625em !important;
  }
  .mb-lg-225,
  .my-lg-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-lg-225,
  .mx-lg-225 {
    margin-left: 0.5625em !important;
  }
  .m-lg-25 {
    margin: 0.66em !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 0.66em !important;
  }
  .me-lg-25,
  .mx-lg-25 {
    margin-right: 0.66em !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-lg-25,
  .mx-lg-25 {
    margin-left: 0.66em !important;
  }
  .m-lg-275 {
    margin: 0.85em !important;
  }
  .mt-lg-275,
  .my-lg-275 {
    margin-top: 0.85em !important;
  }
  .me-lg-275,
  .mx-lg-275 {
    margin-right: 0.85em !important;
  }
  .mb-lg-275,
  .my-lg-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-lg-275,
  .mx-lg-275 {
    margin-left: 0.85em !important;
  }
  .m-lg-3 {
    margin: 1.15em !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.15em !important;
  }
  .me-lg-3,
  .mx-lg-3 {
    margin-right: 1.15em !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-lg-3,
  .mx-lg-3 {
    margin-left: 1.15em !important;
  }
  .m-lg-325 {
    margin: 1.25em !important;
  }
  .mt-lg-325,
  .my-lg-325 {
    margin-top: 1.25em !important;
  }
  .me-lg-325,
  .mx-lg-325 {
    margin-right: 1.25em !important;
  }
  .mb-lg-325,
  .my-lg-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-lg-325,
  .mx-lg-325 {
    margin-left: 1.25em !important;
  }
  .m-lg-35 {
    margin: 1.4em !important;
  }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 1.4em !important;
  }
  .me-lg-35,
  .mx-lg-35 {
    margin-right: 1.4em !important;
  }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-lg-35,
  .mx-lg-35 {
    margin-left: 1.4em !important;
  }
  .m-lg-4 {
    margin: 1.75em !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.75em !important;
  }
  .me-lg-4,
  .mx-lg-4 {
    margin-right: 1.75em !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-lg-4,
  .mx-lg-4 {
    margin-left: 1.75em !important;
  }
  .m-lg-45 {
    margin: 2.33em !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 2.33em !important;
  }
  .me-lg-45,
  .mx-lg-45 {
    margin-right: 2.33em !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-lg-45,
  .mx-lg-45 {
    margin-left: 2.33em !important;
  }
  .m-lg-475 {
    margin: 2.66em !important;
  }
  .mt-lg-475,
  .my-lg-475 {
    margin-top: 2.66em !important;
  }
  .me-lg-475,
  .mx-lg-475 {
    margin-right: 2.66em !important;
  }
  .mb-lg-475,
  .my-lg-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-lg-475,
  .mx-lg-475 {
    margin-left: 2.66em !important;
  }
  .m-lg-5 {
    margin: 3em !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3em !important;
  }
  .me-lg-5,
  .mx-lg-5 {
    margin-right: 3em !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3em !important;
  }
  .ms-lg-5,
  .mx-lg-5 {
    margin-left: 3em !important;
  }
  .m-lg-525 {
    margin: 4em !important;
  }
  .mt-lg-525,
  .my-lg-525 {
    margin-top: 4em !important;
  }
  .me-lg-525,
  .mx-lg-525 {
    margin-right: 4em !important;
  }
  .mb-lg-525,
  .my-lg-525 {
    margin-bottom: 4em !important;
  }
  .ms-lg-525,
  .mx-lg-525 {
    margin-left: 4em !important;
  }
  .m-lg-55 {
    margin: 4.5em !important;
  }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 4.5em !important;
  }
  .me-lg-55,
  .mx-lg-55 {
    margin-right: 4.5em !important;
  }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-lg-55,
  .mx-lg-55 {
    margin-left: 4.5em !important;
  }
  .m-lg-575 {
    margin: 5em !important;
  }
  .mt-lg-575,
  .my-lg-575 {
    margin-top: 5em !important;
  }
  .me-lg-575,
  .mx-lg-575 {
    margin-right: 5em !important;
  }
  .mb-lg-575,
  .my-lg-575 {
    margin-bottom: 5em !important;
  }
  .ms-lg-575,
  .mx-lg-575 {
    margin-left: 5em !important;
  }
  .m-lg-6 {
    margin: 6.25em !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6.25em !important;
  }
  .me-lg-6,
  .mx-lg-6 {
    margin-right: 6.25em !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-lg-6,
  .mx-lg-6 {
    margin-left: 6.25em !important;
  }
  .m-lg-65 {
    margin: 6.75em !important;
  }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 6.75em !important;
  }
  .me-lg-65,
  .mx-lg-65 {
    margin-right: 6.75em !important;
  }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-lg-65,
  .mx-lg-65 {
    margin-left: 6.75em !important;
  }
  .m-lg-7 {
    margin: 7.5em !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7.5em !important;
  }
  .me-lg-7,
  .mx-lg-7 {
    margin-right: 7.5em !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-lg-7,
  .mx-lg-7 {
    margin-left: 7.5em !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-05 {
    padding: 0.125em !important;
  }
  .pt-lg-05,
  .py-lg-05 {
    padding-top: 0.125em !important;
  }
  .pe-lg-05,
  .px-lg-05 {
    padding-right: 0.125em !important;
  }
  .pb-lg-05,
  .py-lg-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-lg-05,
  .px-lg-05 {
    padding-left: 0.125em !important;
  }
  .p-lg-1 {
    padding: 0.25em !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25em !important;
  }
  .pe-lg-1,
  .px-lg-1 {
    padding-right: 0.25em !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-lg-1,
  .px-lg-1 {
    padding-left: 0.25em !important;
  }
  .p-lg-125 {
    padding: 0.3em !important;
  }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 0.3em !important;
  }
  .pe-lg-125,
  .px-lg-125 {
    padding-right: 0.3em !important;
  }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-lg-125,
  .px-lg-125 {
    padding-left: 0.3em !important;
  }
  .p-lg-15 {
    padding: 0.33em !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 0.33em !important;
  }
  .pe-lg-15,
  .px-lg-15 {
    padding-right: 0.33em !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-lg-15,
  .px-lg-15 {
    padding-left: 0.33em !important;
  }
  .p-lg-175 {
    padding: 0.425em !important;
  }
  .pt-lg-175,
  .py-lg-175 {
    padding-top: 0.425em !important;
  }
  .pe-lg-175,
  .px-lg-175 {
    padding-right: 0.425em !important;
  }
  .pb-lg-175,
  .py-lg-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-lg-175,
  .px-lg-175 {
    padding-left: 0.425em !important;
  }
  .p-lg-2 {
    padding: 0.5em !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5em !important;
  }
  .pe-lg-2,
  .px-lg-2 {
    padding-right: 0.5em !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-lg-2,
  .px-lg-2 {
    padding-left: 0.5em !important;
  }
  .p-lg-225 {
    padding: 0.5625em !important;
  }
  .pt-lg-225,
  .py-lg-225 {
    padding-top: 0.5625em !important;
  }
  .pe-lg-225,
  .px-lg-225 {
    padding-right: 0.5625em !important;
  }
  .pb-lg-225,
  .py-lg-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-lg-225,
  .px-lg-225 {
    padding-left: 0.5625em !important;
  }
  .p-lg-25 {
    padding: 0.66em !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 0.66em !important;
  }
  .pe-lg-25,
  .px-lg-25 {
    padding-right: 0.66em !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-lg-25,
  .px-lg-25 {
    padding-left: 0.66em !important;
  }
  .p-lg-275 {
    padding: 0.85em !important;
  }
  .pt-lg-275,
  .py-lg-275 {
    padding-top: 0.85em !important;
  }
  .pe-lg-275,
  .px-lg-275 {
    padding-right: 0.85em !important;
  }
  .pb-lg-275,
  .py-lg-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-lg-275,
  .px-lg-275 {
    padding-left: 0.85em !important;
  }
  .p-lg-3 {
    padding: 1.15em !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.15em !important;
  }
  .pe-lg-3,
  .px-lg-3 {
    padding-right: 1.15em !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-lg-3,
  .px-lg-3 {
    padding-left: 1.15em !important;
  }
  .p-lg-325 {
    padding: 1.25em !important;
  }
  .pt-lg-325,
  .py-lg-325 {
    padding-top: 1.25em !important;
  }
  .pe-lg-325,
  .px-lg-325 {
    padding-right: 1.25em !important;
  }
  .pb-lg-325,
  .py-lg-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-lg-325,
  .px-lg-325 {
    padding-left: 1.25em !important;
  }
  .p-lg-35 {
    padding: 1.4em !important;
  }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 1.4em !important;
  }
  .pe-lg-35,
  .px-lg-35 {
    padding-right: 1.4em !important;
  }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-lg-35,
  .px-lg-35 {
    padding-left: 1.4em !important;
  }
  .p-lg-4 {
    padding: 1.75em !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.75em !important;
  }
  .pe-lg-4,
  .px-lg-4 {
    padding-right: 1.75em !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-lg-4,
  .px-lg-4 {
    padding-left: 1.75em !important;
  }
  .p-lg-45 {
    padding: 2.33em !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 2.33em !important;
  }
  .pe-lg-45,
  .px-lg-45 {
    padding-right: 2.33em !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-lg-45,
  .px-lg-45 {
    padding-left: 2.33em !important;
  }
  .p-lg-475 {
    padding: 2.66em !important;
  }
  .pt-lg-475,
  .py-lg-475 {
    padding-top: 2.66em !important;
  }
  .pe-lg-475,
  .px-lg-475 {
    padding-right: 2.66em !important;
  }
  .pb-lg-475,
  .py-lg-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-lg-475,
  .px-lg-475 {
    padding-left: 2.66em !important;
  }
  .p-lg-5 {
    padding: 3em !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3em !important;
  }
  .pe-lg-5,
  .px-lg-5 {
    padding-right: 3em !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3em !important;
  }
  .ps-lg-5,
  .px-lg-5 {
    padding-left: 3em !important;
  }
  .p-lg-525 {
    padding: 4em !important;
  }
  .pt-lg-525,
  .py-lg-525 {
    padding-top: 4em !important;
  }
  .pe-lg-525,
  .px-lg-525 {
    padding-right: 4em !important;
  }
  .pb-lg-525,
  .py-lg-525 {
    padding-bottom: 4em !important;
  }
  .ps-lg-525,
  .px-lg-525 {
    padding-left: 4em !important;
  }
  .p-lg-55 {
    padding: 4.5em !important;
  }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 4.5em !important;
  }
  .pe-lg-55,
  .px-lg-55 {
    padding-right: 4.5em !important;
  }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-lg-55,
  .px-lg-55 {
    padding-left: 4.5em !important;
  }
  .p-lg-575 {
    padding: 5em !important;
  }
  .pt-lg-575,
  .py-lg-575 {
    padding-top: 5em !important;
  }
  .pe-lg-575,
  .px-lg-575 {
    padding-right: 5em !important;
  }
  .pb-lg-575,
  .py-lg-575 {
    padding-bottom: 5em !important;
  }
  .ps-lg-575,
  .px-lg-575 {
    padding-left: 5em !important;
  }
  .p-lg-6 {
    padding: 6.25em !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6.25em !important;
  }
  .pe-lg-6,
  .px-lg-6 {
    padding-right: 6.25em !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-lg-6,
  .px-lg-6 {
    padding-left: 6.25em !important;
  }
  .p-lg-65 {
    padding: 6.75em !important;
  }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 6.75em !important;
  }
  .pe-lg-65,
  .px-lg-65 {
    padding-right: 6.75em !important;
  }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-lg-65,
  .px-lg-65 {
    padding-left: 6.75em !important;
  }
  .p-lg-7 {
    padding: 7.5em !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7.5em !important;
  }
  .pe-lg-7,
  .px-lg-7 {
    padding-right: 7.5em !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-lg-7,
  .px-lg-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-05 {
    margin: 0.125em !important;
  }
  .mt-xl-05,
  .my-xl-05 {
    margin-top: 0.125em !important;
  }
  .me-xl-05,
  .mx-xl-05 {
    margin-right: 0.125em !important;
  }
  .mb-xl-05,
  .my-xl-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-xl-05,
  .mx-xl-05 {
    margin-left: 0.125em !important;
  }
  .m-xl-1 {
    margin: 0.25em !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25em !important;
  }
  .me-xl-1,
  .mx-xl-1 {
    margin-right: 0.25em !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xl-1,
  .mx-xl-1 {
    margin-left: 0.25em !important;
  }
  .m-xl-125 {
    margin: 0.3em !important;
  }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 0.3em !important;
  }
  .me-xl-125,
  .mx-xl-125 {
    margin-right: 0.3em !important;
  }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-xl-125,
  .mx-xl-125 {
    margin-left: 0.3em !important;
  }
  .m-xl-15 {
    margin: 0.33em !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 0.33em !important;
  }
  .me-xl-15,
  .mx-xl-15 {
    margin-right: 0.33em !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-xl-15,
  .mx-xl-15 {
    margin-left: 0.33em !important;
  }
  .m-xl-175 {
    margin: 0.425em !important;
  }
  .mt-xl-175,
  .my-xl-175 {
    margin-top: 0.425em !important;
  }
  .me-xl-175,
  .mx-xl-175 {
    margin-right: 0.425em !important;
  }
  .mb-xl-175,
  .my-xl-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-xl-175,
  .mx-xl-175 {
    margin-left: 0.425em !important;
  }
  .m-xl-2 {
    margin: 0.5em !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5em !important;
  }
  .me-xl-2,
  .mx-xl-2 {
    margin-right: 0.5em !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xl-2,
  .mx-xl-2 {
    margin-left: 0.5em !important;
  }
  .m-xl-225 {
    margin: 0.5625em !important;
  }
  .mt-xl-225,
  .my-xl-225 {
    margin-top: 0.5625em !important;
  }
  .me-xl-225,
  .mx-xl-225 {
    margin-right: 0.5625em !important;
  }
  .mb-xl-225,
  .my-xl-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-xl-225,
  .mx-xl-225 {
    margin-left: 0.5625em !important;
  }
  .m-xl-25 {
    margin: 0.66em !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 0.66em !important;
  }
  .me-xl-25,
  .mx-xl-25 {
    margin-right: 0.66em !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-xl-25,
  .mx-xl-25 {
    margin-left: 0.66em !important;
  }
  .m-xl-275 {
    margin: 0.85em !important;
  }
  .mt-xl-275,
  .my-xl-275 {
    margin-top: 0.85em !important;
  }
  .me-xl-275,
  .mx-xl-275 {
    margin-right: 0.85em !important;
  }
  .mb-xl-275,
  .my-xl-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-xl-275,
  .mx-xl-275 {
    margin-left: 0.85em !important;
  }
  .m-xl-3 {
    margin: 1.15em !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.15em !important;
  }
  .me-xl-3,
  .mx-xl-3 {
    margin-right: 1.15em !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-xl-3,
  .mx-xl-3 {
    margin-left: 1.15em !important;
  }
  .m-xl-325 {
    margin: 1.25em !important;
  }
  .mt-xl-325,
  .my-xl-325 {
    margin-top: 1.25em !important;
  }
  .me-xl-325,
  .mx-xl-325 {
    margin-right: 1.25em !important;
  }
  .mb-xl-325,
  .my-xl-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-xl-325,
  .mx-xl-325 {
    margin-left: 1.25em !important;
  }
  .m-xl-35 {
    margin: 1.4em !important;
  }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 1.4em !important;
  }
  .me-xl-35,
  .mx-xl-35 {
    margin-right: 1.4em !important;
  }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-xl-35,
  .mx-xl-35 {
    margin-left: 1.4em !important;
  }
  .m-xl-4 {
    margin: 1.75em !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.75em !important;
  }
  .me-xl-4,
  .mx-xl-4 {
    margin-right: 1.75em !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-xl-4,
  .mx-xl-4 {
    margin-left: 1.75em !important;
  }
  .m-xl-45 {
    margin: 2.33em !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 2.33em !important;
  }
  .me-xl-45,
  .mx-xl-45 {
    margin-right: 2.33em !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-xl-45,
  .mx-xl-45 {
    margin-left: 2.33em !important;
  }
  .m-xl-475 {
    margin: 2.66em !important;
  }
  .mt-xl-475,
  .my-xl-475 {
    margin-top: 2.66em !important;
  }
  .me-xl-475,
  .mx-xl-475 {
    margin-right: 2.66em !important;
  }
  .mb-xl-475,
  .my-xl-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-xl-475,
  .mx-xl-475 {
    margin-left: 2.66em !important;
  }
  .m-xl-5 {
    margin: 3em !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3em !important;
  }
  .me-xl-5,
  .mx-xl-5 {
    margin-right: 3em !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3em !important;
  }
  .ms-xl-5,
  .mx-xl-5 {
    margin-left: 3em !important;
  }
  .m-xl-525 {
    margin: 4em !important;
  }
  .mt-xl-525,
  .my-xl-525 {
    margin-top: 4em !important;
  }
  .me-xl-525,
  .mx-xl-525 {
    margin-right: 4em !important;
  }
  .mb-xl-525,
  .my-xl-525 {
    margin-bottom: 4em !important;
  }
  .ms-xl-525,
  .mx-xl-525 {
    margin-left: 4em !important;
  }
  .m-xl-55 {
    margin: 4.5em !important;
  }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 4.5em !important;
  }
  .me-xl-55,
  .mx-xl-55 {
    margin-right: 4.5em !important;
  }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-xl-55,
  .mx-xl-55 {
    margin-left: 4.5em !important;
  }
  .m-xl-575 {
    margin: 5em !important;
  }
  .mt-xl-575,
  .my-xl-575 {
    margin-top: 5em !important;
  }
  .me-xl-575,
  .mx-xl-575 {
    margin-right: 5em !important;
  }
  .mb-xl-575,
  .my-xl-575 {
    margin-bottom: 5em !important;
  }
  .ms-xl-575,
  .mx-xl-575 {
    margin-left: 5em !important;
  }
  .m-xl-6 {
    margin: 6.25em !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6.25em !important;
  }
  .me-xl-6,
  .mx-xl-6 {
    margin-right: 6.25em !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-xl-6,
  .mx-xl-6 {
    margin-left: 6.25em !important;
  }
  .m-xl-65 {
    margin: 6.75em !important;
  }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 6.75em !important;
  }
  .me-xl-65,
  .mx-xl-65 {
    margin-right: 6.75em !important;
  }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-xl-65,
  .mx-xl-65 {
    margin-left: 6.75em !important;
  }
  .m-xl-7 {
    margin: 7.5em !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7.5em !important;
  }
  .me-xl-7,
  .mx-xl-7 {
    margin-right: 7.5em !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-xl-7,
  .mx-xl-7 {
    margin-left: 7.5em !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-05 {
    padding: 0.125em !important;
  }
  .pt-xl-05,
  .py-xl-05 {
    padding-top: 0.125em !important;
  }
  .pe-xl-05,
  .px-xl-05 {
    padding-right: 0.125em !important;
  }
  .pb-xl-05,
  .py-xl-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-xl-05,
  .px-xl-05 {
    padding-left: 0.125em !important;
  }
  .p-xl-1 {
    padding: 0.25em !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25em !important;
  }
  .pe-xl-1,
  .px-xl-1 {
    padding-right: 0.25em !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-xl-1,
  .px-xl-1 {
    padding-left: 0.25em !important;
  }
  .p-xl-125 {
    padding: 0.3em !important;
  }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 0.3em !important;
  }
  .pe-xl-125,
  .px-xl-125 {
    padding-right: 0.3em !important;
  }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-xl-125,
  .px-xl-125 {
    padding-left: 0.3em !important;
  }
  .p-xl-15 {
    padding: 0.33em !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 0.33em !important;
  }
  .pe-xl-15,
  .px-xl-15 {
    padding-right: 0.33em !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-xl-15,
  .px-xl-15 {
    padding-left: 0.33em !important;
  }
  .p-xl-175 {
    padding: 0.425em !important;
  }
  .pt-xl-175,
  .py-xl-175 {
    padding-top: 0.425em !important;
  }
  .pe-xl-175,
  .px-xl-175 {
    padding-right: 0.425em !important;
  }
  .pb-xl-175,
  .py-xl-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-xl-175,
  .px-xl-175 {
    padding-left: 0.425em !important;
  }
  .p-xl-2 {
    padding: 0.5em !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5em !important;
  }
  .pe-xl-2,
  .px-xl-2 {
    padding-right: 0.5em !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-xl-2,
  .px-xl-2 {
    padding-left: 0.5em !important;
  }
  .p-xl-225 {
    padding: 0.5625em !important;
  }
  .pt-xl-225,
  .py-xl-225 {
    padding-top: 0.5625em !important;
  }
  .pe-xl-225,
  .px-xl-225 {
    padding-right: 0.5625em !important;
  }
  .pb-xl-225,
  .py-xl-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-xl-225,
  .px-xl-225 {
    padding-left: 0.5625em !important;
  }
  .p-xl-25 {
    padding: 0.66em !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 0.66em !important;
  }
  .pe-xl-25,
  .px-xl-25 {
    padding-right: 0.66em !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-xl-25,
  .px-xl-25 {
    padding-left: 0.66em !important;
  }
  .p-xl-275 {
    padding: 0.85em !important;
  }
  .pt-xl-275,
  .py-xl-275 {
    padding-top: 0.85em !important;
  }
  .pe-xl-275,
  .px-xl-275 {
    padding-right: 0.85em !important;
  }
  .pb-xl-275,
  .py-xl-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-xl-275,
  .px-xl-275 {
    padding-left: 0.85em !important;
  }
  .p-xl-3 {
    padding: 1.15em !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.15em !important;
  }
  .pe-xl-3,
  .px-xl-3 {
    padding-right: 1.15em !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-xl-3,
  .px-xl-3 {
    padding-left: 1.15em !important;
  }
  .p-xl-325 {
    padding: 1.25em !important;
  }
  .pt-xl-325,
  .py-xl-325 {
    padding-top: 1.25em !important;
  }
  .pe-xl-325,
  .px-xl-325 {
    padding-right: 1.25em !important;
  }
  .pb-xl-325,
  .py-xl-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-xl-325,
  .px-xl-325 {
    padding-left: 1.25em !important;
  }
  .p-xl-35 {
    padding: 1.4em !important;
  }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 1.4em !important;
  }
  .pe-xl-35,
  .px-xl-35 {
    padding-right: 1.4em !important;
  }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-xl-35,
  .px-xl-35 {
    padding-left: 1.4em !important;
  }
  .p-xl-4 {
    padding: 1.75em !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.75em !important;
  }
  .pe-xl-4,
  .px-xl-4 {
    padding-right: 1.75em !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-xl-4,
  .px-xl-4 {
    padding-left: 1.75em !important;
  }
  .p-xl-45 {
    padding: 2.33em !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 2.33em !important;
  }
  .pe-xl-45,
  .px-xl-45 {
    padding-right: 2.33em !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-xl-45,
  .px-xl-45 {
    padding-left: 2.33em !important;
  }
  .p-xl-475 {
    padding: 2.66em !important;
  }
  .pt-xl-475,
  .py-xl-475 {
    padding-top: 2.66em !important;
  }
  .pe-xl-475,
  .px-xl-475 {
    padding-right: 2.66em !important;
  }
  .pb-xl-475,
  .py-xl-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-xl-475,
  .px-xl-475 {
    padding-left: 2.66em !important;
  }
  .p-xl-5 {
    padding: 3em !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3em !important;
  }
  .pe-xl-5,
  .px-xl-5 {
    padding-right: 3em !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3em !important;
  }
  .ps-xl-5,
  .px-xl-5 {
    padding-left: 3em !important;
  }
  .p-xl-525 {
    padding: 4em !important;
  }
  .pt-xl-525,
  .py-xl-525 {
    padding-top: 4em !important;
  }
  .pe-xl-525,
  .px-xl-525 {
    padding-right: 4em !important;
  }
  .pb-xl-525,
  .py-xl-525 {
    padding-bottom: 4em !important;
  }
  .ps-xl-525,
  .px-xl-525 {
    padding-left: 4em !important;
  }
  .p-xl-55 {
    padding: 4.5em !important;
  }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 4.5em !important;
  }
  .pe-xl-55,
  .px-xl-55 {
    padding-right: 4.5em !important;
  }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-xl-55,
  .px-xl-55 {
    padding-left: 4.5em !important;
  }
  .p-xl-575 {
    padding: 5em !important;
  }
  .pt-xl-575,
  .py-xl-575 {
    padding-top: 5em !important;
  }
  .pe-xl-575,
  .px-xl-575 {
    padding-right: 5em !important;
  }
  .pb-xl-575,
  .py-xl-575 {
    padding-bottom: 5em !important;
  }
  .ps-xl-575,
  .px-xl-575 {
    padding-left: 5em !important;
  }
  .p-xl-6 {
    padding: 6.25em !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6.25em !important;
  }
  .pe-xl-6,
  .px-xl-6 {
    padding-right: 6.25em !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-xl-6,
  .px-xl-6 {
    padding-left: 6.25em !important;
  }
  .p-xl-65 {
    padding: 6.75em !important;
  }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 6.75em !important;
  }
  .pe-xl-65,
  .px-xl-65 {
    padding-right: 6.75em !important;
  }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-xl-65,
  .px-xl-65 {
    padding-left: 6.75em !important;
  }
  .p-xl-7 {
    padding: 7.5em !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7.5em !important;
  }
  .pe-xl-7,
  .px-xl-7 {
    padding-right: 7.5em !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-xl-7,
  .px-xl-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .me-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-05 {
    margin: 0.125em !important;
  }
  .mt-xxl-05,
  .my-xxl-05 {
    margin-top: 0.125em !important;
  }
  .me-xxl-05,
  .mx-xxl-05 {
    margin-right: 0.125em !important;
  }
  .mb-xxl-05,
  .my-xxl-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-xxl-05,
  .mx-xxl-05 {
    margin-left: 0.125em !important;
  }
  .m-xxl-1 {
    margin: 0.25em !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25em !important;
  }
  .me-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25em !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25em !important;
  }
  .m-xxl-125 {
    margin: 0.3em !important;
  }
  .mt-xxl-125,
  .my-xxl-125 {
    margin-top: 0.3em !important;
  }
  .me-xxl-125,
  .mx-xxl-125 {
    margin-right: 0.3em !important;
  }
  .mb-xxl-125,
  .my-xxl-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-xxl-125,
  .mx-xxl-125 {
    margin-left: 0.3em !important;
  }
  .m-xxl-15 {
    margin: 0.33em !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 0.33em !important;
  }
  .me-xxl-15,
  .mx-xxl-15 {
    margin-right: 0.33em !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-xxl-15,
  .mx-xxl-15 {
    margin-left: 0.33em !important;
  }
  .m-xxl-175 {
    margin: 0.425em !important;
  }
  .mt-xxl-175,
  .my-xxl-175 {
    margin-top: 0.425em !important;
  }
  .me-xxl-175,
  .mx-xxl-175 {
    margin-right: 0.425em !important;
  }
  .mb-xxl-175,
  .my-xxl-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-xxl-175,
  .mx-xxl-175 {
    margin-left: 0.425em !important;
  }
  .m-xxl-2 {
    margin: 0.5em !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5em !important;
  }
  .me-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5em !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5em !important;
  }
  .m-xxl-225 {
    margin: 0.5625em !important;
  }
  .mt-xxl-225,
  .my-xxl-225 {
    margin-top: 0.5625em !important;
  }
  .me-xxl-225,
  .mx-xxl-225 {
    margin-right: 0.5625em !important;
  }
  .mb-xxl-225,
  .my-xxl-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-xxl-225,
  .mx-xxl-225 {
    margin-left: 0.5625em !important;
  }
  .m-xxl-25 {
    margin: 0.66em !important;
  }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 0.66em !important;
  }
  .me-xxl-25,
  .mx-xxl-25 {
    margin-right: 0.66em !important;
  }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-xxl-25,
  .mx-xxl-25 {
    margin-left: 0.66em !important;
  }
  .m-xxl-275 {
    margin: 0.85em !important;
  }
  .mt-xxl-275,
  .my-xxl-275 {
    margin-top: 0.85em !important;
  }
  .me-xxl-275,
  .mx-xxl-275 {
    margin-right: 0.85em !important;
  }
  .mb-xxl-275,
  .my-xxl-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-xxl-275,
  .mx-xxl-275 {
    margin-left: 0.85em !important;
  }
  .m-xxl-3 {
    margin: 1.15em !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.15em !important;
  }
  .me-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.15em !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.15em !important;
  }
  .m-xxl-325 {
    margin: 1.25em !important;
  }
  .mt-xxl-325,
  .my-xxl-325 {
    margin-top: 1.25em !important;
  }
  .me-xxl-325,
  .mx-xxl-325 {
    margin-right: 1.25em !important;
  }
  .mb-xxl-325,
  .my-xxl-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-xxl-325,
  .mx-xxl-325 {
    margin-left: 1.25em !important;
  }
  .m-xxl-35 {
    margin: 1.4em !important;
  }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 1.4em !important;
  }
  .me-xxl-35,
  .mx-xxl-35 {
    margin-right: 1.4em !important;
  }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-xxl-35,
  .mx-xxl-35 {
    margin-left: 1.4em !important;
  }
  .m-xxl-4 {
    margin: 1.75em !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.75em !important;
  }
  .me-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.75em !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.75em !important;
  }
  .m-xxl-45 {
    margin: 2.33em !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 2.33em !important;
  }
  .me-xxl-45,
  .mx-xxl-45 {
    margin-right: 2.33em !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-xxl-45,
  .mx-xxl-45 {
    margin-left: 2.33em !important;
  }
  .m-xxl-475 {
    margin: 2.66em !important;
  }
  .mt-xxl-475,
  .my-xxl-475 {
    margin-top: 2.66em !important;
  }
  .me-xxl-475,
  .mx-xxl-475 {
    margin-right: 2.66em !important;
  }
  .mb-xxl-475,
  .my-xxl-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-xxl-475,
  .mx-xxl-475 {
    margin-left: 2.66em !important;
  }
  .m-xxl-5 {
    margin: 3em !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3em !important;
  }
  .me-xxl-5,
  .mx-xxl-5 {
    margin-right: 3em !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3em !important;
  }
  .ms-xxl-5,
  .mx-xxl-5 {
    margin-left: 3em !important;
  }
  .m-xxl-525 {
    margin: 4em !important;
  }
  .mt-xxl-525,
  .my-xxl-525 {
    margin-top: 4em !important;
  }
  .me-xxl-525,
  .mx-xxl-525 {
    margin-right: 4em !important;
  }
  .mb-xxl-525,
  .my-xxl-525 {
    margin-bottom: 4em !important;
  }
  .ms-xxl-525,
  .mx-xxl-525 {
    margin-left: 4em !important;
  }
  .m-xxl-55 {
    margin: 4.5em !important;
  }
  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 4.5em !important;
  }
  .me-xxl-55,
  .mx-xxl-55 {
    margin-right: 4.5em !important;
  }
  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-xxl-55,
  .mx-xxl-55 {
    margin-left: 4.5em !important;
  }
  .m-xxl-575 {
    margin: 5em !important;
  }
  .mt-xxl-575,
  .my-xxl-575 {
    margin-top: 5em !important;
  }
  .me-xxl-575,
  .mx-xxl-575 {
    margin-right: 5em !important;
  }
  .mb-xxl-575,
  .my-xxl-575 {
    margin-bottom: 5em !important;
  }
  .ms-xxl-575,
  .mx-xxl-575 {
    margin-left: 5em !important;
  }
  .m-xxl-6 {
    margin: 6.25em !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6.25em !important;
  }
  .me-xxl-6,
  .mx-xxl-6 {
    margin-right: 6.25em !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-xxl-6,
  .mx-xxl-6 {
    margin-left: 6.25em !important;
  }
  .m-xxl-65 {
    margin: 6.75em !important;
  }
  .mt-xxl-65,
  .my-xxl-65 {
    margin-top: 6.75em !important;
  }
  .me-xxl-65,
  .mx-xxl-65 {
    margin-right: 6.75em !important;
  }
  .mb-xxl-65,
  .my-xxl-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-xxl-65,
  .mx-xxl-65 {
    margin-left: 6.75em !important;
  }
  .m-xxl-7 {
    margin: 7.5em !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7.5em !important;
  }
  .me-xxl-7,
  .mx-xxl-7 {
    margin-right: 7.5em !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-xxl-7,
  .mx-xxl-7 {
    margin-left: 7.5em !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pe-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-05 {
    padding: 0.125em !important;
  }
  .pt-xxl-05,
  .py-xxl-05 {
    padding-top: 0.125em !important;
  }
  .pe-xxl-05,
  .px-xxl-05 {
    padding-right: 0.125em !important;
  }
  .pb-xxl-05,
  .py-xxl-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-xxl-05,
  .px-xxl-05 {
    padding-left: 0.125em !important;
  }
  .p-xxl-1 {
    padding: 0.25em !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25em !important;
  }
  .pe-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25em !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25em !important;
  }
  .p-xxl-125 {
    padding: 0.3em !important;
  }
  .pt-xxl-125,
  .py-xxl-125 {
    padding-top: 0.3em !important;
  }
  .pe-xxl-125,
  .px-xxl-125 {
    padding-right: 0.3em !important;
  }
  .pb-xxl-125,
  .py-xxl-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-xxl-125,
  .px-xxl-125 {
    padding-left: 0.3em !important;
  }
  .p-xxl-15 {
    padding: 0.33em !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 0.33em !important;
  }
  .pe-xxl-15,
  .px-xxl-15 {
    padding-right: 0.33em !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-xxl-15,
  .px-xxl-15 {
    padding-left: 0.33em !important;
  }
  .p-xxl-175 {
    padding: 0.425em !important;
  }
  .pt-xxl-175,
  .py-xxl-175 {
    padding-top: 0.425em !important;
  }
  .pe-xxl-175,
  .px-xxl-175 {
    padding-right: 0.425em !important;
  }
  .pb-xxl-175,
  .py-xxl-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-xxl-175,
  .px-xxl-175 {
    padding-left: 0.425em !important;
  }
  .p-xxl-2 {
    padding: 0.5em !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5em !important;
  }
  .pe-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5em !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5em !important;
  }
  .p-xxl-225 {
    padding: 0.5625em !important;
  }
  .pt-xxl-225,
  .py-xxl-225 {
    padding-top: 0.5625em !important;
  }
  .pe-xxl-225,
  .px-xxl-225 {
    padding-right: 0.5625em !important;
  }
  .pb-xxl-225,
  .py-xxl-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-xxl-225,
  .px-xxl-225 {
    padding-left: 0.5625em !important;
  }
  .p-xxl-25 {
    padding: 0.66em !important;
  }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 0.66em !important;
  }
  .pe-xxl-25,
  .px-xxl-25 {
    padding-right: 0.66em !important;
  }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-xxl-25,
  .px-xxl-25 {
    padding-left: 0.66em !important;
  }
  .p-xxl-275 {
    padding: 0.85em !important;
  }
  .pt-xxl-275,
  .py-xxl-275 {
    padding-top: 0.85em !important;
  }
  .pe-xxl-275,
  .px-xxl-275 {
    padding-right: 0.85em !important;
  }
  .pb-xxl-275,
  .py-xxl-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-xxl-275,
  .px-xxl-275 {
    padding-left: 0.85em !important;
  }
  .p-xxl-3 {
    padding: 1.15em !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.15em !important;
  }
  .pe-xxl-3,
  .px-xxl-3 {
    padding-right: 1.15em !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-xxl-3,
  .px-xxl-3 {
    padding-left: 1.15em !important;
  }
  .p-xxl-325 {
    padding: 1.25em !important;
  }
  .pt-xxl-325,
  .py-xxl-325 {
    padding-top: 1.25em !important;
  }
  .pe-xxl-325,
  .px-xxl-325 {
    padding-right: 1.25em !important;
  }
  .pb-xxl-325,
  .py-xxl-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-xxl-325,
  .px-xxl-325 {
    padding-left: 1.25em !important;
  }
  .p-xxl-35 {
    padding: 1.4em !important;
  }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 1.4em !important;
  }
  .pe-xxl-35,
  .px-xxl-35 {
    padding-right: 1.4em !important;
  }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-xxl-35,
  .px-xxl-35 {
    padding-left: 1.4em !important;
  }
  .p-xxl-4 {
    padding: 1.75em !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.75em !important;
  }
  .pe-xxl-4,
  .px-xxl-4 {
    padding-right: 1.75em !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-xxl-4,
  .px-xxl-4 {
    padding-left: 1.75em !important;
  }
  .p-xxl-45 {
    padding: 2.33em !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 2.33em !important;
  }
  .pe-xxl-45,
  .px-xxl-45 {
    padding-right: 2.33em !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-xxl-45,
  .px-xxl-45 {
    padding-left: 2.33em !important;
  }
  .p-xxl-475 {
    padding: 2.66em !important;
  }
  .pt-xxl-475,
  .py-xxl-475 {
    padding-top: 2.66em !important;
  }
  .pe-xxl-475,
  .px-xxl-475 {
    padding-right: 2.66em !important;
  }
  .pb-xxl-475,
  .py-xxl-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-xxl-475,
  .px-xxl-475 {
    padding-left: 2.66em !important;
  }
  .p-xxl-5 {
    padding: 3em !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3em !important;
  }
  .pe-xxl-5,
  .px-xxl-5 {
    padding-right: 3em !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3em !important;
  }
  .ps-xxl-5,
  .px-xxl-5 {
    padding-left: 3em !important;
  }
  .p-xxl-525 {
    padding: 4em !important;
  }
  .pt-xxl-525,
  .py-xxl-525 {
    padding-top: 4em !important;
  }
  .pe-xxl-525,
  .px-xxl-525 {
    padding-right: 4em !important;
  }
  .pb-xxl-525,
  .py-xxl-525 {
    padding-bottom: 4em !important;
  }
  .ps-xxl-525,
  .px-xxl-525 {
    padding-left: 4em !important;
  }
  .p-xxl-55 {
    padding: 4.5em !important;
  }
  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 4.5em !important;
  }
  .pe-xxl-55,
  .px-xxl-55 {
    padding-right: 4.5em !important;
  }
  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-xxl-55,
  .px-xxl-55 {
    padding-left: 4.5em !important;
  }
  .p-xxl-575 {
    padding: 5em !important;
  }
  .pt-xxl-575,
  .py-xxl-575 {
    padding-top: 5em !important;
  }
  .pe-xxl-575,
  .px-xxl-575 {
    padding-right: 5em !important;
  }
  .pb-xxl-575,
  .py-xxl-575 {
    padding-bottom: 5em !important;
  }
  .ps-xxl-575,
  .px-xxl-575 {
    padding-left: 5em !important;
  }
  .p-xxl-6 {
    padding: 6.25em !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6.25em !important;
  }
  .pe-xxl-6,
  .px-xxl-6 {
    padding-right: 6.25em !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-xxl-6,
  .px-xxl-6 {
    padding-left: 6.25em !important;
  }
  .p-xxl-65 {
    padding: 6.75em !important;
  }
  .pt-xxl-65,
  .py-xxl-65 {
    padding-top: 6.75em !important;
  }
  .pe-xxl-65,
  .px-xxl-65 {
    padding-right: 6.75em !important;
  }
  .pb-xxl-65,
  .py-xxl-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-xxl-65,
  .px-xxl-65 {
    padding-left: 6.75em !important;
  }
  .p-xxl-7 {
    padding: 7.5em !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7.5em !important;
  }
  .pe-xxl-7,
  .px-xxl-7 {
    padding-right: 7.5em !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-xxl-7,
  .px-xxl-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 1600px) {
  .m-h-0 {
    margin: 0 !important;
  }
  .mt-h-0,
  .my-h-0 {
    margin-top: 0 !important;
  }
  .me-h-0,
  .mx-h-0 {
    margin-right: 0 !important;
  }
  .mb-h-0,
  .my-h-0 {
    margin-bottom: 0 !important;
  }
  .ms-h-0,
  .mx-h-0 {
    margin-left: 0 !important;
  }
  .m-h-05 {
    margin: 0.125em !important;
  }
  .mt-h-05,
  .my-h-05 {
    margin-top: 0.125em !important;
  }
  .me-h-05,
  .mx-h-05 {
    margin-right: 0.125em !important;
  }
  .mb-h-05,
  .my-h-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-h-05,
  .mx-h-05 {
    margin-left: 0.125em !important;
  }
  .m-h-1 {
    margin: 0.25em !important;
  }
  .mt-h-1,
  .my-h-1 {
    margin-top: 0.25em !important;
  }
  .me-h-1,
  .mx-h-1 {
    margin-right: 0.25em !important;
  }
  .mb-h-1,
  .my-h-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-h-1,
  .mx-h-1 {
    margin-left: 0.25em !important;
  }
  .m-h-125 {
    margin: 0.3em !important;
  }
  .mt-h-125,
  .my-h-125 {
    margin-top: 0.3em !important;
  }
  .me-h-125,
  .mx-h-125 {
    margin-right: 0.3em !important;
  }
  .mb-h-125,
  .my-h-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-h-125,
  .mx-h-125 {
    margin-left: 0.3em !important;
  }
  .m-h-15 {
    margin: 0.33em !important;
  }
  .mt-h-15,
  .my-h-15 {
    margin-top: 0.33em !important;
  }
  .me-h-15,
  .mx-h-15 {
    margin-right: 0.33em !important;
  }
  .mb-h-15,
  .my-h-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-h-15,
  .mx-h-15 {
    margin-left: 0.33em !important;
  }
  .m-h-175 {
    margin: 0.425em !important;
  }
  .mt-h-175,
  .my-h-175 {
    margin-top: 0.425em !important;
  }
  .me-h-175,
  .mx-h-175 {
    margin-right: 0.425em !important;
  }
  .mb-h-175,
  .my-h-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-h-175,
  .mx-h-175 {
    margin-left: 0.425em !important;
  }
  .m-h-2 {
    margin: 0.5em !important;
  }
  .mt-h-2,
  .my-h-2 {
    margin-top: 0.5em !important;
  }
  .me-h-2,
  .mx-h-2 {
    margin-right: 0.5em !important;
  }
  .mb-h-2,
  .my-h-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-h-2,
  .mx-h-2 {
    margin-left: 0.5em !important;
  }
  .m-h-225 {
    margin: 0.5625em !important;
  }
  .mt-h-225,
  .my-h-225 {
    margin-top: 0.5625em !important;
  }
  .me-h-225,
  .mx-h-225 {
    margin-right: 0.5625em !important;
  }
  .mb-h-225,
  .my-h-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-h-225,
  .mx-h-225 {
    margin-left: 0.5625em !important;
  }
  .m-h-25 {
    margin: 0.66em !important;
  }
  .mt-h-25,
  .my-h-25 {
    margin-top: 0.66em !important;
  }
  .me-h-25,
  .mx-h-25 {
    margin-right: 0.66em !important;
  }
  .mb-h-25,
  .my-h-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-h-25,
  .mx-h-25 {
    margin-left: 0.66em !important;
  }
  .m-h-275 {
    margin: 0.85em !important;
  }
  .mt-h-275,
  .my-h-275 {
    margin-top: 0.85em !important;
  }
  .me-h-275,
  .mx-h-275 {
    margin-right: 0.85em !important;
  }
  .mb-h-275,
  .my-h-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-h-275,
  .mx-h-275 {
    margin-left: 0.85em !important;
  }
  .m-h-3 {
    margin: 1.15em !important;
  }
  .mt-h-3,
  .my-h-3 {
    margin-top: 1.15em !important;
  }
  .me-h-3,
  .mx-h-3 {
    margin-right: 1.15em !important;
  }
  .mb-h-3,
  .my-h-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-h-3,
  .mx-h-3 {
    margin-left: 1.15em !important;
  }
  .m-h-325 {
    margin: 1.25em !important;
  }
  .mt-h-325,
  .my-h-325 {
    margin-top: 1.25em !important;
  }
  .me-h-325,
  .mx-h-325 {
    margin-right: 1.25em !important;
  }
  .mb-h-325,
  .my-h-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-h-325,
  .mx-h-325 {
    margin-left: 1.25em !important;
  }
  .m-h-35 {
    margin: 1.4em !important;
  }
  .mt-h-35,
  .my-h-35 {
    margin-top: 1.4em !important;
  }
  .me-h-35,
  .mx-h-35 {
    margin-right: 1.4em !important;
  }
  .mb-h-35,
  .my-h-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-h-35,
  .mx-h-35 {
    margin-left: 1.4em !important;
  }
  .m-h-4 {
    margin: 1.75em !important;
  }
  .mt-h-4,
  .my-h-4 {
    margin-top: 1.75em !important;
  }
  .me-h-4,
  .mx-h-4 {
    margin-right: 1.75em !important;
  }
  .mb-h-4,
  .my-h-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-h-4,
  .mx-h-4 {
    margin-left: 1.75em !important;
  }
  .m-h-45 {
    margin: 2.33em !important;
  }
  .mt-h-45,
  .my-h-45 {
    margin-top: 2.33em !important;
  }
  .me-h-45,
  .mx-h-45 {
    margin-right: 2.33em !important;
  }
  .mb-h-45,
  .my-h-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-h-45,
  .mx-h-45 {
    margin-left: 2.33em !important;
  }
  .m-h-475 {
    margin: 2.66em !important;
  }
  .mt-h-475,
  .my-h-475 {
    margin-top: 2.66em !important;
  }
  .me-h-475,
  .mx-h-475 {
    margin-right: 2.66em !important;
  }
  .mb-h-475,
  .my-h-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-h-475,
  .mx-h-475 {
    margin-left: 2.66em !important;
  }
  .m-h-5 {
    margin: 3em !important;
  }
  .mt-h-5,
  .my-h-5 {
    margin-top: 3em !important;
  }
  .me-h-5,
  .mx-h-5 {
    margin-right: 3em !important;
  }
  .mb-h-5,
  .my-h-5 {
    margin-bottom: 3em !important;
  }
  .ms-h-5,
  .mx-h-5 {
    margin-left: 3em !important;
  }
  .m-h-525 {
    margin: 4em !important;
  }
  .mt-h-525,
  .my-h-525 {
    margin-top: 4em !important;
  }
  .me-h-525,
  .mx-h-525 {
    margin-right: 4em !important;
  }
  .mb-h-525,
  .my-h-525 {
    margin-bottom: 4em !important;
  }
  .ms-h-525,
  .mx-h-525 {
    margin-left: 4em !important;
  }
  .m-h-55 {
    margin: 4.5em !important;
  }
  .mt-h-55,
  .my-h-55 {
    margin-top: 4.5em !important;
  }
  .me-h-55,
  .mx-h-55 {
    margin-right: 4.5em !important;
  }
  .mb-h-55,
  .my-h-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-h-55,
  .mx-h-55 {
    margin-left: 4.5em !important;
  }
  .m-h-575 {
    margin: 5em !important;
  }
  .mt-h-575,
  .my-h-575 {
    margin-top: 5em !important;
  }
  .me-h-575,
  .mx-h-575 {
    margin-right: 5em !important;
  }
  .mb-h-575,
  .my-h-575 {
    margin-bottom: 5em !important;
  }
  .ms-h-575,
  .mx-h-575 {
    margin-left: 5em !important;
  }
  .m-h-6 {
    margin: 6.25em !important;
  }
  .mt-h-6,
  .my-h-6 {
    margin-top: 6.25em !important;
  }
  .me-h-6,
  .mx-h-6 {
    margin-right: 6.25em !important;
  }
  .mb-h-6,
  .my-h-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-h-6,
  .mx-h-6 {
    margin-left: 6.25em !important;
  }
  .m-h-65 {
    margin: 6.75em !important;
  }
  .mt-h-65,
  .my-h-65 {
    margin-top: 6.75em !important;
  }
  .me-h-65,
  .mx-h-65 {
    margin-right: 6.75em !important;
  }
  .mb-h-65,
  .my-h-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-h-65,
  .mx-h-65 {
    margin-left: 6.75em !important;
  }
  .m-h-7 {
    margin: 7.5em !important;
  }
  .mt-h-7,
  .my-h-7 {
    margin-top: 7.5em !important;
  }
  .me-h-7,
  .mx-h-7 {
    margin-right: 7.5em !important;
  }
  .mb-h-7,
  .my-h-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-h-7,
  .mx-h-7 {
    margin-left: 7.5em !important;
  }
  .p-h-0 {
    padding: 0 !important;
  }
  .pt-h-0,
  .py-h-0 {
    padding-top: 0 !important;
  }
  .pe-h-0,
  .px-h-0 {
    padding-right: 0 !important;
  }
  .pb-h-0,
  .py-h-0 {
    padding-bottom: 0 !important;
  }
  .ps-h-0,
  .px-h-0 {
    padding-left: 0 !important;
  }
  .p-h-05 {
    padding: 0.125em !important;
  }
  .pt-h-05,
  .py-h-05 {
    padding-top: 0.125em !important;
  }
  .pe-h-05,
  .px-h-05 {
    padding-right: 0.125em !important;
  }
  .pb-h-05,
  .py-h-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-h-05,
  .px-h-05 {
    padding-left: 0.125em !important;
  }
  .p-h-1 {
    padding: 0.25em !important;
  }
  .pt-h-1,
  .py-h-1 {
    padding-top: 0.25em !important;
  }
  .pe-h-1,
  .px-h-1 {
    padding-right: 0.25em !important;
  }
  .pb-h-1,
  .py-h-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-h-1,
  .px-h-1 {
    padding-left: 0.25em !important;
  }
  .p-h-125 {
    padding: 0.3em !important;
  }
  .pt-h-125,
  .py-h-125 {
    padding-top: 0.3em !important;
  }
  .pe-h-125,
  .px-h-125 {
    padding-right: 0.3em !important;
  }
  .pb-h-125,
  .py-h-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-h-125,
  .px-h-125 {
    padding-left: 0.3em !important;
  }
  .p-h-15 {
    padding: 0.33em !important;
  }
  .pt-h-15,
  .py-h-15 {
    padding-top: 0.33em !important;
  }
  .pe-h-15,
  .px-h-15 {
    padding-right: 0.33em !important;
  }
  .pb-h-15,
  .py-h-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-h-15,
  .px-h-15 {
    padding-left: 0.33em !important;
  }
  .p-h-175 {
    padding: 0.425em !important;
  }
  .pt-h-175,
  .py-h-175 {
    padding-top: 0.425em !important;
  }
  .pe-h-175,
  .px-h-175 {
    padding-right: 0.425em !important;
  }
  .pb-h-175,
  .py-h-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-h-175,
  .px-h-175 {
    padding-left: 0.425em !important;
  }
  .p-h-2 {
    padding: 0.5em !important;
  }
  .pt-h-2,
  .py-h-2 {
    padding-top: 0.5em !important;
  }
  .pe-h-2,
  .px-h-2 {
    padding-right: 0.5em !important;
  }
  .pb-h-2,
  .py-h-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-h-2,
  .px-h-2 {
    padding-left: 0.5em !important;
  }
  .p-h-225 {
    padding: 0.5625em !important;
  }
  .pt-h-225,
  .py-h-225 {
    padding-top: 0.5625em !important;
  }
  .pe-h-225,
  .px-h-225 {
    padding-right: 0.5625em !important;
  }
  .pb-h-225,
  .py-h-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-h-225,
  .px-h-225 {
    padding-left: 0.5625em !important;
  }
  .p-h-25 {
    padding: 0.66em !important;
  }
  .pt-h-25,
  .py-h-25 {
    padding-top: 0.66em !important;
  }
  .pe-h-25,
  .px-h-25 {
    padding-right: 0.66em !important;
  }
  .pb-h-25,
  .py-h-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-h-25,
  .px-h-25 {
    padding-left: 0.66em !important;
  }
  .p-h-275 {
    padding: 0.85em !important;
  }
  .pt-h-275,
  .py-h-275 {
    padding-top: 0.85em !important;
  }
  .pe-h-275,
  .px-h-275 {
    padding-right: 0.85em !important;
  }
  .pb-h-275,
  .py-h-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-h-275,
  .px-h-275 {
    padding-left: 0.85em !important;
  }
  .p-h-3 {
    padding: 1.15em !important;
  }
  .pt-h-3,
  .py-h-3 {
    padding-top: 1.15em !important;
  }
  .pe-h-3,
  .px-h-3 {
    padding-right: 1.15em !important;
  }
  .pb-h-3,
  .py-h-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-h-3,
  .px-h-3 {
    padding-left: 1.15em !important;
  }
  .p-h-325 {
    padding: 1.25em !important;
  }
  .pt-h-325,
  .py-h-325 {
    padding-top: 1.25em !important;
  }
  .pe-h-325,
  .px-h-325 {
    padding-right: 1.25em !important;
  }
  .pb-h-325,
  .py-h-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-h-325,
  .px-h-325 {
    padding-left: 1.25em !important;
  }
  .p-h-35 {
    padding: 1.4em !important;
  }
  .pt-h-35,
  .py-h-35 {
    padding-top: 1.4em !important;
  }
  .pe-h-35,
  .px-h-35 {
    padding-right: 1.4em !important;
  }
  .pb-h-35,
  .py-h-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-h-35,
  .px-h-35 {
    padding-left: 1.4em !important;
  }
  .p-h-4 {
    padding: 1.75em !important;
  }
  .pt-h-4,
  .py-h-4 {
    padding-top: 1.75em !important;
  }
  .pe-h-4,
  .px-h-4 {
    padding-right: 1.75em !important;
  }
  .pb-h-4,
  .py-h-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-h-4,
  .px-h-4 {
    padding-left: 1.75em !important;
  }
  .p-h-45 {
    padding: 2.33em !important;
  }
  .pt-h-45,
  .py-h-45 {
    padding-top: 2.33em !important;
  }
  .pe-h-45,
  .px-h-45 {
    padding-right: 2.33em !important;
  }
  .pb-h-45,
  .py-h-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-h-45,
  .px-h-45 {
    padding-left: 2.33em !important;
  }
  .p-h-475 {
    padding: 2.66em !important;
  }
  .pt-h-475,
  .py-h-475 {
    padding-top: 2.66em !important;
  }
  .pe-h-475,
  .px-h-475 {
    padding-right: 2.66em !important;
  }
  .pb-h-475,
  .py-h-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-h-475,
  .px-h-475 {
    padding-left: 2.66em !important;
  }
  .p-h-5 {
    padding: 3em !important;
  }
  .pt-h-5,
  .py-h-5 {
    padding-top: 3em !important;
  }
  .pe-h-5,
  .px-h-5 {
    padding-right: 3em !important;
  }
  .pb-h-5,
  .py-h-5 {
    padding-bottom: 3em !important;
  }
  .ps-h-5,
  .px-h-5 {
    padding-left: 3em !important;
  }
  .p-h-525 {
    padding: 4em !important;
  }
  .pt-h-525,
  .py-h-525 {
    padding-top: 4em !important;
  }
  .pe-h-525,
  .px-h-525 {
    padding-right: 4em !important;
  }
  .pb-h-525,
  .py-h-525 {
    padding-bottom: 4em !important;
  }
  .ps-h-525,
  .px-h-525 {
    padding-left: 4em !important;
  }
  .p-h-55 {
    padding: 4.5em !important;
  }
  .pt-h-55,
  .py-h-55 {
    padding-top: 4.5em !important;
  }
  .pe-h-55,
  .px-h-55 {
    padding-right: 4.5em !important;
  }
  .pb-h-55,
  .py-h-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-h-55,
  .px-h-55 {
    padding-left: 4.5em !important;
  }
  .p-h-575 {
    padding: 5em !important;
  }
  .pt-h-575,
  .py-h-575 {
    padding-top: 5em !important;
  }
  .pe-h-575,
  .px-h-575 {
    padding-right: 5em !important;
  }
  .pb-h-575,
  .py-h-575 {
    padding-bottom: 5em !important;
  }
  .ps-h-575,
  .px-h-575 {
    padding-left: 5em !important;
  }
  .p-h-6 {
    padding: 6.25em !important;
  }
  .pt-h-6,
  .py-h-6 {
    padding-top: 6.25em !important;
  }
  .pe-h-6,
  .px-h-6 {
    padding-right: 6.25em !important;
  }
  .pb-h-6,
  .py-h-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-h-6,
  .px-h-6 {
    padding-left: 6.25em !important;
  }
  .p-h-65 {
    padding: 6.75em !important;
  }
  .pt-h-65,
  .py-h-65 {
    padding-top: 6.75em !important;
  }
  .pe-h-65,
  .px-h-65 {
    padding-right: 6.75em !important;
  }
  .pb-h-65,
  .py-h-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-h-65,
  .px-h-65 {
    padding-left: 6.75em !important;
  }
  .p-h-7 {
    padding: 7.5em !important;
  }
  .pt-h-7,
  .py-h-7 {
    padding-top: 7.5em !important;
  }
  .pe-h-7,
  .px-h-7 {
    padding-right: 7.5em !important;
  }
  .pb-h-7,
  .py-h-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-h-7,
  .px-h-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 1800px) {
  .m-xh-0 {
    margin: 0 !important;
  }
  .mt-xh-0,
  .my-xh-0 {
    margin-top: 0 !important;
  }
  .me-xh-0,
  .mx-xh-0 {
    margin-right: 0 !important;
  }
  .mb-xh-0,
  .my-xh-0 {
    margin-bottom: 0 !important;
  }
  .ms-xh-0,
  .mx-xh-0 {
    margin-left: 0 !important;
  }
  .m-xh-05 {
    margin: 0.125em !important;
  }
  .mt-xh-05,
  .my-xh-05 {
    margin-top: 0.125em !important;
  }
  .me-xh-05,
  .mx-xh-05 {
    margin-right: 0.125em !important;
  }
  .mb-xh-05,
  .my-xh-05 {
    margin-bottom: 0.125em !important;
  }
  .ms-xh-05,
  .mx-xh-05 {
    margin-left: 0.125em !important;
  }
  .m-xh-1 {
    margin: 0.25em !important;
  }
  .mt-xh-1,
  .my-xh-1 {
    margin-top: 0.25em !important;
  }
  .me-xh-1,
  .mx-xh-1 {
    margin-right: 0.25em !important;
  }
  .mb-xh-1,
  .my-xh-1 {
    margin-bottom: 0.25em !important;
  }
  .ms-xh-1,
  .mx-xh-1 {
    margin-left: 0.25em !important;
  }
  .m-xh-125 {
    margin: 0.3em !important;
  }
  .mt-xh-125,
  .my-xh-125 {
    margin-top: 0.3em !important;
  }
  .me-xh-125,
  .mx-xh-125 {
    margin-right: 0.3em !important;
  }
  .mb-xh-125,
  .my-xh-125 {
    margin-bottom: 0.3em !important;
  }
  .ms-xh-125,
  .mx-xh-125 {
    margin-left: 0.3em !important;
  }
  .m-xh-15 {
    margin: 0.33em !important;
  }
  .mt-xh-15,
  .my-xh-15 {
    margin-top: 0.33em !important;
  }
  .me-xh-15,
  .mx-xh-15 {
    margin-right: 0.33em !important;
  }
  .mb-xh-15,
  .my-xh-15 {
    margin-bottom: 0.33em !important;
  }
  .ms-xh-15,
  .mx-xh-15 {
    margin-left: 0.33em !important;
  }
  .m-xh-175 {
    margin: 0.425em !important;
  }
  .mt-xh-175,
  .my-xh-175 {
    margin-top: 0.425em !important;
  }
  .me-xh-175,
  .mx-xh-175 {
    margin-right: 0.425em !important;
  }
  .mb-xh-175,
  .my-xh-175 {
    margin-bottom: 0.425em !important;
  }
  .ms-xh-175,
  .mx-xh-175 {
    margin-left: 0.425em !important;
  }
  .m-xh-2 {
    margin: 0.5em !important;
  }
  .mt-xh-2,
  .my-xh-2 {
    margin-top: 0.5em !important;
  }
  .me-xh-2,
  .mx-xh-2 {
    margin-right: 0.5em !important;
  }
  .mb-xh-2,
  .my-xh-2 {
    margin-bottom: 0.5em !important;
  }
  .ms-xh-2,
  .mx-xh-2 {
    margin-left: 0.5em !important;
  }
  .m-xh-225 {
    margin: 0.5625em !important;
  }
  .mt-xh-225,
  .my-xh-225 {
    margin-top: 0.5625em !important;
  }
  .me-xh-225,
  .mx-xh-225 {
    margin-right: 0.5625em !important;
  }
  .mb-xh-225,
  .my-xh-225 {
    margin-bottom: 0.5625em !important;
  }
  .ms-xh-225,
  .mx-xh-225 {
    margin-left: 0.5625em !important;
  }
  .m-xh-25 {
    margin: 0.66em !important;
  }
  .mt-xh-25,
  .my-xh-25 {
    margin-top: 0.66em !important;
  }
  .me-xh-25,
  .mx-xh-25 {
    margin-right: 0.66em !important;
  }
  .mb-xh-25,
  .my-xh-25 {
    margin-bottom: 0.66em !important;
  }
  .ms-xh-25,
  .mx-xh-25 {
    margin-left: 0.66em !important;
  }
  .m-xh-275 {
    margin: 0.85em !important;
  }
  .mt-xh-275,
  .my-xh-275 {
    margin-top: 0.85em !important;
  }
  .me-xh-275,
  .mx-xh-275 {
    margin-right: 0.85em !important;
  }
  .mb-xh-275,
  .my-xh-275 {
    margin-bottom: 0.85em !important;
  }
  .ms-xh-275,
  .mx-xh-275 {
    margin-left: 0.85em !important;
  }
  .m-xh-3 {
    margin: 1.15em !important;
  }
  .mt-xh-3,
  .my-xh-3 {
    margin-top: 1.15em !important;
  }
  .me-xh-3,
  .mx-xh-3 {
    margin-right: 1.15em !important;
  }
  .mb-xh-3,
  .my-xh-3 {
    margin-bottom: 1.15em !important;
  }
  .ms-xh-3,
  .mx-xh-3 {
    margin-left: 1.15em !important;
  }
  .m-xh-325 {
    margin: 1.25em !important;
  }
  .mt-xh-325,
  .my-xh-325 {
    margin-top: 1.25em !important;
  }
  .me-xh-325,
  .mx-xh-325 {
    margin-right: 1.25em !important;
  }
  .mb-xh-325,
  .my-xh-325 {
    margin-bottom: 1.25em !important;
  }
  .ms-xh-325,
  .mx-xh-325 {
    margin-left: 1.25em !important;
  }
  .m-xh-35 {
    margin: 1.4em !important;
  }
  .mt-xh-35,
  .my-xh-35 {
    margin-top: 1.4em !important;
  }
  .me-xh-35,
  .mx-xh-35 {
    margin-right: 1.4em !important;
  }
  .mb-xh-35,
  .my-xh-35 {
    margin-bottom: 1.4em !important;
  }
  .ms-xh-35,
  .mx-xh-35 {
    margin-left: 1.4em !important;
  }
  .m-xh-4 {
    margin: 1.75em !important;
  }
  .mt-xh-4,
  .my-xh-4 {
    margin-top: 1.75em !important;
  }
  .me-xh-4,
  .mx-xh-4 {
    margin-right: 1.75em !important;
  }
  .mb-xh-4,
  .my-xh-4 {
    margin-bottom: 1.75em !important;
  }
  .ms-xh-4,
  .mx-xh-4 {
    margin-left: 1.75em !important;
  }
  .m-xh-45 {
    margin: 2.33em !important;
  }
  .mt-xh-45,
  .my-xh-45 {
    margin-top: 2.33em !important;
  }
  .me-xh-45,
  .mx-xh-45 {
    margin-right: 2.33em !important;
  }
  .mb-xh-45,
  .my-xh-45 {
    margin-bottom: 2.33em !important;
  }
  .ms-xh-45,
  .mx-xh-45 {
    margin-left: 2.33em !important;
  }
  .m-xh-475 {
    margin: 2.66em !important;
  }
  .mt-xh-475,
  .my-xh-475 {
    margin-top: 2.66em !important;
  }
  .me-xh-475,
  .mx-xh-475 {
    margin-right: 2.66em !important;
  }
  .mb-xh-475,
  .my-xh-475 {
    margin-bottom: 2.66em !important;
  }
  .ms-xh-475,
  .mx-xh-475 {
    margin-left: 2.66em !important;
  }
  .m-xh-5 {
    margin: 3em !important;
  }
  .mt-xh-5,
  .my-xh-5 {
    margin-top: 3em !important;
  }
  .me-xh-5,
  .mx-xh-5 {
    margin-right: 3em !important;
  }
  .mb-xh-5,
  .my-xh-5 {
    margin-bottom: 3em !important;
  }
  .ms-xh-5,
  .mx-xh-5 {
    margin-left: 3em !important;
  }
  .m-xh-525 {
    margin: 4em !important;
  }
  .mt-xh-525,
  .my-xh-525 {
    margin-top: 4em !important;
  }
  .me-xh-525,
  .mx-xh-525 {
    margin-right: 4em !important;
  }
  .mb-xh-525,
  .my-xh-525 {
    margin-bottom: 4em !important;
  }
  .ms-xh-525,
  .mx-xh-525 {
    margin-left: 4em !important;
  }
  .m-xh-55 {
    margin: 4.5em !important;
  }
  .mt-xh-55,
  .my-xh-55 {
    margin-top: 4.5em !important;
  }
  .me-xh-55,
  .mx-xh-55 {
    margin-right: 4.5em !important;
  }
  .mb-xh-55,
  .my-xh-55 {
    margin-bottom: 4.5em !important;
  }
  .ms-xh-55,
  .mx-xh-55 {
    margin-left: 4.5em !important;
  }
  .m-xh-575 {
    margin: 5em !important;
  }
  .mt-xh-575,
  .my-xh-575 {
    margin-top: 5em !important;
  }
  .me-xh-575,
  .mx-xh-575 {
    margin-right: 5em !important;
  }
  .mb-xh-575,
  .my-xh-575 {
    margin-bottom: 5em !important;
  }
  .ms-xh-575,
  .mx-xh-575 {
    margin-left: 5em !important;
  }
  .m-xh-6 {
    margin: 6.25em !important;
  }
  .mt-xh-6,
  .my-xh-6 {
    margin-top: 6.25em !important;
  }
  .me-xh-6,
  .mx-xh-6 {
    margin-right: 6.25em !important;
  }
  .mb-xh-6,
  .my-xh-6 {
    margin-bottom: 6.25em !important;
  }
  .ms-xh-6,
  .mx-xh-6 {
    margin-left: 6.25em !important;
  }
  .m-xh-65 {
    margin: 6.75em !important;
  }
  .mt-xh-65,
  .my-xh-65 {
    margin-top: 6.75em !important;
  }
  .me-xh-65,
  .mx-xh-65 {
    margin-right: 6.75em !important;
  }
  .mb-xh-65,
  .my-xh-65 {
    margin-bottom: 6.75em !important;
  }
  .ms-xh-65,
  .mx-xh-65 {
    margin-left: 6.75em !important;
  }
  .m-xh-7 {
    margin: 7.5em !important;
  }
  .mt-xh-7,
  .my-xh-7 {
    margin-top: 7.5em !important;
  }
  .me-xh-7,
  .mx-xh-7 {
    margin-right: 7.5em !important;
  }
  .mb-xh-7,
  .my-xh-7 {
    margin-bottom: 7.5em !important;
  }
  .ms-xh-7,
  .mx-xh-7 {
    margin-left: 7.5em !important;
  }
  .p-xh-0 {
    padding: 0 !important;
  }
  .pt-xh-0,
  .py-xh-0 {
    padding-top: 0 !important;
  }
  .pe-xh-0,
  .px-xh-0 {
    padding-right: 0 !important;
  }
  .pb-xh-0,
  .py-xh-0 {
    padding-bottom: 0 !important;
  }
  .ps-xh-0,
  .px-xh-0 {
    padding-left: 0 !important;
  }
  .p-xh-05 {
    padding: 0.125em !important;
  }
  .pt-xh-05,
  .py-xh-05 {
    padding-top: 0.125em !important;
  }
  .pe-xh-05,
  .px-xh-05 {
    padding-right: 0.125em !important;
  }
  .pb-xh-05,
  .py-xh-05 {
    padding-bottom: 0.125em !important;
  }
  .ps-xh-05,
  .px-xh-05 {
    padding-left: 0.125em !important;
  }
  .p-xh-1 {
    padding: 0.25em !important;
  }
  .pt-xh-1,
  .py-xh-1 {
    padding-top: 0.25em !important;
  }
  .pe-xh-1,
  .px-xh-1 {
    padding-right: 0.25em !important;
  }
  .pb-xh-1,
  .py-xh-1 {
    padding-bottom: 0.25em !important;
  }
  .ps-xh-1,
  .px-xh-1 {
    padding-left: 0.25em !important;
  }
  .p-xh-125 {
    padding: 0.3em !important;
  }
  .pt-xh-125,
  .py-xh-125 {
    padding-top: 0.3em !important;
  }
  .pe-xh-125,
  .px-xh-125 {
    padding-right: 0.3em !important;
  }
  .pb-xh-125,
  .py-xh-125 {
    padding-bottom: 0.3em !important;
  }
  .ps-xh-125,
  .px-xh-125 {
    padding-left: 0.3em !important;
  }
  .p-xh-15 {
    padding: 0.33em !important;
  }
  .pt-xh-15,
  .py-xh-15 {
    padding-top: 0.33em !important;
  }
  .pe-xh-15,
  .px-xh-15 {
    padding-right: 0.33em !important;
  }
  .pb-xh-15,
  .py-xh-15 {
    padding-bottom: 0.33em !important;
  }
  .ps-xh-15,
  .px-xh-15 {
    padding-left: 0.33em !important;
  }
  .p-xh-175 {
    padding: 0.425em !important;
  }
  .pt-xh-175,
  .py-xh-175 {
    padding-top: 0.425em !important;
  }
  .pe-xh-175,
  .px-xh-175 {
    padding-right: 0.425em !important;
  }
  .pb-xh-175,
  .py-xh-175 {
    padding-bottom: 0.425em !important;
  }
  .ps-xh-175,
  .px-xh-175 {
    padding-left: 0.425em !important;
  }
  .p-xh-2 {
    padding: 0.5em !important;
  }
  .pt-xh-2,
  .py-xh-2 {
    padding-top: 0.5em !important;
  }
  .pe-xh-2,
  .px-xh-2 {
    padding-right: 0.5em !important;
  }
  .pb-xh-2,
  .py-xh-2 {
    padding-bottom: 0.5em !important;
  }
  .ps-xh-2,
  .px-xh-2 {
    padding-left: 0.5em !important;
  }
  .p-xh-225 {
    padding: 0.5625em !important;
  }
  .pt-xh-225,
  .py-xh-225 {
    padding-top: 0.5625em !important;
  }
  .pe-xh-225,
  .px-xh-225 {
    padding-right: 0.5625em !important;
  }
  .pb-xh-225,
  .py-xh-225 {
    padding-bottom: 0.5625em !important;
  }
  .ps-xh-225,
  .px-xh-225 {
    padding-left: 0.5625em !important;
  }
  .p-xh-25 {
    padding: 0.66em !important;
  }
  .pt-xh-25,
  .py-xh-25 {
    padding-top: 0.66em !important;
  }
  .pe-xh-25,
  .px-xh-25 {
    padding-right: 0.66em !important;
  }
  .pb-xh-25,
  .py-xh-25 {
    padding-bottom: 0.66em !important;
  }
  .ps-xh-25,
  .px-xh-25 {
    padding-left: 0.66em !important;
  }
  .p-xh-275 {
    padding: 0.85em !important;
  }
  .pt-xh-275,
  .py-xh-275 {
    padding-top: 0.85em !important;
  }
  .pe-xh-275,
  .px-xh-275 {
    padding-right: 0.85em !important;
  }
  .pb-xh-275,
  .py-xh-275 {
    padding-bottom: 0.85em !important;
  }
  .ps-xh-275,
  .px-xh-275 {
    padding-left: 0.85em !important;
  }
  .p-xh-3 {
    padding: 1.15em !important;
  }
  .pt-xh-3,
  .py-xh-3 {
    padding-top: 1.15em !important;
  }
  .pe-xh-3,
  .px-xh-3 {
    padding-right: 1.15em !important;
  }
  .pb-xh-3,
  .py-xh-3 {
    padding-bottom: 1.15em !important;
  }
  .ps-xh-3,
  .px-xh-3 {
    padding-left: 1.15em !important;
  }
  .p-xh-325 {
    padding: 1.25em !important;
  }
  .pt-xh-325,
  .py-xh-325 {
    padding-top: 1.25em !important;
  }
  .pe-xh-325,
  .px-xh-325 {
    padding-right: 1.25em !important;
  }
  .pb-xh-325,
  .py-xh-325 {
    padding-bottom: 1.25em !important;
  }
  .ps-xh-325,
  .px-xh-325 {
    padding-left: 1.25em !important;
  }
  .p-xh-35 {
    padding: 1.4em !important;
  }
  .pt-xh-35,
  .py-xh-35 {
    padding-top: 1.4em !important;
  }
  .pe-xh-35,
  .px-xh-35 {
    padding-right: 1.4em !important;
  }
  .pb-xh-35,
  .py-xh-35 {
    padding-bottom: 1.4em !important;
  }
  .ps-xh-35,
  .px-xh-35 {
    padding-left: 1.4em !important;
  }
  .p-xh-4 {
    padding: 1.75em !important;
  }
  .pt-xh-4,
  .py-xh-4 {
    padding-top: 1.75em !important;
  }
  .pe-xh-4,
  .px-xh-4 {
    padding-right: 1.75em !important;
  }
  .pb-xh-4,
  .py-xh-4 {
    padding-bottom: 1.75em !important;
  }
  .ps-xh-4,
  .px-xh-4 {
    padding-left: 1.75em !important;
  }
  .p-xh-45 {
    padding: 2.33em !important;
  }
  .pt-xh-45,
  .py-xh-45 {
    padding-top: 2.33em !important;
  }
  .pe-xh-45,
  .px-xh-45 {
    padding-right: 2.33em !important;
  }
  .pb-xh-45,
  .py-xh-45 {
    padding-bottom: 2.33em !important;
  }
  .ps-xh-45,
  .px-xh-45 {
    padding-left: 2.33em !important;
  }
  .p-xh-475 {
    padding: 2.66em !important;
  }
  .pt-xh-475,
  .py-xh-475 {
    padding-top: 2.66em !important;
  }
  .pe-xh-475,
  .px-xh-475 {
    padding-right: 2.66em !important;
  }
  .pb-xh-475,
  .py-xh-475 {
    padding-bottom: 2.66em !important;
  }
  .ps-xh-475,
  .px-xh-475 {
    padding-left: 2.66em !important;
  }
  .p-xh-5 {
    padding: 3em !important;
  }
  .pt-xh-5,
  .py-xh-5 {
    padding-top: 3em !important;
  }
  .pe-xh-5,
  .px-xh-5 {
    padding-right: 3em !important;
  }
  .pb-xh-5,
  .py-xh-5 {
    padding-bottom: 3em !important;
  }
  .ps-xh-5,
  .px-xh-5 {
    padding-left: 3em !important;
  }
  .p-xh-525 {
    padding: 4em !important;
  }
  .pt-xh-525,
  .py-xh-525 {
    padding-top: 4em !important;
  }
  .pe-xh-525,
  .px-xh-525 {
    padding-right: 4em !important;
  }
  .pb-xh-525,
  .py-xh-525 {
    padding-bottom: 4em !important;
  }
  .ps-xh-525,
  .px-xh-525 {
    padding-left: 4em !important;
  }
  .p-xh-55 {
    padding: 4.5em !important;
  }
  .pt-xh-55,
  .py-xh-55 {
    padding-top: 4.5em !important;
  }
  .pe-xh-55,
  .px-xh-55 {
    padding-right: 4.5em !important;
  }
  .pb-xh-55,
  .py-xh-55 {
    padding-bottom: 4.5em !important;
  }
  .ps-xh-55,
  .px-xh-55 {
    padding-left: 4.5em !important;
  }
  .p-xh-575 {
    padding: 5em !important;
  }
  .pt-xh-575,
  .py-xh-575 {
    padding-top: 5em !important;
  }
  .pe-xh-575,
  .px-xh-575 {
    padding-right: 5em !important;
  }
  .pb-xh-575,
  .py-xh-575 {
    padding-bottom: 5em !important;
  }
  .ps-xh-575,
  .px-xh-575 {
    padding-left: 5em !important;
  }
  .p-xh-6 {
    padding: 6.25em !important;
  }
  .pt-xh-6,
  .py-xh-6 {
    padding-top: 6.25em !important;
  }
  .pe-xh-6,
  .px-xh-6 {
    padding-right: 6.25em !important;
  }
  .pb-xh-6,
  .py-xh-6 {
    padding-bottom: 6.25em !important;
  }
  .ps-xh-6,
  .px-xh-6 {
    padding-left: 6.25em !important;
  }
  .p-xh-65 {
    padding: 6.75em !important;
  }
  .pt-xh-65,
  .py-xh-65 {
    padding-top: 6.75em !important;
  }
  .pe-xh-65,
  .px-xh-65 {
    padding-right: 6.75em !important;
  }
  .pb-xh-65,
  .py-xh-65 {
    padding-bottom: 6.75em !important;
  }
  .ps-xh-65,
  .px-xh-65 {
    padding-left: 6.75em !important;
  }
  .p-xh-7 {
    padding: 7.5em !important;
  }
  .pt-xh-7,
  .py-xh-7 {
    padding-top: 7.5em !important;
  }
  .pe-xh-7,
  .px-xh-7 {
    padding-right: 7.5em !important;
  }
  .pb-xh-7,
  .py-xh-7 {
    padding-bottom: 7.5em !important;
  }
  .ps-xh-7,
  .px-xh-7 {
    padding-left: 7.5em !important;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333334%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333334%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-h {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-h-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-h-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-h-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-h-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-h-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-h-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-h-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-h-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-h-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-h-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-h-10 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-h-11 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-h-12 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1800px) {
  .col-xh {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xh-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xh-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xh-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xh-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xh-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xh-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xh-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xh-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xh-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xh-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xh-10 {
    -ms-flex: 0 0 83.333334%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
  .col-xh-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xh-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 2500px) {
  .col-xxh {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxh-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxh-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxh-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxh-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxh-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxh-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxh-6 {
    -ms-flex: 0 0 50.1%;
    -webkit-box-flex: 0;
    flex: 0 0 50.1%;
    max-width: 50.1%;
  }
  .col-xxh-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxh-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxh-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxh-10 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxh-11 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxh-12 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
} /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 1em;
  height: 13px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1em;
  height: 1px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: ' ';
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  -webkit-box-shadow: inset 0 1px 3px #0076c9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-single {
  color: #3c4858;
}
.pika-button {
  color: #3c4858;
  background: #fff;
}
.sib-is-today .pika-button {
  color: #0092ff;
}
.sib-is-selected .pika-button {
  color: #fff;
}
.sib-is-today:hover .pika-button {
  color: #fff;
}
.sib-is-selected .pika-button,
.sib-has-event .pika-button {
  background: #0092ff;
}
.pika-button:hover,
.pika-row.sib-pick-whole-week:hover .pika-button {
  background: #0092ff;
}
.pika-table abbr {
  cursor: default;
  color: #8390a4;
  text-decoration: none;
}
.pika-label {
  font-size: 0;
}
.pika-title select {
  position: initial;
  opacity: 1;
  z-index: inherit;
}
.sib-sms-tooltip {
  margin-left: 8px;
  position: relative;
}
.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(100% - 60px);
  font-size: 12px;
}
.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block;
}
.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4da6e0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
.sib-container--medium.sib-container--horizontal .sib-sms-tooltip,
.sib-container--small .sib-sms-tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 12px 8px;
  background: #687484;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon,
.sib-container--small .sib-sms-tooltip__icon {
  color: #fff;
  font-size: 16px;
}
.sib-sms-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sib-sms-field .form__label-row--horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url('https://static.sendinblue.com/images/flags.png') no-repeat;
}
.sib-flag.sib-flag-ad {
  background-position: -3px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ae {
  background-position: -36px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-af {
  background-position: -69px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ag {
  background-position: -102px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ai {
  background-position: -135px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-al {
  background-position: -168px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-am {
  background-position: -201px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ao {
  background-position: -234px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-aq {
  background-position: -267px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ar {
  background-position: -300px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-as {
  background-position: -333px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-at {
  background-position: -366px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-au {
  background-position: -399px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-aw {
  background-position: -432px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ax {
  background-position: -465px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-az {
  background-position: -498px -0px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ba {
  background-position: -3px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bb {
  background-position: -36px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bd {
  background-position: -69px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-be {
  background-position: -102px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bf {
  background-position: -135px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bg {
  background-position: -168px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bh {
  background-position: -201px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bi {
  background-position: -234px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bj {
  background-position: -267px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bl {
  background-position: -300px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bm {
  background-position: -333px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bn {
  background-position: -366px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bo {
  background-position: -399px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bq {
  background-position: -432px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-br {
  background-position: -465px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bs {
  background-position: -498px -33px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bt {
  background-position: -3px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bv {
  background-position: -36px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bw {
  background-position: -69px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-by {
  background-position: -102px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-bz {
  background-position: -135px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ca {
  background-position: -168px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cc {
  background-position: -201px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cd {
  background-position: -234px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cf {
  background-position: -267px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cg {
  background-position: -300px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ch {
  background-position: -333px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ci {
  background-position: -366px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ck {
  background-position: -399px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cl {
  background-position: -432px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cm {
  background-position: -465px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cn {
  background-position: -498px -66px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-co {
  background-position: -3px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cr {
  background-position: -36px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cu {
  background-position: -69px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cv {
  background-position: -102px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cw {
  background-position: -135px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cx {
  background-position: -168px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cy {
  background-position: -201px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-cz {
  background-position: -234px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-de {
  background-position: -267px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-dj {
  background-position: -300px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-dk {
  background-position: -333px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-dm {
  background-position: -366px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-do {
  background-position: -399px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-dz {
  background-position: -432px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ec {
  background-position: -465px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ee {
  background-position: -498px -99px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-eg {
  background-position: -3px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-eh {
  background-position: -36px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-er {
  background-position: -69px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-es {
  background-position: -102px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-et {
  background-position: -135px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fi {
  background-position: -168px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fj {
  background-position: -201px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fk {
  background-position: -234px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fm {
  background-position: -267px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fo {
  background-position: -300px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-fr {
  background-position: -333px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ga {
  background-position: -366px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gb {
  background-position: -399px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gd {
  background-position: -432px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ge {
  background-position: -465px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gf {
  background-position: -498px -132px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gg {
  background-position: -3px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gh {
  background-position: -36px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gi {
  background-position: -69px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gl {
  background-position: -102px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gm {
  background-position: -135px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gn {
  background-position: -168px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gp {
  background-position: -201px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gq {
  background-position: -234px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gr {
  background-position: -267px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gs {
  background-position: -300px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gt {
  background-position: -333px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gu {
  background-position: -366px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gw {
  background-position: -399px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-gy {
  background-position: -432px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-hk {
  background-position: -465px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-hm {
  background-position: -498px -165px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-hn {
  background-position: -3px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-hr {
  background-position: -36px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ht {
  background-position: -69px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-hu {
  background-position: -102px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-id {
  background-position: -135px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ie {
  background-position: -168px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-il {
  background-position: -201px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-im {
  background-position: -234px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-in {
  background-position: -267px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-io {
  background-position: -300px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-iq {
  background-position: -333px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ir {
  background-position: -366px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-is {
  background-position: -399px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-it {
  background-position: -432px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-je {
  background-position: -465px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-jm {
  background-position: -498px -198px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-jo {
  background-position: -3px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-jp {
  background-position: -36px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ke {
  background-position: -69px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kg {
  background-position: -102px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kh {
  background-position: -135px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ki {
  background-position: -168px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-km {
  background-position: -201px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kn {
  background-position: -234px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kp {
  background-position: -267px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kr {
  background-position: -300px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kw {
  background-position: -333px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ky {
  background-position: -366px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-kz {
  background-position: -399px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-la {
  background-position: -432px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lb {
  background-position: -465px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lc {
  background-position: -498px -231px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-li {
  background-position: -3px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lk {
  background-position: -36px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lr {
  background-position: -69px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ls {
  background-position: -102px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lt {
  background-position: -135px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lu {
  background-position: -168px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-lv {
  background-position: -201px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ly {
  background-position: -234px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ma {
  background-position: -267px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mc {
  background-position: -300px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-md {
  background-position: -333px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-me {
  background-position: -366px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mf {
  background-position: -399px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mg {
  background-position: -432px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mh {
  background-position: -465px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mk {
  background-position: -498px -264px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ml {
  background-position: -3px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mm {
  background-position: -36px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mn {
  background-position: -69px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mo {
  background-position: -102px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mp {
  background-position: -135px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mq {
  background-position: -168px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mr {
  background-position: -201px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ms {
  background-position: -234px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mt {
  background-position: -267px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mu {
  background-position: -300px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mv {
  background-position: -333px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mw {
  background-position: -366px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mx {
  background-position: -399px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-my {
  background-position: -432px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-mz {
  background-position: -465px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-na {
  background-position: -498px -297px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nc {
  background-position: -3px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ne {
  background-position: -36px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nf {
  background-position: -69px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ng {
  background-position: -102px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ni {
  background-position: -135px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nl {
  background-position: -168px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-no {
  background-position: -201px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-np {
  background-position: -234px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nr {
  background-position: -267px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nu {
  background-position: -300px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-nz {
  background-position: -333px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-om {
  background-position: -366px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pa {
  background-position: -399px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pe {
  background-position: -432px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pf {
  background-position: -465px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pg {
  background-position: -498px -330px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ph {
  background-position: -3px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pk {
  background-position: -36px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pl {
  background-position: -69px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pm {
  background-position: -102px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pn {
  background-position: -135px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pr {
  background-position: -168px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ps {
  background-position: -201px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pt {
  background-position: -234px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-pw {
  background-position: -267px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-py {
  background-position: -300px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-qa {
  background-position: -333px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-re {
  background-position: -366px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ro {
  background-position: -399px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-rs {
  background-position: -432px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ru {
  background-position: -465px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-rw {
  background-position: -498px -363px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sa {
  background-position: -3px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sb {
  background-position: -36px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sc {
  background-position: -69px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sd {
  background-position: -102px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-se {
  background-position: -135px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sg {
  background-position: -168px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sh {
  background-position: -201px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-si {
  background-position: -234px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sj {
  background-position: -267px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sk {
  background-position: -300px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sl {
  background-position: -333px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sm {
  background-position: -366px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sn {
  background-position: -399px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-so {
  background-position: -432px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sr {
  background-position: -465px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ss {
  background-position: -498px -396px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-st {
  background-position: -3px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sv {
  background-position: -36px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sx {
  background-position: -69px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sy {
  background-position: -102px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-sz {
  background-position: -135px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tc {
  background-position: -168px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-td {
  background-position: -201px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tf {
  background-position: -234px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tg {
  background-position: -267px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-th {
  background-position: -300px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tj {
  background-position: -333px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tk {
  background-position: -366px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tl {
  background-position: -399px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tm {
  background-position: -432px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tn {
  background-position: -465px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-to {
  background-position: -498px -429px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tr {
  background-position: -3px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tt {
  background-position: -36px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tv {
  background-position: -69px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tw {
  background-position: -102px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-tz {
  background-position: -135px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ua {
  background-position: -168px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ug {
  background-position: -201px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-um {
  background-position: -234px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-us {
  background-position: -267px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-uy {
  background-position: -300px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-uz {
  background-position: -333px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-va {
  background-position: -366px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-vc {
  background-position: -399px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ve {
  background-position: -432px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-vg {
  background-position: -465px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-vi {
  background-position: -498px -462px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-vn {
  background-position: -3px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-vu {
  background-position: -36px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-wf {
  background-position: -69px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ws {
  background-position: -102px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-xk {
  background-position: -135px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-ye {
  background-position: -168px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-yt {
  background-position: -201px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-za {
  background-position: -234px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-zm {
  background-position: -267px -495px;
  width: 30px;
  height: 30px;
}
.sib-flag.sib-flag-zw {
  background-position: -300px -495px;
  width: 30px;
  height: 30px;
}
.sib-sms-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.sib-container--medium.sib-container--horizontal .sib-sms-select,
.sib-container--small .sib-sms-select {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sib-sms-select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 60px;
}
.sib-sms-select__title::after {
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.sib-sms-select__title > .sib-sms-select__label-text {
  display: none;
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__title,
.sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__title::after,
.sib-container--small .sib-sms-select__title::after {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.sib-container--medium.sib-container--horizontal
  .sib-sms-select__title
  > .sib-sms-select__label-text,
.sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block;
}
.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1;
}
.sib-sms-select__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}
.sib-sms-select__list li:hover,
.sib-sms-select__list li.sib-is-selected {
  background-color: #8ed8fd;
}
.sib-sms-select__number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}
.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none;
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code,
.sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px;
}
.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit;
}
.sib-sms-select__label-text {
  margin-left: 8px;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  .sib-sms-select {
    display: block;
  }
  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .sib-container--small .sib-sms-select__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0;
  }
  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: 0.5rem;
    padding-bottom: 0;
  }
  .sib-sms-select__title::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .sib-sms-select__title__phone-number {
    padding-right: 45px;
  }
  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px;
  }
  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }
  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}
@media screen and (max-width: 375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.sib-form *,
.sib-form ::after,
.sib-form ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 32px 12px 32px;
  margin: 0;
}
.sib-form__declaration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sib-form__declaration .declaration-block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px 0 0;
  margin: 0;
}
.sib-form__declaration .declaration-block-icon [class^='sib-svgIcon'] {
  width: 65px;
  height: 65px;
}
.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0;
}
.sib-form--blockPosition {
  position: relative;
}
.sib-form ul,
.sib-form ol {
  padding: 0;
}
#sib-container {
  background: #fff;
  margin: 0 auto;
  padding: 17px;
  display: inline-block;
  width: 100%;
}
#sib-form {
  text-align: left;
}
#sib-form .entry__choice label {
  display: unset;
}
.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px;
}
.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0;
}
.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0;
}
.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden;
}
.sib-menu__item:hover {
  background-color: #8ed8fd;
}
.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0;
}
@media screen and (max-width: 375px) {
  .sib-menu__apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 8px;
  }
}
.sib-menu__apply button {
  padding: 8px 16px;
}
.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub;
}
.sib-menu__select {
  padding: 0px 7px;
}
.sib-menu__selectTextAlign {
  padding: 0px 15px !important;
}
.sib-menu__select button {
  padding: 8px 5px;
}
.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0px;
  margin: 0;
}
.sib-menu .sib-multiselect__label {
  width: 100%;
}
.sib-menu .sib-multiselect__label-text {
  text-indent: 0;
}
#sib-other-container .entry__controls--other {
  margin-left: 1.5em;
}
#sib-other-container .entry__choice--other {
  width: 100%;
}
#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484;
}
.checkbox__label {
  word-wrap: break-word;
}
.checkbox.checkbox_tick_positive::before {
  left: calc(50% - 1px);
}
.input_display {
  line-height: 1.5rem;
}
.entry__choice {
  width: 100%;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}
.entry__label {
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}
.entry__label_optin {
  display: inline;
}
.entry__label > * {
  float: left;
}
.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}
.entry__specification {
  margin: 10px 0;
}
.entry__controls {
  margin: 0;
}
.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
}
.sib-entry_mcq .entry__controls {
  display: block;
  background: transparent;
  border: none;
  outline: none;
}
.sib-form-block {
  padding: 0 16px;
  word-wrap: break-word;
  outline: none;
}
.sib-form-block p,
.sib-form-block ol,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}
.sib-form-block ol,
.sib-form-block ul {
  list-style-position: inside;
}
.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%;
  cursor: pointer;
}
.sib-form-block__button-disabled {
  opacity: 0.5;
}
.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}
.sib-image-form-block {
  padding: 2px;
}
.sib-image-form-block a {
  display: block;
  overflow: hidden;
}
.sib-image-form-block img {
  max-width: 100%;
}
.sib-divider-form-block {
  border: 0;
  margin: 0;
}
.form__label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}
.form__label-row--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px 0;
}
.form__label-row--horizontal > *:first-child {
  margin-right: 20px;
}
.form__label-row--horizontal > * {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.input {
  width: calc(100% - 1rem);
}
.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input--multiselect::before {
  content: '';
  position: absolute;
  right: 8px;
  border: 8px solid transparent;
  border-top-color: #343f4e;
  top: calc(50% - 4px);
}
.input--select {
  position: relative;
  width: 100%;
}
.input--select::before,
.input--select::after {
  content: '';
  position: absolute;
  right: 8px;
}
.input--select::before {
  top: calc(50% - 12px);
  border: 5px solid transparent;
  border-bottom-color: #343f4e;
}
.input--select::after {
  top: calc(50% + 2px);
  border: 5px solid transparent;
  border-top-color: #343f4e;
}
.input--hidden {
  display: none !important;
}
.input--centerText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input__rtl[type='text']::-webkit-input-placeholder {
  text-align: right !important;
}
.input__rtl[type='text']:-ms-input-placeholder {
  text-align: right !important;
}
.input__rtl[type='text']::-ms-input-placeholder {
  text-align: right !important;
}
.input__rtl[type='text']::placeholder {
  text-align: right !important;
}
.input__textareaRtl::-webkit-input-placeholder {
  text-align: right !important;
}
.input__textareaRtl:-ms-input-placeholder {
  text-align: right !important;
}
.input__textareaRtl::-ms-input-placeholder {
  text-align: right !important;
}
.input__textareaRtl::placeholder {
  text-align: right !important;
}
input::-webkit-input-placeholder {
  color: #bfcad8;
}
input::-moz-placeholder {
  color: #bfcad8;
}
input:-ms-input-placeholder {
  color: #bfcad8;
}
input:-moz-placeholder {
  color: #bfcad8;
}
textarea.input {
  padding: calc(0.5rem - 1px);
}
.sib-form-container a {
  text-decoration: underline;
  color: #2bb2fc;
}
.sib-sms-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sib-sms-input .entry__controls {
  width: 100%;
}
.sib-sms-input .sib-menu__item {
  padding: 4px 2px;
}
.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}
.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sib-panel--active {
  display: block;
}
.sib-panel--inactive {
  display: none;
}
.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left;
}
.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer;
}
.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer;
}
.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}
.sib-form-message-panel--active {
  display: inline-block;
}
.sib-form-message-panel__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}
.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}
.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}
.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.checkbox_tick_positive:before {
  left: 49%;
}
@media screen and (max-width: 500px) {
  #sib-container {
    padding: 32px 9px 32px;
  }
  .form__label-row--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__label-row--horizontal > * {
    width: 100%;
  }
}
.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s linear infinite;
  animation: loader 1.2s linear infinite;
}
.sib-loader div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.sib-loader div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.sib-loader div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.sib-loader div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.sib-loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.sib-loader div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.sib-loader div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.sib-loader div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.sib-loader div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.sib-loader div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.sib-loader div:nth-child(11) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.sib-loader div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
.entry__choice label p {
  display: inline;
}
@-webkit-keyframes loader {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes loader {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media screen and (max-width: 400px) {
  #sib-container {
    padding: 32px 0px 32px;
  }
}
@media screen and (max-width: 480px) {
  .sib-image-form-block img {
    height: auto !important;
  }
}
.progress-indicator {
  background: transparent;
}
.sib-hide-loader-icon {
  display: none;
}
.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form :-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form ::placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form .sib-form_fieldset {
  display: table-row-group;
}
.sib-form .fieldset__separator {
  display: table-row;
}
.sib-form .fieldset__separator:after,
.sib-form .fieldset__separator:before {
  background: #c0ccda;
  background-clip: padding-box;
  border: solid transparent;
  border-width: calc(4rem - 1px) 0 4rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: '';
  display: table-cell;
  height: 1px;
}
.sib-form .form__fieldset {
  border: 0;
  display: table-row;
  padding: 0;
}
.sib-form .form__fieldset:first-child .form__entries,
.sib-form .form__fieldset:first-child .form__legend {
  padding-top: 0;
}
.sib-form .form__entries,
.sib-form .form__legend {
  display: table-cell;
  margin: 0;
  padding-top: 4rem;
  vertical-align: top;
}
.sib-form .form__legend {
  font-size: 1.14869835rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
}
@media (max-width: 45rem) {
  .sib-form .fieldset__separator,
  .sib-form .form__entries,
  .sib-form .form__fieldset,
  .sib-form .form__legend,
  .sib-form .sib-form_fieldset {
    display: block;
  }
  .sib-form .form__legend {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
  .sib-form .form__entries {
    padding-top: 0;
  }
  .sib-form .fieldset__separator {
    border: 0;
  }
}
.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.sib-form .form__entry:not(:first-child) {
  margin-top: 1.5rem;
}
.sib-form .entry__label + .form__entry {
  margin-top: 0;
}
.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}
.sib-form .form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem -0.75rem;
}
.sib-form .form__row:not(:first-child) {
  margin-top: 1.25rem;
}
.sib-form .entry__label + .form__row {
  margin-top: -0.25rem;
}
.sib-form .form__row > .form__entry {
  margin: 0.25rem 0.75rem;
}
.sib-form .entry__optional-indicator {
  color: #687484;
  font-size: 0.87055056rem;
  line-height: 1rem;
  font-weight: 400;
}
.sib-form .entry__field {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.25rem 0;
  max-width: 100%;
}
.sib-form .entry__field:focus-within {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
  box-shadow: 0 0 0 2px #c9e1f4;
}
.sib-form .input,
.sib-form .input__affix {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}
.sib-form .input:first-child,
.sib-form .input__affix:first-child {
  padding-left: 0.5rem;
}
.sib-form .input:last-child,
.sib-form .input__affix:last-child {
  padding-right: 0.5rem;
}
.sib-form .input,
.sib-form .input__button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  outline: 0;
}
.sib-form .input:not(textarea),
.sib-form .input__button {
  height: calc(2.5rem - 2px);
}
.sib-form .input__affix {
  color: #687484;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sib-form .input__button {
  cursor: pointer;
  padding: 0 0.5rem;
}
.sib-form .input__button[type='submit'] {
  border-bottom-left-radius: 0;
  border-left: 1px solid #c0ccda;
  border-top-left-radius: 0;
  color: inherit;
  margin-left: 0.5rem;
}
.sib-form .input__button .sib-icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}
.sib-form .input {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 1px;
  padding: 0;
}
.sib-form textarea.input {
  padding: calc(0.5rem - 1px);
}
.sib-form select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 167'%3E%3Cpath d='M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z' fill='%233c4858'/%3E%3C/svg%3E");
  background-position: right 0.65em top 50%;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
}
.sib-form select.input:first-child,
.sib-form select.input:last-child {
  padding-right: calc(2rem - 1px);
}
.sib-form .sib-entry_block .entry__field,
.sib-form .form__row .entry__field,
.sib-form .sib-form_block .entry__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sib-form .sib-entry_block .input,
.sib-form .form__row .input,
.sib-form .sib-form_block .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sib-form .sib-entry_phrasing,
.sib-form .sib-entry_phrasing .entry__label,
.sib-form .sib-entry_phrasing .entry__specification {
  display: inline-block;
}
.sib-form .sib-entry_phrasing .entry__label {
  font-weight: 400;
}
.sib-form .sib-entry_errored {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}
.sib-form .sib-entry_errored:before {
  background: #ff4949;
  bottom: 0;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25rem;
}
.sib-form .entry__error,
.sib-form .entry__label,
.sib-form .entry__specification,
.sib-form .form__error {
  max-width: 40em;
}
.sib-form .entry__error,
.sib-form .entry__specification,
.sib-form .form__error {
  display: block;
}
.sib-form .entry__choice + .entry__error,
.sib-form .entry__choice + .entry__specification,
.sib-form .entry__error + .entry__error,
.sib-form .entry__error + .entry__specification,
.sib-form .entry__specification + .entry__error,
.sib-form .entry__specification + .entry__specification {
  margin-top: 0.5rem;
}
.sib-form .entry__error {
  color: #ff4949;
  font-size: 0.87055056rem;
  line-height: 1rem;
}
.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}
.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sib-form .entry__choice .checkbox,
.sib-form .entry__choice .radio-button {
  margin-right: 0.5em;
}
.sib-form .entry__choice .sib-toggletip {
  text-indent: 0;
}
.sib-form .entry__choice:not(:first-child) {
  margin-top: 0.5rem;
}
.sib-form .entry__choices.menu {
  margin-top: 2px;
  max-height: 20rem;
  overflow: auto;
  padding: 0.5rem;
}
.sib-form .checkbox,
.sib-form .radio-button {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  position: relative;
}
.sib-form .checkbox {
  border-radius: 3px;
}
.sib-form .radio-button {
  border-radius: 50%;
}
.sib-form .radio-button:before {
  border-radius: 50%;
  bottom: 2px;
  content: '';
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.sib-form .checkbox_tick_negative:after,
.sib-form .checkbox_tick_negative:before {
  border: solid #fff;
  border-width: 0 0 0 2px;
  bottom: 0;
  content: '';
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}
.sib-form .checkbox_tick_negative:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sib-form .checkbox_tick_negative:before,
.sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: '';
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  transform-origin: 80% 45%;
  width: 50%;
}
.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #13ce66;
  border-color: #13ce66;
}
.sib-form .input_replaced:checked + .checkbox_tick_negative {
  background: #ff4949;
  border-color: #ff4949;
}
.sib-form .input_replaced:checked + .radio-button {
  border-color: #0092ff;
}
.sib-form .input_replaced:checked + .radio-button:before {
  background: #0092ff;
}
.sib-form .input_replaced:indeterminate + .checkbox {
  background: #fff;
  border-color: #687484;
}
.sib-form .input_replaced:indeterminate + .checkbox:before {
  background: #687484;
  border: 0;
  content: '';
  height: 2px;
  left: 2px;
  margin: -1px 0 0;
  position: absolute;
  right: 2px;
  -webkit-transform: none;
  transform: none;
  top: 50%;
  width: auto;
}
.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}
.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:active + .radio-button,
.sib-form .input_replaced:focus + .checkbox,
.sib-form .input_replaced:focus + .radio-button {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
  box-shadow: 0 0 0 2px #c9e1f4;
}
.sib-form .choice__form {
  border: 0;
  margin: 0;
  padding: 0;
}
.sib-form .choice__form[disabled] {
  display: none;
}
.sib-form .entry__choice + .choice__form {
  border-left: 2px solid #c0ccda;
  margin-left: calc(0.5em - 1px);
  padding: 0.5rem calc(0.5rem + 0.5em - 1px);
}
.sib-form ::-ms-reveal {
  display: none;
}
.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
  display: none;
}
.sib-form [type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.sib-form .input[readonly] {
  background-color: #f9fafc;
}
.sib-form .input[type='text'] + .input__password-toggler {
  color: #0092ff;
}
.sib-form .sib-ap-nostyle-input-icon {
  display: none;
}
.sib-form .sib-ap-nostyle-dropdown-menu {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(0.5rem - 1px) 0;
}
.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}
.sib-form
  .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(
    .sib-collapsible__content_toggled
  ) {
  display: none;
}
.sib-form .sib-ap-nostyle-dropdown-menu em {
  font-style: normal;
  font-weight: 700;
}
.sib-form .sib-ap-nostyle-input {
  padding-right: 0.5rem;
}
.sib-form .sib-ap-nostyle-suggestion {
  cursor: default;
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sib-form .sib-ap-nostyle-cursor,
.sib-form .sib-ap-nostyle-suggestion:focus,
.sib-form .sib-ap-nostyle-suggestion:hover {
  background: #eff2f7;
}
.sib-form .sib-ap-footer {
  display: none;
}
.sib-form .menu {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(0.5rem - 1px) 0;
}
.sib-form .menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}
.sib-form
  .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}
.sib-form .menu__content,
.sib-form .menu__heading {
  padding: 0;
  margin: 1rem;
}
.sib-form .menu__content:first-child,
.sib-form .menu__heading:first-child {
  margin-top: 0.5rem;
}
.sib-form .menu__content:last-child,
.sib-form .menu__heading:last-child {
  margin-bottom: 0.5rem;
}
.sib-form .menu__heading {
  font-size: 1.31950791rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.sib-form .menu__content {
  list-style: none;
}
.sib-form .menu__icon {
  color: #8492a6;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  margin-right: 0.5rem;
}
.sib-form .menu__control {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sib-form .menu__control:focus,
.sib-form .menu__control:hover {
  background: #eff2f7;
}
.sib-form .menu__divider {
  border: 0;
  border-top: 1px solid #c0ccda;
  margin: 0.5rem 0;
}
.sib-form .clickable_button,
.sib-form .clickable_link {
  font: inherit;
  margin: 0;
}
.sib-form .clickable_button.sib-collapsible__trigger:before,
.sib-form .clickable_link.sib-collapsible__trigger:before {
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0;
  border-top: 0.25rem solid;
  content: '';
  float: right;
  margin: 0.625rem 0 0 0.25em;
}
.sib-form .clickable_button.sib-collapsible__trigger_toggled:before,
.sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
  border-bottom: 0.25rem solid;
  border-top: 0;
}
.sib-form .clickable_button:not([disabled]),
.sib-form .clickable_link:not([disabled]) {
  cursor: pointer;
}
.sib-form .clickable_button {
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  text-decoration: none;
}
.sib-form .clickable_button.sib-collapsible__trigger {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sib-form .clickable_button[disabled] {
  opacity: 0.5;
}
.sib-form .clickable_button:focus {
  -webkit-box-shadow: 0 0 0 2px #c9e1f4;
  box-shadow: 0 0 0 2px #c9e1f4;
}
.sib-form .clickable_button:focus:not([disabled]),
.sib-form .clickable_button:hover:not([disabled]) {
  background: #007cd9;
  border-color: #007cd9;
}
.sib-form .clickable_ghost {
  background: none;
  border-color: #c0ccda;
  color: #3c4858;
}
.sib-form .clickable_ghost:focus:not([disabled]),
.sib-form .clickable_ghost:hover:not([disabled]) {
  background: none;
  border-color: #8492a6;
}
.sib-form .clickable_dropdown {
  display: inline-block;
  position: relative;
}
.sib-form .clickable_dropdown .menu {
  margin-top: 2px;
}
.sib-form .clickable_dropdown .menu_left {
  left: 0;
}
.sib-form .clickable_dropdown .menu_right {
  right: 0;
}
.sib-form .clickable_block {
  width: 100%;
}
.sib-form .clickable_cta {
  border-radius: 9999em;
}
.sib-form .clickable_link {
  background: none;
  border: 0;
  color: #0092ff;
  display: inline;
  padding: 0;
  text-decoration: none;
}
.sib-form .clickable_link:focus,
.sib-form .clickable_link:hover {
  color: #007cd9;
  text-decoration: underline;
}
.sib-form .clickable_link:focus {
  outline: 0;
}
.sib-form .clickable_sneaky,
.sib-form .clickable_sneaky:focus,
.sib-form .clickable_sneaky:hover {
  color: inherit;
}
.sib-form .clickable_plan {
  color: #0092ff;
}
.sib-form .clickable_plan:focus,
.sib-form .clickable_plan:hover {
  color: #007cd9;
}
.sib-form .clickable_destructive {
  background: #ff4949;
  border-color: #ff4949;
}
.sib-form .clickable_destructive:focus:not([disabled]),
.sib-form .clickable_destructive:hover:not([disabled]) {
  background: #d93e3e;
  border-color: #d93e3e;
}
.sib-form .clickable__group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sib-form .clickable__group .clickable_button:focus,
.sib-form .clickable__group .clickable_button:hover {
  position: relative;
}
.sib-form .clickable__group .clickable_button:not(:first-child),
.sib-form
  .clickable__group
  .clickable_dropdown:not(:first-child)
  .clickable_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.sib-form .clickable__group > .clickable_button:not(:last-child),
.sib-form
  .clickable__group
  > .clickable_dropdown:not(:last-child)
  .clickable_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.sib-form
  .clickable__group
  > .clickable_dropdown:not(:last-child)
  .clickable_link,
.sib-form .clickable__group > .clickable_link:not(:last-child) {
  margin-right: 1.5em;
  position: relative;
}
.sib-form
  .clickable__group
  > .clickable_dropdown:not(:last-child)
  .clickable_link:after,
.sib-form .clickable__group > .clickable_link:not(:last-child):after {
  background: #c0ccda;
  border-radius: 50%;
  content: '';
  cursor: auto;
  display: inline-block;
  height: 0.25rem;
  pointer-events: none;
  position: absolute;
  right: -0.9em;
  top: 0.7em;
  width: 0.25rem;
}
.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}
.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(0.7002rem - 1px);
}
.sib-form .progress-indicator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.sib-form .progress-indicator .progress-indicator__icon {
  fill: #0092ff;
  height: 2rem;
  width: 2rem;
}
.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}
.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85)
    infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}
@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: 'Basel Grotesk';
  src: url('../fonts/Basel-Grotesk-Book/Basel-Grotesk-Book.woff2')
      format('woff2'),
    url('../fonts/Basel-Grotesk-Book/Basel-Grotesk-Book.woff') format('woff');
  font-weight: 300 900;
}
@font-face {
  font-family: 'Bradford';
  src: url('../fonts/BradfordLL-Light/BradfordLLWeb-Light.woff2')
      format('woff2'),
    url('../fonts/BradfordLL-Light/BradfordLLWeb-Light.woff') format('woff');
  font-weight: 300 900;
}
:root {
  --font-family-sans: 'Basel Grotesk', sans-serif;
  --font-family-serif: 'Bradford', serif;
}
.serif {
  font-family: var(--font-family-serif);
}
.sans-serif,
figcaption,
.figcaption,
.btn,
input[type='submit'] {
  font-family: var(--font-family-sans);
}
.bold-as-sans b,
.bold-as-sans strong {
  font-family: var(--font-family-sans);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-sans);
}
.h1.serif,
.h2.serif,
.h3.serif,
.h4.serif,
.h5.serif,
.h6.serif,
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
  font-family: var(--font-family-serif);
}
strong,
b,
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 300;
}
.no-transform {
  text-transform: none;
}
html,
body {
  scroll-behavior: auto !important;
}
main,
footer,
header {
  overflow-x: hidden;
  width: 100vw;
}
body.single main {
  overflow: visible;
}
body {
  line-height: 1.25;
  font-family: 'Bradford', serif;
  color: #000;
  font-size: var(--font-m);
  position: relative;
  font-weight: 300;
  overflow-x: hidden;
}
body :focus {
  outline: none;
}
body.using-keyboard a:focus,
body.using-keyboard button:focus,
body.using-keyboard .btn:focus,
body.using-keyboard input:focus[type='submit'],
body.using-keyboard audio:focus {
  color: #5988ce;
}
body.using-keyboard audio {
  -webkit-box-shadow: 0 0 0.5 0.2rem rgba(89, 136, 206, 0.75);
  box-shadow: 0 0 0.5 0.2rem rgba(89, 136, 206, 0.75);
}
body.using-keyboard textarea:focus,
body.using-keyboard input:not([type='submit']):not([type='checkbox']):focus,
body.using-keyboard .form-control:focus {
  border-color: #5988ce;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(89, 136, 206, 0.75);
  box-shadow: 0 0 0 0.1rem rgba(89, 136, 206, 0.75);
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
footer,
main {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
main,
.related-area {
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  will-change: background-color;
}
.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.icon-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='square'  %3E%3Cpath d='M5 12h13M12 5l7 7-7 7'/%3E%3C/svg%3E");
  -webkit-transform: translateY(16%);
  transform: translateY(16%);
}
.icon-arrow-right--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='square'  %3E%3Cpath d='M5 12h13M12 5l7 7-7 7'/%3E%3C/svg%3E");
}
.icon-speaker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='square'  %3E%3Cpolygon points='11 5 6 9 2 9 2 15 6 15 11 19 11 5'%3E%3C/polygon%3E%3Cpath d='M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07'%3E%3C/path%3E%3C/svg%3E");
}
.filter-blend-multiply {
  mix-blend-mode: multiply;
}
.filter-blend-difference {
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .filter-blend-difference-md {
    mix-blend-mode: difference;
  }
}
.filter-blend-lum-to-difference {
  mix-blend-mode: luminosity;
}
@media (min-width: 768px) {
  .filter-blend-lum-to-difference {
    mix-blend-mode: difference;
  }
}
.filter-blend-lum {
  mix-blend-mode: luminosity;
}
.rounded-2 {
  border-radius: 0.625em !important;
}
.rounded-4 {
  border-radius: var(--border-radius-default) !important;
}
.rounded-8 {
  border-radius: 2em !important;
}
.line-height-1 {
  line-height: 1;
}
.line-height-12 {
  line-height: 1.2;
}
.line-height-12-force {
  line-height: 1.2 !important;
}
.line-height-shrink {
  line-height: 50%;
}
.min-height-box {
  min-height: 13.5em;
}
@media (min-width: 992px) {
  .min-height-box-eventtext {
    min-height: 15em;
  }
}
@media (min-width: 992px) {
  .min-height-box-lg {
    min-height: 13.5em;
  }
}
.min-height-box-overlay {
  min-height: 11em;
}
@media (min-width: 992px) {
  .min-height-box-overlay-lg {
    min-height: 11.25em;
  }
}
.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 992px) {
  .hyphens-lg-none {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
@media (min-width: 768px) {
  .hyphens-md-none {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}
.cursor-default {
  cursor: default;
}
.pointer-events-none {
  pointer-events: none;
}
.last-child-mb-0 > :last-child {
  margin-bottom: 0;
}
.hover-text-shadow-gray-darker,.dotted-button-area .btn-dotted-gray-darker,.the-content .btn-dotted-gray-darker,.the-content.-btns-gray-darker button.btn-dotted,.the-content.-btns-gray-darker a.btn-dotted,.the-content.-btns-gray-darker a[href^='/'],.the-content.-btns-gray-darker a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray-darker,.hover-text-shadow-gray,.hover-text-shadow-white,.dotted-button-area .btn-dotted-white,.the-content .btn-dotted-white,.the-content.-btns-white button.btn-dotted,.the-content.-btns-white a.btn-dotted,.the-content.-btns-white a[href^='/'],.the-content.-btns-white a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-white,.hover-text-shadow-light,.hover-text-shadow-verylight,.the-content a[href^='#']:not([href='#']):not([role='button']):hover,.hover-text-shadow-menu-shadow,.hover-text-shadow,.dotted-button-area .btn-dotted,.dotted-button-area .the-content a[href^='/'],.the-content .dotted-button-area a[href^='/'],.the-content .btn-dotted,.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted,.dotted-button-area .btn-dotted-gray,.the-content .btn-dotted-gray,.the-content.-btns-gray button.btn-dotted,.the-content.-btns-gray a.btn-dotted,.the-content.-btns-gray a[href^='/'],.btn-dotted-gray,.dotted-button-area .btn-dotted-black,.the-content .btn-dotted-black,.the-content.-btns-black button.btn-dotted,.the-content.-btns-black a.btn-dotted,.the-content.-btns-black a[href^='/'],.btn-dotted-black
{
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hover-text-shadow-gray-darker:hover,.the-content.-btns-gray-darker button.btn-dotted:hover,.the-content.-btns-gray-darker a.btn-dotted:hover,.the-content.-btns-gray-darker a:hover[href^='/'],.the-content.-btns-gray-darker a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray-darker:hover,.hover-text-shadow-gray-darker:focus,.the-content.-btns-gray-darker button.btn-dotted:focus,.the-content.-btns-gray-darker a.btn-dotted:focus,.the-content.-btns-gray-darker a:focus[href^='/'],.the-content.-btns-gray-darker a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray-darker:focus,.hover-text-shadow-gray:hover,.hover-text-shadow-gray:focus,.hover-text-shadow-white:hover,.the-content.-btns-white button.btn-dotted:hover,.the-content.-btns-white a.btn-dotted:hover,.the-content.-btns-white a:hover[href^='/'],.the-content.-btns-white a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-white:hover,.hover-text-shadow-white:focus,.the-content.-btns-white button.btn-dotted:focus,.the-content.-btns-white a.btn-dotted:focus,.the-content.-btns-white a:focus[href^='/'],.the-content.-btns-white a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-white:focus,.hover-text-shadow-light:hover,.hover-text-shadow-light:focus,.hover-text-shadow-verylight:hover,.the-content a:hover[href^='#']:not([href='#']):not([role='button']),.hover-text-shadow-verylight:focus,.the-content a:focus[href^='#']:not([href='#']):not([role='button']):hover,.hover-text-shadow-menu-shadow:hover,.hover-text-shadow-menu-shadow:focus,.hover-text-shadow:hover,.the-content a:hover[href^='/'],.the-content a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted:hover,.the-content.-btns-gray button.btn-dotted:hover,.the-content.-btns-gray a.btn-dotted:hover,.btn-dotted-gray:hover,.the-content.-btns-black button.btn-dotted:hover,.the-content.-btns-black a.btn-dotted:hover,.btn-dotted-black:hover,.hover-text-shadow:focus,.the-content a:focus[href^='/'],.the-content a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted:focus,.the-content.-btns-gray button.btn-dotted:focus,.the-content.-btns-gray a.btn-dotted:focus,.btn-dotted-gray:focus,.the-content.-btns-black button.btn-dotted:focus,.the-content.-btns-black a.btn-dotted:focus,.btn-dotted-black:focus
{
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
body.using-keyboard .hover-text-shadow:focus,body.using-keyboard .the-content a:focus[href^='/'],.the-content body.using-keyboard a:focus[href^='/'],body.using-keyboard .the-content a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content body.using-keyboard a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),body.using-keyboard .btn-dotted:focus,body.using-keyboard .btn-dotted-gray:focus,body.using-keyboard .btn-dotted-black:focus
{
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
}
@media (hover: hover) {
  .hover-text-shadow:hover,.the-content a:hover[href^='/'],.the-content a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted:hover,.the-content.-btns-gray button.btn-dotted:hover,.the-content.-btns-gray a.btn-dotted:hover,.btn-dotted-gray:hover,.the-content.-btns-black button.btn-dotted:hover,.the-content.-btns-black a.btn-dotted:hover,.btn-dotted-black:hover
  {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7);
  }
}
body.using-keyboard .hover-menu-shadow:focus,
body.using-keyboard .navbar .nav-link--d1:focus,
.navbar body.using-keyboard .nav-link--d1:focus {
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4);
}
@media (hover: hover) {
  .hover-menu-shadow:hover,
  .navbar .nav-link--d1:hover {
    text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4);
  }
}
body.using-keyboard .hover-text-shadow-light:focus {
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: hover) {
  .hover-text-shadow-light:hover {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  }
}
body.using-keyboard .hover-text-shadow-verylight:focus,
body.using-keyboard
  .the-content
  a:focus[href^='#']:not([href='#']):not([role='button']):hover,
.the-content
  body.using-keyboard
  a:focus[href^='#']:not([href='#']):not([role='button']):hover {
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.33);
}
@media (hover: hover) {
  .hover-text-shadow-verylight:hover,
  .the-content a:hover[href^='#']:not([href='#']):not([role='button']) {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.33);
  }
}
body.using-keyboard .hover-text-shadow-white:focus,body.using-keyboard .the-content.-btns-white button.btn-dotted:focus,.the-content.-btns-white body.using-keyboard button.btn-dotted:focus,body.using-keyboard .the-content.-btns-white a.btn-dotted:focus,.the-content.-btns-white body.using-keyboard a.btn-dotted:focus,body.using-keyboard .the-content.-btns-white a:focus[href^='/'],.the-content.-btns-white body.using-keyboard a:focus[href^='/'],body.using-keyboard .the-content.-btns-white a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-white body.using-keyboard a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),body.using-keyboard .btn-dotted-white:focus
{
  text-shadow: 2px 2px 14px rgba(255, 255, 255, 0.8);
}
@media (hover: hover) {
  .hover-text-shadow-white:hover,.the-content.-btns-white button.btn-dotted:hover,.the-content.-btns-white a.btn-dotted:hover,.the-content.-btns-white a:hover[href^='/'],.the-content.-btns-white a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-white:hover
  {
    text-shadow: 2px 2px 14px rgba(255, 255, 255, 0.8);
  }
}
body.using-keyboard .hover-text-shadow-gray:focus {
  text-shadow: 2px 2px 12px rgba(128, 128, 128, 0.8);
}
@media (hover: hover) {
  .hover-text-shadow-gray:hover {
    text-shadow: 2px 2px 12px rgba(128, 128, 128, 0.8);
  }
}
body.using-keyboard .hover-text-shadow-gray-darker:focus,body.using-keyboard .the-content.-btns-gray-darker button.btn-dotted:focus,.the-content.-btns-gray-darker body.using-keyboard button.btn-dotted:focus,body.using-keyboard .the-content.-btns-gray-darker a.btn-dotted:focus,.the-content.-btns-gray-darker body.using-keyboard a.btn-dotted:focus,body.using-keyboard .the-content.-btns-gray-darker a:focus[href^='/'],.the-content.-btns-gray-darker body.using-keyboard a:focus[href^='/'],body.using-keyboard .the-content.-btns-gray-darker a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-gray-darker body.using-keyboard a:focus[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),body.using-keyboard .btn-dotted-gray-darker:focus
{
  text-shadow: 2px 2px 12px rgba(128, 128, 128, 0.7);
}
@media (hover: hover) {
  .hover-text-shadow-gray-darker:hover,.the-content.-btns-gray-darker button.btn-dotted:hover,.the-content.-btns-gray-darker a.btn-dotted:hover,.the-content.-btns-gray-darker a:hover[href^='/'],.the-content.-btns-gray-darker a:hover[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray-darker:hover
  {
    text-shadow: 2px 2px 12px rgba(128, 128, 128, 0.7);
  }
}
@media (min-width: 1600px) {
  .max-h-large-screen-400 {
    max-height: 50vh;
  }
}
@media (min-width: 1600px) {
  .max-h-large-screen-300 {
    max-height: 46vh;
  }
}
.mb-minus-01 {
  margin-bottom: -0.0625em;
}
.mt-minus-01 {
  margin-top: -0.1em;
}
.end-auto {
  right: auto !important;
}
.border-left {
  border-left: 1px solid #b9b9b9;
}
.border-right {
  border-left: 1px solid #b9b9b9;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.filter-none {
  -webkit-filter: none;
  filter: none;
}
.pt-05 {
  padding-top: 0.125em;
}
.ps-05 {
  padding-left: 0.125em;
}
.ps-025 {
  padding-left: 0.0625em;
}
.mt--5 {
  margin-top: -3em;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.left-0 {
  left: 0;
}
.d-flex-noforce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-gradient:after {
  height: 150%;
  top: 0;
  bottom: auto;
  opacity: 0.4;
}
.transform-none-force {
  -webkit-transform: none !important;
  transform: none !important;
}
@media (min-width: 992px) {
  .min-width-weekday {
    min-width: 6em;
  }
}
@media (min-width: 992px) {
  .w-lg-13p {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .w-lg-13p {
    width: 15%;
  }
}
@media (min-width: 1400px) {
  .w-lg-13p {
    width: 14%;
  }
}
@media (min-width: 992px) {
  .left-lg-13p {
    left: 16%;
  }
}
@media (min-width: 1200px) {
  .left-lg-13p {
    left: 15%;
  }
}
@media (min-width: 1400px) {
  .left-lg-13p {
    left: 14%;
  }
}
@media (min-width: 992px) {
  .w-lg-47p {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .w-lg-50p {
    width: 50%;
  }
}
.excerpt-container .dots:before,.excerpt-container .btn-dotted:before,.excerpt-container .the-content a[href^='/']:before,.the-content .excerpt-container a[href^='/']:before,.excerpt-container .the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .excerpt-container a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  display: inline-block;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  margin-left: 0.4em;
  width: 1.5em;
  height: 1em;
}
.excerpt-container p:last-child {
  margin-bottom: 0;
}
.journal-tile-img {
  max-height: 50vw;
}
@media (min-width: 768px) {
  .journal-tile-img {
    max-height: 33vw;
  }
}
@media (min-width: 992px) {
  .journal-tile-img {
    max-height: 22.5vw;
  }
}
@media (min-width: 1800px) {
  .journal-tile-img {
    max-height: 20vw;
  }
}
.ratio-hightlights {
  --bs-aspect-ratio: 75%;
}
@media (min-width: 576px) {
  .ratio-hightlights {
    --bs-aspect-ratio: 66%;
  }
}
@media (min-width: 768px) {
  .ratio-hightlights {
    --bs-aspect-ratio: 56.25%;
  }
}
.ratio-blog {
  --bs-aspect-ratio: 75%;
}
@media (min-width: 576px) {
  .ratio-blog {
    --bs-aspect-ratio: 127%;
  }
}
@media (min-width: 768px) {
  .ratio-blog {
    --bs-aspect-ratio: 127%;
  }
}
.ratio-cite-slider {
  --bs-aspect-ratio: 100%;
}
@media (min-width: 576px) {
  .ratio-cite-slider {
    --bs-aspect-ratio: 62.5%;
  }
}
@media (min-width: 1800px) {
  .ratio-cite-slider {
    --bs-aspect-ratio: 50%;
  }
}
.ratio-ausstellung {
  --bs-aspect-ratio: 75%;
}
@media (min-width: 576px) {
  .ratio-ausstellung {
    --bs-aspect-ratio: 66%;
  }
}
@media (min-width: 768px) {
  .ratio-ausstellung {
    --bs-aspect-ratio: 56.25%;
  }
}
@media (min-width: 576px) {
  .border-filter-group {
    border-top: 1px solid #a0a0a0;
  }
}
@media (min-width: 992px) {
  .border-filter-group {
    border-top: none;
    border-left: 1px solid #a0a0a0;
  }
}
@media (min-width: 992px) {
  .w-lg-search {
    width: 63%;
  }
}
@media (min-width: 1200px) {
  .w-lg-search {
    width: 62%;
  }
}
@media (min-width: 1400px) {
  .w-lg-search {
    width: 61%;
  }
}
.hover-radius-none,
.hover-radius-none-group .hover-target {
  -webkit-transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
body.using-keyboard .hover-radius-none:focus,
body.using-keyboard .hover-radius-none-group:focus .hover-target,
body.using-keyboard .hover-radius-none-group:focus .hover-target-after:after {
  border-radius: 0 !important;
}
@media (hover: hover) {
  .hover-radius-none:hover,
  .hover-radius-none-group:hover .hover-target,
  .hover-radius-none-group:hover .hover-target-after:after {
    border-radius: 0 !important;
  }
}
.hover-radius-default,
.hover-radius-default-group .hover-target {
  -webkit-transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
body.using-keyboard .hover-radius-default:focus,
body.using-keyboard .hover-radius-default-group:focus .hover-target,
body.using-keyboard
  .hover-radius-default-group:focus
  .hover-target-after:after {
  border-radius: var(--border-radius-default) !important;
  overflow: hidden;
}
@media (hover: hover) {
  .hover-radius-default:hover,
  .hover-radius-default-group:hover .hover-target,
  .hover-radius-default-group:hover .hover-target-after:after {
    border-radius: var(--border-radius-default) !important;
    overflow: hidden;
  }
}
.akkordeon-item {
  -webkit-transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: all 0.33s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
.akkordeon-item.active {
  border-radius: 0 !important;
}
.slider-highlights-link[aria-expanded='true'] .slider-highlights-tile {
  border-radius: 0 !important;
}
.single-collapse.collapsing:not(.showing) {
  -webkit-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
h1,
.h1,
h2,
.h2 {
  font-size: var(--font-4xl);
  line-height: 1;
}
h2,
.h2 {
  font-size: var(--font-4xl);
  line-height: 1;
}
h3,
.h3 {
  font-size: var(--font-l);
  font-size: 1rem;
  line-height: 1;
}
h4,
.h4 {
  font-size: var(--font-m);
}
.h-reset {
  font-size: var(--font-m);
}
hr {
  margin: 4em 0;
}
.the-content h1,
.the-content .h1,
.the-content h2,
.the-content .h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 449px) {
  .the-content h1,
  .the-content .h1,
  .the-content h2,
  .the-content .h2 {
    font-size: var(--font-2xl);
  }
}
.the-content h3,
.the-content .h3 {
  margin-top: 1.75rem;
  margin-bottom: 1em;
}
.the-content h4,
.the-content .h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 449px) {
  .the-content-title h1,
  .the-content-title .h1,
  .the-content-title h2,
  .the-content-title .h2 {
    font-size: var(--font-2xl);
  }
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
}
@media (max-width: 360px) {
  @supports (
    (-webkit-hyphens: auto) or (-ms-hyphens: auto) or (hyphens: auto)
  ) {
    h1,
    h2,
    h3 {
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }
  }
}
button {
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
blockquote {
  margin-bottom: 1.75em;
  font-size: var(--font-l);
  color: #000;
  padding: 0 0.75em;
  line-height: 1.35;
}
@media (min-width: 576px) {
  blockquote {
    font-size: var(--font-xl);
  }
}
blockquote p {
  display: inline;
}
blockquote:before {
  content: '«';
}
blockquote:after {
  content: '»';
}
.the-content blockquote {
  margin-top: 1em;
}
cite {
  display: block;
  font-style: normal;
  margin-bottom: 1.1rem;
}
.the-content ol {
  counter-reset: item;
  padding-left: calc(1px + 1.25rem);
  margin: 1.66em 0;
}
.the-content ol li {
  display: block;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.45em;
}
.the-content ol li:before {
  position: absolute;
  top: 0;
  left: -1.25rem;
  content: counter(item) '. ';
  counter-increment: item;
}
.the-content ol.-two-decimals li {
  padding-left: 1em;
}
.the-content ol.-two-decimals li:before {
  font-weight: bold;
  content: counter(item, decimal-leading-zero);
  line-height: 1.35;
}
.the-content ul li {
  margin-bottom: 0.45em;
}
.the-content p {
  margin-bottom: 1em;
}
.the-content p :last-child {
  margin-bottom: 0;
}
.the-content a:not(.btn):not(input[type='submit']) {
  display: inline;
}
.the-content a {
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  border-bottom: 1px solid transparent;
  color: #000;
  text-decoration: none;
}
.the-content a:hover,
.the-content a:focus {
  color: #000;
  border-color: #0f0f0f;
}
.the-content a.link-black-to-green {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  color: black;
}
.the-content a.link-black-to-green:hover,
.the-content a.link-black-to-green:focus {
  color: #000;
  border-color: transparent;
}
table,
.table {
  color: #000;
}
table td,
.table td {
  border-bottom: 1px solid #e8eaeb;
  height: 1.625em;
}
table tr,
.table tr {
  -webkit-transition: background-color 0.125s ease-out;
  transition: background-color 0.125s ease-out;
}
table tr:last-child td,
.table tr:last-child td {
  border-bottom: none;
}
table tr:hover,
.table tr:hover {
  background-color: #f4f7f8;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
figure {
  position: relative;
  margin: 0 0 0.75rem;
}
figcaption,
.figcaption {
  font-size: var(--font-m);
  margin-top: 1.25em;
}
.the-content img {
  margin-bottom: 1.5rem;
}
.the-content figure {
  margin-bottom: 1.5rem;
}
.the-content figure img {
  margin-top: 0;
  margin-bottom: 0;
}
:root {
  --btn-bg: white;
  --btn-fg: black;
}
.btn,
input[type='submit'],
input[type='submit'] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.125em 1em 0;
  min-height: 3.2em;
  min-width: 12.5em;
  border: none;
  border-radius: 2em;
  font-size: var(--font-m);
  line-height: 1.3;
  -webkit-transition: all 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  transition: all 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  overflow: hidden;
  background-color: var(--btn-bg) !important;
  color: var(--btn-fg) !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn,
  input[type='submit'],
  input[type='submit'] {
    min-width: 9.75em;
  }
}
.btn.active,
input.active[type='submit'],
.btn[aria-selected='true'],
input[aria-selected='true'][type='submit'],
input[type='submit'].active,
input[type='submit'][aria-selected='true'] {
  -webkit-box-shadow: none;
  box-shadow: none;
  --btn-bg: black;
  --btn-fg: white;
}
.btn.active:after,
input.active[type='submit']:after,
.btn[aria-selected='true']:after,
input[type='submit'][aria-selected='true']:after,
input[type='submit'].active:after,
input[type='submit'][aria-selected='true']:after {
  opacity: 1;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
}
@media (hover: hover) {
  .btn:hover,
  input:hover[type='submit'],
  input[type='submit']:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    --btn-bg: black;
    --btn-fg: white;
  }
  .btn:hover:after,
  input[type='submit']:hover:after,
  input[type='submit']:hover:after {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0%);
    transform: scale(1) translateX(0%);
  }
}
.btn-menu-size {
  min-height: var(--menu-height);
}
.btn-gray {
  --btn-bg: #dddede;
  --btn-fg: black;
}
.btn-event-tile {
  --btn-bg: #e5e5e5;
  --btn-fg: #a0a0a0;
  min-width: 0;
  min-height: 2.15em;
}
.btn-event-tile.active,
.btn-event-tile:focus,
.btn-event-tile:hover {
  --btn-bg: black;
  --btn-fg: white;
}
body .btn-white,
body .btn-white:focus {
  --btn-bg: white;
  --btn-fg: black;
}
body .btn-white:hover {
  --btn-bg: #fff;
  --btn-fg: black;
}
body .btn-white.active,
body .btn-white[aria-selected='true'] {
  --btn-bg: black;
  --btn-fg: white;
}
body .btn-white.active:hover,
body .btn-white[aria-selected='true']:hover {
  --btn-bg: #bcbcbb;
  --btn-fg: white;
}
.btn-dotted,.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  color: black;
  font-family: var(--font-family-sans);
}
.btn-dotted:before,.the-content a[href^='/']:before,.the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 0.45em;
  margin-top: -0.03em;
}
.the-content .btn-dotted,.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  text-decoration: none;
}
.dotted-button-area .btn-dotted,.dotted-button-area .the-content a[href^='/'],.the-content .dotted-button-area a[href^='/'],.dotted-button-area .the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .dotted-button-area a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .btn-dotted,.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted,.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  display: inline-block !important;
  padding-left: 1.9em;
  line-height: 1;
  position: relative;
}
.dotted-button-area .btn-dotted:before,.dotted-button-area .the-content a[href^='/']:before,.the-content .dotted-button-area a[href^='/']:before,.dotted-button-area .the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .btn-dotted:before,.the-content a[href^='/']:before,.the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.btn-dotted:before,.the-content a[href^='/']:before,.the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  position: absolute;
  left: 0;
  top: 0.03125em;
  -webkit-transform: none;
  transform: none;
  margin-left: 0;
}
.dotted-button-area .btn-dotted-gray,.dotted-button-area .the-content.-btns-gray button.btn-dotted,.the-content.-btns-gray .dotted-button-area button.btn-dotted,.dotted-button-area .the-content.-btns-gray a.btn-dotted,.the-content.-btns-gray .dotted-button-area a.btn-dotted,.dotted-button-area .the-content.-btns-gray a[href^='/'],.the-content.-btns-gray .dotted-button-area a[href^='/'],.dotted-button-area .the-content.-btns-gray a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-gray .dotted-button-area a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .btn-dotted-gray,.the-content.-btns-gray button.btn-dotted,.the-content.-btns-gray a.btn-dotted,.the-content.-btns-gray a[href^='/'],.the-content.-btns-gray a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray,.the-content.-btns-gray button.btn-dotted,.the-content.-btns-gray a.btn-dotted,.the-content.-btns-gray a[href^='/'],.the-content.-btns-gray a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  color: #e6e6e6;
}
.dotted-button-area .btn-dotted-gray:before,.dotted-button-area .the-content.-btns-gray button.btn-dotted:before,.the-content.-btns-gray .dotted-button-area button.btn-dotted:before,.dotted-button-area .the-content.-btns-gray a.btn-dotted:before,.the-content.-btns-gray .dotted-button-area a.btn-dotted:before,.dotted-button-area .the-content.-btns-gray a[href^='/']:before,.the-content.-btns-gray .dotted-button-area a[href^='/']:before,.dotted-button-area .the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content.-btns-gray .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .btn-dotted-gray:before,.the-content.-btns-gray button.btn-dotted:before,.the-content.-btns-gray a.btn-dotted:before,.the-content.-btns-gray a[href^='/']:before,.the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.btn-dotted-gray:before,.the-content.-btns-gray button.btn-dotted:before,.the-content.-btns-gray a.btn-dotted:before,.the-content.-btns-gray a[href^='/']:before,.the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23e6e6e6'/%3E%3C/svg%3E%0A") !important;
}
.dotted-button-area .btn-dotted-gray:hover:before,.dotted-button-area .the-content.-btns-gray button.btn-dotted:hover:before,.the-content.-btns-gray .dotted-button-area button.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-gray a.btn-dotted:hover:before,.the-content.-btns-gray .dotted-button-area a.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-gray a[href^='/']:hover:before,.the-content.-btns-gray .dotted-button-area a[href^='/']:hover:before,.dotted-button-area .the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content.-btns-gray .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content .btn-dotted-gray:hover:before,.the-content.-btns-gray button.btn-dotted:hover:before,.the-content.-btns-gray a.btn-dotted:hover:before,.the-content.-btns-gray a[href^='/']:hover:before,.the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.btn-dotted-gray:hover:before,.the-content.-btns-gray button.btn-dotted:hover:before,.the-content.-btns-gray a.btn-dotted:hover:before,.the-content.-btns-gray a[href^='/']:hover:before,.the-content.-btns-gray a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before
{
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
.dotted-button-area .btn-dotted-gray-darker,.dotted-button-area .the-content.-btns-gray-darker button.btn-dotted,.the-content.-btns-gray-darker .dotted-button-area button.btn-dotted,.dotted-button-area .the-content.-btns-gray-darker a.btn-dotted,.the-content.-btns-gray-darker .dotted-button-area a.btn-dotted,.dotted-button-area .the-content.-btns-gray-darker a[href^='/'],.the-content.-btns-gray-darker .dotted-button-area a[href^='/'],.dotted-button-area .the-content.-btns-gray-darker a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-gray-darker .dotted-button-area a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .btn-dotted-gray-darker,.the-content.-btns-gray-darker button.btn-dotted,.the-content.-btns-gray-darker a.btn-dotted,.the-content.-btns-gray-darker a[href^='/'],.the-content.-btns-gray-darker a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-gray-darker,.the-content.-btns-gray-darker button.btn-dotted,.the-content.-btns-gray-darker a.btn-dotted,.the-content.-btns-gray-darker a[href^='/'],.the-content.-btns-gray-darker a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  color: #c4c4c4;
}
.dotted-button-area .btn-dotted-gray-darker:before,.dotted-button-area .the-content.-btns-gray-darker button.btn-dotted:before,.the-content.-btns-gray-darker .dotted-button-area button.btn-dotted:before,.dotted-button-area .the-content.-btns-gray-darker a.btn-dotted:before,.the-content.-btns-gray-darker .dotted-button-area a.btn-dotted:before,.dotted-button-area .the-content.-btns-gray-darker a[href^='/']:before,.the-content.-btns-gray-darker .dotted-button-area a[href^='/']:before,.dotted-button-area .the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content.-btns-gray-darker .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .btn-dotted-gray-darker:before,.the-content.-btns-gray-darker button.btn-dotted:before,.the-content.-btns-gray-darker a.btn-dotted:before,.the-content.-btns-gray-darker a[href^='/']:before,.the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.btn-dotted-gray-darker:before,.the-content.-btns-gray-darker button.btn-dotted:before,.the-content.-btns-gray-darker a.btn-dotted:before,.the-content.-btns-gray-darker a[href^='/']:before,.the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23c4c4c4'/%3E%3C/svg%3E%0A") !important;
}
.dotted-button-area .btn-dotted-gray-darker:hover:before,.dotted-button-area .the-content.-btns-gray-darker button.btn-dotted:hover:before,.the-content.-btns-gray-darker .dotted-button-area button.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-gray-darker a.btn-dotted:hover:before,.the-content.-btns-gray-darker .dotted-button-area a.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-gray-darker a[href^='/']:hover:before,.the-content.-btns-gray-darker .dotted-button-area a[href^='/']:hover:before,.dotted-button-area .the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content.-btns-gray-darker .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content .btn-dotted-gray-darker:hover:before,.the-content.-btns-gray-darker button.btn-dotted:hover:before,.the-content.-btns-gray-darker a.btn-dotted:hover:before,.the-content.-btns-gray-darker a[href^='/']:hover:before,.the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.btn-dotted-gray-darker:hover:before,.the-content.-btns-gray-darker button.btn-dotted:hover:before,.the-content.-btns-gray-darker a.btn-dotted:hover:before,.the-content.-btns-gray-darker a[href^='/']:hover:before,.the-content.-btns-gray-darker a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before
{
  -webkit-box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.5);
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.5);
}
.dotted-button-area .btn-dotted-white,.dotted-button-area .the-content.-btns-white button.btn-dotted,.the-content.-btns-white .dotted-button-area button.btn-dotted,.dotted-button-area .the-content.-btns-white a.btn-dotted,.the-content.-btns-white .dotted-button-area a.btn-dotted,.dotted-button-area .the-content.-btns-white a[href^='/'],.the-content.-btns-white .dotted-button-area a[href^='/'],.dotted-button-area .the-content.-btns-white a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-white .dotted-button-area a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .btn-dotted-white,.the-content.-btns-white button.btn-dotted,.the-content.-btns-white a.btn-dotted,.the-content.-btns-white a[href^='/'],.the-content.-btns-white a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-white,.the-content.-btns-white button.btn-dotted,.the-content.-btns-white a.btn-dotted,.the-content.-btns-white a[href^='/'],.the-content.-btns-white a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  color: #ffffff;
}
.dotted-button-area .btn-dotted-white:before,.dotted-button-area .the-content.-btns-white button.btn-dotted:before,.the-content.-btns-white .dotted-button-area button.btn-dotted:before,.dotted-button-area .the-content.-btns-white a.btn-dotted:before,.the-content.-btns-white .dotted-button-area a.btn-dotted:before,.dotted-button-area .the-content.-btns-white a[href^='/']:before,.the-content.-btns-white .dotted-button-area a[href^='/']:before,.dotted-button-area .the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content.-btns-white .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .btn-dotted-white:before,.the-content.-btns-white button.btn-dotted:before,.the-content.-btns-white a.btn-dotted:before,.the-content.-btns-white a[href^='/']:before,.the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.btn-dotted-white:before,.the-content.-btns-white button.btn-dotted:before,.the-content.-btns-white a.btn-dotted:before,.the-content.-btns-white a[href^='/']:before,.the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}
.dotted-button-area .btn-dotted-white:hover:before,.dotted-button-area .the-content.-btns-white button.btn-dotted:hover:before,.the-content.-btns-white .dotted-button-area button.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-white a.btn-dotted:hover:before,.the-content.-btns-white .dotted-button-area a.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-white a[href^='/']:hover:before,.the-content.-btns-white .dotted-button-area a[href^='/']:hover:before,.dotted-button-area .the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content.-btns-white .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content .btn-dotted-white:hover:before,.the-content.-btns-white button.btn-dotted:hover:before,.the-content.-btns-white a.btn-dotted:hover:before,.the-content.-btns-white a[href^='/']:hover:before,.the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.btn-dotted-white:hover:before,.the-content.-btns-white button.btn-dotted:hover:before,.the-content.-btns-white a.btn-dotted:hover:before,.the-content.-btns-white a[href^='/']:hover:before,.the-content.-btns-white a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before
{
  -webkit-box-shadow: 1px 1px 14px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 14px rgba(255, 255, 255, 0.5);
}
.dotted-button-area .btn-dotted-black,.dotted-button-area .the-content.-btns-black button.btn-dotted,.the-content.-btns-black .dotted-button-area button.btn-dotted,.dotted-button-area .the-content.-btns-black a.btn-dotted,.the-content.-btns-black .dotted-button-area a.btn-dotted,.dotted-button-area .the-content.-btns-black a[href^='/'],.the-content.-btns-black .dotted-button-area a[href^='/'],.dotted-button-area .the-content.-btns-black a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content.-btns-black .dotted-button-area a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.the-content .btn-dotted-black,.the-content.-btns-black button.btn-dotted,.the-content.-btns-black a.btn-dotted,.the-content.-btns-black a[href^='/'],.the-content.-btns-black a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"]),.btn-dotted-black,.the-content.-btns-black button.btn-dotted,.the-content.-btns-black a.btn-dotted,.the-content.-btns-black a[href^='/'],.the-content.-btns-black a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  color: #000000;
}
.dotted-button-area .btn-dotted-black:before,.dotted-button-area .the-content.-btns-black button.btn-dotted:before,.the-content.-btns-black .dotted-button-area button.btn-dotted:before,.dotted-button-area .the-content.-btns-black a.btn-dotted:before,.the-content.-btns-black .dotted-button-area a.btn-dotted:before,.dotted-button-area .the-content.-btns-black a[href^='/']:before,.the-content.-btns-black .dotted-button-area a[href^='/']:before,.dotted-button-area .the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content.-btns-black .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.the-content .btn-dotted-black:before,.the-content.-btns-black button.btn-dotted:before,.the-content.-btns-black a.btn-dotted:before,.the-content.-btns-black a[href^='/']:before,.the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before,.btn-dotted-black:before,.the-content.-btns-black button.btn-dotted:before,.the-content.-btns-black a.btn-dotted:before,.the-content.-btns-black a[href^='/']:before,.the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23000000'/%3E%3C/svg%3E%0A") !important;
}
.dotted-button-area .btn-dotted-black:hover:before,.dotted-button-area .the-content.-btns-black button.btn-dotted:hover:before,.the-content.-btns-black .dotted-button-area button.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-black a.btn-dotted:hover:before,.the-content.-btns-black .dotted-button-area a.btn-dotted:hover:before,.dotted-button-area .the-content.-btns-black a[href^='/']:hover:before,.the-content.-btns-black .dotted-button-area a[href^='/']:hover:before,.dotted-button-area .the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content.-btns-black .dotted-button-area a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.the-content .btn-dotted-black:hover:before,.the-content.-btns-black button.btn-dotted:hover:before,.the-content.-btns-black a.btn-dotted:hover:before,.the-content.-btns-black a[href^='/']:hover:before,.the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before,.btn-dotted-black:hover:before,.the-content.-btns-black button.btn-dotted:hover:before,.the-content.-btns-black a.btn-dotted:hover:before,.the-content.-btns-black a[href^='/']:hover:before,.the-content.-btns-black a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:hover:before
{
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}
.dots:before,.btn-dotted:before,.the-content a[href^='/']:before,.the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  content: '';
  display: inline-block;
  width: 1.45em;
  height: 0.925em;
  border-radius: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23b9b9b9'/%3E%3C/svg%3E%0A");
}
.dots-force:before,.the-content .btn-dotted:before,.the-content a[href^='/']:before,.the-content a:not([href*=".docx"]):not([href*=".zip"]):not([href*=".pdf"])[href*='://kunsthalle-bi']:before
{
  content: '';
  display: inline-block !important;
  width: 1.45em !important;
  height: 0.925em !important;
  border-radius: 1em !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 63.38 39.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='m43.82 0h-24.27c-10.8 0-19.55 8.75-19.55 19.55s8.75 19.55 19.55 19.55h24.27c10.8 0 19.55-8.75 19.55-19.55s-8.75-19.55-19.55-19.55zm-22.07 22.18c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62zm8.44 0c-1.45 0-2.62-1.17-2.62-2.62s1.18-2.62 2.62-2.62 2.62 1.18 2.62 2.62-1.17 2.62-2.62 2.62z' fill='%23b9b9b9'/%3E%3C/svg%3E%0A") !important;
}
.the-content a {
  position: relative;
  border: none !important;
  display: inline-block;
  text-decoration: underline;
}
.the-content a:before {
  content: ' ';
  display: inline-block;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.82 42.39'%3E%3Cpath d='M663.47,384.12h35.75m-16.5-19.24L702,384.12l-19.25,19.26' transform='translate(-662.09 -362.93)' style='fill:none;stroke:%23000;stroke-linecap:square;stroke-miterlimit:11;stroke-width:2.75px'/%3E%3C/svg%3E");
  width: 0.85em;
  height: 0.66em;
}
.the-content a:not([href]) {
  text-decoration: none !important;
}
.the-content a:not([href]):before {
  display: none !important;
}
.the-content a[href^='#']:not([href='#']):not([role='button']) {
  text-decoration: underline !important;
}
.the-content a[href^='#']:not([href='#']):not([role='button']):before {
  display: none !important;
}
.the-content a[href^='/'],.the-content a[href*='://kunsthalle-bi']:not([href*=".pdf"]):not([href*=".zip"]):not([href*=".docx"])
{
  text-decoration: none;
}
.the-content a.no-dots,
a.no-dots {
  padding-left: 0 !important;
}
.the-content a.no-dots:before,
a.no-dots:before {
  display: none !important;
}
.btn-filter {
  font-family: var(--font-family-sans);
  background-color: #8c8c8f;
  position: relative;
  border-radius: var(--border-radius-default);
  height: calc(var(--menu-height) - 0.15em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1em 2.33em 0 0.85em;
  font-size: var(--font-menu);
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.btn-filter:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 51%;
  right: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #2e2c35;
  height: 0.675em;
  width: 0.675em;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-filter:hover,
.btn-filter.active,
.btn-filter[aria-selected='true'] {
  background-color: #b8b8b8;
}
.btn-filter:hover:after,
.btn-filter.active:after,
.btn-filter[aria-selected='true']:after {
  background-color: #2e2c35;
}
.btn-filter.-lighter {
  background-color: #b9b9b9;
}
.btn-filter.-lighter:hover,
.btn-filter.-lighter.active,
.btn-filter.-lighter[aria-selected='true'] {
  background-color: #ffffff;
}
.btn-filter.-lighter:hover:after,
.btn-filter.-lighter.active:after,
.btn-filter.-lighter[aria-selected='true']:after {
  background-color: #2e2c35;
}
.btn-filter.-opac {
  opacity: 0.5;
  -webkit-transition: background-color 0.25s
      cubic-bezier(0.18, 0.73, 0.37, 0.98),
    opacity 0.25s ease-out;
  transition: background-color 0.25s cubic-bezier(0.18, 0.73, 0.37, 0.98),
    opacity 0.25s ease-out;
}
.btn-filter.-opac:hover,
.btn-filter.-opac.active,
.btn-filter.-opac[aria-selected='true'] {
  opacity: 1;
}
.btn-overlay {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e5e5e5 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.25em;
  min-height: var(--menu-height);
  padding-top: 0.15em;
  color: black;
  border-radius: var(--border-radius-default);
}
.btn-overlay:hover,
.btn-overlay.active,
.btn-overlay[aria-selected='true'] {
  color: black !important;
}
.btn-overlay:hover:after,
.btn-overlay.active:after,
.btn-overlay[aria-selected='true']:after {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.btn-overlay-active:active {
  color: black !important;
  background-color: #b9b9b9 !important;
}
.btn-arrow-right:after {
  content: ' ';
  display: inline-block;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.82 42.39'%3E%3Cpath d='M663.47,384.12h35.75m-16.5-19.24L702,384.12l-19.25,19.26' transform='translate(-662.09 -362.93)' style='fill:none;stroke:%23000;stroke-linecap:square;stroke-miterlimit:11;stroke-width:2.75px'/%3E%3C/svg%3E");
  width: 0.725em;
  height: 100%;
  position: absolute;
  right: 1.25em;
  top: 0;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.btn-arrow-right:hover:after,
.btn-arrow-right.active:after,
.btn-arrow-right[aria-selected='true']:after {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.btn-page-filter {
  --btn-bg: black;
  --btn-fg: white;
}
.btn-page-filter:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-page-filter.active,
.btn-page-filter[aria-selected='true'] {
  --btn-bg: #a0a0a0;
  --btn-fg: white;
}
body.using-keyboard .btn-page-filter:focus {
  --btn-bg: #7f7f7f;
  --btn-fg: white;
}
@media (hover: hover) {
  .btn-page-filter:hover {
    --btn-bg: #7f7f7f;
    --btn-fg: white;
  }
}
:root {
  --menu-height: calc(1rem + 1.6rem);
  --dropdown-menu-offset: 4rem;
}
@media (min-width: 576px) {
  :root {
    --dropdown-menu-offset: 4.6rem;
    --menu-height: calc(1rem + 1.807rem);
  }
}
@media (min-width: 992px) {
  :root {
    --dropdown-menu-offset: calc(var(--menu-height) + 3.75em);
  }
}
.navbar {
  padding: 0;
}
.navbar-brand {
  padding: 0em 0.3em;
}
@media (max-width: 450px) {
  .navbar-brand {
    padding: 0em 0.6em;
    font-size: 0.75rem;
  }
}
.navbar-brand svg {
  height: auto;
  width: 2em;
}
@media (min-width: 1800px) {
  .navbar-brand svg {
    width: 1.66em;
  }
}
.navbar-box {
  min-height: var(--menu-height);
}
@media (max-width: 400px) {
  .navbar-box {
    width: 100%;
  }
}
.navbar-menu {
  padding-top: 0.25em 0.0625em;
}
.navbar-buttons {
  right: 0;
  left: auto;
}
.wpml-ls {
  padding-top: 0.215em;
}
.wpml-ls a {
  padding: 0.125em 0.625em;
}
.wpml-ls .wpml-ls-sub-menu {
  position: relative;
  top: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
.wpml-ls .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  max-height: var(--menu-height);
  overflow: visible;
}
.navbar .nav-link {
  color: #000;
  padding: 0;
}
.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #000;
}
.navbar .nav-link--d0 {
  line-height: 1.2;
  padding: 0 0.3em;
}
@media (min-width: 450px) {
  .navbar .nav-link--d0 {
    padding: 0 0.4em;
  }
}
.navbar .nav-link--d0 span {
  border-bottom: 1px solid transparent;
}
.navbar .nav-link--d0:hover span,
.navbar .nav-link--d0:active span,
.navbar .nav-link--d0.active span {
  border-color: #000;
}
.navbar .nav-link--d1 {
  font-size: var(--font-4xl);
  font-weight: bold;
  line-height: 1;
  -webkit-transition: text-shadow 0.25s ease-out;
  transition: text-shadow 0.25s ease-out;
}
@media (max-width: 449px) {
  .navbar .nav-link--d1 {
    font-size: 10.5vw;
  }
}
@media (min-width: 576px) and (max-height: 740px) {
  .navbar .nav-link--d1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 576px) and (max-height: 600px) {
  .navbar .nav-link--d1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .navbar .nav-link--d1 {
    font-size: 4.25rem;
    margin-bottom: -0.1em;
  }
}
@media (min-width: 1200px) and (min-height: 810px), (min-width: 1800px) {
  .navbar .nav-link--d1 {
    font-size: 4.75rem;
  }
}
.navbar .nav-link--d1 span {
  white-space: normal;
}
.navbar .nav-item--d1 {
  padding: 0;
  background-color: transparent !important;
}
.navbar .dropdown-toggle:after {
  display: none;
}
.navbar .menu-item,
.navbar .navbar-buttons a {
  font-size: var(--font-menu);
}
.navbar .navbar-buttons .btn,
.navbar .navbar-buttons input[type='submit'] {
  min-height: var(--menu-height);
}
.navbar .menu-item {
  margin: 0;
}
.menu-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s, background-color 0.33s ease-out;
  transition: opacity 0.25s ease-out 0s, background-color 0.33s ease-out;
}
.menu-backdrop.show {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out, background-color 0.33s ease-out;
  transition: opacity 0.25s ease-out, background-color 0.33s ease-out;
}
.behind-backdrop {
  -webkit-transition: opacity 0.15s ease-out 0.25s;
  transition: opacity 0.15s ease-out 0.25s;
}
body.-menu-open .menu-backdrop {
  opacity: 1;
}
body.-menu-open .behind-backdrop,
body.-backdrop-open .behind-backdrop {
  opacity: 0 !important;
  z-index: -1 !important;
  -webkit-transition: opacity 0.15s ease-out, visibility 0s ease 0.15s !important;
  transition: opacity 0.15s ease-out, visibility 0s ease 0.15s !important;
}
body.-sticking-nav-buttons.-menu-open .navbar-buttons,
body.-sticking-nav-buttons.-backdrop-open .navbar-buttons {
  -webkit-transition: -webkit-transform 0s ease 0.2s;
  transition: -webkit-transform 0s ease 0.2s;
  transition: transform 0s ease 0.2s;
  transition: transform 0s ease 0.2s, -webkit-transform 0s ease 0.2s;
  -webkit-animation: fadeOutIn 0.4s;
  animation: fadeOutIn 0.4s;
  -webkit-transform: none !important;
  transform: none !important;
}
@-webkit-keyframes fadeOutIn {
  50% {
    opacity: 0;
  }
  0%,
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutIn {
  50% {
    opacity: 0;
  }
  0%,
  100% {
    opacity: 1;
  }
}
.dropdown-menu--d0 {
  background-color: transparent;
  position: fixed;
  top: var(--dropdown-menu-offset) !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: calc(100vh - var(--dropdown-menu-offset));
  height: calc(var(--vh, 1vh) * 100 - var(--dropdown-menu-offset));
  z-index: -1;
  border: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .dropdown-menu--d0 {
    margin-top: 0 !important;
  }
}
.dropdown-menu--d0.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
.dropdown-list {
  text-align: center;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: calc(55vh - var(--dropdown-menu-offset) * 2);
}
@media (max-width: 575px) and (min-height: 800px) {
  .dropdown-list {
    margin-top: calc(51vh - var(--dropdown-menu-offset) * 2);
  }
}
@media (min-width: 576px) and (max-height: 767px) {
  .dropdown-list {
    margin-top: calc(35vh);
  }
}
@media (min-width: 576px) and (min-height: 768px) {
  .dropdown-list {
    margin-top: calc(51vh - var(--dropdown-menu-offset) * 2);
  }
}
@media (min-width: 992px) {
  .dropdown-list {
    margin-top: 4.25vh;
    -webkit-transform: none;
    transform: none;
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
    padding: 0 var(--container-padding);
    text-align: left;
    margin-bottom: 2em !important;
  }
}
body.-has-hero-slider div.navbar-buttons {
  -webkit-transform: translateY(calc(100vh - 100%));
  transform: translateY(calc(100vh - 100%));
  opacity: 1;
  visibility: visible;
}
body.-has-hero-logo .behind-hero-logo,
body.-has-hero-logo .navbar-box {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, visibility 0s ease-out 0.25s,
    z-index 0s ease 0.5s;
  transition: opacity 0.25s ease-out, visibility 0s ease-out 0.25s,
    z-index 0s ease 0.5s;
  will-change: opacity;
}
body.-has-hero-logo.using-keyboard .behind-hero-logo,
body.-has-hero-logo.using-keyboard .navbar-box,
body.-has-hero-logo.-show-backside .behind-hero-logo,
body.-has-hero-logo.-show-backside .navbar-box,
body.-has-hero-logo.-scrolled .behind-hero-logo,
body.-has-hero-logo.-scrolled .navbar-box,
body.-has-hero-logo.-menubox-toggled .behind-hero-logo,
body.-has-hero-logo.-menubox-toggled .navbar-box {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transition: opacity 0.25s ease-out, z-index 0s ease 0.5s;
  transition: opacity 0.25s ease-out, z-index 0s ease 0.5s;
}
body.-has-hero-logo.using-keyboard .menu-box-toggler,
body.-has-hero-logo.-show-backside .menu-box-toggler,
body.-has-hero-logo.-scrolled .menu-box-toggler,
body.-has-hero-logo.-menubox-toggled .menu-box-toggler {
  pointer-events: none;
}
.menu-box-toggler {
  -webkit-transition: opacity 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: opacity 1s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
body.-scrolled .menu-box-toggler {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
body.using-keyboard .menu-box-toggler,
body.-show-backside .menu-box-toggler,
body.-scrolled .menu-box-toggler,
body.-menubox-toggled .menu-box-toggler {
  opacity: 0;
}
.overlay-toggler {
  padding-top: 0.25em;
  border-radius: var(--border-radius-default) 0 0 var(--border-radius-default);
  -webkit-transition: all 0.15s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  transition: all 0.15s cubic-bezier(0.01, 0.07, 0.22, 0.99);
}
.overlay-toggler:hover {
  -webkit-transition: all 0.15s cubic-bezier(0.87, 0.16, 0.7, 0.49);
  transition: all 0.15s cubic-bezier(0.87, 0.16, 0.7, 0.49);
}
.overlay-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.overlay-toggler .icon {
  -webkit-transform: scale(1.15) translateY(7%) !important;
  transform: scale(1.15) translateY(7%) !important;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  margin-right: -0.1em;
}
.overlay-toggler-text-swapper {
  position: relative;
}
.overlay-toggler-text-swapper > span {
  -webkit-transition: all 0.1s cubic-bezier(0.01, 0.07, 0.22, 0.99) 0s;
  transition: all 0.1s cubic-bezier(0.01, 0.07, 0.22, 0.99) 0s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.overlay-toggler-text-swapper > span:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: -0.025em;
  left: 0;
  color: white !important;
}
.lang-toggler {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 var(--border-radius-default) var(--border-radius-default) 0;
  min-width: 0;
  padding: 0;
  margin-left: 2px;
}
.lang-toggler:hover {
  --btn-bg: #dddede;
}
body.using-keyboard .overlay-toggler:focus {
  background-color: black !important;
}
body.using-keyboard
  .overlay-toggler:focus
  .overlay-toggler-text-swapper
  > span:nth-child(1) {
  opacity: 0;
  -webkit-transition-duration: 0.23s;
  transition-duration: 0.23s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
body.using-keyboard
  .overlay-toggler:focus
  .overlay-toggler-text-swapper
  > span:nth-child(2) {
  opacity: 1;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media (hover: hover) {
  .overlay-toggler:hover {
    background-color: black !important;
  }
  .overlay-toggler:hover .overlay-toggler-text-swapper > span:nth-child(1) {
    opacity: 0;
    -webkit-transition-duration: 0.23s;
    transition-duration: 0.23s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .overlay-toggler:hover .overlay-toggler-text-swapper > span:nth-child(2) {
    opacity: 1;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.overlay-toggler:active .overlay-toggler-text-swapper > span {
  background-color: black !important;
}
.overlay-toggler:active .overlay-toggler-text-swapper > span:nth-child(1) {
  opacity: 0;
  -webkit-transition-duration: 0.23s;
  transition-duration: 0.23s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.overlay-toggler:active .overlay-toggler-text-swapper > span:nth-child(2) {
  opacity: 1;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.navbar-quicklinks {
  -webkit-transition: opacity 0.15s ease-out 0.25s, height 0.25s ease;
  transition: opacity 0.15s ease-out 0.25s, height 0.25s ease;
  top: calc(100% - 0.66em);
}
.navbar-quicklinks:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-quicklinks:before {
  background-color: #e5e5e5;
  height: 0.66em;
  border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
}
.navbar-quicklinks-list {
  background-color: #2e2c35;
  border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
  padding: 0.66em;
  padding-top: calc(0.66em + 0.8125em);
  gap: 0.66rem;
  margin-top: 1px;
}
@media (max-width: 991px) {
  body.-event-filter-visible .navbar-buttons {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .navbar-buttons {
    position: fixed;
    bottom: 1em;
    left: 0;
    top: auto;
    height: auto !important;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.73, 0.37, 0.98);
    transition: all 0.5s cubic-bezier(0.18, 0.73, 0.37, 0.98);
    opacity: 0;
    visibility: hidden;
  }
  .navbar-buttons .wpml-ls {
    margin: 0 0.5rem;
  }
  .navbar-buttons .wpml-ls-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25em;
    margin: 0;
  }
  .navbar-buttons .wpml-ls-link,
  .navbar-buttons .wpml-ls-item-toggle {
    padding: 0 !important;
  }
  .navbar-buttons .wpml-ls-sub-menu {
    visibility: visible;
    right: auto;
    max-height: 5em;
  }
  .wpml-ls a {
    font-size: var(--font-s) !important;
  }
  body.-scrolled .navbar-buttons {
    -webkit-transform: translate(0);
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  body.-scrolled-to-footer .navbar-buttons {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
@media (max-width: 575px) {
  .navbar .nav-item--d1 {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 400px) {
  .navbar-buttons {
    left: var(--container-padding);
    right: var(--container-padding);
  }
  .navbar-buttons > div,
  .navbar-buttons a {
    width: 100%;
  }
  .navbar-buttons .wpml-ls-item {
    margin-right: 1em;
    gap: 0;
  }
  .wpml-ls a {
    font-size: var(--font-menu) !important;
  }
  .overlay-toggler {
    min-height: 2.56rem !important;
    padding-left: 1rem;
    padding-right: 1rem !important;
  }
}
@media (max-width: 449px) {
  .offcanvas {
    -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.73, 0.37, 0.98),
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s cubic-bezier(0.18, 0.73, 0.37, 0.98),
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s cubic-bezier(0.18, 0.73, 0.37, 0.98),
      transform 0.3s ease-in-out;
    transition: opacity 0.3s cubic-bezier(0.18, 0.73, 0.37, 0.98),
      transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
  }
  .offcanvas.show {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out,
      -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
}
.footer-content {
  overflow: hidden;
}
.footer-content a {
  position: relative;
}
.footer-content a {
  color: #000;
}
.footer-content a:after {
  background-color: #333;
}
.footer-content a:active {
  color: #333;
}
.footer-content a:active:after {
  background-color: #777;
}
.footer-content.-dark a {
  color: #fff;
}
.footer-content.-dark a:after {
  background-color: #eee;
}
.footer-content.-dark a:active {
  color: #ddd;
}
.footer-content.-dark a:active:after {
  background-color: #ccc;
}
@media (max-width: 767px) {
  .footer-nav li {
    width: auto;
  }
}
.container {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  max-width: 100%;
}
.container-xy {
  padding: var(--container-padding);
}
@media (max-width: 767px) {
  .container-max-md {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
  }
}
@media (max-width: 767px) {
  .container-md {
    padding-right: 0;
    padding-left: 0;
  }
}
.g-content,
.gy-content {
  --bs-gutter-y: 2em;
}
.g-content,
.gx-content {
  --bs-gutter-x: 2em;
}
.article-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50vh;
  width: calc(100vw - var(--container-padding));
}
@media (min-width: 400px) {
  .article-container {
    width: calc(100vw - var(--container-padding) * 2);
  }
}
@media (min-width: 768px) {
  .article-container {
    margin-top: 50vh;
    width: calc(90vw - 5.5em);
  }
}
@media (min-width: 992px) {
  .article-container {
    width: 75vw;
  }
}
@media (min-width: 1200px) {
  .article-container {
    width: 60em;
  }
}
body.using-keyboard .navbar-brand:focus {
  -webkit-box-shadow: 0 0 8px #5988ce;
  box-shadow: 0 0 8px #5988ce;
  background-color: #5988ce;
}
body.using-keyboard .navbar-toggler:focus {
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  background-color: rgba(89, 136, 206, 0.75);
}
body.using-keyboard .visually-hidden-focusable {
  color: #5988ce;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
body.using-keyboard .nav-link:focus {
  color: #5988ce;
}
body.using-keyboard .content-accordion button:focus {
  -webkit-box-shadow: 0 0 8px #5988ce !important;
  box-shadow: 0 0 8px #5988ce !important;
}
.search-icon {
  height: 1.4em;
  width: 1.4em;
  position: relative;
  z-index: 1;
  margin: 0.2em 0.5em 0 0.66em;
}
.search-input {
  background-color: #e5e5e5 !important;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 0.4em 0 0.2em;
  width: 100%;
}
body.using-keyboard .menu-search-toggler:focus svg {
  background-color: #aaa;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
.menu-search-form {
  max-width: 0px;
  -webkit-transition: max-width 0.25s ease-in, visibility 0s ease 0.25s;
  transition: max-width 0.25s ease-in, visibility 0s ease 0.25s;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: auto;
  right: 3.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e5e5e5;
  right: 2.75em;
  width: calc(100% - 2.75em - 3rem);
}
@media (min-width: 400px) {
  .menu-search-form {
    right: 3em;
    width: calc(100% - 3em - 3.25rem);
  }
}
@media (min-width: 450px) {
  .menu-search-form {
    right: 3.25em;
    width: calc(100% - 3.25em - 3.75rem);
  }
}
.menu-search-toggler.-show-hidden + div {
  -webkit-transition: max-width 0.25s ease-in;
  transition: max-width 0.25s ease-in;
  max-width: 450px;
}
.search-tile h3 {
  -webkit-transition: all 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  transition: all 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
}
@media (max-width: 991px) {
  .search-tile-img::after {
    opacity: 0.35;
  }
}
@media (min-width: 992px) {
  body.using-keyboard .search-tile:focus .search-tile-img:after {
    opacity: 0.15;
  }
}
body.using-keyboard .search-tile:focus h3 {
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.33);
}
@media (hover: hover) and (min-width: 992px) {
  .search-tile:hover .search-tile-img:after {
    opacity: 0.15;
  }
}
@media (hover: hover) {
  .search-tile:hover h3 {
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.33);
  }
}
.akkordeon-header__icon {
  border: 1px solid #a4a7a3;
  background-color: transparent;
  -webkit-transition: background-color 0.33s ease-out;
  transition: background-color 0.33s ease-out;
  width: 0.733334em;
  height: 0.733334em;
}
.akkordeon-header__link[aria-expanded='true'] .akkordeon-header__icon {
  background-color: #a4a7a3;
}
:root {
  --pswp-bg: #0a0a0a;
}
.pswp__button--close,
.pswp__button--close:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='square'  %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
.pswp__button--close svg,
.pswp__button--close:hover svg {
  display: none;
}
.pswp__button,
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.pswp__button--arrow svg {
  display: none;
}
.pswp__button--arrow--prev,
.pswp__button--arrow--prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 75 60' viewBox='0 0 75 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m31.6 0-29.6 29.3h72.9v1.3h-72.9l29.6 29.3h-1.9l-30-29.9 30-30z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.pswp__button--arrow--next,
.pswp__button--arrow--next:hover {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 75 60' viewBox='0 0 75 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m43 0 29.6 29.3h-72.9v1.3h72.9l-29.6 29.3h1.9l30-29.9-30-30z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.swiper-box {
  position: relative;
}
.swiper {
  z-index: 0;
}
.swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 40%;
  background-position: 50% 52%;
  background-repeat: no-repeat;
  height: var(--menu-height);
  width: var(--menu-height);
  background-color: white;
  border-radius: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  will-change: transform, box-shadow;
  -webkit-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.66;
}
.swiper-button:after {
  display: none;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath d='M9.1,4.4l-5,5.3h12v.5H4.1l5,5.2H8.3L3.1,9.9,8.3,4.4Z' transform='translate(-3.1 -4.4)'/%3E%3C/svg%3E");
  left: 1.5rem;
  background-position: 51% 52%;
}
.swiper-button-prev.-hairline {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 75 60' viewBox='0 0 75 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m31.6 0-29.6 29.3h72.9v1.3h-72.9l29.6 29.3h-1.9l-30-29.9 30-30z'/%3E%3C/svg%3E");
}
.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath d='M10.1,4.4l5,5.3H3.1v.5h12l-5,5.2h.8l5.2-5.5L10.9,4.4Z' transform='translate(-3.1 -4.4)'/%3E%3C/svg%3E");
  background-position: 49% 52%;
  right: 1.5rem;
}
.swiper-button-next.-hairline {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 75 60' viewBox='0 0 75 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m43 0 29.6 29.3h-72.9v1.3h72.9l-29.6 29.3h1.9l30-29.9-30-30z'/%3E%3C/svg%3E");
}
.swiper-button.-animate {
  -webkit-animation: btnOpacity 0.66s ease-out;
  animation: btnOpacity 0.66s ease-out;
}
@media (min-width: 768px) {
  .swiper-button.-animate {
    -webkit-animation: btnBG 0.66s ease-out;
    animation: btnBG 0.66s ease-out;
  }
}
.swiper-button.-below {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  -webkit-transform: none;
  transform: none;
  float: left;
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-button.-md-below {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    -webkit-transform: none;
    transform: none;
    float: left;
    opacity: 1;
  }
}
.swiper-button.-font-sized {
  background-size: 100%;
  width: 1em;
  height: 1em;
}
.swiper-button.-align-bottom {
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 0;
}
.swiper-button.-type-pure {
  background-color: transparent !important;
  opacity: 1;
}
.swiper-button.-type-pure.swiper-button-prev {
  left: 0;
}
.swiper-button.-type-pure.swiper-button-next {
  right: 0;
}
.swiper-button.-type-pure.-animate {
  -webkit-animation: scaleUpnDownPure 0.66s ease-out !important;
  animation: scaleUpnDownPure 0.66s ease-out !important;
}
.swiper-button.-opaque {
  opacity: 1 !important;
}
body.using-keyboard .swiper-button:focus {
  -webkit-filter: invert(1);
  filter: invert(1);
}
@-webkit-keyframes scaleUpnDown {
  0%,
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(0.975) translateY(-50%);
    transform: scale(0.975) translateY(-50%);
  }
}
@keyframes scaleUpnDown {
  0%,
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  50% {
    -webkit-transform: scale(0.975) translateY(-50%);
    transform: scale(0.975) translateY(-50%);
  }
}
@-webkit-keyframes scaleUpnDownPure {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes scaleUpnDownPure {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes btnBG {
  0%,
  100% {
    background-color: #fff;
  }
  50% {
    background-color: #f0f0f0;
  }
}
@keyframes btnBG {
  0%,
  100% {
    background-color: #fff;
  }
  50% {
    background-color: #f0f0f0;
  }
}
@-webkit-keyframes btnOpacity {
  0%,
  100% {
    opacity: 0.66;
  }
  30%,
  70% {
    opacity: 0.9;
  }
}
@keyframes btnOpacity {
  0%,
  100% {
    opacity: 0.66;
  }
  30%,
  70% {
    opacity: 0.9;
  }
}
.swiper-box.-hover-buttons .swiper-button,
.swiper.-hover-buttons .swiper-button {
  opacity: 0;
  visibility: hidden;
}
@media (hover: hover) {
  .swiper-box.-hover-buttons:hover .swiper-button,
  .swiper.-hover-buttons:hover .swiper-button {
    opacity: 1;
    visibility: visible;
  }
}
.swiper-highlights {
  overflow: visible;
  position: relative;
}
.swiper-highlights .swiper-slide-inner {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.swiper-highlights .swiper-slide a {
  pointer-events: none;
}
.swiper-highlights .swiper-slide.-real-active a {
  pointer-events: all;
}
@media (max-width: 991px) {
  .swiper-highlights .swiper-slide-next .swiper-slide-inner {
    opacity: 0.25;
    -webkit-transition: opacity 0.25s cubic-bezier(0.49, 0.16, 0.84, 0.38);
    transition: opacity 0.25s cubic-bezier(0.49, 0.16, 0.84, 0.38);
  }
}
@media (min-width: 992px) {
  .swiper-highlights .swiper-slide-next + .swiper-slide .swiper-slide-inner {
    opacity: 0.25;
    -webkit-transition: opacity 0.25s cubic-bezier(0.49, 0.16, 0.84, 0.38);
    transition: opacity 0.25s cubic-bezier(0.49, 0.16, 0.84, 0.38);
  }
}
.swiper-slide-next-mask.-hero {
  width: 20%;
}
.masonry-events .masonry-item:not(.-js-last-visible) .collapse,
.masonry-events .masonry-item:not(.-js-last-visible) .collapsing,
.masonry-events .masonry-item:not(.-js-last-visible) .collapse.show {
  -webkit-transition: height 0s ease;
  transition: height 0s ease;
}
.masonry-events .masonry-item.-js-last-visible .collapsing {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
:root {
  --hero-footer-height: 5.25em;
}
@media (min-height: 820px) {
  :root {
    --hero-footer-height: 10vh;
  }
}
@media (min-height: 1100px) {
  :root {
    --hero-footer-height: 6.5em;
  }
}
@media (max-width: 767px) {
  :root {
    --hero-footer-height: 0px !important;
  }
}
.hero__slide {
  height: calc(100vh - var(--hero-footer-height));
}
.hero__slide:after {
  height: 75%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  z-index: 3;
  bottom: -1px;
  opacity: 0.85;
  -webkit-transition: height 0.5s ease-out 0.2s;
  transition: height 0.5s ease-out 0.2s;
  will-change: height;
}
.hero__footer {
  height: var(--hero-footer-height);
}
@media (max-width: 767px) {
  .hero__footer {
    height: auto;
    position: absolute;
    bottom: var(--container-padding);
    left: 0;
  }
}
.hero__text {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  bottom: calc(var(--container-padding) * 2 + var(--menu-height) + 0.5em);
  z-index: 5;
}
@media (min-width: 768px) {
  .hero__text {
    bottom: calc(1rem + 2vh);
  }
}
.hero__text .tag {
  padding-left: 0.15em;
}
.hero__btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out, background-color 0.25s ease-out,
    color 0.25s ease-out;
  transition: opacity 0.25s ease-out, background-color 0.25s ease-out,
    color 0.25s ease-out;
}
.hero__btn.-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-out 0.25s,
    background-color 0.25s ease-out, color 0.25s ease-out;
  transition: opacity 0.25s ease-out 0.25s, background-color 0.25s ease-out,
    color 0.25s ease-out;
}
.hero__btn:hover {
  --btn-bg: black !important;
  --btn-fg: white !important;
}
.hero__slide.swiper-slide-active .hero__text {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hero__slide.swiper-slide-next:after {
  height: 175%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hero__slide.swiper-slide a {
  pointer-events: none;
}
.hero__slide.swiper-slide.-real-active a {
  pointer-events: all;
}
body .navbar-buttons .wpml-ls {
  width: auto;
}
body .navbar-buttons .wpml-ls-item-toggle {
  background: transparent !important;
  border: none;
  color: #000;
  padding-right: 1.025em;
  padding-left: 0.66em;
}
body .navbar-buttons .wpml-ls-item-toggle:after {
  display: none;
}
body .navbar-buttons .wpml-ls-sub-menu {
  border: none;
}
body .navbar-buttons .wpml-ls-sub-menu a {
  background: transparent !important;
  border: none;
  color: #7f7f7f;
  text-align: left;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
body .navbar-buttons .wpml-ls-sub-menu a:hover {
  color: #000;
}
.layer-frontside {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.25s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: opacity 0.25s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
.layer-backside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  pointer-events: none;
  scrollbar-width: none;
}
.layer-backside::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.layer-backside figure {
  margin: 0 0 0.625rem;
  padding: 0 0.3125rem;
}
.layer-backside figure:before,
.layer-backside figure:after {
  content: '';
  display: block;
  position: absolute;
  background-color: white;
  width: 100%;
  left: 0;
  height: 1.25rem;
  z-index: 1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  pointer-events: none;
  -webkit-transform: scaleY(1) translateY(0%);
  transform: scaleY(1) translateY(0%);
  will-change: transform;
}
@media (min-width: 768px) {
  .layer-backside figure:before,
  .layer-backside figure:after {
    height: 2.5rem;
  }
}
.layer-backside figure:before {
  top: 0;
  -webkit-transform-origin: 50% -10%;
  transform-origin: 50% -10%;
}
.layer-backside figure:after {
  bottom: 0;
  -webkit-transform-origin: 50% 110%;
  transform-origin: 50% 110%;
}
.layer-backside figure.-has-caption {
  margin-bottom: 0;
}
.layer-backside figure.-has-caption:after {
  display: none;
}
@media (max-width: 600px) {
  .layer-backside figure.-spanning-smaller {
    width: 50% !important;
  }
  .layer-backside figure.-spanning-wider {
    width: 100% !important;
  }
}
.layer-backside figcaption {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 0.5em 1em;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  color: black;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 992px) {
  .layer-backside figcaption {
    width: 80vw;
  }
}
.layer-panel {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.layer-swap-button {
  position: fixed;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
footer {
  -webkit-transition: opacity 0.25s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: opacity 0.25s cubic-bezier(0.18, 0.73, 0.37, 0.98);
}
body.-show-backside .layer-frontside {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
  transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
}
body.-show-backside .layer-backside {
  pointer-events: all;
  overscroll-behavior: none;
  overflow-x: hidden;
}
body.-show-backside .layer-backside figure:before,
body.-show-backside .layer-backside figure:after {
  -webkit-transform: scaleY(0) translateY(0%);
  transform: scaleY(0) translateY(0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.-show-backside .layer-backside figcaption {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #f0f0f0;
}
body.-show-backside footer {
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
  transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
}
body.-show-backside .related-area {
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
  transition: opacity 0.35s ease-in-out, visibility 0s ease 0.5s;
}
.layer-frontside-clickarea {
  top: 15vw;
}
body.-scrolled .layer-frontside-clickarea {
  top: 6em;
}
.layer-swap-button svg {
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.layer-swap-button svg:nth-of-type(2) {
  opacity: 0;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layer-swap-button svg:nth-of-type(2) + .label {
  visibility: hidden;
}
.layer-swap-button .label {
  position: absolute;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.layer-swap-button path {
  -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}
@media (hover: hover) {
  .layer-swap-button:hover path {
    fill: #b8b8b8;
  }
  .layer-swap-button:hover svg + .label {
    opacity: 1;
  }
  .layer-swap-button.-passive-hover svg + .label {
    opacity: 1;
  }
  .layer-swap-button:active path {
    fill: #a0a0a0;
  }
}
.layer-swap-button.-active path {
  fill: #b8b8b8;
}
.layer-swap-button.-active-delayed .label {
  opacity: 0 !important;
  -webkit-transition: none;
  transition: none;
}
body.-show-backside .layer-swap-button svg:nth-of-type(1) {
  opacity: 0;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
body.-show-backside .layer-swap-button svg:nth-of-type(1) + .label {
  visibility: hidden;
}
body.-show-backside .layer-swap-button svg:nth-of-type(2) {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.-show-backside .layer-swap-button svg:nth-of-type(2) + .label {
  visibility: visible;
}
.filter-dropdown-toggler {
  --btn-fg: white;
  --btn-bg: black;
  min-height: calc(var(--menu-height) * 0.85);
  font-size: var(--font-menu);
  border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
  min-width: 90%;
}
@media (min-width: 576px) {
  .filter-dropdown-toggler {
    min-width: 66%;
  }
}
@media (min-width: 768px) {
  .filter-dropdown-toggler {
    min-width: 50%;
  }
}
@media (min-width: 992px) {
  .filter-dropdown-toggler {
    min-width: 33%;
  }
}
.filter-dropdown-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 449px) {
  .filter-dropdown {
    max-height: calc(100vh - 164px - 3.75rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .filter-dropdown {
    max-height: calc(100vh - 164px - 5.75rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .filter-dropdown {
    max-height: calc(100vh - 164px - 6rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.filter-bg:after {
  bottom: auto;
  top: 100%;
  opacity: 0.1;
  height: 1em;
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  transition: all 0.2s cubic-bezier(0.18, 0.73, 0.37, 0.98);
  will-change: height, opacity;
  z-index: 1;
}
body.-event-filter-visible .filter-bg:after {
  height: 3.5em;
  opacity: 0.2;
}
.filter-calender-month {
  padding-bottom: 0.1em;
}
.filter-calender-day,
.filter-calender-month {
  border-bottom: 0.225em solid transparent;
}
.filter-calender-day {
  padding-bottom: 0.125em;
  -webkit-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
}
.filter-calender-day.active {
  border-color: #000;
}
.filter-calender-day.-disabled {
  color: #bcbcbb;
  pointer-events: none;
  border-color: transparent;
}
.filter-main {
  padding-top: 8em;
  -webkit-transition: padding-top 0.25s ease-out;
  transition: padding-top 0.25s ease-out;
  will-change: padding-top;
}
@media (min-width: 768px) {
  .filter-main {
    padding-top: 9em;
  }
}
body.post-type-archive-kalender.-scrolled .filter-main,
body.-scrolled:not(.-scrolled-up) .filter-main {
  padding-top: 4em;
}
@media (max-width: 767px), (max-height: 610px) {
  body.-event-filter-visible .filter-main {
    padding-top: 4em;
  }
}
.swiper-slide-calender--day {
  width: 1.4em;
}
.filter-jump-month {
  color: #bcbcbb !important;
}
@media (max-width: 991px) {
  .filter-jump-month.-prev {
    border-right: 1px solid #646161;
  }
}
.offcanvas {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .offcanvas {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .offcanvas {
    width: 56.25%;
  }
}
@media (min-width: 992px) {
  .offcanvas {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .offcanvas {
    width: 56.25%;
  }
}
@media (min-width: 1400px) {
  .offcanvas {
    width: 48.75vw;
  }
}
@media (min-width: 1800px) {
  .offcanvas {
    width: 44.75vw;
  }
}
.offcanvas-backdrop.show {
  opacity: 0.66;
}
.offcanvas-backdrop {
  background-color: var(--offcanvas-backdrop);
}
.offcanvas .btn-close {
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='square'  %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}
.event-collapse-header-btns {
  bottom: 0.9em;
  -webkit-transform: translateX(0.75em);
  transform: translateX(0.75em);
}
@media (min-width: 992px) {
  .event-collapse-header-btns {
    bottom: 0.66em;
  }
}
.event-btn-more:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.event-btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.25' stroke-linecap='square'  %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 2.15em;
  width: 2.15em;
  display: none;
}
body.using-keyboard .event-btn-close:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.event-collapse-header[aria-expanded='true']
  + .event-collapse-header-btns
  .event-btn-close {
  display: block;
}
body.using-keyboard
  .event-collapse-header:focus
  + .event-collapse-header-btns
  .event-btn-more {
  --btn-bg: black;
  --btn-fg: white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.event-collapse-header[aria-expanded='true']
  + .event-collapse-header-btns
  .event-btn-more {
  --btn-bg: black;
  --btn-fg: white;
}
@media (hover: hover) {
  .event-collapse-header:hover + .event-collapse-header-btns .event-btn-more {
    --btn-bg: black;
    --btn-fg: white;
  }
}
.event-tile-img {
  position: relative;
}
@media (max-width: 991px) {
  .event-tile-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .event-tile-day {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: white;
  }
  .event-tile-collapse {
    position: relative;
    z-index: 1;
  }
  .event-tile-text {
    background-color: rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
    color: white;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1.5em;
    padding-top: 8em;
  }
  .event-tile-text.-has-btns {
    padding-bottom: 4.4em;
  }
  .event-collapse-header-btns {
    z-index: 2;
  }
  .event-tile-terms-wrap {
    width: auto;
  }
  .event-tile-terms {
    position: relative;
    color: white;
  }
  .event-tile-daytext {
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .event-tile-text {
    height: 70vh;
    max-height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 449px) {
  .event-tile-text {
    height: 70vh;
    max-height: 480px;
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .offcanvas .event-collapse-header-btns {
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }
}
@media (min-width: 1200px) {
  .offcanvas .event-collapse-header-btns {
    -webkit-transform: translateX(1.45em);
    transform: translateX(1.45em);
  }
}
.offcanvas .event-collapse-header-btns .btn:hover,
.offcanvas .event-collapse-header-btns input:hover[type='submit'] {
  --btn-bg: black !important;
}
.offcanvas .btn-event-tile {
  --btn-bg: #f0f0f0;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .offcanvas .event-tile-text {
    height: 39vh;
    min-height: 260px;
    max-height: 320px;
  }
}
.event-tile-img:after {
  content: '';
  background-color: black;
  -webkit-transition: opacity 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  transition: opacity 0.25s cubic-bezier(0.01, 0.07, 0.22, 0.99);
  opacity: 0;
}
.event-tile.active .event-tile-img:after {
  opacity: 0.15;
}
.event-tile.-copied {
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.container-lazyload {
  position: relative;
}
.container-lazyload.-blocked:after {
  content: '';
  display: block;
  z-index: 50;
  cursor: pointer;
}
#sib-container {
  background: transparent;
  padding: 0;
}
.sib-form {
  padding: 0;
}
.sib-form .sib-form-block {
  margin: 10px 0;
  padding: 0;
}
.sib-form .entry__field {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  margin: 0;
}
.sib-form input[type='text'] {
  border: none !important;
  border-bottom: 1px solid transparent !important;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
  font-size: var(--font-l);
}
@media (min-width: 576px) {
  .sib-form input[type='text'] {
    font-size: var(--font-xl);
  }
}
.sib-form input[type='text']:focus {
  border-color: black !important;
}
.sib-form input[type='text']::-webkit-input-placeholder {
  color: black;
}
.sib-form input[type='text']:-ms-input-placeholder {
  color: black;
}
.sib-form input[type='text']::-ms-input-placeholder {
  color: black;
}
.sib-form input[type='text']::placeholder {
  color: black;
}
.sib-form .sib-form-block__button {
  min-height: 0;
  padding: 0.425rem 2rem 0.375rem;
  position: relative;
}
.sib-form .sib-form-block__button svg {
  position: absolute;
  left: 0.25rem;
  top: 0.425rem;
}
.sib-form .input_replaced {
  z-index: 5;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #28533b;
  border-color: #28533b;
}
.sib-form .entry__choice .checkbox {
  margin-right: 0.25rem;
}
.sib-form .sib-form-container a {
  color: black;
  text-decoration: underline;
}
.sib-form #error-message,
.sib-form .entry__error {
  mix-blend-mode: multiply;
  border: none;
}
.sib-form #success-message {
  mix-blend-mode: luminosity;
  border: none;
}
#de-dookie {
  position: fixed;
  width: 450px;
  max-width: 94%;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#de-dookie.-show {
  opacity: 1;
  pointer-events: all;
  z-index: 9999;
}
@media (max-width: 459px) {
  #de-dookie {
    bottom: 1vh;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 0.9rem;
  }
}
@media (min-width: 460px) {
  #de-dookie {
    bottom: 2vh;
    right: 2vh;
    font-size: 1rem;
  }
}
#de-dookie p {
  margin-bottom: 1.25rem;
}
#de-dookie label {
  margin-bottom: 0;
}
#de-dookie a:hover {
  color: #000;
}
.de-dookie__wrap {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 1.25rem calc(1.25rem * 1.2);
}
.de-dookie__message a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.de-dookie__message a:hover {
  opacity: 0.8;
}
.de-dookie__cat {
  margin-bottom: 0.5rem;
}
@media (min-width: 500px) {
  .de-dookie__cat {
    min-width: 50%;
    float: left;
    padding-right: 1rem;
    white-space: nowrap;
  }
}
.de-dookie__cat.-essential {
  pointer-events: none;
}
.de-dookie__controls-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  clear: both;
  padding-top: calc(1.25rem * 1.5 - 0.5rem);
}
.de-dookie__btn {
  text-decoration: none !important;
  font-weight: normal;
  color: #000 !important;
  padding: 5px 15px;
  border-radius: 5px;
}
.de-dookie__btn span {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border-bottom: 1px solid transparent;
}
.de-dookie__btn:hover span {
  border-color: #000;
}
#de-dookie .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 0.1rem;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
#de-dookie .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#de-dookie .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#de-dookie .slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#de-dookie input:checked + .slider {
  background-color: #aed8a5;
}
#de-dookie input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #aed8a5;
  box-shadow: 0 0 1px #aed8a5;
}
#de-dookie input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
#de-dookie .slider.round {
  border-radius: 34px;
}
#de-dookie .slider.round:before {
  border-radius: 50%;
}
input[type='text'],
input[type='email'],
input[type='password'] {
  background-color: transparent;
  border-bottom: 1px solid black !important;
  color: #000;
  border-radius: 0;
  border: none;
  height: 2.7rem;
  padding: 0.15em 0em 0;
}
input[type='text'] :-ms-input-placeholder,
input[type='text'] :-ms-input-placeholder,
input[type='text'] ::-ms-input-placeholder,
input[type='email'] :-ms-input-placeholder,
input[type='email'] :-ms-input-placeholder,
input[type='email'] ::-ms-input-placeholder,
input[type='password'] :-ms-input-placeholder,
input[type='password'] :-ms-input-placeholder,
input[type='password'] ::-ms-input-placeholder {
  color: #bcbcbb;
}
input[type='text'] ::-ms-input-placeholder,
input[type='text'] :-ms-input-placeholder,
input[type='text'] ::-ms-input-placeholder,
input[type='email'] ::-ms-input-placeholder,
input[type='email'] :-ms-input-placeholder,
input[type='email'] ::-ms-input-placeholder,
input[type='password'] ::-ms-input-placeholder,
input[type='password'] :-ms-input-placeholder,
input[type='password'] ::-ms-input-placeholder {
  color: #bcbcbb;
}
input[type='text'] ::placeholder,
input[type='text'] :-ms-input-placeholder,
input[type='text'] ::-ms-input-placeholder,
input[type='email'] ::placeholder,
input[type='email'] :-ms-input-placeholder,
input[type='email'] ::-ms-input-placeholder,
input[type='password'] ::placeholder,
input[type='password'] :-ms-input-placeholder,
input[type='password'] ::-ms-input-placeholder {
  color: #bcbcbb;
}
textarea.form-control {
  background-color: transparent;
  border-bottom: 1px solid black;
  color: #000;
  border-radius: 0;
  border: none;
}
.post-password-form input[type='password'] {
  margin: 0 0.25em;
}
.post-password-form input[type='submit'] {
  border-radius: var(--border-radius-default);
  min-height: 2.7rem;
}
.post-password-form p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.admin-bar #wpadminbar {
    display: none;
  }
}
@media (min-width: 992px) {
  body.admin-bar .admin-top-gap {
    top: 32px;
  }
  body.admin-bar .admin-top-padding {
    padding-top: 32px;
  }
  body.admin-bar .hero__slide {
    height: calc(100vh - var(--hero-footer-height) - 32px);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.otgs-development-site-front-end {
  display: none !important;
}
.container-lazyload a {
  display: block !important;
}
.masonry-events .collapse.collapsing {
  -webkit-transition: all 0.1s !important;
  transition: all 0.1s !important;
}
body.post-type-archive-blog main {
  overflow: visible;
}
