@font-face {
  font-family: 'volksans Test';
  src: url('../../dist/fonts/volksanstest/volksans_Light.woff2') format('woff2'), url('../../dist/fonts/volksanstest/volksans_Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'volksans_testsemibold';
  src: url('../../dist/fonts/volksanstest/volksanstest-semibold-bf63eee6e3e5233-webfont.woff2') format('woff2'), url('../../dist/fonts/volksanstest/volksanstest-semibold-bf63eee6e3e5233-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'volksans_testnormal';
  src: url('../../dist/fonts/volksanstest/volksanstest-normal-bf63eee6e350bce-webfont.woff2') format('woff2'), url('../../dist/fonts/volksanstest/volksanstest-normal-bf63eee6e350bce-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
amp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Global */
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sub {
  font-size: 75%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 60%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

optgroup {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  color: inherit;
  font: inherit;
  margin: 0;
}

textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote:before,
q:before {
  content: '';
  content: none;
}

blockquote:after,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  padding: 0;
}

table th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: 0 none !important;
}

*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Global Variables */
/* Media Screen */
/* Color */
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-orange {
  color: #ff8a00;
}

.text-brown {
  color: #d11920;
}

.text-dark-yellow {
  color: #f0ca04;
}

/* Background */
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

/* Font Family */
/* Font Family */
.ff-normal {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.ff-light {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
}

.ff-semiBold {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
}

/* Site Wrappers */
.full-wrapper {
  max-width: 100%;
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 100px;
}

.container.small {
  max-width: 1572px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 50px;
  }
}

@media (max-width: 980px) {
  .container {
    padding: 0 30px;
  }
}

.container-secondry {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}

.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto;
}

.clearfix:before {
  content: "";
  display: table;
  clear: both;
}

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

.hack {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

html {
  font-size: 16px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  position: relative;
  margin: 0 0 10px;
  letter-spacing: 0.2px;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1650px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 0 0 15px;
  }
}

h1,
.h1,
.fs1 {
  font-size: 36px;
  line-height: 40px;
}

h2,
.h2,
.fs2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 980px) {

  h2,
  .h2,
  .fs2 {
    font-size: 30px;
  }
}

h3,
.h3,
.fs3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

@media (max-width: 900px) {

  h3,
  .h3,
  .fs3 {
    font-size: 25px;
    line-height: 30px;
  }
}

h4,
.h4,
.fs4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 900px) {

  h4,
  .h4,
  .fs4 {
    font-size: 20px;
    line-height: 25px;
  }
}

h5,
.h5,
.fs5 {
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (max-width: 1650px) {

  h5,
  .h5,
  .fs5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {

  h5,
  .h5,
  .fs5 {
    font-size: 16px;
    line-height: 20px;
  }
}

h6,
.h6,
.fs6 {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 1650px) {

  h6,
  .h6,
  .fs6 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {

  h6,
  .h6,
  .fs6 {
    font-size: 15px;
    line-height: 22px;
  }
}

body {
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 1279px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

p,
.p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 980px) {

  p,
  .p {
    font-size: 14px;
    line-height: 22px;
  }
}

p:empty,
.p:empty,
p:last-child,
.p:last-child {
  margin-bottom: 0;
}

p+h5,
.p+h5 {
  padding-top: 20px;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* Positions */
.pos-r {
  position: relative;
}

.pos-s {
  position: static;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.b-0 {
  bottom: 0;
}

.l-0 {
  left: 0;
}

.t-a {
  top: auto;
}

.r-a {
  right: auto;
}

.b-a {
  bottom: auto;
}

.l-a {
  left: auto;
}

.z-a {
  z-index: auto;
}

/* Visual Formatting */
.fl-n {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-fix {
  float: left;
  width: 100%;
}

.cl-n {
  clear: none;
}

.cl-l {
  clear: left;
}

.cl-r {
  clear: right;
}

.cl-b {
  clear: both;
}

.d-n {
  display: none;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-if {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-li {
  display: list-item;
}

.d-tb {
  display: table;
}

.d-tbc {
  display: table-cell;
}

.d-tbcl {
  display: table-column;
}

.d-tbr {
  display: table-row;
}

.d-itb {
  display: inline-table;
}

.d-tbcp {
  display: table-caption;
}

.d-tbclg {
  display: table-column-group;
}

.d-tbhg {
  display: table-header-group;
}

.d-tbfg {
  display: table-footer-group;
}

.d-tbrg {
  display: table-row-group;
}

.v-v {
  visibility: visible;
}

.v-h {
  visibility: hidden;
}

.v-c {
  visibility: collapse;
}

.ov-v {
  overflow: visible;
}

.ovx-v {
  overflow-x: visible;
}

.ovy-v {
  overflow-y: visible;
}

.ov-h {
  overflow: hidden;
}

.ovx-h {
  overflow-x: hidden;
}

.ovy-h {
  overflow-y: hidden;
}

.ov-s {
  overflow: scroll;
}

.ovx-s {
  overflow-x: scroll;
}

.ovy-s {
  overflow-y: scroll;
}

.ov-a {
  overflow: auto;
}

.ovx-a {
  overflow-x: auto;
}

.ovy-a {
  overflow-y: auto;
}

.zoo,
.zm {
  zoom: 1;
}

.cur-a {
  cursor: auto;
}

.cur-d {
  cursor: default;
}

.cur-c {
  cursor: crosshair;
}

.cur-he {
  cursor: help;
}

.cur-m {
  cursor: move;
}

.cur-p {
  cursor: pointer;
}

.cur-t {
  cursor: text;
}

/* Margin */
.m-a {
  margin: auto;
}

.mt-a {
  margin-top: auto;
}

.mr-a {
  margin-right: auto;
}

.mb-a {
  margin-bottom: auto;
}

.ml-a {
  margin-left: auto;
}

/* Box Sizing */
.bxz-bb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bxz-cb {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.w-a {
  width: auto;
}

.h-a {
  height: auto;
}

.maw-n {
  max-width: none;
}

.mah-n {
  max-height: none;
}

.vh {
  height: 100vh;
}

.vw {
  width: 100vw;
}

/* Font */
.fw-n {
  font-weight: normal;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fs-i {
  font-style: italic;
}

.fs-n {
  font-style: normal;
}

.fs-o {
  font-style: oblique;
}

.fv-n {
  font-variant: normal;
}

.fv-sc {
  font-variant: small-caps;
}

.fza-n {
  font-size-adjust: none;
}

.ff-s {
  font-family: serif;
}

.ff-ss {
  font-family: sans-serif;
}

.ff-c {
  font-family: cursive;
}

.ff-f {
  font-family: fantasy;
}

.ff-m {
  font-family: monospace;
}

.ff-a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ff-t {
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.ff-v {
  font-family: Verdana, Geneva, sans-serif;
}

.ff-nunito {
  font-family: "Nunito";
}

.fst-n {
  font-stretch: normal;
}

.fst-c {
  font-stretch: condensed;
}

.fst-sc {
  font-stretch: semi-condensed;
}

.fst-ec {
  font-stretch: extra-condensed;
}

.fst-uc {
  font-stretch: ultra-condensed;
}

.fst-e {
  font-stretch: expanded;
}

.fst-se {
  font-stretch: semi-expanded;
}

.fst-ee {
  font-stretch: extra-expanded;
}

.fst-ue {
  font-stretch: ultra-expanded;
}

/* Text */
.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tt {
  vertical-align: text-top;
}

.va-tb {
  vertical-align: text-bottom;
}

.va-sup {
  vertical-align: super;
}

.va-sub {
  vertical-align: sub;
}

.va-bl {
  vertical-align: baseline;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-j {
  text-align: justify;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

.td-o {
  text-decoration: overline;
}

.td-l {
  text-decoration: line-through;
}

.te-n {
  -webkit-text-emphasis: none;
  text-emphasis: none;
}

.te-ac {
  -webkit-text-emphasis: accent;
  text-emphasis: accent;
}

.te-dt {
  -webkit-text-emphasis: dot;
  text-emphasis: dot;
}

.te-c {
  -webkit-text-emphasis: circle;
  text-emphasis: circle;
}

.te-ds {
  -webkit-text-emphasis: disc;
  text-emphasis: disc;
}

.te-b {
  -webkit-text-emphasis: before;
  text-emphasis: before;
}

.te-a {
  -webkit-text-emphasis: after;
  text-emphasis: after;
}

.tt-n {
  text-transform: none;
}

.tt-c {
  text-transform: capitalize;
}

.tt-u {
  text-transform: uppercase;
}

.tt-l {
  text-transform: lowercase;
}

.tsh-n {
  text-shadow: none;
}

.lts-n {
  letter-spacing: normal;
}

.no-ls {
  letter-spacing: 0;
}

.whs-n {
  white-space: normal;
}

.whs-p {
  white-space: pre;
}

.whs-nw {
  white-space: nowrap;
}

.whs-pw {
  white-space: pre-wrap;
}

.whs-pl {
  white-space: pre-line;
}

.wob-n {
  word-break: normal;
}

.wob-k {
  word-break: keep-all;
}

.wob-ba {
  word-break: break-all;
}

.wow-nm {
  word-wrap: normal;
}

.wow-b {
  word-wrap: break-word;
}

/* Background */
.bg-n {
  background: none;
}

.bgc-w {
  background-color: #ffffff;
}

.bgc-b {
  background-color: #000000;
}

.bgc-t {
  background-color: transparent;
}

.bgr-n {
  background-repeat: no-repeat;
}

.bgr-x {
  background-repeat: repeat-x;
}

.bgr-y {
  background-repeat: repeat-y;
}

.bga-f {
  background-attachment: fixed;
}

.bga-s {
  background-attachment: scroll;
}

.bgp-tl {
  background-position: top left;
}

.bgp-tc {
  background-position: top center;
}

.bgp-tr {
  background-position: top right;
}

.bgp-cl {
  background-position: center left;
}

.bgp-cc {
  background-position: center center;
}

.bgp-cr {
  background-position: center right;
}

.bgp-bl {
  background-position: bottom left;
}

.bgp-bc {
  background-position: bottom center;
}

.bgp-br {
  background-position: bottom right;
}

.bgsz-a {
  background-size: auto;
}

.bgsz-ct {
  background-size: contain;
}

.bgsz-cv {
  background-size: cover;
}

.ipad .bga-f,
.iphone .bga-f {
  background-attachment: scroll;
}

/* Outline */
.ols-n {
  outline-style: none;
}

.ols-dt {
  outline-style: dotted;
}

.ols-ds {
  outline-style: dashed;
}

.ols-s {
  outline-style: solid;
}

.ols-db {
  outline-style: double;
}

.ols-g {
  outline-style: groove;
}

.ols-r {
  outline-style: ridge;
}

.ols-i {
  outline-style: inset;
}

.ols-o {
  outline-style: outset;
}

.olc {
  outline-color: #000000;
}

/* Tables */
.tbl-a {
  table-layout: auto;
}

.tbl-f {
  table-layout: fixed;
}

.cps-t {
  caption-side: top;
}

.cps-b {
  caption-side: bottom;
}

.ec-s {
  empty-cells: show;
}

.ec-h {
  empty-cells: hide;
}

/* Border */
.bd-n {
  border: none;
}

.bdcl-c {
  border-collapse: collapse;
}

.bdcl-s {
  border-collapse: separate;
}

.bdc-t {
  border-color: transparent;
}

.bdi-n {
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
}

.bds-n {
  border-style: none;
}

.bds-h {
  border-style: hidden;
}

.bds-dt {
  border-style: dotted;
}

.bds-ds {
  border-style: dashed;
}

.bds-s {
  border-style: solid;
}

.bds-db {
  border-style: double;
}

.bds-i {
  border-style: inset;
}

.bds-o {
  border-style: outset;
}

.bdt-n {
  border-top: none;
}

.bdts-n {
  border-top-style: none;
}

.bdtc-t {
  border-top-color: transparent;
}

.bdr-n {
  border-right: none;
}

.bdrs-n {
  border-right-style: none;
}

.bdrc-t {
  border-right-color: transparent;
}

.bdb-n {
  border-bottom: none;
}

.bdbs-n {
  border-bottom-style: none;
}

.bdbc-t {
  border-bottom-color: transparent;
}

.bdl-n {
  border-left: none;
}

.bdls-n {
  border-left-style: none;
}

.bdlc-t {
  border-left-color: transparent;
}

.bdrs {
  border-radius: 0;
}

/* Lists */
.lis-n {
  list-style: none;
}

.lisp-i {
  list-style-position: inside;
}

.lisp-o {
  list-style-position: outside;
}

.list-n {
  list-style-type: none;
}

.list-d {
  list-style-type: disc;
}

.list-c {
  list-style-type: circle;
}

.list-s {
  list-style-type: square;
}

.list-dc {
  list-style-type: decimal;
}

.list-dclz {
  list-style-type: decimal-leading-zero;
}

.list-lr {
  list-style-type: lower-roman;
}

.list-ur {
  list-style-type: upper-roman;
}

/* Print */
.pgbb-au {
  page-break-before: auto;
}

.pgbb-al {
  page-break-before: always;
}

.pgbb-l {
  page-break-before: left;
}

.pgbb-r {
  page-break-before: right;
}

.pgbi-au {
  page-break-inside: auto;
}

.pgbi-av {
  page-break-inside: avoid;
}

.pgba-au {
  page-break-after: auto;
}

.pgba-al {
  page-break-after: always;
}

.pgba-l {
  page-break-after: left;
}

.pgba-r {
  page-break-after: right;
}

/* Flex */
.ac-c {
  -ms-flex-line-pack: center;
  align-content: center;
}

.ac-fe {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.ac-fs {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ac-s {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.ac-sa {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ai-b {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-s {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.as-a {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.as-b {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.as-c {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.as-fe {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.as-fs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.as-s {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.fxd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fxd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fxd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fxd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fxw-n {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fxw-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fxw-wr {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Animation */
.animdir-a {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.animdir-ar {
  animation-direction: alternate-reverse;
}

.animdir-n {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.animdir-r {
  animation-direction: reverse;
}

.animfm {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animfm-b {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.bfv-h {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bfv-v {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* Others */
.tov-c {
  -o-text-overflow: clip;
  text-overflow: clip;
}

.tov-e {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tso-cc {
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font-family: a;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}

.transition {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.transition-none {
  -webkit-transition: none;
  transition: none;
}

.transform-center {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  z-index: 1;
}

.translateY-50 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.translateY-100 {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.translateX-50 {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.translateX-100 {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.user-select-none {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Widths */
.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.maxW100 {
  max-width: 100%;
}

/* Margins */
.noMar {
  margin: 0 !important;
}

.noBMar {
  margin-bottom: 0 !important;
}

.noTMar {
  margin-top: 0 !important;
}

.noLMar {
  margin-left: 0 !important;
}

.noRMar {
  margin-right: 0 !important;
}

/* Paddings */
.noTPad {
  padding-top: 0 !important;
}

.noBPad {
  padding-bottom: 0 !important;
}

.noLPad {
  padding-left: 0 !important;
}

.noRPad {
  padding-right: 0 !important;
}

.noPad {
  padding: 0 !important;
}

/*
.mobile-only {
  display: none;
}

 @media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
} */

.mobile-only-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .mobile-only-flex {
    display: block;
  }
}

.desktop-only-flex {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .desktop-only-flex {
    display: none;
  }
}

.v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .v-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.vb-100 {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .vb-100 {
    margin-bottom: 50px;
  }
}

.vt-100 {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .vt-100 {
    margin-top: 50px;
  }
}

.section-gap {
  padding: 100px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-gap {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-gap {
    padding: 30px 0;
  }
}

.action-text {
  position: relative;
  z-index: 2;
}

.action-effect {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  border-radius: 30px;
  background-color: #000000;
  -webkit-clip-path: circle(0 at center);
  clip-path: circle(0 at center);
  -webkit-transition: -webkit-clip-path 0.4s ease-in-out;
  transition: -webkit-clip-path 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out;
  transition: clip-path 0.4s ease-in-out, -webkit-clip-path 0.4s ease-in-out;
}

.order-2 {
  order: 2;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: white;
  color: #000000;
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 600;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

video,
iframe,
canvas {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #008C51;
}

table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table td,
table th {
  padding: 6px 10px;
}

img {
  max-width: 100%;
}

.main-wrapper {
  margin-top: 150px;
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .main-wrapper {
    margin-top: 67px;
    margin-bottom: 50px;
  }
}

.section-title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
  }
}

.section-title h2 {
  margin: 0;
}

.swiper-slide:hover .our-juices-slider-slide-img-con img {
  transform: scale(1.05);
}

.our-juices-slider-slide-img .our-juices-slider-slide-img-con {
  text-align: center;
  padding: 10px 0;
}

.our-juices-slider-slide-img .our-juices-slider-slide-img-con img {
  max-height: 450px;
  transition: all 0.3s ease-in;
}

@media (max-width: 767px) {
  .our-juices-slider-slide-img .our-juices-slider-slide-img-con img {
    max-height: 250px;
  }
}

.our-juices-slider-slide-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 27px 0 10px;
}

.our-juices-slider-slide-details {
  font-size: 21px;
  font-weight: 700;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-juices-slider-slide-details .divider-line {
  width: 1px;
  height: 17px;
  background: #000000;
  margin: 0 10px;
  top: 3px;
  position: relative;
}

.our-juices-slider-slide-action {
  text-align: center;
}

.moretext {
  display: none;
}

hr {
  display: block;
  background: #e5e5e5;
  margin: 50px 0;
}

@media (max-width: 900px) {
  hr {
    margin: 30px 0;
  }
}

/* Animation */
.to-load.already-visible,
.no-js .to-load,
.touch .to-load,
.no-cssanimations .to-load {
  opacity: 1;
}

.to-load.delay-1.loaded {
  -webkit-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.to-load.delay-2.loaded {
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.to-load.delay-3.loaded {
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.to-load.delay-4.loaded {
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.IE9 .to-load {
  opacity: 1;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.delay-1 {
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay-2 {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.touch .to-load {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  opacity: 1;
}

.touch .to-load .delay-1,
.touch .to-load .delay-2 {
  -webkit-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }

  to {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
  }

  to {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
  }
}

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .to-load {
    opacity: 1;
  }

  .to-load.loaded {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .delay-1,
  .delay-2 {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@keyframes floatY {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-15px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes floatX {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

.animation-basic {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}

.animation-basic-secondry {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInSecondary {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInSecondary {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes circleScale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.btn {
  padding: 0 20px;
  min-width: 145px;
  height: 42px;
  line-height: 41px;
  font-size: 16px;
  border-radius: 23px;
  border: none;
  font-weight: 700;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .btn {
    height: 35px;
    line-height: 32px;
    min-width: 135px;
    padding: 0 15px;
  }
}

.btn .action-text {
  height: 100%;
}

.btn:hover .action-effect {
  -webkit-clip-path: circle(75% at center);
  clip-path: circle(75% at center);
}

.btn-primary {
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000;
}

.btn-primary:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
  }
}

.btn-secondary {
  color: #ffffff;
  background: #000000;
  font-weight: 700;
  border: 3px solid #000000;
  transition: all 0.3s ease-in;
}

.btn-secondary .action-effect {
  background: #ffffff;
}

.btn-secondary:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .btn-secondary {
    font-size: 16px;
  }
}

.btn-tertiary {
  color: #ffffff;
  background: transparent;
  font-weight: 700;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-in;
}

.btn-tertiary .action-effect {
  background: #ffffff;
}

.btn-tertiary:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .btn-tertiary {
    font-size: 16px;
  }
}

.btn-quaternary {
  color: #000000;
  background: transparent;
  font-weight: 700;
  border: 2px solid #000000;
  transition: all 0.3s ease-in;
}

.btn-quaternary .action-effect {
  background: #000000;
}

.btn-quaternary:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .btn-quaternary {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #000000;
  font-weight: 600;
}

::-moz-placeholder {
  color: #000000;
  font-weight: 600;
}

:-ms-input-placeholder {
  color: #000000;
  font-weight: 600;
}

:-moz-placeholder {
  color: #000000;
  font-weight: 600;
}

.form-ctrl {
  margin-bottom: 30px;
}

.input,
.select {
  border: none;
  border-bottom: 2px solid #f1f3f2;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0;
}

.select option {
  font-size: 16px;
}

.textarea {
  border: none;
  border-bottom: 2px solid #f1f3f2;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0;
  border: 2px solid #f1f3f2;
  border-radius: 12px;
  padding: 22px;
  min-height: 170px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.fancybox-active {
  height: auto;
  overflow: hidden;
}

.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;
  -webkit-transform: translateZ(0);
  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: #000000;
  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.7;
  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: 20px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .fancybox-toolbar {
    right: 10px;
    top: 10px;
  }
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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--html {
  padding: 6px;
}

.fancybox-content {
  background: white;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 70px 80px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .fancybox-content {
    padding: 40px 30px;
  }
}

.fancybox-content .inner.ta-c {
  text-align: center;
}

.fancybox-content#add-error-pop .inner.ta-c {
  text-align: center;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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-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-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-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: transparent;
  min-width: 100px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: auto;
  min-width: 10px;
  line-height: 0;
}

.fancybox-button:hover {
  background: transparent !important;
}

.fancybox-button:before,
.fancybox-button::after {
  display: none;
}

.fancybox-button svg {
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  top: 1px;
  position: relative;
  margin-left: 10px;
}

.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;
}

/* Fix IE11 */
.fancybox-button div {
  height: 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;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
  color: #000;
}

.fancybox-close-small:before,
.fancybox-close-small::after {
  display: none;
}

.fancybox-close-small:hover {
  opacity: 1;
  background: none !important;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 10px;
  top: 10px;
}

.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% - 40px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  top: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
  text-align: left;
}

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  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;
}

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

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    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;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* 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: transparent;
  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-y .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, 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, 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;
}

.fancybox-button--close:hover {
  background-color: transparent !important;
  color: white !important;
}

/* 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);
  }
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  background: transparent !important;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-navigation .fancybox-button svg {
  opacity: 0;
}

.fancybox-navigation .fancybox-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  border: 10px solid transparent;
  border-right-color: #ffffff;
  display: block !important;
  z-index: 2;
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0.4;
  display: none;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before {
  transform: rotate(180deg);
  margin: -7px 0 0 -9px;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
  max-height: 60vh;
  padding-bottom: 20px;
}

html.os-html,
html.os-html>.os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html>.os-host>.os-padding {
  position: absolute;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox>.os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox>.os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox>.os-size-auto-observer,
.os-host-flexbox>.os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow>.os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content>.os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: 0 !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0 !important;
}

.os-content>.os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content>.os-textarea[wrap="off"] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
}

.os-resize-observer-host.observed>.os-resize-observer:before {
  content: "";
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer>.os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  0% {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl>.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl>.os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding+.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical,
.os-theme-none>.os-scrollbar-corner {
  display: none !important;
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 8px;
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: 0 0;
  background: #E7E7E7;
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0;
  border-radius: 0;
  background: none;
  position: relative;
  overflow: hidden;
  min-width: 80px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 25px 0 0;
  font-size: 14px;
  line-height: 44px;
  color: #2B2B2B;
  font-weight: normal;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 0;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: auto;
  width: 9px;
  height: 9px;
  border-left: 2px solid black !important;
  border-top: 2px solid black !important;
  top: 50%;
  transform: rotate(-135deg);
  margin: -4px 0 0 9px;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 0;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px !important;
  line-height: 18px;
}

.selectric-items li {
  display: block;
  padding: 10px 4px;
  color: #000000;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #ecb122;
  color: #ffffff;
}

.selectric-items li.highlighted {
  background: #ecb122;
  color: #ffffff;
}

.selectric-items li:hover {
  background: #ecb122;
  color: #ffffff;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.main-header {
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 10;
  padding: 40px;
}

.main-header img {
  max-width: 140px;
}

@media (max-width: 1400px) {
  .main-header {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .main-header {
    text-align: center;
    width: 100%;
    padding: 20px;
  }

  .main-header img {
    max-width: 140px;
  }
}

.footer-wrapper {
  background: #F6F6F6;
  padding: 60px 0;
}

.footer-wrapper .left img {
  margin-bottom: 25px;
}

.footer-wrapper .left p {
  margin-bottom: 0;
}

.footer-wrapper .right {
  text-align: right;
}

.footer-wrapper .right .call-btn {
  display: table;
  margin-bottom: 20px;
}

.footer-wrapper .right p {
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-wrapper {
    padding: 30px 0 60px;
    position: relative;
  }

  .footer-wrapper div.d-f {
    flex-wrap: wrap;
  }

  .footer-wrapper div.d-f .left,
  .footer-wrapper div.d-f .right {
    width: 100%;
    text-align: center;
  }

  .footer-wrapper div.d-f .left {
    margin-bottom: 20px;
  }

  .footer-wrapper div.d-f .left img {
    margin-bottom: 0;
    max-width: 150px;
  }

  .footer-wrapper div.d-f .left p {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .footer-wrapper div.d-f .right .call-btn {
    margin: 0 auto 20px;
  }

  .footer-wrapper div.d-f .right p {
    font-size: 18px;
  }
}

.site-wrapper {
  /* max-height: 100vh; */
  overflow: hidden;
  display: flex;
  width: 100%;
  /* min-height: 100vh; */
}

@media (max-width: 1000px) {
  .site-wrapper {
    max-height: none;
    flex-wrap: wrap;
  }
}

.site-wrapper .left-section {
  color: white;
  width: 50%;
  background-size: cover;
  position: relative;
  display: flex;
  background: #000;
  padding: 40px 65px 0px;
}

@media (max-width: 1400px) {
  .site-wrapper .left-section {
    padding: 30px 30px 0px;
  }
}

@media (max-width: 1000px) {
  .site-wrapper .left-section {
    padding: 40px 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .site-wrapper .left-section {
    padding: 0px 20px 70px;
    min-height: 100svh;
  }
}

.site-wrapper .left-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
}

.site-wrapper .left-section.grey {
  background: #ffffff;
}

.site-wrapper .left-section.grey .content-wrap h2,
.site-wrapper .left-section.grey .copy {
  color: #000;
}

.site-wrapper .left-section.grey .tabs-list a:not(.active):not(:hover) {
  color: #000;
}

.site-wrapper .left-section.grey .tab-content ul li.active a {
  color: #008C51;
}

.site-wrapper .left-section.grey .tab-content ul li a {
  color: #000;
}

.site-wrapper .left-section.grey .tab-content ul li a:hover {
  color: #008C51;
}

.site-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  padding: 0 0px 0px 0px;
  /* background-size: 100% auto; */
}

.site-wrapper .content-wrap .scroll {
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .site-wrapper .content-wrap .scroll {
    height: calc(100svh - 300px);
  }
}

@media (max-width: 1000px) {
  .site-wrapper .content-wrap {
    padding: 0 0px 100px 0px;
  }
}

@media (max-width: 767px) {
  .site-wrapper .content-wrap {
    background-size: 100% auto;
    padding-bottom: 0;
    position: relative;
    background: none;
  }

  /* .site-wrapper .content-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: white url("../images/illustration-mob.svg") no-repeat bottom center;
    pointer-events: none;
    background-size: auto 80%;
  }*/
  .site-wrapper .content-wrap .os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
    bottom: 10px !important;
  }

  .site-wrapper .content-wrap .scroll {
    height: calc(100svh - 155px);
    padding-bottom: 20px;
  }

  .iosDevice .site-wrapper .content-wrap .scroll {
    height: calc(100svh - 185px);
  }

  .iosDevice .seeMore-link {
    bottom: 20px;
  }

  .iosDevice.chrome .site-wrapper .content-wrap .scroll {
    height: calc(100svh - 215px);
  }

  .iosDevice.chrome .seeMore-link {
    bottom: 50px;
  }

}

.site-wrapper .content-wrap h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
  max-width: 456px;
  margin-left: 0;
  align-self: baseline;
}



@media (max-width: 1600px) {
  .site-wrapper .content-wrap h2 {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .site-wrapper .content-wrap h2 {
    font-size: 34px;
  }
}

@media (max-width: 1300px) {
  .site-wrapper .content-wrap h2 {
    font-size: 30px;
    max-width: 85%;
  }
}

@media (max-width: 767px) {
  .site-wrapper .content-wrap h2 {
    max-width: 100%;
    font-size: 26px;
  }
}

.site-wrapper .content-wrap h2 strong {
  color: #ecb122;
  font-weight: normal;
}

.site-wrapper .content-wrap .btm-content {
  margin-top: auto;
  color: #373737;
  max-width: 635px;
  align-self: baseline;
  padding-top: 0px;
}

@media (max-width: 767px) {
  .site-wrapper .content-wrap .btm-content {
    padding-top: 20px;
  }
}

.site-wrapper .content-wrap .btm-content a {
  color: #ecb122;
  word-wrap: break-word;
}

.site-wrapper .content-wrap .btm-content .accordion-content+.accordion-content {
  margin-top: 30px;
}

.site-wrapper .content-wrap .btm-content h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

.site-wrapper .content-wrap .btm-content p {
  margin-bottom: 15px;
}

.site-wrapper .content-wrap .btm-content li {
  margin-bottom: 15px;
}

.site-wrapper .content-wrap .btm-content p,
.site-wrapper .content-wrap .btm-content li,
.site-wrapper .content-wrap .btm-content td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.site-wrapper .content-wrap .btm-content table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
}

.site-wrapper .content-wrap .btm-content table table td,
.site-wrapper .content-wrap .btm-content table th {
  padding: 6px 10px;
}

.site-wrapper .content-wrap .btm-content table thead {
  background: #f8f8f8;
  border-radius: 8px;
}

.site-wrapper .content-wrap .btm-content table thead tr th {
  padding: 15px 30px;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 767px) {
  .site-wrapper .content-wrap .btm-content table thead tr th {
    padding: 10px;
  }
}

.site-wrapper .content-wrap .btm-content table thead tr th:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.site-wrapper .content-wrap .btm-content table tbody tr td {
  font-weight: 500;
  padding: 15px 30px;
  border-bottom: 1px solid #d9d9d9;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .site-wrapper .content-wrap .btm-content table tbody tr td {
    padding: 10px;
  }
}

.site-wrapper .content-wrap .btm-content table tbody tr td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

.site-wrapper .copy {
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 30px;
  right: 35px;
  text-align: right;
}

.site-wrapper .copy img {
  max-width: 32px;
}

@media (max-width: 1300px) {
  .site-wrapper .copy {
    font-size: 11px;
    bottom: 15px;
  }
}

@media (max-width: 1000px) {
  .site-wrapper .copy {
    font-size: 11px;
    bottom: 15px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .site-wrapper .copy {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: static;
    padding: 30px 10px 20px;
  }

  .site-wrapper .copy .sep {
    display: none;
  }

  .site-wrapper .copy .mob-break {
    display: block;
  }
}

@media only screen and (max-width: 360px) {
  .site-wrapper .tabs-list a {
    margin: 10px 5px;
    min-width: 36%;
    padding: 11px 17px 9px;
  }
}

.tabs-list {
  margin: 30px auto;
  text-align: center;
  width: 100%;
}

.tabs-list ul:not(.flickity-enabled) {
  display: flex;
}

.tabs-list li {
  display: block;
}

@media (max-width: 767px) {
  .tabs-list {
    width: auto;
    margin-right: -40px;
    margin-left: -40px;
  }

  .tabs-list ul li:first-child {
    padding-left: 40px;
  }
}

.tabs-list a {
  font-size: 14px;
  color: #2B2B2B;
  padding: 6px 15px 6px;
  border-radius: 200px;
  border: 1px solid #D9D9D9;
  margin: 0 8px 0 0;
  font-weight: 500;
  display: inline-block;
}

.tabs-list a.active,
.tabs-list a:hover {
     background: #ecb122;
    color: white;
    border-color: #ecb122;
}

@media (max-width: 767px) {
  .tabs-list a {
    white-space: nowrap;
  }
}

.tab-content {
  padding: 0 0 0 0;
  padding-right: 65px;
}

@media (max-width: 1400px) {
  .tab-content {
    padding-right: 35px;
  }
}

@media (max-width: 1300px) {
  .tab-content {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .tab-content {
    padding-right: 0;
  }
}

.tab-content ul li {
  color: #2B2B2B;
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
  font-weight: 400;
}

.tab-content ul li a {
  white-space: nowrap;
}

.tab-content ul li li {
  display: block;
}

.tab-content ul li:only-child {
  display: none;
}

.tab-content ul li.active a {
  color: #008C51;
}

.tab-content .c-select {
  display: table;
  margin: 0 auto;
}

.tab-content .cow-slider:not(.flickity-enabled) {
  display: flex;
}

@media (max-width: 767px) {
  .tab-content .cow-slider {
    margin-left: -40px;
    margin-right: -40px;
  }

  .tab-content .cow-slider li {
    padding: 0 20px;
  }

  .tab-content .cow-slider li:first-child {
    padding-left: 40px;
  }
}

.tab-content h4 {
  font-size: 32px;
  margin-bottom: 35px;
  text-align: center;
}

@media (max-width: 1450px) {
  .tab-content h4 {
    font-size: 28px;
  }
}

@media (max-width: 1350px) {
  .tab-content h4 {
    font-size: 24px;
  }
}

@media (max-width: 1279px) {
  .tab-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .tab-content .c-select {
    display: table;
    margin: 0 auto;
  }
}

.tab-content-top h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 0;
}

.tab-content-top h4 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 767px) {
  .tab-content-top h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
  }

  .tab-content-top h4 {
    font-size: 14px;
    line-height: 20px;
    max-width: 200px;
  }
}

.right-section {
  width: 50%;
  position: relative;
  background: #F8F8F8;
  padding: 35px 0 40px 0px;
}

@media (max-width: 1400px) {
  .right-section {
    padding: 50px 0 80px 35px;
  }
}



@media (max-width: 1000px) {
  .right-section {
    width: 100%;
    padding: 50px;
  }
}



.right-section .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  font-size: 0;
}

.right-section .close img {
  max-width: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.right-section .right-tab-content-wrap {
  padding-right: 65px;
  position: relative;
}

@media (max-width: 1400px) {
  .right-section .right-tab-content-wrap {
    padding-right: 35px;
  }
}

@media (max-width: 1300px) {
  .right-section .right-tab-content-wrap {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .right-section .right-tab-content-wrap {
    padding-right: 0;
  }
}

.right-section .doc-slider {
  padding: 10px 40px;
  position: relative;
  /* max-width: 90%; */
  max-width: 440px;
  margin: 0 auto;
}


@media (max-width: 767px) {
  .right-section .doc-slider {
    padding: 25px 0 55px;
  }
}

.right-section .doc-slider .slick-list {
  border-radius: 24px;
  overflow: hidden;
}

.right-section .doc-slider .slick-arrow {
  border: 0;
  background: none;
  font-size: 0;
  border-left: 3px solid #ecb122;
  border-top: 3px solid #ecb122;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  transform: rotate(-45deg);
  left: 0;
}

.right-section .doc-slider .slick-arrow.slick-disabled {
  border-color: #9B9B9B;
  pointer-events: none;
}

.right-section .doc-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(135deg);
}


.right-section .item {
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {}

.right-section .item .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 24px 30px;
  left: 0;
  display: flex;
}

@media (max-width: 767px) {
  .right-section .item .slide-content {
    padding: 20px 15px;
  }
}

.right-section .item .slide-content .c-green {
  color: #ecb122;
  padding-left: 5px;
}

.right-section .item .slide-content .scroll {
  height: 100%;
  width: 100%;
}

.right-section .item .slide-content table th,
.right-section .item .slide-content table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.right-section .item .slide-content table th:first-child,
.right-section .item .slide-content table td:first-child {
  padding-left: 0;
  width: 30%;
}

.right-section .item .slide-content table td {
  color: #373737;
  font-size: 11px;
  line-height: 15px;
  border-top: 1px solid #D9D9D9;
  font-weight: 500;
}

.right-section .item .slide-content table td+td {
  border-left: 1px solid #D9D9D9;
}

.right-section .item .slide-content table th {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  text-align: left;
}

.right-section .item .slide-content table th:first-child {
  color: #ecb122;
}

.right-section .slick-slide figure img {
  margin: 0 auto;
  max-height: calc(100vh - 270px);
  width: auto;
}

@media (max-width: 1300px) {
  .right-section .slick-slide figure img {
    max-height: calc(100vh - 300px);
  }
}

@media (max-width: 767px) {
  .right-section .slick-slide figure img {
    max-height: calc(100vh - 250px);
  }
}

.right-section .slick-slide figure img.placeholder {
  opacity: 0;
}

.right-section .doc-title {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 30px;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  background: white;
  width: 100%;
  text-align: right;
  z-index: 2;
  pointer-events: none;
  display: none;
}

.right-section .doc-foot {
  position: absolute;
  right: -58px;
  padding: 30px 0;
  font-size: 14px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  margin-right: -10px;
}



@media (max-width: 1300px) {
  .right-section .doc-foot {
    font-size: 12px;
  }
}



@media (max-width: 767px) {
  /* .right-section .doc-foot {
    position: relative;
    top: auto;
    transform: none;
    right: 0;
    margin: 0;
    padding: 15px 0 0;
    font-size: 14px;
  } */
}

.slick-dots {
  position: absolute;
  right: 9.5%;
  top: 80px;
  bottom: 150px;
  width: 4px;
  background: #EFEFEF;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}

@media (max-width: 1279px) {
  .slick-dots {
    right: 7.5%;
  }
}

@media (max-width: 1279px) {
  .slick-dots {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .slick-dots {
    top: 100px;
    bottom: 100px;
  }
}

.slick-dots li {
  flex: 1;
}

.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  border-radius: 4px;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #008C51;
}

.fancybox-button svg path {
  color: #fff !important;
}

.right-tab-content.singleSlide .doc-foot {
  opacity: 0;
}

.bottom-details {
  padding: 130px 100px 100px;
  position: relative;
  min-height: 100vh;
}

@media (max-width: 1450px) {
  .bottom-details {
    padding: 130px 80px 100px;
  }
}

@media (max-width: 1279px) {
  .bottom-details {
    padding: 130px 50px 100px;
  }
}

@media (max-width: 980px) {
  .bottom-details {
    padding: 130px 30px 100px;
  }
}

.bottom-details .illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  max-width: 25%;
}

.bottom-details .wrapper {
  max-width: 1760px;
  padding: 0 20px;
  margin: 0 auto;
}

.bottom-details h3 {
  color: #008C51;
  margin-bottom: 50px;
  font-size: 36px;
}

.bottom-details .content-cols {
  display: flex;
  flex-wrap: wrap;
}

.bottom-details .content-cols .col {
  padding-right: 100px;
  width: 45%;
  margin-bottom: 60px;
  max-width: 631px;
}

@media (max-width: 1279px) {
  .bottom-details .content-cols .col {
    padding-right: 50px;
  }
}

@media (max-width: 980px) {
  .bottom-details .content-cols .col {
    padding-right: 30px;
  }
}

.bottom-details .content-cols .col h4 {
  font-size: 36px;
  line-height: 1.24;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .bottom-details .content-cols .col h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .bottom-details {
    padding: 50px 30px;
  }

  .bottom-details h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .bottom-details .content-cols .col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .bottom-details .content-cols .col h4 {
    font-size: 24px;
  }
}

.site-wrapper .content-wrap {
  align-items: flex-start;
  padding-top: 0px;
}

.seeMore-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 30px 10px 80px;
  z-index: 9;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  display: none;
}

.seeMore-link a {
  display: inline-block;
  padding: 20px 0;
  position: relative;
}

.seeMore-link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("../images/down-arrow.svg") no-repeat bottom center;
  width: 13px;
  height: 16px;
  margin-left: -6px;
  animation: jumpInfinite 1.5s infinite;
}

@media (max-width: 767px) {
  .seeMore-link {
    display: block;
  }
}

@keyframes jumpInfinite {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

.doc-slider,
.tabs-list,
.btm-content,
.right-section,
.os-scrollbar {
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}

html.pageLoaded .doc-slider,
html.pageLoaded .tabs-list,
html.pageLoaded .btm-content,
html.pageLoaded .right-section,
html.pageLoaded .os-scrollbar {
  opacity: 1;
}

.main-header,
.site-wrapper .content-wrap {
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}

html.pageLoaded1 .main-header,
html.pageLoaded1 .site-wrapper .content-wrap {
  opacity: 1;
}

.trigger {
  position: fixed;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.site-wrapper .content-wrap h2 {
  opacity: 0;
}

.site-wrapper .content-wrap h2.show {
  opacity: 1;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: #000;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(../../dist/images/icons/arrow.svg) no-repeat center center;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
}

.select-selected.select-arrow-active:after {
  top: 14px;
  transform: rotate(180deg);
}

.select-items div,
.select-selected {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 6px 0;
  border-bottom: 2px solid #f1f3f2;
  cursor: pointer;
}

.select-items div {
  padding: 5px 10px;
  font-size: 16px;
  border-bottom: 1px solid #f1f3f2;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #4b9a05;
  color: #ffffff !important;
}

:root {
  --app-height: 100vh;
}

.full-page-loader {
  left: 50%;
  margin-left: -100px;
  margin-top: -160px;
  overflow: hidden;
  padding: 23px;
  position: fixed;
  top: 49%;
  width: 200px;
  z-index: 999999;
}

.full-page-loader::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}

.loader-logo {
  width: 154px;
  height: 243px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.loadingnew,
.loadingnew:before,
.loadingnew:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  margin-bottom: 15px !important;
}

.loadingnew {
  color: #4b9a05;
  font-size: 4px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 9;
}

.loadingnew:before,
.loadingnew:after {
  content: "";
  position: absolute;
  top: 0;
}

.loadingnew:before {
  left: -5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loadingnew:after {
  left: 5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.icons {
  display: inline-block;
}

.site-wrapper .content-wrap h2,
.site-wrapper .content-wrap .btm-content {
  max-width: 100%;
  padding-right: 60px;
}

@media (max-width: 1300px) {
  .site-wrapper .content-wrap {
    padding-left: 0;
  }

  .site-wrapper .content-wrap h2,
  .site-wrapper .content-wrap .btm-content {
    padding-right: 30px;
  }

  .site-wrapper .content-wrap .btm-content table tbody tr td {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {

  .site-wrapper .content-wrap h2,
  .site-wrapper .content-wrap .btm-content {
    padding-right: 20px;
  }

  .right-section .doc-slider {
    max-width: 100%;
  }

  .site-wrapper .content-wrap .btm-content table tbody tr td {
    padding: 10px;
  }
}



.right-section {
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
}

.wrap.test_reports_flex_side {
  gap: 80px;
  /* grid-template-columns: 7fr 4fr; */
  display: flex;  
  overflow: inherit !important;
}

.left_side_scrollbar {
  width: 55%;
}

.right-tab-content-wrap {
  flex: 0 0 32%;
}

.test_reports_left_side h1 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 52px;
  line-height: initial;
}

.test_reports_left_side h1:after {
  content: '';
  height: 4px;
  width: 70px;
  background: #ecb122;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.right-section .doc-slider {
  background: #F8F8F8;
  padding: 25px;
}

.right-section {
  background: #fff;
  margin-top: 20px;
}

.right-section .slick-slide figure img {
  margin: 0 auto;
  max-height: initial;
  width: auto;
}

.right-section .right-tab-content-wrap {
  padding-right: 90px;
  position: relative;
}

.right-section .doc-slider .slick-arrow {
  left: auto;
  right: -33px;
}

.right-section .doc-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
  transform: rotate(135deg);
}

.right-section .doc-foot {
  top: 55%;
  margin-right: 16px;
  padding: 5px 0;
}

.cow_ghee_lab_section__ .cow-row {
  display: grid;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.cow_ghee_lab_section__ .cow-btn {
  padding: 6px 10px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 30px;
  color: #565656;
  font-size: 14px;
  font-weight:500;
}

.cow_ghee_lab_section__ .cow-btn.active {
  background: #eeee;
}

.cow_ghee_lab_section__ .cow-btn:hover {
  background: #eeee;
}

.lab_test_reports__.view_all_modal_section .lab_test_reports_colms__ {
  gap: 20px;
  grid-template-columns: 7fr 4fr;
}

.lab_test_reports_image {
  background: #F8F8F8;
  padding: 25px;
}

.lab_test_reports__ {
  position: relative;
  background: #fff;
  padding: 35px 0 40px 65px;
}


.test_reports_first_section .test_reports_left_side h4 {
  font-size: 18px;
}

.test_reports_first_section .test_reports_left_side p {
  font-weight: 400;
  font-size: 14px;
}

.lab_test_reports_slider h4 {
  font-size: 18px;
  font-weight: 700;
}

.lab_test_reports_view_all {
  text-align: center;
  padding-top: 20px;
}

.lab_test_reports_view_all a {
  background: #000000;
  color: #fff;
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  letter-spacing: 1px;
}

.lab-test-reports-close {
  position: absolute;
  right: 0px;
  top: -30px;
  background: #fff;
  padding: 5px;
}

#testreportsfirst,
#testreportsfirstsection,
#secondmodalreport,
#testreportsleftside {
  display: none;
}

#testreportsfirst,
#testreportsfirstsection {
  display: block;
  /* Ya inline-block / flex as needed */
}


#secondmodalreport,
#testreportsleftside {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

#secondmodalreport.active,
#testreportsleftside.active {
  visibility: visible;
  opacity: 1;
  max-height: 635px;
  /* ya jitna height chahiye */
}


.right-tab-content {
  position: relative;
}


.custom_container {
  width: 1455px;
  max-width: 1455px;
padding-left: 20.5px;
        padding-right: 0.5px;
  margin: 0 auto;
}

.site-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}

.test_reports_left_side {
  height: calc(100vh - 68px);
}

div#testreportsfirstsection {
  overflow: auto;
  padding-right: 20px;
}





div#testreportsfirstsection::-webkit-scrollbar,
.site-wrapper::-webkit-scrollbar {
  width: 5px;
}

/* Track */
div#testreportsfirstsection::-webkit-scrollbar-track,
.site-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
div#testreportsfirstsection::-webkit-scrollbar-thumb,
.site-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
div#testreportsfirstsection::-webkit-scrollbar-thumb:hover,
.site-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}


@media(max-width:1199px) {
  .wrap.test_reports_flex_side {
    gap: 20px;
    /* grid-template-columns: 7fr 4fr;
    display: grid; */
  }

  .right-section .doc-slider {
    max-width: 400px;
  }
}

@media(max-width:991px) {

  .right-section .doc-slider {
    max-width: 200px;
  }

  .right-section .doc-foot {
    top: 63%;
  }

  .right-section .right-tab-content-wrap {
    padding-right: 0px;
  }

  .right-section .doc-foot {
    right: -42px;
  }

  .right-tab-content-wrap {
    width: 290px;
  }
}



@media(max-width:767px) {
  .wrap.test_reports_flex_side {
    flex-direction: column;
  }

  .left_side_scrollbar {
    width: 100%;
  }

  .right-tab-content-wrap {
    width: 100%;
  }

  .right-section .doc-slider {
    max-width: 280px;
    margin: 0px;
  }

  .site-wrapper {
    overflow-y: auto;
    min-height: auto;
  }


  /* .cow_ghee_lab_section__ .cow-row {
    display: flex;
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    width: 1000px;
  } */

  .cow_ghee_lab_section__ {
    overflow: auto;
    width: 520px;
  }

  .cow_ghee_lab_section__::-webkit-scrollbar {
    height: 5px;
  }

  /* Track */
  .cow_ghee_lab_section__::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .cow_ghee_lab_section__::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  /* Handle on hover */
  .cow_ghee_lab_section__::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


  .tabs-list {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tabs-list a {
    font-size: 12px;
    color: #2B2B2B;
    padding: 6px 12px 6px;
    border-radius: 200px;
    border: 1px solid #D9D9D9;
    margin: 0 5px 0 0;
    font-weight: 600;
    display: inline-block;
  }

  .tabs-list ul li:first-child {
    padding-left: 2px;
  }

  .cow_ghee_lab_section__ .cow-btn {
    min-width: 190px;
    border: 1px solid #ddd;
  }

  .right-section .right-tab-content-wrap {
    padding-right: 50px;
  }

  .cow_ghee_lab_section__ .cow-row {
    display: inline-flex;
    flex-wrap: nowrap;

    grid-template-columns: initial;
  }
}

@media(max-width:430px) {
  .cow_ghee_lab_section__ {
    overflow: auto;
    width: 380px;
  }
}

@media(max-width:385px) {
  .cow_ghee_lab_section__ {
    overflow: auto;
    width: 370px;
  }
}

@media(max-width:375px) {
  .cow_ghee_lab_section__ {
    overflow: auto;
    width: 350px;
  }
}

@media(max-width:350px) {
  .cow_ghee_lab_section__ {
    overflow: auto;
    width: 335px;
  }
}
@media (max-width: 1599px) {
.test_reports_left_side h1 {
    font-size: 36px;
  }
}


@media (max-width: 1000px) {
  .site-wrapper {
    max-height: 100vh;
  }
}

@media (max-width: 767px) {
  .test_reports_left_side {
    height: auto;
  }


  div#testreportsfirstsection {
    overflow: initial;
    padding-right: 0px;
  }

  .right-section .right-tab-content-wrap {
    padding-top: 15px;
    width: 380px;
    margin: 0 auto;
  }

  .right-section .doc-foot {
    top: 57%;
    margin-right: 0;
    padding: 5px 0;
    right: 10px;
  }

  .lab-test-reports-close {
    top: 15px;
  }

  .right-section {
    padding: 15px;
  }

  .test_reports_left_side h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .site-wrapper .content-wrap .btm-content {
    padding-right: 0;
    padding-top: 0px;
  }

  .test_reports_left_side h1:after {
    bottom: -10px;
  }

  .lab_test_reports_view_all a {
    background: #000000;
    color: #fff;
    padding: 12px 12px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 20px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0px;
  }

  .lab_test_reports_view_all {
    text-align: center;
    padding-top: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0px;
    z-index: 11;
  }

  .lab_test_reports_image {
    display: none;
  }

  .lab_test_reports_slider h4 {
    display: none;
  }



}

@media (max-width: 1600px) {
  .custom_container {
    width: 90%;
    max-width: 90%;
padding-left: 20.5px;
        padding-right: 0.5px;
  }
}


@media (max-width: 1099px) {
  .custom_container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lab_test_reports_view_all a img {
  position: relative;
  top: 6px;
  margin-left: 5px;
}

.right-section .doc-slider .slick-arrow {
  border: 0;
  background: url('https://omdairynew.omniehome.com/wp-content/uploads/2025/10/lab-test-reports-right-arrow.png') no-repeat center center;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  transform: none;
  /* Remove rotate if image already has correct direction */
  border-left: none;
  /* Remove border styles if image replaces arrows */
  border-top: none;
}

.right-section .doc-slider .slick-prev {
  border: 0;
  background: url('https://omdairynew.omniehome.com/wp-content/uploads/2025/10/lab-test-reports-left-arrow.png') no-repeat center center;
  background-size: contain;
  font-size: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: auto;
  transform: none;
  /* Remove rotate if image already has correct direction */
  border-left: none;
  /* Remove border styles if image replaces arrows */
  border-top: none;
  right: -25px;
}

.right-section .doc-slider .slick-arrow.slick-next {
  left: auto;
  right: -50px;
  transform: none;
}	
.doc-slider .slick-slide
 {
    margin: 0;
}
.header-inner-page{
	    padding: 30px 0px 30px;
}
.breadcrumb-element.breadcrumb-element {
    padding: 20px 0;
}

.view_all_trigger_mobile{
	display:none;
}

@media(max-width:767px){
	.header-inner-page {
    padding: 20px 0px 20px;
}
.view_all_trigger_desktop{
	display:none !important;
}
.view_all_trigger_mobile{
	display:inline-block;
}
}