.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;

    max-width: 100%;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.minim {
  padding-left: 100px;
  padding-right: 100px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-xs-1 {
  float: left;
  width: 8.333333%;
}

.col-xs-2 {
  float: left;
  width: 16.666667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.333333%;
}

.col-xs-5 {
  float: left;
  width: 41.666667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.333333%;
}

.col-xs-8 {
  float: left;
  width: 66.666667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.333333%;
}

.col-xs-11 {
  float: left;
  width: 91.666667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }

  .col-md-2 {
    float: left;
    width: 16.666667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.333333%;
  }

  .col-md-5 {
    float: left;
    width: 41.666667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.333333%;
  }

  .col-md-8 {
    float: left;
    width: 66.666667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.333333%;
  }

  .col-md-11 {
    float: left;
    width: 91.666667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }

  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }

  .col-xl-3 {
    float: left;
    width: 25%;
  }

  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }

  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }

  .col-xl-6 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }

  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }

  .col-xl-9 {
    float: left;
    width: 75%;
  }

  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .hidden-xl {
    display: none;
  }

  .visible-xl {
    display: block;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (max-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (max-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 577px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.nopadd-left {
  padding-left: 0px !important;
}

.nopadd-right {
  padding-right: 0px !important;
}

.col-nopadd {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ml-100 {
  margin-left: 100% !important;
}

.ml-99 {
  margin-left: 99% !important;
}

.ml-98 {
  margin-left: 98% !important;
}

.ml-97 {
  margin-left: 97% !important;
}

.ml-96 {
  margin-left: 96% !important;
}

.ml-95 {
  margin-left: 95% !important;
}

.ml-94 {
  margin-left: 94% !important;
}

.ml-93 {
  margin-left: 93% !important;
}

.ml-92 {
  margin-left: 92% !important;
}

.ml-91 {
  margin-left: 91% !important;
}

.ml-90 {
  margin-left: 90% !important;
}

.ml-89 {
  margin-left: 89% !important;
}

.ml-88 {
  margin-left: 88% !important;
}

.ml-87 {
  margin-left: 87% !important;
}

.ml-86 {
  margin-left: 86% !important;
}

.ml-85 {
  margin-left: 85% !important;
}

.ml-84 {
  margin-left: 84% !important;
}

.ml-83 {
  margin-left: 83% !important;
}

.ml-82 {
  margin-left: 82% !important;
}

.ml-81 {
  margin-left: 81% !important;
}

.ml-80 {
  margin-left: 80% !important;
}

.ml-79 {
  margin-left: 79% !important;
}

.ml-78 {
  margin-left: 78% !important;
}

.ml-77 {
  margin-left: 77% !important;
}

.ml-76 {
  margin-left: 76% !important;
}

.ml-75 {
  margin-left: 75% !important;
}

.ml-74 {
  margin-left: 74% !important;
}

.ml-73 {
  margin-left: 73% !important;
}

.ml-72 {
  margin-left: 72% !important;
}

.ml-71 {
  margin-left: 71% !important;
}

.ml-70 {
  margin-left: 70% !important;
}

.ml-69 {
  margin-left: 69% !important;
}

.ml-68 {
  margin-left: 68% !important;
}

.ml-67 {
  margin-left: 67% !important;
}

.ml-66 {
  margin-left: 66% !important;
}

.ml-65 {
  margin-left: 65% !important;
}

.ml-64 {
  margin-left: 64% !important;
}

.ml-63 {
  margin-left: 63% !important;
}

.ml-62 {
  margin-left: 62% !important;
}

.ml-61 {
  margin-left: 61% !important;
}

.ml-60 {
  margin-left: 60% !important;
}

.ml-59 {
  margin-left: 59% !important;
}

.ml-58 {
  margin-left: 58% !important;
}

.ml-57 {
  margin-left: 57% !important;
}

.ml-56 {
  margin-left: 56% !important;
}

.ml-55 {
  margin-left: 55% !important;
}

.ml-54 {
  margin-left: 54% !important;
}

.ml-53 {
  margin-left: 53% !important;
}

.ml-52 {
  margin-left: 52% !important;
}

.ml-51 {
  margin-left: 51% !important;
}

.ml-50 {
  margin-left: 50% !important;
}

.ml-49 {
  margin-left: 49% !important;
}

.ml-48 {
  margin-left: 48% !important;
}

.ml-47 {
  margin-left: 47% !important;
}

.ml-46 {
  margin-left: 46% !important;
}

.ml-45 {
  margin-left: 45% !important;
}

.ml-44 {
  margin-left: 44% !important;
}

.ml-43 {
  margin-left: 43% !important;
}

.ml-42 {
  margin-left: 42% !important;
}

.ml-41 {
  margin-left: 41% !important;
}

.ml-40 {
  margin-left: 40% !important;
}

.ml-39 {
  margin-left: 39% !important;
}

.ml-38 {
  margin-left: 38% !important;
}

.ml-37 {
  margin-left: 37% !important;
}

.ml-36 {
  margin-left: 36% !important;
}

.ml-35 {
  margin-left: 35% !important;
}

.ml-34 {
  margin-left: 34% !important;
}

.ml-33 {
  margin-left: 33% !important;
}

.ml-32 {
  margin-left: 32% !important;
}

.ml-31 {
  margin-left: 31% !important;
}

.ml-30 {
  margin-left: 30% !important;
}

.ml-29 {
  margin-left: 29% !important;
}

.ml-28 {
  margin-left: 28% !important;
}

.ml-27 {
  margin-left: 27% !important;
}

.ml-26 {
  margin-left: 26% !important;
}

.ml-25 {
  margin-left: 25% !important;
}

.ml-24 {
  margin-left: 24% !important;
}

.ml-23 {
  margin-left: 23% !important;
}

.ml-22 {
  margin-left: 22% !important;
}

.ml-21 {
  margin-left: 21% !important;
}

.ml-20 {
  margin-left: 20% !important;
}

.ml-19 {
  margin-left: 19% !important;
}

.ml-18 {
  margin-left: 18% !important;
}

.ml-17 {
  margin-left: 17% !important;
}

.ml-16 {
  margin-left: 16% !important;
}

.ml-15 {
  margin-left: 15% !important;
}

.ml-14 {
  margin-left: 14% !important;
}

.ml-13 {
  margin-left: 13% !important;
}

.ml-12 {
  margin-left: 12% !important;
}

.ml-11 {
  margin-left: 11% !important;
}

.ml-10 {
  margin-left: 10% !important;
}

.ml-9 {
  margin-left: 9% !important;
}

.ml-8 {
  margin-left: 8% !important;
}

.ml-7 {
  margin-left: 7% !important;
}

.ml-6 {
  margin-left: 6% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.mr-100 {
  margin-right: 100% !important;
}

.mr-99 {
  margin-right: 99% !important;
}

.mr-98 {
  margin-right: 98% !important;
}

.mr-97 {
  margin-right: 97% !important;
}

.mr-96 {
  margin-right: 96% !important;
}

.mr-95 {
  margin-right: 95% !important;
}

.mr-94 {
  margin-right: 94% !important;
}

.mr-93 {
  margin-right: 93% !important;
}

.mr-92 {
  margin-right: 92% !important;
}

.mr-91 {
  margin-right: 91% !important;
}

.mr-90 {
  margin-right: 90% !important;
}

.mr-89 {
  margin-right: 89% !important;
}

.mr-88 {
  margin-right: 88% !important;
}

.mr-87 {
  margin-right: 87% !important;
}

.mr-86 {
  margin-right: 86% !important;
}

.mr-85 {
  margin-right: 85% !important;
}

.mr-84 {
  margin-right: 84% !important;
}

.mr-83 {
  margin-right: 83% !important;
}

.mr-82 {
  margin-right: 82% !important;
}

.mr-81 {
  margin-right: 81% !important;
}

.mr-80 {
  margin-right: 80% !important;
}

.mr-79 {
  margin-right: 79% !important;
}

.mr-78 {
  margin-right: 78% !important;
}

.mr-77 {
  margin-right: 77% !important;
}

.mr-76 {
  margin-right: 76% !important;
}

.mr-75 {
  margin-right: 75% !important;
}

.mr-74 {
  margin-right: 74% !important;
}

.mr-73 {
  margin-right: 73% !important;
}

.mr-72 {
  margin-right: 72% !important;
}

.mr-71 {
  margin-right: 71% !important;
}

.mr-70 {
  margin-right: 70% !important;
}

.mr-69 {
  margin-right: 69% !important;
}

.mr-68 {
  margin-right: 68% !important;
}

.mr-67 {
  margin-right: 67% !important;
}

.mr-66 {
  margin-right: 66% !important;
}

.mr-65 {
  margin-right: 65% !important;
}

.mr-64 {
  margin-right: 64% !important;
}

.mr-63 {
  margin-right: 63% !important;
}

.mr-62 {
  margin-right: 62% !important;
}

.mr-61 {
  margin-right: 61% !important;
}

.mr-60 {
  margin-right: 60% !important;
}

.mr-59 {
  margin-right: 59% !important;
}

.mr-58 {
  margin-right: 58% !important;
}

.mr-57 {
  margin-right: 57% !important;
}

.mr-56 {
  margin-right: 56% !important;
}

.mr-55 {
  margin-right: 55% !important;
}

.mr-54 {
  margin-right: 54% !important;
}

.mr-53 {
  margin-right: 53% !important;
}

.mr-52 {
  margin-right: 52% !important;
}

.mr-51 {
  margin-right: 51% !important;
}

.mr-50 {
  margin-right: 50% !important;
}

.mr-49 {
  margin-right: 49% !important;
}

.mr-48 {
  margin-right: 48% !important;
}

.mr-47 {
  margin-right: 47% !important;
}

.mr-46 {
  margin-right: 46% !important;
}

.mr-45 {
  margin-right: 45% !important;
}

.mr-44 {
  margin-right: 44% !important;
}

.mr-43 {
  margin-right: 43% !important;
}

.mr-42 {
  margin-right: 42% !important;
}

.mr-41 {
  margin-right: 41% !important;
}

.mr-40 {
  margin-right: 40% !important;
}

.mr-39 {
  margin-right: 39% !important;
}

.mr-38 {
  margin-right: 38% !important;
}

.mr-37 {
  margin-right: 37% !important;
}

.mr-36 {
  margin-right: 36% !important;
}

.mr-35 {
  margin-right: 35% !important;
}

.mr-34 {
  margin-right: 34% !important;
}

.mr-33 {
  margin-right: 33% !important;
}

.mr-32 {
  margin-right: 32% !important;
}

.mr-31 {
  margin-right: 31% !important;
}

.mr-30 {
  margin-right: 30% !important;
}

.mr-29 {
  margin-right: 29% !important;
}

.mr-28 {
  margin-right: 28% !important;
}

.mr-27 {
  margin-right: 27% !important;
}

.mr-26 {
  margin-right: 26% !important;
}

.mr-25 {
  margin-right: 25% !important;
}

.mr-24 {
  margin-right: 24% !important;
}

.mr-23 {
  margin-right: 23% !important;
}

.mr-22 {
  margin-right: 22% !important;
}

.mr-21 {
  margin-right: 21% !important;
}

.mr-20 {
  margin-right: 20% !important;
}

.mr-19 {
  margin-right: 19% !important;
}

.mr-18 {
  margin-right: 18% !important;
}

.mr-17 {
  margin-right: 17% !important;
}

.mr-16 {
  margin-right: 16% !important;
}

.mr-15 {
  margin-right: 15% !important;
}

.mr-14 {
  margin-right: 14% !important;
}

.mr-13 {
  margin-right: 13% !important;
}

.mr-12 {
  margin-right: 12% !important;
}

.mr-11 {
  margin-right: 11% !important;
}

.mr-10 {
  margin-right: 10% !important;
}

.mr-9 {
  margin-right: 9% !important;
}

.mr-8 {
  margin-right: 8% !important;
}

.mr-7 {
  margin-right: 7% !important;
}

.mr-6 {
  margin-right: 6% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.pr-100 {
  padding-right: 100% !important;
}

.pr-99 {
  padding-right: 99% !important;
}

.pr-98 {
  padding-right: 98% !important;
}

.pr-97 {
  padding-right: 97% !important;
}

.pr-96 {
  padding-right: 96% !important;
}

.pr-95 {
  padding-right: 95% !important;
}

.pr-94 {
  padding-right: 94% !important;
}

.pr-93 {
  padding-right: 93% !important;
}

.pr-92 {
  padding-right: 92% !important;
}

.pr-91 {
  padding-right: 91% !important;
}

.pr-90 {
  padding-right: 90% !important;
}

.pr-89 {
  padding-right: 89% !important;
}

.pr-88 {
  padding-right: 88% !important;
}

.pr-87 {
  padding-right: 87% !important;
}

.pr-86 {
  padding-right: 86% !important;
}

.pr-85 {
  padding-right: 85% !important;
}

.pr-84 {
  padding-right: 84% !important;
}

.pr-83 {
  padding-right: 83% !important;
}

.pr-82 {
  padding-right: 82% !important;
}

.pr-81 {
  padding-right: 81% !important;
}

.pr-80 {
  padding-right: 80% !important;
}

.pr-79 {
  padding-right: 79% !important;
}

.pr-78 {
  padding-right: 78% !important;
}

.pr-77 {
  padding-right: 77% !important;
}

.pr-76 {
  padding-right: 76% !important;
}

.pr-75 {
  padding-right: 75% !important;
}

.pr-74 {
  padding-right: 74% !important;
}

.pr-73 {
  padding-right: 73% !important;
}

.pr-72 {
  padding-right: 72% !important;
}

.pr-71 {
  padding-right: 71% !important;
}

.pr-70 {
  padding-right: 70% !important;
}

.pr-69 {
  padding-right: 69% !important;
}

.pr-68 {
  padding-right: 68% !important;
}

.pr-67 {
  padding-right: 67% !important;
}

.pr-66 {
  padding-right: 66% !important;
}

.pr-65 {
  padding-right: 65% !important;
}

.pr-64 {
  padding-right: 64% !important;
}

.pr-63 {
  padding-right: 63% !important;
}

.pr-62 {
  padding-right: 62% !important;
}

.pr-61 {
  padding-right: 61% !important;
}

.pr-60 {
  padding-right: 60% !important;
}

.pr-59 {
  padding-right: 59% !important;
}

.pr-58 {
  padding-right: 58% !important;
}

.pr-57 {
  padding-right: 57% !important;
}

.pr-56 {
  padding-right: 56% !important;
}

.pr-55 {
  padding-right: 55% !important;
}

.pr-54 {
  padding-right: 54% !important;
}

.pr-53 {
  padding-right: 53% !important;
}

.pr-52 {
  padding-right: 52% !important;
}

.pr-51 {
  padding-right: 51% !important;
}

.pr-50 {
  padding-right: 50% !important;
}

.pr-49 {
  padding-right: 49% !important;
}

.pr-48 {
  padding-right: 48% !important;
}

.pr-47 {
  padding-right: 47% !important;
}

.pr-46 {
  padding-right: 46% !important;
}

.pr-45 {
  padding-right: 45% !important;
}

.pr-44 {
  padding-right: 44% !important;
}

.pr-43 {
  padding-right: 43% !important;
}

.pr-42 {
  padding-right: 42% !important;
}

.pr-41 {
  padding-right: 41% !important;
}

.pr-40 {
  padding-right: 40% !important;
}

.pr-39 {
  padding-right: 39% !important;
}

.pr-38 {
  padding-right: 38% !important;
}

.pr-37 {
  padding-right: 37% !important;
}

.pr-36 {
  padding-right: 36% !important;
}

.pr-35 {
  padding-right: 35% !important;
}

.pr-34 {
  padding-right: 34% !important;
}

.pr-33 {
  padding-right: 33% !important;
}

.pr-32 {
  padding-right: 32% !important;
}

.pr-31 {
  padding-right: 31% !important;
}

.pr-30 {
  padding-right: 30% !important;
}

.pr-29 {
  padding-right: 29% !important;
}

.pr-28 {
  padding-right: 28% !important;
}

.pr-27 {
  padding-right: 27% !important;
}

.pr-26 {
  padding-right: 26% !important;
}

.pr-25 {
  padding-right: 25% !important;
}

.pr-24 {
  padding-right: 24% !important;
}

.pr-23 {
  padding-right: 23% !important;
}

.pr-22 {
  padding-right: 22% !important;
}

.pr-21 {
  padding-right: 21% !important;
}

.pr-20 {
  padding-right: 20% !important;
}

.pr-19 {
  padding-right: 19% !important;
}

.pr-18 {
  padding-right: 18% !important;
}

.pr-17 {
  padding-right: 17% !important;
}

.pr-16 {
  padding-right: 16% !important;
}

.pr-15 {
  padding-right: 15% !important;
}

.pr-14 {
  padding-right: 14% !important;
}

.pr-13 {
  padding-right: 13% !important;
}

.pr-12 {
  padding-right: 12% !important;
}

.pr-11 {
  padding-right: 11% !important;
}

.pr-10 {
  padding-right: 10% !important;
}

.pr-9 {
  padding-right: 9% !important;
}

.pr-8 {
  padding-right: 8% !important;
}

.pr-7 {
  padding-right: 7% !important;
}

.pr-6 {
  padding-right: 6% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pl-100 {
  padding-left: 100% !important;
}

.pl-99 {
  padding-left: 99% !important;
}

.pl-98 {
  padding-left: 98% !important;
}

.pl-97 {
  padding-left: 97% !important;
}

.pl-96 {
  padding-left: 96% !important;
}

.pl-95 {
  padding-left: 95% !important;
}

.pl-94 {
  padding-left: 94% !important;
}

.pl-93 {
  padding-left: 93% !important;
}

.pl-92 {
  padding-left: 92% !important;
}

.pl-91 {
  padding-left: 91% !important;
}

.pl-90 {
  padding-left: 90% !important;
}

.pl-89 {
  padding-left: 89% !important;
}

.pl-88 {
  padding-left: 88% !important;
}

.pl-87 {
  padding-left: 87% !important;
}

.pl-86 {
  padding-left: 86% !important;
}

.pl-85 {
  padding-left: 85% !important;
}

.pl-84 {
  padding-left: 84% !important;
}

.pl-83 {
  padding-left: 83% !important;
}

.pl-82 {
  padding-left: 82% !important;
}

.pl-81 {
  padding-left: 81% !important;
}

.pl-80 {
  padding-left: 80% !important;
}

.pl-79 {
  padding-left: 79% !important;
}

.pl-78 {
  padding-left: 78% !important;
}

.pl-77 {
  padding-left: 77% !important;
}

.pl-76 {
  padding-left: 76% !important;
}

.pl-75 {
  padding-left: 75% !important;
}

.pl-74 {
  padding-left: 74% !important;
}

.pl-73 {
  padding-left: 73% !important;
}

.pl-72 {
  padding-left: 72% !important;
}

.pl-71 {
  padding-left: 71% !important;
}

.pl-70 {
  padding-left: 70% !important;
}

.pl-69 {
  padding-left: 69% !important;
}

.pl-68 {
  padding-left: 68% !important;
}

.pl-67 {
  padding-left: 67% !important;
}

.pl-66 {
  padding-left: 66% !important;
}

.pl-65 {
  padding-left: 65% !important;
}

.pl-64 {
  padding-left: 64% !important;
}

.pl-63 {
  padding-left: 63% !important;
}

.pl-62 {
  padding-left: 62% !important;
}

.pl-61 {
  padding-left: 61% !important;
}

.pl-60 {
  padding-left: 60% !important;
}

.pl-59 {
  padding-left: 59% !important;
}

.pl-58 {
  padding-left: 58% !important;
}

.pl-57 {
  padding-left: 57% !important;
}

.pl-56 {
  padding-left: 56% !important;
}

.pl-55 {
  padding-left: 55% !important;
}

.pl-54 {
  padding-left: 54% !important;
}

.pl-53 {
  padding-left: 53% !important;
}

.pl-52 {
  padding-left: 52% !important;
}

.pl-51 {
  padding-left: 51% !important;
}

.pl-50 {
  padding-left: 50% !important;
}

.pl-49 {
  padding-left: 49% !important;
}

.pl-48 {
  padding-left: 48% !important;
}

.pl-47 {
  padding-left: 47% !important;
}

.pl-46 {
  padding-left: 46% !important;
}

.pl-45 {
  padding-left: 45% !important;
}

.pl-44 {
  padding-left: 44% !important;
}

.pl-43 {
  padding-left: 43% !important;
}

.pl-42 {
  padding-left: 42% !important;
}

.pl-41 {
  padding-left: 41% !important;
}

.pl-40 {
  padding-left: 40% !important;
}

.pl-39 {
  padding-left: 39% !important;
}

.pl-38 {
  padding-left: 38% !important;
}

.pl-37 {
  padding-left: 37% !important;
}

.pl-36 {
  padding-left: 36% !important;
}

.pl-35 {
  padding-left: 35% !important;
}

.pl-34 {
  padding-left: 34% !important;
}

.pl-33 {
  padding-left: 33% !important;
}

.pl-32 {
  padding-left: 32% !important;
}

.pl-31 {
  padding-left: 31% !important;
}

.pl-30 {
  padding-left: 30% !important;
}

.pl-29 {
  padding-left: 29% !important;
}

.pl-28 {
  padding-left: 28% !important;
}

.pl-27 {
  padding-left: 27% !important;
}

.pl-26 {
  padding-left: 26% !important;
}

.pl-25 {
  padding-left: 25% !important;
}

.pl-24 {
  padding-left: 24% !important;
}

.pl-23 {
  padding-left: 23% !important;
}

.pl-22 {
  padding-left: 22% !important;
}

.pl-21 {
  padding-left: 21% !important;
}

.pl-20 {
  padding-left: 20% !important;
}

.pl-19 {
  padding-left: 19% !important;
}

.pl-18 {
  padding-left: 18% !important;
}

.pl-17 {
  padding-left: 17% !important;
}

.pl-16 {
  padding-left: 16% !important;
}

.pl-15 {
  padding-left: 15% !important;
}

.pl-14 {
  padding-left: 14% !important;
}

.pl-13 {
  padding-left: 13% !important;
}

.pl-12 {
  padding-left: 12% !important;
}

.pl-11 {
  padding-left: 11% !important;
}

.pl-10 {
  padding-left: 10% !important;
}

.pl-9 {
  padding-left: 9% !important;
}

.pl-8 {
  padding-left: 8% !important;
}

.pl-7 {
  padding-left: 7% !important;
}

.pl-6 {
  padding-left: 6% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.mb-100 {
  margin-bottom: 100% !important;
}

.mb-99 {
  margin-bottom: 99% !important;
}

.mb-98 {
  margin-bottom: 98% !important;
}

.mb-97 {
  margin-bottom: 97% !important;
}

.mb-96 {
  margin-bottom: 96% !important;
}

.mb-95 {
  margin-bottom: 95% !important;
}

.mb-94 {
  margin-bottom: 94% !important;
}

.mb-93 {
  margin-bottom: 93% !important;
}

.mb-92 {
  margin-bottom: 92% !important;
}

.mb-91 {
  margin-bottom: 91% !important;
}

.mb-90 {
  margin-bottom: 90% !important;
}

.mb-89 {
  margin-bottom: 89% !important;
}

.mb-88 {
  margin-bottom: 88% !important;
}

.mb-87 {
  margin-bottom: 87% !important;
}

.mb-86 {
  margin-bottom: 86% !important;
}

.mb-85 {
  margin-bottom: 85% !important;
}

.mb-84 {
  margin-bottom: 84% !important;
}

.mb-83 {
  margin-bottom: 83% !important;
}

.mb-82 {
  margin-bottom: 82% !important;
}

.mb-81 {
  margin-bottom: 81% !important;
}

.mb-80 {
  margin-bottom: 80% !important;
}

.mb-79 {
  margin-bottom: 79% !important;
}

.mb-78 {
  margin-bottom: 78% !important;
}

.mb-77 {
  margin-bottom: 77% !important;
}

.mb-76 {
  margin-bottom: 76% !important;
}

.mb-75 {
  margin-bottom: 75% !important;
}

.mb-74 {
  margin-bottom: 74% !important;
}

.mb-73 {
  margin-bottom: 73% !important;
}

.mb-72 {
  margin-bottom: 72% !important;
}

.mb-71 {
  margin-bottom: 71% !important;
}

.mb-70 {
  margin-bottom: 70% !important;
}

.mb-69 {
  margin-bottom: 69% !important;
}

.mb-68 {
  margin-bottom: 68% !important;
}

.mb-67 {
  margin-bottom: 67% !important;
}

.mb-66 {
  margin-bottom: 66% !important;
}

.mb-65 {
  margin-bottom: 65% !important;
}

.mb-64 {
  margin-bottom: 64% !important;
}

.mb-63 {
  margin-bottom: 63% !important;
}

.mb-62 {
  margin-bottom: 62% !important;
}

.mb-61 {
  margin-bottom: 61% !important;
}

.mb-60 {
  margin-bottom: 60% !important;
}

.mb-59 {
  margin-bottom: 59% !important;
}

.mb-58 {
  margin-bottom: 58% !important;
}

.mb-57 {
  margin-bottom: 57% !important;
}

.mb-56 {
  margin-bottom: 56% !important;
}

.mb-55 {
  margin-bottom: 55% !important;
}

.mb-54 {
  margin-bottom: 54% !important;
}

.mb-53 {
  margin-bottom: 53% !important;
}

.mb-52 {
  margin-bottom: 52% !important;
}

.mb-51 {
  margin-bottom: 51% !important;
}

.mb-50 {
  margin-bottom: 50% !important;
}

.mb-49 {
  margin-bottom: 49% !important;
}

.mb-48 {
  margin-bottom: 48% !important;
}

.mb-47 {
  margin-bottom: 47% !important;
}

.mb-46 {
  margin-bottom: 46% !important;
}

.mb-45 {
  margin-bottom: 45% !important;
}

.mb-44 {
  margin-bottom: 44% !important;
}

.mb-43 {
  margin-bottom: 43% !important;
}

.mb-42 {
  margin-bottom: 42% !important;
}

.mb-41 {
  margin-bottom: 41% !important;
}

.mb-40 {
  margin-bottom: 40% !important;
}

.mb-39 {
  margin-bottom: 39% !important;
}

.mb-38 {
  margin-bottom: 38% !important;
}

.mb-37 {
  margin-bottom: 37% !important;
}

.mb-36 {
  margin-bottom: 36% !important;
}

.mb-35 {
  margin-bottom: 35% !important;
}

.mb-34 {
  margin-bottom: 34% !important;
}

.mb-33 {
  margin-bottom: 33% !important;
}

.mb-32 {
  margin-bottom: 32% !important;
}

.mb-31 {
  margin-bottom: 31% !important;
}

.mb-30 {
  margin-bottom: 30% !important;
}

.mb-29 {
  margin-bottom: 29% !important;
}

.mb-28 {
  margin-bottom: 28% !important;
}

.mb-27 {
  margin-bottom: 27% !important;
}

.mb-26 {
  margin-bottom: 26% !important;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.mb-24 {
  margin-bottom: 24% !important;
}

.mb-23 {
  margin-bottom: 23% !important;
}

.mb-22 {
  margin-bottom: 22% !important;
}

.mb-21 {
  margin-bottom: 21% !important;
}

.mb-20 {
  margin-bottom: 20% !important;
}

.mb-19 {
  margin-bottom: 19% !important;
}

.mb-18 {
  margin-bottom: 18% !important;
}

.mb-17 {
  margin-bottom: 17% !important;
}

.mb-16 {
  margin-bottom: 16% !important;
}

.mb-15 {
  margin-bottom: 15% !important;
}

.mb-14 {
  margin-bottom: 14% !important;
}

.mb-13 {
  margin-bottom: 13% !important;
}

.mb-12 {
  margin-bottom: 12% !important;
}

.mb-11 {
  margin-bottom: 11% !important;
}

.mb-10 {
  margin-bottom: 10% !important;
}

.mb-9 {
  margin-bottom: 9% !important;
}

.mb-8 {
  margin-bottom: 8% !important;
}

.mb-7 {
  margin-bottom: 7% !important;
}

.mb-6 {
  margin-bottom: 6% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-0 {
  margin-bottom: 0% !important;
}

.mt-100 {
  margin-top: 100% !important;
}

.mt-99 {
  margin-top: 99% !important;
}

.mt-98 {
  margin-top: 98% !important;
}

.mt-97 {
  margin-top: 97% !important;
}

.mt-96 {
  margin-top: 96% !important;
}

.mt-95 {
  margin-top: 95% !important;
}

.mt-94 {
  margin-top: 94% !important;
}

.mt-93 {
  margin-top: 93% !important;
}

.mt-92 {
  margin-top: 92% !important;
}

.mt-91 {
  margin-top: 91% !important;
}

.mt-90 {
  margin-top: 90% !important;
}

.mt-89 {
  margin-top: 89% !important;
}

.mt-88 {
  margin-top: 88% !important;
}

.mt-87 {
  margin-top: 87% !important;
}

.mt-86 {
  margin-top: 86% !important;
}

.mt-85 {
  margin-top: 85% !important;
}

.mt-84 {
  margin-top: 84% !important;
}

.mt-83 {
  margin-top: 83% !important;
}

.mt-82 {
  margin-top: 82% !important;
}

.mt-81 {
  margin-top: 81% !important;
}

.mt-80 {
  margin-top: 80% !important;
}

.mt-79 {
  margin-top: 79% !important;
}

.mt-78 {
  margin-top: 78% !important;
}

.mt-77 {
  margin-top: 77% !important;
}

.mt-76 {
  margin-top: 76% !important;
}

.mt-75 {
  margin-top: 75% !important;
}

.mt-74 {
  margin-top: 74% !important;
}

.mt-73 {
  margin-top: 73% !important;
}

.mt-72 {
  margin-top: 72% !important;
}

.mt-71 {
  margin-top: 71% !important;
}

.mt-70 {
  margin-top: 70% !important;
}

.mt-69 {
  margin-top: 69% !important;
}

.mt-68 {
  margin-top: 68% !important;
}

.mt-67 {
  margin-top: 67% !important;
}

.mt-66 {
  margin-top: 66% !important;
}

.mt-65 {
  margin-top: 65% !important;
}

.mt-64 {
  margin-top: 64% !important;
}

.mt-63 {
  margin-top: 63% !important;
}

.mt-62 {
  margin-top: 62% !important;
}

.mt-61 {
  margin-top: 61% !important;
}

.mt-60 {
  margin-top: 60% !important;
}

.mt-59 {
  margin-top: 59% !important;
}

.mt-58 {
  margin-top: 58% !important;
}

.mt-57 {
  margin-top: 57% !important;
}

.mt-56 {
  margin-top: 56% !important;
}

.mt-55 {
  margin-top: 55% !important;
}

.mt-54 {
  margin-top: 54% !important;
}

.mt-53 {
  margin-top: 53% !important;
}

.mt-52 {
  margin-top: 52% !important;
}

.mt-51 {
  margin-top: 51% !important;
}

.mt-50 {
  margin-top: 50% !important;
}

.mt-49 {
  margin-top: 49% !important;
}

.mt-48 {
  margin-top: 48% !important;
}

.mt-47 {
  margin-top: 47% !important;
}

.mt-46 {
  margin-top: 46% !important;
}

.mt-45 {
  margin-top: 45% !important;
}

.mt-44 {
  margin-top: 44% !important;
}

.mt-43 {
  margin-top: 43% !important;
}

.mt-42 {
  margin-top: 42% !important;
}

.mt-41 {
  margin-top: 41% !important;
}

.mt-40 {
  margin-top: 40% !important;
}

.mt-39 {
  margin-top: 39% !important;
}

.mt-38 {
  margin-top: 38% !important;
}

.mt-37 {
  margin-top: 37% !important;
}

.mt-36 {
  margin-top: 36% !important;
}

.mt-35 {
  margin-top: 35% !important;
}

.mt-34 {
  margin-top: 34% !important;
}

.mt-33 {
  margin-top: 33% !important;
}

.mt-32 {
  margin-top: 32% !important;
}

.mt-31 {
  margin-top: 31% !important;
}

.mt-30 {
  margin-top: 30% !important;
}

.mt-29 {
  margin-top: 29% !important;
}

.mt-28 {
  margin-top: 28% !important;
}

.mt-27 {
  margin-top: 27% !important;
}

.mt-26 {
  margin-top: 26% !important;
}

.mt-25 {
  margin-top: 25% !important;
}

.mt-24 {
  margin-top: 24% !important;
}

.mt-23 {
  margin-top: 23% !important;
}

.mt-22 {
  margin-top: 22% !important;
}

.mt-21 {
  margin-top: 21% !important;
}

.mt-20 {
  margin-top: 20% !important;
}

.mt-19 {
  margin-top: 19% !important;
}

.mt-18 {
  margin-top: 18% !important;
}

.mt-17 {
  margin-top: 17% !important;
}

.mt-16 {
  margin-top: 16% !important;
}

.mt-15 {
  margin-top: 15% !important;
}

.mt-14 {
  margin-top: 14% !important;
}

.mt-13 {
  margin-top: 13% !important;
}

.mt-12 {
  margin-top: 12% !important;
}

.mt-11 {
  margin-top: 11% !important;
}

.mt-10 {
  margin-top: 10% !important;
}

.mt-9 {
  margin-top: 9% !important;
}

.mt-8 {
  margin-top: 8% !important;
}

.mt-7 {
  margin-top: 7% !important;
}

.mt-6 {
  margin-top: 6% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-0 {
  margin-top: 0% !important;
}

.mbpx-100 {
  margin-bottom: 100px !important;
}

.mbpx-99 {
  margin-bottom: 99px !important;
}

.mbpx-98 {
  margin-bottom: 98px !important;
}

.mbpx-97 {
  margin-bottom: 97px !important;
}

.mbpx-96 {
  margin-bottom: 96px !important;
}

.mbpx-95 {
  margin-bottom: 95px !important;
}

.mbpx-94 {
  margin-bottom: 94px !important;
}

.mbpx-93 {
  margin-bottom: 93px !important;
}

.mbpx-92 {
  margin-bottom: 92px !important;
}

.mbpx-91 {
  margin-bottom: 91px !important;
}

.mbpx-90 {
  margin-bottom: 90px !important;
}

.mbpx-89 {
  margin-bottom: 89px !important;
}

.mbpx-88 {
  margin-bottom: 88px !important;
}

.mbpx-87 {
  margin-bottom: 87px !important;
}

.mbpx-86 {
  margin-bottom: 86px !important;
}

.mbpx-85 {
  margin-bottom: 85px !important;
}

.mbpx-84 {
  margin-bottom: 84px !important;
}

.mbpx-83 {
  margin-bottom: 83px !important;
}

.mbpx-82 {
  margin-bottom: 82px !important;
}

.mbpx-81 {
  margin-bottom: 81px !important;
}

.mbpx-80 {
  margin-bottom: 80px !important;
}

.mbpx-79 {
  margin-bottom: 79px !important;
}

.mbpx-78 {
  margin-bottom: 78px !important;
}

.mbpx-77 {
  margin-bottom: 77px !important;
}

.mbpx-76 {
  margin-bottom: 76px !important;
}

.mbpx-75 {
  margin-bottom: 75px !important;
}

.mbpx-74 {
  margin-bottom: 74px !important;
}

.mbpx-73 {
  margin-bottom: 73px !important;
}

.mbpx-72 {
  margin-bottom: 72px !important;
}

.mbpx-71 {
  margin-bottom: 71px !important;
}

.mbpx-70 {
  margin-bottom: 70px !important;
}

.mbpx-69 {
  margin-bottom: 69px !important;
}

.mbpx-68 {
  margin-bottom: 68px !important;
}

.mbpx-67 {
  margin-bottom: 67px !important;
}

.mbpx-66 {
  margin-bottom: 66px !important;
}

.mbpx-65 {
  margin-bottom: 65px !important;
}

.mbpx-64 {
  margin-bottom: 64px !important;
}

.mbpx-63 {
  margin-bottom: 63px !important;
}

.mbpx-62 {
  margin-bottom: 62px !important;
}

.mbpx-61 {
  margin-bottom: 61px !important;
}

.mbpx-60 {
  margin-bottom: 60px !important;
}

.mbpx-59 {
  margin-bottom: 59px !important;
}

.mbpx-58 {
  margin-bottom: 58px !important;
}

.mbpx-57 {
  margin-bottom: 57px !important;
}

.mbpx-56 {
  margin-bottom: 56px !important;
}

.mbpx-55 {
  margin-bottom: 55px !important;
}

.mbpx-54 {
  margin-bottom: 54px !important;
}

.mbpx-53 {
  margin-bottom: 53px !important;
}

.mbpx-52 {
  margin-bottom: 52px !important;
}

.mbpx-51 {
  margin-bottom: 51px !important;
}

.mbpx-50 {
  margin-bottom: 50px !important;
}

.mbpx-49 {
  margin-bottom: 49px !important;
}

.mbpx-48 {
  margin-bottom: 48px !important;
}

.mbpx-47 {
  margin-bottom: 47px !important;
}

.mbpx-46 {
  margin-bottom: 46px !important;
}

.mbpx-45 {
  margin-bottom: 45px !important;
}

.mbpx-44 {
  margin-bottom: 44px !important;
}

.mbpx-43 {
  margin-bottom: 43px !important;
}

.mbpx-42 {
  margin-bottom: 42px !important;
}

.mbpx-41 {
  margin-bottom: 41px !important;
}

.mbpx-40 {
  margin-bottom: 40px !important;
}

.mbpx-39 {
  margin-bottom: 39px !important;
}

.mbpx-38 {
  margin-bottom: 38px !important;
}

.mbpx-37 {
  margin-bottom: 37px !important;
}

.mbpx-36 {
  margin-bottom: 36px !important;
}

.mbpx-35 {
  margin-bottom: 35px !important;
}

.mbpx-34 {
  margin-bottom: 34px !important;
}

.mbpx-33 {
  margin-bottom: 33px !important;
}

.mbpx-32 {
  margin-bottom: 32px !important;
}

.mbpx-31 {
  margin-bottom: 31px !important;
}

.mbpx-30 {
  margin-bottom: 30px !important;
}

.mbpx-29 {
  margin-bottom: 29px !important;
}

.mbpx-28 {
  margin-bottom: 28px !important;
}

.mbpx-27 {
  margin-bottom: 27px !important;
}

.mbpx-26 {
  margin-bottom: 26px !important;
}

.mbpx-25 {
  margin-bottom: 25px !important;
}

.mbpx-24 {
  margin-bottom: 24px !important;
}

.mbpx-23 {
  margin-bottom: 23px !important;
}

.mbpx-22 {
  margin-bottom: 22px !important;
}

.mbpx-21 {
  margin-bottom: 21px !important;
}

.mbpx-20 {
  margin-bottom: 20px !important;
}

.mbpx-19 {
  margin-bottom: 19px !important;
}

.mbpx-18 {
  margin-bottom: 18px !important;
}

.mbpx-17 {
  margin-bottom: 17px !important;
}

.mbpx-16 {
  margin-bottom: 16px !important;
}

.mbpx-15 {
  margin-bottom: 15px !important;
}

.mbpx-14 {
  margin-bottom: 14px !important;
}

.mbpx-13 {
  margin-bottom: 13px !important;
}

.mbpx-12 {
  margin-bottom: 12px !important;
}

.mbpx-11 {
  margin-bottom: 11px !important;
}

.mbpx-10 {
  margin-bottom: 10px !important;
}

.mbpx-9 {
  margin-bottom: 9px !important;
}

.mbpx-8 {
  margin-bottom: 8px !important;
}

.mbpx-7 {
  margin-bottom: 7px !important;
}

.mbpx-6 {
  margin-bottom: 6px !important;
}

.mbpx-5 {
  margin-bottom: 5px !important;
}

.mbpx-4 {
  margin-bottom: 4px !important;
}

.mbpx-3 {
  margin-bottom: 3px !important;
}

.mbpx-2 {
  margin-bottom: 2px !important;
}

.mbpx-1 {
  margin-bottom: 1px !important;
}

.mbpx-0 {
  margin-bottom: 0px !important;
}

.mtpx-100 {
  margin-top: 100px !important;
}

.mtpx-99 {
  margin-top: 99px !important;
}

.mtpx-98 {
  margin-top: 98px !important;
}

.mtpx-97 {
  margin-top: 97px !important;
}

.mtpx-96 {
  margin-top: 96px !important;
}

.mtpx-95 {
  margin-top: 95px !important;
}

.mtpx-94 {
  margin-top: 94px !important;
}

.mtpx-93 {
  margin-top: 93px !important;
}

.mtpx-92 {
  margin-top: 92px !important;
}

.mtpx-91 {
  margin-top: 91px !important;
}

.mtpx-90 {
  margin-top: 90px !important;
}

.mtpx-89 {
  margin-top: 89px !important;
}

.mtpx-88 {
  margin-top: 88px !important;
}

.mtpx-87 {
  margin-top: 87px !important;
}

.mtpx-86 {
  margin-top: 86px !important;
}

.mtpx-85 {
  margin-top: 85px !important;
}

.mtpx-84 {
  margin-top: 84px !important;
}

.mtpx-83 {
  margin-top: 83px !important;
}

.mtpx-82 {
  margin-top: 82px !important;
}

.mtpx-81 {
  margin-top: 81px !important;
}

.mtpx-80 {
  margin-top: 80px !important;
}

.mtpx-79 {
  margin-top: 79px !important;
}

.mtpx-78 {
  margin-top: 78px !important;
}

.mtpx-77 {
  margin-top: 77px !important;
}

.mtpx-76 {
  margin-top: 76px !important;
}

.mtpx-75 {
  margin-top: 75px !important;
}

.mtpx-74 {
  margin-top: 74px !important;
}

.mtpx-73 {
  margin-top: 73px !important;
}

.mtpx-72 {
  margin-top: 72px !important;
}

.mtpx-71 {
  margin-top: 71px !important;
}

.mtpx-70 {
  margin-top: 70px !important;
}

.mtpx-69 {
  margin-top: 69px !important;
}

.mtpx-68 {
  margin-top: 68px !important;
}

.mtpx-67 {
  margin-top: 67px !important;
}

.mtpx-66 {
  margin-top: 66px !important;
}

.mtpx-65 {
  margin-top: 65px !important;
}

.mtpx-64 {
  margin-top: 64px !important;
}

.mtpx-63 {
  margin-top: 63px !important;
}

.mtpx-62 {
  margin-top: 62px !important;
}

.mtpx-61 {
  margin-top: 61px !important;
}

.mtpx-60 {
  margin-top: 60px !important;
}

.mtpx-59 {
  margin-top: 59px !important;
}

.mtpx-58 {
  margin-top: 58px !important;
}

.mtpx-57 {
  margin-top: 57px !important;
}

.mtpx-56 {
  margin-top: 56px !important;
}

.mtpx-55 {
  margin-top: 55px !important;
}

.mtpx-54 {
  margin-top: 54px !important;
}

.mtpx-53 {
  margin-top: 53px !important;
}

.mtpx-52 {
  margin-top: 52px !important;
}

.mtpx-51 {
  margin-top: 51px !important;
}

.mtpx-50 {
  margin-top: 50px !important;
}

.mtpx-49 {
  margin-top: 49px !important;
}

.mtpx-48 {
  margin-top: 48px !important;
}

.mtpx-47 {
  margin-top: 47px !important;
}

.mtpx-46 {
  margin-top: 46px !important;
}

.mtpx-45 {
  margin-top: 45px !important;
}

.mtpx-44 {
  margin-top: 44px !important;
}

.mtpx-43 {
  margin-top: 43px !important;
}

.mtpx-42 {
  margin-top: 42px !important;
}

.mtpx-41 {
  margin-top: 41px !important;
}

.mtpx-40 {
  margin-top: 40px !important;
}

.mtpx-39 {
  margin-top: 39px !important;
}

.mtpx-38 {
  margin-top: 38px !important;
}

.mtpx-37 {
  margin-top: 37px !important;
}

.mtpx-36 {
  margin-top: 36px !important;
}

.mtpx-35 {
  margin-top: 35px !important;
}

.mtpx-34 {
  margin-top: 34px !important;
}

.mtpx-33 {
  margin-top: 33px !important;
}

.mtpx-32 {
  margin-top: 32px !important;
}

.mtpx-31 {
  margin-top: 31px !important;
}

.mtpx-30 {
  margin-top: 30px !important;
}

.mtpx-29 {
  margin-top: 29px !important;
}

.mtpx-28 {
  margin-top: 28px !important;
}

.mtpx-27 {
  margin-top: 27px !important;
}

.mtpx-26 {
  margin-top: 26px !important;
}

.mtpx-25 {
  margin-top: 25px !important;
}

.mtpx-24 {
  margin-top: 24px !important;
}

.mtpx-23 {
  margin-top: 23px !important;
}

.mtpx-22 {
  margin-top: 22px !important;
}

.mtpx-21 {
  margin-top: 21px !important;
}

.mtpx-20 {
  margin-top: 20px !important;
}

.mtpx-19 {
  margin-top: 19px !important;
}

.mtpx-18 {
  margin-top: 18px !important;
}

.mtpx-17 {
  margin-top: 17px !important;
}

.mtpx-16 {
  margin-top: 16px !important;
}

.mtpx-15 {
  margin-top: 15px !important;
}

.mtpx-14 {
  margin-top: 14px !important;
}

.mtpx-13 {
  margin-top: 13px !important;
}

.mtpx-12 {
  margin-top: 12px !important;
}

.mtpx-11 {
  margin-top: 11px !important;
}

.mtpx-10 {
  margin-top: 10px !important;
}

.mtpx-9 {
  margin-top: 9px !important;
}

.mtpx-8 {
  margin-top: 8px !important;
}

.mtpx-7 {
  margin-top: 7px !important;
}

.mtpx-6 {
  margin-top: 6px !important;
}

.mtpx-5 {
  margin-top: 5px !important;
}

.mtpx-4 {
  margin-top: 4px !important;
}

.mtpx-3 {
  margin-top: 3px !important;
}

.mtpx-2 {
  margin-top: 2px !important;
}

.mtpx-1 {
  margin-top: 1px !important;
}

.mtpx-0 {
  margin-top: 0px !important;
}

.pbpx-100 {
  padding-bottom: 100px !important;
}

.pbpx-99 {
  padding-bottom: 99px !important;
}

.pbpx-98 {
  padding-bottom: 98px !important;
}

.pbpx-97 {
  padding-bottom: 97px !important;
}

.pbpx-96 {
  padding-bottom: 96px !important;
}

.pbpx-95 {
  padding-bottom: 95px !important;
}

.pbpx-94 {
  padding-bottom: 94px !important;
}

.pbpx-93 {
  padding-bottom: 93px !important;
}

.pbpx-92 {
  padding-bottom: 92px !important;
}

.pbpx-91 {
  padding-bottom: 91px !important;
}

.pbpx-90 {
  padding-bottom: 90px !important;
}

.pbpx-89 {
  padding-bottom: 89px !important;
}

.pbpx-88 {
  padding-bottom: 88px !important;
}

.pbpx-87 {
  padding-bottom: 87px !important;
}

.pbpx-86 {
  padding-bottom: 86px !important;
}

.pbpx-85 {
  padding-bottom: 85px !important;
}

.pbpx-84 {
  padding-bottom: 84px !important;
}

.pbpx-83 {
  padding-bottom: 83px !important;
}

.pbpx-82 {
  padding-bottom: 82px !important;
}

.pbpx-81 {
  padding-bottom: 81px !important;
}

.pbpx-80 {
  padding-bottom: 80px !important;
}

.pbpx-79 {
  padding-bottom: 79px !important;
}

.pbpx-78 {
  padding-bottom: 78px !important;
}

.pbpx-77 {
  padding-bottom: 77px !important;
}

.pbpx-76 {
  padding-bottom: 76px !important;
}

.pbpx-75 {
  padding-bottom: 75px !important;
}

.pbpx-74 {
  padding-bottom: 74px !important;
}

.pbpx-73 {
  padding-bottom: 73px !important;
}

.pbpx-72 {
  padding-bottom: 72px !important;
}

.pbpx-71 {
  padding-bottom: 71px !important;
}

.pbpx-70 {
  padding-bottom: 70px !important;
}

.pbpx-69 {
  padding-bottom: 69px !important;
}

.pbpx-68 {
  padding-bottom: 68px !important;
}

.pbpx-67 {
  padding-bottom: 67px !important;
}

.pbpx-66 {
  padding-bottom: 66px !important;
}

.pbpx-65 {
  padding-bottom: 65px !important;
}

.pbpx-64 {
  padding-bottom: 64px !important;
}

.pbpx-63 {
  padding-bottom: 63px !important;
}

.pbpx-62 {
  padding-bottom: 62px !important;
}

.pbpx-61 {
  padding-bottom: 61px !important;
}

.pbpx-60 {
  padding-bottom: 60px !important;
}

.pbpx-59 {
  padding-bottom: 59px !important;
}

.pbpx-58 {
  padding-bottom: 58px !important;
}

.pbpx-57 {
  padding-bottom: 57px !important;
}

.pbpx-56 {
  padding-bottom: 56px !important;
}

.pbpx-55 {
  padding-bottom: 55px !important;
}

.pbpx-54 {
  padding-bottom: 54px !important;
}

.pbpx-53 {
  padding-bottom: 53px !important;
}

.pbpx-52 {
  padding-bottom: 52px !important;
}

.pbpx-51 {
  padding-bottom: 51px !important;
}

.pbpx-50 {
  padding-bottom: 50px !important;
}

.pbpx-49 {
  padding-bottom: 49px !important;
}

.pbpx-48 {
  padding-bottom: 48px !important;
}

.pbpx-47 {
  padding-bottom: 47px !important;
}

.pbpx-46 {
  padding-bottom: 46px !important;
}

.pbpx-45 {
  padding-bottom: 45px !important;
}

.pbpx-44 {
  padding-bottom: 44px !important;
}

.pbpx-43 {
  padding-bottom: 43px !important;
}

.pbpx-42 {
  padding-bottom: 42px !important;
}

.pbpx-41 {
  padding-bottom: 41px !important;
}

.pbpx-40 {
  padding-bottom: 40px !important;
}

.pbpx-39 {
  padding-bottom: 39px !important;
}

.pbpx-38 {
  padding-bottom: 38px !important;
}

.pbpx-37 {
  padding-bottom: 37px !important;
}

.pbpx-36 {
  padding-bottom: 36px !important;
}

.pbpx-35 {
  padding-bottom: 35px !important;
}

.pbpx-34 {
  padding-bottom: 34px !important;
}

.pbpx-33 {
  padding-bottom: 33px !important;
}

.pbpx-32 {
  padding-bottom: 32px !important;
}

.pbpx-31 {
  padding-bottom: 31px !important;
}

.pbpx-30 {
  padding-bottom: 30px !important;
}

.pbpx-29 {
  padding-bottom: 29px !important;
}

.pbpx-28 {
  padding-bottom: 28px !important;
}

.pbpx-27 {
  padding-bottom: 27px !important;
}

.pbpx-26 {
  padding-bottom: 26px !important;
}

.pbpx-25 {
  padding-bottom: 25px !important;
}

.pbpx-24 {
  padding-bottom: 24px !important;
}

.pbpx-23 {
  padding-bottom: 23px !important;
}

.pbpx-22 {
  padding-bottom: 22px !important;
}

.pbpx-21 {
  padding-bottom: 21px !important;
}

.pbpx-20 {
  padding-bottom: 20px !important;
}

.pbpx-19 {
  padding-bottom: 19px !important;
}

.pbpx-18 {
  padding-bottom: 18px !important;
}

.pbpx-17 {
  padding-bottom: 17px !important;
}

.pbpx-16 {
  padding-bottom: 16px !important;
}

.pbpx-15 {
  padding-bottom: 15px !important;
}

.pbpx-14 {
  padding-bottom: 14px !important;
}

.pbpx-13 {
  padding-bottom: 13px !important;
}

.pbpx-12 {
  padding-bottom: 12px !important;
}

.pbpx-11 {
  padding-bottom: 11px !important;
}

.pbpx-10 {
  padding-bottom: 10px !important;
}

.pbpx-9 {
  padding-bottom: 9px !important;
}

.pbpx-8 {
  padding-bottom: 8px !important;
}

.pbpx-7 {
  padding-bottom: 7px !important;
}

.pbpx-6 {
  padding-bottom: 6px !important;
}

.pbpx-5 {
  padding-bottom: 5px !important;
}

.pbpx-4 {
  padding-bottom: 4px !important;
}

.pbpx-3 {
  padding-bottom: 3px !important;
}

.pbpx-2 {
  padding-bottom: 2px !important;
}

.pbpx-1 {
  padding-bottom: 1px !important;
}

.pbpx-0 {
  padding-bottom: 0px !important;
}

.ptpx-100 {
  padding-top: 100px !important;
}

.ptpx-99 {
  padding-top: 99px !important;
}

.ptpx-98 {
  padding-top: 98px !important;
}

.ptpx-97 {
  padding-top: 97px !important;
}

.ptpx-96 {
  padding-top: 96px !important;
}

.ptpx-95 {
  padding-top: 95px !important;
}

.ptpx-94 {
  padding-top: 94px !important;
}

.ptpx-93 {
  padding-top: 93px !important;
}

.ptpx-92 {
  padding-top: 92px !important;
}

.ptpx-91 {
  padding-top: 91px !important;
}

.ptpx-90 {
  padding-top: 90px !important;
}

.ptpx-89 {
  padding-top: 89px !important;
}

.ptpx-88 {
  padding-top: 88px !important;
}

.ptpx-87 {
  padding-top: 87px !important;
}

.ptpx-86 {
  padding-top: 86px !important;
}

.ptpx-85 {
  padding-top: 85px !important;
}

.ptpx-84 {
  padding-top: 84px !important;
}

.ptpx-83 {
  padding-top: 83px !important;
}

.ptpx-82 {
  padding-top: 82px !important;
}

.ptpx-81 {
  padding-top: 81px !important;
}

.ptpx-80 {
  padding-top: 80px !important;
}

.ptpx-79 {
  padding-top: 79px !important;
}

.ptpx-78 {
  padding-top: 78px !important;
}

.ptpx-77 {
  padding-top: 77px !important;
}

.ptpx-76 {
  padding-top: 76px !important;
}

.ptpx-75 {
  padding-top: 75px !important;
}

.ptpx-74 {
  padding-top: 74px !important;
}

.ptpx-73 {
  padding-top: 73px !important;
}

.ptpx-72 {
  padding-top: 72px !important;
}

.ptpx-71 {
  padding-top: 71px !important;
}

.ptpx-70 {
  padding-top: 70px !important;
}

.ptpx-69 {
  padding-top: 69px !important;
}

.ptpx-68 {
  padding-top: 68px !important;
}

.ptpx-67 {
  padding-top: 67px !important;
}

.ptpx-66 {
  padding-top: 66px !important;
}

.ptpx-65 {
  padding-top: 65px !important;
}

.ptpx-64 {
  padding-top: 64px !important;
}

.ptpx-63 {
  padding-top: 63px !important;
}

.ptpx-62 {
  padding-top: 62px !important;
}

.ptpx-61 {
  padding-top: 61px !important;
}

.ptpx-60 {
  padding-top: 60px !important;
}

.ptpx-59 {
  padding-top: 59px !important;
}

.ptpx-58 {
  padding-top: 58px !important;
}

.ptpx-57 {
  padding-top: 57px !important;
}

.ptpx-56 {
  padding-top: 56px !important;
}

.ptpx-55 {
  padding-top: 55px !important;
}

.ptpx-54 {
  padding-top: 54px !important;
}

.ptpx-53 {
  padding-top: 53px !important;
}

.ptpx-52 {
  padding-top: 52px !important;
}

.ptpx-51 {
  padding-top: 51px !important;
}

.ptpx-50 {
  padding-top: 50px !important;
}

.ptpx-49 {
  padding-top: 49px !important;
}

.ptpx-48 {
  padding-top: 48px !important;
}

.ptpx-47 {
  padding-top: 47px !important;
}

.ptpx-46 {
  padding-top: 46px !important;
}

.ptpx-45 {
  padding-top: 45px !important;
}

.ptpx-44 {
  padding-top: 44px !important;
}

.ptpx-43 {
  padding-top: 43px !important;
}

.ptpx-42 {
  padding-top: 42px !important;
}

.ptpx-41 {
  padding-top: 41px !important;
}

.ptpx-40 {
  padding-top: 40px !important;
}

.ptpx-39 {
  padding-top: 39px !important;
}

.ptpx-38 {
  padding-top: 38px !important;
}

.ptpx-37 {
  padding-top: 37px !important;
}

.ptpx-36 {
  padding-top: 36px !important;
}

.ptpx-35 {
  padding-top: 35px !important;
}

.ptpx-34 {
  padding-top: 34px !important;
}

.ptpx-33 {
  padding-top: 33px !important;
}

.ptpx-32 {
  padding-top: 32px !important;
}

.ptpx-31 {
  padding-top: 31px !important;
}

.ptpx-30 {
  padding-top: 30px !important;
}

.ptpx-29 {
  padding-top: 29px !important;
}

.ptpx-28 {
  padding-top: 28px !important;
}

.ptpx-27 {
  padding-top: 27px !important;
}

.ptpx-26 {
  padding-top: 26px !important;
}

.ptpx-25 {
  padding-top: 25px !important;
}

.ptpx-24 {
  padding-top: 24px !important;
}

.ptpx-23 {
  padding-top: 23px !important;
}

.ptpx-22 {
  padding-top: 22px !important;
}

.ptpx-21 {
  padding-top: 21px !important;
}

.ptpx-20 {
  padding-top: 20px !important;
}

.ptpx-19 {
  padding-top: 19px !important;
}

.ptpx-18 {
  padding-top: 18px !important;
}

.ptpx-17 {
  padding-top: 17px !important;
}

.ptpx-16 {
  padding-top: 16px !important;
}

.ptpx-15 {
  padding-top: 15px !important;
}

.ptpx-14 {
  padding-top: 14px !important;
}

.ptpx-13 {
  padding-top: 13px !important;
}

.ptpx-12 {
  padding-top: 12px !important;
}

.ptpx-11 {
  padding-top: 11px !important;
}

.ptpx-10 {
  padding-top: 10px !important;
}

.ptpx-9 {
  padding-top: 9px !important;
}

.ptpx-8 {
  padding-top: 8px !important;
}

.ptpx-7 {
  padding-top: 7px !important;
}

.ptpx-6 {
  padding-top: 6px !important;
}

.ptpx-5 {
  padding-top: 5px !important;
}

.ptpx-4 {
  padding-top: 4px !important;
}

.ptpx-3 {
  padding-top: 3px !important;
}

.ptpx-2 {
  padding-top: 2px !important;
}

.ptpx-1 {
  padding-top: 1px !important;
}

.ptpx-0 {
  padding-top: 0px !important;
}

.h-100 {
  height: 100px;
}

.h-99 {
  height: 99px;
}

.h-98 {
  height: 98px;
}

.h-97 {
  height: 97px;
}

.h-96 {
  height: 96px;
}

.h-95 {
  height: 95px;
}

.h-94 {
  height: 94px;
}

.h-93 {
  height: 93px;
}

.h-92 {
  height: 92px;
}

.h-91 {
  height: 91px;
}

.h-90 {
  height: 90px;
}

.h-89 {
  height: 89px;
}

.h-88 {
  height: 88px;
}

.h-87 {
  height: 87px;
}

.h-86 {
  height: 86px;
}

.h-85 {
  height: 85px;
}

.h-84 {
  height: 84px;
}

.h-83 {
  height: 83px;
}

.h-82 {
  height: 82px;
}

.h-81 {
  height: 81px;
}

.h-80 {
  height: 80px;
}

.h-79 {
  height: 79px;
}

.h-78 {
  height: 78px;
}

.h-77 {
  height: 77px;
}

.h-76 {
  height: 76px;
}

.h-75 {
  height: 75px;
}

.h-74 {
  height: 74px;
}

.h-73 {
  height: 73px;
}

.h-72 {
  height: 72px;
}

.h-71 {
  height: 71px;
}

.h-70 {
  height: 70px;
}

.h-69 {
  height: 69px;
}

.h-68 {
  height: 68px;
}

.h-67 {
  height: 67px;
}

.h-66 {
  height: 66px;
}

.h-65 {
  height: 65px;
}

.h-64 {
  height: 64px;
}

.h-63 {
  height: 63px;
}

.h-62 {
  height: 62px;
}

.h-61 {
  height: 61px;
}

.h-60 {
  height: 60px;
}

.h-59 {
  height: 59px;
}

.h-58 {
  height: 58px;
}

.h-57 {
  height: 57px;
}

.h-56 {
  height: 56px;
}

.h-55 {
  height: 55px;
}

.h-54 {
  height: 54px;
}

.h-53 {
  height: 53px;
}

.h-52 {
  height: 52px;
}

.h-51 {
  height: 51px;
}

.h-50 {
  height: 50px;
}

.h-49 {
  height: 49px;
}

.h-48 {
  height: 48px;
}

.h-47 {
  height: 47px;
}

.h-46 {
  height: 46px;
}

.h-45 {
  height: 45px;
}

.h-44 {
  height: 44px;
}

.h-43 {
  height: 43px;
}

.h-42 {
  height: 42px;
}

.h-41 {
  height: 41px;
}

.h-40 {
  height: 40px;
}

.h-39 {
  height: 39px;
}

.h-38 {
  height: 38px;
}

.h-37 {
  height: 37px;
}

.h-36 {
  height: 36px;
}

.h-35 {
  height: 35px;
}

.h-34 {
  height: 34px;
}

.h-33 {
  height: 33px;
}

.h-32 {
  height: 32px;
}

.h-31 {
  height: 31px;
}

.h-30 {
  height: 30px;
}

.h-29 {
  height: 29px;
}

.h-28 {
  height: 28px;
}

.h-27 {
  height: 27px;
}

.h-26 {
  height: 26px;
}

.h-25 {
  height: 25px;
}

.h-24 {
  height: 24px;
}

.h-23 {
  height: 23px;
}

.h-22 {
  height: 22px;
}

.h-21 {
  height: 21px;
}

.h-20 {
  height: 20px;
}

.h-19 {
  height: 19px;
}

.h-18 {
  height: 18px;
}

.h-17 {
  height: 17px;
}

.h-16 {
  height: 16px;
}

.h-15 {
  height: 15px;
}

.h-14 {
  height: 14px;
}

.h-13 {
  height: 13px;
}

.h-12 {
  height: 12px;
}

.h-11 {
  height: 11px;
}

.h-10 {
  height: 10px;
}

.h-9 {
  height: 9px;
}

.h-8 {
  height: 8px;
}

.h-7 {
  height: 7px;
}

.h-6 {
  height: 6px;
}

.h-5 {
  height: 5px;
}

.h-4 {
  height: 4px;
}

.h-3 {
  height: 3px;
}

.h-2 {
  height: 2px;
}

.h-1 {
  height: 1px;
}

.h-0 {
  height: 0px;
}

.wpx-100 {
  width: 100px;
}

.wpx-99 {
  width: 99px;
}

.wpx-98 {
  width: 98px;
}

.wpx-97 {
  width: 97px;
}

.wpx-96 {
  width: 96px;
}

.wpx-95 {
  width: 95px;
}

.wpx-94 {
  width: 94px;
}

.wpx-93 {
  width: 93px;
}

.wpx-92 {
  width: 92px;
}

.wpx-91 {
  width: 91px;
}

.wpx-90 {
  width: 90px;
}

.wpx-89 {
  width: 89px;
}

.wpx-88 {
  width: 88px;
}

.wpx-87 {
  width: 87px;
}

.wpx-86 {
  width: 86px;
}

.wpx-85 {
  width: 85px;
}

.wpx-84 {
  width: 84px;
}

.wpx-83 {
  width: 83px;
}

.wpx-82 {
  width: 82px;
}

.wpx-81 {
  width: 81px;
}

.wpx-80 {
  width: 80px;
}

.wpx-79 {
  width: 79px;
}

.wpx-78 {
  width: 78px;
}

.wpx-77 {
  width: 77px;
}

.wpx-76 {
  width: 76px;
}

.wpx-75 {
  width: 75px;
}

.wpx-74 {
  width: 74px;
}

.wpx-73 {
  width: 73px;
}

.wpx-72 {
  width: 72px;
}

.wpx-71 {
  width: 71px;
}

.wpx-70 {
  width: 70px;
}

.wpx-69 {
  width: 69px;
}

.wpx-68 {
  width: 68px;
}

.wpx-67 {
  width: 67px;
}

.wpx-66 {
  width: 66px;
}

.wpx-65 {
  width: 65px;
}

.wpx-64 {
  width: 64px;
}

.wpx-63 {
  width: 63px;
}

.wpx-62 {
  width: 62px;
}

.wpx-61 {
  width: 61px;
}

.wpx-60 {
  width: 60px;
}

.wpx-59 {
  width: 59px;
}

.wpx-58 {
  width: 58px;
}

.wpx-57 {
  width: 57px;
}

.wpx-56 {
  width: 56px;
}

.wpx-55 {
  width: 55px;
}

.wpx-54 {
  width: 54px;
}

.wpx-53 {
  width: 53px;
}

.wpx-52 {
  width: 52px;
}

.wpx-51 {
  width: 51px;
}

.wpx-50 {
  width: 50px;
}

.wpx-49 {
  width: 49px;
}

.wpx-48 {
  width: 48px;
}

.wpx-47 {
  width: 47px;
}

.wpx-46 {
  width: 46px;
}

.wpx-45 {
  width: 45px;
}

.wpx-44 {
  width: 44px;
}

.wpx-43 {
  width: 43px;
}

.wpx-42 {
  width: 42px;
}

.wpx-41 {
  width: 41px;
}

.wpx-40 {
  width: 40px;
}

.wpx-39 {
  width: 39px;
}

.wpx-38 {
  width: 38px;
}

.wpx-37 {
  width: 37px;
}

.wpx-36 {
  width: 36px;
}

.wpx-35 {
  width: 35px;
}

.wpx-34 {
  width: 34px;
}

.wpx-33 {
  width: 33px;
}

.wpx-32 {
  width: 32px;
}

.wpx-31 {
  width: 31px;
}

.wpx-30 {
  width: 30px;
}

.wpx-29 {
  width: 29px;
}

.wpx-28 {
  width: 28px;
}

.wpx-27 {
  width: 27px;
}

.wpx-26 {
  width: 26px;
}

.wpx-25 {
  width: 25px;
}

.wpx-24 {
  width: 24px;
}

.wpx-23 {
  width: 23px;
}

.wpx-22 {
  width: 22px;
}

.wpx-21 {
  width: 21px;
}

.wpx-20 {
  width: 20px;
}

.wpx-19 {
  width: 19px;
}

.wpx-18 {
  width: 18px;
}

.wpx-17 {
  width: 17px;
}

.wpx-16 {
  width: 16px;
}

.wpx-15 {
  width: 15px;
}

.wpx-14 {
  width: 14px;
}

.wpx-13 {
  width: 13px;
}

.wpx-12 {
  width: 12px;
}

.wpx-11 {
  width: 11px;
}

.wpx-10 {
  width: 10px;
}

.wpx-9 {
  width: 9px;
}

.wpx-8 {
  width: 8px;
}

.wpx-7 {
  width: 7px;
}

.wpx-6 {
  width: 6px;
}

.wpx-5 {
  width: 5px;
}

.wpx-4 {
  width: 4px;
}

.wpx-3 {
  width: 3px;
}

.wpx-2 {
  width: 2px;
}

.wpx-1 {
  width: 1px;
}

.wpx-0 {
  width: 0px;
}

.w-100 {
  width: 100%;
}

.w-99 {
  width: 99%;
}

.w-98 {
  width: 98%;
}

.w-97 {
  width: 97%;
}

.w-96 {
  width: 96%;
}

.w-95 {
  width: 95%;
}

.w-94 {
  width: 94%;
}

.w-93 {
  width: 93%;
}

.w-92 {
  width: 92%;
}

.w-91 {
  width: 91%;
}

.w-90 {
  width: 90%;
}

.w-89 {
  width: 89%;
}

.w-88 {
  width: 88%;
}

.w-87 {
  width: 87%;
}

.w-86 {
  width: 86%;
}

.w-85 {
  width: 85%;
}

.w-84 {
  width: 84%;
}

.w-83 {
  width: 83%;
}

.w-82 {
  width: 82%;
}

.w-81 {
  width: 81%;
}

.w-80 {
  width: 80%;
}

.w-79 {
  width: 79%;
}

.w-78 {
  width: 78%;
}

.w-77 {
  width: 77%;
}

.w-76 {
  width: 76%;
}

.w-75 {
  width: 75%;
}

.w-74 {
  width: 74%;
}

.w-73 {
  width: 73%;
}

.w-72 {
  width: 72%;
}

.w-71 {
  width: 71%;
}

.w-70 {
  width: 70%;
}

.w-69 {
  width: 69%;
}

.w-68 {
  width: 68%;
}

.w-67 {
  width: 67%;
}

.w-66 {
  width: 66%;
}

.w-65 {
  width: 65%;
}

.w-64 {
  width: 64%;
}

.w-63 {
  width: 63%;
}

.w-62 {
  width: 62%;
}

.w-61 {
  width: 61%;
}

.w-60 {
  width: 60%;
}

.w-59 {
  width: 59%;
}

.w-58 {
  width: 58%;
}

.w-57 {
  width: 57%;
}

.w-56 {
  width: 56%;
}

.w-55 {
  width: 55%;
}

.w-54 {
  width: 54%;
}

.w-53 {
  width: 53%;
}

.w-52 {
  width: 52%;
}

.w-51 {
  width: 51%;
}

.w-50 {
  width: 50%;
}

.w-49 {
  width: 49%;
}

.w-48 {
  width: 48%;
}

.w-47 {
  width: 47%;
}

.w-46 {
  width: 46%;
}

.w-45 {
  width: 45%;
}

.w-44 {
  width: 44%;
}

.w-43 {
  width: 43%;
}

.w-42 {
  width: 42%;
}

.w-41 {
  width: 41%;
}

.w-40 {
  width: 40%;
}

.w-39 {
  width: 39%;
}

.w-38 {
  width: 38%;
}

.w-37 {
  width: 37%;
}

.w-36 {
  width: 36%;
}

.w-35 {
  width: 35%;
}

.w-34 {
  width: 34%;
}

.w-33 {
  width: 33%;
}

.w-32 {
  width: 32%;
}

.w-31 {
  width: 31%;
}

.w-30 {
  width: 30%;
}

.w-29 {
  width: 29%;
}

.w-28 {
  width: 28%;
}

.w-27 {
  width: 27%;
}

.w-26 {
  width: 26%;
}

.w-25 {
  width: 25%;
}

.w-24 {
  width: 24%;
}

.w-23 {
  width: 23%;
}

.w-22 {
  width: 22%;
}

.w-21 {
  width: 21%;
}

.w-20 {
  width: 20%;
}

.w-19 {
  width: 19%;
}

.w-18 {
  width: 18%;
}

.w-17 {
  width: 17%;
}

.w-16 {
  width: 16%;
}

.w-15 {
  width: 15%;
}

.w-14 {
  width: 14%;
}

.w-13 {
  width: 13%;
}

.w-12 {
  width: 12%;
}

.w-11 {
  width: 11%;
}

.w-10 {
  width: 10%;
}

.w-9 {
  width: 9%;
}

.w-8 {
  width: 8%;
}

.w-7 {
  width: 7%;
}

.w-6 {
  width: 6%;
}

.w-5 {
  width: 5%;
}

.w-4 {
  width: 4%;
}

.w-3 {
  width: 3%;
}

.w-2 {
  width: 2%;
}

.w-1 {
  width: 1%;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-17 {
  font-size: 17px;
}

.fs-36 {
  font-size: 36px;
}
.fs-38 {
  font-size: 38px;
}

.fs-32 {
  font-size: 32px;
}

.fs-15 {
  font-size: 15px;
}

.fs-40 {
  font-size: 40px;
}

.fs-27 {
  font-size: 27px;
}

.fs-26 {
  font-size: 26px;
}

.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}

.fs-19 {
  font-size: 19px;
}

::-moz-selection {
  background: #ddd;
  color: #666666;
  text-shadow: none;
}

::selection {
  background: #ddd;
  color: #666666;
  text-shadow: none;
}

input::-webkit-input-placeholder {
  color: #666666;
}
::selection {
  background: #ddd;
  /*color: #fff;*/
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #df005b;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #df005b;
}

html {
  position: relative;
}

*,
html,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;

  /* <color> values */
  -webkit-text-fill-color: black;
  -webkit-text-fill-color: #000000;
  -webkit-text-fill-color: rgb(0 0 0);

  /* Global values */
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: initial;
  -webkit-text-fill-color: unset;
}

/*@font-face {*/
/*  font-family: "LillyBeta";*/
  /* src: url("../css/fonts/LillyBeta.eot"); */
/*  src: url("../css/fonts/LillyBeta.ttf") format("ttf"),*/
/*    url("../css/fonts/LillyBeta.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: "GothamBook";*/

  /* src: url("../css/fonts/GothamBook.eot"); */
/*  src: url("../css/fonts/gotham/GothamBook.ttf") format("ttf"),*/
/*    url("../css/fonts/gotham/GothamBook.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*  font-family: "GothamMedium";*/
/*  src: url("../css/fonts/gotham/GothamMedium.woff") format("woff"),*/
/*    url("../css/fonts/gotham/GothamMedium.ttf") format("ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: "Gotham-Black";*/
/*  src: url("../css/fonts/gotham/Gotham-Black.woff") format("woff"),*/
/*    url("../css/fonts/gotham/Gotham-Black.ttf") format("ttf");*/
/*}*/

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.ff-primary {
  font-family: "Montserrat", sans-serif;
}

.ff-secondary {
  font-family: "Montserrat", sans-serif;
}

.ff-gt-medium {
  font-family: "Montserrat", sans-serif;
}

.ff-gt-black {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

h1,
.h1 {
  font-size: 56px;
}

h2,
.h2 {
  font-size: calc(4.125 * 1rem);
}

h3,
.h3 {
  font-size: 34px;
}
@media (max-width: 565px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: calc(1.8 * 1rem);
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 22px;
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  font-size: 14px;
}

a {
  color: #333333;
  text-decoration: none;
}

img.inherit {
  max-width: inherit;
}

.img-resp {
  display: block;
  max-width: 100%;
  height: auto;
}

.relative-block {
  position: relative;
}

.absolute-block {
  position: absolute;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.inline li {
  display: inline-block;
}
ul.block li {
  display: block;
}
ul.table {
  display: table;
}
ul.table li {
  display: table-cell;
}
ul.nomar li:last-child {
  margin-right: 0 !important;
}
ul.nomar li:first-child {
  margin-left: 0 !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

hr {
  border: none;
}

.td-underline {
  text-decoration: underline;
}

.td-border {
  border-bottom: 1px solid;
}

.td-border-dashed {
  border-bottom: 1px dashed;
}

.td-border-dotted {
  border-bottom: 1px dotted;
}

.b-radius {
  border-radius: 4px;
}

.b-radius-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fs-default {
  font-size: 15px;
}

.fs-xsmall {
  font-size: 10px;
}

.fs-small {
  font-size: 12px;
}

.fs-medium {
  font-size: 16px;
}

.fs-large {
  font-size: 18px;
}

.fs-pricing {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .fs-pricing {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .fs-pricing {
    font-size: 22px;
  }
}

.fs-pfigure {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .fs-pfigure {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .fs-pfigure {
    font-size: 22px;
  }
  .fs-pfigure span {
    font-size: 14px;
  }
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.tt-normal {
  text-transform: inherit !important;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.tt-capital {
  text-transform: capitalize !important;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.fc-primary {
  color: #66cc33;
}

.fc-secondary {
  color: #00b7d6;
}

.fc-default {
  color: #333333;
}

.fc-white {
  color: #ffffff;
}

.fc-black {
  color: #000000;
}

.fc-grey {
  color: #707070;
}

.fc-green {
  color: #62bc48;
}

.fc-dgreen {
  color: #009145;
}

.fc-lgreen {
  color: #98cc00;
}
.fc-ngreen {
  color: #99cc33;
}

.fc-yellow {
  color: #cccc33;
}

.fc-dblue {
  color: #282289;
}

.fc-lblue {
  color: #1c2560;
}

.fc-nblue {
  color: #8aa7b4;
}

.fc-lgrey {
  color: #f7f7f7;
}

.fc-dgrey {
  color: #666666;
}

.fc-ngrey {
  color: #808487;
}

.fc-pgrey {
  color: #666666;
}
.fc-dr-green {
  color: #336633;
}

.fc-orange {
  color: #f35313;
}

.fc-red {
  color: #e71d1d;
}

.bg-primary {
  background: #ffd04e;
}

.bg-secondary {
  background: #faf7e8;
}

.bg-white {
  background: #ffffff;
}

.bg-dblue {
  background: #282289;
}

.bg-dblue {
  background: #1c2560;
}

.bg-orange {
  background: #f35313;
}

.bg-black {
  background: #000000;
}

.bg-grey {
  background: #707070;
}

.bg-ngrey {
  background: #e6e4e857;
}

.bg-cgrey {
  background: #f2f2f3;
}

.bg-lgrey {
  background: #e6e4e8;
}
.bg-lblue {
  background: #e5f0f1;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lh-small {
  line-height: 0.5;
}

.lh-normal {
  line-height: 1;
}

.lh-medium {
  line-height: 1.2;
}

.lh-nmedium {
  line-height: 1.4;
}

.lh-xmedium {
  line-height: 1.6;
}

.lh-large {
  line-height: 1.8;
}

.lh-xlarge {
  line-height: 2;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.col-nopadd {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ls-xxsmall {
  letter-spacing: -4px;
}
.ls-xsmall {
  letter-spacing: -2px;
}

.ls-small {
  letter-spacing: -1px;
}

.ls-bnormal {
  letter-spacing: -0.5px;
}

.ls-normal {
  letter-spacing: 0px;
}

.ls-medium {
  letter-spacing: 1px;
}

.ls-large {
  letter-spacing: 2px;
}

.ls-xlarge {
  letter-spacing: 4px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.facebook:hover {
  color: #1a4bad !important;
}

.facebook-icon:hover {
  background: #1a4bad !important;
}

.twitter:hover {
  color: #00a9cd !important;
}

.twitter-icon:hover {
  background: #00a9cd !important;
}

.linkedin:hover {
  color: #1d4a9c !important;
}

.linkedin-icon:hover {
  background: #1d4a9c !important;
}

.instagram:hover {
  color: #fb3958 !important;
}

.googleplus:hover {
  color: #ff4800 !important;
}

.googleplus-icon:hover {
  background: #ff4800 !important;
}

.youtube:hover {
  color: #d10000 !important;
}

.youtube-icon:hover {
  background: #d10000 !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.overlay-bg.sho {
  display: block;
}

.bg-norepeat {
  background-repeat: no-repeat !important;
}

.bg-center {
  background-position: center !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.img-inherit {
  max-width: inherit;
}

.sec-padding {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .sec-padding {
    padding: 40px 0;
  }
}
.sec-padding.\--small {
  padding: 40px 0;
}
.sec-padding.\--xsmall {
  padding: 30px 0;
}

.app-container {
  width: 100%;
  overflow: hidden;
}

.over-hidden {
  overflow: hidden;
}

.fc-red {
  color: #f03512;
}

.fc-dred {
  color: #f02a12;
}

.fc-purple {
  color: #2430b5;
}

.fc-lpurple {
  color: #4d5ef6;
}

.fc-dpink {
  color: #ad3495;
}

.fc-lpink {
  color: #cb7dbb;
}

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.grid-block > * {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-block.\--type-inline-blocks > * {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
.grid-block.\--type-two-blocks > * {
  width: 50% !important;
}
.grid-block.\--type-three-blocks > * {
  width: 33.333% !important;
}
.grid-block.\--type-four-blocks > * {
  width: 25% !important;
}
.grid-block.\--type-five-blocks > * {
  width: 20% !important;
}
.grid-block.\--type-six-blocks > * {
  width: 16.6667% !important;
}
.grid-block.\--style-offsets {
  margin-left: -30px;
}
.grid-block.\--style-offsets > * {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .grid-block.\--style-offsets > * {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .grid-block.\--style-offsets > * {
    padding-left: 0;
  }
}
.grid-block.\--style-offsets.\--offsets-small {
  margin-left: -20px;
}
.grid-block.\--style-offsets.\--offsets-small > * {
  padding-left: 20px;
}
.grid-block.\--style-bottom-offsets > * {
  margin-bottom: 50px;
}
.grid-block.\--style-bottom-offsets.\--bottom-offsets-small > * {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .grid-block.\--grid-ipad-full > * {
    width: 100% !important;
  }
  .grid-block.\--grid-ipad-half > * {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .grid-block.\--grid-mobile-full > * {
    width: 100% !important;
  }
  .grid-block.\--grid-mobile-half > * {
    width: 50% !important;
  }
}

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../css/fonts/icomoon.eot?nfpt8o");
  src: url("../css/fonts/icomoon.eot?nfpt8o#iefix") format("embedded-opentype"),
    url("../css/fonts/icomoon.ttf?nfpt8o") format("truetype"),
    url("../fonts/css/icomoon.woff?nfpt8o") format("woff"),
    url("../css/fonts/icomoon.svg?nfpt8o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e93c";
}
.icon-messenger:before {
  content: "\e93d";
  color: #00b2ff;
}
.icon-whatsapp1:before {
  content: "\e93e";
  color: #25d366;
}
.icon-facebook2:before {
  content: "\e901";
}
.icon-facebook11:before {
  content: "\e902";
}
.icon-mail-envelope-closed:before {
  content: "\e903";
}
.icon-mail-envelope-closed1:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-instagram1:before {
  content: "\e906";
}
.icon-mail-envelope-closed2:before {
  content: "\e907";
}
.icon-envelope1:before {
  content: "\e908";
}
.icon-envelope-o1:before {
  content: "\e909";
}
.icon-envelope-o11:before {
  content: "\e90a";
}
.icon-envelope11:before {
  content: "\e90b";
}
.icon-facebook-square1:before {
  content: "\e90c";
}
.icon-facebook21:before {
  content: "\e90d";
}
.icon-youtube1:before {
  content: "\e90e";
}
.icon-youtube11:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-plus1:before {
  content: "\e911";
}
.icon-plus2:before {
  content: "\e912";
}
.icon-right-quote:before {
  content: "\e913";
}
.icon-left-quote:before {
  content: "\e914";
}
.icon-quotes-right:before {
  content: "\e915";
}
.icon-quotes-left:before {
  content: "\e916";
}
.icon-quote-right:before {
  content: "\e917";
}
.icon-quote-left:before {
  content: "\e918";
}
.icon-profile:before {
  content: "\e919";
}
.icon-location:before {
  content: "\e91a";
}
.icon-compass:before {
  content: "\e91b";
}
.icon-compass1:before {
  content: "\e91c";
}
.icon-location3:before {
  content: "\e91d";
}
.icon-location4:before {
  content: "\e91e";
}
.icon-drivers-license:before {
  content: "\e91f";
}
.icon-facebook:before {
  content: "\e920";
}
.icon-youtube:before {
  content: "\e921";
}
.icon-twitter:before {
  content: "\e922";
}
.icon-facebook-official:before {
  content: "\e923";
}
.icon-facebook-square:before {
  content: "\e924";
}
.icon-facebook1:before {
  content: "\e925";
}
.icon-twitter1:before {
  content: "\e926";
}
.icon-google-plus:before {
  content: "\e927";
}
.icon-google:before {
  content: "\e928";
}
.icon-play:before {
  content: "\e929";
}
.icon-play1:before {
  content: "\e92a";
}
.icon-home:before {
  content: "\e92b";
}
.icon-home1:before {
  content: "\e92c";
}
.icon-home2:before {
  content: "\e92d";
}
.icon-printer-text:before {
  content: "\e92e";
}
.icon-printer:before {
  content: "\e92f";
}
.icon-phone:before {
  content: "\e930";
}
.icon-clock-o:before {
  content: "\e931";
}
.icon-envelope-o:before {
  content: "\e932";
}
.icon-envelope:before {
  content: "\e933";
}
.icon-chevron-right:before {
  content: "\e934";
}
.icon-chevron-left:before {
  content: "\e935";
}
.icon-chevron-down:before {
  content: "\e936";
}
.icon-chevron-up:before {
  content: "\e937";
}
.icon-chevron-right1:before {
  content: "\e938";
}
.icon-chevron-left1:before {
  content: "\e939";
}
.icon-chevron-down1:before {
  content: "\e93a";
}
.icon-chevron-up1:before {
  content: "\e93b";
}
.icon-whatsapp2:before {
  content: "\e93f";
}
.icon-brand:before {
  content: "\e93f";
}
.icon-social:before {
  content: "\e93f";
}
.icon-notification:before {
  content: "\e900";
}

.fc-brown {
  color: #792b07;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes videotext {
  from {
    transform: rotateX(90deg) translateY(0px);
    -webkit-transform: rotateX(90deg) translateY(0px);
  }
  to {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform-origin: initial;
    -webkit-transform-origin: initial;
  }
}
@keyframes videotext {
  from {
    transform: rotateX(-90deg) translateY(0px);
    -webkit-transform: rotateX(-90deg) translateY(0px);
  }
  to {
    transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform-origin: initial;
    -webkit-transform-origin: initial;
  }
}
.video-text {
  -webkit-animation-name: videotext;
  animation-name: videotext;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 26px;
  line-height: 1;
  color: #101747;
  border-radius: 50%;
  padding: 10px;
  background: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -65px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-size: 22px;
  font-family: "icomoon" !important;
  content: "\e938";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-size: 22px;
  font-family: "icomoon" !important;
  content: "\e937";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.\--big-dot .slick-dots {
  bottom: -40px;
}
.\--xbig-dot .slick-dots {
  bottom: -60px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.nav-tabs {
  background: #fff;
  padding: 10px 0px 10px 15px;
  /* height: 592px; */
  display: table;
  width: 100%;
  position: relative;
  border-right: 5px solid #0460c3;
}

.tabbing-links {
}

.tabbing-links li {
  cursor: pointer;
  position: relative; /* border-bottom:1px solid #ad0087; */
  line-height: 2.5;
  transition: 0.5s;
  padding: 0px 15px;
}
.tabbing-links li:after {
  /* position: absolute;
      content: '';
      display: none;
      background: url("../images/tab-after.png");
      height: 11px;
      width: 16px;
      left: 0;
      right: 0;
      bottom: -11px;
      margin: auto; */
}
.tabbing-links li:hover {
  color: #fff;
  /* background-color: #ad0087; */
}
.tabbing-links li.current {
  color: #fff;
  /* background-color: #ad0087; */
}
.tabbing-links li.current:after {
  display: block;
}

@media (max-width: 1024px) {
  .tabbing-links li {
  }
}

.tabbing-links.print li {
}
.tabbing-links.logo li {
}

.tabbing-links.admission {
  margin: 0;
}
.tabbing-links.admission li {
  font-size: 18px;
  margin: 0px 20px;
}
.tabbing-links.admission li:after {
  background-color: #f4df25;
  width: 0%;
  height: 2px;
  bottom: 0;
  transition: 0.6s;
}

.tabbing-links.admission li:hover:after {
  width: 100%;
}

.testi-navigation {
  /* margin-left: 25px; */
}
.testi-navigation li {
  width: 90px !important;
}
.testi-navigation li.slick-active figure img {
  -ms-transform: scale(0.6, 0.6);
  /* IE 9 */
  -webkit-transform: scale(0.6, 0.6);
  /* Safari */
  transform: scale(0.6, 0.6);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.testi-navigation li.slick-active.slick-current figure img {
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  opacity: 1;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.tabb-links {
  text-align: center;
}
.tabb-links li {
  cursor: pointer;
  width: 240px;
  margin-right: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #dcdfe3;
}
.tabb-links li:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5eb116+1,4a910c+100 */
  background: #5eb116;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5eb116 1%, #4a910c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5eb116 1%, #4a910c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5eb116 1%, #4a910c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb116', endColorstr='#4a910c',GradientType=0 );
  /* IE6-9 */
}
.tabb-links li.current {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5eb116+1,4a910c+100 */
  background: #5eb116;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5eb116 1%, #4a910c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5eb116 1%, #4a910c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5eb116 1%, #4a910c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eb116', endColorstr='#4a910c',GradientType=0 );
  /* IE6-9 */
}

.hidden {
  display: none;
}

.visible {
  display: block !important;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #2282e6;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  height: 80px;
  text-align: left;
  padding: 5px 10px;
  top: -90px;
  right: -7px;
  font-size: 16px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 6%;
  border-width: 6px;
  border-style: solid;
  border-color: #2282e6 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ctaForm form.jform .field .intl-tel-input {
  background: #fff;
}

.contactme-form
  form.jform
  .field
  .intl-tel-input.separate-dial-code
  .selected-dial-code {
  color: #fff;
}

.contactPnl
  form.jform
  .field
  .intl-tel-input.separate-dial-code
  .selected-dial-code {
  color: #000;
}

.intl-tel-input {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
}

.intl-tel-input .selected-flag .iti-flag {
  height: 15px;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  /* z-index: 99; */
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #fff;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 52px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #fff;
  display: none;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  width: auto;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  color: #777;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-al: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
  top: 3px;
  z-index: 10;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
  color: #979797;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 75px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  width: 20px;
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../images/flags%402x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}

.iti-arrow {
  position: absolute;
  top: 10px;
  left: 80px;
}

.slideBnr ul li figure img {
  width: 100%;
}

.mnu a#pull {
  display: none;
  position: absolute;
  color: #fff;
  padding: 12px 15px;
  font-size: 13px;
  float: none;
  top: 0px;
  right: 0px;
}

::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1;
  font-weight: 400;
}

:-moz-placeholder {
  color: #666666 !important;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #666666 !important;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666666 !important;
  font-weight: 400;
  opacity: 1;
}
.new-btn-grey {
  cursor: pointer;

  padding: 10px 30px;
  background-color: #58595b;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: 0.6s;
  border: 2px solid transparent;
  font-size: 24px;
  border-radius: 10px;
  width: fit-content;
  display: block;
  margin: auto;
}

.new-btn-grey:hover {
  background-color: transparent;
  color: #58595b;
  border: 2px solid #58595b;
}

.new-btn-grey.white:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

form.bigform input::-webkit-input-placeholder {
  color: #666666;
}
form.bigform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
form.bigform input:-ms-input-placeholder {
  color: #666666;
}
form.bigform input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

/**** Form Styling Default ****/
form input:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
  background: transparent !important;
}

form input::-webkit-input-placeholder {
  color: #666666;
}

form input:-moz-placeholder {
  color: #666666;
}

form input::-moz-placeholder {
  color: #666666;
}

form input:-ms-input-placeholder {
  color: #666666;
}

form textarea::-webkit-input-placeholder {
  color: #666666;
}

form {
  /**** If you are using Multi Select Country then use this styling ****/
}
form .control-group {
  margin-bottom: 10px;
  position: relative;
}
form .control-group i.icon {
  position: absolute;
  left: 10px;
  top: 0;
  height: 18px;
  bottom: 0;
  margin: auto;
}
form .control-group.textarea i.icon {
  top: 10px;
  bottom: auto;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="date"],
form input[type="time"],
form input[type="tel"] {
  color: #666666;
  padding: 12px;
  height: 44px;
  width: 100%;
  background: #ccffcc33;
  border: 1px solid #e0e7ed;
  box-shadow: none;
  /*-webkit-appearance: none;*/
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}
form input[type="submit"],
form button[type="submit"] {
  border: none;
  cursor: pointer;
}
form select,
form textarea {
  color: #666666;
  padding: 10px;
  height: 44px;
  width: 100%;
  background: #ccffcc33;
  border: 1px solid #e0e7ed;
  box-shadow: none;
  line-height: 38px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}
form .codearea {
  float: left;
  width: 28%;
  position: relative;
}
form .numberarea {
  float: right;
  width: 70%;
  position: relative;
}
form .numberarea input {
  padding-left: 10px;
}
form textarea {
  resize: none;
  min-height: 100px;
}
form input.error {
  border-color: red !important;
}
form select.error,
form textarea.error {
  border-color: red !important;
}
form label.error {
  display: none !important;
}
form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
form select.countrylist.multi {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.pop-form {
  position: relative;
  width: 750px;
  height: 500px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 60px auto;
  background: url(../images/popup-bg.png);
  padding: 70px 60px 0px 60px;
  z-index: 99;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 480px) {
  .pop-form {
    width: 90%;
  }
}
.pop-form h5 {
  font-size: 32px;
}
.pop-form .close-btn {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 19.5%;
  right: 15px;
  font-weight: 700;
  color: #fff;
  padding-top: 1px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
}
.pop-form .submit-btn {
  font-size: 18px;
  padding: 12px 0px;
  background-color: #00b7d6;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.pop-form .no-thanks {
  text-decoration: underline;
}
.pop-form form .control-group {
  margin-bottom: 10px;
}
.pop-form form .control-group input[type="text"],
.pop-form form .control-group input[type="number"],
.pop-form form .control-group input[type="email"],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.pop-form form .control-group textarea {
  min-height: 80px;
  line-height: 24px;
}

.o-hidden {
  overflow: hidden;
}
@media (max-width: 767px) {
  .o-hidden {
    display: none !important;
  }
}

.popupform-main {
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.popupform-main.active {
  display: block;
}
@media (max-width: 480px) {
  .popupform-main {
    overflow-y: scroll;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .popupform-main {
    display: none !important;
  }
}
.popupform-main h3 {
  letter-spacing: 1px;
  color: #434343;
}
.popupform-main h6 {
  letter-spacing: 2px;
  color: #434343;
}
.popupform-main .main-pop {
  padding: 25px 40px;
}
.popupform-main form input[type="text"],
.popupform-main form input[type="number"],
.popupform-main form input[type="email"] {
  padding-left: 10px;
  min-height: 46px;
}
.popupform-main form {
  min-height: 150px;
}

.popupform-main .main-pop .phonecode {
  padding-left: 0px;
}

.contact-form {
  padding-right: 65px;
  border-right: 1px solid #e2e2e2;
}
.contact-form form.contact-us input[type="text"],
.contact-form form.contact-us input[type="number"],
.contact-form form.contact-us input[type="email"],
.contact-form form.contact-us select,
.contact-form form.contact-us textarea {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding-left: 50px;
  margin-top: 2px;
  height: 40px;
  border-color: #e5e5e5;
}
.contact-form form.contact-us select {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding-left: 50px;
  margin-top: 2px;
  height: 40px;
  border-radius: 7px;
  border-color: #e5e5e5;
}
.contact-form form.contact-us textarea {
  padding-left: 30px;
  min-height: 80px;
  line-height: 24px;
  border-radius: 7px;
  border-color: #e5e5e5;
}
.contact-form form.contact-us label {
  color: #101747;
  font-size: 13px;
  font-weight: 700;
  padding-left: 3px;
  border-radius: 7px;
}
.contact-form form.contact-us .control-group {
  margin-bottom: 15px;
}
.contact-form form.contact-us .control-group .toe {
  position: absolute;
  left: 18px;
  bottom: 10px;
  font-size: 22px;
  color: #00b7d6;
}
.contact-form form.contact-us .intl-tel-input.allow-dropdown .flag-container,
.contact-form
  form.contact-us
  .intl-tel-input.separate-dial-code
  .flag-container {
  left: 10px;
  top: 0px;
}
.contact-form
  form.contact-us
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input,
.contact-form
  form.contact-us
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input[type="text"],
.contact-form
  form.contact-us
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input[type="tel"] {
  padding-left: 90px;
}

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.app-container.active {
  left: -80%;
}

/**** Mobile Navigation ****/
.mobile-nav {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: -85%;
  z-index: 12;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.mobile-nav .logo {
  padding: 10px;
}
.mobile-nav .logo img {
  padding-left: 20px;
}
.mobile-nav.active {
  height: 100%;
  right: 0;
  z-index: 99999;
}
.mobile-nav nav {
  height: 100%;
  overflow: scroll;
  /*margin-right: -10px;*/
}
.mobile-nav nav li a {
  text-transform: capitalize;
  color: #333333;
  font-weight: 600;
  display: block;
  padding: 15px 24px;
  border-top: 1px solid #d6d8db;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  line-height: 1;
}
.mobile-nav nav li a.active {
  color: #ffffff;
  background: #62bc48;
}
.mobile-nav nav li a .xicon {
  font-size: 20px;
  float: right;
}
.mobile-nav nav li a:hover {
  background-color: #62bc48;
  color: #fff;
}
.mobile-nav nav li ul {
  display: none;
  background: #ffffff;
}
.mobile-nav nav li ul li a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 600;
  font-size: 14px;
  padding-left: 40px;
}
.mobile-nav nav li ul li a:hover,
.mobile-nav nav li ul li a.active {
  background: transparent;
  font-weight: 600;
  color: #333333;
}
.mobile-nav nav li ul.dropdown {
  margin-left: 40px;
  display: none;
}
.mobile-nav nav li ul.dropdown a {
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px 0px;
}
.mobile-nav nav li ul.dropdown a:hover {
  color: #000000;
  background: transparent;
}
.mobile-nav nav li:first-child a {
  border-top: 0px;
}
.mobile-nav nav .extra-link a {
  border: 2px solid #000000;
  width: 40%;
  margin: 40px auto 10px;
  padding: 7px 0;
  font-size: 15px;
  text-align: center;
}
.mobile-nav nav .extra-link a:hover {
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
}
.mobile-nav .close-nav {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  line-height: 1.5;
}

.pl li {
  margin: 0 1.1%;
}
@media (max-device-width: 1200px) {
  .pl li {
    margin: 0 4px;
  }
}
.pl li a {
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-size: 1vmax;
}
@media (max-device-width: 1300px) {
  .pl li a {
    font-size: 12px;
  }
}
.pl li a.btn {
  font-size: 1vmax;
  padding: 8px 20px;
}
@media (max-device-width: 1200px) {
  .pl li a.btn {
    padding: 6px 10px 4px;
    font-size: 12px;
  }
}
.pl li.drop {
  position: relative;
  clear: both;
}
.pl li.drop:after {
  right: 10px;
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  top: 16px;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #245838;
  border-right: 2px solid #245838;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.pl li.rotate:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  border-color: #fff;
}

.anchor-text{
        font-size: 10px;

    padding: 10px 10px;
    color: #1d994b;
    text-transform: uppercase;
    text-align: right;
    font-weight: 600;
    border: 1px solid #1d994b;
}
/*** Mobile Nav Button ***/
.mobile-nav-btn {
  display: none;
  top: 45px;
  height: 30px;
  padding: 6px 7px;
  border-radius: 4px;
  right: 8%;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 14;
  position: fixed;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mobile-nav-btn {
    display: block;
  }
}
.mobile-nav-btn span {
  display: none;
  height: 3px;
  width: 22px;
  background-color: #279300;
  display: block;
  margin-bottom: 6px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 8px;
}
.mobile-nav-btn:active {
  transition: 0;
}
.mobile-nav-btn span:before,
.mobile-nav-btn span:after {
  display: block;
  background-color: #b9cd15;
  height: 3px;
  width: 22px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
  right: 0;
  margin: 0 auto;
}
.mobile-nav-btn .lines:before {
  top: 6px;
}
.mobile-nav-btn .lines:after {
  top: -6px;
}
.mobile-nav-btn.active {
  right: 67%;
  z-index: 9999999;
  /* background-color: #9e9e9e; */
  /* border: 1px solid #000; } */
}
.mobile-nav-btn.active .lines {
  -webkit-transition: background 0.3s 0 ease;
  -moz-transition: background 0.3s 0 ease;
  -o-transition: background 0.3s 0 ease;
  transition: background 0.3s 0 ease;
  background: transparent;
}
.mobile-nav-btn.active .lines:before,
.mobile-nav-btn.active .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  -moz-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  -o-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  top: 0;
}
.mobile-nav-btn.active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-nav-btn.active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-nav-btn .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  -moz-transition: background 0.3s 0.5s ease;
  -o-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
.mobile-nav-btn .lines:before,
.mobile-nav-btn .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.new-h {
  min-height: 500px;
  position: relative;
}

.new-h:after {
  content: "";
  position: absolute;
  background: url("../../assets/images/line.png");
  width: 1377px;
  height: 1435px;
  display: block;
  left: 0;
  top: 70px;
  right: 0;
  margin: auto;
}
.new-h2 {
  height: 600px;
}

.hmdc {
  min-height: 620px;
}

.btn-newl {
  color: #fff;
  background-color: #c79288;
  border-color: #c79288;
  padding: 1.2em 2.004em;
  font-size: calc(1 * 1rem);
  transition: 0.4s;
}
.btn-newl:hover {
  opacity: 0.8;
}

.dream-box {
  min-height: 610px;
  position: relative;
  padding: 10px 25px;
}
.dream-box figure {
}
.dream-box figure img {
  height: 500px;
}
.dream-box .content {
}
.dream-box .content h3 {
  font-size: calc(1.2 * 1rem);
}
.dream-box .content p {
  margin-top: 5%;
  font-size: calc(0.9 * 1rem);
  min-height: 150px;
}
.btn-newl.one {
  background-color: #df005b;
}
.btn-newl.two {
  background-color: #df005b;
}
.btn-newl.three {
  background-color: #df005b;
}

header.primary {
  padding: 10px 0px 10px;
  height: 190px;
}
header.primary ul.one .second {
  position: relative;
  z-index: 9999;
}

header.primary ul.one .second li:first-child {
  background: none;
}
header.primary ul.one .second li {
  /* background: url(../../assets/images/buttons-back.jpg);
    background-size: cover;
    background-position: center !important; */
  font-size: 20px;
  background-repeat: no-repeat;
  width: auto;
  /* height: 40px; */
  text-align: center;
}

header.primary ul.one .second li a {
  padding: 10px 15px;
  transition: 0.5s;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #8bc34a;
  font-weight: 500;
}

header.primary ul.one .first {
  margin-bottom: 20px;
}
header.primary ul.one .first ul {
}
header.primary ul.one .first ul li {
  height: 30px;
  margin-left: 30px;
}
header.primary ul.one .first ul li:last-child {
}
header.primary ul.one .first ul li:last-child a {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 4px solid #66cc33;
}

header.primary ul.one .second ul.tpl li {
  position: relative;
}
header.primary ul.one .second ul.tpl li:after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #999999;
  right: -3px;
  top: 5px;
}

header.primary ul.one .second ul.tpl li:last-child a {
  padding-right: 0px;
}
/* header.primary ul.one  .second ul.tpl li:first-child:after{display: none;} */
header.primary ul.one .second ul.tpl li:last-child:after {
  display: none;
}

/* header.primary ul.one  .second ul.tpl li:first-child{
    text-align: left;
    height: 25px;
    width: 50px;
} */
/* header.primary ul.one  .second ul.tpl li:first-child a{
width: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
header.primary ul.one  .second ul.tpl li:first-child a img{position: absolute;
    /* width: 100%;
    display: inline-block;}  */

/* .logo-img {
  position: relative;
  padding-left: 40px;
} */
.logo-img img {
  width: 55%;
}

/* .logo-img:before {
  position: absolute;
  content: "";
  background: url(../images/first-tingler.png);
  width: 200px;
  height: 170px;
  background-size: contain;
  left: -20px;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  animation: rotateToAndFro 8s linear infinite alternate;
}
@keyframes rotateToAndFro {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg); 
  }
  
} */


.dropdown {
  position: relative;
}

.dropdown ul {
  /* background: url('../images/yellow-bg.png'); */

  background-size: cover;
  display: none;
  position: absolute;
  width: 330px;
  height: auto;
  text-align: left;
  top: 35px;
  left: 0px;
  z-index: 999;
  padding: 10px 10px;
  background-color: #ccffccab;
  opacity: 1;
}
.dropdown ul li {
  width: 100% !important;
  padding: 10px 12px !important;
  display: block;
  border-left: 3px solid transparent !important;
  margin: 0px;
  border-right: 0px !important;
  border-bottom: 1px solid #ebebeb;
}
.dropdown ul li:hover {
  /*  border-left: 3px solid #fb2224 !important;
    margin: 0px;
    background: #ededed !important; */
}
header.primary ul.one .dropdown ul li a {
  padding: 5px 10px;
}

header.primary ul.one .dropdown ul li a:after {
  display: none;
}

.dropdown:hover {
}
.dropdown:hover ul {
  display: block;
}

header.primary ul.one .second ul.tpl li a.active {
  color: #62bc48;
  font-weight: 700;
}
header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li {
  text-align: left;
  height: 50px;
  line-height: 1.7;
  padding-left: 5px !important;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #ffffff !important;
  border-right: 0px !important;
  border-left: 0px !important;
  transition: 0.4s;
}

header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li:hover a {
  color: #339933 !important;
  font-weight: 600;
  /* padding-left: 15px; */
}

header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li:first-child {
}
header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li:last-child {
  border-bottom: none !important;
}

header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li:after {
  display: none !important;
}

header.primary
  ul.one
  .second
  ul.tpl
  .dropdown
  ul.dropdown-list
  li:first-child
  a {
}
header.primary ul.one .second ul.tpl .dropdown ul.dropdown-list li a {
  width: 100%;
  text-align: left;
  position: inherit;
  color: #726f6f;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
}

.hero-banner-2026 {
  height: 850px;
  position: relative;
  overflow: visible;
}
.hero-banner-2026.small{
      height: 450px;

}
.hero-banner-2026 .bird-overlay {
  position: absolute;
  top: 0px;
  right: -300px; /* start a bit off-screen */
  z-index: 1;
  animation: fly-left 30s linear infinite;
}

@keyframes fly-left {
  0% {
    transform: translateX(0vw); /* start far right outside screen */
  }
  100% {
    transform: translateX(-20vw); /* fly completely off the left */
  }
}
.hero-banner-2026 .bird-overlay img{
      height: 870px;
}

.hero-banner {
  /* height: 827px; */
}
.hero-banner .video-overlay {
  position: absolute;
  z-index: 9;
  top: -1px;
  left: -1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.hero-banner2 {
  height: 900px;

  position: relative;
}
@media (min-width: 1400px) {
}
/* .hero-banner .mainvideo {
  top: 11%;
  left: 50%;
  min-width: 2200px;
  min-height: 550px;
} */

.hero-banner.three {
  height: 810px;
}
.hero-banner.small {
  height: 640px;
}
.hero-banner.vsmall {
  height: 450px;
}
.hero-banner.community {
  height: 610px;
}
.hero-banner.community2 {
  height: 540px;
}

.bg-lred {
  background-color: #ff000047;
  padding: 20px 20px;
  min-height: 480px;
  display: table;
  width: 100%;
}

.padded {
  padding-left: 20%;
  padding-right: 25%;
}
.padded.small {
  padding-left: 15%;
  padding-right: 10%;
}

.second-section-new {
  padding: 10% 0px 10% 0px;
  position: relative;
}
.second-section-new:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/sectionafter.png);
  width: 790px;
  height: 665px;
  top: -171px;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-section-new:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/sectionbefore.png);
  width: 1500px;
  height: 915px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-section-new-about {
  padding: 5% 0px 5% 0px;
  position: relative;
}
.second-section-new-about:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/mosaic/mosaic_traced.svg);
  width: 900px;
  height: 1035px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-section-new-about:after {
  position: absolute;
  content: "";
  width: 900px;
  height: 1035px;
  top: 0;
  left: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 20%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 80%
  );
  animation: sweep 6s infinite linear;
  mix-blend-mode: overlay;
}

@keyframes sweep {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.second-section-new-about.cing:after {
 display: none;
}


.humm-div {
  position: relative;
  /* overflow: hidden;  */
}

.humm-div:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/right-bird.png);
  width: 260px;
  height: 260px;
  bottom: -75px;
  right: -110px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
}

.value-box {
  padding: 15px 10px;
}
.value-box img {
  transition: 1s ease-in-out;
}
.value-box h6 {
  font-size: 20px;
  transition: 0.8s ease-in-out;
}
.value-box p {
  font-size: 16px;
}

.value-box:hover img {
  transform: rotateY(180deg);
}
.value-box:hover h6 {
  color: #339933;
}

.leadeship .heading-sl {
  position: relative;
}
.leadeship .heading-sl:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/heading-sl-after.png);
  height: 55px;
  width: 139px;
  background-repeat: no-repeat;
  top: 15px;
  right: 0;
  animation: moveRightLeft 5s ease-in-out infinite;
}

.leadeship .heading-sl.two:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/heading-sl-after.png);
  height: 55px;
  width: 139px;
  background-repeat: no-repeat;
  top: 15px;
  left: 0;
  transform: rotate(180deg);
  animation: moveLeftRight 5s ease-in-out infinite;
}

/* Keyframes for right element */
@keyframes moveRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  } /* adjust distance */
  100% {
    transform: translateX(0);
  }
}

/* Keyframes for left element */
@keyframes moveLeftRight {
  0% {
    transform: translateX(0) rotate(180deg);
  }
  50% {
    transform: translateX(15px) rotate(180deg);
  } /* adjust distance */
  100% {
    transform: translateX(0) rotate(180deg);
  }
}

.leadeship .first-left-side {
  padding-right: 30px;
  position: relative;
}
.leadeship .first-right-side {
  position: relative;
}
.leadeship .first-left-side:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/main-slider-1-before.png);
  height: 2000px;
  width: 1550px;
  background-repeat: no-repeat;
  top: -783px;
  left: -60%;
  z-index: -1;
  background-size: cover;
}

.leadeship .first-left-side.two {
  padding-right: 0px;
}
.leadeship .first-left-side.two:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/main-slider-1-before.png);
  height: 2030px;
  width: 1570px;
  background-repeat: no-repeat;
  top: -778px;
  left: -382px;
  background-size: cover;
  transform: rotate(180deg);
}
.leadeship .first-right-side img {
}
.slider-big .slick-list {
  overflow: visible !important;
  z-index: -1;
}
.slider-big .slick-next:before {
  background: url(../images/leader-arrow-right.png);
  background-size: cover;
  height: 80px !important;
  width: 60px !important;
  display: block;
  content: "";
  padding: 0;
  border-radius: 0;
  top: -70px !important;
  position: absolute;
  right: 0px;
  animation: moveRightLeft 3s ease-in-out infinite;
}
.slider-big .slick-prev:before {
  background: url(../images/leader-arrow-left.png);
  background-size: cover;
  height: 80px !important;
  width: 60px !important;
  display: block;
  content: "";
  padding: 0;
  border-radius: 0;
  top: -70px !important;
  position: absolute;
  left: 40px;
  animation: moveRightLeft 3s ease-in-out infinite;
}
.slider-big .slick-prev,
.slider-big .slick-next {
}
.big-career-button {
  color: #fff;
  background-color: #339933;
  display: block;
  padding: 10px 10px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  border-radius: 30px 30px 0px 0px;
  width: 800px;
  height: 100px;
  line-height: 1;
  margin: auto;
  border: 2px solid transparent;
  transition: 0.6s;
}
.big-career-button:hover {
  border: 2px solid #339933;
  color: #339933;
  background-color: transparent;
}
.big-career-button.app {
  font-size: 50px;
  font-weight: 600;
  border-radius: 20px;
  height: 70px;
  background-color: #336633;
}
.big-career-button.app:hover {
  border: 2px solid #336633;
  color: #336633;
  background-color: transparent;
}
.form-btn-submit{
  background: #669933;
background: linear-gradient(0deg, rgba(102, 153, 51, 1) 0%, rgba(153, 204, 51, 1) 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 15px 30px;
    font-size: 20px;
    display: block;
    margin: auto;
  transition: 0.6s;
  font-family: 'Montserrat';
}
.form-btn-submit:hover{
/* border: 2px solid #669933; */
  color: #669933;
  background-color: #fff;
  background: #fff;
}


.big-head {
  line-height: 0.8;
  letter-spacing: -5px;
}

.admission-box {
  position: relative;
  padding-right: 100px;
}
.admission-box h4:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 70px solid #669933;
  border-bottom: 50px solid transparent;
  top: 0;
  left: -80px;
  z-index: 0;
}
.admission-box h4:before {
  position: absolute;
  content: "1";
  display: block;
  left: -80px;
  color: #ffffff;
  font-size: 85px;
  z-index: 1;
}

.admission-box.two h4 {
  padding-left: 25%;
}
.admission-box.two h4:before {
  content: "2";
  left: 3%;
}
.admission-box.two h4:after {
  left: 5%;
}

.admission-box.one {
  padding-left: 55%;
}
.admission-box.one:after {
  left: 42%;
}
.admission-box.two {
  padding-right: 50%;
  padding-left: 100px;
}
.admission-box.two:after {
}
.admission-box h4 {
  position: relative;
  font-size: 46px;
  color: #66cc33;
}
.admission-box p {
}

.admission-box.one.three h4:before {
  content: "3";
}
.admission-box.one.five h4:before {
  content: "5";
}
.admission-box.two.four h4:before {
  content: "4";
}

table.new-tr th,
table.new-tr td {
  padding: 15px 20px;
  text-align: center;
  background-color: #eceded;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
table.new-tr tr td.one {
  border-top-left-radius: 30px;
}
table.new-tr tr td.two {
  border-top-right-radius: 30px;
}
table.new-tr tr td.three {
  border-bottom-left-radius: 30px;
}
table.new-tr tr td.four {
  border-bottom-right-radius: 30px;
}
td:first-child {
  width: 22%;
  padding-left: 35px;
}
td:nth-child(2) {
  width: 30%;
  text-align: center;
}
td:nth-child(3) {
  width: 47%;
  text-align: center;
}
.fc-new-gr {
  color: #58595b;
}
.fc-ngr {
  color: #669933;
}


.qa-section{text-align: center;
    border-bottom: 2px dashed #eee;
    padding-bottom: 30px;}
.qa-section h4{font-size:44px;}
.qa-section .qa-answer{background-color: #eee;
    padding: 10px 80px;
    font-size: 24px;
    border-radius: 20px;}











.galslider .slick-prev {
  left: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.galslider .slick-next {
  right: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.gal-slider .slick-dots {
  bottom: -50px;
}

.gal-slider .slick-dots li button:before {
  font-size: 12px;
}
.gal-slider .slick-dots li.slick-active button:before {
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";

  text-align: center;
  color: black;
  border: 2px solid;
  border-radius: 50px;
}

.gal-slider2 .slick-prev {
  left: 0;
  z-index: 100;
}
.gal-slider2 .slick-prev:before {
  font-size: 50px;
  content: "\e935";
  font-weight: 100;
  background: none !important;
}
.gal-slider2 .slick-next {
  right: 40px;
  z-index: 100;
}
.gal-slider2 .slick-next:before {
  font-size: 50px;
  content: "\e934";
  font-weight: 100;
  background: none !important;
}

.gal-slider2 .slick-dots {
  bottom: -50px;
}
.gal-slider2 .dream-box {
  padding: 10px 10px;
}

.gal-slider2 .slick-dots li button:before {
  font-size: 12px;
}
.gal-slider2 .slick-dots li.slick-active button:before {
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";

  text-align: center;
  color: black;
  border: 2px solid;
  border-radius: 50px;
}

.social li {
}
.social li a {
}
.social li a span {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 8px 9px;
  margin-right: 10px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: block;
}

.socialfoot {
}
.socialfoot li {
  background: #707070;
  height: 40px;
  width: 40px;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  /* padding: 8px 5px; */
  border-radius: 8px;
  position: relative;
  line-height: 1.6;
}
.socialfoot li a {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  letter-spacing: 0;
}
.socialfoot li a span {
}

footer.main {
  height: 600px;
  position: relative;
  background-size: cover !important;
}
footer.main.foos {
  height: 400px;
  display: table;
  width: 100%;
  padding: 60px 0 30px;
  background-size: cover !important;
}

.copyright-sec {
  padding-top: 60px;
}

.rowbox {
  min-height: 350px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 20px;
  cursor: pointer;
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}
.container.two {
  width: 1180px;
}
.rowbox img {
  min-height: 350px;
  position: absolute;
  z-index: 0;
}
.rowbox .content {
  background-color: #ffffffe0;
  text-align: center;
  padding: 20px 20px;
  min-height: 250px;
  display: table;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  width: 240px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.rowbox:hover .content {
  opacity: 1;
}

.bg-sprite {
  width: 400px;
  height: 400px;
  background: url("../../assets/images/css_sprites.png") -10px -10px;
}
.bg-sprite .img-spr {
  position: relative;
}

.sprite {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  /* background-color: #DBDBDB; */
  background-position: 20px 0;
}

.headin {
  font-size: 90px;
}
.headin2 {
  font-size: 68px;
}
.value-box li {
  padding: 10px 20px;
}
.circle {
  height: 35px;
  width: 35px;
  border-radius: 50px;
  position: relative;
  margin: auto;
}
.circle.yellow {
  background-color: #f8f26f;
}
.circle.pink {
  background-color: #ed057b;
}
.circle.blue {
  background-color: #0c7dc1;
}
.circle.green {
  background-color: #62bd48;
}
.circle.purple {
  background-color: #ad3495;
}
.appr-sec .content {
  min-height: 421px;
  display: table;

  padding: 0px 20px 0px 60px;
}
.spacebox {
  height: 410px;
  display: table;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.kip {
  transition: 0.4s;
  background-color: #ffffff91;
  width: 70%;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
}

.kip-cont {
  position: absolute;
  display: table;
  background-color: #ffffffa1;
  width: 310px;
  height: 220px;
  padding: 25px 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
  /* transform: translateX(-140%); */
  opacity: 0;
  transition: 0.4s;
}
.spacebox:hover .kip-cont {
  /* transform: translateX(0%); */
  opacity: 1;
}
.spacebox:hover .kip {
  display: none;
}
.galslider2 .slick-prev {
  left: -60px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider2 .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.galslider2 .slick-next {
  right: -60px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider2 .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.grey-sec {
  border-radius: 30px;
  padding: 30px 30px;
  margin: 20px;
  height: 430px;
}
.fs-100 {
  font-size: 100px;
}
.fs-44 {
  font-size: 44px;
}
.fs-62 {
  font-size: 62px;
}
.fs-68 {
  font-size: 68px;
}
.fs-76 {
  font-size: 76px;
}
.fs-80 {
  font-size: 80px;
}
.fs-86 {
  font-size: 86px;
}
.fs-50 {
  font-size: 50px;
}
.fs-54 {
  font-size: 54px;
}

.galslider3 .slick-prev {
  left: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider3 .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.galslider3 .slick-next {
  right: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider3 .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}
.hover-effect img {
  transition: 0.5s;
}
.hover-effect:hover img {
  box-shadow: 0px 0px 20px 0px #0000006b;
}

.pinkbg {
  /* height: 630px; */
  padding: 90px 40px;
  position: relative;
  border-radius: 60px;

  /* overflow: hidden;  */
}

.pinkbg.one {
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.pinkbg.one a {
  position: relative;
  z-index: 1;
}
.pinkbg.one:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  background: url(../images/curl-line.png);
  height: 2000px;
  z-index: 1;
  width: 100%;
  top: -80px;
  left: -240px;
}

.pinkbg.two {
  margin-top: 25%;
  padding: 80px 80px;
}

.pk-box {
  background-color: #ad3293;
  padding: 10px;
  min-height: 230px;
  position: relative;
  border-radius: 50px;
  margin: 10px;
}

.newps {
  height: 2200px;
}
.newps .container {
  width: 1280px;
}
.conti {
  padding: 15px 30px;
  position: relative;
  z-index: 9999;
}
.ylo-ban {
  min-height: 410px;
  padding: 55px 50px 0px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-top: 40px;
}

.akh2 .slick-prev {
  left: -300px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.akh2 .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.akh2 .slick-next {
  right: -300px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.akh2 .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}
.akh2 {
  height: 400px;
}
.akh2 .item {
  height: 400px;
}
.akhbaar {
  height: 640px;
}
.program-box {
  width: 75%;
  text-align: center;

  margin: auto;
  margin-bottom: 60px;
}
.program-box h4 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 200;
}
.program-box .contant {
  padding: 35px 5px 15px;
}

.program-box.big {
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  width: 100%;
}
.oth figure {
  min-height: 200px;
  padding: 20px;
}

.btn-grg {
  background: url(../../assets/images/small-green.png);

  font-size: 20px;
  background-repeat: no-repeat;
  width: 125px;
  height: 60px;
  text-align: center;
  display: block;
  padding: 12px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: auto;
}
.btn-pnk {
  background: url(../../assets/images/small-pink.png);
  font-size: 14px;
  background-repeat: no-repeat;
  width: 110px;
  height: 45px;
  text-align: center;
  display: block;
  padding: 12px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: auto;
  line-height: 1;
}

.blog-box {
}
.blog-box p {
  padding: 20px 0px;
  border-bottom: 2px solid #aeb1b3;
  margin-bottom: 15px;
}
.btn-ico-box {
  position: relative;
  background-color: #ad3495;
  color: #fff;
  padding: 5px 8px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
  display: block;
  margin-top: 20px;
}
.admit-boc {
  position: relative;
  padding: 10px 20px;
}
.cur-box {
  padding: 40px 30px;
  border-radius: 20px;
  position: relative;
  display: block;
  min-height: 400px;
  overflow: hidden;
}
.cur-slider {
  height: 400px;
}
.cur-slider .slick-prev {
  left: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.cur-slider .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.cur-slider .slick-next {
  right: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.cur-slider .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.green-bg {
  background: url(../images/green-bg.png);
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 55px 10px;
}
.gree-ngrey-bg {
  background-color: #f2f2f3;
  background-color: #f2f2f3;
  padding: 20px 40px;
  position: relative;
  border-radius: 30px;
  min-height: 260px;
  display: table;
  margin-top: 40px;
  width: 100%;
}

.galslider12 {
  height: 340px;
}
.galslider12 .item {
  height: 350px;
  display: block;
  position: relative;
  overflow: hidden;
}
.galslider12 .item .content1 {
}
.galslider12 .slick-prev {
  left: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider12 .slick-prev:before {
  content: "";
  background: url(../../assets/images/left-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}

.galslider12 .slick-next {
  right: -100px;
  z-index: 100;
  height: 50px;
  width: 50px;
}
.galslider12 .slick-next:before {
  content: "";
  background: url(../../assets/images/right-arrow.png);
  height: 45px;
  width: 50px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  border-radius: 0px;
}
figure.proces {
}
.proces img {
  box-shadow: 0px 0px 20px 4px #33333340;
  border-radius: 80px;
  border: none;
  margin-bottom: 25px;
}

ul.admi-icon {
  margin-bottom: 40px;
}
ul.admi-icon li {
  margin-right: 50px;
}
ul.admi-icon li:last-child {
  margin-right: 0px;
}
ul.admi-icon li a {
  font-size: 16px;
}
ul.admi-icon li a span {
  font-size: 16px;
  margin-right: 15px;
}
ul.admi-icon li a span.two {
  font-size: 26px;
  position: relative;
  top: 4px;
}
.oth .item {
  height: 420px;
  padding: 20px;
}

.stamplist {
}
.stamplist li {
  margin-left: 20px;
  margin-bottom: 12px;
}

.admi-proc {
}
.admi-proc li {
  cursor: pointer;
  position: relative;
  margin-bottom: 90px;
}
.admi-proc li:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/double-arrow.png);
  width: 20px;
  height: 22px;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.admi-proc li:nth-child(3):after {
  display: none !important;
}
.admi-proc li:nth-child(6):after {
  display: none !important;
}
.admi-proc li:hover img {
  box-shadow: 0px 0px 35px 0px #9e9e9e;
}
.admi-proc li.current img {
  box-shadow: 0px 0px 35px 0px #9e9e9e;
}
.admi-proc li img {
  transition: 0.4s;
  width: 92%;
  margin: auto;
  border-radius: 60px;
}

.pinkbg.two .heady {
  min-height: 70px;
  overflow: hidden;
  position: relative;
}

.admi-proc-box {
  padding: 15px 15px;
  text-align: center;
  background-color: #ebeced;
  position: absolute;

  border-radius: 15px;
  width: 85%;
  left: -40px;
  right: 0;
  margin: auto;
  border: 1px solid #8bc34a;
}

.admi-proc-box.ont {
  top: 80px;
}
.admi-proc-box.twt {
  bottom: 20px;
}

.admi-proc li:before {
  position: absolute;
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #8bc34a;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
.admi-proc li.current:before {
  display: block;
}
.therep {
  background-color: #00000091;
  padding: 15px;
  min-height: 260px;
}
.tptpp {
  margin-top: 60px;
}
nav.pl li {
  color: #333333;
  border-bottom: 1px solid #9e9e9e5e;
}
nav.pl li a {
  color: #333333;
}

.mttpx-10 {
  margin-top: 10px;
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner {
    height: 550px !important    ;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1321px) {
    .hero-banner-2026 {
    height: 600px;}
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner {
    height: 450px !important;
  }
  header.primary{
          height: 150px;
  }
}

@media screen and (max-width: 1320px) and (min-width: 1201px) {
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner {
    height: 450px !important;
  }
  .galslider .slick-next {
    right: -10px;
  }
  .galslider .slick-prev {
    left: -10px;
  }
  .container.two {
    width: 1080px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner {
    height: 380px !important;
  }
  .new-h:after {
    display: none;
  }
  .galslider .slick-next {
    right: -10px;
  }
  .galslider .slick-prev {
    left: -10px;
  }
  .container.two {
    width: 1080px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner {
    height: 320px !important;
  }
  header.primary ul.one {
    display: none !important;
  }
  .new-h:after {
    display: none;
  }
  .mobile-nav-btn {
    top: 70px;
  }
  .new-h:after {
    display: none;
  }
  .hero-banner2 {
    height: 200px;
  }
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner .video-overlay {
    height: auto;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero-banner .mainvideo {
  }
  footer.main {
    height: auto;
    background-size: cover !important;
  }
  header.primary ul.one {
    display: none !important;
  }
  .new-h:after {
    display: none;
  }
  .mobile-nav-btn {
    top: 70px;
  }
  .new-h:after {
    display: none;
  }
  .hero-banner2 {
    height: 200px;
  }
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner .video-overlay {
    height: auto;
  }
  .hmdc img {
    width: 50%;
    margin: auto;
    margin-top: 50px;
  }
  .hero-banner {
    height: 250px !important;
  }
  .mbbx-10 {
    margin-bottom: 10px;
  }
  .accordion {
    font-size: 28px !important;
  }
  .mlrp-20 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 536px) {
  nav.pl li {
    color: rgba(158, 158, 158, 1);
  }
  nav.pl li a {
    color: rgba(158, 158, 158, 1);
  }
  footer.main {
    height: auto;
    background-size: cover !important;
  }
  .hero-banner {
    height: auto;
  }
  header.primary ul.one {
    display: none !important;
  }
  .new-h:after {
    display: none;
  }
  .hero-banner2 {
    height: 200px;
  }
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner .video-overlay {
    height: auto;
  }

  .mbbx-10 {
    margin-bottom: 10px;
  }
  .accordion {
    font-size: 28px !important;
  }
  .hmdc img {
    width: 50%;
    margin: auto;
    margin-top: 50px;
  }
  .mlrp-20 {
    margin-bottom: 30px;
  }
  .cur-box .fs-50 {
    font-size: 32px;
    line-height: 1;
  }

  .grey-sec {
    min-height: 820px;
    padding: 10px 10px 20px;
    margin: 5px;
    height: auto;
  }
  .tptpp .slick-dots {
    bottom: -5px;
  }
  form input[type="text"],
  form input[type="number"],
  form input[type="email"],
  form input[type="date"],
  form input[type="time"] {
    padding: 0px 12px;
  }
  .mttpx-10 {
    margin-top: 0px;
  }
  .rsp-fo {
    margin-top: 10px;
  }
  .admi-table table tr td {
    padding: 0px 8px;
    height: 70px;
  }
}

@media screen and (max-width: 567px) and (min-width: 320px) {
  .leadeship .fs-100{
    font-size: 42px;
  }
  .leadeship .fs-26{
    font-size: 12px;
  }
  .leadeship .fs-76{
    font-size: 32px;
  }
  .elementary-new{}
.elementary-new .fs-76{font-size:32px;}

  .admission-slider-box {
    min-height: 250px;
    position: relative;
    padding: 20px 20px;
  }
  .admission-slider-box h4 {
    font-size: 18px;
  }
  .admission-slider-box p {
    font-size: 14px;
  }
  .admission-slider-box span {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 180px;
    z-index: -1;
    color: #66cc334a;
    line-height: 1;
    font-weight: 700;
    display: block;
    margin: auto;
    content: "";
    height: 250px;
    width: 250px;
  }
  .admission-slider .slick-dots {
    bottom: 30px;        z-index: 999;

  }
  .hero-banner-2026 {
    height: 160px;
  }

  .hero-banner-2026.small{
    height: 160px;
  }

.qa-section{}
.qa-section h4{
        font-size: 20px;
}
.qa-section .qa-answer{
font-size: 14px;
        padding: 10px 10px;
}




  .second-section-new-about:before {
    width: 300px;
    height: 500px;
    background-size: contain;
  }
  .second-section-new-about:after {
    display: none;
  }
  .second-section-new-about .fs-100 {
    font-size: 44px;
  }
  .second-section-new-about .fs-54 {
    font-size: 34px;
  }
  .second-section-new-about .fs-44 {
    font-size: 24px;
  }
  .second-section-new-about .fs-80 {
    font-size: 30px;
  }
  .second-section-new-about .fs-44 {
    font-size: 20px;
  }
  .second-section-new-about .fs-36 {
    font-size: 24px;
  }
  .second-section-new-about .fs-32 {
    font-size: 20px;
  }
  .second-section-new-about .fs-26,
  .second-section-new-about .fs-22 {
    font-size: 16px;
  }

  .hero-banner-2026 .bird-overlay {
    right:-20px;
  }
  .hero-banner-2026 .bird-overlay img{
    /*display: none;*/
            height: 200px;

  }

  table.new-tr th,
  table.new-tr td {
    padding: 5px 5px;
    font-size: 14px;
  }
  table.new-tr tr td {
    font-size: 12px;
    height: 50px;
    padding: 0px 5px 0px 5px;
  }

  .big-career-button.app {
    width: 200px;
    font-size: 16px;
    height: auto;
    margin: auto;
  }
  .big-career-button {
    width: 200px;
    font-size: 24px;
    height: auto;
    margin: auto;
  }

  .copyright-sec {
    padding-top: 10px;
  }
  .copyright-sec p {
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .second-section-new:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/sectionafter.png);
    width: 250px;
    height: 230px;
    top: -46px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .second-section-new:after {
    width: 440px;
    height: 365px;
    background-size: contain;
  }
  .humm-div:before {
    display: none;
  }
  .second-section-new img {
    width: 50%;
    margin: 0 auto;
  }
  .second-section-new .fs-large {
    font-size: 14px;
  }
  /* footer.main{height: 250px !important; background-size:contain !important;}     */

  .pad-resp {
    padding: 15px !important;
    margin-top: 20px;
  }
  .appr-sec .content {
    min-height: 350px;
    padding: 0px 20px 0px 20px;
  }
  .lh-small {
    line-height: 0.8;
  }
  .headin {
    font-size: 50px;
  }
  .headin2 {
    font-size: 50px;
  }
  .spacebox {
    height: 270px;
    margin-top: 20px;
  }
  .kip-cont {
    width: 270px;
    height: 170px;
    padding: 25px 20px;
  }
  .grey-sec {
    min-height: 820px;
    padding: 10px 10px 20px;
    margin: 5px;
    height: auto;
  }
  .hero-banner2 {
    height: 200px;
  }
  header.primary ul.one {
    display: none !important;
  }
  .galslider2 .slick-next {
    right: 0;
    height: 20px;
    width: 20px;
  }
  .galslider2 .slick-prev {
    left: 0;
  }
  .grey-sec .fs-44 {
    font-size: 34px;
    margin-top: 20px;
  }
  .mlrp-20 {
    margin-bottom: 30px;
  }
  .new-h:after {
    display: none;
  }
  .hero-banner .mainvideo {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }
  .hero-banner .video-overlay {
    height: auto;
  }
  .hero-banner {
    height: auto;
  }
  h2,
  .h2 {
    font-size: calc(2.8 * 1rem) !important;
  }
  .galslider3 .slick-next {
    display: none !important;
  }
  .galslider3 .slick-prev {
    display: none !important;
  }

  .container.two {
    width: auto;
  }
  header.primary {
    height: 100px;
    padding: 10px 0px;
  }
 /*  .logo-img:before {
    width: 100px;
    height: 170px;
    left: 10px;
  } */

  .hero-banner.small {
    height: 130px;
  }
  .slick-dots li button:before {
    font-size: 20px;
    top: 20px;
    color: #62bc48;
  }
  .slick-dots li.slick-active button:before {
    color: #009145;
  }
  .value-box .slick-dots li {
    margin: 0;
    padding: 10px 15px;
  }

  .cur-box {
    min-height: 840px;
  }
  .cur-slider {
    height: 840px;
  }
  .cur-slider .slick-next {
    display: none !important;
  }
  .cur-slider .slick-prev {
    display: none !important;
  }
  .pdmp {
    padding: 25px;
  }
  nav.pl {
  }
  nav.pl li {
    color: rgb(10 8 8);
  }
  nav.pl li a {
    color: rgb(10 8 8);
  }
  nav.pl li a span {
  }
  .mobile-nav nav li ul.show {
    display: block;
  }
  .mobile-nav nav li ul.show1 {
    display: block;
  }
  .mobile-nav nav li ul.show2 {
    display: block;
  }
  .mobile-nav nav li ul.show3 {
    display: block;
  }
  .ylo-ban {
    /* background: url('../images/yellow-mobile-banner.png') !important;  */
    padding: 10px 30px;
    background: none !important;
    background-color: #f9f270 !important;
    border-radius: 10px;
    border: 5px solid #80848f;
    min-height: auto;
  }
  .ylo-ban img {
    margin: auto;
  }
  .therep h2 {
    font-size: 44px !important;
    line-height: 1;
    margin-bottom: 20px;
  }
  .tptpp {
    margin-top: 20px;
  }
  .tptpp li.tablinks {
    height: 440px;
    background-color: #f9f270;
    padding: 40px;
    border-radius: 20px;
  }
  .tptpp li.tablinks img {
    margin-bottom: 15px;
  }
  .therep {
    min-height: 200px;
  }

  .hero-banner .fs-32 {
    font-size: 16px;
  }
  .hero-banner .fs-44 {
    font-size: 20px !important;
  }
  .hero-banner .mbpx-30 {
    margin-bottom: 20px !important;
    width: 55%;
  }
  .admi-table {
  }
  .admi-table .w-75 {
  }
  .admi-table table {
    margin-bottom: 40px;
  }
  .admi-table table tr td {
    padding: 0px 8px;
    height: 70px;
  }
  .admi-proc li:after {
    display: none;
  }
  .admi-proc li {
    margin-bottom: 140px;
  }
  .admi-proc-box {
    left: 0;
  }

  .admi-proc-box.ont.tw {
    top: 290px;
  }
  .admi-proc-box.ont.th {
    top: 495px;
  }

  .admi-proc-box.twt {
    bottom: 445px;
  }
  .admi-proc-box.twt.tw {
    bottom: 235px;
  }
  .admi-proc-box.twt.th {
    bottom: 2px;
  }

  .hmdc img {
    width: 50%;
    margin: auto;
    margin-top: 50px;
  }

  .mbbx-10 {
    margin-bottom: 10px;
  }
  .accordion {
    font-size: 24px !important;
  }
  .cur-box .fs-50 {
    font-size: 32px;
    line-height: 1;
  }
  .tptpp .slick-dots {
    bottom: -5px;
  }
  .rsp-fo {
    margin-top: 10px;
  }

  form input[type="text"],
  form input[type="number"],
  form input[type="email"],
  form input[type="date"],
  form input[type="time"] {
    padding: 0px 12px;
    font-family: "Montserrat", sans-serif;
  }
  form select,
  form textarea {
    font-family: "Montserrat", sans-serif;
  }
  form input[disabled],
  form textarea[disabled],
  form select[disabled="disabled"] {
    -webkit-text-fill-color: rgba(158, 158, 158, 1);
    -webkit-opacity: 1;
    color: rgba(158, 158, 158, 1);
    background: #ccffcc33;
  }
  form input[type="text"],
  form input[type="number"],
  form input[type="email"],
  form input[type="date"],
  form input[type="time"] {
    -webkit-text-fill-color: rgba(158, 158, 158, 1);
    -webkit-opacity: 1;
    color: rgba(158, 158, 158, 1);
    background: #ccffcc33;
    width: 100%;
  }

  .mttpx-10 {
    margin-top: 0px;
  }
}
