@-ms-viewport {
  width: device-width;
}
body {
  overflow-x: hidden;
}
html .modules-content * {
  box-sizing: border-box;
}

html .modules-content {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.modules-content *, .modules-content *::before, .modules-content *::after {
  box-sizing: inherit;
}

.modules-content .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.modules-content .visible {
  visibility: visible !important;
}

.modules-content .invisible {
  visibility: hidden !important;
}

.modules-content .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .modules-content .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .modules-content .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .modules-content .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .modules-content .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .modules-content .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .modules-content .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .modules-content .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .modules-content .hidden-xl-up {
    display: none !important;
  }
}

.modules-content .hidden-xl-down {
  display: none !important;
}

.modules-content .visible-print-block {
  display: none !important;
}

@media print {
  .modules-content .visible-print-block {
    display: block !important;
  }
}

.modules-content .visible-print-inline {
  display: none !important;
}

@media print {
  .modules-content .visible-print-inline {
    display: inline !important;
  }
}

.modules-content .visible-print-inline-block {
  display: none !important;
}

@media print {
  .modules-content .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .modules-content .hidden-print {
    display: none !important;
  }
}

.modules-content .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .modules-content .container {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  .modules-content .container {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .modules-content .container {
    max-width: 960px;
  }
}

@media (max-width: 1200px) {
  .modules-content .container {
    max-width: 1140px;
  }
}

.modules-content .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.modules-content .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



/*push */
.modules-content .row:after {
  display: table;
  content: " ";
  clear: both;
}

.modules-content .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.modules-content .no-gutters > .col, .modules-content .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.modules-content .col-1, .modules-content .col-2, .modules-content .col-3, .modules-content .col-4, .modules-content .col-5, .modules-content .col-6, .modules-content .col-7, .modules-content .col-8, .modules-content .col-9, .modules-content .col-10, .modules-content .col-11, .modules-content .col-12, .modules-content .col, .modules-content .col-auto, .modules-content .col-sm-1, .modules-content .col-sm-2, .modules-content .col-sm-3, .modules-content .col-sm-4, .modules-content .col-sm-5, .modules-content .col-sm-6, .modules-content .col-sm-7, .modules-content .col-sm-8, .modules-content .col-sm-9, .modules-content .col-sm-10, .modules-content .col-sm-11, .modules-content .col-sm-12, .modules-content .col-sm, .modules-content .col-sm-auto, .modules-content .col-md-1, .modules-content .col-md-2, .modules-content .col-md-3, .modules-content .col-md-4, .modules-content .col-md-5, .modules-content .col-md-6, .modules-content .col-md-7, .modules-content .col-md-8, .modules-content .col-md-9, .modules-content .col-md-10, .modules-content .col-md-11, .modules-content .col-md-12, .modules-content .col-md, .modules-content .col-md-auto, .modules-content .col-lg-1, .modules-content .col-lg-2, .modules-content .col-lg-3, .modules-content .col-lg-4, .modules-content .col-lg-5, .modules-content .col-lg-6, .modules-content .col-lg-7, .modules-content .col-lg-8, .modules-content .col-lg-9, .modules-content .col-lg-10, .modules-content .col-lg-11, .modules-content .col-lg-12, .modules-content .col-lg, .modules-content .col-lg-auto, .modules-content .col-xl-1, .modules-content .col-xl-2, .modules-content .col-xl-3, .modules-content .col-xl-4, .modules-content .col-xl-5, .modules-content .col-xl-6, .modules-content .col-xl-7, .modules-content .col-xl-8, .modules-content .col-xl-9, .modules-content .col-xl-10, .modules-content .col-xl-11, .modules-content .col-xl-12, .modules-content .col-xl, .modules-content .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modules-content .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.modules-content .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.modules-content .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.modules-content .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.modules-content .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.modules-content .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.modules-content .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.modules-content .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.modules-content .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.modules-content .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.modules-content .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.modules-content .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.modules-content .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.modules-content .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.modules-content .order-first {
  order: -1;
}

.modules-content .order-last {
  order: 13;
}

.modules-content .order-0 {
  order: 0;
}

.modules-content .order-1 {
  order: 1;
}

.modules-content .order-2 {
  order: 2;
}

.modules-content .order-3 {
  order: 3;
}

.modules-content .order-4 {
  order: 4;
}

.modules-content .order-5 {
  order: 5;
}

.modules-content .order-6 {
  order: 6;
}

.modules-content .order-7 {
  order: 7;
}

.modules-content .order-8 {
  order: 8;
}

.modules-content .order-9 {
  order: 9;
}

.modules-content .order-10 {
  order: 10;
}

.modules-content .order-11 {
  order: 11;
}

.modules-content .order-12 {
  order: 12;
}

.modules-content .offset-1 {
  margin-left: 8.3333333333%;
}

.modules-content .offset-2 {
  margin-left: 16.6666666667%;
}

.modules-content .offset-3 {
  margin-left: 25%;
}

.modules-content .offset-4 {
  margin-left: 33.3333333333%;
}

.modules-content .offset-5 {
  margin-left: 41.6666666667%;
}

.modules-content .offset-6 {
  margin-left: 50%;
}

.modules-content .offset-7 {
  margin-left: 58.3333333333%;
}

.modules-content .offset-8 {
  margin-left: 66.6666666667%;
}

.modules-content .offset-9 {
  margin-left: 75%;
}

.modules-content .offset-10 {
  margin-left: 83.3333333333%;
}

.modules-content .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 320.9px) {
  .modules-content .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .modules-content .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /*push */
  .modules-content .col-xs-1, .modules-content .col-xs-2, .modules-content .col-xs-3, .modules-content .col-xs-4, .modules-content .col-xs-5, .modules-content .col-xs-6,
  .modules-content .col-xs-7, .modules-content .col-xs-8, .modules-content .col-xs-9, .modules-content .col-xs-10, .modules-content .col-xs-11, .modules-content .col-xs-12 {
    float: left;
  }
  .modules-content .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .modules-content .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .modules-content .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modules-content .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .modules-content .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .modules-content .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modules-content .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .modules-content .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .modules-content .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .modules-content .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .modules-content .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .modules-content .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modules-content .order-xs-first {
    order: -1;
  }
  .modules-content .order-xs-last {
    order: 13;
  }
  .modules-content .order-xs-0 {
    order: 0;
  }
  .modules-content .order-xs-1 {
    order: 1;
  }
  .modules-content .order-xs-2 {
    order: 2;
  }
  .modules-content .order-xs-3 {
    order: 3;
  }
  .modules-content .order-xs-4 {
    order: 4;
  }
  .modules-content .order-xs-5 {
    order: 5;
  }
  .modules-content .order-xs-6 {
    order: 6;
  }
  .modules-content .order-xs-7 {
    order: 7;
  }
  .modules-content .order-xs-8 {
    order: 8;
  }
  .modules-content .order-xs-9 {
    order: 9;
  }
  .modules-content .order-xs-10 {
    order: 10;
  }
  .modules-content .order-xs-11 {
    order: 11;
  }
  .modules-content .order-xs-12 {
    order: 12;
  }
  .modules-content .offset-xs-0 {
    margin-left: 0;
  }
  .modules-content .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .modules-content .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .modules-content .offset-xs-3 {
    margin-left: 25%;
  }
  .modules-content .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .modules-content .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .modules-content .offset-xs-6 {
    margin-left: 50%;
  }
  .modules-content .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .modules-content .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .modules-content .offset-xs-9 {
    margin-left: 75%;
  }
  .modules-content .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .modules-content .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 576.9px) {
  .modules-content .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .modules-content .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /*push */
  .modules-content .col-sm-1, .modules-content .col-sm-2, .modules-content .col-sm-3, .modules-content .col-sm-4, .modules-content .col-sm-5, .modules-content .col-sm-6,
  .modules-content .col-sm-7, .modules-content .col-sm-8, .modules-content .col-sm-9, .modules-content .col-sm-10, .modules-content .col-sm-11, .modules-content .col-sm-12 {
    float: left;
  }
  .modules-content .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .modules-content .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .modules-content .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modules-content .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .modules-content .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .modules-content .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modules-content .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .modules-content .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .modules-content .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .modules-content .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .modules-content .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .modules-content .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modules-content .order-sm-first {
    order: -1;
  }
  .modules-content .order-sm-last {
    order: 13;
  }
  .modules-content .order-sm-0 {
    order: 0;
  }
  .modules-content .order-sm-1 {
    order: 1;
  }
  .modules-content .order-sm-2 {
    order: 2;
  }
  .modules-content .order-sm-3 {
    order: 3;
  }
  .modules-content .order-sm-4 {
    order: 4;
  }
  .modules-content .order-sm-5 {
    order: 5;
  }
  .modules-content .order-sm-6 {
    order: 6;
  }
  .modules-content .order-sm-7 {
    order: 7;
  }
  .modules-content .order-sm-8 {
    order: 8;
  }
  .modules-content .order-sm-9 {
    order: 9;
  }
  .modules-content .order-sm-10 {
    order: 10;
  }
  .modules-content .order-sm-11 {
    order: 11;
  }
  .modules-content .order-sm-12 {
    order: 12;
  }
  .modules-content .offset-sm-0 {
    margin-left: 0;
  }
  .modules-content .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .modules-content .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .modules-content .offset-sm-3 {
    margin-left: 25%;
  }
  .modules-content .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .modules-content .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .modules-content .offset-sm-6 {
    margin-left: 50%;
  }
  .modules-content .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .modules-content .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .modules-content .offset-sm-9 {
    margin-left: 75%;
  }
  .modules-content .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .modules-content .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768.8px) {
  .modules-content .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .modules-content .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .modules-content .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .modules-content .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .modules-content .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modules-content .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .modules-content .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .modules-content .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modules-content .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .modules-content .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .modules-content .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .modules-content .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .modules-content .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .modules-content .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modules-content .order-md-first {
    order: -1;
  }
  .modules-content .order-md-last {
    order: 13;
  }
  .modules-content .order-md-0 {
    order: 0;
  }
  .modules-content .order-md-1 {
    order: 1;
  }
  .modules-content .order-md-2 {
    order: 2;
  }
  .modules-content .order-md-3 {
    order: 3;
  }
  .modules-content .order-md-4 {
    order: 4;
  }
  .modules-content .order-md-5 {
    order: 5;
  }
  .modules-content .order-md-6 {
    order: 6;
  }
  .modules-content .order-md-7 {
    order: 7;
  }
  .modules-content .order-md-8 {
    order: 8;
  }
  .modules-content .order-md-9 {
    order: 9;
  }
  .modules-content .order-md-10 {
    order: 10;
  }
  .modules-content .order-md-11 {
    order: 11;
  }
  .modules-content .order-md-12 {
    order: 12;
  }
  .modules-content .offset-md-0 {
    margin-left: 0;
  }
  /*push */
  .modules-content .col-md-1, .modules-content .col-md-2, .modules-content .col-md-3, .modules-content .col-md-4, .modules-content .col-md-5, .modules-content .col-md-6,
  .modules-content .col-md-7, .modules-content .col-md-8, .modules-content .col-md-9, .modules-content .col-md-10, .modules-content .col-md-11, .modules-content .col-md-12 {
    float: left;
  }
  .modules-content .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .modules-content .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .modules-content .offset-md-3 {
    margin-left: 25%;
  }
  .modules-content .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .modules-content .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .modules-content .offset-md-6 {
    margin-left: 50%;
  }
  .modules-content .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .modules-content .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .modules-content .offset-md-9 {
    margin-left: 75%;
  }
  .modules-content .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .modules-content .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992.9px) {
  .modules-content .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /*push */
  .modules-content .col-lg-1, .modules-content .col-lg-2, .modules-content .col-lg-3, .modules-content .col-lg-4, .modules-content .col-lg-5, .modules-content .col-lg-6,
  .modules-content .col-lg-7, .modules-content .col-lg-8, .modules-content .col-lg-9, .modules-content .col-lg-10, .modules-content .col-lg-11, .modules-content .col-lg-12 {
    float: left;
  }
  .modules-content .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .modules-content .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .modules-content .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .modules-content .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modules-content .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .modules-content .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .modules-content .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modules-content .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .modules-content .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .modules-content .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .modules-content .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .modules-content .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .modules-content .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modules-content .order-lg-first {
    order: -1;
  }
  .modules-content .order-lg-last {
    order: 13;
  }
  .modules-content .order-lg-0 {
    order: 0;
  }
  .modules-content .order-lg-1 {
    order: 1;
  }
  .modules-content .order-lg-2 {
    order: 2;
  }
  .modules-content .order-lg-3 {
    order: 3;
  }
  .modules-content .order-lg-4 {
    order: 4;
  }
  .modules-content .order-lg-5 {
    order: 5;
  }
  .modules-content .order-lg-6 {
    order: 6;
  }
  .modules-content .order-lg-7 {
    order: 7;
  }
  .modules-content .order-lg-8 {
    order: 8;
  }
  .modules-content .order-lg-9 {
    order: 9;
  }
  .modules-content .order-lg-10 {
    order: 10;
  }
  .modules-content .order-lg-11 {
    order: 11;
  }
  .modules-content .order-lg-12 {
    order: 12;
  }
  .modules-content .offset-lg-0 {
    margin-left: 0;
  }
  .modules-content .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .modules-content .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .modules-content .offset-lg-3 {
    margin-left: 25%;
  }
  .modules-content .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .modules-content .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .modules-content .offset-lg-6 {
    margin-left: 50%;
  }
  .modules-content .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .modules-content .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .modules-content .offset-lg-9 {
    margin-left: 75%;
  }
  .modules-content .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .modules-content .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200.9px) {
  .modules-content .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .modules-content .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .modules-content .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .modules-content .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .modules-content .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .modules-content .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .modules-content .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .modules-content .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .modules-content .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .modules-content .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .modules-content .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .modules-content .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .modules-content .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .modules-content .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modules-content .order-xl-first {
    order: -1;
  }
  .modules-content .order-xl-last {
    order: 13;
  }
  .modules-content .order-xl-0 {
    order: 0;
  }
  .modules-content .order-xl-1 {
    order: 1;
  }
  .modules-content .order-xl-2 {
    order: 2;
  }
  .modules-content .order-xl-3 {
    order: 3;
  }
  .modules-content .order-xl-4 {
    order: 4;
  }
  .modules-content .order-xl-5 {
    order: 5;
  }
  .modules-content .order-xl-6 {
    order: 6;
  }
  .modules-content .order-xl-7 {
    order: 7;
  }
  .modules-content .order-xl-8 {
    order: 8;
  }
  .modules-content .order-xl-9 {
    order: 9;
  }
  .modules-content .order-xl-10 {
    order: 10;
  }
  .modules-content .order-xl-11 {
    order: 11;
  }
  .modules-content .order-xl-12 {
    order: 12;
  }
  .modules-content .offset-xl-0 {
    margin-left: 0;
  }
  .modules-content .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .modules-content .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .modules-content .offset-xl-3 {
    margin-left: 25%;
  }
  .modules-content .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .modules-content .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .modules-content .offset-xl-6 {
    margin-left: 50%;
  }
  .modules-content .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .modules-content .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .modules-content .offset-xl-9 {
    margin-left: 75%;
  }
  .modules-content .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .modules-content .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}


/* quill-editor class */
.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.hover-turn-page-effect-right {
  cursor: pointer;
  -webkit-transform: perspective(700px) rotateY(28deg);
          transform: perspective(700px) rotateY(28deg);
  transition: 0.5s;
}

.hover-turn-page-effect-right:hover {
  -webkit-transform: perspective(700px) rotateY(0deg);
          transform: perspective(700px) rotateY(0deg);
}

@media screen and (max-width: 768px) {
  .hover-turn-page-effect-right {
    -webkit-transform: initial;
            transform: initial;
  }
  .hover-turn-page-effect-right:hover {
    -webkit-transform: initial;
            transform: initial;
  }
}

.hover-turn-page-effect-left {
  cursor: pointer;
  -webkit-transform: perspective(700px) rotateY(-28deg);
          transform: perspective(700px) rotateY(-28deg);
  transition: 0.5s;
}

.hover-turn-page-effect-left:hover {
  -webkit-transform: perspective(700px) rotateY(0deg);
          transform: perspective(700px) rotateY(0deg);
}

@media screen and (max-width: 768px) {
  .hover-turn-page-effect-left {
    -webkit-transform: initial;
            transform: initial;
  }
  .hover-turn-page-effect-left:hover {
    -webkit-transform: initial;
            transform: initial;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rotate {
  -webkit-animation: rotate 0.3s linear infinite;
          animation: rotate 0.3s linear infinite;
}

@media screen and (max-width: 414px) {
  .row.mobile-scroll-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.model-image .popup-zoom {
  cursor: pointer;
}


.mask {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask img {
  width: 70%;
}

.modules-content .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.modules-content .row.valign-middle {
  align-items: center;
}
.full-width-row {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  width: 100vw;
  position: relative;
  left: calc((100vw - 100%) / -2);
}