@charset "UTF-8";
:root {
  --primary-color: #162466;
  --secondary-color: #5164E5;
  --accent-color: #1260a3;
  --headings-color: #162466;
  --text-color: #606789;
  --secondary-text-color: #82868A;
  --header-color: #162466;
  --body-background-color: #FFF;
  --white-color: #FFF;
  --topbar-background: #ffffff;
  --topbar-text: #162466;
  --topbar-sticky-bg: #ffffff;s
  --topbar-sticky-text: #162466;
  --topbar-hover-sticky-text: #FF3B33;
  --topbar-hover-text: #162466;
  --footer-background: #f1f4fa;
  --footer-background-image: url("../images/footer-bg.png");
  --footer-text: #162466;
  --copyright-background: #f2f5fb;
  --copyright-text: #162466;
  --wd-btn-color-1: #162466;
  --wd-btn-color-2: #FF3B33;
  --wd-btn-color-3: #5164E5;
  --wd-btn-color-4: #82868A;
  --wd-btn-color-5: #FFF;
  --wd-acccordion-title-color: #162466;
  --wd-acccordion-active-title-color: #FF3B33;
  --wd-acccordion-active-panel-border: #FF3B33;
  --wd-circle-size: 576px;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}
.container {
    max-width: 84.375rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.container {
    max-width: 84.375rem;
    margin-right: auto;
    margin-left: auto;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=81.25em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #white;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #606789;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 84.375rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 84.375rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 81.25em) and (min-width: 81.25em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 81.25em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 81.25em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.33333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.66667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.28571%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 81.25em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.33333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.66667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.33333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.66667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.33333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.66667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.33333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.66667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 81.25em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 81.25em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-style: 600;
  font-weight: 300;
  color: #162466;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small,
.related.products > h2 small,
.up-sells > h2 small,
.cross-sells > h2 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: rgba(88, 136, 247, 0.2);
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}


h4,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2, .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.875rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.875rem;
  }
  
  h4,
  .related.products > h2,
  .up-sells > h2,
  .cross-sells > h2, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3.375rem;
  }
  h3, .h3 {
    font-size: 2.375rem;
  }
  
  h4,
  .related.products > h2,
  .up-sells > h2,
  .cross-sells > h2, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
}

a {
  line-height: inherit;
  color: #162466;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #131f58;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 84.375rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(88, 136, 247, 0.2);
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 2px solid #FF3B33;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #162466;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 5px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid rgba(88, 136, 247, 0.2);
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid rgba(88, 136, 247, 0.2);
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #162466;
  color: #FFF;
}

.button:hover, .button:focus {
  background-color: #131f57;
  color: #FFF;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #162466;
  color: #FFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #121d52;
  color: #FFF;
}

.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #5164E5;
  color: #FFF;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #2038d8;
  color: #FFF;
}

.button.accent, .button.accent.disabled, .button.accent[disabled], .button.accent.disabled:hover, .button.accent[disabled]:hover, .button.accent.disabled:focus, .button.accent[disabled]:focus {
  background-color: #FF3B33;
  color: #0a0a0a;
}

.button.accent:hover, .button.accent:focus {
  background-color: #f50a00;
  color: #0a0a0a;
}

.button.headings, .button.headings.disabled, .button.headings[disabled], .button.headings.disabled:hover, .button.headings[disabled]:hover, .button.headings.disabled:focus, .button.headings[disabled]:focus {
  background-color: #162466;
  color: #FFF;
}

.button.headings:hover, .button.headings:focus {
  background-color: #121d52;
  color: #FFF;
}

.button.text, .button.text.disabled, .button.text[disabled], .button.text.disabled:hover, .button.text[disabled]:hover, .button.text.disabled:focus, .button.text[disabled]:focus {
  background-color: #606789;
  color: #FFF;
}

.button.text:hover, .button.text:focus {
  background-color: #4d526e;
  color: #FFF;
}

.button.secondary-text, .button.secondary-text.disabled, .button.secondary-text[disabled], .button.secondary-text.disabled:hover, .button.secondary-text[disabled]:hover, .button.secondary-text.disabled:focus, .button.secondary-text[disabled]:focus {
  background-color: #82868A;
  color: #0a0a0a;
}

.button.secondary-text:hover, .button.secondary-text:focus {
  background-color: #686b6f;
  color: #0a0a0a;
}

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #FFF;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #FFF;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #162466;
  color: #162466;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0b1233;
  color: #0b1233;
}

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #162466;
  color: #162466;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0b1233;
  color: #0b1233;
}

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #5164E5;
  color: #5164E5;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #142387;
  color: #142387;
}

.button.hollow.accent, .button.hollow.accent.disabled, .button.hollow.accent[disabled], .button.hollow.accent.disabled:hover, .button.hollow.accent[disabled]:hover, .button.hollow.accent.disabled:focus, .button.hollow.accent[disabled]:focus {
  border: 1px solid #FF3B33;
  color: #FF3B33;
}

.button.hollow.accent:hover, .button.hollow.accent:focus {
  border-color: #990600;
  color: #990600;
}

.button.hollow.headings, .button.hollow.headings.disabled, .button.hollow.headings[disabled], .button.hollow.headings.disabled:hover, .button.hollow.headings[disabled]:hover, .button.hollow.headings.disabled:focus, .button.hollow.headings[disabled]:focus {
  border: 1px solid #162466;
  color: #162466;
}

.button.hollow.headings:hover, .button.hollow.headings:focus {
  border-color: #0b1233;
  color: #0b1233;
}

.button.hollow.text, .button.hollow.text.disabled, .button.hollow.text[disabled], .button.hollow.text.disabled:hover, .button.hollow.text[disabled]:hover, .button.hollow.text.disabled:focus, .button.hollow.text[disabled]:focus {
  border: 1px solid #606789;
  color: #606789;
}

.button.hollow.text:hover, .button.hollow.text:focus {
  border-color: #303445;
  color: #303445;
}

.button.hollow.secondary-text, .button.hollow.secondary-text.disabled, .button.hollow.secondary-text[disabled], .button.hollow.secondary-text.disabled:hover, .button.hollow.secondary-text[disabled]:hover, .button.hollow.secondary-text.disabled:focus, .button.hollow.secondary-text[disabled]:focus {
  border: 1px solid #82868A;
  color: #82868A;
}

.button.hollow.secondary-text:hover, .button.hollow.secondary-text:focus {
  border-color: #414345;
  color: #414345;
}

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #162466;
}

.button.clear:hover, .button.clear:focus {
  color: #0b1233;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #162466;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0b1233;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #5164E5;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #142387;
}

.button.clear.accent, .button.clear.accent.disabled, .button.clear.accent[disabled], .button.clear.accent.disabled:hover, .button.clear.accent[disabled]:hover, .button.clear.accent.disabled:focus, .button.clear.accent[disabled]:focus {
  color: #FF3B33;
}

.button.clear.accent:hover, .button.clear.accent:focus {
  color: #990600;
}

.button.clear.headings, .button.clear.headings.disabled, .button.clear.headings[disabled], .button.clear.headings.disabled:hover, .button.clear.headings[disabled]:hover, .button.clear.headings.disabled:focus, .button.clear.headings[disabled]:focus {
  color: #162466;
}

.button.clear.headings:hover, .button.clear.headings:focus {
  color: #0b1233;
}

.button.clear.text, .button.clear.text.disabled, .button.clear.text[disabled], .button.clear.text.disabled:hover, .button.clear.text[disabled]:hover, .button.clear.text.disabled:focus, .button.clear.text[disabled]:focus {
  color: #606789;
}

.button.clear.text:hover, .button.clear.text:focus {
  color: #303445;
}

.button.clear.secondary-text, .button.clear.secondary-text.disabled, .button.clear.secondary-text[disabled], .button.clear.secondary-text.disabled:hover, .button.clear.secondary-text[disabled]:hover, .button.clear.secondary-text.disabled:focus, .button.clear.secondary-text[disabled]:focus {
  color: #82868A;
}

.button.clear.secondary-text:hover, .button.clear.secondary-text:focus {
  color: #414345;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #162466;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #162466;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #5164E5;
}

.button.dropdown.hollow.accent::after, .button.dropdown.clear.accent::after {
  border-top-color: #FF3B33;
}

.button.dropdown.hollow.headings::after, .button.dropdown.clear.headings::after {
  border-top-color: #162466;
}

.button.dropdown.hollow.text::after, .button.dropdown.clear.text::after {
  border-top-color: #606789;
}

.button.dropdown.hollow.secondary-text::after, .button.dropdown.clear.secondary-text::after {
  border-top-color: #82868A;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.5875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #adb9ca;
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 0 8px 60px rgba(203, 215, 235, 0.2);
          box-shadow: 0 8px 60px rgba(203, 215, 235, 0.2);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 50px rgba(64, 124, 191, 0.3);
          box-shadow: 0 1px 50px rgba(64, 124, 191, 0.3);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #8c9bb0;
}

::-moz-placeholder {
  color: #8c9bb0;
}

:-ms-input-placeholder {
  color: #8c9bb0;
}

::-ms-input-placeholder {
  color: #8c9bb0;
}

::placeholder {
  color: #8c9bb0;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.25rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.625rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.625rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1.25rem;
  padding: 0.6875rem 0;
}

.help-text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 5px 0 0 5px;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 5px 5px 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid rgba(88, 136, 247, 0.2);
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.625rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(88, 136, 247, 0.2);
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.5875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #adb9ca;
  border-radius: 5px;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.875rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 50px rgba(64, 124, 191, 0.3);
          box-shadow: 0 1px 50px rgba(64, 124, 191, 0.3);
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  margin-left: 0;
  background: #FFF;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 5px 5px 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 5px 5px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #162466;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFF;
  color: #606789;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #162466 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #162466 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: rgba(88, 136, 247, 0.2);
}

.breadcrumbs a {
  color: #162466;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: rgba(88, 136, 247, 0.2);
  cursor: not-allowed;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #606789;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 81.25em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #162466;
  color: #FFF;
}

.menu .active > a {
  background: #162466;
  color: #FFF;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  -webkit-box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
          box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF;
  content: '';
}

.menu-icon:hover::after {
  background: rgba(88, 136, 247, 0.2);
  -webkit-box-shadow: 0 7px 0 rgba(88, 136, 247, 0.2), 0 14px 0 rgba(88, 136, 247, 0.2);
          box-shadow: 0 7px 0 rgba(88, 136, 247, 0.2), 0 14px 0 rgba(88, 136, 247, 0.2);
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFF;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFF;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #162466;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #162466 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid rgba(88, 136, 247, 0.2);
  border-radius: 5px;
  background-color: #white;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #162466;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #162466;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
  }
}

@media screen and (min-width: 81.25em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
  }
}

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -4px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 180px;
  border: none;
  background: #162466;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 5px;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 5px;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #162466;
  color: #FFF;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: rgba(88, 136, 247, 0.2);
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.95);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid rgba(88, 136, 247, 0.2);
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 1000px;
    max-width: 84.375rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 84.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 84.375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 84.375rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFF;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #162466;
  color: #FFF;
}

tfoot {
  background: #162466;
  color: #606789;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFF;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFF;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #14215e;
}

table.hover tfoot tr:hover {
  background-color: #14215e;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: transparent;
}

.top-bar ul ul {
  background-color: #FFF;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 81.24875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-xxlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 81.25em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

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

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*------------------ Layout ----------------*/
@media print, screen and (min-width: 64em) {
  .shop-sidebar {
    padding-right: 50px;
  }
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.widget.woocommerce {
  margin-bottom: 80px;
}

.widget-area ul.product_list_widget li, .wpb_widgetised_column ul.product_list_widget li {
  padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 10px;
}

.widget-area ul.product_list_widget li:hover, .wpb_widgetised_column ul.product_list_widget li:hover {
  -webkit-box-shadow: 0 0 40px 0 rgba(1, 1, 1, 0.1), 0 0 0px 1px rgba(22, 36, 102, 0.1);
          box-shadow: 0 0 40px 0 rgba(1, 1, 1, 0.1), 0 0 0px 1px rgba(22, 36, 102, 0.1);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 9;
}

.widget-area ul.product_list_widget li a img, .wpb_widgetised_column ul.product_list_widget li a img {
  margin-right: 10px;
  width: 80px;
}

.widget-area ul.product_list_widget li a .product-title, .wpb_widgetised_column ul.product_list_widget li a .product-title {
  color: var(--header-color);
  display: block;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  font-size: 15px;
}

.widget-area ul.product_list_widget li .amount, .wpb_widgetised_column ul.product_list_widget li .amount {
  margin: 0;
  color: #3C3950;
  display: inline-block;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.widget-area ul.product_list_widget li .star-rating, .wpb_widgetised_column ul.product_list_widget li .star-rating {
  margin: 5px 0;
}

.widget-area ul.product_list_widget li .reviewer, .wpb_widgetised_column ul.product_list_widget li .reviewer {
  font-size: 12px;
  font-weight: 600;
}

.widget-area .widget-title, .wpb_widgetised_column .widget-title {
  margin-bottom: 15px;
}

.widget-area ul, .wpb_widgetised_column ul {
  list-style: square;
}

.widget-area ul li, .wpb_widgetised_column ul li {
  padding: 5px 0;
  position: relative;
}

.widget-area ul li:last-child, .wpb_widgetised_column ul li:last-child {
  border: none;
}

.widget-area ul li.current-cat-parent > a, .wpb_widgetised_column ul li.current-cat-parent > a {
  font-weight: bold;
}

.widget-area ul li.current-cat > a, .wpb_widgetised_column ul li.current-cat > a {
  font-weight: bold;
}

.widget-area ul li > a .child-indicator::after, .wpb_widgetised_column ul li > a .child-indicator::after {
  content: '\f078';
  display: block;
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  top: 1px;
  right: 0px;
  width: 13px;
  height: 24px;
}

.widget-area ul a, .wpb_widgetised_column ul a {
  color: #444;
}

.widget-area .product-categories, .wpb_widgetised_column .product-categories {
  list-style: none;
  margin: 0;
}

.widget-area .product-categories li.cat-item:last-child, .wpb_widgetised_column .product-categories li.cat-item:last-child {
  padding-bottom: 0;
}

.widget-area .product-categories li.cat-item a, .wpb_widgetised_column .product-categories li.cat-item a {
  display: block;
  -webkit-transition: all .2s ease-in .05s;
  transition: all .2s ease-in .05s;
  padding-left: 20px;
  position: relative;
  color: #4D4D4D;
  margin-left: 10px;
  font-weight: 400;
  text-decoration: none;
}

.widget-area .product-categories li.cat-item a:before, .wpb_widgetised_column .product-categories li.cat-item a:before {
  content: "";
  width: 10px;
  height: 4px;
  background: #E5E5E5;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.widget-area .product-categories li.cat-item a:hover, .wpb_widgetised_column .product-categories li.cat-item a:hover {
  padding-left: 30px;
}

.widget-area .product-categories li.cat-item a:hover:before, .wpb_widgetised_column .product-categories li.cat-item a:hover:before {
  background: var(--accent-color);
  width: 2px;
  left: 18px;
  top: 5px;
  height: 12px;
}

.widget-area .product-categories li.cat-item.cat-parent a, .wpb_widgetised_column .product-categories li.cat-item.cat-parent a {
  margin-bottom: 10px;
}

.widget-area .product-categories li.cat-item.cat-parent a:before, .wpb_widgetised_column .product-categories li.cat-item.cat-parent a:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
}

.widget-area .product-categories li.cat-item.cat-parent .children, .wpb_widgetised_column .product-categories li.cat-item.cat-parent .children {
  list-style: none;
}

.widget-area .product-categories li.cat-item.cat-parent .children li, .wpb_widgetised_column .product-categories li.cat-item.cat-parent .children li {
  padding-bottom: 5px;
}

.widget-area .product-categories li.cat-item.cat-parent .children li a, .wpb_widgetised_column .product-categories li.cat-item.cat-parent .children li a {
  margin-bottom: 0;
}

.widget-area .product-categories li.cat-item.cat-parent .children li:last-child, .wpb_widgetised_column .product-categories li.cat-item.cat-parent .children li:last-child {
  padding-bottom: 0;
}

.widget-area .product-categories li.cat-item.current-cat a:before, .wpb_widgetised_column .product-categories li.cat-item.current-cat a:before {
  background: var(--accent-color);
  border: 0;
}

.widget-area .product-categories span, .wpb_widgetised_column .product-categories span {
  float: right;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--accent-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #E4E2E3;
  height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  top: -4px;
  background: var(--accent-color);
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  margin: 0 15px 0 0;
  width: 78px;
}

.woocommerce-product-search .search-field {
  height: 50px;
}

.woocommerce-product-search input[type="submit"] {
  background: #000;
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border: none;
}

.hidden-cart .product_list_widget {
  display: table;
}

p.woocommerce-result-count {
  color: #333;
  margin: 0 !important;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 7px;
}

@media print, screen and (max-width: 39.99875em) {
  p.woocommerce-result-count {
    float: none !important;
    padding-top: 0;
  }
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce .woocommerce-ordering {
    float: left;
    width: calc(100% - 110px);
    margin-right: 0;
  }
}

.woocommerce .woocommerce-ordering select {
  margin-bottom: 0;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }
}

.woocommerce .woocommerce-ordering select:focus {
  background: #fff;
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail {
  margin: 0 0 50px !important;
  -webkit-transition: none;
  transition: none;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail {
    padding: 0 15px;
  }
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail a .price {
  float: right;
  text-align: left;
  height: auto;
  bottom: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail a .price {
    width: 100%;
    float: none;
  }
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail a .price .woocommerce-Price-amount.amount {
  margin: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail a img {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail .gridlist-buttonwrap {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail .gridlist-buttonwrap {
    width: 100%;
    float: none;
  }
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail .gridlist-buttonwrap .button {
  opacity: 1;
  position: unset;
  top: 0;
  width: 160px;
  height: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  bottom: auto;
  display: inline-block;
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail:not(.product-category):hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 50px !important;
}

.woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail .woocommerce-product-details__short-description p {
  font-size: 14px;
  color: #A2A2A2;
  line-height: 23px;
  font-weight: 400;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products.list .product.type-product.status-publish.has-post-thumbnail .woocommerce-product-details__short-description {
    width: 100%;
    float: none;
  }
}

.woocommerce .gridlist-toggle {
  position: absolute;
  right: 8px;
  height: 35px;
  padding: 0 !important;
}

.woocommerce .gridlist-toggle a {
  height: 100%;
  line-height: 32px !important;
  width: 50px;
  background-color: #FFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.woocommerce .gridlist-toggle a span {
  line-height: 7px;
}

.woocommerce .gridlist-toggle a.active {
  background-image: none;
  background-color: var(--primary-color);
  color: #FFF;
}

.woocommerce .gridlist-toggle a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.woocommerce ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.onsale {
  margin: 0;
  top: 3px;
  right: 3px !important;
  left: auto !important;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--primary-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18);
  z-index: 3;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
  font-weight: 500;
  color: #fff;
  background: #6c00ce;
  border-radius: 0;
  padding: 2px 10px;
  line-height: 18px;
  min-width: unset;
  min-height: unset;
  right: auto !important;
  left: 0 !important;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  font-size: 13px;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: auto !important;
  }
}

.woocommerce ul.products li.product:hover .onsale {
  left: -90px;
}

.woocommerce ul.products li.product h3 {
  font-size: 14px;
  color: #222222;
}

.price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .price {
  font-size: 15px;
  font-weight: 700;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  float: none;
}

.woocommerce .products .star-rating {
  margin-left: 37%;
}

.woocommerce ul.products li.product {
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e9eeff;
  border-radius: 6px;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-category__title {
  position: absolute;
  bottom: 17px;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  left: 18px;
  width: 86%;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark {
  float: right;
  background: transparent;
}

.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  color: #000;
  margin-top: 10px;
}

.woocommerce ul.products li.product a .star-rating {
  display: none;
}

.woocommerce ul.products li.product a:before {
  display: none !important;
}

.woocommerce ul.products li.product:not(.product-category):hover {
  -webkit-box-shadow: 0 0 66px 0 rgba(1, 1, 1, 0.1);
          box-shadow: 0 0 66px 0 rgba(1, 1, 1, 0.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products li.product:not(.product-category):hover {
    margin-bottom: 30px !important;
  }
}

.woocommerce ul.products li.product:not(.product-category):hover .button {
  opacity: 1;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist > div {
  display: block;
  position: absolute;
  top: 10px;
  left: -30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: '';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::after {
  content: '';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::before {
  content: 'View Wishlist';
  position: absolute;
  font-size: 10px;
  top: 1px;
  line-height: 24px;
  color: #fff;
  width: 100px;
  left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 24px;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid var(--primary-color);
  border-bottom: 6px solid transparent;
  margin-top: 0;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist::before {
  content: '';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist::after {
  content: '';
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover::before {
  content: 'Wishlist';
  position: absolute;
  font-size: 10px;
  top: 1px;
  line-height: 24px;
  color: #fff;
  width: 90px;
  left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  height: 24px;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 10px solid var(--primary-color);
  border-bottom: 6px solid transparent;
  margin-top: 0;
}

.woocommerce ul.products li.product .button {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 12px;
  width: calc(100% - 15px);
  position: absolute;
  bottom: -40px;
  left: 50%;
  opacity: 0;
  -webkit-transition: all .4s ease-out .2s;
  transition: all .4s ease-out .2s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  letter-spacing: .5px;
  margin: 0;
  color: #fff;
}

.woocommerce ul.products li.product .button.quick_view {
  top: 10px;
  bottom: auto;
  width: 30px;
  padding: 0;
  font-size: 8px;
  right: -20px;
  left: auto;
  background: none;
  border: none;
}

.woocommerce ul.products li.product .button.quick_view::after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 28px;
}

.woocommerce ul.products li.product:hover .button {
  bottom: 20%;
}

.woocommerce ul.products li.product.sale {
  position: relative;
}

.woocommerce ul.products li.product.sale .promo-value {
  position: absolute;
  background: var(--accent-color);
  height: 50px;
  width: 135px;
  top: -5px;
  left: 8px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce ul.products li.product.sale .promo-value .the-value {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  color: #fff;
  position: absolute;
  left: 75px;
  top: 25px;
  font-size: 11px;
}

.remodal-wrapper .remodal {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce ul.products li.product > a {
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.woocommerce ul.products {
  margin: 0 -10px;
}

.woocommerce ul.products li {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.woocommerce ul.products li:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
}

.woocommerce ul.products li a:first-child h3, .woocommerce ul.products li a:first-child .star-rating, .woocommerce ul.products li a:first-child .price, .woocommerce ul.products li a:first-child button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}

.woocommerce ul.products li a:first-child button {
  background: #393939;
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
  padding: 15px 30px;
}

.woocommerce-pagination .page-numbers.page-numbers {
  border: none;
}

.woocommerce-pagination .page-numbers.page-numbers li {
  border: none;
}

.woocommerce-pagination .page-numbers.page-numbers li span.page-numbers, .woocommerce-pagination .page-numbers.page-numbers li a.page-numbers {
  padding: 15px 19px;
}

.woocommerce .woocommerce-cart-form {
  margin-top: 50px;
}

.woocommerce .titlebar .woocommerce-breadcrumb a {
  color: #253953;
}

.woocommerce .entry-summary {
  padding: 0 15px;
  text-align: left;
}

.woocommerce .entry-summary .description {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px 0 10px;
  margin: 10px 0 40px;
}

.woocommerce .entry-summary .cart .single_add_to_cart_button {
  margin-left: 15px;
  text-transform: none;
}

.woocommerce .entry-summary .price span {
  font-weight: 700;
  font-size: 20px;
  color: var(--accent-color);
}

.woocommerce .entry-summary .price ins span {
  color: var(--accent-color);
}

.woocommerce .entry-summary .price del span {
  font-size: 16px;
  margin-right: 5px;
  color: #001774;
}

.woocommerce .entry-summary .quantity .qty {
  border-radius: 30px;
  width: 100px;
  height: 45px;
  border: 1px solid var(--primary-color);
  background-color: rgba(255, 255, 255, 0.34);
  padding: 0 0 0 15px;
}

.woocommerce .entry-summary .woocommerce-product-details__short-description p {
  font-size: 14px;
  color: #A2A2A2;
  line-height: 23px;
  font-weight: 400;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #222;
}

.woocommerce .woocommerce-product-gallery.images {
  padding: 0 15px;
}

.woocommerce ul.products {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured {
    width: 100%;
    margin: 15px 0 !important;
  }
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured a img {
  -webkit-filter: brightness(0.984) hue-rotate(100deg);
          filter: brightness(0.984) hue-rotate(100deg);
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured .featured-text {
  position: absolute;
  background: var(--accent-color);
  height: 78px;
  width: 125px;
  top: -37px;
  left: 30px;
  -webkit-transform: translateX(-52%) rotate(-22deg);
          transform: translateX(-52%) rotate(-22deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 11px 25px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 11px 25px 0 rgba(0, 0, 0, 0.07);
  z-index: 4;
  border-radius: 40%;
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured .featured-text .the-text {
  -webkit-transform: translateX(-60%) rotate(21deg);
          transform: translateX(-60%) rotate(21deg);
  color: #fff;
  position: absolute;
  left: 69px;
  top: 48px;
  font-size: 13px;
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured span.price {
  display: inline;
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured.sale span.price .amount {
  position: relative;
}

.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail.featured.sale .promo-value {
  display: none;
}

.woocommerce div.product .product_title {
  font-size: 20px;
  font-weight: 800;
  color: #2E2E2E;
}

.single-product .wd-header {
  position: unset;
}

.single-product .entry-summary .yith-wcwl-add-button .add_to_wishlist {
  color: #FFF;
  padding: 12px 25px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-product.woocommerce span.onsale {
  position: absolute;
  margin: 0;
  top: 0;
  right: 55% !important;
  left: auto !important;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f25a5), to(#cd27a0));
  background-image: linear-gradient(180deg, #4f25a5, #cd27a0);
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 19px 0 #f7c5ff;
          box-shadow: 0 20px 19px 0 #f7c5ff;
  border: 1px solid #707070;
}

.single-product.woocommerce .woocommerce-review-link {
  margin-left: 20px;
  color: #000;
  text-transform: capitalize;
}

.single-product.woocommerce .product_meta > span {
  display: block;
  margin-bottom: 10px;
}

.single-product.woocommerce .product_meta .sku_wrapper span {
  font-weight: bold;
  color: #000;
}

.single-product.woocommerce .product_meta .posted_in a {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: var(--wd-btn-color-1);
  border-radius: 13px;
  padding: 4px 16px;
}

.single-product.woocommerce .variations {
  background: none;
}

.single-product.woocommerce .variations .label {
  background: none;
}

.single-product.woocommerce .variations .label label {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

@media print, screen and (min-width: 64em) {
  .woocommerce div.product div.images {
    margin-bottom: 0;
    border: 0;
    width: 55%;
    margin-right: 3%;
  }
  body.woocommerce div.product div.summary {
    width: 42%;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style-type: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border: none;
  padding: 10px 30px 0 10px !important;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  padding: 10px 30px 0 10px !important;
  margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 20px;
  background: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: none;
}

.related.products,
.up-sells,
.cross-sells {
  width: 100%;
}

.related.products > h2,
.up-sells > h2,
.cross-sells > h2 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
  display: inline-block;
}

@media print, screen and (max-width: 39.99875em) {
  .related.products > h2,
  .up-sells > h2,
  .cross-sells > h2 {
    padding-left: 15px;
  }
}

.related.products > h2:before,
.up-sells > h2:before,
.cross-sells > h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid var(--primary-color);
  bottom: -1px;
}

.related.products li.product .button,
.up-sells li.product .button,
.cross-sells li.product .button {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--headings-color);
  font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  background: #cccccc;
  content: "";
  display: inline-block;
  height: 25px;
  margin-left: 15px;
  position: absolute;
  top: 18px;
  width: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--primary-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child a:after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  margin-top: 30px;
}

.single-product #tab-description,
.single-product #tab-reviews {
  background: none;
  text-align: left;
  margin-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product #tab-description h2,
.single-product #tab-reviews h2 {
  font-size: 15px;
}

#reviews #comments {
  margin-top: 20px;
}

#review_form {
  margin-top: 40px;
}

#review_form .comment-reply-title {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
#order_review_heading {
  font-size: 20px;
  margin-top: 40px;
}

#order_review .shop_table {
  border: none;
  background: transparent;
}

#order_review .shop_table thead, #order_review .shop_table tfoot {
  background: transparent;
}

#order_review .shop_table thead .product-name, #order_review .shop_table thead .product-total {
  border-bottom: 1px solid #ccc;
  color: #999;
}

#order_review .shop_table tbody tr {
  background: transparent;
}

#order_review .shop_table tbody tr td {
  border: none;
}

.woocommerce-checkout #payment {
  background: none;
}

.place-order input#place_order {
  width: 100%;
  background: #000;
  color: #fff;
}

table tr.even, table tr.alt, table tr:nth-of-type(2n) {
  background: none;
}

.wd-cart-total .calculated_shipping h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.wd-cart-total .calculated_shipping .shop_table {
  background: #000;
  padding: 20px;
  border: none;
  border-radius: 0;
}

.wd-cart-total .calculated_shipping .shop_table tr, .wd-cart-total .calculated_shipping .shop_table th, .wd-cart-total .calculated_shipping .shop_table span {
  color: #fff;
}

.wd-cart-total .wc-proceed-to-checkout a.checkout-button {
  background: #cc9900;
  color: #fff;
  border-radius: 0;
}

.wd-cart-total .wc-proceed-to-checkout a.checkout-button:hover {
  background: #bf9107;
}

.woocommerce .shop_table.cart {
  border: 0;
  border-radius: 0;
}

.woocommerce .shop_table.cart img {
  width: 100px;
}

.woocommerce .shop_table.cart thead {
  background: none;
  border: 0;
  display: none;
}

.woocommerce .shop_table.cart tbody td {
  border: none;
}

.woocommerce .shop_table.cart tbody .product-remove a {
  color: #000 !important;
}

.woocommerce .shop_table.cart tbody .product-remove a:hover {
  background: none;
  color: #000;
}

.woocommerce .shop_table.cart tbody .product-name a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce .shop_table.cart tbody .product-subtotal {
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .shop_table.cart tbody .quantity .qty {
  background: none;
  border: 1px solid var(--wd-btn-color-1);
}

.woocommerce .cart-collaterals div.cart_totals > h2 {
  font-size: 28px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.woocommerce .cart-collaterals div.cart_totals table.shop_table {
  border: none;
}

.wd-header.wd-header-1 .show-icons > div:first-child {
  margin-right: 65px;
}

.wd-header.wd-header-2 .show-icons .wd-menu-left {
  width: 39%;
}

.wd-header.wd-header-2 .show-icons .wd-logo {
  width: 10%;
}

.wd-header.wd-header-2 .show-icons .wd-menu-right {
  width: 39%;
}

.wd-header.wd-header-2 .show-icons .min-search-cart {
  margin-top: 20px;
  width: 5%;
}

.wd-header.wd-header-4 .show-icons .menu-main-menu-container, .wd-header.wd-header-5 .show-icons .menu-main-menu-container {
  margin-right: 236px;
}

@media print, screen and (max-width: 39.99875em) {
  .wd-header.wd-header-4 .show-icons .menu-main-menu-container, .wd-header.wd-header-5 .show-icons .menu-main-menu-container {
    margin-right: 0;
  }
}

.show-cart-btn {
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  margin: 0 40px 0 0;
}

.show-cart-btn::after {
  content: "\f07a";
  font-family: fontawesome;
  font-size: 24px;
  line-height: 22px;
}

.show-cart-btn span {
  font-size: 14px;
  color: #000;
}

.show-cart-btn span.min-cart-count {
  background-color: var(--accent-color);
  border-radius: 50%;
  font-size: 11px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 20px;
  text-align: center;
  margin-left: 0;
}

.show-cart-btn .hidden-cart {
  background-color: #FFF;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 65px;
  width: 320px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #EEE;
}

.show-cart-btn .hidden-cart li img {
  border: 1px solid #eee;
}

.show-cart-btn .hidden-cart .woocommerce-mini-cart li.mini_cart_item {
  margin-left: 0 !important;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.show-cart-btn .hidden-cart .woocommerce-mini-cart li.mini_cart_item .remove_from_cart_button {
  left: auto;
  right: 0;
  color: #333 !important;
  border: 1px solid #333;
  line-height: 15px;
  text-align: center;
  width: 15px;
  height: 15px;
}

.show-cart-btn .hidden-cart .woocommerce-mini-cart li.mini_cart_item .remove_from_cart_button:hover {
  background-color: #FFF;
}

.show-cart-btn .hidden-cart .widget_shopping_cart ul.cart_list li.empty {
  padding: 0;
}

.show-cart-btn .hidden-cart .widget_shopping_cart {
  overflow: hidden;
}

.show-cart-btn .hidden-cart .widget_shopping_cart .woocommerce-mini-cart__buttons a {
  color: #FFF !important;
}

.show-search-btn {
  position: absolute;
  right: -20px;
  cursor: pointer;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  top: 30px;
}

.show-search-btn span {
  color: #FFF;
  font-size: 24px;
}

.show-search-btn .hidden-search {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 8px 14px 21px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
}

.show-search-btn .hidden-search #searchform input {
  background-color: #c8c7c7;
  -webkit-transition: all 0.6s, background-color .3s;
  transition: all 0.6s, background-color .3s;
  color: #000;
  height: 36px;
}

.show-search-btn .hidden-search #searchform input:focus, .show-search-btn .hidden-search #searchform input:active {
  background-color: #E7E7E7;
}

.show-search-btn .hidden-search #searchform input::-webkit-input-placeholder {
  color: #000000;
}

.show-search-btn .hidden-search #searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.show-search-btn .hidden-search #searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

.show-search-btn .hidden-search #searchform input:-ms-input-placeholder {
  color: #000000;
}

.wd-header.wd-header-2 .show-search-btn {
  margin-right: 106px;
}

.wd-header.wd-header-2 .show-cart-btn {
  margin-right: 48px;
}

.wd-header.wd-header-2 .languages_section {
  margin-right: 0;
  position: absolute;
  right: 0;
}

.wd-header.wd-header-3 .show-cart-btn {
  z-index: 1;
  margin-right: 90px;
}

.wd-header.wd-header-3 .show-search-btn {
  z-index: 1;
  margin-right: 156px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce #place_order {
  padding: 16px 35px 16px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 13px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce #place_order:hover {
  color: #fff;
  background: var(--accent-color);
}

.woocommerce a.button.checkout-button {
  background-color: var(--accent-color);
}

.woocommerce a.button.checkout-button:hover {
  background-color: var(--wd-btn-color-3);
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 65%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  padding: 3px 15px 2px;
  height: 47px;
  margin: 0 10px 50px 0;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  line-height: 1.4;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin: 0 0 20px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .archive.woocommerce .columns ul.products li.product {
    width: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product {
    width: 100%;
  }
}

.wd_product_cat .product-cat-container .thumnbail,
.wd_product_cat .product-cat-container .cat_text {
  display: table-cell;
  vertical-align: top;
}

.wd_product_cat .product-cat-container .cat_text {
  padding-left: 20px;
}

.wd_product_cat .product-cat-container .cat_text a h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .5px;
}

.wd_product_cat .product-cat-container .cat_text ul {
  margin: 10px 0 0 0;
}

.wd_product_cat .product-cat-container .cat_text ul li {
  list-style: none;
  padding-bottom: 5px;
}

.wd_product_cat .product-cat-container .cat_text ul li a {
  position: relative;
  color: #333;
  text-transform: capitalize;
  padding-left: 10px;
}

.wd_product_cat .product-cat-container .cat_text ul li a::before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #999;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 10px;
  right: 25px;
  border: 1px solid #c0b8b8;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 0 3px;
  width: 11%;
  margin-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: var(--accent-color);
}

.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
  border-radius: 10px;
}

.woocommerce ul.products li a:first-child .price {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  background-color: transparent;
  color: #484848;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both;
}

@media print, screen and (max-width: 39.99875em) {
  .woocommerce .row {
    display: block;
  }
  .woocommerce .row .columns:last-child {
    margin-top: 40px;
  }
}

.filter-options {
  position: relative;
  margin-bottom: 30px;
  background-color: #E9EEFF;
  padding: 5px 5px 5px 10px;
  border-radius: 2px;
}

@media print, screen and (max-width: 39.99875em) {
  .filter-options {
    padding: 10px;
  }
}

.filter-options .filter-flex {
  overflow: hidden;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
  padding: 10px 25px 8px;
  letter-spacing: .4px;
  border-radius: 15px 15px 0 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: var(--accent-color);
}

.woocommerce .price_label {
  color: #333;
  font-size: 13px;
}

.woocommerce a.button {
  color: #fff;
}

.woocommerce a.button:hover {
  color: #fff;
}

.summary tbody {
  border: none;
}

.woocommerce .quantity .qty {
  padding: 0px;
  padding-left: 12px;
}

.woocommerce .select2-container--default .select2-selection--single {
  height: 3.5875rem;
  padding: 0.950rem 1.25rem .625rem;
}

.woocommerce .select2-container--default .select2-selection--single b {
  top: 100%;
  left: 0;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce .coupon {
  width: 70%;
}

.woocommerce #respond input#submit .disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button .disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button .disabled,
.woocommerce button:disabled,
.woocommerce button:disabled[disabled],
.woocommerce input.button .disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button .disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  padding: 20px 22px 19px;
  background: #eee;
  color: #aaa;
}

.woocommerce .cart .button[name="apply_coupon"],
.woocommerce .cart input.button[name="apply_coupon"] {
  float: left;
}

.responsive .wpb_row .full_section_container .span12,
.responsive .wpb_row .full_section_container .col-sm-12 {
  padding: 0;
}

div.wpb_row {
  position: relative;
}

@media print, screen and (max-width: 39.99875em) {
  main.l-main.row .main {
    padding-left: 35px;
    padding-right: 35px;
  }
}

div.wpb_single_image .single_image-wrapper.box_shadow {
  -webkit-box-shadow: 0 20px 52px 0 rgba(0, 95, 178, 0.2);
          box-shadow: 0 20px 52px 0 rgba(0, 95, 178, 0.2);
}

div.wpb_single_image .single_image-wrapper.box_shadow img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
}

.overflow-visible {
  overflow: visible !important;
}

@media print, screen and (max-width: 63.99875em) {
  .overflow-visible {
    overflow: hidden !important;
  }
}

.overflow-visible .moved-down-video {
  position: absolute;
  top: -43px;
}

@media print, screen and (max-width: 63.99875em) {
  .overflow-visible .moved-down-video {
    position: relative;
    top: 0;
  }
}

.moved-down-img-1 {
  position: absolute;
  top: -185px;
  left: 110px;
  z-index: 1;
}

@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .moved-down-img-1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .moved-down-img-1 {
    bottom: unset;
    position: relative;
    top: 0;
    left: 54px;
  }
}

.moved-down-img-2 {
  position: absolute;
  bottom: -756px;
  left: -60px;
}

@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .moved-down-img-2 {
    position: absolute;
    bottom: unset;
    left: 147px;
    top: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .moved-down-img-2 {
    bottom: unset;
    top: 84px;
    left: 0;
  }
}

.compose-mode .wd_empty_spaces .controls > .controls-out-tl,
.compose-mode .wd_headings .controls > .controls-out-tl,
.compose-mode .wd_icon_text .controls > .controls-out-tl,
.compose-mode .wd_count_up .controls > .controls-out-tl,
.compose-mode .wd_portfolio .controls > .controls-out-tl,
.compose-mode .wd_pricing_table .controls > .controls-out-tl,
.compose-mode .digixon_button .controls > .controls-out-tl,
.compose-mode .wd_team .controls > .controls-out-tl {
  top: 15px !important;
}

.compose-mode .element.empty .empty-element {
  min-height: 20px;
}


.theme-default div.nivoSlider {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme-default div.nivoSlider .nivo-caption {
  display: none !important;
}

.shop-slider-section .wpb_column {
  padding: 0;
}

.shop-carousel.owl-carousel {
  margin: 0;
}

.shop-carousel.owl-carousel li {
  list-style-type: none;
}

.shop-carousel.owl-carousel .shop-slider-text {
  padding: 0;
  background-color: #FFF;
  padding: 124px 50px 0;
  height: 469px;
}

.shop-carousel.owl-carousel .shop-slider-text h2 {
  font-size: 48px;
}

.shop-carousel.owl-carousel .shop-slider-text p {
  width: 67%;
  font-size: 13px;
}

.shop-carousel.owl-carousel .shop-slider-text .button.wd-black.large {
  margin-top: 45px;
}

.shop-carousel.owl-carousel .owl-dots {
  bottom: 33px;
  display: inline-block;
  position: absolute;
  right: 526px;
}

.shop-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.shop-carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #efefef;
  display: block;
  height: 3px;
  margin: 5px 7px;
  -webkit-transition: opacity 200ms ease 0s;
  transition: opacity 200ms ease 0s;
  width: 24px;
}

.shop-carousel.owl-carousel .owl-dots .owl-dot.active span, .shop-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #282828;
}

.shop-carousel.owl-carousel .owl-nav > div {
  background-color: transparent;
  height: 60px;
  top: 41%;
}

.shop-carousel.owl-carousel .owl-nav > div i {
  color: #e9e9e7;
  font-size: 60px;
}

.shop-carousel.owl-carousel .owl-nav .owl-next {
  right: 46px;
}

.shop-carousel.owl-carousel .owl-nav .owl-prev {
  left: 46px;
}

.shop-carousel.owl-carousel .owl-nav > div:hover {
  background-color: transparent;
}

.owl-carousel.carousel_client .wd-clients-carousel-item img {
  width: 140px;
}

.tp-rightarrow.tparrows.zeus,
.tp-leftarrow.tparrows.zeus {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

.tp-rightarrow.tparrows.zeus .tp-title-wrap,
.tp-leftarrow.tparrows.zeus .tp-title-wrap {
  background: none !important;
}

.tp-rightarrow.tparrows.zeus:hover,
.tp-leftarrow.tparrows.zeus:hover {
  opacity: 1;
}

.tp-rightarrow.tparrows.zeus:hover .tp-arr-imgholder,
.tp-leftarrow.tparrows.zeus:hover .tp-arr-imgholder {
  background: none !important;
}

/*    Slider banner timer (progress bar)  */
@media screen and (min-width: 1365px) {
  .rev_slider:after {
   /* content: " ";*/
    display: block;
    background: rgba(80, 21, 21, 0.3);
    width: 4vw;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale(1.5, 3.72) rotate(-90deg) translatey(22px) translatex(35.2px) !important;
            transform: scale(1.5, 3.72) rotate(-90deg) translatey(22px) translatex(35.2px) !important;
    position: absolute;
    bottom: 0;
    z-index: 199;
			display: none;
  }
}

@media screen and (max-width: 1365px) {
  .rev_slider:after {
    display: none;
  }
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 3px !important;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 0.15) rotate(-90deg) translatey(33px) translatex(873px) !important;
          transform: scale(1, 0.15) rotate(-90deg) translatey(33px) translatex(873px) !important;
  background: #ff3a2d;
}

@media screen and (max-width: 1365px) {
  .tp-bannertimer.tp-bottom {
    display: none;
  }
}

/*   Slider social icons  */
.tp-static-layers .tp-parallax-wrap {
  left: 15px !important;
}

@media (max-width: 1430px) {
  .tp-static-layers .tp-parallax-wrap {
    top: 150px !important;
  }
}

.social-icons {
  list-style: none !important;
  margin-left: 9px !important;
}

.social-icons li {
  text-align: center;
}

.social-icons a {
  color: var(--primary-color);
}

.social-icons a:hover {
  color: var(--accent-color);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

::-moz-selection {
  background: var(--secondary-color);
  color: #fff;
}

::selection {
  background: var(--secondary-color);
  color: #fff;
}

h1, h2, h3,
h4,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2, h5, h6 {
  font-weight: 600;
}

h1, h1 a, h1 small a, h2, h2 a, h2 small a, h3, h3 a, h3 small a,
h4,
.related.products > h2,
.up-sells > h2,
.cross-sells > h2, h4 a, .related.products > h2 a, .up-sells > h2 a, .cross-sells > h2 a, h4 small a, .related.products > h2 small a, .up-sells > h2 small a, .cross-sells > h2 small a, h5, h5 a, h5 small a, h6, h6 a, h6 small a {
  color: var(--header-color);
}

h2 {
  letter-spacing: -.885px;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.32);
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
}

.row .row {
  max-width: 84.375rem;
}

.collapse[class*="block-grid-"] > li {
  padding: 0;
}

.wd-vertical-aligned {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.text-right-m-c {
  text-align: center !important;
}

@media print, screen and (min-width: 40em) {
  .text-right-m-c {
    text-align: right !important;
  }
}

.row-delimiter {
  width: 1px;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(100%) translateX(900px);
          transform: translateY(100%) translateX(900px);
}

.title_separateur {
  overflow: visible !important;
  min-height: 200px;
}

.title_separateur::before {
  background: #1770c4;
  content: "";
  display: block;
  height: 40px;
  left: 50%;
  position: absolute;
  bottom: -16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
}

.paralax-bg-text {
  font-size: 260px;
  letter-spacing: 20px;
  position: absolute;
  font-weight: 900;
  color: #e9eeff;
  opacity: .4;
  left: 0;
  width: 100%;
  text-align: center;
}

@media print, screen and (max-width: 39.99875em) {
  .paralax-bg-text {
    font-size: 37px;
    width: 100%;
  }
}

.wd_empty_space {
  clear: both;
}

blockquote {
  margin: 40px 0 40px 20px;
}

.wd-post__content blockquote p, blockquote p {
  font-size: 1.3rem;
}

mark {
  background-color: rgba(255, 255, 0, 0.2);
  color: #000;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: .5rem .625rem .25rem;
}

/* Preloader */
body {
  overflow-x: hidden;
  background: var(--body-background-color);
}

h1 {
  font-size: 4rem;
}

.alert-box p {
  margin: 0;
}

br {
  display: block;
  margin: 5px 0;
}

br {
  line-height: 40px;
}

thead {
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/big-preloader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

select {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  html body.admin-menu {
    margin-top: 80px !important;
  }
}

@media print, screen and (min-width: 64em) {
  .mi-row,
  .mi-row-right,
  .min-row-child > div {
    max-width: 42.1875rem;
    float: right;
    padding: 0 30px;
  }
  .mi-row-right {
    float: left !important;
  }
}

.textwidget {
  font-family: inherit;
  font-size: 1em;
  margin-bottom: 1.42857em;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft {
  float: left;
}

h2.heading {
  color: inherit;
}

.page-links {
  text-align: center;
}

.page-links a {
  padding: 10px 20px;
  border-radius: 50%;
}

.page-links a:hover {
  color: #fff;
}

#wp-calendar thead th {
  text-align: center;
}

#wp-calendar tbody td {
  text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 10px 5px;
  text-align: center;
  clear: both;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 20px 0 10px;
  color: #000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .flex {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .sidebar-first,
  .sidebar-second {
    padding-left: 65px;
  }
}

.sidebar-first > section,
.sidebar-second > section {
  margin-top: 80px;
}

.sidebar-first > section:first-child,
.sidebar-second > section:first-child {
  margin-top: 0;
}

aside.sidebar section .block-title, aside.not_found__search section .block-title, aside.search-post__form section .block-title {
  margin-bottom: 15px;
}

aside.sidebar section > ul > li, aside.not_found__search section > ul > li, aside.search-post__form section > ul > li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

aside.sidebar section > ul, aside.not_found__search section > ul, aside.search-post__form section > ul {
  margin: 0;
}

aside.sidebar li, aside.not_found__search li, aside.search-post__form li {
  list-style: none;
  width: 100%;
}

aside.sidebar a, aside.not_found__search a, aside.search-post__form a {
  color: inherit;
  font-weight: 400;
}

aside.sidebar a:hover, aside.not_found__search a:hover, aside.search-post__form a:hover {
  color: var(--accent-color);
}

aside.sidebar h1 a, aside.not_found__search h1 a, aside.search-post__form h1 a, aside.sidebar h2 a, aside.not_found__search h2 a, aside.search-post__form h2 a, aside.sidebar h3 a, aside.not_found__search h3 a, aside.search-post__form h3 a, aside.sidebar h4 a, aside.not_found__search h4 a, aside.search-post__form h4 a, aside.sidebar .related.products > h2 a, aside.not_found__search .related.products > h2 a, aside.search-post__form .related.products > h2 a, aside.sidebar .up-sells > h2 a, aside.not_found__search .up-sells > h2 a, aside.search-post__form .up-sells > h2 a, aside.sidebar .cross-sells > h2 a, aside.not_found__search .cross-sells > h2 a, aside.search-post__form .cross-sells > h2 a, aside.sidebar h5 a, aside.not_found__search h5 a, aside.search-post__form h5 a, aside.sidebar h6 a, aside.not_found__search h6 a, aside.search-post__form h6 a {
  color: inherit;
  font-weight: inherit;
}

aside.sidebar #menu-services-menu li, aside.not_found__search #menu-services-menu li, aside.search-post__form #menu-services-menu li {
  padding: 10px 0;
}

aside.sidebar #prev a, aside.not_found__search #prev a, aside.search-post__form #prev a {
  color: #fff;
}

aside.sidebar #next a, aside.not_found__search #next a, aside.search-post__form #next a {
  color: #fff;
}

.sidebar section ul.children li, .not_found__search section ul.children li, .search-post__form section ul.children li {
  padding: 10px 0;
}

.sidebar-second.sidebar.sidebar-left, .sidebar-second.sidebar-left.not_found__search, .sidebar-second.sidebar-left.search-post__form {
  margin-top: 0;
  width: 100%;
  padding: 0px 17px 0 15px;
}

@media print, screen and (min-width: 64em) {
  .sidebar-second.sidebar.sidebar-left, .sidebar-second.sidebar-left.not_found__search, .sidebar-second.sidebar-left.search-post__form {
    width: 25%;
  }
}

.sidebar-second.sidebar.sidebar-left h2, .sidebar-second.sidebar-left.not_found__search h2, .sidebar-second.sidebar-left.search-post__form h2 {
  font-weight: 600;
}

.sidebar-second.sidebar.sidebar-left ul.menu, .sidebar-second.sidebar-left.not_found__search ul.menu, .sidebar-second.sidebar-left.search-post__form ul.menu {
  margin: 0;
}

.sidebar-second.sidebar.sidebar-left ul li::before, .sidebar-second.sidebar-left.not_found__search ul li::before, .sidebar-second.sidebar-left.search-post__form ul li::before {
  content: "";
  margin: 0;
}

.sidebar-second.sidebar.sidebar-left ul li, .sidebar-second.sidebar-left.not_found__search ul li, .sidebar-second.sidebar-left.search-post__form ul li {
  background-color: var(--secondary-color);
  margin: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 30px 30px 0 30px;
}

.sidebar-second.sidebar.sidebar-left ul li a, .sidebar-second.sidebar-left.not_found__search ul li a, .sidebar-second.sidebar-left.search-post__form ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.sidebar-second.sidebar.sidebar-left ul li:first-child, .sidebar-second.sidebar-left.not_found__search ul li:first-child, .sidebar-second.sidebar-left.search-post__form ul li:first-child {
  border-top: 0;
}

.sidebar-second.sidebar.sidebar-left .widget-documents .widget-subtitle, .sidebar-second.sidebar-left.not_found__search .widget-documents .widget-subtitle, .sidebar-second.sidebar-left.search-post__form .widget-documents .widget-subtitle {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul, .sidebar-second.sidebar-left.not_found__search .widget-documents ul, .sidebar-second.sidebar-left.search-post__form .widget-documents ul {
  margin: 20px 0 0;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li {
  -webkit-box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.53);
          box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.53);
  margin: 15px 0;
  padding: 8px 20px 8px 25px;
  color: #787b7f;
  border: none;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li a, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li a, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li a {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li i, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li i, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li i, .sidebar-second.sidebar.sidebar-left .widget-documents ul li svg, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li svg, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li svg {
  margin-top: 0;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li:hover, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 3px 3px rgba(187, 187, 187, 0.53);
          box-shadow: 0 0 3px 3px rgba(187, 187, 187, 0.53);
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover a, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li:hover a, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li:hover a {
  color: #555;
}

.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover i, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li:hover i, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li:hover i, .sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover svg, .sidebar-second.sidebar-left.not_found__search .widget-documents ul li:hover svg, .sidebar-second.sidebar-left.search-post__form .widget-documents ul li:hover svg {
  color: #000;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul, .sidebar-second.sidebar-left.not_found__search .widget_nav_menu ul, .sidebar-second.sidebar-left.search-post__form .widget_nav_menu ul {
  margin-left: 15px;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item, .sidebar-second.sidebar-left.not_found__search .widget_nav_menu ul .menu-item, .sidebar-second.sidebar-left.search-post__form .widget_nav_menu ul .menu-item {
  list-style: square;
  padding-left: 0;
  background: none;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item:before, .sidebar-second.sidebar-left.not_found__search .widget_nav_menu ul .menu-item:before, .sidebar-second.sidebar-left.search-post__form .widget_nav_menu ul .menu-item:before {
  content: none;
}

.sidebar-second.sidebar.sidebar-left .widget_nav_menu ul .menu-item a, .sidebar-second.sidebar-left.not_found__search .widget_nav_menu ul .menu-item a, .sidebar-second.sidebar-left.search-post__form .widget_nav_menu ul .menu-item a {
  padding-left: 5px;
  color: #666b9a;
}

.sidebar .wp-caption p.wp-caption-text, .not_found__search .wp-caption p.wp-caption-text, .search-post__form .wp-caption p.wp-caption-text {
  padding: 5px 0 10px;
}

.footer_bg_color {
  background: #162466;
}

.first-footer {
  clear: both;
  padding: 170px 0 20px;
  background: var(--footer-background) var(--footer-background-image) no-repeat top;
  color: var(--footer-text);
  background-size: 120%;
}

.first-footer ul li {
  list-style-type: none;
}

@media print, screen and (max-width: 63.99875em) {
  .first-footer {
    padding: 110px 0 0px;
    background-size: cover;
  }
}

.first-footer .block-comment-recent li span {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .first-footer .textwidget {
    padding-right: 40px;
  }
}

.first-footer .textwidget p {
  margin-bottom: 0;
}

.first-footer .textwidget form .form-group {
  position: relative;
}

.first-footer .textwidget form .form-group br {
  display: none;
}

.first-footer .textwidget form .form-group button {
  position: absolute;
  top: 0;
  right: -3px;
  width: 52px;
  height: 57px;
  background-color: var(--primary-color);
  padding: 0 0;
  color: #FFF;
  cursor: pointer;
  text-align: center;
}

.first-footer .textwidget form .form-group button:hover {
  background-color: var(--accent-color);
}

.first-footer .textwidget form .form-group button img {
  width: 10px;
  height: 10px;
}

.first-footer .textwidget form .form-group button:after {
  display: none;
}

.first-footer .block-title {
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.first-footer .block-title:after {
  display: none;
}

.first-footer .block {
  overflow: hidden;
  padding: 65px 0 30px;
}

.first-footer .block .columns {
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (max-width: 39.99875em) {
  .first-footer .block .columns:nth-child(2) {
    margin-bottom: 20px;
  }
}

.first-footer .block .menu .menu-item {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.first-footer .block .menu .menu-item:last-child {
  margin-bottom: 0;
}

.first-footer .block .menu .menu-item a {
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: 1.4;
	color:#eaeaea91 !important;
}


.first-footer .block .menu .menu-item .sub-menu .menu-item {
  width: 100%;
  padding: 0;
  float: none;
}

.first-footer .block .menu .menu-item a:hover {
  padding-left: 5px;
   text-decoration: none;
  color: #fff !important;
}

.first-footer .widget_pages ul {
  margin-left: 10px;
}

.first-footer .widget_rss li {
  margin-bottom: 10px;
}

.first-footer tfoot {
  background: none repeat scroll 0 0 transparent;
}

.first-footer table {
  background-color: rgba(255, 255, 255, 0.3);
}

.first-footer table tr.even, .first-footer table tr.alt, .first-footer table tr:nth-of-type(2n) {
  background-color: transparent;
}

.first-footer #s {
  background: rgba(255, 255, 255, 0.3);
  border-width: 0;
  color: #fff;
}

.first-footer input#searchsubmit {
  height: 40px;
  top: 0;
}

.first-footer table caption,
.first-footer .block-title, .first-footer ul li a {
  color: var(--footer-text);
}

.first-footer .newsletter-div {
  margin-top: 10px;
  position: relative;
}

.first-footer .newsletter-div .newslettersubmit {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  padding: 0 14px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

.first-footer .newsletter-div .footer-readmor i {
  left: 124px;
  position: absolute;
  top: 2px;
}

.first-footer h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  margin: 8px 0 0;
}

.second-footer {
  padding: 20px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--copyright-text);
  background: var(--copyright-background);
  margin-bottom: 0;
}

.second-footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .second-footer .row {
    display: block;
  }
}

.second-footer a {
  font-size: 14px;
  font-weight: 500;
}

.second-footer h1, .second-footer h2, .second-footer h3, .second-footer h4, .second-footer .related.products > h2,
.second-footer .up-sells > h2,
.second-footer .cross-sells > h2, .second-footer h5, .second-footer h6 {
  color: #FFF;
}

.second-footer #lang_sel_list li {
  left: 40%;
}

.second-footer p {
  margin: 0;
  padding-bottom: 0.7em;
  direction: ltr;
}

.second-footer .footer {
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .second-footer .footer {
    text-align: left;
  }
}

.second-footer .copyright {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .4px;
}

@media print, screen and (max-width: 39.99875em) {
  .second-footer .copyright {
    text-align: center;
    margin-bottom: 20px;
  }
}

.second-footer .copyright span {
  color: #273272;
}

.second-footer section.block {
  padding: 0;
}

.footer-social-media {
  margin: 0;
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  .footer-social-media {
    text-align: center;
    margin-top: 5px;
  }
}

.footer-social-media li {
  display: inline-block;
  padding-right: 15px;
}

.footer-social-media li a {
  color: var(--copyright-text);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social-media li a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

.footer-social-media li:last-child {
  padding-right: 0;
}

.powered {
  text-align: center;
}

.powered .block .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 39.99875em) {
  .powered .block .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.powered .block .menu li {
  background-color: transparent;
  padding: 0 15px;
  border-right: 0;
}

.powered .block .menu li:first-child {
  padding-left: 0;
}

.powered .block .menu li:last-child {
  padding-right: 0;
  border-right: 0;
}

.powered .block .menu li a {
  padding: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media print, screen and (max-width: 39.99875em) {
  .powered .block .menu li a {
    text-align: center;
  }
}

.powered .block .menu li a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

.powered .block .menu li.active a {
  color: #a7b4bf;
  background-color: transparent;
}

@media print, screen and (max-width: 39.99875em) {
  .powered .block .menu li {
    margin-bottom: 20px;
    display: inline;
    width: auto;
    padding: 0 10px;
    line-height: 20px;
    float: left;
  }
}

.btn-newsletter {
  border-radius: 0 5px 5px 0;
}

.wpb-js-composer {
  /*----------------- style Flat -------------*/
  /*------------ style Classic ------------*/
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading {
  background: var(--white-color);
  margin-bottom: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0 6px 60px rgba(64, 124, 191, 0.1);
          box-shadow: 0 6px 60px rgba(64, 124, 191, 0.1);
  border: 2px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a {
  color: var(--wd-acccordion-title-color);
  font-weight: 400;
  font-size: 18px;
  padding: 18px 35px 16px;
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before {
  border-color: #666;
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading {
  border-color: var(--wd-acccordion-active-panel-border);
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a {
  color: var(--wd-acccordion-active-title-color);
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a i:before, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a i:before {
  border-color: var(--wd-acccordion-active-panel-border);
}

.wpb-js-composer .tta-style-flat.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-flat.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body {
  background: var(--white-color);
  margin: -40px 0 20px;
  border-radius: 0 0 0 30px;
  -webkit-box-shadow: 0 6px 30px rgba(64, 124, 191, 0.05);
          box-shadow: 0 6px 30px rgba(64, 124, 191, 0.05);
  padding: 40px 50px 80px 50px;
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading {
  background: transparent;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a {
  color: var(--headings-color);
  font-weight: 300;
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-heading a i:before {
  border-color: #666;
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading {
  background: transparent;
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading a, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading a {
  color: var(--primary-color);
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section.active .tta-panel-heading i:before, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section:hover .tta-panel-heading i:before {
  border-color: var(--primary-color);
}

.wpb-js-composer .tta-style-classic.tta-color-grey .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-violet .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-chino .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-black .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-orange .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-sky .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-green .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-purple .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body, .wpb-js-composer .tta-style-classic.tta-color-white .tta-panels-container .tta-panels div.tta-panel.wd-tta-section .tta-panel-body {
  background: var(--white-color);
  border: none;
  margin: 20px 0;
  padding: 15px 35px 20px 35px;
}

.wd-post {
  margin-bottom: 100px;
}

@media print, screen and (max-width: 39.99875em) {
  .wd-post {
    margin-bottom: 50px;
  }
}

.wd-post__thumbnail--gallery {
  margin: 0;
}

.wd-post__thumbnail--single {
  margin-bottom: 35px;
}

.wd-post__content {
  padding: 35px 50px 40px;
  position: relative;
  -webkit-box-shadow: 0 5px 20px rgba(64, 124, 191, 0.05);
          box-shadow: 0 5px 20px rgba(64, 124, 191, 0.05);
  border: 1px solid rgba(88, 136, 247, 0.2);
  border-top: 3px solid var(--accent-color);
  background: var(--white-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  margin-top: -100px;
}

@media print, screen and (max-width: 39.99875em) {
  .wd-post__content {
    margin-top: 0;
  }
}

.wd-post__content.m-b-0 {
  margin-top: 0;
}

.wd-post__content:hover {
  -webkit-box-shadow: 0 20px 60px rgba(4, 75, 194, 0.1);
          box-shadow: 0 20px 60px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
  border-top: 3px solid var(--accent-color);
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.wd-post__content--single {
  padding: 0;
  color: #162466;
}

.wd-post__content .entry-category ul {
  margin-left: 0;
}

.wd-post__content .entry-category ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 12px;
}

.wd-post__content .entry-category ul li a {
  padding: 5px 20px;
  border-radius: 100em;
  color: white;
  background-color: var(--accent-color);
}

.wd-post__body {
  margin-bottom: 1em;
}

.wd-post__body--single p, .wd-post__body--single {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66;
}

.wd-post__title {
  margin: 20px 0 4px;
}

.wd-post__meta, .search-post__meta {
  margin: 10px 0 20px;
  color: rgba(139, 139, 139, 0.8);
}

.wd-post__meta--single {
  margin-bottom: 3em;
}

.wd-post__meta li, .search-post__meta li {
  float: left;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 21px;
  padding-right: 5px;
  list-style: none;
}

.wd-post__meta li:after, .search-post__meta li:after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 0.6em;
  vertical-align: middle;
  background-color: #ff3b33;
  background-color: var(--accent-color);
}

.wd-post__meta li:last-child:after, .search-post__meta li:last-child:after {
  display: none;
}

.wd-post__meta li > a, .search-post__meta li > a {
  padding: 0 6px;
}

.wd-post__read-more {
  margin-top: 15px;
}

.wd-post__read-more a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wd-post__read-more a:hover {
  color: var(--headings-color);
  margin-left: 15px;
}

.wd-post__read-more a:hover img {
  margin-left: 10px;
}

.wd-post__read-more a img {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.wd-post__thumbnail .wd-gallery-images-holder .slick-arrow {
  right: -20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 22px 14px 22px;
  top: 45%;
  opacity: 0.1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 2;
}

.wd-post__thumbnail .wd-gallery-images-holder .slick-arrow.left {
  right: auto;
  left: -20px;
  z-index: 1;
  padding: 14px 22px 14px 19px;
}

.wd-post__thumbnail .wd-gallery-images-holder:hover .slick-arrow {
  opacity: 1;
  background: var(--accent-color);
  color: var(--white-color);
  right: 20px;
}

.wd-post__thumbnail .wd-gallery-images-holder:hover .slick-arrow.left {
  left: 20px;
  right: auto;
}

.wd-post.sticky .wd-post__content {
  border-top: 5px solid var(--primary-color);
  border-bottom: 5px solid var(--primary-color);
}

.wd-post--link {
  background: var(--primary-color);
  padding: 50px 50px 40px;
  text-align: center;
}

.wd-post--link a, .wd-post--link i {
  color: var(--white-color);
}

.wd-post--link svg.fa-link {
  color: var(--white-color);
  margin-bottom: 10px;
  font-size: 25px;
}

.wd-post--quote {
  background: var(--primary-color);
  padding: 50px 50px 40px;
  text-align: center;
}

.wd-post--quote i {
  color: var(--white-color);
}

.wd-post--quote blockquote {
  border: none;
}

.wd-post--quote blockquote p {
  color: var(--white-color);
}

.wd-post--quote svg.fa-quote-right {
  color: var(--white-color);
  font-size: 28px;
}

.wd-post--quote .author {
  color: var(--white-color);
}

.wd-post--multicolumn {
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.35s cubic-bezier(0.6, -0.02, 0.39, 1.13);
  transition: all 0.35s cubic-bezier(0.6, -0.02, 0.39, 1.13);
}

.wd-post--multicolumn .wd-post__meta, .wd-post--multicolumn .search-post__meta {
  margin: 8px 0 13px;
}

.wd-post--multicolumn .wd-post__content {
  padding: 10px 30px 30px;
  width: 100%;
  padding-top: 0;
  margin-top: -150px;
  -webkit-transform: translateY(143px);
          transform: translateY(143px);
}

@media print, screen and (max-width: 39.99875em) {
  .wd-post--multicolumn .wd-post__content {
    margin-top: -170px;
    -webkit-transform: translateY(170px);
            transform: translateY(170px);
  }
}

.wd-post--multicolumn .wd-post__author, .wd-post--multicolumn .wd-post__comments {
  display: none;
}

.wd-post--multicolumn .wd-post__read-more a img {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
}

.wd-post--multicolumn:hover .wd-post__content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media print, screen and (max-width: 39.99875em) {
  .wd-post--multicolumn:hover .wd-post__content {
    -webkit-transform: translateY(29px);
            transform: translateY(29px);
  }
}

.wd-post__pagination, .woocommerce-pagination .page-numbers, .search-post__pagination {
  text-align: center;
  padding: 30px 0;
}

.wd-post__pagination .page-numbers, .woocommerce-pagination .page-numbers .page-numbers, .search-post__pagination .page-numbers {
  padding: 9px 18px 4px;
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
  margin-right: 13px;
  display: inline-block;
  background: #f5f5f5;
}

.wd-post__pagination .page-numbers.current, .woocommerce-pagination .page-numbers .page-numbers.current, .search-post__pagination .page-numbers.current, .wd-post__pagination .page-numbers:hover, .woocommerce-pagination .page-numbers .page-numbers:hover, .search-post__pagination .page-numbers:hover {
  background: rgba(255, 59, 51, 0.05);
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.wd-post__pagination .page-numbers.current a, .woocommerce-pagination .page-numbers .page-numbers.current a, .search-post__pagination .page-numbers.current a, .wd-post__pagination .page-numbers:hover a, .woocommerce-pagination .page-numbers .page-numbers:hover a, .search-post__pagination .page-numbers:hover a {
  color: var(--white-color);
}

.wd-post__pagination .page-numbers.next, .woocommerce-pagination .page-numbers .page-numbers.next, .search-post__pagination .page-numbers.next, .wd-post__pagination .page-numbers.prev, .woocommerce-pagination .page-numbers .page-numbers.prev, .search-post__pagination .page-numbers.prev, .wd-post__pagination .page-numbers.dots, .woocommerce-pagination .page-numbers .page-numbers.dots, .search-post__pagination .page-numbers.dots {
  border: none;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-transition: all .3s ease, color .3s ease .3s;
  transition: all .3s ease, color .3s ease .3s;
}

.wd-post__pagination .page-numbers.next:hover, .woocommerce-pagination .page-numbers .page-numbers.next:hover, .search-post__pagination .page-numbers.next:hover, .wd-post__pagination .page-numbers.prev:hover, .woocommerce-pagination .page-numbers .page-numbers.prev:hover, .search-post__pagination .page-numbers.prev:hover, .wd-post__pagination .page-numbers.dots:hover, .woocommerce-pagination .page-numbers .page-numbers.dots:hover, .search-post__pagination .page-numbers.dots:hover {
  border: none;
  background: none;
  color: var(--accent-color);
}

.wd-post__pagination .page-numbers.next:hover, .woocommerce-pagination .page-numbers .page-numbers.next:hover, .search-post__pagination .page-numbers.next:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.wd-post__pagination .page-numbers.prev:hover, .woocommerce-pagination .page-numbers .page-numbers.prev:hover, .search-post__pagination .page-numbers.prev:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.blog-posts .has-post-thumbnail .wd-post__content {
  width: calc(100% - 100px);
}

@media print, screen and (max-width: 39.99875em) {
  .blog-posts .has-post-thumbnail .wd-post__content {
    width: 100%;
  }
}

.wd-post__content--single {
  padding: 0;
  color: #162466;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
}

.wd-post__content--single:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transform: none;
          transform: none;
}

.page .wp-block-quote.is-large cite {
  font-family: Poppins, Open Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  left: calc(10px - 92%);
  position: relative;
}

.page .wp-block-pullquote.alignleft p,
.page .wp-block-pullquote.alignright p {
  font-size: 28px;
}

.single .wd-post__body h1, .single .wd-post__body h2, .single .wd-post__body h3, .single .wd-post__body h4, .single .wd-post__body .related.products > h2,
.single .wd-post__body .up-sells > h2,
.single .wd-post__body .cross-sells > h2, .single .wd-post__body h5, .single .wd-post__body h6 {
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 1em;
}

.single .wd-post__body h1 {
  font-size: 54px;
}

.single .wd-post__body h2 {
  font-size: 44px;
}

.single .wd-post__body h3 {
  font-size: 30px;
}

.single .wd-post__body p {
  margin-top: 28px;
  margin-bottom: 28px;
}

.single .wp-block-gallery {
  margin-left: 0;
}

.single .related-post article {
  margin-left: -15px;
}

.single .thumbnail-related-post img {
  border-radius: 5px;
}

.single .title-related-post .wd-post__meta, .single .title-related-post .search-post__meta {
  margin: 20px 0 15px;
}

.single .wd-post__pagination a, .single .woocommerce-pagination .page-numbers a, .woocommerce-pagination .single .page-numbers a, .single .search-post__pagination a {
  padding: 20px;
  margin: 0 5px;
  background: #eee;
}

.single .is-style-outline .wp-block-button__link {
  margin: 30px 0 30px 0;
}

.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #74A5D7;
  border-radius: 0;
}

.calendar-calendar td {
  border: 1px solid #EEEEEE;
  color: #777777;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: top;
  width: 14%;
}

.calendar-calendar table tr.even,
.calendar-calendar table tr.alt,
.calendar-calendar table tr:nth-of-type(2n) {
  background: none;
}

.calendar-calendar th.days {
  padding: 14px 5px;
}

table {
  background: var(--white-color);
  /* Medium Screens */
}

table th {
  background: var(--primary-color);
  color: var(--white-color);
  text-align: center;
}

table tbody th {
  font-weight: 400;
  text-align: left;
}

table tr td {
  border-bottom: 1px dashed #e9e9e9;
}

table tr td:first-child {
  padding-left: 1em;
}

table tr td:last-child {
  padding-right: 1em;
}

table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 54em) {
  table tr td {
    padding-right: 2em;
  }
}

.wd-post__body table th, .wd-post__body table td, .wd-post__body table th, .wd-post__body table td {
  font-weight: normal;
  background: transparent;
  text-align: left;
}

.pricing-table.pricing1 {
  padding: 50px 30px 45px;
  border-radius: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  color: var(--primary-color);
}

.pricing-table.pricing1.featured {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.pricing-table.pricing1 .__pricing-table-header {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header {
    padding: 0;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: inherit;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left h3 {
    font-size: 13px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left h3 {
    font-size: 15px;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left span {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left span {
    font-size: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left span {
    font-size: 12px;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price {
  position: relative;
  padding: 0 12px;
  height: auto;
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .currency {
  position: absolute;
  top: 0;
  font-size: 18px;
  left: -3px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .currency {
    font-size: 13px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .currency {
    font-size: 15px;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .price-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .price-value {
    font-size: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .price-value {
    font-size: 30px;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .value {
  position: absolute;
  top: -5px;
  font-size: 12px;
  font-weight: 600;
  right: -5px;
}

@media print, screen and (max-width: 39.99875em) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .value {
    font-size: 12px;
  }
}

.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right span {
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right span {
    font-size: 10px;
  }
}

.pricing-table.pricing1 .__pricing-table-sub-body {
  margin: 20px 0;
  padding: 15px 0;
  border-bottom: 1px solid #718494;
  border-top: 1px solid #718494;
}

.pricing-table.pricing1 .__pricing-table-sub-body ul {
  margin-bottom: 0;
  margin-left: 18px;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-sub-body ul {
    margin-left: 0;
  }
}

.pricing-table.pricing1 .__pricing-table-sub-body ul li {
  list-style: none;
  color: inherit;
  padding-bottom: 10px;
}

.pricing-table.pricing1 .__pricing-table-sub-body ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-sub-body ul li {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-sub-body ul li {
    font-size: 10px;
  }
}

.pricing-table.pricing1 .__pricing-table-body .package-list {
  padding: 0 20px;
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-body .package-list {
    padding: 0;
  }
}

.pricing-table.pricing1 .__pricing-table-body .package-list li {
  list-style: none;
  margin-bottom: 10px;
  color: inherit;
  position: relative;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-body .package-list li {
    font-size: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-body .package-list li {
    font-size: 12px;
  }
}

.pricing-table.pricing1 .__pricing-table-body .package-list li:after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.pricing-table.pricing1 .__pricing-table-body .package-list li.default:after {
  content: '\f00c';
  color: inherit;
}

.pricing-table.pricing1 .__pricing-table-body .package-list li.has-close {
  color: inherit;
}

.pricing-table.pricing1 .__pricing-table-body .package-list li.has-close:after {
  content: '\f00d';
  color: #ffc400;
}

.pricing-table.pricing1 .__pricing-table-body .package-list li.has-addon:after {
  content: 'Add-on';
  color: inherit;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing1 .__pricing-table-body .package-list li.has-addon:after {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing1 .__pricing-table-body .package-list li.has-addon:after {
    font-size: 8px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .pricing-table.pricing1 {
    margin-bottom: 15px;
  }
}

.pricing-table.pricing1:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-table.pricing1.pricing-table--featured {
  margin-top: -35px;
  padding-top: 45px;
}

@media print, screen and (max-width: 39.99875em) {
  .pricing-table.pricing1.pricing-table--featured {
    margin-top: 0;
  }
}

.pricing-table.pricing1 .readmore-button {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  text-align: center;
}

.pricing-table.pricing1 .readmore-button a {
  padding: 13px 50px 12px;
  background: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
}

.pricing-table.pricing2 {
  text-align: center;
  padding: 50px 40px 45px;
  border-radius: 10px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--primary-color);
}

.pricing-table.pricing2 .__pricing-table-image {
  margin-bottom: 20px;
}

.pricing-table.pricing2.featured {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.pricing-table.pricing2 .__pricing-table-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header {
    padding: 0;
  }
}

.pricing-table.pricing2 .__pricing-table-header h3 {
  margin-bottom: 0;
  font-size: 30px;
  color: inherit;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-header h3 {
    font-size: 13px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header h3 {
    font-size: 15px;
  }
}

.pricing-table.pricing2 .__pricing-table-header span {
  font-size: 12px;
  font-weight: 400;
  color: inherit;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-header span {
    font-size: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header span {
    font-size: 12px;
  }
}

.pricing-table.pricing2 .__pricing-table-header-right {
  padding: 12px 0;
}

.pricing-table.pricing2 .__pricing-table-header-right .price {
  position: relative;
  padding: 0 12px;
  height: auto;
}

.pricing-table.pricing2 .__pricing-table-header-right .price .currency {
  font-size: 36px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-header-right .price .currency {
    font-size: 13px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header-right .price .currency {
    font-size: 15px;
  }
}

.pricing-table.pricing2 .__pricing-table-header-right .price .price-value {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-header-right .price .price-value {
    font-size: 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header-right .price .price-value {
    font-size: 30px;
  }
}

.pricing-table.pricing2 .__pricing-table-header-right .price .value {
  position: absolute;
  top: 5px;
  font-size: 17px;
  font-weight: 700;
  padding-left: 4px;
}

@media print, screen and (max-width: 39.99875em) {
  .pricing-table.pricing2 .__pricing-table-header-right .price .value {
    font-size: 12px;
  }
}

.pricing-table.pricing2 .__pricing-table-header-right span {
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-header-right span {
    font-size: 10px;
  }
}

.pricing-table.pricing2 .__pricing-table-sub-body {
  margin: 25px 0;
  padding: 25px 0;
  border-bottom: 1px solid rgba(113, 132, 148, 0.2);
  border-top: 1px solid rgba(113, 132, 148, 0.2);
}

.pricing-table.pricing2 .__pricing-table-sub-body ul {
  margin-bottom: 0;
  margin-left: 18px;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-sub-body ul {
    margin-left: 0;
  }
}

.pricing-table.pricing2 .__pricing-table-sub-body ul li {
  list-style: none;
  color: inherit;
  font-weight: 400;
  padding-bottom: 10px;
}

.pricing-table.pricing2 .__pricing-table-sub-body ul li:last-child {
  padding-bottom: 0;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-sub-body ul li {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-sub-body ul li {
    font-size: 10px;
  }
}

.pricing-table.pricing2 .__pricing-table-body .package-list {
  padding: 0 20px;
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-body .package-list {
    padding: 0;
  }
}

.pricing-table.pricing2 .__pricing-table-body .package-list li {
  list-style: none;
  margin-bottom: 10px;
  color: inherit;
  position: relative;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-body .package-list li {
    font-size: 10px;
  }
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-body .package-list li {
    font-size: 12px;
  }
}

.pricing-table.pricing2 .__pricing-table-body .package-list li:after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.pricing-table.pricing2 .__pricing-table-body .package-list li.default:after {
  content: '\f00c';
  color: inherit;
}

.pricing-table.pricing2 .__pricing-table-body .package-list li.has-close {
  color: inherit;
}

.pricing-table.pricing2 .__pricing-table-body .package-list li.has-close:after {
  content: '\f00d';
  color: #ffc400;
}

.pricing-table.pricing2 .__pricing-table-body .package-list li.has-addon:after {
  content: 'Add-on';
  color: inherit;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
}

@media (min-width: 1000px) and (max-width: 1150px) {
  .pricing-table.pricing2 .__pricing-table-body .package-list li.has-addon:after {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .pricing-table.pricing2 .__pricing-table-body .package-list li.has-addon:after {
    font-size: 8px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .pricing-table.pricing2 {
    margin-bottom: 15px;
    margin-top: 70px;
  }
}

.pricing-table.pricing2:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.pricing-table.pricing2 .readmore-button {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  text-align: center;
}

.pricing-table.pricing2 .readmore-button a {
  padding: 13px 50px 12px;
  background: var(--primary-color);
  border-radius: 30px;
  color: var(--white-color);
}

.main ul {
  list-style: initial;
}

.list-icon li {
  list-style: none;
}

.list-icon li i {
  padding-right: 8px;
}

.wd-lists.wd-list-1 li:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 0 12px 0 -15px;
  color: #DC494F;
  line-height: 2.3em;
}

.wd-partenaire li {
  padding-bottom: 2px;
  border: solid 1px #eee;
}

ul.social_media {
  list-style: none;
  width: 195px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.social_media li i {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.choose-us-list {
  margin: 0 -15px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .choose-us-list {
    padding-left: 25px;
  }
}

.choose-us-list li {
  float: left;
  width: 50%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
  color: #444444;
}

.choose-us-list li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 25px;
}

.btn3-container.choose-us-btn {
  margin-bottom: 0;
}

.btn3-container.choose-us-btn button.btn3 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-left: 55px !important;
  padding-right: 50px;
}

.btn3-container.choose-us-btn button.btn3.btn3-size-md.btn3-icon-left:not(.btn3-o-empty) .btn3-icon {
  left: 35px;
}

.btn3-container.choose-us-btn button.btn3:after {
  display: none;
}

.btn3-container.find-more-btn {
  margin-bottom: 0;
}

.btn3-container.find-more-btn button.btn3 {
  padding: 20px 75px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn3-container.find-more-btn button.btn3.btn3-size-md.btn3-icon-left:not(.btn3-o-empty) .btn3-icon {
  left: 35px;
}

.btn3-container.find-more-btn button.btn3:after {
  display: none;
}

.client-media {
  margin-bottom: 30px;
}

.client-media .media-left,
.client-media .media-body {
  display: table-cell;
  vertical-align: middle;
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-left,
  .client-media .media-body {
    display: block;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-left {
    margin-bottom: 30px;
    text-align: center;
  }
}

.client-media .media-body {
  padding-left: 25px;
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-body {
    padding-left: 0;
    text-align: center;
  }
}

.client-media .media-body p {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 10px;
  padding-left: 45px;
  border-left: 2px solid var(--primary-color);
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-body p {
    padding-left: 0;
    border-left: 0;
  }
}

.client-media .media-body p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -20px;
  left: 25px;
  font-size: 18px;
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-body p:before {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.client-media .media-body h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 45px;
}

@media print, screen and (max-width: 39.99875em) {
  .client-media .media-body h5 {
    padding-left: 0;
  }
}

.page .body,
.wd-comment-text {
  color: #162466;
  font-weight: 400;
}

.page .body h1, .page .body h2, .page .body h3, .page .body h4, .page .body .related.products > h2,
.page .body .up-sells > h2,
.page .body .cross-sells > h2, .page .body h5, .page .body h6,
.wd-comment-text h1,
.wd-comment-text h2,
.wd-comment-text h3,
.wd-comment-text h4,
.wd-comment-text .related.products > h2,
.wd-comment-text .up-sells > h2,
.wd-comment-text .cross-sells > h2,
.wd-comment-text h5,
.wd-comment-text h6 {
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 1em;
}

.page .body h1,
.wd-comment-text h1 {
  font-size: 55px;
}

.page .body h2,
.wd-comment-text h2 {
  font-size: 44px;
}

.page .body h3,
.wd-comment-text h3 {
  font-size: 30px;
}

header.l-header {
  background-color: var(--topbar-background);
}

header.l-header .top-bar-container.sticky {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

header.l-header .top-bar-container.sticky.fixed {
  position: fixed;
  width: 100%;
  background: var(--topbar-sticky-bg);
  z-index: 99;
}

header.l-header .top-bar-container.sticky.fixed .top-bar .show-cart-btn path, header.l-header .top-bar-container.sticky.fixed .top-bar .header-search #wd-search-icon path {
  fill: var(--topbar-sticky-text);
}

header.l-header .top-bar-container .site-title-bar {
  padding: 10px;
}

@media print, screen and (max-width: 63.99875em) {
  header.l-header .top-bar-container .site-title-bar {
    padding: 10px 35px;
  }
}

header.l-header .top-bar-container .site-title-bar .menu-icon::after {
  background: #484848;
  -webkit-box-shadow: 0 7px 0 #484848, 0 14px 0 #484848;
          box-shadow: 0 7px 0 #484848, 0 14px 0 #484848;
}

header.l-header .top-bar-container .site-title-bar .title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

header.l-header .top-bar-container .site-title-bar .title-bar-title a {
  display: block;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  opacity: 1;
  z-index: 23;
  margin-left: 20px;
}

header.l-header .top-bar-container .site-title-bar .title-bar-title a h1 {
  font-size: 20px;
  margin-bottom: 0;
}

header.l-header .top-bar-container .site-title-bar .title-bar-title a img {
  max-height: 45px;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right {
  width: 100%;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul {
  padding-top: 30px;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul li a {
  color: var(--topbar-sticky-text);
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul li .submenu-toggle {
  outline: none;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul li .submenu-toggle::after {
  border: 3px inset transparent;
  border-top: solid var(--accent-color);
  border-bottom-width: 0;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul.nested.menu {
  padding-top: 0;
}

header.l-header .top-bar-container .site-navigation.top-bar .top-bar-right .mobile-menu ul.nested.menu li a {
  color: #6a739d;
  font-weight: 300;
  padding: 0.5rem 1rem;
  font-size: 12px;
}

@media print, screen and (max-width: 63.99875em) {
  .header-cta.large-screen {
    display: none !important;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .header-cta {
    margin: 25px 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .header-cta a {
    background: unset !important;
    border: none !important;
    color: var(--primary-color) !important;
    border: none !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    text-align: left !important;
    padding: 0 16px !important;
  }
}

.header-cta a:hover {
  background-color: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

@media print, screen and (max-width: 63.99875em) {
  .header-search, .show-cart-btn {
    display: none;
  }
  .top-bar .mobile-menu .header-search, .top-bar .mobile-menu .show-cart-btn, .top-bar .mobile-menu .header-cta {
    display: inline;
    float: left;
  }
  .top-bar .mobile-menu .header-search, .top-bar .mobile-menu .show-cart-btn {
    float: right;
    margin-top: 30px;
  }
  .top-bar .mobile-menu .header-search .searchform.open {
    right: 100%;
    width: 80vw;
  }
}

@media print, screen and (min-width: 64em) {
  header .empty-menu {
    min-width: 80%;
  }
  header.l-header .contain-to-grid .top-bar {
    max-width: 84.375rem;
    margin-right: auto;
    margin-left: auto;
    height: auto;
  }
  header.l-header .top-bar-container .top-bar .top-bar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper .menu-text {
    margin-right: 15px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper .menu-text h1 {
    padding: 0;
    margin: 0;
    font-size: 28px;
    color: var(--primary-color);
  }
  header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper .menu-text a {
    padding: 0;
  }
  header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper .menu-text a img {
    max-width: none;
    height: 40px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li .menu-item {
    position: relative;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li .menu-item .menu_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
    height: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    fill: var(--accent-color);
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li .menu-item.has-dropdown .menu_arrow {
    display: none;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li .menu-item:hover > .menu_arrow {
    -webkit-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
    opacity: 1;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.active > a, header.l-header .top-bar-container .top-bar .top-bar-right .menu li.current-menu-item > a {
    background-color: transparent;
    position: relative;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown > a {
    padding-right: 1.5rem;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown > a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 5px;
    border: none;
    font-size: 9px;
    margin-top: -6px;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) and (max-width: 81.24875em) {
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown > a:after {
    right: 12px;
  }
}

@media print, screen and (min-width: 64em) {
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    opacity: 0;
    padding: 8px 0px;
    margin-left: 15px;
    width: 300px;
    visibility: hidden;
    display: block;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu .is-dropdown-submenu-parent .is-dropdown-submenu {
    display: none;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu .is-dropdown-submenu-parent:hover .is-dropdown-submenu {
    display: block;
    opacity: 1;
    margin-left: 0;
    left: calc(100% - 15px);
    -webkit-transform: unset;
            transform: unset;
  }
}

@media print and (min-width: 1025px) and (max-width: 1500px), screen and (min-width: 64em) and (min-width: 1025px) and (max-width: 1500px) {
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu .is-dropdown-submenu-parent:hover .is-dropdown-submenu {
    left: unset;
    right: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(41, 49, 64, 0.1);
            box-shadow: 0 5px 30px 0 rgba(41, 49, 64, 0.1);
    min-width: 180px;
    width: auto;
    border-radius: 10px;
    padding: 24px 0;
    list-style: none;
    left: auto;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu li a {
    white-space: nowrap;
    padding: 9px 68px 7px 33px;
    border: none;
    color: var(--topbar-text);
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    position: relative;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu li a:hover {
    padding-left: 43px;
    padding-right: 62px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown .is-dropdown-submenu li.has-dropdown > a:after {
    content: "\f054";
    right: 30px;
    margin-top: -10px;
    font-size: 11px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown:hover > .is-dropdown-submenu {
    -webkit-transform: translatey(46px);
            transform: translatey(46px);
    opacity: 1;
    z-index: 23;
    visibility: visible;
  }
  header.l-header .top-bar-container.sticky.fixed {
    background: var(--topbar-sticky-bg);
    -webkit-box-shadow: 0 3px 20px rgba(64, 124, 191, 0.2);
            box-shadow: 0 3px 20px rgba(64, 124, 191, 0.2);
  }
  header.l-header .top-bar-container.sticky.fixed .top-bar-left .logo-wrapper .menu-text a img {
    max-height: 50px;
    max-width: none;
  }
  header.l-header .top-bar-container.sticky.fixed .site-navigation.top-bar {
    background: var(--topbar-sticky-bg);
    padding: 0;
  }
  header.l-header .top-bar-container.sticky.fixed .site-navigation.top-bar .top-bar-right .header-cta {
    padding: 8px 5px;
    border-radius: 0;
  }
  header.l-header .top-bar-container.sticky.fixed .site-navigation.top-bar .top-bar-right .menu li a {
    color: var(--topbar-sticky-text);
  }
  header.l-header .top-bar-container.sticky.fixed .site-navigation.top-bar .top-bar-right .menu li a:hover {
    color: var(--topbar-hover-sticky-text);
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar {
    background-color: transparent;
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-left .top-bar-title {
    margin: 0;
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-left .top-bar-title .logo-wrapper .menu-text {
    margin-right: 0;
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu li {
    -webkit-transition: all ease-in-out 250ms;
    transition: all ease-in-out 250ms;
    opacity: 1;
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu li a {
    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    font-weight: 500;
    padding: 0.7rem 1.2rem;
    color: var(--topbar-text);
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) and (max-width: 81.24875em) {
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu li a {
    padding: 0.7rem 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu li a:before {
    display: none;
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu > li:hover > a {
    color: var(--topbar-hover-text);
  }
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .submenu li > a {
    color: var(--text-color);
  }
  header.l-header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    left: auto;
    right: 8px;
  }
}

@media print, screen and (min-width: 64em) {
  .logged-in header.l-header .top-bar-container.sticky.fixed {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 64em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important;
  }
}

.site-desktop-title a {
  font-weight: bold;
  max-width: 180px;
  padding: 0;
}

.mobile-menu {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .top-header .row {
    display: block;
  }
  .top-header .row .__top-header-left,
  .top-header .row .__top-header-right {
    text-align: center;
  }
}

.top-header .__top-header-left {
  padding-top: 10px;
}

.top-header .__top-header-right {
  text-align: right;
  padding: 15px 0;
}

.top-header .__top-header-right p {
  margin-bottom: 0;
  font-size: 13px;
}

.top-header .__top-header-right p span {
  margin-left: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .top-bar {
    padding: 0;
  }
}

.top-bar .top-bar-left .logo-wrapper .menu-text a {
  padding: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left .logo-wrapper .menu-text a img {
    background-color: transparent;
  }
}

.top-bar .top-bar-right .menu li {
  z-index: 24;
}

.top-bar .top-bar-right .menu li a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--topbar-text);
}

.top-bar .top-bar-right .mobile-menu ul li a {
  color: #484848;
}

.top-bar .menu li a .mobile-menu .menu .is-active > a,
.mobile-off-canvas-menu .menu .is-active > a {
  background-color: #36454f;
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .top-bar-container .title-bar {
    background-color: var(--white-color);
  }
  .top-bar-container .title-bar .title-bar-left {
    padding: 10px;
  }
  .top-bar-container .title-bar .title-bar-left .menu-icon {
    outline: none;
  }
  .top-bar-container .title-bar .title-bar-left .menu-icon:after {
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  }
  .top-bar-container .site-navigation .top-bar-right .menu li a {
    color: black;
  }
}

header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media print, screen and (min-width: 64em) {
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu {
    left: -200%;
  }
}

header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu .mega-menu-column {
  border-right: 1px solid #eee;
  padding-right: 10px;
  margin-right: 10px;
}

header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu .mega-menu-column:last-child {
  border: none;
}

header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu .mega-menu-column ul {
  margin: 0;
  list-style: none;
}

header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown.mega-menu > .is-dropdown-submenu img {
  display: block;
}

.l-header.corporate-layout ul {
  list-style: none;
}

.l-header.corporate-layout .top-bar-container {
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  padding: 0 40px;
  z-index: 23;
}

@media print, screen and (max-width: 39.99875em) {
  .l-header.corporate-layout .top-bar-container {
    padding: 0;
  }
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar {
  padding: 10px 15px;
  border-bottom: 1px solid #EEE;
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar .menu-icon {
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar .menu-icon:focus {
  outline: none;
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar .menu-icon:after {
  background: #000000;
  -webkit-box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
          box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar .site-mobile-title a {
  padding-top: 0;
  padding-bottom: 0;
}

.l-header.corporate-layout .top-bar-container .site-title-bar.title-bar .site-mobile-title a img {
  max-height: 40px;
}

.l-header.corporate-layout .top-bar-container .mobile-menu {
  padding: 12px 0;
}

.l-header.corporate-layout .top-bar-container .mobile-menu.menu .menu li a {
  font-size: 15px;
  padding: 15px;
}

.l-header.corporate-layout .top-bar-container .mobile-menu.menu .menu li .submenu-toggle {
  background-color: transparent;
}

.l-header.corporate-layout .top-bar-container .mobile-menu.menu .menu li .submenu-toggle:focus {
  outline: none;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar {
  padding: 12px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .l-header.corporate-layout .top-bar-container .site-navigation.top-bar {
    padding: 0;
  }
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-left .top-bar-title {
  margin: 0;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-left .top-bar-title .logo-wrapper .menu-text {
  margin-right: 90px;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-left .top-bar-title .logo-wrapper .menu-text a {
  display: block;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li a {
  font-size: 15px;
  line-height: 36px;
  color: #484848;
  padding: 15px 25px;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.is-dropdown-submenu-parent > a {
  padding-right: 35px;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.is-dropdown-submenu-parent > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  margin: 0;
  right: 20px;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.is-dropdown-submenu-parent .is-dropdown-submenu {
  border-radius: 0;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.is-dropdown-submenu-parent .is-dropdown-submenu li a {
  padding: 10px 20px;
  line-height: 25px;
  border-color: transparent;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.is-dropdown-submenu-parent .is-dropdown-submenu li.is-dropdown-submenu-parent > a:after {
  content: "\f105";
  right: 15px;
  top: 50%;
}

.l-header.corporate-layout .top-bar-container .site-navigation.top-bar .top-bar-right .menu.desktop-menu li.active > a {
  background-color: transparent;
}

@media print, screen and (min-width: 64em) {
  header.l-header.creative-layout {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  header.l-header.creative-layout .top-bar-container {
    padding: 10px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1360px) {
  header.l-header.creative-layout .top-bar-container {
    padding: 10px;
  }
}

@media (max-width: 1210px) {
  header.l-header.creative-layout .top-bar .top-bar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 1360px) {
  header.l-header.creative-layout .top-bar {
    padding: 0 15px;
  }
}

header.l-header.creative-layout .top-bar-right .menu li a:hover {
  color: var(--white-color);
}

.top-bar .header-search {
  position: relative;
}

.top-bar .header-search .wd-search-icon {
  cursor: pointer;
}

.top-bar .header-search .wd-search-icon path {
  fill: var(--topbar-text);
  margin-right: 15px;
}

.top-bar .header-search .searchform {
  position: absolute;
  top: -14px;
  width: 0;
  right: -600px;
  z-index: 999;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  background-color: transparent;
  opacity: 0;
  -webkit-box-shadow: -19px -15px 18px 21px #fff;
          box-shadow: -19px -15px 18px 21px #fff;
}

.top-bar .header-search .searchform .form-group input.form-control {
  width: 100%;
  max-width: unset;
  margin: 0;
}

.top-bar .header-search .searchform .form-group button {
  display: none;
}

.top-bar .header-search .searchform.open {
  width: 61vw;
  right: 140px;
  display: block;
  opacity: 1;
}

.top-bar .show-cart-btn path {
  fill: var(--topbar-text);
}

.top-bar .show-cart-btn::after {
  display: none;
}

#lang_sel_list {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  font-size: 11px;
  height: auto !important;
  line-height: 12px;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}

#lang_sel_list ul li {
  display: inline-block;
  float: none;
  list-style: none;
  padding: 6px 1px 8px !important;
  position: relative;
  position: relative;
  vertical-align: middle;
}

#lang_sel_list img.iclflag {
  margin: 0 5px 0 0;
  top: -1px;
}

#lang_sel_list a.lang_sel_sel, #lang_sel_list > ul > li a {
  background: none !important;
  color: var(--white-color);
  padding: 4px 8px;
}

#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list a:hover {
  color: var(--white-color);
}

#lang_sel_list a.lang_sel_sel {
  padding: 4px 26px 4px 12px;
  position: relative;
  font-size: 12px;
}

#lang_sel_list a.lang_sel_sel:after {
  border-radius: 14px;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  line-height: 16px;
  margin: -10px 0 0;
  position: absolute;
  right: 4px;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 14px;
}

#lang_sel_list ul li:hover ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

#lang_sel_list ul {
  margin: 0;
}

#lang_sel_list ul ul {
  -moz-transform: translateX(-20px);
  -moz-transition: all 0.3s ease-in;
  -ms-transform: translateX(-20px);
  -ms-transition: all 0.3s ease-in;
  -o-transform: translateX(-20px);
  -o-transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
  /*padding: 8px 0 0 !important;*/
  -webkit-transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
  left: 0;
  margin: 0px;
  opacity: 0;
  position: absolute;
  top: 111%;
  transform: translateX(-20px);
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

#lang_sel_list ul ul li:first-child {
  border-top: none;
}

#lang_sel_list ul ul li {
  background: var(--white-color);
  border-top: 1px solid #f2f2f2;
  display: block;
  float: none;
  font-size: 12px;
  line-height: 15px;
  padding: 0px !important;
  text-shadow: none;
}

#lang_sel_list ul ul li a {
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  color: #686868 !important;
  display: block;
  padding: 8px 10px 8px 15px;
  transition: all 0.3s ease-in;
}

#lang_sel_list ul ul li a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
  color: var(--white-color) !important;
}

.icl_lang_sel_translated {
  display: none;
}

.wpb-js-composer .tta.general .tta-panels-container .tta-panels {
  border: none;
  background: transparent;
}

.wpb-js-composer .tta-tabs .tta-tabs-list {
  overflow: visible;
  padding: 20px 15px 15px 20px;
}

.wpb-js-composer {
  /*----------------- style Flat -------------*/
  /*------------ style Classic ------------*/
}

.wpb-js-composer div.tta-style-modern.tta-color-grey .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-turquoise .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern .tta-color-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-violet .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-peacoc .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-chino .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-mulled-wine .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-vista-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-black .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-orange .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-sky .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-green .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-juicy-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-sandy-brown .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-purple .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-modern.tta-color-white .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-grey .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-blue .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-turquoise .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat .tta-color-pink .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-violet .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-peacoc .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-chino .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-mulled-wine .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-vista-blue .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-black .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-orange .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-sky .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-green .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-juicy-pink .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-sandy-brown .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-purple .tta-tabs-container .tta-tab > a,
.wpb-js-composer div.tta-style-flat.tta-color-white .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-grey .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-turquoise .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline .tta-color-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-violet .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-peacoc .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-chino .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-mulled-wine .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-vista-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-black .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-orange .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-sky .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-green .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-juicy-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-sandy-brown .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-purple .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-outline.tta-color-white .tta-tabs-container .tta-tab > a {
  background: var(--white-color);
  border-radius: 30px 30px 0 30px;
  margin-right: 20px;
  border: none;
  -webkit-box-shadow: 0 4px 25px rgba(64, 124, 191, 0.15);
          box-shadow: 0 4px 25px rgba(64, 124, 191, 0.15);
  padding: 15px 40px 10px 40px;
}

.wpb-js-composer div.tta-style-modern.tta-color-grey .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-turquoise .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern .tta-color-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-violet .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-peacoc .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-chino .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-mulled-wine .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-vista-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-black .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-orange .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-sky .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-green .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-juicy-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-sandy-brown .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-purple .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-modern.tta-color-white .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-grey .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-blue .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-turquoise .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat .tta-color-pink .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-violet .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-peacoc .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-chino .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-mulled-wine .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-vista-blue .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-black .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-orange .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-sky .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-green .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-juicy-pink .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-sandy-brown .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-purple .tta-tabs-container .tta-tab > a:hover,
.wpb-js-composer div.tta-style-flat.tta-color-white .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-grey .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-turquoise .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline .tta-color-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-violet .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-peacoc .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-chino .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-mulled-wine .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-vista-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-black .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-orange .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-sky .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-green .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-juicy-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-sandy-brown .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-purple .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-outline.tta-color-white .tta-tabs-container .tta-tab > a:hover {
  -webkit-box-shadow: 0 3px 14px rgba(64, 124, 191, 0.2);
          box-shadow: 0 3px 14px rgba(64, 124, 191, 0.2);
  background: var(--white-color);
  color: var(--secondary-color);
}

.wpb-js-composer div.tta-style-modern.tta-color-grey .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-turquoise .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern .tta-color-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-violet .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-peacoc .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-chino .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-mulled-wine .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-vista-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-black .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-orange .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-sky .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-green .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-juicy-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-sandy-brown .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-purple .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-modern.tta-color-white .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-grey .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-blue .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-turquoise .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat .tta-color-pink .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-violet .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-peacoc .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-chino .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-mulled-wine .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-vista-blue .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-black .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-orange .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-sky .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-green .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-juicy-pink .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-sandy-brown .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-purple .tta-tabs-container .tta-tab.active > a,
.wpb-js-composer div.tta-style-flat.tta-color-white .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-grey .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-turquoise .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline .tta-color-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-violet .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-peacoc .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-chino .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-mulled-wine .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-vista-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-black .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-orange .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-sky .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-green .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-juicy-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-sandy-brown .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-purple .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-outline.tta-color-white .tta-tabs-container .tta-tab.active > a {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 30px 30px 0 30px;
  margin-right: 20px;
  border: none;
}

.wpb-js-composer div.tta-style-modern.tta-color-grey .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-turquoise .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern .tta-color-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-violet .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-peacoc .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-chino .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-mulled-wine .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-vista-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-black .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-orange .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-sky .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-green .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-juicy-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-sandy-brown .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-purple .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-modern.tta-color-white .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-grey .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-blue .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-turquoise .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat .tta-color-pink .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-violet .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-peacoc .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-chino .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-mulled-wine .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-vista-blue .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-black .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-orange .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-sky .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-green .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-juicy-pink .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-sandy-brown .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-purple .tta-panels-container .tta-panel-body,
.wpb-js-composer div.tta-style-flat.tta-color-white .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-grey .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-turquoise .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline .tta-color-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-violet .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-peacoc .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-chino .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-mulled-wine .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-vista-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-black .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-orange .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-sky .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-green .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-juicy-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-sandy-brown .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-purple .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-outline.tta-color-white .tta-panels-container .tta-panel-body {
  background: var(--white-color);
  margin: 20px 0;
  border-radius: 30px 30px 0 30px;
  -webkit-box-shadow: 0 3px 30px rgba(64, 124, 191, 0.1);
          box-shadow: 0 3px 30px rgba(64, 124, 191, 0.1);
  padding: 40px 50px 80px 50px;
}

.wpb-js-composer div.tta-style-classic.tta-color-grey .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-turquoise .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic .tta-color-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-violet .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-peacoc .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-chino .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-mulled-wine .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-vista-blue .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-black .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-orange .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-sky .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-green .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-juicy-pink .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-sandy-brown .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-purple .tta-tabs-container .tta-tab > a, .wpb-js-composer div.tta-style-classic.tta-color-white .tta-tabs-container .tta-tab > a {
  background: var(--white-color);
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
}

.wpb-js-composer div.tta-style-classic.tta-color-grey .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-turquoise .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic .tta-color-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-violet .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-peacoc .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-chino .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-mulled-wine .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-vista-blue .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-black .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-orange .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-sky .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-green .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-juicy-pink .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-sandy-brown .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-purple .tta-tabs-container .tta-tab > a:hover, .wpb-js-composer div.tta-style-classic.tta-color-white .tta-tabs-container .tta-tab > a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.wpb-js-composer div.tta-style-classic.tta-color-grey .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-turquoise .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic .tta-color-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-violet .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-peacoc .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-chino .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-mulled-wine .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-vista-blue .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-black .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-orange .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-sky .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-green .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-juicy-pink .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-sandy-brown .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-purple .tta-tabs-container .tta-tab.active > a, .wpb-js-composer div.tta-style-classic.tta-color-white .tta-tabs-container .tta-tab.active > a {
  color: var(--primary-color);
  margin-right: 20px;
  border: none;
  border-bottom: 1px solid var(--primary-color);
}

.wpb-js-composer div.tta-style-classic.tta-color-grey .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-turquoise .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic .tta-color-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-violet .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-peacoc .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-chino .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-mulled-wine .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-vista-blue .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-black .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-orange .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-sky .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-green .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-juicy-pink .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-sandy-brown .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-purple .tta-panels-container .tta-panel-body, .wpb-js-composer div.tta-style-classic.tta-color-white .tta-panels-container .tta-panel-body {
  background: var(--white-color);
  border: none;
  margin: 20px 0;
  padding: 0px 40px 40px 35px;
}

.wd-btn, .woocommerce .entry-summary .cart .single_add_to_cart_button, .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"], .post-password-form input[type="submit"], #commentform #submit[type="submit"],
.blog-posts form .small.radius {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
  will-change: background;
}

.btn-color-1.btn-solid, .woocommerce .entry-summary .cart .btn-color-1.single_add_to_cart_button, .woocommerce .entry-summary .cart .wpcf7 .wpcf7-form input.single_add_to_cart_button[type="submit"], .wpcf7 .wpcf7-form .woocommerce .entry-summary .cart input.single_add_to_cart_button[type="submit"], .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"], .post-password-form input.btn-color-1[type="submit"], #commentform .btn-color-1#submit[type="submit"], #commentform .wpcf7 .wpcf7-form input#submit[type="submit"], .wpcf7 .wpcf7-form #commentform input#submit[type="submit"],
.blog-posts form .btn-color-1.small.radius,
.hover-color-1:hover.btn-solid,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover,
.wpcf7 .wpcf7-form input.hover-color-1:hover[type="submit"],
.wpcf7 .wpcf7-form .contact_style_4 input:hover[type="submit"],
.post-password-form input.hover-color-1:hover[type="submit"],
#commentform #submit:hover[type="submit"],
.blog-posts form .small.radius:hover {
  color: #fff;
  background: var(--wd-btn-color-1);
}

.btn-color-1.btn-border, .wpcf7 .wpcf7-form input.btn-border[type="submit"],
.hover-color-1:hover.btn-border,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover.btn-border,
.wpcf7 .wpcf7-form .contact_style_4 input:hover.btn-border[type="submit"],
#commentform #submit:hover.btn-border[type="submit"],
.blog-posts form .small.radius:hover.btn-border {
  color: var(--wd-btn-color-1);
  border: 4px solid var(--wd-btn-color-1);
}

.btn-color-1.btn-border:hover, .wpcf7 .wpcf7-form input.btn-border:hover[type="submit"],
.hover-color-1:hover.btn-border:hover,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover.btn-border:hover,
.wpcf7 .wpcf7-form .contact_style_4 input:hover.btn-border:hover[type="submit"],
#commentform #submit:hover.btn-border:hover[type="submit"],
.blog-posts form .small.radius:hover.btn-border:hover {
  background: var(--wd-btn-color-1);
  color: var(--white-color);
}

.btn-color-1.btn-underline, .wpcf7 .wpcf7-form input.btn-underline[type="submit"],
.hover-color-1:hover.btn-underline,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover.btn-underline,
.wpcf7 .wpcf7-form .contact_style_4 input:hover.btn-underline[type="submit"],
#commentform #submit:hover.btn-underline[type="submit"],
.blog-posts form .small.radius:hover.btn-underline {
  color: var(--wd-btn-color-1);
}

.btn-color-1.btn-shadow, .wpcf7 .wpcf7-form input.btn-shadow[type="submit"],
.hover-color-1:hover.btn-shadow,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover.btn-shadow,
.wpcf7 .wpcf7-form .contact_style_4 input:hover.btn-shadow[type="submit"],
#commentform #submit:hover.btn-shadow[type="submit"],
.blog-posts form .small.radius:hover.btn-shadow {
  color: var(--white-color);
  background: var(--wd-btn-color-1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-color-1.btn-shadow:hover, .wpcf7 .wpcf7-form input.btn-shadow:hover[type="submit"],
.hover-color-1:hover.btn-shadow:hover,
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover.btn-shadow:hover,
.wpcf7 .wpcf7-form .contact_style_4 input:hover.btn-shadow:hover[type="submit"],
#commentform #submit:hover.btn-shadow:hover[type="submit"],
.blog-posts form .small.radius:hover.btn-shadow:hover {
  background: var(--wd-btn-color-1);
  color: var(--white-color);
}

.btn-color-2.btn-solid, .woocommerce .entry-summary .cart .single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-color-2[type="submit"], .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"], .wpcf7 .wpcf7-form .post-password-form input[type="submit"], .post-password-form .wpcf7 .wpcf7-form input[type="submit"], .post-password-form input[type="submit"], #commentform #submit[type="submit"],
.blog-posts form .small.radius,
.hover-color-2:hover.btn-solid,
.woocommerce .entry-summary .cart .hover-color-2.single_add_to_cart_button:hover,
.woocommerce .entry-summary .cart .post-password-form input.single_add_to_cart_button:hover[type="submit"],
.post-password-form .woocommerce .entry-summary .cart input.single_add_to_cart_button:hover[type="submit"],
.wpcf7 .wpcf7-form input:hover[type="submit"],
.post-password-form input:hover[type="submit"],
#commentform .hover-color-2#submit:hover[type="submit"],
#commentform .wpcf7 .wpcf7-form input#submit:hover[type="submit"],
.wpcf7 .wpcf7-form #commentform input#submit:hover[type="submit"],
#commentform .post-password-form input#submit:hover[type="submit"],
.post-password-form #commentform input#submit:hover[type="submit"],
.blog-posts form .hover-color-2.small.radius:hover {
  color: #fff;
  background: #1260a3;
}

.btn-color-2.btn-border, .woocommerce .entry-summary .cart .btn-border.single_add_to_cart_button, .wpcf7 .wpcf7-form .contact_style_4 input.btn-border[type="submit"], .post-password-form input.btn-border[type="submit"], #commentform .btn-border#submit[type="submit"],
.blog-posts form .btn-border.small.radius,
.hover-color-2:hover.btn-border,
.wpcf7 .wpcf7-form input:hover.btn-border[type="submit"],
.post-password-form input:hover.btn-border[type="submit"] {
  color: var(--wd-btn-color-2);
  border: 4px solid var(--wd-btn-color-2);
}

.btn-color-2.btn-border:hover, .woocommerce .entry-summary .cart .btn-border.single_add_to_cart_button:hover, .wpcf7 .wpcf7-form .contact_style_4 input.btn-border:hover[type="submit"], .post-password-form input.btn-border:hover[type="submit"], #commentform .btn-border#submit:hover[type="submit"],
.blog-posts form .btn-border.small.radius:hover,
.hover-color-2:hover.btn-border:hover,
.wpcf7 .wpcf7-form input:hover.btn-border:hover[type="submit"],
.post-password-form input:hover.btn-border:hover[type="submit"] {
  background: var(--wd-btn-color-2);
  color: #fff;
}

.btn-color-2.btn-underline, .woocommerce .entry-summary .cart .btn-underline.single_add_to_cart_button, .wpcf7 .wpcf7-form .contact_style_4 input.btn-underline[type="submit"], .post-password-form input.btn-underline[type="submit"], #commentform .btn-underline#submit[type="submit"],
.blog-posts form .btn-underline.small.radius,
.hover-color-2:hover.btn-underline,
.wpcf7 .wpcf7-form input:hover.btn-underline[type="submit"],
.post-password-form input:hover.btn-underline[type="submit"] {
  color: var(--wd-btn-color-2);
}

.btn-color-2.btn-shadow, .woocommerce .entry-summary .cart .btn-shadow.single_add_to_cart_button, .wpcf7 .wpcf7-form .contact_style_4 input.btn-shadow[type="submit"], .post-password-form input.btn-shadow[type="submit"], #commentform .btn-shadow#submit[type="submit"],
.blog-posts form .btn-shadow.small.radius,
.hover-color-2:hover.btn-shadow,
.wpcf7 .wpcf7-form input:hover.btn-shadow[type="submit"],
.post-password-form input:hover.btn-shadow[type="submit"] {
  color: #fff;
  background: var(--wd-btn-color-2);
  -webkit-box-shadow: 0 3px 6px var(--wd-btn-color-2);
          box-shadow: 0 3px 6px var(--wd-btn-color-2);
}

.btn-color-2.btn-shadow:hover, .woocommerce .entry-summary .cart .btn-shadow.single_add_to_cart_button:hover, .wpcf7 .wpcf7-form .contact_style_4 input.btn-shadow:hover[type="submit"], .post-password-form input.btn-shadow:hover[type="submit"], #commentform .btn-shadow#submit:hover[type="submit"],
.blog-posts form .btn-shadow.small.radius:hover,
.hover-color-2:hover.btn-shadow:hover,
.wpcf7 .wpcf7-form input:hover.btn-shadow:hover[type="submit"],
.post-password-form input:hover.btn-shadow:hover[type="submit"] {
  background: var(--wd-btn-color-2);
  color: #fff;
}

.btn-color-3.btn-solid, .woocommerce .entry-summary .cart .btn-color-3.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-color-3[type="submit"], .post-password-form input.btn-color-3[type="submit"], #commentform .btn-color-3#submit[type="submit"],
.blog-posts form .btn-color-3.small.radius,
.hover-color-3:hover.btn-solid,
.woocommerce .entry-summary .cart .hover-color-3.single_add_to_cart_button:hover,
.wpcf7 .wpcf7-form input.hover-color-3:hover[type="submit"],
.post-password-form input.hover-color-3:hover[type="submit"],
#commentform .hover-color-3#submit:hover[type="submit"],
.blog-posts form .hover-color-3.small.radius:hover {
  color: #fff;
  background: var(--wd-btn-color-3);
}

.btn-color-3.btn-border,
.hover-color-3:hover.btn-border {
  color: var(--wd-btn-color-3);
  border: 4px solid var(--wd-btn-color-3);
}

.btn-color-3.btn-border:hover,
.hover-color-3:hover.btn-border:hover {
  background: var(--wd-btn-color-3);
  color: var(--wd-btn-color-1);
}

.btn-color-3.btn-underline,
.hover-color-3:hover.btn-underline {
  color: var(--wd-btn-color-3);
}

.btn-color-3.btn-shadow,
.hover-color-3:hover.btn-shadow {
  color: #fff;
  background: var(--wd-btn-color-3);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-color-3.btn-shadow:hover,
.hover-color-3:hover.btn-shadow:hover {
  background: var(--wd-btn-color-3);
}

.btn-color-4.btn-solid, .woocommerce .entry-summary .cart .btn-color-4.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-color-4[type="submit"], .post-password-form input.btn-color-4[type="submit"], #commentform .btn-color-4#submit[type="submit"],
.blog-posts form .btn-color-4.small.radius,
.hover-color-4:hover.btn-solid,
.woocommerce .entry-summary .cart .hover-color-4.single_add_to_cart_button:hover,
.wpcf7 .wpcf7-form input.hover-color-4:hover[type="submit"],
.post-password-form input.hover-color-4:hover[type="submit"],
#commentform .hover-color-4#submit:hover[type="submit"],
.blog-posts form .hover-color-4.small.radius:hover {
  color: #fff;
  background: var(--wd-btn-color-4);
}

.btn-color-4.btn-border,
.hover-color-4:hover.btn-border {
  color: var(--wd-btn-color-4);
  border: 4px solid var(--wd-btn-color-4);
}

.btn-color-4.btn-border:hover,
.hover-color-4:hover.btn-border:hover {
  background: var(--wd-btn-color-4);
}

.btn-color-4.btn-underline,
.hover-color-4:hover.btn-underline {
  color: var(--wd-btn-color-4);
}

.btn-color-4.btn-shadow,
.hover-color-4:hover.btn-shadow {
  color: #fff;
  background: var(--wd-btn-color-4);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-color-4.btn-shadow:hover,
.hover-color-4:hover.btn-shadow:hover {
  background: var(--wd-btn-color-4);
}

.btn-color-5.btn-solid, .woocommerce .entry-summary .cart .btn-color-5.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-color-5[type="submit"], .post-password-form input.btn-color-5[type="submit"], #commentform .btn-color-5#submit[type="submit"],
.blog-posts form .btn-color-5.small.radius,
.hover-color-4:hover.btn-solid,
.woocommerce .entry-summary .cart .hover-color-4.single_add_to_cart_button:hover,
.wpcf7 .wpcf7-form input.hover-color-4:hover[type="submit"],
.post-password-form input.hover-color-4:hover[type="submit"],
#commentform .hover-color-4#submit:hover[type="submit"],
.blog-posts form .hover-color-4.small.radius:hover {
  color: var(--wd-btn-color-4);
  background: var(--wd-btn-color-5);
}

.btn-color-5.btn-border,
.hover-color-4:hover.btn-border {
  color: var(--wd-btn-color-5);
  border: 4px solid var(--wd-btn-color-5);
}

.btn-color-5.btn-border:hover,
.hover-color-4:hover.btn-border:hover {
  background: var(--wd-btn-color-5);
}

.btn-color-5.btn-underline,
.hover-color-4:hover.btn-underline {
  color: var(--wd-btn-color-5);
}

.btn-color-5.btn-shadow,
.hover-color-4:hover.btn-shadow {
  color: var(--wd-btn-color-1);
  background: var(--wd-btn-color-5);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-color-5.btn-shadow:hover,
.hover-color-4:hover.btn-shadow:hover {
  background: var(--wd-btn-color-5);
}

a.wd-btn.btn-underline, .woocommerce .entry-summary .cart a.btn-underline.single_add_to_cart_button, #commentform a.btn-underline#submit[type="submit"],
.blog-posts form a.btn-underline.small.radius {
  line-height: unset;
  height: auto;
  border-bottom: 2px solid;
  border-radius: 0;
  padding: 0 0 2px;
}

.wd-btn.btn-big, .woocommerce .entry-summary .cart .btn-big.single_add_to_cart_button, .woocommerce .entry-summary .cart .wpcf7 .wpcf7-form input.single_add_to_cart_button[type="submit"], .wpcf7 .wpcf7-form .woocommerce .entry-summary .cart input.single_add_to_cart_button[type="submit"], .woocommerce .entry-summary .cart .post-password-form input.single_add_to_cart_button[type="submit"], .post-password-form .woocommerce .entry-summary .cart input.single_add_to_cart_button[type="submit"], .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"], .post-password-form input[type="submit"], #commentform .btn-big#submit[type="submit"], #commentform .wpcf7 .wpcf7-form input#submit[type="submit"], .wpcf7 .wpcf7-form #commentform input#submit[type="submit"], #commentform .post-password-form input#submit[type="submit"], .post-password-form #commentform input#submit[type="submit"],
.blog-posts form .btn-big.small.radius, .blog-posts form .post-password-form input.small.radius[type="submit"], .post-password-form .blog-posts form input.small.radius[type="submit"] {
  line-height: 2;
  font-size: 15px;
  padding: 18px 48px 13px;
}

.wd-btn.btn-big.btn-border, .woocommerce .entry-summary .cart .btn-big.btn-border.single_add_to_cart_button, .woocommerce .entry-summary .cart .post-password-form input.btn-border.single_add_to_cart_button[type="submit"], .post-password-form .woocommerce .entry-summary .cart input.btn-border.single_add_to_cart_button[type="submit"], .wpcf7 .wpcf7-form input.btn-border[type="submit"], .post-password-form input.btn-border[type="submit"], #commentform .btn-big.btn-border#submit[type="submit"], #commentform .wpcf7 .wpcf7-form input.btn-border#submit[type="submit"], .wpcf7 .wpcf7-form #commentform input.btn-border#submit[type="submit"], #commentform .post-password-form input.btn-border#submit[type="submit"], .post-password-form #commentform input.btn-border#submit[type="submit"],
.blog-posts form .btn-big.btn-border.small.radius {
  padding: 14px 48px 9px;
}

.wd-btn.btn-medium, .woocommerce .entry-summary .cart .btn-medium.single_add_to_cart_button,
.woocommerce .entry-summary .cart .blog-posts form .single_add_to_cart_button.small.radius, .blog-posts form .woocommerce .entry-summary .cart .single_add_to_cart_button.small.radius, .wpcf7 .wpcf7-form input.btn-medium[type="submit"],
.wpcf7 .wpcf7-form .contact_style_4 .blog-posts form input.small.radius[type="submit"], .blog-posts form .wpcf7 .wpcf7-form .contact_style_4 input.small.radius[type="submit"], .post-password-form input.btn-medium[type="submit"], #commentform #submit[type="submit"],
.blog-posts form .small.radius {
  line-height: 2em;
  font-size: 13px;
  padding: 11px 36px 9px;
}

.wd-btn.btn-medium.btn-border, .woocommerce .entry-summary .cart .btn-medium.btn-border.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-medium.btn-border[type="submit"], .post-password-form input.btn-medium.btn-border[type="submit"], #commentform .btn-border#submit[type="submit"],
.blog-posts form .btn-border.small.radius {
  padding: 7px 36px 5px;
}

.wd-btn.btn-small, .woocommerce .entry-summary .cart .btn-small.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-small[type="submit"], .post-password-form input.btn-small[type="submit"], #commentform .btn-small#submit[type="submit"],
.blog-posts form .btn-small.small.radius {
  line-height: 2;
  font-size: 12px;
  padding: 9px 30px 7px;
}

.wd-btn.btn-small, .woocommerce .entry-summary .cart .btn-small.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-small[type="submit"], .post-password-form input.btn-small[type="submit"], #commentform .btn-small#submit[type="submit"],
.blog-posts form .btn-small.small.radius, .wd-btn.btn-small:hover, .woocommerce .entry-summary .cart .btn-small.single_add_to_cart_button:hover, .wpcf7 .wpcf7-form input.btn-small:hover[type="submit"], .post-password-form input.btn-small:hover[type="submit"], #commentform .btn-small#submit:hover[type="submit"],
.blog-posts form .btn-small.small.radius:hover {
  border-width: 3px;
}

.wd-btn.btn-small.btn-border, .woocommerce .entry-summary .cart .btn-small.btn-border.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-small.btn-border[type="submit"], .post-password-form input.btn-small.btn-border[type="submit"], #commentform .btn-small.btn-border#submit[type="submit"],
.blog-posts form .btn-small.btn-border.small.radius {
  padding: 6px 30px 4px;
}

.wd-btn.btn-round, .woocommerce .entry-summary .cart .single_add_to_cart_button, .wpcf7 .wpcf7-form input[type="submit"], .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"], .post-password-form input[type="submit"], #commentform #submit[type="submit"],
.blog-posts form .small.radius {
  border-radius: 32px;
}

.wd-btn.btn-radius, .woocommerce .entry-summary .cart .btn-radius.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-radius[type="submit"], .post-password-form input.btn-radius[type="submit"], #commentform .btn-radius#submit[type="submit"],
.blog-posts form .btn-radius.small.radius {
  border-radius: 5px;
}

.wd-btn.btn-none, .woocommerce .entry-summary .cart .btn-none.single_add_to_cart_button, .wpcf7 .wpcf7-form input.btn-none[type="submit"], .post-password-form input.btn-none[type="submit"], #commentform .btn-none#submit[type="submit"],
.blog-posts form .btn-none.small.radius {
  border-radius: 0;
}

.wd-btn i.after, .woocommerce .entry-summary .cart .single_add_to_cart_button i.after, .wpcf7 .wpcf7-form input[type="submit"] i.after, .post-password-form input[type="submit"] i.after, #commentform #submit[type="submit"] i.after, .blog-posts form .small.radius i.after {
  margin-left: 10px;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.wd-btn i.before, .woocommerce .entry-summary .cart .single_add_to_cart_button i.before, .wpcf7 .wpcf7-form input[type="submit"] i.before, .post-password-form input[type="submit"] i.before, #commentform #submit[type="submit"] i.before, .blog-posts form .small.radius i.before {
  margin-right: 7px;
  -webkit-transition: all ease-in-out 400ms, color 0s;
  transition: all ease-in-out 400ms, color 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.wd-btn.icon-hs-2.icon-after .button-wrp, .woocommerce .entry-summary .cart .icon-hs-2.icon-after.single_add_to_cart_button .button-wrp, .wpcf7 .wpcf7-form input.icon-hs-2.icon-after[type="submit"] .button-wrp, .post-password-form input.icon-hs-2.icon-after[type="submit"] .button-wrp, #commentform .icon-hs-2.icon-after#submit[type="submit"] .button-wrp, .blog-posts form .icon-hs-2.icon-after.small.radius .button-wrp {
  position: relative;
  padding-right: 25px;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.wd-btn.icon-hs-2.icon-after .button-wrp i, .woocommerce .entry-summary .cart .icon-hs-2.icon-after.single_add_to_cart_button .button-wrp i, .wpcf7 .wpcf7-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i, .post-password-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i, #commentform .icon-hs-2.icon-after#submit[type="submit"] .button-wrp i, .blog-posts form .icon-hs-2.icon-after.small.radius .button-wrp i {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wd-btn.icon-hs-2.icon-after .button-wrp i.after, .woocommerce .entry-summary .cart .icon-hs-2.icon-after.single_add_to_cart_button .button-wrp i.after, .wpcf7 .wpcf7-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i.after, .post-password-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i.after, #commentform .icon-hs-2.icon-after#submit[type="submit"] .button-wrp i.after, .blog-posts form .icon-hs-2.icon-after.small.radius .button-wrp i.after {
  opacity: 1;
  right: 0;
}

.wd-btn.icon-hs-2.icon-after .button-wrp i.before, .woocommerce .entry-summary .cart .icon-hs-2.icon-after.single_add_to_cart_button .button-wrp i.before, .wpcf7 .wpcf7-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i.before, .post-password-form input.icon-hs-2.icon-after[type="submit"] .button-wrp i.before, #commentform .icon-hs-2.icon-after#submit[type="submit"] .button-wrp i.before, .blog-posts form .icon-hs-2.icon-after.small.radius .button-wrp i.before {
  opacity: 0;
  left: -100px;
}

.wd-btn.icon-hs-2.icon-before, .woocommerce .entry-summary .cart .icon-hs-2.icon-before.single_add_to_cart_button, .wpcf7 .wpcf7-form input.icon-hs-2.icon-before[type="submit"], .post-password-form input.icon-hs-2.icon-before[type="submit"], #commentform .icon-hs-2.icon-before#submit[type="submit"],
.blog-posts form .icon-hs-2.icon-before.small.radius {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.wd-btn.icon-hs-2.icon-before .button-wrp, .woocommerce .entry-summary .cart .icon-hs-2.icon-before.single_add_to_cart_button .button-wrp, .wpcf7 .wpcf7-form input.icon-hs-2.icon-before[type="submit"] .button-wrp, .post-password-form input.icon-hs-2.icon-before[type="submit"] .button-wrp, #commentform .icon-hs-2.icon-before#submit[type="submit"] .button-wrp, .blog-posts form .icon-hs-2.icon-before.small.radius .button-wrp {
  position: relative;
  padding-left: 30px;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.wd-btn.icon-hs-2.icon-before i, .woocommerce .entry-summary .cart .icon-hs-2.icon-before.single_add_to_cart_button i, .wpcf7 .wpcf7-form input.icon-hs-2.icon-before[type="submit"] i, .post-password-form input.icon-hs-2.icon-before[type="submit"] i, #commentform .icon-hs-2.icon-before#submit[type="submit"] i, .blog-posts form .icon-hs-2.icon-before.small.radius i {
  position: relative;
  top: 0;
}

.wd-btn.icon-hs-2.icon-before i.after, .woocommerce .entry-summary .cart .icon-hs-2.icon-before.single_add_to_cart_button i.after, .wpcf7 .wpcf7-form input.icon-hs-2.icon-before[type="submit"] i.after, .post-password-form input.icon-hs-2.icon-before[type="submit"] i.after, #commentform .icon-hs-2.icon-before#submit[type="submit"] i.after, .blog-posts form .icon-hs-2.icon-before.small.radius i.after {
  opacity: 0;
  right: -100px;
}

.wd-btn.icon-hs-2.icon-before i.before, .woocommerce .entry-summary .cart .icon-hs-2.icon-before.single_add_to_cart_button i.before, .wpcf7 .wpcf7-form input.icon-hs-2.icon-before[type="submit"] i.before, .post-password-form input.icon-hs-2.icon-before[type="submit"] i.before, #commentform .icon-hs-2.icon-before#submit[type="submit"] i.before, .blog-posts form .icon-hs-2.icon-before.small.radius i.before {
  opacity: 1;
  left: 0;
}

.wd-btn:hover.icon-hs-1 i.after, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-1 i.after, .wpcf7 .wpcf7-form input:hover.icon-hs-1[type="submit"] i.after, .post-password-form input:hover.icon-hs-1[type="submit"] i.after, #commentform #submit:hover.icon-hs-1[type="submit"] i.after, .blog-posts form .small.radius:hover.icon-hs-1 i.after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.wd-btn:hover.icon-hs-1 i.before, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-1 i.before, .wpcf7 .wpcf7-form input:hover.icon-hs-1[type="submit"] i.before, .post-password-form input:hover.icon-hs-1[type="submit"] i.before, #commentform #submit:hover.icon-hs-1[type="submit"] i.before, .blog-posts form .small.radius:hover.icon-hs-1 i.before {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.wd-btn:hover.icon-hs-2.icon-after .button-wrp, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-after .button-wrp, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-after[type="submit"] .button-wrp, .post-password-form input:hover.icon-hs-2.icon-after[type="submit"] .button-wrp, #commentform #submit:hover.icon-hs-2.icon-after[type="submit"] .button-wrp, .blog-posts form .small.radius:hover.icon-hs-2.icon-after .button-wrp {
  padding-right: 0;
  padding-left: 25px;
}

.wd-btn:hover.icon-hs-2.icon-after i.after, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-after i.after, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-after[type="submit"] i.after, .post-password-form input:hover.icon-hs-2.icon-after[type="submit"] i.after, #commentform #submit:hover.icon-hs-2.icon-after[type="submit"] i.after, .blog-posts form .small.radius:hover.icon-hs-2.icon-after i.after {
  opacity: 0;
  right: -100px;
}

.wd-btn:hover.icon-hs-2.icon-after i.before, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-after i.before, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-after[type="submit"] i.before, .post-password-form input:hover.icon-hs-2.icon-after[type="submit"] i.before, #commentform #submit:hover.icon-hs-2.icon-after[type="submit"] i.before, .blog-posts form .small.radius:hover.icon-hs-2.icon-after i.before {
  opacity: 1 !important;
  left: 0;
}

.wd-btn:hover.icon-hs-2.icon-before .button-wrp, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-before .button-wrp, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-before[type="submit"] .button-wrp, .post-password-form input:hover.icon-hs-2.icon-before[type="submit"] .button-wrp, #commentform #submit:hover.icon-hs-2.icon-before[type="submit"] .button-wrp, .blog-posts form .small.radius:hover.icon-hs-2.icon-before .button-wrp {
  padding-right: 30px;
  padding-left: 0;
}

.wd-btn:hover.icon-hs-2.icon-before i.after, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-before i.after, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-before[type="submit"] i.after, .post-password-form input:hover.icon-hs-2.icon-before[type="submit"] i.after, #commentform #submit:hover.icon-hs-2.icon-before[type="submit"] i.after, .blog-posts form .small.radius:hover.icon-hs-2.icon-before i.after {
  opacity: 1 !important;
  right: 0;
}

.wd-btn:hover.icon-hs-2.icon-before i.before, .woocommerce .entry-summary .cart .single_add_to_cart_button:hover.icon-hs-2.icon-before i.before, .wpcf7 .wpcf7-form input:hover.icon-hs-2.icon-before[type="submit"] i.before, .post-password-form input:hover.icon-hs-2.icon-before[type="submit"] i.before, #commentform #submit:hover.icon-hs-2.icon-before[type="submit"] i.before, .blog-posts form .small.radius:hover.icon-hs-2.icon-before i.before {
  opacity: 0;
  left: -100px;
}

.wd-btn.icon-hs-1 .before, .woocommerce .entry-summary .cart .icon-hs-1.single_add_to_cart_button .before, .wpcf7 .wpcf7-form input.icon-hs-1[type="submit"] .before, .post-password-form input.icon-hs-1[type="submit"] .before, #commentform .icon-hs-1#submit[type="submit"] .before, .blog-posts form .icon-hs-1.small.radius .before {
  display: none;
}

.button-wrp .fa {
  font-family: "Font Awesome 5 Brands";
}

p {
  line-height: 1.714;
  font-size: 15px;
}

div.wpb_wrapper ul li.ui-state-default {
  padding: 5px 10px;
}

.ui-tabs-active {
  background: none repeat scroll 0 0 var(--white-color);
  border-top: 2px solid #d0029a;
}

.ui-accordion-header-active {
  background: none repeat scroll 0 0 var(--white-color);
  border-top: 2px solid #d0029a;
  border-bottom: 1px solid #EFEFEF;
}

div.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  padding: 5px 0;
}

div.collapsed-title {
  margin-bottom: 40px !important;
}

.collapsed-title,
.collapsed-title h2 {
  font-size: 1.95em;
  font-weight: bolder;
  line-height: 0.95em;
  margin: 0;
}

.collapsed-title h2:nth-child(2) {
  color: #f55a60;
}

blockquote cite {
  font-style: normal;
  font-weight: bold;
  padding-left: 25px;
}

.quote {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}

.quote p {
  position: relative;
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 25px;
  line-height: 30px;
}

.quote p:before, .quote p:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #8299b7;
  font-size: 55px;
}

.quote p:before {
  content: "\f10d";
  top: -35px;
  left: -40px;
}

.quote p:after {
  content: "\f10e";
  bottom: -35px;
  right: -35px;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
textarea:hover,
input.wpcf7-submit:hover {
  border-color: var(--primary-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
input.wpcf7-submit:focus {
  border-color: var(--accent-color);
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .wpb_wrapper .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  background: rgba(255, 255, 255, 0.5);
}

.searchform > div {
  position: relative;
}

.search-bar {
  position: absolute;
  top: 540px;
  width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
  .search-bar {
    position: relative;
    top: auto;
  }
}

.brands_form {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form {
    display: block;
    padding: 70px 0 10px;
    background-color: transparent;
  }
}

.brands_form form {
  width: 100%;
}

.brands_form form ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form form ul {
    display: block;
  }
}

.brands_form form ul li {
  position: relative;
  margin: 0;
  padding: 0 15px;
  width: calc(100% / 3);
  list-style: none;
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .brands_form form ul li:last-child {
    margin-bottom: 0;
  }
}

.brands_form form ul li select {
  width: 100%;
  height: 55px;
  background: var(--white-color);
  border: none;
  color: #928f8f;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form form ul li select {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.brands_form form ul li.brands:after, .brands_form form ul li.keyword:after, .brands_form form ul li.year:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #333;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.brands_form form ul li .button {
  border-radius: 30px;
  padding: 25px 55px 20px 55px;
  background-color: #febc01;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  border: none;
  margin: 0;
  width: 100%;
}

.brands_form form ul li.brands select {
  width: 310px;
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form form ul li.brands select {
    width: 100%;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .brands_form form ul li {
    float: none;
  }
}

.has-negative-m.wpb_row {
  margin-top: -300px;
}

@media print, screen and (max-width: 39.99875em) {
  .has-negative-m.wpb_row {
    margin-top: 0;
  }
}

.get-touch-form {
  background-color: var(--accent-color);
  border-radius: 112px 112px 0 112px;
  padding: 33px 88px 10px 125px;
  overflow: hidden;
  -webkit-box-shadow: 0 28px 48px 0 rgba(0, 95, 178, 0.2);
          box-shadow: 0 28px 48px 0 rgba(0, 95, 178, 0.2);
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.get-touch-form form .form-group {
  width: 70%;
  float: left;
  position: relative;
  padding-top: 10px;
  margin-bottom: 36px;
}

.get-touch-form form .form-group:last-child {
  margin-right: 0;
}

.get-touch-form form .form-group .form-control {
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 0;
  padding: 0 0 5px;
  color: #fff;
  font-size: 15px;
}

.get-touch-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 3px solid var(--accent-color);
}

.get-touch-form form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.get-touch-form form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.get-touch-form form .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.get-touch-form form .form-group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.get-touch-form form .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.get-touch-form form .form-group img {
  position: absolute;
  top: 25px;
  left: -44px;
}

.get-touch-form form .main-btn {
  float: right;
  margin-bottom: 0;
  background-color: var(--white-color);
  padding: 20px 55px 19px;
  border-radius: 112px 112px 112px 112px;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  will-change: background, border;
  margin-top: 15px;
}

.get-touch-form form .main-btn:hover {
  background: transparent;
  color: var(--white-color);
  border-color: var(--white-color);
}

@media print, screen and (max-width: 39.99875em) {
  .get-touch-form {
    padding: 25px 25px 25px 60px;
    border-radius: 15px 15px 0 15px;
  }
  .get-touch-form form .form-group {
    width: 100%;
    padding-top: 20px;
    margin-right: 0;
  }
  .get-touch-form form .form-group img {
    top: 29px;
  }
  .get-touch-form form .form-group:first-child {
    padding-top: 0;
  }
  .get-touch-form form .form-group:first-child img {
    top: 9px;
  }
  .get-touch-form form .main-btn {
    float: none;
    width: 100%;
    padding: 10px 55px;
    margin-top: 25px;
  }
}

.get-touch-form.layout-2 {
  padding-left: 100px;
  padding-right: 25px;
  position: absolute;
  width: 100%;
  bottom: 120px;
}

@media print, screen and (max-width: 39.99875em) {
  .get-touch-form.layout-2 {
    padding-left: 60px;
    position: relative;
    bottom: 90px;
  }
}

.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
  margin-top: 5px;
}

.wpcf7 .wpcf7-form textarea {
  min-height: 253px;
  height: 253px;
}

@media print, screen and (max-width: 39.99875em) {
  .wpcf7 .wpcf7-form input[type="submit"] {
    padding: 15px 30px 10px;
    font-size: 13px;
  }
}

.wpcf7 .wpcf7-form .contact_style_4 input, .wpcf7 .wpcf7-form .contact_style_4 textarea {
  border-radius: 30px;
  padding: 12px 26px 9px;
  margin-top: 5px;
}

@media print, screen and (max-width: 39.99875em) {
  .wpcf7 .wpcf7-form .contact_style_4 input[type="submit"] {
    padding: 15px 30px 10px;
    font-size: 13px;
    width: 100%;
    white-space: pre-wrap;
  }
}

.post-password-form input[type="submit"] {
  border: none;
  color: var(--white-color);
}

@media print, screen and (min-width: 64em) {
  .your-business-goes .row.column-gap-35 {
    margin-left: 32.5px;
    margin-right: -62.5px;
  }
}

.wpcf7 .wpcf7-form .contact_style_5 input[type="email"] {
  padding: 12px 26px 9px;
  margin-top: 5px;
  width: 58%;
  float: left;
  background: var(--white-color);
}

@media print, screen and (max-width: 39.99875em) {
  .wpcf7 .wpcf7-form .contact_style_5 input[type="email"] {
    width: 100%;
  }
}

.wpcf7 .wpcf7-form .contact_style_5 input[type="submit"] {
  padding: 14px 38px 12px;
  margin-left: 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media print, screen and (max-width: 39.99875em) {
  .wpcf7 .wpcf7-form .contact_style_5 input[type="submit"] {
    padding: 15px 30px 10px;
    font-size: 13px;
    width: 100%;
    white-space: pre-wrap;
  }
}

.filters-button-group {
  text-align: center;
  margin-bottom: 75px;
}

.filters-button-group .portfolio_cats {
  font-size: 12px;
  font-weight: 900;
  padding: 9px 15px 6px;
  color: var(--secondary-color);
  border-radius: 15px;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  background: none;
  cursor: pointer;
}

.filters-button-group .portfolio_cats:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.filters-button-group .portfolio_cats.is-checked {
  background-color: var(--secondary-color);
  color: var(--white-color);
  margin: 0 6px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}

.portfolio-layout-1 {
  margin: 0;
}

.portfolio-layout-1 .portfolio-layout-1 {
  list-style: none;
  margin-bottom: 30px;
}

.portfolio-layout-1 .portfolio-layout-1 .item {
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.portfolio-layout-1 .portfolio-layout-1 .item img {
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.portfolio-layout-1 .portfolio-layout-1 .item:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.portfolio-layout-1 .portfolio-layout-1 .info {
  padding: 35px 0;
}

.portfolio-layout-1 .portfolio-layout-1 .info p {
  font-size: 17px;
  font-weight: 300;
}

.portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
}

.portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a {
  padding-right: 14px;
}

.portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a:after {
  content: '-';
  position: relative;
  left: 7px;
  color: #666;
}

.portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a:last-child:after {
  display: none;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-layout-4 .two-two {
  width: 50%;
}

@media print, screen and (max-width: 39.99875em) {
  .portfolio-layout-4 .two-two {
    width: 100%;
  }
}

.portfolio-layout-4 .one-one {
  width: 25%;
}

@media print, screen and (max-width: 39.99875em) {
  .portfolio-layout-4 .one-one {
    width: 100%;
  }
}

.portfolio_style-1 .portfolio_carousel, .portfolio_style-1 .portfolio_grid {
  list-style: none;
  margin-bottom: 30px;
}

.portfolio_style-1 .portfolio_carousel--item .item, .portfolio_style-1 .portfolio_grid--item .item {
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.portfolio_style-1 .portfolio_carousel--item .item img, .portfolio_style-1 .portfolio_grid--item .item img {
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.portfolio_style-1 .portfolio_carousel--item .item:hover, .portfolio_style-1 .portfolio_grid--item .item:hover {
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}

.portfolio_style-1 .portfolio_carousel--item .info, .portfolio_style-1 .portfolio_grid--item .info {
  padding: 35px 0;
}

.portfolio_style-1 .portfolio_carousel--item .info p, .portfolio_style-1 .portfolio_grid--item .info p {
  font-size: 17px;
  font-weight: 300;
}

.portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder, .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a, .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a {
  padding-right: 14px;
}

.portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a:after, .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a:after {
  content: '-';
  position: relative;
  left: 7px;
  color: #666;
}

.portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a:last-child:after, .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a:last-child:after {
  display: none;
}

.portfolio_style-1 .portfolio_carousel .slick-arrow {
  right: 20px;
  position: absolute;
  background: #eee;
  padding: 14px 19px 14px 21px;
  top: 45%;
  opacity: 0.1;
}

.portfolio_style-1 .portfolio_carousel .slick-arrow.left-side {
  right: auto;
  left: 20px;
  z-index: 1;
  padding: 14px 22px 14px 19px;
}

.portfolio_style-1 .portfolio_carousel:hover .slick-arrow {
  opacity: 1;
}

.portfolio_style-2 .portfolio_carousel, .portfolio_style-2 .portfolio_grid {
  list-style: none;
}

.portfolio_style-2 .portfolio_carousel--item .item, .portfolio_style-2 .portfolio_grid--item .item {
  position: relative;
  overflow: hidden;
}

.portfolio_style-2 .portfolio_carousel--item .item:before, .portfolio_style-2 .portfolio_grid--item .item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
  background: var(--primary-color);
  opacity: 0;
}

.portfolio_style-2 .portfolio_carousel--item .item:hover:before, .portfolio_style-2 .portfolio_grid--item .item:hover:before {
  width: 100%;
  opacity: .95;
}

.portfolio_style-2 .portfolio_carousel--item .item:hover .info,
.portfolio_style-2 .portfolio_carousel--item .item:hover .wd-portfolio-category-holder,
.portfolio_style-2 .portfolio_carousel--item .item:hover h4,
.portfolio_style-2 .portfolio_carousel--item .item:hover .related.products > h2,
.portfolio_style-2 .portfolio_carousel--item .item:hover .up-sells > h2,
.portfolio_style-2 .portfolio_carousel--item .item:hover .cross-sells > h2, .portfolio_style-2 .portfolio_grid--item .item:hover .info,
.portfolio_style-2 .portfolio_grid--item .item:hover .wd-portfolio-category-holder,
.portfolio_style-2 .portfolio_grid--item .item:hover h4,
.portfolio_style-2 .portfolio_grid--item .item:hover .related.products > h2,
.portfolio_style-2 .portfolio_grid--item .item:hover .up-sells > h2,
.portfolio_style-2 .portfolio_grid--item .item:hover .cross-sells > h2 {
  -webkit-transform: translate(0px, 0px) !important;
          transform: translate(0px, 0px) !important;
  font-weight: 300;
}

.portfolio_style-2 .portfolio_carousel--item .item:hover .portfolio_arrow, .portfolio_style-2 .portfolio_grid--item .item:hover .portfolio_arrow {
  right: -10px;
  opacity: 1;
}

.portfolio_style-2 .portfolio_carousel--item .item .info, .portfolio_style-2 .portfolio_grid--item .item .info {
  position: absolute;
  bottom: 100px;
  background: rgba(255, 59, 51, 0.8);
  padding: 20px 25px;
  border-top-right-radius: 58px;
  border-bottom-right-radius: 58px;
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  -webkit-transform: translate(-100%, 0px);
          transform: translate(-100%, 0px);
}

.portfolio_style-2 .portfolio_carousel--item .item .info h4, .portfolio_style-2 .portfolio_carousel--item .item .info .related.products > h2,
.portfolio_style-2 .portfolio_carousel--item .item .info .up-sells > h2,
.portfolio_style-2 .portfolio_carousel--item .item .info .cross-sells > h2, .portfolio_style-2 .portfolio_grid--item .item .info h4, .portfolio_style-2 .portfolio_grid--item .item .info .related.products > h2,
.portfolio_style-2 .portfolio_grid--item .item .info .up-sells > h2,
.portfolio_style-2 .portfolio_grid--item .item .info .cross-sells > h2 {
  color: var(--white-color);
  margin: 0;
  font-weight: 600;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.45s;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.45s;
}

.portfolio_style-2 .portfolio_carousel--item .item .info a, .portfolio_style-2 .portfolio_grid--item .item .info a {
  color: var(--white-color);
  padding-right: 8px;
}

.portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category, .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category {
  font-size: 13px;
}

.portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category:not(:last-child), .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category:not(:last-child) {
  position: relative;
  padding-right: 24px;
}

.portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category:not(:last-child):after, .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category:not(:last-child):after {
  content: " ";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 10px;
  right: 6px;
  background: var(--white-color);
}

.portfolio_style-2 .portfolio_carousel--item .item .wd-portfolio-category-holder, .portfolio_style-2 .portfolio_grid--item .item .wd-portfolio-category-holder {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}

.portfolio_style-2 .portfolio_carousel--item .item .portfolio_arrow, .portfolio_style-2 .portfolio_grid--item .item .portfolio_arrow {
  position: absolute;
  bottom: 20px;
  -webkit-transition: all 0.55s cubic-bezier(0.29, 0.66, 0, 1.05) 0.55s;
  transition: all 0.55s cubic-bezier(0.29, 0.66, 0, 1.05) 0.55s;
  right: 100px;
  opacity: 0;
}

.portfolio_style-2 .portfolio_carousel--item .item .portfolio_arrow svg, .portfolio_style-2 .portfolio_grid--item .item .portfolio_arrow svg {
  fill: #fff;
  max-height: 35px;
}

.portfolio_style-2 .portfolio_carousel {
  margin: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.portfolio_style-2 .portfolio_carousel--item {
  padding-bottom: 50px;
}

.portfolio_style-2 .portfolio_carousel--item .item {
  max-height: 500px;
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
  border-radius: 5px;
}

.portfolio_style-2 .portfolio_carousel .slick-arrow {
  right: -20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 22px 14px 22px;
  top: 45%;
  opacity: 0.1;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.portfolio_style-2 .portfolio_carousel .slick-arrow.left-side {
  right: auto;
  left: -20px;
  z-index: 1;
  padding: 14px 22px 14px 19px;
}

.portfolio_style-2 .portfolio_carousel:hover .slick-arrow {
  opacity: 1;
  background: var(--accent-color);
  color: var(--white-color);
  right: 20px;
}

.portfolio_style-2 .portfolio_carousel:hover .slick-arrow.left-side {
  left: 20px;
  right: auto;
}

.portfolio_style-3 .portfolio_masonry {
  padding: 0;
  list-style: none;
}

@media print, screen and (max-width: 39.99875em) {
  .portfolio_style-3 .portfolio_masonry {
    margin: 0;
  }
}

.portfolio_style-3 .portfolio_masonry li.element-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio-grid-items-content {
  position: relative;
  overflow: hidden;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc {
  position: absolute;
  background: RGBA(51, 92, 255, 0.9);
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_int {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_icon {
  width: 44px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-block;
  line-height: 40px;
  margin: 0 6px;
  color: var(--white-color);
  font-size: 18px;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  border-radius: 8px;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_icon:hover {
  color: #2C3E50;
  background: var(--white-color);
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_title {
  font-size: 17px;
  color: var(--white-color) FFF;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 20px;
}

.portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_title a {
  color: var(--white-color) FFF;
}

/*------- Single Portfolio ----------*/
.single-portfolio ul.wd-post__thumbnail--gallery {
  list-style: none;
}

.single-portfolio span.left {
  position: absolute;
  left: 0;
  top: calc(50% - 27px);
  z-index: 1;
  padding: 20px;
  background: var(--primary-color);
}

.single-portfolio span.left i {
  color: #fff;
}

.single-portfolio span.right {
  position: absolute;
  right: 0;
  top: calc(50% - 27px);
  z-index: 1;
  padding: 20px;
  background: var(--primary-color);
}

.single-portfolio span.right i {
  color: #fff;
}

.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery, .single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery {
  list-style: none;
}

.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a, .single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a {
  display: inline-block;
  position: relative;
}

.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a:after, .single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a:after {
  display: block;
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(42, 42, 51, 0.8);
  width: 100%;
  border-radius: 8px;
  height: 100%;
}

.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a:hover:after, .single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a:hover:after {
  opacity: 1;
}

.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery img, .single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery img {
  border-radius: 10px;
}

.single-portfolio .description {
  margin-top: 40px;
}

.single-portfolio .description h3 {
  margin-bottom: 15px;
}

.single-portfolio.left-grid-portfolio .description, .single-portfolio.left-carousel-portfolio .description {
  margin-top: 0;
}

.single-portfolio .item-info {
  margin-top: 40px;
}

.single-portfolio .item-info .cat, .single-portfolio .item-info .dat {
  color: var(--header-color);
  margin-right: 10px;
}

.single-portfolio .item-info h3 {
  margin-bottom: 15px;
}

.single-portfolio .item-info ul {
  list-style: none;
  margin: 0;
}

.single-portfolio .item-info ul li {
  margin-bottom: 10px;
}

.wd-progress-bar-container .wd-progress-bar {
  list-style: none;
  margin: 0;
}

.wd-progress-bar-container .wd-progress-bar li {
  margin-bottom: 44px;
}

.wd-progress-bar-container .wd-progress-bar .label-bar {
  color: #001774;
}

.wd-progress-bar-container .wd-progress-bar .value-bar {
  float: right;
  color: #001774;
}

.wd-progress-bar-container .wd-progress-bar .progress {
  background: #E9EEFF;
  height: 5px;
}

.wd-progress-bar-container .wd-progress-bar .progress .meter {
  background: var(--secondary-color);
  height: 5px;
  display: block;
}

.wd-heading.left {
  text-align: left;
}

.wd-heading.center {
  text-align: center;
}

.wd-heading.right {
  text-align: right;
}

.wd-heading .first-title {
  font-size: 22px;
}

.wd-heading h2 span {
  display: inline-block;
}

.wd-heading h2 span br {
  line-height: 0;
}

.testimonail-slik > .slick-arrow {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 1;
  padding: 5px 10px;
  cursor: pointer;
}

.testimonail-slik > .slick-arrow:hover i {
  color: var(--accent-color);
}

.testimonail-slik .fa-chevron-left {
  right: 25px;
  position: relative;
}

.testimonail-slik .testimonail-item {
  padding: 40px 20px 60px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .testimonail-slik .testimonail-item {
    padding: 90px 10px 0;
  }
}

.testimonail-slik .testimonail-item .testimonail-thumb img {
  border-radius: 50%;
  border: 10px solid var(--white-color);
  -webkit-box-shadow: 0 0 9px rgba(64, 124, 191, 0.1);
          box-shadow: 0 0 9px rgba(64, 124, 191, 0.1);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.testimonail-slik .testimonail-item:hover .testimonail-thumb img {
  border-radius: 0;
  -webkit-clip-path: polygon(5% 5%, 100% 0%, 100% 80%, 80% 80%, 80% 100%, 60% 80%, 0% 80%);
          clip-path: polygon(5% 5%, 100% 0%, 100% 80%, 80% 80%, 80% 100%, 60% 80%, 0% 80%);
  border-width: 0;
}

.testimonail-slik .testimonail-item .testimonail-content {
  position: relative;
  background: var(--white-color);
}

@media print, screen and (max-width: 39.99875em) {
  .testimonail-slik .testimonail-item .testimonail-content {
    padding: 100px 20px 40px;
  }
}

.testimonail-slik .testimonail-item .testimonail-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonail-slik .testimonail-item .testimonail-content .name {
  position: relative;
  margin-bottom: 0;
  margin-left: 10px;
}

.testimonail-slik .testimonail-item .testimonail-content .name:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 5px;
  background: var(--accent-color);
  position: absolute;
  left: -10px;
}

.testimonail-slik .testimonail-item .firs-shadow, .testimonail-slik .testimonail-item .sec-shadow {
  height: 50px;
  background: var(--white-color);
  position: absolute;
  border-radius: 35px;
  z-index: -1;
}

.testimonail-slik .testimonail-item .firs-shadow {
  bottom: -20px;
  width: 90%;
  left: 5%;
  opacity: 0.3;
}

.testimonail-slik .testimonail-item .sec-shadow {
  bottom: -10px;
  width: 94%;
  left: 3%;
  opacity: 0.6;
}

#comments {
  margin-top: 60px;
}

#comments ul.commentlist, #comments ol.commentlist {
  list-style-type: none !important;
  margin: 0;
}

#comments ul.commentlist li.comment, #comments ol.commentlist li.comment {
  margin-bottom: 30px;
  list-style-type: none;
}

#comments ul.commentlist li.comment section.comment p, #comments ol.commentlist li.comment section.comment p {
  color: #666;
  font-size: 16px;
  margin: 7px 0;
}

#comments ul.commentlist li.comment section.comment .comment-reply-link, #comments ol.commentlist li.comment section.comment .comment-reply-link {
  color: var(--white-color);
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--primary-color);
}

#comments ul.commentlist .author-meta cite, #comments ol.commentlist .author-meta cite {
  display: block;
  margin-bottom: 10px;
}

#comments ul.commentlist .author-meta cite a, #comments ol.commentlist .author-meta cite a {
  font-size: 20px;
  font-weight: 600;
}

.wd-comment {
  margin-bottom: 2em;
  padding: 50px 50px 40px;
  width: 100%;
  display: table;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 60px rgba(203, 215, 235, 0.2);
          box-shadow: 0 8px 60px rgba(203, 215, 235, 0.2);
  border: 1px solid #EAEFF7;
}

.wd-comment-author-img {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}

.wd-comment-author-img img {
  border-radius: 50%;
}

.wd-comment-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.comments_title,
.comment-reply-title {
  margin-bottom: 1em;
}

.comment_name {
  display: inline-block;
  margin: 0 25px 0 0;
}

.comment_date {
  font-size: 11px;
}

.comment-reply-link {
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--accent-color);
}

.comment-edit-link {
  float: right;
  font-size: 14px;
}

.comment ul.children {
  margin-left: 4rem;
}

.comment-respond {
  padding: 3em 0 4em;
}

#commentform #submit[type="submit"],
.blog-posts form .small.radius {
  border: none;
  margin-top: 20px;
}

.wpcf7-form input[type="submit"] {
  color: var(--white-color) fff;
  border: none;
  background-color: #5709bd;
  background-image: -webkit-gradient(linear, left top, right top, from(#5709bd), color-stop(50%, #3806ca), to(#5709bd));
  background-image: linear-gradient(to right, #5709bd 0%, #3806ca 50%, #5709bd 100%);
  -webkit-transition: all .2s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-size: 200% 100%;
  padding: 17px 60px;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 30px;
  text-decoration: none;
}

.wpcf7-form input[type="submit"]:hover {
  color: var(--white-color) fff;
  background-color: #481ebe;
  border: none;
  background-position: 100% 0;
}

.wpcf7-form .contact-form.email-form div.columns .input-form input[type="text"], .wpcf7-form .contact-form.email-form div.columns .input-form input[type="email"] {
  height: 50px !important;
  margin-bottom: 30px;
  position: relative;
  color: #999999;
  border-bottom: 2px solid #C8D3FF !important;
  -webkit-box-shadow: 0 7px 15px -7px rgba(236, 226, 226, 0.3);
          box-shadow: 0 7px 15px -7px rgba(236, 226, 226, 0.3);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  z-index: 10;
  background: var(--white-color) !important;
  padding-left: 0 !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.wpcf7-form .contact-form.email-form div.columns .input-form input[type="text"]:focus, .wpcf7-form .contact-form.email-form div.columns .input-form input[type="email"]:focus {
  border-bottom: 2px solid var(--accent-color) !important;
}

.wpcf7-form .contact-form.email-form div.columns .input-form textarea {
  background: var(--white-color) !important;
  margin-bottom: 0;
  position: relative;
  color: #999999;
  border-bottom: 2px solid #C8D3FF !important;
  -webkit-box-shadow: 0 7px 15px -7px rgba(236, 226, 226, 0.3);
          box-shadow: 0 7px 15px -7px rgba(236, 226, 226, 0.3);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  z-index: 10;
  padding-left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.wpcf7-form .contact-form.email-form div.columns .input-form textarea:focus {
  border-bottom: 2px solid var(--accent-color) !important;
}

.wpcf7-form .contact-form.email-form div.columns.in-left {
  float: left !important;
}

.wpcf7-form .contact-form.email-form div.columns.in-left .wpcf7-submit {
  width: 80%;
  background: no-repeat;
  border-radius: 112px 112px 0 112px;
  border: 1px solid #c8d3ff;
  color: #000;
  padding: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-top: 40px;
}

.wpcf7-form .contact-form.email-form div.columns.in-left .wpcf7-submit:hover {
  border-color: #000;
  cursor: pointer;
}

@media print, screen and (max-width: 39.99875em) {
  .wpcf7-form .contact-form.email-form div.columns.in-left .wpcf7-submit {
    width: 100%;
  }
}

.team-list-style1 {
  margin: 0;
}

.team-list-style1 li {
  list-style: none;
}

.team-list-style1 .team-member {
  text-align: center;
}

.team-list-style1 .team-member__picture {
  padding: 0 15px;
  margin: 0 15px;
}

.team-list-style1 .team-member__picture img {
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.02, 0.54, 0.58, 1);
}

.team-list-style1 .team-member__info {
  text-align: center;
}

.team-list-style1 .team-member__name {
  margin-top: 30px;
  margin-bottom: 5px;
}

.team-list-style1 .team-member__name span {
  position: relative;
}

.team-list-style1 .team-member__name span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0;
  background: var(--primary-color);
  visibility: hidden;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .10s linear;
  transition: .10s linear;
}

.team-list-style1 .team-member:hover .team-member__picture img {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.team-list-style1 .team-member:hover h4 span:before, .team-list-style1 .team-member:hover .related.products > h2 span:before, .team-list-style1 .team-member:hover .up-sells > h2 span:before, .team-list-style1 .team-member:hover .cross-sells > h2 span:before, .team-list-style1 .team-member:hover h3 span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.team-list-style2 {
  margin: 0;
}

.team-list-style2 > li {
  list-style: none;
  padding: 0 20px;
}

@media print, screen and (max-width: 39.99875em) {
  .team-list-style2 > li {
    padding: 0 5px;
  }
}

.team-list-style2 .team-member {
  border-radius: 30px 30px 0 30px;
  -webkit-transition: all 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition: all 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  overflow: hidden;
  position: relative;
}

.team-list-style2 .team-member:hover {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.team-list-style2 .team-member__picture {
  padding: 0;
}

.team-list-style2 .team-member__picture img {
  border-radius: 5px 5px 0 0;
}

.team-list-style2 .team-member__info {
  text-align: center;
  padding: 30px 30px 6px 30px;
}

@media print, screen and (max-width: 39.99875em) {
  .team-list-style2 .team-member__info {
    padding: 30px 15px 6px 15px;
  }
}

.team-list-style2 .team-member__name {
  margin: 0;
}

.team-list-style2 .team-member__socialmedia {
  display: inline;
  position: absolute;
  top: 10px;
  right: -100%;
  background: #FF3B33;
  padding: 7px 28px 2px;
  border-radius: 24px 24px 0 24px;
  -webkit-box-shadow: 0 6px 21px rgba(2, 2, 2, 0.3);
          box-shadow: 0 6px 21px rgba(2, 2, 2, 0.3);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.team-list-style2 .team-member__socialmedia ul {
  margin: 0;
}

.team-list-style2 .team-member__socialmedia ul li {
  display: inline;
}

.team-list-style2 .team-member__socialmedia ul li a {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  padding: 0 8px;
}

.team-list-style2 .team-member:hover .team-member__socialmedia {
  right: 0;
}

.team-list-style3 li {
  list-style: none;
  margin-bottom: 50px;
}

.team-list-style3 li .team-member {
  position: relative;
  padding: 0 20px;
}

.team-list-style3 li .team-member__picture img {
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
}

.team-list-style3 li .team-member__info {
  padding: 70px 40px 25px;
  border-radius: 20px;
  margin-top: -40px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-list-style3 li .team-member__info > * {
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}

.team-list-style3 li .team-member__name {
  margin: 0;
}

.team-list-style3 li .team-member__desc {
  position: absolute;
  top: 227px;
  left: 40px;
  max-width: 214px;
  opacity: 0;
  -webkit-transition: all .45s ease .1s !important;
  transition: all .45s ease .1s !important;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.team-list-style3 li .team-member__socialmedia {
  display: inline;
  position: absolute;
  bottom: -17px;
  right: 69px;
  background: var(--accent-color);
  padding: 7px 28px 2px;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
}

.team-list-style3 li .team-member__socialmedia ul {
  margin: 0;
}

.team-list-style3 li .team-member__socialmedia ul li {
  display: inline;
}

.team-list-style3 li .team-member__socialmedia ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 0 8px;
}

.team-list-style3 li .team-member:hover .team-member__info {
  padding: 160px 40px 25px;
}

.team-list-style3 li .team-member:hover .team-member__desc {
  top: 180px;
  opacity: 1;
  -webkit-transform: scale(1) translateY(92px);
          transform: scale(1) translateY(92px);
}

.team-list-style3 li .team-member:hover .team-member__picture {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.text-icon {
  padding: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
  margin-bottom: 30px;
  -webkit-transition: .35s;
  transition: .35s;
  /*--------- Icon Top position --------- */
  /*--------- Icon Left position --------- */
}

.text-icon:hover {
  -webkit-box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
          box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.text-icon .center {
  text-align: center;
}

.text-icon .left {
  text-align: left;
}

.text-icon .right {
  text-align: right;
}

.text-icon__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (max-width: 39.99875em) {
  .text-icon__container {
    display: block;
  }
}

.text-icon__icon-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  padding: 0 35px 0 0;
}

@media print, screen and (max-width: 39.99875em) {
  .text-icon__icon-box {
    padding: 0 15px 15px 0;
  }
}

.text-icon__icon-box img, .text-icon__icon-box svg {
  max-height: 90px;
}

.text-icon__icon-box i {
  font-size: 45px;
}

.text-icon__title {
  padding: 11px 0 15px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.text-icon__text {
  margin: 0;
}

.text-icon--icon-top_position .text-icon__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.text-icon--icon-top_position .text-icon__icon-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  padding: 0;
}

.text-icon--icon-right_position .text-icon__icon-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.text-icon--icon-left_position .text-icon__title, .text-icon--icon-right_position .text-icon__title {
  padding-top: 0;
}

.wd-count-up {
  text-align: center;
}

.wd-count-up i {
  color: var(--secondary-color);
  font-size: 70px;
}

.wd-count-up__counter {
  margin: 0;
}

.wd-svg > svg {
  max-width: 100%;
}

svg .moveUpDown {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: moveUpDown;
          animation-name: moveUpDown;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

svg .anim-d-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

svg .anim-d-15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

svg .anim-d-18 {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

svg .anim-d-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes moveUpDown {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  to {
    -webkit-transform: translateX(0) translateY(25px);
            transform: translateX(0) translateY(25px);
  }
}

@keyframes moveUpDown {
  from {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  to {
    -webkit-transform: translateX(0) translateY(25px);
            transform: translateX(0) translateY(25px);
  }
}

.page-loading {
  display: none;
}

.wd_page_transitions .page-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.playvideo_animation {
  position: absolute;
  top: -28px;
  left: -27px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.play span {
  z-index: 2;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .01rem;
  text-transform: uppercase;
  color: var(--white-color);
}

.play i {
  padding: 14px 15px 15px 17px;
  border-radius: 50%;
  background: var(--accent-color);
  color: var(--white-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 20px;
}

.play:hover i, .play:hover .playvideo_animation {
  background: var(--primary-color);
}

.playvideo_animation {
  -webkit-animation: playvideoWave 3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
          animation: playvideoWave 3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
}

@-webkit-keyframes playvideoWave {
  from {
    opacity: 0.4;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes playvideoWave {
  from {
    opacity: 0.4;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

div .wd-video-hero {
  -webkit-box-shadow: 0px 30px 60px rgba(7, 31, 50, 0.38);
          box-shadow: 0px 30px 60px rgba(7, 31, 50, 0.38);
}

.wd-video--big-size .play {
  position: relative;
}

.wd-video--big-size .play i,
.wd-video--big-size .play .playvideo_animation {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.wd-video--big-size .play i {
  position: absolute;
  top: -28px;
  left: -27px;
  z-index: 2;
}

.wd-video--big-size .play .playvideo_animation {
  top: -81px;
  left: -80px;
  width: 150px;
  height: 150px;
  z-index: 1;
  -webkit-animation: playvideoWaveBig 2s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
          animation: playvideoWaveBig 2s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
}

@-webkit-keyframes playvideoWaveBig {
  from {
    opacity: 0.4;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes playvideoWaveBig {
  from {
    opacity: 0.4;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

.wd-video-box {
  position: relative;
}

@media print, screen and (max-width: 63.99875em) {
  .wd-video-box {
    min-width: 100% !important;
  }
}

.wd-video-box .full_screen_video_wrapper {
  height: 100%;
  width: 100%;
}

.wd-video-box .full_screen_video_wrapper.text-center .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wd-video-box .full_screen_video_wrapper.text-left .play {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.wd-video-box .full_screen_video_wrapper.text-right .play {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

html.is-reveal-open, html.is-reveal-open body {
  position: relative;
}

.flex-wrapper {
  display: block;
}

.circular-chart {
  display: block;
  position: relative;
  z-index: 9;
}

.circle-bg {
  fill: none;
  stroke: #CBD1D6;
  stroke-width: 0.4;
}

.circle {
  fill: none;
  stroke-width: 0.4;
  stroke-linecap: round;
  -webkit-transition: 1.1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 1.1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: var(--accent-color);
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.percentage-circle .single-chart {
  position: relative;
}

.percentage-circle .single-chart .circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.43, -0.26, 0.32, 1.53) 600ms;
  transition: all cubic-bezier(0.43, -0.26, 0.32, 1.53) 600ms;
}

@media print, screen and (max-width: 39.99875em) {
  .percentage-circle .single-chart .circle-img {
    width: calc( 100% - 45px);
  }
}

.percentage-circle .single-chart .circle-img.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.percentage-circle .single-chart .circle-container {
  width: 89.5%;
  height: 89.5%;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.percentage-circle .single-chart .circle-container > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px;
}

.percentage-circle .single-chart .circle-container li:first-child span, .percentage-circle .single-chart .circle-container li:nth-child(2) span, .percentage-circle .single-chart .circle-container li.circle-active span {
  background-color: var(--accent-color);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media print, screen and (max-width: 39.99875em) {
  .percentage-circle .single-chart .circle-container li:first-child span, .percentage-circle .single-chart .circle-container li:nth-child(2) span, .percentage-circle .single-chart .circle-container li.circle-active span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.percentage-circle .single-chart .circle-container li span {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
  width: 20px;
  height: 20px;
  background-color: #CBD1D6;
  -webkit-transition: all 0.6s cubic-bezier(0.95, -1.68, 0.01, 2.88);
  transition: all 0.6s cubic-bezier(0.95, -1.68, 0.01, 2.88);
}

.xoo-wsc-container {
  padding: 15px 20px;
  width: 360px;
  right: -360px;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsc-ctxt {
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:before, .xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  content: "";
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.xoo-wsc-container .xoo-wsc-header .xoo-wsc-close:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product {
  position: relative;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col,
.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-sum-col {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col {
  width: 75px;
  height: 75px;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove {
  position: absolute;
  top: 20px;
  right: 25px;
  margin: 0;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:after, .xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  content: "";
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:after:hover, .xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:before:hover {
  background-color: var(--primary-color);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-img-col .xoo-wsc-remove span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-sum-col {
  width: auto;
  padding-left: 15px;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product .xoo-wsc-sum-col a {
  color: #222;
  font-weight: 600;
}

.xoo-wsc-container .xoo-wsc-body .xoo-wsc-content .xoo-wsc-product:last-child {
  border-bottom: 0;
}

.xoo-wsc-container .xoo-wsc-footer {
  background-color: #FFF;
  width: calc(100% - 40px);
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-a .xoo-wsc-subtotal {
  color: #222;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b {
  overflow: hidden;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn {
  margin: 3px;
  display: inline-block;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border: 1px solid var(--primary-color);
  font-family: "Poppins", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 2px;
  padding: 10px;
  color: #FFF;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cart, .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-chkt {
  float: left;
  width: calc(50% - 3px);
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cart {
  margin-left: 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-chkt {
  margin-right: 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn.xoo-wsc-cont {
  margin-left: 0;
  margin-right: 0;
}

.xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:hover, .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-footer-b .btn:focus {
  background-color: transparent;
  color: var(--text-color);
}

.xoo-wsc-basket {
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .logged-in div.xoo-wsc-container {
    top: 46px;
  }
}

.logged-in .xoo-wsc-container {
  top: 32px;
}

.wd-clients-grid {
  position: relative;
  margin-bottom: 60px;
}

.wd-clients-grid ul {
  border-radius: 16px;
  margin: 0;
  padding: 65px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(225, 231, 255, 0.5);
          box-shadow: 0px 3px 20px rgba(225, 231, 255, 0.5);
  position: relative;
  z-index: 1;
}

.wd-clients-grid .firs-shadow, .wd-clients-grid .sec-shadow {
  height: 50px;
  background: #fff;
  position: absolute;
  border-radius: 16px;
  z-index: 0;
  opacity: 0.9;
  -webkit-box-shadow: 0px 3px 20px rgba(225, 231, 255, 0.5);
          box-shadow: 0px 3px 20px rgba(225, 231, 255, 0.5);
}

.wd-clients-grid .firs-shadow {
  bottom: -15px;
  width: 96%;
  left: 2%;
}

.wd-clients-grid .sec-shadow {
  bottom: -7px;
  width: 98%;
  left: 1%;
}

.wd-clients-grid li {
  list-style: none;
}

.wd-clients-grid .wd-clients-container {
  text-align: center;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.wd-clients-grid .wd-clients-container:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.wd-clients-carousel.nav_arrow .slick-arrow {
  display: none !important;
}

.wd-clients-carousel .slick-next, .wd-clients-carousel .slick-prev {
  height: 100%;
}

.wd-clients-carousel .slick-prev::before, .wd-clients-carousel .slick-next::before {
  color: #0a0a0a;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 50px;
}

.wd-clients-carousel .slick-prev::before {
  content: '\f104';
}

.wd-clients-carousel .slick-next::before {
  content: '\f105';
}

.wd-clients-carousel .wd-clients-carousel-item:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.wd-clients-carousel .wd-clients-carousel-item img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
}

.image-box-item {
  margin-top: 2em;
}

.image-box-item img {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(237, 237, 237, 0.46);
          box-shadow: 0px 0px 3px 0px rgba(237, 237, 237, 0.46);
  padding: 4px;
  border: 1px solid #E7E7E7;
}

.image-box-text, .scene {
  padding: 3px;
}

.image-box-text h5, .scene h5 {
  font-weight: 600;
}

.image-box-text h5 a, .scene h5 a {
  color: #3C3F43;
}

.image-box-text p, .scene p {
  font-size: 12px;
  color: #737373;
}

h3.title {
  color: #5A53DD;
}

.scene {
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 200px;
  -webkit-perspective: 600px;
          perspective: 600px;
  margin: 20px auto;
}

.flip {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip,
.flip > div {
  width: inherit;
  height: inherit;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.flip > div {
  line-height: 200px;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.arriere {
  padding: 3px;
  background-color: #F7F7F7;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.scene:hover .flip {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.image-box-style3 .arriere {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.image-box-style3 .scene:hover .flip {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

iframe {
  width: 100%;
}

div.map-popup {
  display: inline-block;
}

div.map-img {
  display: inline-block;
  float: left;
  width: 320px;
}

div.map-text {
  display: inline-block;
  width: 10em;
  margin-left: 0.5em;
}

.parallax {
  background-size: 100%;
  background-position: 50% auto;
  background-attachment: fixed;
}

#bg_video {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: none;
}

/* Everything inside container should be above video */
#bg_video * {
  position: relative;
  z-index: 10;
  /* video should be underneath */
}

#bg_video * .video {
  position: absolute;
  z-index: 1;
}

.blog .owl-carousel {
  list-style: none;
  position: relative;
}

.blog .owl-carousel .owl-controls {
  position: absolute;
  top: 45%;
  width: 100%;
}

.blog .owl-carousel .owl-prev {
  float: left;
  background: rgba(238, 238, 238, 0.6);
  padding: 20px;
  margin-left: 1px;
}

.blog .owl-carousel .owl-next {
  float: right;
  background: rgba(238, 238, 238, 0.6);
  padding: 20px;
}

#triangle-topleft {
  width: 0;
  height: 0;
  border-top: 100px solid red;
  border-right: 100px solid transparent;
}

.not_found {
  text-align: center;
  width: 100%;
  margin: 150px 0;
}

@media print, screen and (max-width: 39.99875em) {
  .not_found {
    padding: 0 35px;
  }
}

.not_found__404 {
  font-size: 200px;
  color: var(--primary-color);
}

@media print, screen and (max-width: 39.99875em) {
  .not_found__404 {
    font-size: 140px;
  }
}

.not_found__search .searchform {
  max-width: 500px;
  margin: 0 auto;
}

.search-post__keyname span {
  color: var(--primary-color);
}

.search-post__form {
  margin: 30px 0 70px 0;
}

.search-post__result {
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
}

.search .search-post__form #searchsubmit {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.search .search-post__meta {
  margin: 10px 0 15px;
}

.wd-latest-posts-widget ul {
  margin: 0;
}

.wd-latest-posts-widget__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}

.wd-latest-posts-widget__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-right: 20px;
}

.wd-latest-posts-widget__image img {
  border-radius: 10px;
  border: 1px solid rgba(0, 82, 255, 0.15);
}

.wd-latest-posts-widget__title a {
  color: var(--headings-color);
}

.wd-latest-posts-widget__meta {
  color: #82868A;
}

.footer_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 15px 0;
}

.footer_social_icons li {
  padding-right: 20px;
}

.footer_social_icons li i {
  font-size: 20px;
}

/*-----------search -----------------*/
.woocommerce-product-search {
  position: relative;
}

.searchform #s,
.woocommerce-product-search .search-field {
  padding: 26px 50px 25px 20px;
  border-radius: 5px;
}

.searchform button[type='submit'],
.woocommerce-product-search button[type='submit'] {
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 18px;
  top: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: transparent url("../images/icon/search-icon.svg") no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-size: cover;
  color: transparent;
}

.searchform button[type='submit']:after,
.woocommerce-product-search button[type='submit']:after {
  display: none;
}

.first-footer #searchsubmit i {
  color: #fff;
}

/*--------------  Popular tags ----------------------------------*/
.tag-cloud-link {
  display: inline-block;
  border-radius: 28px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 10px 25px 6px;
  background: var(--primary-color);
  color: #fff !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

.tag-cloud-link:hover {
  background-color: #ff3b33;
  background-color: var(--accent-color);
}

/*--------------  Services Menu ----------------------------------*/
.menu-services-menu-container ul li {
  padding: 0px 0px 0px 26px;
}

.menu-services-menu-container ul li a {
  padding: 0 5px;
}

.titlebar {
  text-align: center;
  position: relative;
  background-color: #f7f8ff;
  margin-bottom: 90px;
}

@media print, screen and (min-width: 40em) {
  .titlebar {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 64em) {
  .titlebar {
    padding: 220px 0 30px;
  }
}

.titlebar .row {
  display: block;
}

.titlebar .woocommerce-breadcrumb {
  padding-top: 0;
}

.titlebar .breadcrumbs {
  margin-bottom: 0;
  display: none;
}

@media print, screen and (max-width: 39.99875em) {
  .titlebar .breadcrumbs li {
    float: none;
    display: inline-block;
  }
  .titlebar .breadcrumbs li strong {
    font-weight: inherit;
  }
}

.titlebar .breadcrumbs li {
  color: #FFF;
}

.titlebar #page-title {
  font-size: 20px;
  padding: 0 15px 60px 15px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  display: block;
  color: var(--primary-color);
}

@media print, screen and (min-width: 40em) {
  .titlebar #page-title {
    font-size: 40px;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .titlebar #page-title {
    padding: 50px 15px 60px 15px;
  }
}

@media print, screen and (min-width: 64em) {
  .titlebar #page-title {
    font-size: 44px;
  }
}

.instagram {
  list-style: none;
  margin: 0;
}

.instagram li {
  padding: 0 4px 0 0;
  margin: 0 0 25px;
}

.primary-color_bg, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::before, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover::before, .woocommerce ul.products li.product .button, .single-product .entry-summary .yith-wcwl-add-button .add_to_wishlist, .show-cart-btn .hidden-cart .widget_shopping_cart .woocommerce-mini-cart__buttons a, .first-footer .newsletter-div .newslettersubmit, .first-footer h2::after, .choose-us-list li:before, h2.contact-us::after, .contact-us-info h2::after, .who-we-are h2::after {
  background-image: linear-gradient(-45deg, #3805cd, #6c00ce);
}

.primary-color_color, .widget-area ul.product_list_widget li .star-rating span:before, .wpb_widgetised_column ul.product_list_widget li .star-rating span:before, .widget-area ul li.current-cat > a, .wpb_widgetised_column ul li.current-cat > a, .widget-area .product-categories li.cat-item a:hover, .wpb_widgetised_column .product-categories li.cat-item a:hover, .woocommerce .gridlist-toggle a, .price ins, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark, .woocommerce ul.products li.product .button.quick_view::after, .wd_product_cat .product-cat-container .cat_text ul li a:hover::before, a, a:focus, a.active,
a:active,
a:hover, .first-footer .newsletter-div a.footer-readmor, ul.social_media li i, .top-bar .top-bar-right .menu li a:hover, .who-we-are h4, .who-we-are .related.products > h2,
.who-we-are .up-sells > h2,
.who-we-are .cross-sells > h2 {
  color: var(--primary-color);
}

.primary-color_border, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover::after, .woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:hover::after, .woocommerce ul.products li.product .button, .client-media .media-body p {
  border-color: var(--primary-color);
}

.small-shadow, .team-list-style3 li .team-member__info {
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: 1px solid rgba(88, 136, 247, 0.1);
}

.small-shadow--noborder, .pricing-table.pricing1, .pricing-table.pricing2, .portfolio-layout-1 .portfolio-layout-1 .item img, .portfolio_style-1 .portfolio_carousel--item .item img, .portfolio_style-1 .portfolio_grid--item .item img, .team-list-style2 .team-member {
  -webkit-box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
          box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
  border: none;
}

.small-shadow:hover, .portfolio-layout-1 .portfolio-layout-1 .item:hover img, .portfolio_style-1 .portfolio_carousel--item .item:hover img, .portfolio_style-1 .portfolio_grid--item .item:hover img, .team-list-style2 .team-member:hover, .team-list-style3 li .team-member__info:hover, .small-shadow--with-hover, .pricing-table.pricing1:hover, .pricing-table.pricing2:hover {
  -webkit-box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
          box-shadow: 0 20px 60px rgba(4, 75, 194, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.04, 0.45, 1.38);
  transition: all 0.3s cubic-bezier(0.74, 0.04, 0.45, 1.38);
}

.small-shadow--with-hover, .pricing-table.pricing1:hover, .pricing-table.pricing2:hover {
  -webkit-transform: translate3d(0, -10px, 0) !important;
          transform: translate3d(0, -10px, 0) !important;
}

.medium-shadow {
  -webkit-box-shadow: 0 12px 29px rgba(64, 124, 191, 0.2);
          box-shadow: 0 12px 29px rgba(64, 124, 191, 0.2);
}

.large-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(64, 124, 191, 0.2);
          box-shadow: 0 3px 30px rgba(64, 124, 191, 0.2);
}

.vc-row--bottom-shadow {
  -webkit-box-shadow: 0 0 56px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 56px rgba(0, 0, 0, 0.07);
}

@media print, screen and (max-width: 39.99875em) {
  .show-cart-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .header_top_lang .contact-info {
    float: left !important;
    width: 100%;
    padding: 0 10px;
  }
  .header_top_lang .contact-info i {
    padding-left: 0;
  }
  .header_top_lang .contact-info span {
    padding-right: 20px;
  }
  .header_top_lang .contact-info span:last-child {
    padding-right: 0;
  }
  .header_top_lang .contact-info .fa-phone {
    margin-left: 0 !important;
  }
  .titlebar .breadcrumb_box {
    float: none !important;
    text-align: left;
  }
  .titlebar .breadcrumb_box .breadcrumbs {
    float: none;
  }
  .titlebar .breadcrumb_box .breadcrumbs li {
    float: none;
    display: inline;
  }
  .boxes.small .box-container {
    text-align: center;
  }
  .boxes.small .box-container .box-icon, .boxes.small .box-container .box-title-1 {
    text-align: center;
  }
  .boxes.small .box-container .box-icon {
    float: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  header.l-header .top-bar-container.sticky .site-navigation.top-bar .top-bar-right .menu li a {
    padding: 0.7rem 12px;
    font-size: 12px;
  }
  header.l-header .top-bar-container .top-bar .top-bar-right .menu li.has-dropdown > a:after {
    right: 0;
  }
  header.l-header.creative-layout .top-bar-container {
    padding: 10px 10px;
  }
  .wd-svg {
    margin: 0 auto;
  }
  .header-cta a.wd-btn.btn-solid.btn-color-2.hover-color-1.btn-small.btn-round.icon-after, .header-cta .woocommerce .entry-summary .cart a.btn-small.icon-after.single_add_to_cart_button, .woocommerce .entry-summary .cart .header-cta a.btn-small.icon-after.single_add_to_cart_button, .header-cta #commentform a.btn-small.icon-after#submit[type="submit"], #commentform .header-cta a.btn-small.icon-after#submit[type="submit"],
  .header-cta .blog-posts form a.btn-small.icon-after.small.radius, .blog-posts form .header-cta a.btn-small.icon-after.small.radius {
    padding: 7px 20px 5px;
    font-size: 10px;
  }
  .first-footer {
    background-size: cover;
  }
  body .row {
    padding: 0 35px;
  }
}

.map-offices {
  background-position: center bottom;
  background-repeat: no-repeat;
}

.top-bar .name h1 a {
  width: auto;
}

header .button.home-cta {
  border: medium none;
  border-radius: 2px;
  color: white;
  font-weight: 800;
  height: 46px;
  margin: 30px 40px 30px 115px;
  padding: 14px 30px;
}

.wpcf7-form-control-wrap textarea {
  margin: 0 0 1rem 0;
}

.wpcf7-form-control.wpcf7-submit {
  padding: 12px 75px;
}

h2.contact-us::after, .contact-us-info h2::after, .who-we-are h2::after {
  content: " ";
  display: block;
  height: 3px;
  width: 20px;
  margin: 8px 0 10px 0;
}

.contact-us-info ul.information-list li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-us-info ul.information-list li i {
  float: left;
  color: #333333;
  font-size: 13px;
  display: inline-block;
  line-height: 24px;
}

.contact-us-info p {
  margin-bottom: 30px;
}

.contact-us-info ul.information-list li span, .contact-us-info ul.information-list li a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  margin-left: 25px;
  color: #333333;
}

.contact-us-info ul.information-list {
  margin-left: 0;
}

.contact-us-info {
  margin-left: 15px;
}

.general.cta3.about-call {
  padding: 100px 28px;
}

.about-presentation-p {
  padding-right: 25px;
  padding-top: 10px;
}

.row .row-has-overflow {
  overflow: hidden;
}

.row .custom-heading .contact-2-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px !important;
}

.row .custom-heading .contact-2-heading h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
}

.row .custom-heading .contact-2-heading p {
  font-size: 16px;
  color: #D1D1D1;
  font-weight: 600;
}

.row .custom-heading .contact-2-heading p br {
  line-height: 32px;
}

.row .overflow-form #wpcf7-f886-p887-o1 {
  overflow: hidden;
}

.row .overflow-form > .column-inner {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.06);
}

.row .left-image {
  position: absolute;
  left: -370px;
  top: -245px;
  width: 722px;
  height: 815px;
  z-index: -1;
}

@media print, screen and (max-width: 39.99875em) {
  .row .left-image {
    display: none;
  }
}

.row .right2-image {
  position: absolute;
  right: -340px;
  width: 240px;
  height: 240px;
  top: -100px;
}

@media print, screen and (max-width: 39.99875em) {
  .row .right2-image {
    display: none;
  }
}

.row .right1-image {
  position: absolute;
  right: -90px;
  width: 240px;
  height: 240px;
  bottom: -173px;
  z-index: -1;
}

@media print, screen and (max-width: 39.99875em) {
  .row .right1-image {
    display: none;
  }
}

.row.custom-map {
  top: -200px;
  margin-bottom: -462px;
  z-index: -1;
}

@media print, screen and (max-width: 39.99875em) {
  .row.custom-map {
    top: 0;
    margin-bottom: 0px;
  }
}

.row.custom-map .wpb_column .column-inner {
  padding: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .row.custom-map .wpb_column .column-inner {
    padding: 15px;
  }
}

.row .contact-informations > .column-inner {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.06);
}

@media print, screen and (max-width: 39.99875em) {
  .row .contact-informations > .column-inner {
    padding: 50px 15px !important;
  }
}

.row .contact-informations .boxes.layout-1 .box-icon .fa {
  color: #001774;
  font-size: 25px;
}

.row .contact-informations .boxes.layout-1 .box-icon .fa.fa-mobile {
  font-size: 35px;
}

.row .contact-informations .boxes.layout-1 .box-icon .fa.fa-map-marker {
  font-size: 30px;
}

.row .contact-informations .boxes.layout-1 .box-title-1 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.row .contact-informations .boxes.layout-1 .box-body {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13px;
}

.contact-informations .boxes.layout-1 .box-body br {
  line-height: 24px;
}
.ellips-bg{
background-image: url(https://webdesignzservice.in/projects/ramsolution/wp-content/themes/twenty-twenty-three-child/images/ellipse-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.ftrhdng p {
    color: #eaeaea91;
}
.px20 {
    padding-left: 20px;
    padding-right: 20px;
}