@charset 'UTF-8';
/* @import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
/** General appointment btn */
/** theme border customization */
/** header quick links buttons variable */
/** Ninja Form with brand primary styles */
/** allocated with parent class .ninja-field--primary */
/** Ninja Form with brand secondary styles */
/** allocated with parent class .ninja-field--secondary */
/** body data */
/** PT wired app Page */
/** Testimonials page quote color */
/** sidebar variables */
/** social buttons in footer */
/** social buttons in Location details page */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600,700;900&display=swap');

.text-brand-primary-light, .hover-text-brand-primary-light:hover {
  color: #a8d7ff;
}
.text-brand-primary, .hover-text-brand-primary:hover {
  color: #1aaeff;
}
.text-brand-primary-dark, .hover-text-brand-primary-dark:hover {
  color: #159be4;
}
.text-brand-secondary-light, .hover-text-brand-secondary-light:hover {
  color: #e8e8e8;
}
.text-brand-secondary, .hover-text-brand-secondary:hover {
  color: #2066ae;
}
.text-brand-secondary-dark, .hover-text-brand-secondary-dark:hover {
  color: #404756;
}
.text-gray, .hover-text-gray:hover {
  color: #f4f4f4;
}
.text-white, .hover-text-white:hover {
  color: #fff;
}
.text-black, .hover-text-black:hover {
  color: #000;
}
.text-error, .hover-text-error:hover {
  color: #f00000;
}
.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: #a8d7ff;
}
.bg-brand-primary, .hover-bg-brand-primary:hover {
  background-color: #1aaeff;
}
.bg-brand-primary-dark, .hover-bg-brand-primary-dark:hover {
  background-color: #159be4;
}
.bg-brand-secondary-light, .hover-bg-brand-secondary-light:hover {
  background-color: #e8e8e8;
}
.bg-brand-secondary, .hover-bg-brand-secondary:hover {
  background-color: #2066ae;
}
.bg-brand-secondary-dark, .hover-bg-brand-secondary-dark:hover {
  background-color: #404756;
}
.bg-gray, .hover-bg-gray:hover {
  background-color: #f4f4f4;
}
.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: #f00000;
}
.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: #1aaeff;
}
a:active, a:hover {
  color: #1aaeff;
  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 {
  line-height: 1.6;
  font-size: 17px;
}
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 #1aaeff;
  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;
}
/**
 * Main content containers
 */
/** 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-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
}
.list-none {
  list-style: none;
}
.list-disc {
  list-style: disc;
}
.list-circle {
  list-style: circle;
}
.transition {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.transition.tcolor {
  -webkit-transition-property: color;
  transition-property: color;
}
.transition.tbg {
  -webkit-transition-property: background;
  transition-property: background;
}
.transition.tbgc {
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.transition.twidth {
  -webkit-transition-property: width;
  transition-property: width;
}
.border-radius {
  border-radius: 8px;
}
.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;
}
.mt-50, .m-50, .my-50 {
  margin-top: 50px;
}
.pt-50, .p-50, .py-50 {
  padding-top: 50px;
}
.mb-50, .m-50, .my-50 {
  margin-bottom: 50px;
}
.pb-50, .p-50, .py-50 {
  padding-bottom: 50px;
}
.ml-50, .m-50, .mx-50 {
  margin-left: 50px;
}
.pl-50, .p-50, .px-50 {
  padding-left: 50px;
}
.mr-50, .m-50, .mx-50 {
  margin-right: 50px;
}
.pr-50, .p-50, .px-50 {
  padding-right: 50px;
}
.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: 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;
  }
  .mt-1024-50, .m-1024-50, .my-1024-50 {
    margin-top: 50px;
  }
  .pt-1024-50, .p-1024-50, .py-1024-50 {
    padding-top: 50px;
  }
  .mb-1024-50, .m-1024-50, .my-1024-50 {
    margin-bottom: 50px;
  }
  .pb-1024-50, .p-1024-50, .py-1024-50 {
    padding-bottom: 50px;
  }
  .ml-1024-50, .m-1024-50, .mx-1024-50 {
    margin-left: 50px;
  }
  .pl-1024-50, .p-1024-50, .px-1024-50 {
    padding-left: 50px;
  }
  .mr-1024-50, .m-1024-50, .mx-1024-50 {
    margin-right: 50px;
  }
  .pr-1024-50, .p-1024-50, .px-1024-50 {
    padding-right: 50px;
  }
  .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;
  }
  .mt-992-50, .m-992-50, .my-992-50 {
    margin-top: 50px;
  }
  .pt-992-50, .p-992-50, .py-992-50 {
    padding-top: 50px;
  }
  .mb-992-50, .m-992-50, .my-992-50 {
    margin-bottom: 50px;
  }
  .pb-992-50, .p-992-50, .py-992-50 {
    padding-bottom: 50px;
  }
  .ml-992-50, .m-992-50, .mx-992-50 {
    margin-left: 50px;
  }
  .pl-992-50, .p-992-50, .px-992-50 {
    padding-left: 50px;
  }
  .mr-992-50, .m-992-50, .mx-992-50 {
    margin-right: 50px;
  }
  .pr-992-50, .p-992-50, .px-992-50 {
    padding-right: 50px;
  }
  .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;
  }
  .mt-767-50, .m-767-50, .my-767-50 {
    margin-top: 50px;
  }
  .pt-767-50, .p-767-50, .py-767-50 {
    padding-top: 50px;
  }
  .mb-767-50, .m-767-50, .my-767-50 {
    margin-bottom: 50px;
  }
  .pb-767-50, .p-767-50, .py-767-50 {
    padding-bottom: 50px;
  }
  .ml-767-50, .m-767-50, .mx-767-50 {
    margin-left: 50px;
  }
  .pl-767-50, .p-767-50, .px-767-50 {
    padding-left: 50px;
  }
  .mr-767-50, .m-767-50, .mx-767-50 {
    margin-right: 50px;
  }
  .pr-767-50, .p-767-50, .px-767-50 {
    padding-right: 50px;
  }
  .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;
  }
  .mt-640-50, .m-640-50, .my-640-50 {
    margin-top: 50px;
  }
  .pt-640-50, .p-640-50, .py-640-50 {
    padding-top: 50px;
  }
  .mb-640-50, .m-640-50, .my-640-50 {
    margin-bottom: 50px;
  }
  .pb-640-50, .p-640-50, .py-640-50 {
    padding-bottom: 50px;
  }
  .ml-640-50, .m-640-50, .mx-640-50 {
    margin-left: 50px;
  }
  .pl-640-50, .p-640-50, .px-640-50 {
    padding-left: 50px;
  }
  .mr-640-50, .m-640-50, .mx-640-50 {
    margin-right: 50px;
  }
  .pr-640-50, .p-640-50, .px-640-50 {
    padding-right: 50px;
  }
  .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;
  }
  .mt-568-50, .m-568-50, .my-568-50 {
    margin-top: 50px;
  }
  .pt-568-50, .p-568-50, .py-568-50 {
    padding-top: 50px;
  }
  .mb-568-50, .m-568-50, .my-568-50 {
    margin-bottom: 50px;
  }
  .pb-568-50, .p-568-50, .py-568-50 {
    padding-bottom: 50px;
  }
  .ml-568-50, .m-568-50, .mx-568-50 {
    margin-left: 50px;
  }
  .pl-568-50, .p-568-50, .px-568-50 {
    padding-left: 50px;
  }
  .mr-568-50, .m-568-50, .mx-568-50 {
    margin-right: 50px;
  }
  .pr-568-50, .p-568-50, .px-568-50 {
    padding-right: 50px;
  }
  .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;
  }
  .mt-480-50, .m-480-50, .my-480-50 {
    margin-top: 50px;
  }
  .pt-480-50, .p-480-50, .py-480-50 {
    padding-top: 50px;
  }
  .mb-480-50, .m-480-50, .my-480-50 {
    margin-bottom: 50px;
  }
  .pb-480-50, .p-480-50, .py-480-50 {
    padding-bottom: 50px;
  }
  .ml-480-50, .m-480-50, .mx-480-50 {
    margin-left: 50px;
  }
  .pl-480-50, .p-480-50, .px-480-50 {
    padding-left: 50px;
  }
  .mr-480-50, .m-480-50, .mx-480-50 {
    margin-right: 50px;
  }
  .pr-480-50, .p-480-50, .px-480-50 {
    padding-right: 50px;
  }
  .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;
  }
}
.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 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
}
.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-5xl {
  font-size: 5rem;
}
.text-4xl {
  font-size: 4rem;
}
.text-3xl {
  font-size: 3rem;
}
@media (max-width: 1024px) {
  .text-5xl {
    font-size: 4rem;
  }
  .text-4xl {
    font-size: 3rem;
  }
  .text-3xl {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .text-5xl {
    font-size: 3rem;
  }
  .text-4xl {
    font-size: 2rem;
  }
  .text-3xl {
    font-size: 1.5rem;
  }
}
.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;
  }
}
.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;
  }
}
/**
 * Basic typography style for copy text
 */
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
}

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;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #404756;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
/** inner page header style */
.h1-inner {
  font-size: 45px;
}
@media (max-width: 992px) {
  .h1-inner {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .h1-inner {
    font-size: 30px;
    line-height: 35px;
  }
}
.h1, h1 {
  font-size: 55px;
}
.h2, h2 {
  font-size: 40px;
  line-height: 45px;
}
.h3, h3 {
  font-size: 20px;
  color: #1aaeff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.h4, h4 {
  font-size: 19px;
}
.h5, h5 {
  font-size: 18px;
}
.h6, h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 35px;
  }
  .h2, h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .h3, h3 {
    font-size: 16.6666666667px;
  }
  .h4, h4 {
    font-size: 15.8333333333px;
  }
  .h5, h5 {
    font-size: 15px;
  }
  .h6, h6 {
    font-size: 13.3333333333px;
  }
}
.section-heading h1 {
  font-size: 32px;
}
@media (max-width: 992px) {
  .section-heading h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading h1 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .section-heading h1 {
    font-size: 24px;
  }
}
.section-heading h2 {
  font-size: 22px;
}
@media (max-width: 640px) {
  .section-heading h2 {
    font-size: 20px;
  }
}
ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}
ul li + li {
  padding-top: 6px;
}
ol li {
  font-family: 'Roboto', 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 #1aaeff;
}
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%;
}
/* Link
 ------------------------------------------------------------------------------*/
a {
  color: #1aaeff;
  -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: #004aad;
  text-decoration: none;
  outline: none;
}
/* Tables
 ------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
table td {
  text-align: left;
  font-weight: normal;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  width: 100%;
  max-width: 100%;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.nf-after-field .nf-error-msg {
  font-size: 12px;
}
.nf-error-msg, .ninja-forms-req-symbol {
  font-size: 12px;
  width: 100%;
  float: none;
  clear: both;
}
body.logged-in header {
  top: 32px;
}
.btn-center {
  text-align: center;
}
.btn-link {
  color: #404756;
}
.btn-link:hover {
  color: #1aaeff;
}
.read-more {
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #29955c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background: #29955c;
  color: #fff;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .read-more {
    min-width: 220px;
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .read-more {
    padding: 7px 30px;
    min-width: 180px;
  }
}
@media (max-width: 480px) {
  .read-more {
    padding: 10px 30px;
  }
}
.read-more:hover {
  border-color: #004AAD;
  background: #004AAD;
  color: #fff;
}
.read-more.primary, .read-more.hover-primary:hover {
  border-color: #1aaeff;
  background: #1aaeff;
  color: #fff;
}
.read-more.secondary, .read-more.hover-secondary:hover {
  border-color: #2066ae;
  background: #2066ae;
}
.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%;
  }
}
/** slew btn */
.skew-btn .read-more {
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.skew-btn .read-more > span {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
  display: block;
}
@media (min-width: 768px) {
  .sticky-header {
    padding-top: 0 !important;
  }
}
/* Forms
 ========================================================================== */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
form p {
  margin: 1rem 0;
}
button, input, textarea {
  font-family: 'Roboto', sans-serif;
}
textarea {
  height: 170px;
  padding: 20px 15px;
  resize: none;
  overflow: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
@media all and (-ms-high-contrast: active) {
  select:focus::-ms-value {
    background-color: transparent;
    /*make the select background transparent in ie */
    color: inherit;
  }
}
@media all and (-ms-high-contrast: none) {
  /* Remove blue highlight in Normal mode*/
  select:focus::-ms-value {
    background-color: transparent;
    color: inherit;
  }
}
.form-group {
  margin-bottom: 15px;
}
.form-group.textarea-block .wpcf7-form-control-wrap {
  display: flex;
}
.form-group.file-upload {
  position: relative;
  margin-bottom: 15px;
}
.form-group.file-upload input {
  opacity: 0;
  height: 42px;
}
.form-group.file-upload label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  outline: none;
  font-size: 11px;
  transition: 0.5s ease all;
  padding: 10px;
  pointer-events: none;
  text-align: center;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.form-group.file-upload label img {
  margin-right: 5px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(112, 112, 112, 0.5);
  outline: none;
  font-size: 14px;
  transition: 0.5s ease all;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #004AAD;
}
.form-group input, .form-group select {
  height: 35px;
  padding: 0 10px;
}
.form-group textarea {
  height: 179px;
  padding: 5px 10px;
}
.form-group input[type="file"] {
  padding: 0;
}
.form-group.form-submit {
  position: relative;
  text-align: right;
  margin-bottom: 0;
}
.form-group.form-submit input[type="submit"] {
  width: auto;
  display: inline-block;
  background-color: #29955c;
  color: #fff;
  border-radius: 10px;
  height: 40px;
  cursor: pointer;
  min-width: 175px;
  border: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-group.form-submit input[type="submit"] {
    min-width: 115px;
  }
}
.form-group.form-submit input[type="submit"]:hover {
  background-color: #004AAD;
  color: #fff;
}
.form-group.form-submit input[type="submit"] + .wpcf7-spinner {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
/* 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 */
header {
  background: #fff;
  width: 100%;
  z-index: 999;
  padding: 8px 0;
box-shadow: 0 1px 2px 0 #e1e5ea;
}
header.sticky {
  background: #fff;
}
.main-navigation {
	padding-bottom: 5px;
}
#content-area {
	padding-top: 40px;
	padding-bottom: 45px;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .header-logo .logo {
  display: inline-block;
}
@media (max-width: 480px) {
  header .header-wrapper .header-logo .logo {
    max-width: 120px;
  }
}
@media (max-width: 992px) {
  header .header-wrapper .main-navigation {
    display: none;
  }
}
header .header-wrapper .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;
}
header .header-wrapper .main-navigation ul.nav_menu > li {
  position: relative;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  header .header-wrapper .main-navigation ul.nav_menu > li {
    padding: 0 10px;
  }
}
header .header-wrapper .main-navigation ul.nav_menu > li > a {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 1200px) {
  header .header-wrapper .main-navigation ul.nav_menu > li > a {
    font-size: 16px;
  }
}
header .header-wrapper .main-navigation ul li.current-menu-item a, header .header-wrapper .main-navigation ul li.current_page_parent a {
  color: #1aaeff;
}
header .header-wrapper .main-navigation ul li:hover > a {
  color: #1aaeff;
}
header .header-wrapper .main-navigation ul.nav_menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 265px;
  margin: 0;
  padding: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #1aaeff;
  border-top-width: 4px;
  background: #2066ae;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  top: 0;
}
header .header-wrapper .call-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-wrapper .call-btn .read-more {
  padding: 7.5px 13.5px;
  line-height: 1;
  min-width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .header-wrapper .call-btn .read-more {
    padding: 5px 10px;
    font-size: 12px;
  }
}
header .header-wrapper .call-btn .read-more .call-icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  header .header-wrapper .call-btn .read-more .call-icon {
    margin-right: 5px;
  }
}
header .header-wrapper .call-btn .read-more .call-icon svg {
  fill: #fff;
}
header .header-wrapper .call-btn .read-more .call-icon svg path {
  fill: inherit;
}
/* Mobile-menu */
.navbar-toggle {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .navbar-toggle {
    display: flex;
  }
}

@media (max-width: 480px) {
  .navbar-toggle {
    margin: 0 5px;
  }
}
.navbar-toggle.active .icon-bar, .navbar-toggle:hover .icon-bar {
  background: #004AAD;
}
.navbar-toggle__icon-bar {
  display: block;
  vertical-align: middle;
}
.navbar-toggle__icon-bar .icon-bar:first-child {
  margin: 0;
}
.navbar-toggle .icon-bar {
  background: #404756;
  height: 3px;
  width: 27px;
  border-radius: 1px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: 0.5s ease all;
}
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    width: 23px;
    height: 2px;
  }
}
.mobile_menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  display: block;
  z-index: 0;
  height: 100%;
  background: rgba(0,0,0,.9);
  text-align: center;
  overflow: auto;
  padding-bottom: 50px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu .inner {
  width: 100%;
  margin: 0 0 30px;
}
.mobile_menu ul.nav_menu {
  margin: 75px auto 0;
  padding: 0;
  float: none;
  width: 90%;
  text-align: left;
  display: inline-block;
}
.mobile_menu ul.nav_menu li {
  border-bottom: 1px solid rgba(255,255,255,.08);
  list-style-type: none;
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.mobile_menu ul.nav_menu li a {
  color: rgba(255,255,255,.79);
  display: block;
  font-size: 15px;
  outline: 0;
  padding: 10px 0;
  float: none;
}
.mobile_menu ul.nav_menu li:hover > ul.sub-menu {
  display: none;
}
.mobile_menu ul li.current-menu-parent a {
  color: #fff;
  text-decoration: none;
}
.mobile_menu ul.nav_menu li.active a, .mobile_menu ul.nav_menu li.current-menu-item > a, .mobile_menu ul.nav_menu li.current_page_ancestor a, .mobile_menu ul.nav_menu li a:hover {
  color: #fff;
  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: #a8d7ff !important;
}
.mobile_menu ul.nav_menu ul.sub-menu li.current-menu-item > a, .mobile_menu ul.nav_menu ul.sub-menu li.current_page_ancestor > 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: #a8d7ff;
}
.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: #aaa;
  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);
}
.close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5%;
  top: 15px;
}
.close-btn:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.79);
  transform: rotate(45deg);
}
.close-btn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.79);
  transform: rotate(-45deg);
}

/** social media */

@media (max-width: 480px) {
  .socialmedialinks ul {
    justify-content: center;
  }
}
.socialmedialinks li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.socialmedialinks li:first-child {
  margin-left: 0;
}
.socialmedialinks li a {
  padding: 13.5px;
  background-color: #404756;
  border-radius: 10px;
  display: block;
  line-height: 0;
}
.socialmedialinks li svg {
  height: 16px;
  width: 16px;
  fill: #fff;
  display: block;
}
.socialmedialinks li:hover a {
  background-color: #2066ae;
}
.socialmedialinks li:hover svg {
  fill: #fff;
}
.side-gallery-main .socialmedialinks li a {
  background-color: #004AAD;
}
.side-gallery-main .socialmedialinks li svg {
  fill: #a8d7ff;
}
.side-gallery-main .socialmedialinks li:hover a {
  background-color: #2066ae;
}
.side-gallery-main .socialmedialinks li:hover svg {
  fill: #fff;
}
/*--- footer ---*/
footer {
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
footer .footer-main {
  padding: 50px 0;
}

@media (max-width: 992px) {
  footer .footer-main-wrapper {
    text-align: center;
  }
}
footer .footer-main-wrapper h4 {
  color: #404756;
  font-size: 25px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  footer .footer-main-wrapper .footer-info {
    width: 40%;
  }
}
@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-info {
    width: 100%;
    margin: 0 auto 80px;
  }
}
footer .footer-main-wrapper .footer-info .footer-logo {
  margin-bottom: 25px;
}
footer .footer-main-wrapper .footer-info .footer-logo a {
  display: inline-block;
}
footer .footer-main-wrapper .footer-info .footer-logo a img {
  margin: 0;
}
footer .footer-main-wrapper .footer-info .footer-description {
  margin-bottom: 60px;
}
footer .footer-main-wrapper .footer-info .footer-description p {
  line-height: 27px;
  color: #000;
}
footer .footer-main-wrapper .footer-info .socialmedialinks ul {
  justify-content: flex-start;
}
@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-info .socialmedialinks ul {
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  footer .footer-main-wrapper .footer-links {
    width: 60%;
  }
}
@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-links {
    width: 100%;
  }
}

@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-links .footer-menu {
    width: 100%;
    margin-bottom: 80px;
  }
}
footer .footer-main-wrapper .footer-links .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-main-wrapper .footer-links .footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-main-wrapper .footer-links .footer-menu ul li:hover a {
  color: #004AAD;
}
footer .footer-main-wrapper .footer-links .footer-menu ul li a {
  color: #000;
  font-size: 18px;
}
footer .footer-main-wrapper .footer-links .footer-menu ul li.current-menu-item a, footer .footer-main-wrapper .footer-links .footer-menu ul li.current_page_parent a {
  color: #fff;
}
footer .footer-main-wrapper .footer-links .footer-menu ul li:hover > a {
  color: #004AAD;
}
footer .footer-main-wrapper .footer-links .footer-contact {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-links .footer-contact {
    width: 100%;
  }
}
footer .footer-main-wrapper .footer-links .footer-contact ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  footer .footer-main-wrapper .footer-links .footer-contact ul {
    width: 250px;
    margin: auto;
    text-align: left;
  }
}
footer .footer-main-wrapper .footer-links .footer-contact ul li {
  list-style: none;
  margin-bottom: 13px;
}
footer .footer-main-wrapper .footer-links .footer-contact ul li svg {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-main-wrapper .footer-links .footer-contact ul li span {
  display: inline-block;
  vertical-align: top;
}
footer .footer-main-wrapper .footer-links .footer-contact ul li a {
  color: #000;
}
footer .footer-main-wrapper .footer-links .footer-contact ul li:hover a {
  color: #004AAD;
}

@media (max-width: 992px) {
  footer .footer-copyright-wrapper {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .footer-copyright-wrapper .copyright-detail {
    width: 100%;
    margin-bottom: 10px;
  }
}

footer .footer-copyright-wrapper .copyright-detail p a {
  color: inherit;
}
footer .footer-copyright-wrapper .copyright-detail p a:hover {
  color: #004AAD;
}
footer .footer-copyright-wrapper .copyright-links a {
  font-size: 15px;
  color: #404756;
}
footer .footer-copyright-wrapper .copyright-links a:hover {
  color: #004AAD;
}
/**
 * Main content containers
 */
body, html {
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-family: 'Roboto', sans-serif;
}
#wrapper {
  width: 100%;
  flex: 1 0 auto;
  transition: 0.5s ease all;
}
.wrapper {
  max-width: 100%;
  width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 23px;
  }
}
/** slick slider pagination */
.slick-dots {
  margin: 0;
  padding: 0;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  background: #1aaeff;
  border-radius: 100%;
  margin: 0 5px;
  list-style: none;
  cursor: pointer;
  opacity: 0.48;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  display: none;
}
.slick-dots--primary .slick-dots li {
  background: #1aaeff;
}
.slick-dots--secondary .slick-dots li {
  background: #2066ae;
}
.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: 15px;
}
.slick-next {
  right: 15px;
}
.slick-initialized .slick-slide {
  outline: 0;
}
/** slick arrow primary */
.slick-arrow--primary .slick-next, .slick-arrow--primary .slick-prev {
  background: #1aaeff;
  color: #fff;
}
.slick-arrow--primary .slick-next:hover, .slick-arrow--primary .slick-prev:hover {
  background: #4dc0ff;
  color: #fff;
}
.slick-arrow--secondary .slick-next, .slick-arrow--secondary .slick-prev {
  background: #2066ae;
  color: #fff;
}
.slick-arrow--secondary .slick-next:hover, .slick-arrow--secondary .slick-prev:hover {
  background: #fff;
  color: #fff;
}
@media (max-width: 359px) {
  .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .g-recaptcha > div {
    -webkit-transform: scale(0.82);
    -ms-transform: scale(0.82);
    -o-transform: scale(0.82);
    transform: scale(0.82);
  }
}
.our-more-services {
  padding: 50px 0;
}
.our-more-services ul.more-services {
  padding-left: 0;
  padding-bottom: 45px;
}
.our-more-services ul.more-services li {
  margin: 0 0 0 30px;
  position: relative;
  list-style: none;
  padding-top: 0;
  padding-bottom: 3px;
}
.our-more-services ul.more-services li p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .our-more-services ul.more-services li p {
    font-size: 18px;
  }
}
.our-more-services ul.more-services li:before {
  position: absolute;
  content: '';
  left: -38px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  top: 18px;
  background-size: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.our-more-services.four-column ul.more-services {
  column-count: 4;
}
@media (max-width: 1200px) {
  .our-more-services.four-column ul.more-services {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .our-more-services.four-column ul.more-services {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .our-more-services.four-column ul.more-services {
    column-count: 1;
  }
}
.our-more-services.four-column ul.more-services li p {
  color: #fff;
}
.our-more-services.four-column ul.more-services li:before {
  background-image: url('../../images/service-arrow.png');
}
.our-more-services.three-column {
  border-bottom: 2px solid #a8d7ff;
}
.our-more-services.three-column ul.more-services {
  column-count: 3;
}
@media (max-width: 767px) {
  .our-more-services.three-column ul.more-services {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .our-more-services.three-column ul.more-services {
    column-count: 1;
  }
}
.our-more-services.three-column ul.more-services li {
  display: inline-flex;
}
.our-more-services.three-column ul.more-services li p {
  color: #000;
}
.our-more-services.three-column ul.more-services li:before {
  background-image: url('../../images/service-blue-arrow.png');
}
.our-more-services.specialty-section ul.more-services {
  column-count: 4;
}
@media (max-width: 1200px) {
  .our-more-services.specialty-section ul.more-services {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .our-more-services.specialty-section ul.more-services {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .our-more-services.specialty-section ul.more-services {
    column-count: 1;
  }
}
.our-more-services.specialty-section ul.more-services li p {
  color: #000;
}
.our-more-services.specialty-section ul.more-services li:before {
  background-image: url('../../images/service-blue-arrow.png');
}
.our-more-services .appt-btn {
  text-align: center;
}
.our-more-services .appt-btn .read-more:hover {
  background: #000;
  border-color: #000;
}
.contact-links > li {
  z-index: 99;
  padding-top: 0;
  font-weight: 600;
  color: #000;
}
.contact-links > li:hover {
  pointer-events: all;
}
.contact-links > li.address, .contact-links > li.hours, .contact-links > li.phone {
  position: relative;
}
.contact-links > li.address:before, .contact-links > li.hours:before, .contact-links > li.phone:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 17px;
  top: 5px;
  left: -30px;
}
.contact-links > li.address:before {
  background-image: url(../../images/address.png);
}
.contact-links > li.hours:before {
  background-image: url(../../images/hours.png);
}
.contact-links > li.phone:before {
  background-image: url(../../images/phone.png);
}
.contact-links > li p, .contact-links > li a {
  font-weight: 600;
  color: #000;
}
.contact-links > li > a {
  display: block;
}
.contact-links > li:hover > a {
  color: #e8e8e8;
}
.appt-btn svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}
.appt-btn .read-more:hover svg {
  fill: #fff;
}
.appt-btn span {
  display: flex;
}
/** Inner Banner */
.inner-banner-section {
  min-height: 680px;
}
.inner-banner-section.left {
  flex-direction: row-reverse;
}
.inner-banner-section.left .inner-banner-content {
  left: 60%;
}
@media (max-width: 767px) {
  .inner-banner-section.left .inner-banner-content {
    left: 0;
  }
}
.inner-banner-section .inner-banner-block {
  background-image: linear-gradient(to bottom, #159be4, #1aaeff);
}
.inner-banner-section .inner-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner-section .inner-banner-content {
  width: 700px;
  padding: 70px 50px;
  z-index: 1;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 38%;
}
.inner-banner-section .inner-banner-content.aos-animate {
  transform: translate(-50%, -50%) translateZ(0) !important;
}
@media screen and (max-width: 1440px) {
  .inner-banner-section .inner-banner-content {
    width: 660px;
    padding: 40px;
    left: 35%;
  }
}
@media (max-width: 1024px) {
  .inner-banner-section .inner-banner-content {
    width: 650px;
    padding: 30px;
    left: 35%;
  }
}
@media (max-width: 992px) {
  .inner-banner-section .inner-banner-content {
    width: 500px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .inner-banner-section .inner-banner-content {
    position: relative;
    width: 95%;
    order: 2;
    top: 0;
    left: 0;
    right: 0;
    transform: none !important;
    margin: -68px auto 0;
    padding: 18px;
    -webkit-box-shadow: 1px 0px 20px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 0px 20px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 0px 20px -16px rgba(0, 0, 0, 0.75);
    text-align: center;
  }
  .inner-banner-section .inner-banner-content.aos-animate {
    transform: none !important;
  }
}
.inner-banner-section .inner-banner-content a:not(.call) {
  color: #a8d7ff;
}
.inner-banner-section .inner-banner-content a:not(.call):hover {
  color: #000;
}
.inner-banner-section .inner-banner-content a.call {
  color: #000;
}
@media (max-width: 568px) {
  .inner-banner-section .inner-banner-content a.call {
    display: block;
  }
}
.inner-banner-section .inner-banner-content a.call:hover {
  color: #a8d7ff;
}
.work-section {
  padding: 60px 0 80px;
}
@media (max-width: 1024px) {
  .work-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .work-section {
    padding: 40px 0;
  }
}
.work-section ul li {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .work-section ul li {
    padding-bottom: 20px;
  }
}
.work-section ul li:not(:first-child) {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .work-section ul li:not(:first-child) {
    padding-left: 0;
  }
}
.work-section .tagline p {
  font-size: 22px;
  color: #1aaeff;
}
@media (max-width: 767px) {
  .work-section .tagline p {
    font-size: 18px;
  }
}
.work-section .tagline p a.underline {
  text-decoration: underline;
}
.work-section .tagline p a:hover {
  color: #a8d7ff;
}
.work-section .icon-block {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 3px solid #a8d7ff;
}
.work-section .content-block {
  width: 68%;
}
@media (max-width: 767px) {
  .work-section .content-block {
    width: 76%;
  }
}
@media (max-width: 568px) {
  .work-section .content-block {
    width: 100%;
    padding-top: 15px;
  }
}
.work-section .content-block h3 {
  font-size: 22px;
}
/*# sourceMappingURL=style.css.map */



/* Bannies Products */

.beanies-section{
  padding:80px 0;
}

.step-heading{
  width:900px;
  margin:0 auto 70px;
  background:#ddd;
  text-align:center;
  padding:20px;
  font-size:42px;
  font-weight:700;
  letter-spacing:2px;
  color:#555;
  font-family: "IBM Plex Sans", sans-serif;
  clip-path:polygon(3% 0,97% 0,100% 50%,97% 100%,3% 100%,0 50%);
}
.step-heading2{
  width:900px;
  margin:0 auto 70px;
  /* background:#ddd; */
  text-align:center;
  padding:20px;
  font-size:42px;
  font-weight:700;
  letter-spacing:2px;
  color:#555;
  font-family: "IBM Plex Sans", sans-serif;
  /* clip-path:polygon(3% 0,97% 0,100% 50%,97% 100%,3% 100%,0 50%); */
}
.style-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px 50px;
}

.style-card{
  position:relative;
}

.product-image{
  border:1px solid #8d7550;
  text-align:center;
  /* height:330px; */
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.product-image {
  position: relative;
  padding: 20px;
  background: #fff;
}

/* .product-image::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 3 L5 3 L7 0 L93 0 L95 3 L100 3 L100 97 L95 97 L93 100 L7 100 L5 97 L0 97 Z' fill='none' stroke='%23806A47' stroke-width='0.7'/%3E%3C/svg%3E") no-repeat center;
  background-size: 100% 100%;
} */

.product-image img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
}


/* .product-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('http://127.0.0.1:8080/wildbreakers/wp-content/uploads/2026/06/frame.svg') no-repeat center;
 width: 100%;
  background-size: 100% 100%;
  pointer-events: none;
  object-fit:contain;

} */




.product-info{
  margin-top:20px;
}

.product-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.product-info-top .sku{
  font-family: "EB Garamond", serif;
  font-size:24px;
  font-style:italic;
  color:#7d6644;
  font-weight: 700;
}

.product-info-top .name{
  font-size:20px;
  color:#7d6644;
  max-width: 150px;
  text-align: right;
}

.product-info-bottom{
  margin-top:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.product-info-bottom .moq{
  font-family: "EB Garamond", serif;
  font-style:italic;
  font-size:24px;
  color:#7d6644;
  font-weight: 700;
}

.product-info-bottom .price{
  font-size:24px;
  font-weight:bold;
  color:#7d6644;
}

.top-seller {
  right:0;
  top:0;
  z-index: 1;
  position: absolute;
  display: inline-block;
  background: #c9ab84;
  color: #000;
  padding: 18px 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  /* width: 80px; */
  box-sizing: border-box;
}

.top-seller::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 16px solid #fff;
}

/* Foldable hats */
.foldable_hats {
  background-color: #ede8dc;
  padding: 60px 0;
}
.foldable_hats .content-margin{
 margin: 0;
}
.foldable_hats h2{
 font-family: "IBM Plex Sans", sans-serif;
 font-size: 42px;
 color: #545454;
 font-weight: 700;
}
.foldable_hats .foldable_hats_content h3{
 font-size: 17px;
 color: #545454;
 font-weight: 600;
 margin-bottom: 8px;
}
.foldable_hats .foldable_hats_content h3 a{
color: inherit;
}
.foldable_hats .galley-section .single-image{
  height: 500px;
}
.foldable_hats .galley-section .single-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* beanies collection */
.beanies-collection h2{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 36px;
  color: #545454;
  font-weight: 700;
}
.beanies-collection .single-gallery{
  height: 500px;
}
.beanies-collection .single-gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beanies-collection .foldable_hats_content p{
 color: #545454;
}
/* banner section */
.banner-section{
  position: relative;
  z-index: 0;
  height: 800px;
}

.banner-section::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.banner-section img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-section .banner-content{
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 0 70px;
  text-align: center;
}
.banner-section .banner-content p{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-section .banner-content h1{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-section .banner-content h3{
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

/* Add On Section */
.addons-section{

  width:100%;
  padding:80px 0;
}


.menu-title{
  text-align:center;
  font-size:30px;
  font-weight:700;
  color:#555;
  margin-bottom:60px;
  font-family: "IBM Plex Sans", sans-serif;
}

.addons-table{
  width:80%;
  margin:auto;
  border-collapse:collapse;
}

.addons-table th{
  background:#fff;
  font-size:22px;
  font-weight:700;
  text-align:left;
  padding:22px;
  border:1px solid #ddd;
}

.addons-table td{
  border:1px solid #ddd;
  padding:25px;
  font-size:18px;
  vertical-align:middle;
  height:100px;
}

.bottom-text{
  margin-top:70px;
  text-align:center;
  font-size:40px;
  font-weight:700;
  color:#555;
}

.contact {
  background: #c6a987;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.contact-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-content h2,
.contact-content a {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.15;
  color: #555555;
  text-decoration: none;
  margin: 0;
}

.contact-content a {
  display: block;
  margin-top: 10px;
}

.contact-content a:hover {
  text-decoration: underline;
}

.beanies-section .image-container img {
  width: 100%;
}

.beanies-section-heading .step-description {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.foldable_hats_content p, .foldable_hats_content a, .foldable_hats_content b {
  color: #545454;
}
.contact .contact-content h2 {
  font-size: 36px;
  color: #545454;
  font-weight: 700;
}
.contact .contact-content a {
  font-size: 36px;
  color: #545454;
  font-weight: 700;
}

.table-section {
  padding: 70px 0;
}
.table-section .addons-table {
  width: 100%;
}
.addons-table thead th {
  font-size: 16px;
  padding: 25px 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.addons-table tbody td{
  font-size: 14px;
  padding: 25px 16px;
  font-weight: 400;
}
.addons-table tbody td .knit-gloves-img {
  width: 100px;
}
/* 
=========================
RESPONSIVE BREAKPOINTS
=========================
*/
@media (max-width:767px){
  .banner-section {
    height: 600px;
}
  .banner-section .banner-content p {
    font-size: 16px;
}
  .banner-section .banner-content h1 {
    font-size: 54px;
}
.banner-section .banner-content h3 {
  font-size: 16px;
}
.step-heading {
  width: 100%;
  font-size: 24px;
}
.beanies-section .style-grid {
  grid-template-columns: repeat(1, 1fr);
}
.step-heading2 {
  width: 100%;
}
.contact-content {
  word-wrap: break-word;
}
.addons-table thead th {
  font-size: 14px;
  padding: 10px 10px;
}
.addons-table tbody td {
  font-size: 12px;
  padding: 10px 10px;
}
.addons-table tbody td .knit-gloves-img {
  width: 60px;
}
}

@media (min-width:768px) and (max-width:1024px){
  .beanies-section .style-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}