@charset 'UTF-8';
/** General appointment btn */
/** theme border customization */
/** header quick links buttons variable */
/** social buttons in footer */
.text-brand-primary-light, .hover-text-brand-primary-light:hover {
  color: #ff9027;
}
.text-brand-primary, .hover-text-brand-primary:hover {
  color: #ff9027;
}
.text-brand-primary-dark, .hover-text-brand-primary-dark:hover {
  color: #ff9027;
}
.text-brand-secondary-light, .hover-text-brand-secondary-light:hover {
  color: #30302f;
}
.text-brand-secondary, .hover-text-brand-secondary:hover {
  color: #030202;
}
.text-brand-secondary-dark, .hover-text-brand-secondary-dark:hover {
  color: #30302f;
}
.text-gray, .hover-text-gray:hover {
  color: #404040;
}
.text-white, .hover-text-white:hover {
  color: #fff;
}
.text-black, .hover-text-black:hover {
  color: #000;
}
.text-error, .hover-text-error:hover {
  color: #f00;
}
.text-warning, .hover-text-warning:hover {
  color: #ffae42;
}
.text-success, .hover-text-success:hover {
  color: #008000;
}
.bg-brand-primary-light, .hover-bg-brand-primary-light:hover {
  background-color: #ff9027;
}
.bg-brand-primary, .hover-bg-brand-primary:hover {
  background-color: #ff9027;
}
.bg-brand-primary-dark, .hover-bg-brand-primary-dark:hover {
  background-color: #ff9027;
}
.bg-brand-secondary-light, .hover-bg-brand-secondary-light:hover {
  background-color: #30302f;
}
.bg-brand-secondary, .hover-bg-brand-secondary:hover {
  background-color: #030202;
}
.bg-brand-secondary-dark, .hover-bg-brand-secondary-dark:hover {
  background-color: #30302f;
}
.bg-gray, .hover-bg-gray:hover {
  background-color: #404040;
}
.bg-white, .hover-bg-white:hover {
  background-color: #fff;
}
.bg-black, .hover-bg-black:hover {
  background-color: #000;
}
.bg-error, .hover-bg-error:hover {
  background-color: #f00;
}
.bg-warning, .hover-bg-warning:hover {
  background-color: #ffae42;
}
.bg-success, .hover-bg-success:hover {
  background-color: #008000;
}
html {
  font-size: 16px;
  line-height: 1.15;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
button, input, optgroup, select, textarea {
  text-rendering: optimizeLegibility;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:after, *:before {
  box-sizing: inherit;
}
a {
  transition: color 110ms ease-in-out;
  color: #ff9027;
}
a:active, a:hover {
  color: #ff9027;
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-style: dotted;
  text-decoration: none;
}
hr {
  border: 0;
  height: 2px;
}
ol, ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
ul {
  list-style: disc;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal;
}
li > ol, li > ul {
  padding-left: 2rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1rem 1rem;
}
img {
  height: auto;
  max-width: 100%;
  position: relative;
}
figure {
  margin: 0;
}
blockquote {
  border-left: 2px solid #ff9027;
  margin-left: 0;
  padding: 0 0 0 1rem;
}
blockquote > p {
  margin: 0 0 1rem;
}
table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
table td, table th {
  padding: 0.5em;
  border: 1px solid;
  word-break: break-all;
}
/** position classes */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-static {
  position: static;
}
.object-fit {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.object-position-center-center {
  object-position: center center;
}
.object-position-center-top {
  object-position: center top;
}
.object-position-center-bottom {
  object-position: center bottom;
}
.object-position-center-left {
  object-position: left center;
}
.object-position-center-right {
  object-position: center right;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex img {
  align-self: center;
}
.d-flex.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.d-flex.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.d-flex.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.d-flex.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.d-flex.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.d-flex.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-flex.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.d-flex.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-flex.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.d-flex.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.list-none {
  list-style: none;
}
.list-disc {
  list-style: disc;
}
.list-circle {
  list-style: circle;
}
/* transitions effect */
.transition {
  transition: 0.5s ease all;
}
.border-radius {
  border-radius: 6px;
}
.border-radius-full {
  border-radius: 1000px;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.h-100 {
  height: 100%;
}
.cell-1by5 {
  width: 20%;
}
.cell-2by5 {
  width: 40%;
}
.cell-3by5 {
  width: 60%;
}
.cell-4by5 {
  width: 80%;
}
/* column structure */
.cell-1 {
  width: 8.3333333333%;
}
.cell-2 {
  width: 16.6666666667%;
}
.cell-3 {
  width: 25%;
}
.cell-4 {
  width: 33.3333333333%;
}
.cell-5 {
  width: 41.6666666667%;
}
.cell-6 {
  width: 50%;
}
.cell-7 {
  width: 58.3333333333%;
}
.cell-8 {
  width: 66.6666666667%;
}
.cell-9 {
  width: 75%;
}
.cell-10 {
  width: 83.3333333333%;
}
.cell-11 {
  width: 91.6666666667%;
}
.cell-12, .wrapper-fluid {
  width: 100%;
}
.mt-0, .m-0, .my-0 {
  margin-top: 0px;
}
.pt-0, .p-0, ul, ol, .py-0 {
  padding-top: 0px;
}
.mb-0, .m-0, .my-0 {
  margin-bottom: 0px;
}
.pb-0, .p-0, ul, ol, .py-0 {
  padding-bottom: 0px;
}
.ml-0, .m-0, .mx-0 {
  margin-left: 0px;
}
.pl-0, .p-0, ul, ol, .px-0 {
  padding-left: 0px;
}
.mr-0, .m-0, .mx-0 {
  margin-right: 0px;
}
.pr-0, .p-0, ul, ol, .px-0 {
  padding-right: 0px;
}
.mt-5, .m-5, .my-5 {
  margin-top: 5px;
}
.pt-5, .p-5, .py-5 {
  padding-top: 5px;
}
.mb-5, .m-5, .my-5 {
  margin-bottom: 5px;
}
.pb-5, .p-5, .py-5 {
  padding-bottom: 5px;
}
.ml-5, .m-5, .mx-5 {
  margin-left: 5px;
}
.pl-5, .p-5, .px-5 {
  padding-left: 5px;
}
.mr-5, .m-5, .mx-5 {
  margin-right: 5px;
}
.pr-5, .p-5, .px-5 {
  padding-right: 5px;
}
.mt-10, .m-10, .my-10 {
  margin-top: 10px;
}
.pt-10, .p-10, .py-10 {
  padding-top: 10px;
}
.mb-10, .m-10, .my-10 {
  margin-bottom: 10px;
}
.pb-10, .p-10, .py-10 {
  padding-bottom: 10px;
}
.ml-10, .m-10, .mx-10 {
  margin-left: 10px;
}
.pl-10, .p-10, .px-10 {
  padding-left: 10px;
}
.mr-10, .m-10, .mx-10 {
  margin-right: 10px;
}
.pr-10, .p-10, .px-10 {
  padding-right: 10px;
}
.mt-15, .m-15, .my-15 {
  margin-top: 15px;
}
.pt-15, .p-15, .py-15 {
  padding-top: 15px;
}
.mb-15, .m-15, .my-15 {
  margin-bottom: 15px;
}
.pb-15, .p-15, .py-15 {
  padding-bottom: 15px;
}
.ml-15, .m-15, .mx-15 {
  margin-left: 15px;
}
.pl-15, .p-15, .px-15 {
  padding-left: 15px;
}
.mr-15, .m-15, .mx-15 {
  margin-right: 15px;
}
.pr-15, .p-15, .px-15 {
  padding-right: 15px;
}
.mt-20, .m-20, .my-20 {
  margin-top: 20px;
}
.pt-20, .p-20, .py-20 {
  padding-top: 20px;
}
.mb-20, .m-20, .my-20 {
  margin-bottom: 20px;
}
.pb-20, .p-20, .py-20 {
  padding-bottom: 20px;
}
.ml-20, .m-20, .mx-20 {
  margin-left: 20px;
}
.pl-20, .p-20, .px-20 {
  padding-left: 20px;
}
.mr-20, .m-20, .mx-20 {
  margin-right: 20px;
}
.pr-20, .p-20, .px-20 {
  padding-right: 20px;
}
.mt-30, .m-30, .my-30 {
  margin-top: 30px;
}
.pt-30, .p-30, .py-30 {
  padding-top: 30px;
}
.mb-30, .m-30, .my-30 {
  margin-bottom: 30px;
}
.pb-30, .p-30, .py-30 {
  padding-bottom: 30px;
}
.ml-30, .m-30, .mx-30 {
  margin-left: 30px;
}
.pl-30, .p-30, .px-30 {
  padding-left: 30px;
}
.mr-30, .m-30, .mx-30 {
  margin-right: 30px;
}
.pr-30, .p-30, .px-30 {
  padding-right: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-extra-bold {
  font-weight: 900;
}
.font-extra-light {
  font-weight: 100;
}
/* for text-transform property */
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-none {
  text-transform: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 1400px) {
  .cell-1400px-1 {
    width: 8.3333333333%;
  }
  .cell-1400px-2 {
    width: 16.6666666667%;
  }
  .cell-1400px-3 {
    width: 25%;
  }
  .cell-1400px-4 {
    width: 33.3333333333%;
  }
  .cell-1400px-5 {
    width: 41.6666666667%;
  }
  .cell-1400px-6 {
    width: 50%;
  }
  .cell-1400px-7 {
    width: 58.3333333333%;
  }
  .cell-1400px-8 {
    width: 66.6666666667%;
  }
  .cell-1400px-9 {
    width: 75%;
  }
  .cell-1400px-10 {
    width: 83.3333333333%;
  }
  .cell-1400px-11 {
    width: 91.6666666667%;
  }
  .cell-1400px-12 {
    width: 100%;
  }
  .mt-1400px-0, .m-1400px-0, .my-1400px-0 {
    margin-top: 0px;
  }
  .pt-1400px-0, .p-1400px-0, .py-1400px-0 {
    padding-top: 0px;
  }
  .mb-1400px-0, .m-1400px-0, .my-1400px-0 {
    margin-bottom: 0px;
  }
  .pb-1400px-0, .p-1400px-0, .py-1400px-0 {
    padding-bottom: 0px;
  }
  .ml-1400px-0, .m-1400px-0, .mx-1400px-0 {
    margin-left: 0px;
  }
  .pl-1400px-0, .p-1400px-0, .px-1400px-0 {
    padding-left: 0px;
  }
  .mr-1400px-0, .m-1400px-0, .mx-1400px-0 {
    margin-right: 0px;
  }
  .pr-1400px-0, .p-1400px-0, .px-1400px-0 {
    padding-right: 0px;
  }
  .mt-1400px-5, .m-1400px-5, .my-1400px-5 {
    margin-top: 5px;
  }
  .pt-1400px-5, .p-1400px-5, .py-1400px-5 {
    padding-top: 5px;
  }
  .mb-1400px-5, .m-1400px-5, .my-1400px-5 {
    margin-bottom: 5px;
  }
  .pb-1400px-5, .p-1400px-5, .py-1400px-5 {
    padding-bottom: 5px;
  }
  .ml-1400px-5, .m-1400px-5, .mx-1400px-5 {
    margin-left: 5px;
  }
  .pl-1400px-5, .p-1400px-5, .px-1400px-5 {
    padding-left: 5px;
  }
  .mr-1400px-5, .m-1400px-5, .mx-1400px-5 {
    margin-right: 5px;
  }
  .pr-1400px-5, .p-1400px-5, .px-1400px-5 {
    padding-right: 5px;
  }
  .mt-1400px-10, .m-1400px-10, .my-1400px-10 {
    margin-top: 10px;
  }
  .pt-1400px-10, .p-1400px-10, .py-1400px-10 {
    padding-top: 10px;
  }
  .mb-1400px-10, .m-1400px-10, .my-1400px-10 {
    margin-bottom: 10px;
  }
  .pb-1400px-10, .p-1400px-10, .py-1400px-10 {
    padding-bottom: 10px;
  }
  .ml-1400px-10, .m-1400px-10, .mx-1400px-10 {
    margin-left: 10px;
  }
  .pl-1400px-10, .p-1400px-10, .px-1400px-10 {
    padding-left: 10px;
  }
  .mr-1400px-10, .m-1400px-10, .mx-1400px-10 {
    margin-right: 10px;
  }
  .pr-1400px-10, .p-1400px-10, .px-1400px-10 {
    padding-right: 10px;
  }
  .mt-1400px-15, .m-1400px-15, .my-1400px-15 {
    margin-top: 15px;
  }
  .pt-1400px-15, .p-1400px-15, .py-1400px-15 {
    padding-top: 15px;
  }
  .mb-1400px-15, .m-1400px-15, .my-1400px-15 {
    margin-bottom: 15px;
  }
  .pb-1400px-15, .p-1400px-15, .py-1400px-15 {
    padding-bottom: 15px;
  }
  .ml-1400px-15, .m-1400px-15, .mx-1400px-15 {
    margin-left: 15px;
  }
  .pl-1400px-15, .p-1400px-15, .px-1400px-15 {
    padding-left: 15px;
  }
  .mr-1400px-15, .m-1400px-15, .mx-1400px-15 {
    margin-right: 15px;
  }
  .pr-1400px-15, .p-1400px-15, .px-1400px-15 {
    padding-right: 15px;
  }
  .mt-1400px-20, .m-1400px-20, .my-1400px-20 {
    margin-top: 20px;
  }
  .pt-1400px-20, .p-1400px-20, .py-1400px-20 {
    padding-top: 20px;
  }
  .mb-1400px-20, .m-1400px-20, .my-1400px-20 {
    margin-bottom: 20px;
  }
  .pb-1400px-20, .p-1400px-20, .py-1400px-20 {
    padding-bottom: 20px;
  }
  .ml-1400px-20, .m-1400px-20, .mx-1400px-20 {
    margin-left: 20px;
  }
  .pl-1400px-20, .p-1400px-20, .px-1400px-20 {
    padding-left: 20px;
  }
  .mr-1400px-20, .m-1400px-20, .mx-1400px-20 {
    margin-right: 20px;
  }
  .pr-1400px-20, .p-1400px-20, .px-1400px-20 {
    padding-right: 20px;
  }
  .mt-1400px-30, .m-1400px-30, .my-1400px-30 {
    margin-top: 30px;
  }
  .pt-1400px-30, .p-1400px-30, .py-1400px-30 {
    padding-top: 30px;
  }
  .mb-1400px-30, .m-1400px-30, .my-1400px-30 {
    margin-bottom: 30px;
  }
  .pb-1400px-30, .p-1400px-30, .py-1400px-30 {
    padding-bottom: 30px;
  }
  .ml-1400px-30, .m-1400px-30, .mx-1400px-30 {
    margin-left: 30px;
  }
  .pl-1400px-30, .p-1400px-30, .px-1400px-30 {
    padding-left: 30px;
  }
  .mr-1400px-30, .m-1400px-30, .mx-1400px-30 {
    margin-right: 30px;
  }
  .pr-1400px-30, .p-1400px-30, .px-1400px-30 {
    padding-right: 30px;
  }
  .text-1400px-left {
    text-align: left;
  }
  .d-1400px-none {
    display: none;
  }
  .d-1400px-block {
    display: block;
  }
  .text-1400px-right {
    text-align: right;
  }
  .d-1400px-none {
    display: none;
  }
  .d-1400px-block {
    display: block;
  }
  .text-1400px-center {
    text-align: center;
  }
  .d-1400px-none {
    display: none;
  }
  .d-1400px-block {
    display: block;
  }
  .text-1400px-justify {
    text-align: justify;
  }
  .d-1400px-none {
    display: none;
  }
  .d-1400px-block {
    display: block;
  }
  .object-position-1400px-center-center {
    object-position: center center;
  }
  .object-position-1400px-center-top {
    object-position: center top;
  }
  .object-position-1400px-center-bottom {
    object-position: center bottom;
  }
  .object-position-1400px-center-left {
    object-position: left center;
  }
  .object-position-1400px-center-right {
    object-position: center right;
  }
  .d-flex.align-1400px-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-1400px-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-1400px-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-1400px-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-1400px-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-1400px-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-1400px-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-1400px-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-1400px-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1200px) {
  .cell-1200-1 {
    width: 8.3333333333%;
  }
  .cell-1200-2 {
    width: 16.6666666667%;
  }
  .cell-1200-3 {
    width: 25%;
  }
  .cell-1200-4 {
    width: 33.3333333333%;
  }
  .cell-1200-5 {
    width: 41.6666666667%;
  }
  .cell-1200-6 {
    width: 50%;
  }
  .cell-1200-7 {
    width: 58.3333333333%;
  }
  .cell-1200-8 {
    width: 66.6666666667%;
  }
  .cell-1200-9 {
    width: 75%;
  }
  .cell-1200-10 {
    width: 83.3333333333%;
  }
  .cell-1200-11 {
    width: 91.6666666667%;
  }
  .cell-1200-12 {
    width: 100%;
  }
  .mt-1200-0, .m-1200-0, .my-1200-0 {
    margin-top: 0px;
  }
  .pt-1200-0, .p-1200-0, .py-1200-0 {
    padding-top: 0px;
  }
  .mb-1200-0, .m-1200-0, .my-1200-0 {
    margin-bottom: 0px;
  }
  .pb-1200-0, .p-1200-0, .py-1200-0 {
    padding-bottom: 0px;
  }
  .ml-1200-0, .m-1200-0, .mx-1200-0 {
    margin-left: 0px;
  }
  .pl-1200-0, .p-1200-0, .px-1200-0 {
    padding-left: 0px;
  }
  .mr-1200-0, .m-1200-0, .mx-1200-0 {
    margin-right: 0px;
  }
  .pr-1200-0, .p-1200-0, .px-1200-0 {
    padding-right: 0px;
  }
  .mt-1200-5, .m-1200-5, .my-1200-5 {
    margin-top: 5px;
  }
  .pt-1200-5, .p-1200-5, .py-1200-5 {
    padding-top: 5px;
  }
  .mb-1200-5, .m-1200-5, .my-1200-5 {
    margin-bottom: 5px;
  }
  .pb-1200-5, .p-1200-5, .py-1200-5 {
    padding-bottom: 5px;
  }
  .ml-1200-5, .m-1200-5, .mx-1200-5 {
    margin-left: 5px;
  }
  .pl-1200-5, .p-1200-5, .px-1200-5 {
    padding-left: 5px;
  }
  .mr-1200-5, .m-1200-5, .mx-1200-5 {
    margin-right: 5px;
  }
  .pr-1200-5, .p-1200-5, .px-1200-5 {
    padding-right: 5px;
  }
  .mt-1200-10, .m-1200-10, .my-1200-10 {
    margin-top: 10px;
  }
  .pt-1200-10, .p-1200-10, .py-1200-10 {
    padding-top: 10px;
  }
  .mb-1200-10, .m-1200-10, .my-1200-10 {
    margin-bottom: 10px;
  }
  .pb-1200-10, .p-1200-10, .py-1200-10 {
    padding-bottom: 10px;
  }
  .ml-1200-10, .m-1200-10, .mx-1200-10 {
    margin-left: 10px;
  }
  .pl-1200-10, .p-1200-10, .px-1200-10 {
    padding-left: 10px;
  }
  .mr-1200-10, .m-1200-10, .mx-1200-10 {
    margin-right: 10px;
  }
  .pr-1200-10, .p-1200-10, .px-1200-10 {
    padding-right: 10px;
  }
  .mt-1200-15, .m-1200-15, .my-1200-15 {
    margin-top: 15px;
  }
  .pt-1200-15, .p-1200-15, .py-1200-15 {
    padding-top: 15px;
  }
  .mb-1200-15, .m-1200-15, .my-1200-15 {
    margin-bottom: 15px;
  }
  .pb-1200-15, .p-1200-15, .py-1200-15 {
    padding-bottom: 15px;
  }
  .ml-1200-15, .m-1200-15, .mx-1200-15 {
    margin-left: 15px;
  }
  .pl-1200-15, .p-1200-15, .px-1200-15 {
    padding-left: 15px;
  }
  .mr-1200-15, .m-1200-15, .mx-1200-15 {
    margin-right: 15px;
  }
  .pr-1200-15, .p-1200-15, .px-1200-15 {
    padding-right: 15px;
  }
  .mt-1200-20, .m-1200-20, .my-1200-20 {
    margin-top: 20px;
  }
  .pt-1200-20, .p-1200-20, .py-1200-20 {
    padding-top: 20px;
  }
  .mb-1200-20, .m-1200-20, .my-1200-20 {
    margin-bottom: 20px;
  }
  .pb-1200-20, .p-1200-20, .py-1200-20 {
    padding-bottom: 20px;
  }
  .ml-1200-20, .m-1200-20, .mx-1200-20 {
    margin-left: 20px;
  }
  .pl-1200-20, .p-1200-20, .px-1200-20 {
    padding-left: 20px;
  }
  .mr-1200-20, .m-1200-20, .mx-1200-20 {
    margin-right: 20px;
  }
  .pr-1200-20, .p-1200-20, .px-1200-20 {
    padding-right: 20px;
  }
  .mt-1200-30, .m-1200-30, .my-1200-30 {
    margin-top: 30px;
  }
  .pt-1200-30, .p-1200-30, .py-1200-30 {
    padding-top: 30px;
  }
  .mb-1200-30, .m-1200-30, .my-1200-30 {
    margin-bottom: 30px;
  }
  .pb-1200-30, .p-1200-30, .py-1200-30 {
    padding-bottom: 30px;
  }
  .ml-1200-30, .m-1200-30, .mx-1200-30 {
    margin-left: 30px;
  }
  .pl-1200-30, .p-1200-30, .px-1200-30 {
    padding-left: 30px;
  }
  .mr-1200-30, .m-1200-30, .mx-1200-30 {
    margin-right: 30px;
  }
  .pr-1200-30, .p-1200-30, .px-1200-30 {
    padding-right: 30px;
  }
  .text-1200-left {
    text-align: left;
  }
  .d-1200-none {
    display: none;
  }
  .d-1200-block {
    display: block;
  }
  .text-1200-right {
    text-align: right;
  }
  .d-1200-none {
    display: none;
  }
  .d-1200-block {
    display: block;
  }
  .text-1200-center {
    text-align: center;
  }
  .d-1200-none {
    display: none;
  }
  .d-1200-block {
    display: block;
  }
  .text-1200-justify {
    text-align: justify;
  }
  .d-1200-none {
    display: none;
  }
  .d-1200-block {
    display: block;
  }
  .object-position-1200-center-center {
    object-position: center center;
  }
  .object-position-1200-center-top {
    object-position: center top;
  }
  .object-position-1200-center-bottom {
    object-position: center bottom;
  }
  .object-position-1200-center-left {
    object-position: left center;
  }
  .object-position-1200-center-right {
    object-position: center right;
  }
  .d-flex.align-1200-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-1200-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-1200-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-1200-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-1200-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-1200-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-1200-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-1200-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-1200-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .cell-1024-1 {
    width: 8.3333333333%;
  }
  .cell-1024-2 {
    width: 16.6666666667%;
  }
  .cell-1024-3 {
    width: 25%;
  }
  .cell-1024-4 {
    width: 33.3333333333%;
  }
  .cell-1024-5 {
    width: 41.6666666667%;
  }
  .cell-1024-6 {
    width: 50%;
  }
  .cell-1024-7 {
    width: 58.3333333333%;
  }
  .cell-1024-8 {
    width: 66.6666666667%;
  }
  .cell-1024-9 {
    width: 75%;
  }
  .cell-1024-10 {
    width: 83.3333333333%;
  }
  .cell-1024-11 {
    width: 91.6666666667%;
  }
  .cell-1024-12 {
    width: 100%;
  }
  .mt-1024-0, .m-1024-0, .my-1024-0 {
    margin-top: 0px;
  }
  .pt-1024-0, .p-1024-0, .py-1024-0 {
    padding-top: 0px;
  }
  .mb-1024-0, .m-1024-0, .my-1024-0 {
    margin-bottom: 0px;
  }
  .pb-1024-0, .p-1024-0, .py-1024-0 {
    padding-bottom: 0px;
  }
  .ml-1024-0, .m-1024-0, .mx-1024-0 {
    margin-left: 0px;
  }
  .pl-1024-0, .p-1024-0, .px-1024-0 {
    padding-left: 0px;
  }
  .mr-1024-0, .m-1024-0, .mx-1024-0 {
    margin-right: 0px;
  }
  .pr-1024-0, .p-1024-0, .px-1024-0 {
    padding-right: 0px;
  }
  .mt-1024-5, .m-1024-5, .my-1024-5 {
    margin-top: 5px;
  }
  .pt-1024-5, .p-1024-5, .py-1024-5 {
    padding-top: 5px;
  }
  .mb-1024-5, .m-1024-5, .my-1024-5 {
    margin-bottom: 5px;
  }
  .pb-1024-5, .p-1024-5, .py-1024-5 {
    padding-bottom: 5px;
  }
  .ml-1024-5, .m-1024-5, .mx-1024-5 {
    margin-left: 5px;
  }
  .pl-1024-5, .p-1024-5, .px-1024-5 {
    padding-left: 5px;
  }
  .mr-1024-5, .m-1024-5, .mx-1024-5 {
    margin-right: 5px;
  }
  .pr-1024-5, .p-1024-5, .px-1024-5 {
    padding-right: 5px;
  }
  .mt-1024-10, .m-1024-10, .my-1024-10 {
    margin-top: 10px;
  }
  .pt-1024-10, .p-1024-10, .py-1024-10 {
    padding-top: 10px;
  }
  .mb-1024-10, .m-1024-10, .my-1024-10 {
    margin-bottom: 10px;
  }
  .pb-1024-10, .p-1024-10, .py-1024-10 {
    padding-bottom: 10px;
  }
  .ml-1024-10, .m-1024-10, .mx-1024-10 {
    margin-left: 10px;
  }
  .pl-1024-10, .p-1024-10, .px-1024-10 {
    padding-left: 10px;
  }
  .mr-1024-10, .m-1024-10, .mx-1024-10 {
    margin-right: 10px;
  }
  .pr-1024-10, .p-1024-10, .px-1024-10 {
    padding-right: 10px;
  }
  .mt-1024-15, .m-1024-15, .my-1024-15 {
    margin-top: 15px;
  }
  .pt-1024-15, .p-1024-15, .py-1024-15 {
    padding-top: 15px;
  }
  .mb-1024-15, .m-1024-15, .my-1024-15 {
    margin-bottom: 15px;
  }
  .pb-1024-15, .p-1024-15, .py-1024-15 {
    padding-bottom: 15px;
  }
  .ml-1024-15, .m-1024-15, .mx-1024-15 {
    margin-left: 15px;
  }
  .pl-1024-15, .p-1024-15, .px-1024-15 {
    padding-left: 15px;
  }
  .mr-1024-15, .m-1024-15, .mx-1024-15 {
    margin-right: 15px;
  }
  .pr-1024-15, .p-1024-15, .px-1024-15 {
    padding-right: 15px;
  }
  .mt-1024-20, .m-1024-20, .my-1024-20 {
    margin-top: 20px;
  }
  .pt-1024-20, .p-1024-20, .py-1024-20 {
    padding-top: 20px;
  }
  .mb-1024-20, .m-1024-20, .my-1024-20 {
    margin-bottom: 20px;
  }
  .pb-1024-20, .p-1024-20, .py-1024-20 {
    padding-bottom: 20px;
  }
  .ml-1024-20, .m-1024-20, .mx-1024-20 {
    margin-left: 20px;
  }
  .pl-1024-20, .p-1024-20, .px-1024-20 {
    padding-left: 20px;
  }
  .mr-1024-20, .m-1024-20, .mx-1024-20 {
    margin-right: 20px;
  }
  .pr-1024-20, .p-1024-20, .px-1024-20 {
    padding-right: 20px;
  }
  .mt-1024-30, .m-1024-30, .my-1024-30 {
    margin-top: 30px;
  }
  .pt-1024-30, .p-1024-30, .py-1024-30 {
    padding-top: 30px;
  }
  .mb-1024-30, .m-1024-30, .my-1024-30 {
    margin-bottom: 30px;
  }
  .pb-1024-30, .p-1024-30, .py-1024-30 {
    padding-bottom: 30px;
  }
  .ml-1024-30, .m-1024-30, .mx-1024-30 {
    margin-left: 30px;
  }
  .pl-1024-30, .p-1024-30, .px-1024-30 {
    padding-left: 30px;
  }
  .mr-1024-30, .m-1024-30, .mx-1024-30 {
    margin-right: 30px;
  }
  .pr-1024-30, .p-1024-30, .px-1024-30 {
    padding-right: 30px;
  }
  .text-1024-left {
    text-align: left;
  }
  .d-1024-none {
    display: none;
  }
  .d-1024-block {
    display: block;
  }
  .text-1024-right {
    text-align: right;
  }
  .d-1024-none {
    display: none;
  }
  .d-1024-block {
    display: block;
  }
  .text-1024-center {
    text-align: center;
  }
  .d-1024-none {
    display: none;
  }
  .d-1024-block {
    display: block;
  }
  .text-1024-justify {
    text-align: justify;
  }
  .d-1024-none {
    display: none;
  }
  .d-1024-block {
    display: block;
  }
  .object-position-1024-center-center {
    object-position: center center;
  }
  .object-position-1024-center-top {
    object-position: center top;
  }
  .object-position-1024-center-bottom {
    object-position: center bottom;
  }
  .object-position-1024-center-left {
    object-position: left center;
  }
  .object-position-1024-center-right {
    object-position: center right;
  }
  .d-flex.align-1024-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-1024-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-1024-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-1024-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-1024-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-1024-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-1024-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-1024-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-1024-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .cell-992-1 {
    width: 8.3333333333%;
  }
  .cell-992-2 {
    width: 16.6666666667%;
  }
  .cell-992-3 {
    width: 25%;
  }
  .cell-992-4 {
    width: 33.3333333333%;
  }
  .cell-992-5 {
    width: 41.6666666667%;
  }
  .cell-992-6 {
    width: 50%;
  }
  .cell-992-7 {
    width: 58.3333333333%;
  }
  .cell-992-8 {
    width: 66.6666666667%;
  }
  .cell-992-9 {
    width: 75%;
  }
  .cell-992-10 {
    width: 83.3333333333%;
  }
  .cell-992-11 {
    width: 91.6666666667%;
  }
  .cell-992-12 {
    width: 100%;
  }
  .mt-992-0, .m-992-0, .my-992-0 {
    margin-top: 0px;
  }
  .pt-992-0, .p-992-0, .py-992-0 {
    padding-top: 0px;
  }
  .mb-992-0, .m-992-0, .my-992-0 {
    margin-bottom: 0px;
  }
  .pb-992-0, .p-992-0, .py-992-0 {
    padding-bottom: 0px;
  }
  .ml-992-0, .m-992-0, .mx-992-0 {
    margin-left: 0px;
  }
  .pl-992-0, .p-992-0, .px-992-0 {
    padding-left: 0px;
  }
  .mr-992-0, .m-992-0, .mx-992-0 {
    margin-right: 0px;
  }
  .pr-992-0, .p-992-0, .px-992-0 {
    padding-right: 0px;
  }
  .mt-992-5, .m-992-5, .my-992-5 {
    margin-top: 5px;
  }
  .pt-992-5, .p-992-5, .py-992-5 {
    padding-top: 5px;
  }
  .mb-992-5, .m-992-5, .my-992-5 {
    margin-bottom: 5px;
  }
  .pb-992-5, .p-992-5, .py-992-5 {
    padding-bottom: 5px;
  }
  .ml-992-5, .m-992-5, .mx-992-5 {
    margin-left: 5px;
  }
  .pl-992-5, .p-992-5, .px-992-5 {
    padding-left: 5px;
  }
  .mr-992-5, .m-992-5, .mx-992-5 {
    margin-right: 5px;
  }
  .pr-992-5, .p-992-5, .px-992-5 {
    padding-right: 5px;
  }
  .mt-992-10, .m-992-10, .my-992-10 {
    margin-top: 10px;
  }
  .pt-992-10, .p-992-10, .py-992-10 {
    padding-top: 10px;
  }
  .mb-992-10, .m-992-10, .my-992-10 {
    margin-bottom: 10px;
  }
  .pb-992-10, .p-992-10, .py-992-10 {
    padding-bottom: 10px;
  }
  .ml-992-10, .m-992-10, .mx-992-10 {
    margin-left: 10px;
  }
  .pl-992-10, .p-992-10, .px-992-10 {
    padding-left: 10px;
  }
  .mr-992-10, .m-992-10, .mx-992-10 {
    margin-right: 10px;
  }
  .pr-992-10, .p-992-10, .px-992-10 {
    padding-right: 10px;
  }
  .mt-992-15, .m-992-15, .my-992-15 {
    margin-top: 15px;
  }
  .pt-992-15, .p-992-15, .py-992-15 {
    padding-top: 15px;
  }
  .mb-992-15, .m-992-15, .my-992-15 {
    margin-bottom: 15px;
  }
  .pb-992-15, .p-992-15, .py-992-15 {
    padding-bottom: 15px;
  }
  .ml-992-15, .m-992-15, .mx-992-15 {
    margin-left: 15px;
  }
  .pl-992-15, .p-992-15, .px-992-15 {
    padding-left: 15px;
  }
  .mr-992-15, .m-992-15, .mx-992-15 {
    margin-right: 15px;
  }
  .pr-992-15, .p-992-15, .px-992-15 {
    padding-right: 15px;
  }
  .mt-992-20, .m-992-20, .my-992-20 {
    margin-top: 20px;
  }
  .pt-992-20, .p-992-20, .py-992-20 {
    padding-top: 20px;
  }
  .mb-992-20, .m-992-20, .my-992-20 {
    margin-bottom: 20px;
  }
  .pb-992-20, .p-992-20, .py-992-20 {
    padding-bottom: 20px;
  }
  .ml-992-20, .m-992-20, .mx-992-20 {
    margin-left: 20px;
  }
  .pl-992-20, .p-992-20, .px-992-20 {
    padding-left: 20px;
  }
  .mr-992-20, .m-992-20, .mx-992-20 {
    margin-right: 20px;
  }
  .pr-992-20, .p-992-20, .px-992-20 {
    padding-right: 20px;
  }
  .mt-992-30, .m-992-30, .my-992-30 {
    margin-top: 30px;
  }
  .pt-992-30, .p-992-30, .py-992-30 {
    padding-top: 30px;
  }
  .mb-992-30, .m-992-30, .my-992-30 {
    margin-bottom: 30px;
  }
  .pb-992-30, .p-992-30, .py-992-30 {
    padding-bottom: 30px;
  }
  .ml-992-30, .m-992-30, .mx-992-30 {
    margin-left: 30px;
  }
  .pl-992-30, .p-992-30, .px-992-30 {
    padding-left: 30px;
  }
  .mr-992-30, .m-992-30, .mx-992-30 {
    margin-right: 30px;
  }
  .pr-992-30, .p-992-30, .px-992-30 {
    padding-right: 30px;
  }
  .text-992-left {
    text-align: left;
  }
  .d-992-none {
    display: none;
  }
  .d-992-block {
    display: block;
  }
  .text-992-right {
    text-align: right;
  }
  .d-992-none {
    display: none;
  }
  .d-992-block {
    display: block;
  }
  .text-992-center {
    text-align: center;
  }
  .d-992-none {
    display: none;
  }
  .d-992-block {
    display: block;
  }
  .text-992-justify {
    text-align: justify;
  }
  .d-992-none {
    display: none;
  }
  .d-992-block {
    display: block;
  }
  .object-position-992-center-center {
    object-position: center center;
  }
  .object-position-992-center-top {
    object-position: center top;
  }
  .object-position-992-center-bottom {
    object-position: center bottom;
  }
  .object-position-992-center-left {
    object-position: left center;
  }
  .object-position-992-center-right {
    object-position: center right;
  }
  .d-flex.align-992-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-992-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-992-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-992-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-992-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-992-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-992-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-992-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-992-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cell-767-2 {
    width: 16.6666666667%;
  }
  .cell-767-3 {
    width: 25%;
  }
  .cell-767-4 {
    width: 33.3333333333%;
  }
  .cell-767-6 {
    width: 50%;
  }
  .cell-767-8 {
    width: 66.6666666667%;
  }
  .cell-767-9 {
    width: 75%;
  }
  .cell-767-10 {
    width: 83.3333333333%;
  }
  .cell-767-12 {
    width: 100%;
  }
  .mt-767-0, .m-767-0, .my-767-0 {
    margin-top: 0px;
  }
  .pt-767-0, .p-767-0, .py-767-0 {
    padding-top: 0px;
  }
  .mb-767-0, .m-767-0, .my-767-0 {
    margin-bottom: 0px;
  }
  .pb-767-0, .p-767-0, .py-767-0 {
    padding-bottom: 0px;
  }
  .ml-767-0, .m-767-0, .mx-767-0 {
    margin-left: 0px;
  }
  .pl-767-0, .p-767-0, .px-767-0 {
    padding-left: 0px;
  }
  .mr-767-0, .m-767-0, .mx-767-0 {
    margin-right: 0px;
  }
  .pr-767-0, .p-767-0, .px-767-0 {
    padding-right: 0px;
  }
  .mt-767-5, .m-767-5, .my-767-5 {
    margin-top: 5px;
  }
  .pt-767-5, .p-767-5, .py-767-5 {
    padding-top: 5px;
  }
  .mb-767-5, .m-767-5, .my-767-5 {
    margin-bottom: 5px;
  }
  .pb-767-5, .p-767-5, .py-767-5 {
    padding-bottom: 5px;
  }
  .ml-767-5, .m-767-5, .mx-767-5 {
    margin-left: 5px;
  }
  .pl-767-5, .p-767-5, .px-767-5 {
    padding-left: 5px;
  }
  .mr-767-5, .m-767-5, .mx-767-5 {
    margin-right: 5px;
  }
  .pr-767-5, .p-767-5, .px-767-5 {
    padding-right: 5px;
  }
  .mt-767-10, .m-767-10, .my-767-10 {
    margin-top: 10px;
  }
  .pt-767-10, .p-767-10, .py-767-10 {
    padding-top: 10px;
  }
  .mb-767-10, .m-767-10, .my-767-10 {
    margin-bottom: 10px;
  }
  .pb-767-10, .p-767-10, .py-767-10 {
    padding-bottom: 10px;
  }
  .ml-767-10, .m-767-10, .mx-767-10 {
    margin-left: 10px;
  }
  .pl-767-10, .p-767-10, .px-767-10 {
    padding-left: 10px;
  }
  .mr-767-10, .m-767-10, .mx-767-10 {
    margin-right: 10px;
  }
  .pr-767-10, .p-767-10, .px-767-10 {
    padding-right: 10px;
  }
  .mt-767-15, .m-767-15, .my-767-15 {
    margin-top: 15px;
  }
  .pt-767-15, .p-767-15, .py-767-15 {
    padding-top: 15px;
  }
  .mb-767-15, .m-767-15, .my-767-15 {
    margin-bottom: 15px;
  }
  .pb-767-15, .p-767-15, .py-767-15 {
    padding-bottom: 15px;
  }
  .ml-767-15, .m-767-15, .mx-767-15 {
    margin-left: 15px;
  }
  .pl-767-15, .p-767-15, .px-767-15 {
    padding-left: 15px;
  }
  .mr-767-15, .m-767-15, .mx-767-15 {
    margin-right: 15px;
  }
  .pr-767-15, .p-767-15, .px-767-15 {
    padding-right: 15px;
  }
  .mt-767-20, .m-767-20, .my-767-20 {
    margin-top: 20px;
  }
  .pt-767-20, .p-767-20, .py-767-20 {
    padding-top: 20px;
  }
  .mb-767-20, .m-767-20, .my-767-20 {
    margin-bottom: 20px;
  }
  .pb-767-20, .p-767-20, .py-767-20 {
    padding-bottom: 20px;
  }
  .ml-767-20, .m-767-20, .mx-767-20 {
    margin-left: 20px;
  }
  .pl-767-20, .p-767-20, .px-767-20 {
    padding-left: 20px;
  }
  .mr-767-20, .m-767-20, .mx-767-20 {
    margin-right: 20px;
  }
  .pr-767-20, .p-767-20, .px-767-20 {
    padding-right: 20px;
  }
  .mt-767-30, .m-767-30, .my-767-30 {
    margin-top: 30px;
  }
  .pt-767-30, .p-767-30, .py-767-30 {
    padding-top: 30px;
  }
  .mb-767-30, .m-767-30, .my-767-30 {
    margin-bottom: 30px;
  }
  .pb-767-30, .p-767-30, .py-767-30 {
    padding-bottom: 30px;
  }
  .ml-767-30, .m-767-30, .mx-767-30 {
    margin-left: 30px;
  }
  .pl-767-30, .p-767-30, .px-767-30 {
    padding-left: 30px;
  }
  .mr-767-30, .m-767-30, .mx-767-30 {
    margin-right: 30px;
  }
  .pr-767-30, .p-767-30, .px-767-30 {
    padding-right: 30px;
  }
  .text-767-left {
    text-align: left;
  }
  .d-767-none {
    display: none;
  }
  .d-767-block {
    display: block;
  }
  .text-767-right {
    text-align: right;
  }
  .d-767-none {
    display: none;
  }
  .d-767-block {
    display: block;
  }
  .text-767-center {
    text-align: center;
  }
  .d-767-none {
    display: none;
  }
  .d-767-block {
    display: block;
  }
  .text-767-justify {
    text-align: justify;
  }
  .d-767-none {
    display: none;
  }
  .d-767-block {
    display: block;
  }
  .object-position-767-center-center {
    object-position: center center;
  }
  .object-position-767-center-top {
    object-position: center top;
  }
  .object-position-767-center-bottom {
    object-position: center bottom;
  }
  .object-position-767-center-left {
    object-position: left center;
  }
  .object-position-767-center-right {
    object-position: center right;
  }
  .d-flex.align-767-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-767-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-767-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-767-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-767-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-767-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-767-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-767-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-767-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .cell-640-2 {
    width: 16.6666666667%;
  }
  .cell-640-3 {
    width: 25%;
  }
  .cell-640-4 {
    width: 33.3333333333%;
  }
  .cell-640-6 {
    width: 50%;
  }
  .cell-640-8 {
    width: 66.6666666667%;
  }
  .cell-640-9 {
    width: 75%;
  }
  .cell-640-10 {
    width: 83.3333333333%;
  }
  .cell-640-12 {
    width: 100%;
  }
  .mt-640-0, .m-640-0, .my-640-0 {
    margin-top: 0px;
  }
  .pt-640-0, .p-640-0, .py-640-0 {
    padding-top: 0px;
  }
  .mb-640-0, .m-640-0, .my-640-0 {
    margin-bottom: 0px;
  }
  .pb-640-0, .p-640-0, .py-640-0 {
    padding-bottom: 0px;
  }
  .ml-640-0, .m-640-0, .mx-640-0 {
    margin-left: 0px;
  }
  .pl-640-0, .p-640-0, .px-640-0 {
    padding-left: 0px;
  }
  .mr-640-0, .m-640-0, .mx-640-0 {
    margin-right: 0px;
  }
  .pr-640-0, .p-640-0, .px-640-0 {
    padding-right: 0px;
  }
  .mt-640-5, .m-640-5, .my-640-5 {
    margin-top: 5px;
  }
  .pt-640-5, .p-640-5, .py-640-5 {
    padding-top: 5px;
  }
  .mb-640-5, .m-640-5, .my-640-5 {
    margin-bottom: 5px;
  }
  .pb-640-5, .p-640-5, .py-640-5 {
    padding-bottom: 5px;
  }
  .ml-640-5, .m-640-5, .mx-640-5 {
    margin-left: 5px;
  }
  .pl-640-5, .p-640-5, .px-640-5 {
    padding-left: 5px;
  }
  .mr-640-5, .m-640-5, .mx-640-5 {
    margin-right: 5px;
  }
  .pr-640-5, .p-640-5, .px-640-5 {
    padding-right: 5px;
  }
  .mt-640-10, .m-640-10, .my-640-10 {
    margin-top: 10px;
  }
  .pt-640-10, .p-640-10, .py-640-10 {
    padding-top: 10px;
  }
  .mb-640-10, .m-640-10, .my-640-10 {
    margin-bottom: 10px;
  }
  .pb-640-10, .p-640-10, .py-640-10 {
    padding-bottom: 10px;
  }
  .ml-640-10, .m-640-10, .mx-640-10 {
    margin-left: 10px;
  }
  .pl-640-10, .p-640-10, .px-640-10 {
    padding-left: 10px;
  }
  .mr-640-10, .m-640-10, .mx-640-10 {
    margin-right: 10px;
  }
  .pr-640-10, .p-640-10, .px-640-10 {
    padding-right: 10px;
  }
  .mt-640-15, .m-640-15, .my-640-15 {
    margin-top: 15px;
  }
  .pt-640-15, .p-640-15, .py-640-15 {
    padding-top: 15px;
  }
  .mb-640-15, .m-640-15, .my-640-15 {
    margin-bottom: 15px;
  }
  .pb-640-15, .p-640-15, .py-640-15 {
    padding-bottom: 15px;
  }
  .ml-640-15, .m-640-15, .mx-640-15 {
    margin-left: 15px;
  }
  .pl-640-15, .p-640-15, .px-640-15 {
    padding-left: 15px;
  }
  .mr-640-15, .m-640-15, .mx-640-15 {
    margin-right: 15px;
  }
  .pr-640-15, .p-640-15, .px-640-15 {
    padding-right: 15px;
  }
  .mt-640-20, .m-640-20, .my-640-20 {
    margin-top: 20px;
  }
  .pt-640-20, .p-640-20, .py-640-20 {
    padding-top: 20px;
  }
  .mb-640-20, .m-640-20, .my-640-20 {
    margin-bottom: 20px;
  }
  .pb-640-20, .p-640-20, .py-640-20 {
    padding-bottom: 20px;
  }
  .ml-640-20, .m-640-20, .mx-640-20 {
    margin-left: 20px;
  }
  .pl-640-20, .p-640-20, .px-640-20 {
    padding-left: 20px;
  }
  .mr-640-20, .m-640-20, .mx-640-20 {
    margin-right: 20px;
  }
  .pr-640-20, .p-640-20, .px-640-20 {
    padding-right: 20px;
  }
  .mt-640-30, .m-640-30, .my-640-30 {
    margin-top: 30px;
  }
  .pt-640-30, .p-640-30, .py-640-30 {
    padding-top: 30px;
  }
  .mb-640-30, .m-640-30, .my-640-30 {
    margin-bottom: 30px;
  }
  .pb-640-30, .p-640-30, .py-640-30 {
    padding-bottom: 30px;
  }
  .ml-640-30, .m-640-30, .mx-640-30 {
    margin-left: 30px;
  }
  .pl-640-30, .p-640-30, .px-640-30 {
    padding-left: 30px;
  }
  .mr-640-30, .m-640-30, .mx-640-30 {
    margin-right: 30px;
  }
  .pr-640-30, .p-640-30, .px-640-30 {
    padding-right: 30px;
  }
  .text-640-left {
    text-align: left;
  }
  .d-640-none {
    display: none;
  }
  .d-640-block {
    display: block;
  }
  .text-640-right {
    text-align: right;
  }
  .d-640-none {
    display: none;
  }
  .d-640-block {
    display: block;
  }
  .text-640-center {
    text-align: center;
  }
  .d-640-none {
    display: none;
  }
  .d-640-block {
    display: block;
  }
  .text-640-justify {
    text-align: justify;
  }
  .d-640-none {
    display: none;
  }
  .d-640-block {
    display: block;
  }
  .object-position-640-center-center {
    object-position: center center;
  }
  .object-position-640-center-top {
    object-position: center top;
  }
  .object-position-640-center-bottom {
    object-position: center bottom;
  }
  .object-position-640-center-left {
    object-position: left center;
  }
  .object-position-640-center-right {
    object-position: center right;
  }
  .d-flex.align-640-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-640-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-640-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-640-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-640-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-640-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-640-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-640-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-640-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 568px) {
  .cell-568-2 {
    width: 16.6666666667%;
  }
  .cell-568-3 {
    width: 25%;
  }
  .cell-568-4 {
    width: 33.3333333333%;
  }
  .cell-568-6 {
    width: 50%;
  }
  .cell-568-8 {
    width: 66.6666666667%;
  }
  .cell-568-9 {
    width: 75%;
  }
  .cell-568-10 {
    width: 83.3333333333%;
  }
  .cell-568-12 {
    width: 100%;
  }
  .mt-568-0, .m-568-0, .my-568-0 {
    margin-top: 0px;
  }
  .pt-568-0, .p-568-0, .py-568-0 {
    padding-top: 0px;
  }
  .mb-568-0, .m-568-0, .my-568-0 {
    margin-bottom: 0px;
  }
  .pb-568-0, .p-568-0, .py-568-0 {
    padding-bottom: 0px;
  }
  .ml-568-0, .m-568-0, .mx-568-0 {
    margin-left: 0px;
  }
  .pl-568-0, .p-568-0, .px-568-0 {
    padding-left: 0px;
  }
  .mr-568-0, .m-568-0, .mx-568-0 {
    margin-right: 0px;
  }
  .pr-568-0, .p-568-0, .px-568-0 {
    padding-right: 0px;
  }
  .mt-568-5, .m-568-5, .my-568-5 {
    margin-top: 5px;
  }
  .pt-568-5, .p-568-5, .py-568-5 {
    padding-top: 5px;
  }
  .mb-568-5, .m-568-5, .my-568-5 {
    margin-bottom: 5px;
  }
  .pb-568-5, .p-568-5, .py-568-5 {
    padding-bottom: 5px;
  }
  .ml-568-5, .m-568-5, .mx-568-5 {
    margin-left: 5px;
  }
  .pl-568-5, .p-568-5, .px-568-5 {
    padding-left: 5px;
  }
  .mr-568-5, .m-568-5, .mx-568-5 {
    margin-right: 5px;
  }
  .pr-568-5, .p-568-5, .px-568-5 {
    padding-right: 5px;
  }
  .mt-568-10, .m-568-10, .my-568-10 {
    margin-top: 10px;
  }
  .pt-568-10, .p-568-10, .py-568-10 {
    padding-top: 10px;
  }
  .mb-568-10, .m-568-10, .my-568-10 {
    margin-bottom: 10px;
  }
  .pb-568-10, .p-568-10, .py-568-10 {
    padding-bottom: 10px;
  }
  .ml-568-10, .m-568-10, .mx-568-10 {
    margin-left: 10px;
  }
  .pl-568-10, .p-568-10, .px-568-10 {
    padding-left: 10px;
  }
  .mr-568-10, .m-568-10, .mx-568-10 {
    margin-right: 10px;
  }
  .pr-568-10, .p-568-10, .px-568-10 {
    padding-right: 10px;
  }
  .mt-568-15, .m-568-15, .my-568-15 {
    margin-top: 15px;
  }
  .pt-568-15, .p-568-15, .py-568-15 {
    padding-top: 15px;
  }
  .mb-568-15, .m-568-15, .my-568-15 {
    margin-bottom: 15px;
  }
  .pb-568-15, .p-568-15, .py-568-15 {
    padding-bottom: 15px;
  }
  .ml-568-15, .m-568-15, .mx-568-15 {
    margin-left: 15px;
  }
  .pl-568-15, .p-568-15, .px-568-15 {
    padding-left: 15px;
  }
  .mr-568-15, .m-568-15, .mx-568-15 {
    margin-right: 15px;
  }
  .pr-568-15, .p-568-15, .px-568-15 {
    padding-right: 15px;
  }
  .mt-568-20, .m-568-20, .my-568-20 {
    margin-top: 20px;
  }
  .pt-568-20, .p-568-20, .py-568-20 {
    padding-top: 20px;
  }
  .mb-568-20, .m-568-20, .my-568-20 {
    margin-bottom: 20px;
  }
  .pb-568-20, .p-568-20, .py-568-20 {
    padding-bottom: 20px;
  }
  .ml-568-20, .m-568-20, .mx-568-20 {
    margin-left: 20px;
  }
  .pl-568-20, .p-568-20, .px-568-20 {
    padding-left: 20px;
  }
  .mr-568-20, .m-568-20, .mx-568-20 {
    margin-right: 20px;
  }
  .pr-568-20, .p-568-20, .px-568-20 {
    padding-right: 20px;
  }
  .mt-568-30, .m-568-30, .my-568-30 {
    margin-top: 30px;
  }
  .pt-568-30, .p-568-30, .py-568-30 {
    padding-top: 30px;
  }
  .mb-568-30, .m-568-30, .my-568-30 {
    margin-bottom: 30px;
  }
  .pb-568-30, .p-568-30, .py-568-30 {
    padding-bottom: 30px;
  }
  .ml-568-30, .m-568-30, .mx-568-30 {
    margin-left: 30px;
  }
  .pl-568-30, .p-568-30, .px-568-30 {
    padding-left: 30px;
  }
  .mr-568-30, .m-568-30, .mx-568-30 {
    margin-right: 30px;
  }
  .pr-568-30, .p-568-30, .px-568-30 {
    padding-right: 30px;
  }
  .text-568-left {
    text-align: left;
  }
  .d-568-none {
    display: none;
  }
  .d-568-block {
    display: block;
  }
  .text-568-right {
    text-align: right;
  }
  .d-568-none {
    display: none;
  }
  .d-568-block {
    display: block;
  }
  .text-568-center {
    text-align: center;
  }
  .d-568-none {
    display: none;
  }
  .d-568-block {
    display: block;
  }
  .text-568-justify {
    text-align: justify;
  }
  .d-568-none {
    display: none;
  }
  .d-568-block {
    display: block;
  }
  .object-position-568-center-center {
    object-position: center center;
  }
  .object-position-568-center-top {
    object-position: center top;
  }
  .object-position-568-center-bottom {
    object-position: center bottom;
  }
  .object-position-568-center-left {
    object-position: left center;
  }
  .object-position-568-center-right {
    object-position: center right;
  }
  .d-flex.align-568-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-568-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-568-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-568-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-568-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-568-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-568-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-568-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-568-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .cell-480-2 {
    width: 16.6666666667%;
  }
  .cell-480-3 {
    width: 25%;
  }
  .cell-480-4 {
    width: 33.3333333333%;
  }
  .cell-480-6 {
    width: 50%;
  }
  .cell-480-8 {
    width: 66.6666666667%;
  }
  .cell-480-9 {
    width: 75%;
  }
  .cell-480-10 {
    width: 83.3333333333%;
  }
  .cell-480-12 {
    width: 100%;
  }
  .mt-480-0, .m-480-0, .my-480-0 {
    margin-top: 0px;
  }
  .pt-480-0, .p-480-0, .py-480-0 {
    padding-top: 0px;
  }
  .mb-480-0, .m-480-0, .my-480-0 {
    margin-bottom: 0px;
  }
  .pb-480-0, .p-480-0, .py-480-0 {
    padding-bottom: 0px;
  }
  .ml-480-0, .m-480-0, .mx-480-0 {
    margin-left: 0px;
  }
  .pl-480-0, .p-480-0, .px-480-0 {
    padding-left: 0px;
  }
  .mr-480-0, .m-480-0, .mx-480-0 {
    margin-right: 0px;
  }
  .pr-480-0, .p-480-0, .px-480-0 {
    padding-right: 0px;
  }
  .mt-480-5, .m-480-5, .my-480-5 {
    margin-top: 5px;
  }
  .pt-480-5, .p-480-5, .py-480-5 {
    padding-top: 5px;
  }
  .mb-480-5, .m-480-5, .my-480-5 {
    margin-bottom: 5px;
  }
  .pb-480-5, .p-480-5, .py-480-5 {
    padding-bottom: 5px;
  }
  .ml-480-5, .m-480-5, .mx-480-5 {
    margin-left: 5px;
  }
  .pl-480-5, .p-480-5, .px-480-5 {
    padding-left: 5px;
  }
  .mr-480-5, .m-480-5, .mx-480-5 {
    margin-right: 5px;
  }
  .pr-480-5, .p-480-5, .px-480-5 {
    padding-right: 5px;
  }
  .mt-480-10, .m-480-10, .my-480-10 {
    margin-top: 10px;
  }
  .pt-480-10, .p-480-10, .py-480-10 {
    padding-top: 10px;
  }
  .mb-480-10, .m-480-10, .my-480-10 {
    margin-bottom: 10px;
  }
  .pb-480-10, .p-480-10, .py-480-10 {
    padding-bottom: 10px;
  }
  .ml-480-10, .m-480-10, .mx-480-10 {
    margin-left: 10px;
  }
  .pl-480-10, .p-480-10, .px-480-10 {
    padding-left: 10px;
  }
  .mr-480-10, .m-480-10, .mx-480-10 {
    margin-right: 10px;
  }
  .pr-480-10, .p-480-10, .px-480-10 {
    padding-right: 10px;
  }
  .mt-480-15, .m-480-15, .my-480-15 {
    margin-top: 15px;
  }
  .pt-480-15, .p-480-15, .py-480-15 {
    padding-top: 15px;
  }
  .mb-480-15, .m-480-15, .my-480-15 {
    margin-bottom: 15px;
  }
  .pb-480-15, .p-480-15, .py-480-15 {
    padding-bottom: 15px;
  }
  .ml-480-15, .m-480-15, .mx-480-15 {
    margin-left: 15px;
  }
  .pl-480-15, .p-480-15, .px-480-15 {
    padding-left: 15px;
  }
  .mr-480-15, .m-480-15, .mx-480-15 {
    margin-right: 15px;
  }
  .pr-480-15, .p-480-15, .px-480-15 {
    padding-right: 15px;
  }
  .mt-480-20, .m-480-20, .my-480-20 {
    margin-top: 20px;
  }
  .pt-480-20, .p-480-20, .py-480-20 {
    padding-top: 20px;
  }
  .mb-480-20, .m-480-20, .my-480-20 {
    margin-bottom: 20px;
  }
  .pb-480-20, .p-480-20, .py-480-20 {
    padding-bottom: 20px;
  }
  .ml-480-20, .m-480-20, .mx-480-20 {
    margin-left: 20px;
  }
  .pl-480-20, .p-480-20, .px-480-20 {
    padding-left: 20px;
  }
  .mr-480-20, .m-480-20, .mx-480-20 {
    margin-right: 20px;
  }
  .pr-480-20, .p-480-20, .px-480-20 {
    padding-right: 20px;
  }
  .mt-480-30, .m-480-30, .my-480-30 {
    margin-top: 30px;
  }
  .pt-480-30, .p-480-30, .py-480-30 {
    padding-top: 30px;
  }
  .mb-480-30, .m-480-30, .my-480-30 {
    margin-bottom: 30px;
  }
  .pb-480-30, .p-480-30, .py-480-30 {
    padding-bottom: 30px;
  }
  .ml-480-30, .m-480-30, .mx-480-30 {
    margin-left: 30px;
  }
  .pl-480-30, .p-480-30, .px-480-30 {
    padding-left: 30px;
  }
  .mr-480-30, .m-480-30, .mx-480-30 {
    margin-right: 30px;
  }
  .pr-480-30, .p-480-30, .px-480-30 {
    padding-right: 30px;
  }
  .text-480-left {
    text-align: left;
  }
  .d-480-none {
    display: none;
  }
  .d-480-block {
    display: block;
  }
  .text-480-right {
    text-align: right;
  }
  .d-480-none {
    display: none;
  }
  .d-480-block {
    display: block;
  }
  .text-480-center {
    text-align: center;
  }
  .d-480-none {
    display: none;
  }
  .d-480-block {
    display: block;
  }
  .text-480-justify {
    text-align: justify;
  }
  .d-480-none {
    display: none;
  }
  .d-480-block {
    display: block;
  }
  .object-position-480-center-center {
    object-position: center center;
  }
  .object-position-480-center-top {
    object-position: center top;
  }
  .object-position-480-center-bottom {
    object-position: center bottom;
  }
  .object-position-480-center-left {
    object-position: left center;
  }
  .object-position-480-center-right {
    object-position: center right;
  }
  .d-flex.align-480-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-480-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-480-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-480-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-480-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-480-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-480-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-480-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-480-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 350px) {
  .cell-350-2 {
    width: 16.6666666667%;
  }
  .cell-350-3 {
    width: 25%;
  }
  .cell-350-4 {
    width: 33.3333333333%;
  }
  .cell-350-6 {
    width: 50%;
  }
  .cell-350-8 {
    width: 66.6666666667%;
  }
  .cell-350-9 {
    width: 75%;
  }
  .cell-350-10 {
    width: 83.3333333333%;
  }
  .cell-350-12 {
    width: 100%;
  }
  .mt-350-0, .m-350-0, .my-350-0 {
    margin-top: 0px;
  }
  .pt-350-0, .p-350-0, .py-350-0 {
    padding-top: 0px;
  }
  .mb-350-0, .m-350-0, .my-350-0 {
    margin-bottom: 0px;
  }
  .pb-350-0, .p-350-0, .py-350-0 {
    padding-bottom: 0px;
  }
  .ml-350-0, .m-350-0, .mx-350-0 {
    margin-left: 0px;
  }
  .pl-350-0, .p-350-0, .px-350-0 {
    padding-left: 0px;
  }
  .mr-350-0, .m-350-0, .mx-350-0 {
    margin-right: 0px;
  }
  .pr-350-0, .p-350-0, .px-350-0 {
    padding-right: 0px;
  }
  .mt-350-5, .m-350-5, .my-350-5 {
    margin-top: 5px;
  }
  .pt-350-5, .p-350-5, .py-350-5 {
    padding-top: 5px;
  }
  .mb-350-5, .m-350-5, .my-350-5 {
    margin-bottom: 5px;
  }
  .pb-350-5, .p-350-5, .py-350-5 {
    padding-bottom: 5px;
  }
  .ml-350-5, .m-350-5, .mx-350-5 {
    margin-left: 5px;
  }
  .pl-350-5, .p-350-5, .px-350-5 {
    padding-left: 5px;
  }
  .mr-350-5, .m-350-5, .mx-350-5 {
    margin-right: 5px;
  }
  .pr-350-5, .p-350-5, .px-350-5 {
    padding-right: 5px;
  }
  .mt-350-10, .m-350-10, .my-350-10 {
    margin-top: 10px;
  }
  .pt-350-10, .p-350-10, .py-350-10 {
    padding-top: 10px;
  }
  .mb-350-10, .m-350-10, .my-350-10 {
    margin-bottom: 10px;
  }
  .pb-350-10, .p-350-10, .py-350-10 {
    padding-bottom: 10px;
  }
  .ml-350-10, .m-350-10, .mx-350-10 {
    margin-left: 10px;
  }
  .pl-350-10, .p-350-10, .px-350-10 {
    padding-left: 10px;
  }
  .mr-350-10, .m-350-10, .mx-350-10 {
    margin-right: 10px;
  }
  .pr-350-10, .p-350-10, .px-350-10 {
    padding-right: 10px;
  }
  .mt-350-15, .m-350-15, .my-350-15 {
    margin-top: 15px;
  }
  .pt-350-15, .p-350-15, .py-350-15 {
    padding-top: 15px;
  }
  .mb-350-15, .m-350-15, .my-350-15 {
    margin-bottom: 15px;
  }
  .pb-350-15, .p-350-15, .py-350-15 {
    padding-bottom: 15px;
  }
  .ml-350-15, .m-350-15, .mx-350-15 {
    margin-left: 15px;
  }
  .pl-350-15, .p-350-15, .px-350-15 {
    padding-left: 15px;
  }
  .mr-350-15, .m-350-15, .mx-350-15 {
    margin-right: 15px;
  }
  .pr-350-15, .p-350-15, .px-350-15 {
    padding-right: 15px;
  }
  .mt-350-20, .m-350-20, .my-350-20 {
    margin-top: 20px;
  }
  .pt-350-20, .p-350-20, .py-350-20 {
    padding-top: 20px;
  }
  .mb-350-20, .m-350-20, .my-350-20 {
    margin-bottom: 20px;
  }
  .pb-350-20, .p-350-20, .py-350-20 {
    padding-bottom: 20px;
  }
  .ml-350-20, .m-350-20, .mx-350-20 {
    margin-left: 20px;
  }
  .pl-350-20, .p-350-20, .px-350-20 {
    padding-left: 20px;
  }
  .mr-350-20, .m-350-20, .mx-350-20 {
    margin-right: 20px;
  }
  .pr-350-20, .p-350-20, .px-350-20 {
    padding-right: 20px;
  }
  .mt-350-30, .m-350-30, .my-350-30 {
    margin-top: 30px;
  }
  .pt-350-30, .p-350-30, .py-350-30 {
    padding-top: 30px;
  }
  .mb-350-30, .m-350-30, .my-350-30 {
    margin-bottom: 30px;
  }
  .pb-350-30, .p-350-30, .py-350-30 {
    padding-bottom: 30px;
  }
  .ml-350-30, .m-350-30, .mx-350-30 {
    margin-left: 30px;
  }
  .pl-350-30, .p-350-30, .px-350-30 {
    padding-left: 30px;
  }
  .mr-350-30, .m-350-30, .mx-350-30 {
    margin-right: 30px;
  }
  .pr-350-30, .p-350-30, .px-350-30 {
    padding-right: 30px;
  }
  .text-350-left {
    text-align: left;
  }
  .d-350-none {
    display: none;
  }
  .d-350-block {
    display: block;
  }
  .text-350-right {
    text-align: right;
  }
  .d-350-none {
    display: none;
  }
  .d-350-block {
    display: block;
  }
  .text-350-center {
    text-align: center;
  }
  .d-350-none {
    display: none;
  }
  .d-350-block {
    display: block;
  }
  .text-350-justify {
    text-align: justify;
  }
  .d-350-none {
    display: none;
  }
  .d-350-block {
    display: block;
  }
  .object-position-350-center-center {
    object-position: center center;
  }
  .object-position-350-center-top {
    object-position: center top;
  }
  .object-position-350-center-bottom {
    object-position: center bottom;
  }
  .object-position-350-center-left {
    object-position: left center;
  }
  .object-position-350-center-right {
    object-position: center right;
  }
  .d-flex.align-350-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex.align-350-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .d-flex.align-350-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .d-flex.align-350-items-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .d-flex.justify-350-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex.justify-350-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .d-flex.justify-350-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex.justify-350-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .d-flex.justify-350-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/* wordpress align class */
.alignnone {
  float: none;
  margin: 20px 0;
}
.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.transform-center, .image-src img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-x-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transform-y-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cursor-pointer {
  cursor: pointer;
}
.image-src {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.image-src.pt-80 {
  padding-top: 80%;
}
.image-src.pt-70 {
  padding-top: 70%;
}
.image-src.pt-60 {
  padding-top: 60%;
}
.image-src.pt-50 {
  padding-top: 50%;
}
.image-src img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-outline {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.shadow-none {
  box-shadow: none;
}
.text-shadow {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.text-shadow-md {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.text-shadow-lg {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.text-shadow-xl {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-28 {
  font-size: 28px;
}
@media (max-width: 992px) {
  .text-28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-28 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .text-28 {
    font-size: 20px;
  }
}
.text-24 {
  font-size: 24px;
}
@media (max-width: 992px) {
  .text-24 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .text-24 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .text-24 {
    font-size: 18px;
  }
}
.text-22 {
  font-size: 22px;
}
@media (max-width: 992px) {
  .text-22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .text-22 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .text-22 {
    font-size: 17px;
  }
}
.text-20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .text-20 {
    font-size: 18px;
  }
}
.text-18 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-18 {
    font-size: 16px;
  }
}
.text-16 {
  font-size: 16px;
}
.pin-t {
  top: 0;
}
.pin-t-20 {
  top: 20px;
}
.pin-b {
  bottom: 0;
}
.pin-b-20 {
  bottom: 20px;
}
.pin-l {
  left: 0;
}
.pin-l-20 {
  left: 20px;
}
.pin-r {
  right: 0;
}
.pin-r-20 {
  right: 20px;
}
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .section-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
svg.fill-current {
  fill: currentColor;
}
.text-inherit h1, .text-inherit h2, .text-inherit h3, .text-inherit h4, .text-inherit h5, .text-inherit h6, .text-inherit p, .text-inherit li {
  color: currentColor;
}
@media (max-width: 992px) and (max-height: 480px) and (orientation: landscape), (max-width: 480px) and (max-height: 992px) and (orientation: portrait), (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
}
/**
 * Basic typography style for copy text
 */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 16px;
  font-family: 'proxima_novaregular', sans-serif;
  color: #ff9027;
  font-weight: 400;
  line-height: 1.4 !important;
  letter-spacing: 0.5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #030202;
  line-height: 1.8;
  margin: 0 0 20px;
  font-family: 'proxima_novaregular', sans-serif;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}
cite, dfn, em, i {
  font-style: italic;
}
pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}
code, kbd, tt, var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins, mark {
  background: #fff9c0;
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: underline;
}
/** inner page header style */
.h1, h1 {
  font-size: 44.78px !important;
  font-weight: bold;
}
.h2, h2 {
  font-size: 37.32px !important;
}
.h3, h3 {
  font-size: 30.19px !important;
}
.h4, h4 {
  font-size: 21.6px !important;
}
.h5, h5 {
  font-size: 18px;
}
.h6, h6 {
  font-size: 17px;
}
@media (max-width: 992px) {
  .h1, h1 {
    font-size: 32.24px !important;
  }
  .h2, h2 {
    font-size: 28.53px !important;
  }
  .h3, h3 {
    font-size: 23.31px !important;
  }
  .h4, h4 {
    font-size: 20.48px !important;
  }
}
@media (max-width: 480px) {
  .h1, h1 {
    font-size: 30.24px !important;
  }
}
ul li {
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
ul li + li {
  padding-top: 6px;
}
ol li {
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 6px;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 20px 20px;
  text-align: left;
  line-height: 2;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  border-left: 4px solid #ff9027;
}
hr {
  border: 0;
  height: 2px;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: none;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
#page {
  width: 100%;
}
/* Forms
 ------------------------------------------------------------------------------*/
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #030202;
  -webkit-transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
}
a:hover, a:focus {
  color: #ff9027;
  text-decoration: none;
  outline: none;
}
/* Tables
 ------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}
body.logged-in header {
  top: 32px;
}
.btn-center {
  text-align: center;
}
.read-more {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 10px 28px;
  border-radius: 6px;
  border-width: 2px;
  border-style: solid;
  border-color: #ff9027;
  font-size: 16px;
  font-weight: 700;
  background: #ff9027;
  color: #fff;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  line-height: 1.15;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .read-more {
    padding: 9px 22px;
  }
}
.read-more:focus, .read-more:hover, .read-more.primary {
  border-color: #ff9027;
  background: transparent;
  color: #ff9027;
}
.read-more.secondary, .read-more.hover-primary:hover {
  border-color: #ff9027;
  background: #ff9027;
  color: #fff;
}
.read-more.white, .read-more.hover-white:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
@media (min-width: 1200px) {
  .read-more.btn-lg {
    padding: 14px 26px;
    font-size: 110%;
  }
  .read-more.btn-xl {
    padding: 16px 30px;
    font-size: 120%;
  }
}
/* 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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.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.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
  /* Fix IE11 */
}
.fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-x .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*--- header ---*/
/*
 /*sticky footer to bottom with flex no jQuery */
/* header */
a {
  text-decoration: none !important;
}
header {
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px 0;
  background-color: #030202;
}
@media (max-width: 992px) {
  header {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}
header.logged_in {
  top: 32px;
}
header .header-logo > a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
header .small-logo, header .sticky-logo {
  display: none;
}
header .header-navigation {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header .quick-links {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
/** header logo width and spacing */
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header .header-logo {
  width: 260px;
  position: absolute;
  left: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1024px) {
  header .header-logo {
    top: 50%;
  }
}
@media (max-width: 992px) {
  header .header-logo {
    left: 62px;
  }
}
header .main-navigation {
  z-index: 97;
}
header .quick-links {
  z-index: 98;
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  header .header-logo {
    width: 200px;
  }
  header.sticky .header-logo {
    width: 200px;
  }
}
@media (max-width: 992px) {
  header a.navbar-toggle {
    display: block;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
  }
  header .quick-links {
    position: absolute;
    width: 27px;
    right: 20px;
  }
  header .header-logo {
    width: 163px;
  }
  header.sticky .header-logo {
    width: 163px;
  }
}
ul.quick-dropdown {
  min-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #ff9027;
  z-index: inherit;
  list-style: none;
  border-radius: 8px;
  overflow: hidden;
}
ul.quick-dropdown a {
  white-space: nowrap;
  padding: 8px 15px;
  font-size: 80%;
  color: #fff;
  display: block;
}
.main-navigation nav {
  width: 100%;
}
.main-navigation .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
.main-navigation ul {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
.main-navigation ul.nav_menu > li {
  position: relative;
  padding: 0;
  margin-left: 106px;
  text-align: center;
}
.main-navigation ul.nav_menu > li:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation ul.nav_menu > li:nth-child(3) a {
  font-size: 0;
  width: 282px;
  height: 75px;
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2021/12/Logo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .main-navigation ul.nav_menu > li:nth-child(3) a {
    width: 252px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .main-navigation ul.nav_menu > li:nth-child(3) a {
    width: 222px;
    height: 59px;
  }
}
@media (max-width: 1400px) {
  .main-navigation ul.nav_menu > li {
    margin-left: 65px;
  }
}
@media (max-width: 1200px) {
  .main-navigation ul.nav_menu > li {
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .main-navigation ul.nav_menu > li {
    margin-left: 0;
  }
}
.main-navigation ul.nav_menu > li.menu-item-has-children > a {
  padding-right: 23px;
}
.main-navigation ul.nav_menu > li:first-child {
  margin-left: 0;
}
.main-navigation ul.nav_menu > li:nth-child(6) > a {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 10px 28px;
  border-radius: 6px;
  border-width: 2px;
  border-style: solid;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  line-height: 1.15;
  letter-spacing: 0.6px;
  border-color: #ff9027;
  background: transparent;
  color: #ff9027;
}
.main-navigation ul.nav_menu > li:nth-child(6) > a:hover {
  border-color: #ff9027;
  background: #ff9027;
  color: #fff;
}
@media (max-width: 992px) {
  .main-navigation ul.nav_menu > li:not(:nth-child(4)) {
    display: none;
  }
}
.main-navigation ul.nav_menu > li > a {
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 21.6px;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .main-navigation ul.nav_menu > li > a {
    font-size: 18px;
  }
}
.main-navigation ul.nav_menu > li.current-menu-item > a {
  color: #ff9027;
}
.main-navigation ul.nav_menu > li.menu-item-has-children > a:before {
  opacity: 0;
}
.main-navigation ul.nav_menu > li.menu-item-has-children:after {
  position: absolute;
  content: '';
  right: 0;
  top: 45%;
  font-size: 17px;
  transition: 0.5s ease all;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  cursor: pointer;
  z-index: 99;
  background: transparent;
  border-top: 2px solid #ff9027;
  border-right: 2px solid #ff9027;
}
.main-navigation ul.nav_menu > li.menu-item-has-children:hover {
  color: #ff9027 !important;
}
.main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current-menu-parent a, .main-navigation ul li.current_page_parent a, .main-navigation ul li:hover > a {
  color: #ff9027;
}
.main-navigation ul.nav_menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 139px;
  margin: 0;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  top: 0;
  padding: 8px 0;
}
ul.nav_menu > li:last-child > ul.sub-menu {
  right: 0;
  left: auto;
}
ul.nav_menu > li:hover > ul.sub-menu {
  display: block;
  top: 101%;
  pointer-events: all;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.main-navigation ul.nav_menu > li.wide-menu > ul.sub-menu {
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-navigation ul.nav_menu > li.wide-menu > ul.sub-menu > li {
  width: 49%;
}
/** wide menu */
ul.sub-menu ul {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.sub-menu ul > li {
  width: 100%;
}
ul.nav_menu > li:nth-child(1) > ul.sub-menu, ul.nav_menu > li:nth-child(2) > ul.sub-menu {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
ul.nav_menu > li:nth-child(1) > ul.sub-menu:before, ul.nav_menu > li:nth-child(2) > ul.sub-menu:before {
  left: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
ul.nav_menu > li:last-child > ul.sub-menu:before, ul.nav_menu > li:nth-last-child(2) > ul.sub-menu:before {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.main-navigation ul li ul.sub-menu li {
  width: 100%;
  margin: 0;
  padding: 5px 12px;
}
.main-navigation ul li ul.sub-menu li a {
  display: block;
  float: none;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  position: relative;
}
.main-navigation ul li ul.sub-menu li a:hover {
  color: #ff9027;
}
.main-navigation ul li ul.sub-menu li.current-menu-item > a {
  background: #fff;
  color: #ff9027;
}
/* sticky header */
header.sticky {
  position: fixed;
  padding: 30px 0;
}
@media (max-width: 767px) {
  header.sticky {
    padding: 20px 0;
  }
}
/* Mobile-menu */
a.navbar-toggle {
  display: none;
  margin: 0;
}
.navbar-toggle.active .navbar-toggle__text, a.navbar-toggle:hover .navbar-toggle__text {
  background: #ff9027;
}
.navbar-toggle__text {
  color: #030202;
  display: inline-block;
  font-weight: 700;
  padding: 0 10px 0 0;
}
.navbar-toggle__icon-bar {
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 27px;
  align-content: center;
}
.navbar-toggle__icon-bar .icon-bar:first-child {
  margin: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
  height: 3px;
  width: 100%;
  border-radius: 1px;
  display: block;
  margin-top: 6px;
}
.mobile_menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  display: none;
  z-index: 0;
  height: 100%;
  background: #030202;
  text-align: center;
  overflow: auto;
  padding-bottom: 50px;
  z-index: 1000;
}
@media (max-width: 992px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu .inner {
  width: 100%;
  margin: 0 0 30px;
}
.mobile_menu ul.nav_menu {
  margin: 30px auto 0;
  padding: 0;
  float: none;
  width: 100%;
  text-align: left;
  display: inline-block;
  padding: 0px 25px;
}
.mobile_menu ul.nav_menu li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.mobile_menu ul.nav_menu li:last-child {
  display: none;
}
.mobile_menu ul.nav_menu li a {
  color: #fff;
  display: block;
  font-size: 16px;
  outline: 0;
  padding: 10px 0;
  float: none;
  font-weight: bold;
}
.mobile_menu ul.nav_menu li:hover > ul.sub-menu {
  display: none;
}
.mobile_menu ul.nav_menu li:nth-child(4) {
  display: none !important;
}
.mobile_menu ul li.current-menu-parent a {
  color: #ff9027;
  text-decoration: none;
}
.mobile_menu ul.nav_menu li.current-menu-item > a, .mobile_menu ul.nav_menu li.active a, .mobile_menu ul.nav_menu li.current_page_ancestor a, .mobile_menu ul.nav_menu li.current_page_parent a, .mobile_menu ul.nav_menu li a:hover {
  color: #ff9027;
  text-decoration: none;
}
.mobile_menu ul.nav_menu ul.sub-menu {
  display: none;
  margin: 0 0 15px;
  padding: 0;
  position: inherit;
  top: inherit;
  left: inherit;
  width: 100%;
  background: 0 0;
  float: left;
  border-top: 0;
  box-shadow: none;
  padding-left: 15px;
}
.mobile_menu ul.nav_menu ul.sub-menu li {
  border: 0;
  margin: 0;
}
.mobile_menu ul.nav_menu ul.sub-menu li a {
  border: 0;
  padding: 5px 0;
  font-size: 13px;
  color: #fff;
}
.mobile_menu ul.nav_menu ul.sub-menu li a:hover {
  background: 0 0;
  color: #ff9027 !important;
}
.mobile_menu ul.nav_menu ul.sub-menu li.current_page_ancestor > a, .mobile_menu ul.nav_menu ul.sub-menu li.current-menu-item > a, .mobile_menu ul.nav_menu ul.sub-menu li.current_page_item > a, .mobile_menu ul.nav_menu ul.sub-menu li:hover {
  color: #ff9027;
}
.mobile_menu ul.nav_menu li span {
  cursor: pointer;
  height: 47px;
  position: absolute;
  right: 0;
  width: 100%;
}
.mobile_menu ul.nav_menu li span:after, .mobile_menu ul.nav_menu li span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.mobile_menu ul.nav_menu li span:before {
  width: 20px;
  height: 4px;
  right: 0;
  margin-top: -7px;
}
.mobile_menu ul.nav_menu li span:after {
  width: 4px;
  height: 20px;
  right: 8px;
  margin-top: -15px;
}
.mobile_menu ul.nav_menu li span.sub_arrow {
  height: 38px;
}
.mobile_menu ul.nav_menu li span.active {
  background: url("images/menu_close.png") right center no-repeat;
}
.mobile_menu ul.nav_menu li span.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile_menu ul.nav_menu li span.active:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mobile_menu ul.nav_menu li span.second-em {
  height: 30px;
  margin-right: -30px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mob-appntmtn {
  margin: 20px 45px 15px;
}
.mob-appntmtn ul li {
  list-style: none;
}
.mob-appntmtn ul.main-mobile > li {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mob-appntmtn ul.main-mobile > li > a {
  font-size: 13px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  transition: 1s;
  display: block;
  padding: 12.5px 24px;
  position: relative;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.mob-appntmtn ul.main-mobile > li > a span {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
}
.mob-appntmtn li a:hover {
  color: #666;
}
.close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5%;
  top: 20px;
}
.close-btn:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.close-btn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
#home-page .top-header-banner, #blog-page .top-header-banner {
  background-color: rgba(255, 144, 39, 0.5);
}
#home-page header.sticky, #blog-page header.sticky {
  background: #f0ece6;
}
.search-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search-link img {
  width: 30px;
}
.main-block {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.site-loader {
  z-index: 9999;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-content: center;
}
.site-loader h2 {
  font-size: 35px !important;
  margin-bottom: 0;
  margin-top: 20px;
}
.site-loader .bounce-animation {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50px);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}
.site-loader .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/** social media */
.socialmedialinks ul {
  padding: 0;
  margin: 0;
}
.socialmedialinks li {
  list-style: none;
  display: flex;
}
.socialmedialinks li a {
  padding: 10px 0;
  border-radius: 100%;
  display: block;
  line-height: 0;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.socialmedialinks li a span {
  margin-left: 20px;
  color: #fff;
  transition: 0.5s ease all;
}
.socialmedialinks li a:hover svg, .socialmedialinks li a:hover path, .socialmedialinks li a:hover g {
  fill: #ff9027;
}
.socialmedialinks li a:hover span {
  color: #ff9027;
}
.socialmedialinks li svg {
  width: 20px;
  height: 20px;
  display: block;
}
.socialmedialinks li svg, .socialmedialinks li path, .socialmedialinks li g {
  fill: #fff;
  transition: 0.5s ease all;
}
/*--- footer ---*/
footer {
  width: 100%;
  padding: 55px 0 145px;
  background: #030202;
}
@media (max-width: 767px) {
  footer {
    padding: 60px 0;
  }
}
footer .footer-logo {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-menu, footer .single-menu:first-child {
    padding-bottom: 60px;
  }
  footer .social-part {
    padding-bottom: 50px;
  }
}
footer .footer-menu .widget_nav_menu {
  width: 100%;
}
footer .footer-menu .widget_nav_menu h4 {
  font-weight: bold;
  font-size: 21.6px;
}
footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  padding: 4px 0;
}
footer .footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
footer .footer-menu a:hover {
  color: #ff9027;
}
footer .footer-menu li.current_page_item a, footer .footer-menu li.current-menu-item a {
  color: #ff9027;
}
.d-desktop-none {
  display: none;
}
@media (max-width: 767px) {
  .d-mobile-block {
    display: block;
  }
  .d-mobile-none {
    display: none !important;
  }
}
/**
 * Main content containers
 */
@font-face {
  font-family: 'proxima_novaregular';
  src: url('../../fonts/proxima_nova_font.woff2') format('woff2'), url('../../fonts/proxima_nova_font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body, html {
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: 'proxima_novaregular', sans-serif;
}
#wrapper {
  width: 100%;
  flex: 1 0 auto;
  transition: 0.5s ease all;
  padding-top: 135px;
}
@media (max-width: 992px) {
  #wrapper {
    padding-top: 129px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 99px;
  }
}
.wrapper {
  max-width: 100%;
  width: 1450px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
/** slick slider pagination */
.slick-dots {
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  background: #404040;
  border-radius: 100%;
  margin: 0 7px;
  list-style: none;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: #ff9027;
}
.slick-dots li button {
  display: none;
}
.slick-dots--primary .slick-dots li {
  background: #ff9027;
}
.slick-dots--secondary .slick-dots li {
  background: #030202;
}
.slick-dots--white .slick-dots li {
  background: #fff;
}
.entry .slick-dots li {
  margin: 0 5px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
  cursor: pointer;
  border: 0;
  font-size: 24px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  z-index: 1;
}
.slick-arrow:hover {
  background: #333;
}
@media (max-width: 992px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-initialized .slick-slide {
  outline: 0;
}
/** slick arrow primary */
/** 404 CSS */
.content-404 {
  width: 100%;
  display: block;
  text-align: center;
  padding: 60px 0 80px;
}
.content-404 ul {
  margin: 0;
  padding: 0;
}
.content-404 li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-404 h2 {
  margin: 15px 0 30px;
}
.content-404 .note-404 {
  margin-top: 30px;
}
.content-404 .note-404 span {
  color: #808080;
  font-size: 60px;
  font-weight: 300;
  display: block;
}
.grecaptcha-badge {
  z-index: 9999;
}
