html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 55px;
  max-width: 1920px;
}

.container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 55px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 8.33333%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 16.66667%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.33333%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.66667%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 58.33333%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.66667%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 75%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 83.33333%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 91.66667%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}

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

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*===============================
=            tooltip            =
===============================*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -9px;
  padding: 10px 0;
}

.tooltip.right, .tooltip.top-right, .tooltip.bottom-right {
  margin-left: 9px;
  padding: 0 10px;
}

.tooltip.bottom {
  margin-top: 9px;
  padding: 10px 0;
}

.tooltip.left, .tooltip.top-left, .tooltip.bottom-left {
  margin-left: -9px;
  padding: 0 10px;
}

.tooltip-inner {
  padding: 28px 28px 23px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

/*=====  End of tooltip  ======*/
/*=============================
=            modal            =
=============================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}

/*=====  End of modal  ======*/
/*================================
=            dropdown            =
================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/*=====  End of dropdown  ======*/
/*================================
=            Collapse            =
================================*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/*=====  End of Collapse  ======*/
@font-face {
  font-family: "Basis Grotesque";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/BasisGrotesque/BasisGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-Medium.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-Medium.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-Medium.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-Medium.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Basis Grotesque";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/BasisGrotesque/BasisGrotesque-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-MediumItalic.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-MediumItalic.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-MediumItalic.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-MediumItalic.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Basis Grotesque";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/BasisGrotesque/BasisGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-Bold.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-Bold.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-Bold.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-Bold.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Basis Grotesque";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/BasisGrotesque/BasisGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-BoldItalic.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-BoldItalic.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-BoldItalic.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-BoldItalic.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Basis Grotesque";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/BasisGrotesque/BasisGrotesque-Black.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-Black.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-Black.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-Black.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-Black.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Basis Grotesque";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/BasisGrotesque/BasisGrotesque-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/BasisGrotesque/BasisGrotesque-BlackItalic.woff2") format("woff2"), url("fonts/BasisGrotesque/BasisGrotesque-BlackItalic.woff") format("woff"), url("fonts/BasisGrotesque/BasisGrotesque-BlackItalic.ttf") format("truetype"), url("fonts/BasisGrotesque/BasisGrotesque-BlackItalic.svg#Basis Grotesque") format("svg");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Gotham/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham/Gotham-Ultra.woff2") format("woff2"), url("fonts/Gotham/Gotham-Ultra.woff") format("woff"), url("fonts/Gotham/Gotham-Ultra.ttf") format("truetype"), url("fonts/Gotham/Gotham-Ultra.svg#Gotham") format("svg");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham/Gotham-Bold.woff") format("woff"), url("fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham/Gotham-Bold.svg#Gotham") format("svg");
}

/*=====================================
=            base elements            =
=====================================*/
body {
  line-height: 1.2;
  font-size: 16px;
  margin: 0;
  color: #191D45;
  font-family: "Basis Grotesque", sans-serif;
}

.wrapper {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: none;
}

textarea, input, select, button, a {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: inherit;
}

select,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select, option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #000 !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

.container {
  max-width: 1440px;
  padding: 0 80px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*=====  End of base elements  ======*/
/*==============================
=            footer            =
==============================*/
.footer {
  background-color: #191D45;
  color: #fff;
}

.footer .container {
  max-width: 100%;
  padding: 0 40px;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer ul li {
  font-family: "Gotham", sans-serif;
  color: #5A5E84;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .footer ul li:hover {
    color: #FF9500;
  }
}

.footer .parsley-errors-list li {
  font-size: 12px;
  margin-bottom: 14px;
  color: #FF9500;
  line-height: 0;
}

.footer .top_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 54px;
  padding-bottom: 39px;
}

.footer .top_wrap .basic22 {
  margin-bottom: 20px;
}

.footer .top_wrap .left_side {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .top_wrap .left_side .gotham14 {
  margin-bottom: 14px;
}

.footer .top_wrap .left_side .form_wrap {
  max-width: 400px;
  margin-right: 81px;
  position: relative;
}

.footer .top_wrap .left_side .form_wrap form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.footer .top_wrap .left_side .form_wrap input[type="submit"] {
  width: 123px;
}

.footer .top_wrap .left_side .form_wrap .thank_y_f_mess {
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.footer .top_wrap .left_side .form_wrap .thank_y_f_mess.done {
  opacity: 1;
}

.footer .top_wrap .left_side .form_wrap .validate_text {
  margin-top: 10px;
  font-size: 12px;
}

.footer .top_wrap .left_side .subtitle_form, .footer .top_wrap .left_side form {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer .top_wrap .left_side .subtitle_form.done, .footer .top_wrap .left_side form.done {
  opacity: 0;
}

.footer .top_wrap .first_f_menu {
  width: 241px;
}

.footer .top_wrap .right_side {
  text-align: end;
}

.footer .top_wrap .right_side .f_logo path {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .footer .top_wrap .right_side .f_logo:hover path {
    fill: #FF9500;
  }
}

.footer .top_wrap .sm_link_wrap {
  text-transform: uppercase;
  margin-bottom: 42px;
}

.footer .top_wrap .sm_link_wrap a {
  display: inline-block;
  margin-left: 18px;
  color: #5A5E84;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 1025px) {
  .footer .top_wrap .sm_link_wrap a:hover {
    color: #FF9500;
  }
}

.footer .top_wrap .menus_f_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .bottom_f_section {
  padding-top: 15px;
  border-top: 1px solid #06081C;
}

.footer .bottom_f_section .top_section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.footer .bottom_f_section .top_section .right_side {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .bottom_f_section .top_section .right_side div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.footer .bottom_f_section .top_section .right_side div:nth-child(2) a {
  margin-left: 8px;
}

.footer .bottom_f_section .watermark_wrap {
  margin-top: 31px;
  margin-bottom: -5px;
}

.footer .bottom_f_section .watermark_wrap img {
  width: 100%;
}

.footer .bottom_f_section ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .bottom_f_section ul li {
  margin-right: 18px;
}

@media screen and (max-width: 1024px) {
  .footer .top_wrap {
    padding-bottom: 24px;
  }
  .footer .top_wrap .basic22 {
    margin-bottom: 28px;
  }
  .footer .top_wrap .left_side {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer .top_wrap .left_side .form_wrap {
    max-width: 344px;
    margin-right: 0;
  }
  .footer .top_wrap .menus_f_wrap {
    margin-top: 45px;
  }
  .footer .bottom_f_section .watermark_wrap {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .footer .container {
    padding: 0 20px;
  }
  .footer .top_wrap {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-bottom: 42px;
  }
  .footer .top_wrap .basic22 {
    margin-bottom: 23px;
  }
  .footer .top_wrap .left_side .gotham14 {
    margin-bottom: 17px;
  }
  .footer .top_wrap .left_side .form_wrap {
    width: 100%;
    max-width: none;
  }
  .footer .top_wrap .first_f_menu {
    margin-bottom: 32px;
    width: auto;
  }
  .footer .top_wrap .right_side {
    text-align: start;
  }
  .footer .top_wrap .right_side .f_logo_wrap {
    display: none;
  }
  .footer .top_wrap .sm_link_wrap {
    margin-bottom: 0;
  }
  .footer .top_wrap .sm_link_wrap a {
    margin-left: 0;
    margin-right: 18px;
  }
  .footer .top_wrap .menus_f_wrap {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 33px;
  }
  .footer .bottom_f_section .top_section {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer .bottom_f_section .top_section .right_side {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer .bottom_f_section .top_section .right_side div:nth-child(2) {
    margin-left: 0;
  }
  .footer .bottom_f_section .watermark_wrap {
    margin-top: 33px;
  }
  .footer .bottom_f_section ul li {
    margin-bottom: 17px;
  }
}

/*=====  End of footer  ======*/
/*===============================
=            cookies            =
===============================*/
.cooki_box {
  width: 100%;
  height: 62px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  background-color: #FFF;
  z-index: 999;
  line-height: 62px;
  overflow: hidden;
  display: none;
}

.cooki_box img {
  float: left;
  position: relative;
  top: -30px;
}

.cooki_box span {
  font-size: 14px;
  color: #5b5b5b;
  padding-left: 50px;
  padding-right: 6px;
}

.cooki_box a {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cooki_box a:hover {
  color: #0a1e60;
}

.cooki_box button {
  line-height: 34px;
  height: 34px;
  border: none;
  display: block;
  width: 126px;
  text-align: center;
  color: #FFF;
  background-color: #0a1e60;
  float: right;
  font-size: 15px;
  margin-top: 15px;
  margin-right: 46px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cooki_box button:hover {
  background-color: #BE2D2D;
}

/*=====  End of cookies  ======*/
@media screen and (max-width: 1024px) {
  /*===============================
    =            cookies            =
    ===============================*/
  .cooki_box img {
    display: none;
  }
  .cooki_box span {
    padding-left: 0;
  }
  .cooki_box button {
    margin-right: 0;
  }
  /*=====  End of cookies  ======*/
}

@media screen and (max-width: 767px) {
  /*===============================
    =            cookies            =
    ===============================*/
  .cooki_box {
    line-height: 1.2;
    height: 86px;
  }
  .cooki_box span {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
  }
  .cooki_box a {
    margin-top: 8px;
    display: inline-block;
  }
  .cooki_box button {
    margin-top: 0;
  }
  /*=====  End of cookies  ======*/
}

/*==============================
=            header           =
==============================*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 86px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header .container {
  max-width: 100%;
  padding: 0 40px;
}

.header .container, .header .content {
  height: 100%;
}

.header .header_wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.header .header_logo_wrap {
  position: relative;
  height: 46px;
  width: 140px;
}

.header .header_logo_wrap img {
  position: absolute;
  left: 0;
}

.header .header_logo_wrap .header_logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .header .header_logo_wrap .header_logo:hover {
    opacity: 0;
  }
}

.header .left_side_menu {
  //margin-left: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header_left_side {
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.header .header_left_side .gotham14_wrap {
  margin-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.header .header_left_side .gotham14_wrap::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 0;
}

@media screen and (min-width: 1025px) {
  .header .header_left_side .gotham14_wrap:hover::before {
    width: 100%;
  }
}

.header .header_left_side .gotham14_wrap .gotham14 {
  text-transform: uppercase;
}

.header .header_left_side .gotham14_wrap .gotham10 {
  margin-left: 5px;
}

.header .header_right_side {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  min-width: 435px;
}

.header .header_right_side .gotham14 {
  margin-left: 15px;
  text-transform: uppercase;
  color: #191D45;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

.header .header_right_side .gotham14::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #191D45;
  bottom: -5px;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 0;
}

@media screen and (min-width: 1025px) {
  .header .header_right_side .gotham14:hover::before {
    width: 100%;
  }
}

.header .menu_right_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.header .menu_right_wrap .account_btn {
  margin-left: 10px;
  border-left: 1px solid #191D45;
  padding-left: 10px;
}

.header .header_orange_romb {
  position: absolute;
  -webkit-transform: skew(-26deg, 0deg);
          transform: skew(-26deg, 0deg);
  -webkit-box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
          box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
  background-color: #FF9500;
  height: calc(100% + 1px);
  width: calc(100% + 80px);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(700px) skew(-26deg, 0deg);
  transform: translateX(700px) skew(-26deg, 0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header .header_orange_romb.active_page_anim {
  -webkit-transform: skew(-26deg, 0deg);
  transform: skew(-26deg, 0deg);
}

.header.active_scroll, .header.active_bg {
  background-color: #191D45;
}

.header.active_scroll .header_right_side .header_orange_romb, .header.active_bg .header_right_side .header_orange_romb {
  background-color: #191D45;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.header.active_scroll .header_right_side .gotham14, .header.active_bg .header_right_side .gotham14 {
  color: #fff;
}

.header.active_scroll .header_right_side .gotham14::before, .header.active_bg .header_right_side .gotham14::before {
  background-color: #fff;
}

.header.active_scroll .menu_right_wrap .account_btn, .header.active_bg .menu_right_wrap .account_btn {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .header {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .header.scroll_active {
    background-color: #191D45;
  }
  .header > .container {
    z-index: 999;
    position: relative;
  }
  .header .header_left_side .tablet_h_link {
    margin-left: 164px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .header .header_left_side .tablet_h_link .page_title {
    text-transform: uppercase;
    margin-right: 4px;
  }
  .header .left_side_menu {
    display: none;
  }
  .header .header_right_side {
    min-width: auto;
  }
  .header .header_right_side .header_orange_romb, .header .header_right_side .menu_right_wrap {
    display: none;
  }
  .header .mobile_burger {
    width: 46px;
    height: 46px;
    background-color: #06081C;
    position: relative;
    z-index: 999;
  }
  .header .mobile_burger::after, .header .mobile_burger::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #FF9500;
    left: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .header .mobile_burger::after {
    top: 15px;
  }
  .header .mobile_burger::before {
    top: 27px;
  }
  .header .mobile_burger.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 21px;
  }
  .header .mobile_burger.active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
  }
  .header .mobile_header_menu {
    overflow: hidden;
    background-color: #191D45;
    color: #5A5E84;
    position: fixed;
    top: 0;
    padding-top: 86px;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease 0.3s;
    transition: -webkit-transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s;
    transition: transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
  }
  .header .mobile_header_menu .container {
    z-index: 998;
    position: relative;
    overflow-y: auto;
  }
  .header .mobile_header_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header .mobile_header_menu .main_mobile_menu {
    margin-top: 40px;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -1.37px;
    line-height: 52px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .header .mobile_header_menu .main_mobile_menu a {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .header .mobile_header_menu .main_mobile_menu .orange {
    margin-left: 5px;
  }
  .header .mobile_header_menu .bottom_mobile_part {
    margin-top: 78px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .header .mobile_header_menu .bottom_mobile_part .basic22 {
    margin-bottom: 29px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_second_menu, .header .mobile_header_menu .bottom_mobile_part a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.44px;
    line-height: 24px;
  }
  .header .mobile_header_menu .bottom_mobile_part a {
    text-transform: uppercase;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_second_menu {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_second_menu li {
    margin-bottom: 13px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_social_media {
    text-align: end;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_social_media a {
    color: #191D45;
    margin-left: 20px;
  }
  .header .mobile_header_menu .mobile_orange_romb {
    overflow: hidden;
    position: absolute;
    width: 520px;
    background-color: #FF9500;
    height: 1155px;
    top: -86px;
    right: -184px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .header .mobile_header_menu .mobile_orange_romb.active {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: skew(-26deg, 0deg);
    transform: skew(-26deg, 0deg);
  }
  .header .mobile_header_menu.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header .mobile_header_menu.active .main_mobile_menu, .header .mobile_header_menu.active .mobile_social_media, .header .mobile_header_menu.active .mobile_second_menu {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .header .container {
    padding: 0 20px;
  }
  .header .mobile_header_menu .main_mobile_menu {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.75px;
    line-height: 28px;
    margin-top: 17px;
  }
  .header .mobile_header_menu .main_mobile_menu a {
    margin-bottom: 25px;
  }
  .header .mobile_header_menu .bottom_mobile_part {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 21px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_second_menu {
    font-size: 14px;
    letter-spacing: -0.44px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_social_media {
    margin-top: 68px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_social_media .basic22 {
    margin-bottom: 17px;
  }
  .header .mobile_header_menu .bottom_mobile_part .mobile_social_media a {
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: -0.37px;
  }
  .header .mobile_header_menu .mobile_orange_romb {
    right: -160px;
    width: 347px;
  }
}

.internal_page_header {
  padding-top: 86px;
  background-color: #191D45;
  color: #fff;
  position: relative;
  min-height: 274px;
  overflow: hidden;
}

.internal_page_header .orange_romb {
  content: "";
  position: absolute;
  width: 648px;
  background-color: #FF9500;
  top: 0;
  right: 1px;
  z-index: 0;
  height: 800px;
  -webkit-transform: translateX(900px) skew(-26deg, 0deg);
  transform: translateX(900px) skew(-26deg, 0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.internal_page_header .orange_romb.active_page_anim {
  -webkit-transform: skew(-26deg, 0deg);
  transform: skew(-26deg, 0deg);
}

.internal_page_header .banner_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  z-index: 2;
  position: relative;
  padding-top: 31px;
}

.internal_page_header .left_text_side {
  max-width: 500px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 50px;
}

.internal_page_header .left_text_side.no_img {
  max-width: 100%;
  margin-right: 0;
}

.internal_page_header .left_text_side.no_btn .internal_page_header .left_text_side.no_img {
  margin-bottom: 136px;
}

.internal_page_header .left_text_side.no_btn {
  margin-bottom: 97px;
}

.internal_page_header .left_text_side .basic44 {
  margin-bottom: 9px;
}

.internal_page_header .left_text_side a {
  margin-top: 27px;
}

.internal_page_header .right_image_wrap {
  width: calc(100% - 500px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

.internal_page_header .right_image_wrap img {
  max-height: 274px;
}

@media screen and (min-width: 1441px) {
  .internal_page_header .orange_romb {
    width: 45vw;
  }
}

@media screen and (max-width: 1024px) {
  .internal_page_header {
    min-height: 190px;
  }
  .internal_page_header .orange_romb {
    width: 495px;
    right: -132px;
  }
  .internal_page_header .banner_wrap {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 5px;
    padding-bottom: 0;
  }
  .internal_page_header .left_text_side {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .internal_page_header .left_text_side.no_btn.no_img {
    margin-bottom: 97px;
  }
  .internal_page_header .left_text_side.no_btn {
    margin-top: 31px;
    margin-bottom: 0;
  }
  .internal_page_header .right_image_wrap {
    margin-top: 50px;
    width: 100%;
    max-height: 210px;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .internal_page_header .right_image_wrap img {
    max-height: 240px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .internal_page_header {
    min-height: 226px;
  }
  .internal_page_header .basic_btn {
    background-color: #fff;
    border: 0;
  }
  .internal_page_header .orange_romb {
    right: -225px;
  }
  .internal_page_header .banner_wrap {
    padding-top: 40px;
  }
  .internal_page_header .left_text_side .basic44 {
    margin-bottom: 11px;
  }
  .internal_page_header .left_text_side a {
    margin-top: 25px;
  }
  .internal_page_header .left_text_side.no_btn {
    margin-top: 0;
  }
  .internal_page_header .right_image_wrap {
    margin-top: 25px;
  }
}

.app_bar_wrap {
  padding: 32px 0;
  position: relative;
  width: 100%;
}

.app_bar_wrap .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 1;
  padding-left: 63px;
}

.app_bar_wrap .basic32 {
  margin-right: 20px;
}

.app_bar_wrap a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.app_bar_wrap .blue_bg_romb {
  width: 50%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: -218px;
  -webkit-transform: skew(-26deg, 0deg);
          transform: skew(-26deg, 0deg);
}

@media screen and (max-width: 1440px) {
  .app_bar_wrap .blue_bg_romb {
    right: auto;
    left: 936px;
  }
}

@media screen and (max-width: 1024px) {
  .app_bar_wrap .content {
    padding-left: 0;
  }
  .app_bar_wrap .blue_bg_romb {
    left: auto;
    right: -246px;
  }
}

@media screen and (max-width: 767px) {
  .app_bar_wrap {
    padding-top: 25px;
    padding-bottom: 48px;
  }
  .app_bar_wrap .content {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .app_bar_wrap .basic32 {
    margin-bottom: 15px;
  }
  .app_bar_wrap .blue_bg_romb {
    width: 100%;
    right: auto;
    left: 83px;
    top: auto;
    bottom: -125px;
  }
}

.error404 .internal_page_header, .page-template-thank_you .internal_page_header {
  height: 463px;
}

.error404 .internal_page_header .container, .error404 .internal_page_header .content, .error404 .internal_page_header .banner_wrap, .page-template-thank_you .internal_page_header .container, .page-template-thank_you .internal_page_header .content, .page-template-thank_you .internal_page_header .banner_wrap {
  height: 100%;
}

.error404 .internal_page_header .basic32, .page-template-thank_you .internal_page_header .basic32 {
  font-size: 24px;
  letter-spacing: -0.75px;
  line-height: 32px;
}

.error404 .internal_page_header .orange_romb, .page-template-thank_you .internal_page_header .orange_romb {
  right: 121px;
  -webkit-box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
          box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
}

.error404 .internal_page_header .right_image_wrap img, .page-template-thank_you .internal_page_header .right_image_wrap img {
  max-height: 339px;
}

.error404 .header .header_orange_romb, .page-template-thank_you .header .header_orange_romb {
  -webkit-box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
          box-shadow: -16px -16px 16px rgba(0, 0, 0, 0.2);
}

.error404 .header .header_right_side, .page-template-thank_you .header .header_right_side {
  min-width: 555px;
}

@media screen and (max-width: 1024px) {
  .error404 .internal_page_header .orange_romb, .page-template-thank_you .internal_page_header .orange_romb {
    right: -175px;
  }
  .error404 .internal_page_header .left_text_side, .page-template-thank_you .internal_page_header .left_text_side {
    width: 388px;
    margin-bottom: 117px;
    margin-top: 100px;
  }
  .error404 .internal_page_header .right_image_wrap, .page-template-thank_you .internal_page_header .right_image_wrap {
    max-height: none;
    position: absolute;
    bottom: 0px;
    right: -393px;
    height: 1019px;
  }
  .error404 .internal_page_header .banner_wrap, .page-template-thank_you .internal_page_header .banner_wrap {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .error404 .internal_page_header .right_image_wrap img, .page-template-thank_you .internal_page_header .right_image_wrap img {
    max-height: none;
  }
  .error404 .header .header_right_side, .page-template-thank_you .header .header_right_side {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .error404 .internal_page_header, .page-template-thank_you .internal_page_header {
    height: auto;
  }
  .error404 .internal_page_header .basic_btn, .page-template-thank_you .internal_page_header .basic_btn {
    background-color: #FF9500;
  }
  .error404 .internal_page_header .orange_romb, .page-template-thank_you .internal_page_header .orange_romb {
    right: -376px;
  }
  .error404 .internal_page_header .left_text_side, .page-template-thank_you .internal_page_header .left_text_side {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .error404 .internal_page_header .left_text_side .basic44, .error404 .internal_page_header .left_text_side .basic32, .page-template-thank_you .internal_page_header .left_text_side .basic44, .page-template-thank_you .internal_page_header .left_text_side .basic32 {
    background-color: #191D45;
    width: calc(100% + 20px);
    padding-right: 20px;
  }
  .error404 .internal_page_header .left_text_side .basic44, .page-template-thank_you .internal_page_header .left_text_side .basic44 {
    margin-bottom: 0;
    padding-bottom: 11px;
  }
  .error404 .internal_page_header .left_text_side .basic32, .page-template-thank_you .internal_page_header .left_text_side .basic32 {
    padding-bottom: 25px;
  }
  .error404 .internal_page_header .left_text_side .basic_btn, .page-template-thank_you .internal_page_header .left_text_side .basic_btn {
    margin-top: 0;
  }
  .error404 .internal_page_header .right_image_wrap, .page-template-thank_you .internal_page_header .right_image_wrap {
    position: relative;
    right: -170px;
    height: auto;
  }
  .error404 .internal_page_header .banner_wrap, .page-template-thank_you .internal_page_header .banner_wrap {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .error404 .internal_page_header .right_image_wrap img, .page-template-thank_you .internal_page_header .right_image_wrap img {
    height: 300px;
  }
}

.mobile_ask_btn_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.add_question_form {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  padding-top: 86px;
}

.add_question_form.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.add_question_form .close_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  padding-top: 20px;
  padding-right: 20px;
}

.add_question_form .thank_y_section {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 180px;
}

.add_question_form .thank_y_section a {
  margin-top: 35px;
}

.add_question_form .content {
  max-width: 620px;
  margin: 0 auto;
}

.add_question_form .form_wrap {
  margin-top: 28px;
  margin-bottom: 85px;
}

.add_question_form .form_wrap span, .add_question_form .form_wrap .topic_input {
  margin-bottom: 24px;
}

.add_question_form .form_wrap .topic_input {
  margin-bottom: 24px;
}

.add_question_form .section_form_wrap, .add_question_form .thank_y_section {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.add_question_form .section_form_wrap.ready, .add_question_form .thank_y_section.ready {
  opacity: 1;
}

.add_question_form .section_form_wrap.active, .add_question_form .thank_y_section.active {
  display: block;
}

.loader_post_insert {
  border: 3px solid #C0C0C0;
  border-radius: 50%;
  border-top: 3px solid #FF9500;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-left: 25px;
  display: none;
}

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

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

.btn_loader_wrap {
  margin-top: 39px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 767px) {
  .add_question_form .form_wrap span, .add_question_form .form_wrap .topic_input {
    margin-bottom: 20px;
  }
  .add_question_form .form_wrap .topic_input {
    margin-bottom: 20px;
  }
  .add_question_form .form_wrap input[type="submit"] {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .add_question_form {
    padding-top: 0;
  }
}

/*===================================
=            Woocommerce            =
===================================*/
.woocommerce img, .woocommerce-page:not(.woocommerce-cart) img {
  max-width: none;
}

.woocommerce .header, .woocommerce-page:not(.woocommerce-cart) .header {
  background-color: #191D45;
}

.woocommerce .header .header_right_side .header_orange_romb, .woocommerce-page:not(.woocommerce-cart) .header .header_right_side .header_orange_romb {
  background-color: #191D45;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.woocommerce .header .header_right_side .gotham14, .woocommerce-page:not(.woocommerce-cart) .header .header_right_side .gotham14 {
  color: #fff;
}

.woocommerce .header .header_right_side .gotham14::before, .woocommerce-page:not(.woocommerce-cart) .header .header_right_side .gotham14::before {
  background-color: #fff;
}

.page-template-app_page img {
  max-width: none;
}

/*=====  End of Woocommerce  ======*/
/*# sourceMappingURL=styles.css.map */
