@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);@charset "UTF-8";

/** Set Bootstrap variables **/

/** Import Bootstrap functions */

/** - Import everything from autoload - */

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f15a2b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-hover: #e7420f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4c;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbd1c4;
}

.table-hover .table-primary:hover {
  background-color: #f9beac;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f9beac;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-primary-hover,
.table-primary-hover > th,
.table-primary-hover > td {
  background-color: #f8cabc;
}

.table-hover .table-primary-hover:hover {
  background-color: #f6b8a5;
}

.table-hover .table-primary-hover:hover > td,
.table-hover .table-primary-hover:hover > th {
  background-color: #f6b8a5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #717578;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #4c4c4c;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #4c4c4c;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #4c4c4c;
  opacity: 1;
}

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px);
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #4c4c4c;
  background-color: transparent;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(14px + 2px);
  padding-bottom: calc(14px + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 24px;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  line-height: 24px;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.comment-form .input-group-sm > input.form-control-plaintext[type="text"],
.comment-form .input-group-sm > input.form-control-plaintext[type="email"],
.comment-form .input-group-sm > input.form-control-plaintext[type="url"],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.search-form .input-group-sm > .form-control-plaintext.search-field,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type="submit"],
.search-form .input-group-sm > .input-group-append > .form-control-plaintext.search-submit,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.comment-form .input-group-lg > input.form-control-plaintext[type="text"],
.comment-form .input-group-lg > input.form-control-plaintext[type="email"],
.comment-form .input-group-lg > input.form-control-plaintext[type="url"],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.search-form .input-group-lg > .form-control-plaintext.search-field,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type="submit"],
.search-form .input-group-lg > .input-group-append > .form-control-plaintext.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-sm > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 4px);
}

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.search-form .input-group-lg > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(2.875rem + 4px);
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline,
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover,
.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus {
  text-decoration: none;
}

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #f15a2b;
  border-color: #f15a2b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e7420f;
  border-color: #db3f0e;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f15a2b;
  border-color: #f15a2b;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #db3f0e;
  border-color: #cf3b0e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-primary-hover {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

.btn-primary-hover:hover {
  color: #fff;
  background-color: #c3380d;
  border-color: #b7340c;
}

.btn-primary-hover:focus,
.btn-primary-hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
}

.btn-primary-hover.disabled,
.btn-primary-hover:disabled {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

.btn-primary-hover:not(:disabled):not(.disabled):active,
.btn-primary-hover:not(:disabled):not(.disabled).active,
.show > .btn-primary-hover.dropdown-toggle {
  color: #fff;
  background-color: #b7340c;
  border-color: #ab310b;
}

.btn-primary-hover:not(:disabled):not(.disabled):active:focus,
.btn-primary-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
}

.btn-outline-primary {
  color: #f15a2b;
  background-color: transparent;
  background-image: none;
  border-color: #f15a2b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f15a2b;
  border-color: #f15a2b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #f15a2b;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f15a2b;
  border-color: #f15a2b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-hover {
  color: #e7420f;
  background-color: transparent;
  background-image: none;
  border-color: #e7420f;
}

.btn-outline-primary-hover:hover {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

.btn-outline-primary-hover:focus,
.btn-outline-primary-hover.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
}

.btn-outline-primary-hover.disabled,
.btn-outline-primary-hover:disabled {
  color: #e7420f;
  background-color: transparent;
}

.btn-outline-primary-hover:not(:disabled):not(.disabled):active,
.btn-outline-primary-hover:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary-hover.dropdown-toggle {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

.btn-outline-primary-hover:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-hover:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary-hover.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(231, 66, 15, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #4c4c4c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .search-form .search-submit + .btn,
.search-form .btn-group .search-submit + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group .search-form .search-submit + input[type="submit"],
.search-form .btn-group .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group .search-submit + input[type="submit"],
.btn-group .search-form .btn + .search-submit,
.search-form .btn-group .btn + .search-submit,
.btn-group .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group input[type="submit"] + .search-submit,
.btn-group .search-form .search-submit + .search-submit,
.search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit,
.search-form .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group-vertical .search-form .search-submit + input[type="submit"],
.search-form .btn-group-vertical .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical .search-submit + input[type="submit"],
.btn-group-vertical .search-form .btn + .search-submit,
.search-form .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group-vertical .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical input[type="submit"] + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -2px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input:first-child[type="submit"],
.search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.search-form .btn-group-vertical > .search-submit + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"],
.search-form .btn-group-vertical > .btn + .search-submit,
.comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.comment-form .btn-group-vertical > input[type="submit"] + .btn-group,
.search-form .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form .btn-group-vertical > .btn-group + input[type="submit"],
.search-form .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -2px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #4c4c4c;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #717578;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4c4c4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #717578;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(113, 117, 120, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(113, 117, 120, 0.5);
}

.custom-select:focus::-ms-value {
  color: #4c4c4c;
  background-color: transparent;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 4px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #717578;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #717578;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #717578;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 4px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4c4c4c;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #717578;
  border-radius: 0 0 0 0;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #f15a2b;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #db3f0e;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-primary-hover {
  color: #fff;
  background-color: #e7420f;
}

.badge-primary-hover[href]:hover,
.badge-primary-hover[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b7340c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7d2f16;
  background-color: #fcded5;
  border-color: #fbd1c4;
}

.alert-primary hr {
  border-top-color: #f9beac;
}

.alert-primary .alert-link {
  color: #521f0e;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-primary-hover {
  color: #782208;
  background-color: #fad9cf;
  border-color: #f8cabc;
}

.alert-primary-hover hr {
  border-top-color: #f6b8a5;
}

.alert-primary-hover .alert-link {
  color: #481405;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #4c4c4c;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #7d2f16;
  background-color: #fbd1c4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #7d2f16;
  background-color: #f9beac;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d2f16;
  border-color: #7d2f16;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-primary-hover {
  color: #782208;
  background-color: #f8cabc;
}

.list-group-item-primary-hover.list-group-item-action:hover,
.list-group-item-primary-hover.list-group-item-action:focus {
  color: #782208;
  background-color: #f6b8a5;
}

.list-group-item-primary-hover.list-group-item-action.active {
  color: #fff;
  background-color: #782208;
  border-color: #782208;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 120px 40px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 120px 40px;
  border-top: 0 solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #4c4c4c;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #f15a2b !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #db3f0e !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-primary-hover {
  background-color: #e7420f !important;
}

a.bg-primary-hover:hover,
a.bg-primary-hover:focus,
button.bg-primary-hover:hover,
button.bg-primary-hover:focus {
  background-color: #b7340c !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #f15a2b !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-primary-hover {
  border-color: #e7420f !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex,
  .o-navigation--stacked {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between,
  .o-navigation--stacked {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start,
  .o-navigation--stacked {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #f15a2b !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #db3f0e !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-primary-hover {
  color: #e7420f !important;
}

a.text-primary-hover:hover,
a.text-primary-hover:focus {
  color: #b7340c !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/globale/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-ExtraBold.svg) format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-SemiBold.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url(/wp-content/themes/globale/dist/fonts/MyriadPro/Myriad-Pro-Regular.ttf);
  src: url(/wp-content/themes/globale/dist/fonts/MyriadPro/Myriad-Pro-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-BoldItalic.svg) format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Italic.svg) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Axiforma';
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.eot);
  src: url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.eot) format("embedded-opentype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.woff2) format("woff2"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.woff) format("woff"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.ttf) format("truetype"), url(/wp-content/themes/globale/dist/fonts/Axiforma/Axiforma-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 1.125rem;
}

html,
html body {
  font-family: "Open sans", sans-serif;
}

html[lang="ja"] body {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: normal;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-family: "Sawarabi Gothic", sans-serif !important;
  letter-spacing: normal;
}

html[lang="ja"] .o-navigation:not(.o-navigation--stacked) > .menu-item,
html[lang="ja"] .o-navigation--stacked:not(.o-navigation--stacked) > .menu-item,
html[lang="ja"] .o-navigation:not(.o-navigation--stacked) > .o-navigation__item,
html[lang="ja"] .o-navigation--stacked:not(.o-navigation--stacked) > .o-navigation__item {
  font-family: "Sawarabi Gothic", sans-serif !important;
}

a {
  color: #f15a2b;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: #f15a2b;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Axiforma", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 2.222rem;
}

h3 {
  font-size: 1.667rem;
  font-weight: normal;
}

em {
  color: #f15a2b;
}

sup {
  font-size: 40%;
  vertical-align: super;
  top: -0.1em;
}

.br-xs {
  display: none;
}

@media (max-width: 0) {
  .br-xs {
    display: block;
  }
}

.br-sm {
  display: none;
}

@media (max-width: 576px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}

@media (max-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: none;
}

@media (max-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-xl {
  display: none;
}

@media (max-width: 1200px) {
  .br-xl {
    display: block;
  }
}

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

@media (max-width: 767.98px) {
  .hide-mobile,
  .h-m {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hide-tablet,
  .h-t {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hide-desktop,
  .h-d {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .hide-desktop-sm,
  .h-d-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .visible-xs-only,
  .v-xs-o {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-mobile-only,
  .v-m-o {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-mobile-only,
  .v-m-o {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .visible-tablet-only,
  .v-t-o {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-tablet-only,
  .v-t-o {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .visible-desktop-only,
  .v-d-o {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-desktop-only,
  .v-d-o {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .visible-desktop-sm-only,
  .v-d-sm-o {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .visible-desktop-sm-only,
  .v-d-sm-o {
    display: none !important;
  }
}

@media (min-width: 1367px) {
  .visible-desktop-sm-only,
  .v-d-sm-o {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .visible-1200-only,
  .v-1200-o {
    display: none !important;
  }
}

/** Import theme styles */

.u-bg-white {
  background-color: #fff;
}

@media screen and (max-width: 1440px) and (min-width: 1024px) {
  .col-desktopsm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.floating-bar .btn:not(:disabled):not(.disabled),
.floating-bar .comment-form input:not(:disabled):not(.disabled)[type="submit"],
.comment-form .floating-bar input:not(:disabled):not(.disabled)[type="submit"],
.floating-bar .search-form .search-submit:not(:disabled):not(.disabled),
.search-form .floating-bar .search-submit:not(:disabled):not(.disabled),
.floating-bar .comment-form input:not(:disabled):not(.disabled)[type="submit"],
.floating-bar .search-form .search-submit:not(:disabled):not(.disabled) {
  border: solid 1px #f15a2c;
  padding: 8px 22px 4px 22px !important;
  font-size: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: 'Axiforma';
}

@media (max-width: 767.98px) {
  .floating-bar .btn:not(:disabled):not(.disabled),
  .floating-bar .comment-form input:not(:disabled):not(.disabled)[type="submit"],
  .comment-form .floating-bar input:not(:disabled):not(.disabled)[type="submit"],
  .floating-bar .search-form .search-submit:not(:disabled):not(.disabled),
  .search-form .floating-bar .search-submit:not(:disabled):not(.disabled),
  .floating-bar .comment-form input:not(:disabled):not(.disabled)[type="submit"],
  .floating-bar .search-form .search-submit:not(:disabled):not(.disabled) {
    font-size: 14px !important;
    padding: 4px 22px 0px 22px !important;
  }
}

.floating-bar .btn:not(:disabled):not(.disabled):hover,
.floating-bar .comment-form input:not(:disabled):not(.disabled):hover[type="submit"],
.comment-form .floating-bar input:not(:disabled):not(.disabled):hover[type="submit"],
.floating-bar .search-form .search-submit:not(:disabled):not(.disabled):hover,
.search-form .floating-bar .search-submit:not(:disabled):not(.disabled):hover,
.floating-bar .comment-form input:not(:disabled):not(.disabled)[type="submit"]:hover,
.floating-bar .search-form .search-submit:not(:disabled):not(.disabled):hover {
  background: #f15a2c;
}

.c-header__inner .floating-bar {
  padding: 16px 0;
}

@media (max-width: 767.98px) {
  .c-header__inner .floating-bar {
    padding: 6px 0;
  }
}

.c-header__inner .floating-bar .container {
  max-width: 730px !important;
  padding: 0px 30px !important;
}

.c-header__inner .floating-bar .floating-bar__close-btn {
  height: 17px;
}

@media (max-width: 510px) {
  .c-header__inner .floating-bar .floating-bar__close-btn {
    right: 5px;
    bottom: 72px;
  }
}

@media (min-width: 511px) and (max-width: 768px) {
  .c-header__inner .floating-bar .floating-bar__close-btn {
    bottom: 52px;
  }
}

.c-header__inner .floating-bar .floating-bar__text p {
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .c-header__inner .floating-bar .floating-bar__text p {
    line-height: 1.4;
  }
}

.c-header__inner .floating-bar .col-text {
  padding: 0;
}

@media (max-width: 767.98px) {
  .c-header__inner .floating-bar .col-text {
    padding: 0 23px !important;
    margin-bottom: 6px;
  }
}

.c-header__inner .floating-bar .btn-collection__item a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.c-header .c-header__inner .floating-bar {
  padding: 5px;
}

.s-cms-content p {
  margin-bottom: 0;
}

.s-cms-content a {
  color: #fff;
}

.s-cms-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-layout {
  width: 100%;
  max-width: calc(95.56rem + 60px * 2);
  margin: 0 auto;
}

.o-layout .o-layout__inner {
  width: 100%;
  max-width: 69.72rem;
  margin: 0 auto;
}

.o-has-bg {
  overflow: hidden;
  position: relative;
}

.o-navigation,
.o-navigation--stacked,
.o-navigation .sub-menu,
.o-navigation--stacked .sub-menu,
.o-navigation .o-navigation__sub-menu,
.o-navigation--stacked .o-navigation__sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.o-navigation .menu-item,
.o-navigation--stacked .menu-item,
.o-navigation .sub-menu .menu-item,
.o-navigation--stacked .sub-menu .menu-item,
.o-navigation .o-navigation__sub-menu .menu-item,
.o-navigation--stacked .o-navigation__sub-menu .menu-item {
  padding-bottom: 10px;
}

.o-navigation:not(.o-navigation--stacked) > .menu-item,
.o-navigation--stacked:not(.o-navigation--stacked) > .menu-item,
.o-navigation:not(.o-navigation--stacked) > .o-navigation__item,
.o-navigation--stacked:not(.o-navigation--stacked) > .o-navigation__item {
  display: inline-block;
  vertical-align: middle;
  font-family: "Axiforma", sans-serif;
}

.o-navigation:not(.o-navigation--stacked) > .menu-item:not(:last-child),
.o-navigation--stacked:not(.o-navigation--stacked) > .menu-item:not(:last-child),
.o-navigation:not(.o-navigation--stacked) > .o-navigation__item:not(:last-child),
.o-navigation--stacked:not(.o-navigation--stacked) > .o-navigation__item:not(:last-child) {
  margin-right: 2.222rem;
}

.o-navigation--stacked > .menu-item:not(:last-child),
.o-navigation--stacked > .o-navigation__item:not(:last-child) {
  margin-right: 10.7%;
}

@media (max-width: 1440px) {
  .o-navigation--stacked > .menu-item:not(:last-child),
  .o-navigation--stacked > .o-navigation__item:not(:last-child) {
    padding-right: 10%;
    margin-right: 0;
  }
}

@media (max-width: 1280px) {
  .o-navigation--stacked > .menu-item:not(:last-child),
  .o-navigation--stacked > .o-navigation__item:not(:last-child) {
    padding-right: 6%;
  }
}

@media (max-width: 1225px) {
  .o-navigation--stacked > .menu-item:not(:last-child),
  .o-navigation--stacked > .o-navigation__item:not(:last-child) {
    padding-right: 5%;
  }
}

.o-navigation--stacked > .menu-item > a,
.o-navigation--stacked > .o-navigation__item > a {
  color: #fff;
}

.o-navigation--stacked .sub-menu,
.o-navigation--stacked .o-navigation__sub-menu {
  display: block;
  margin-top: 0.5rem;
  font-size: 15px;
}

@media (min-width: 768px) {
  .o-navigation--stacked .sub-menu,
  .o-navigation--stacked .o-navigation__sub-menu {
    display: block;
  }
}

.c-menu__nav .menu-item {
  padding: 0.667rem 0;
}

.c-menu__nav .menu-item.menu-item-has-children > a {
  /*pointer-events: none;*/
}

.c-menu__nav .menu-item.menu-item-has-children > a:hover,
.c-menu__nav .menu-item.menu-item-has-children > a:active {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .c-menu__nav .menu-item.menu-item-has-children > a::after {
    display: inline-block;
    content: '\F078';
    font-size: 0.8em;
    font-family: FontAwesome;
    color: #f15a2b;
    margin-left: 0.5rem;
    pointer-events: all;
  }

  .c-menu__nav .menu-item.menu-item-has-children > a.has-submenu-open::after {
    content: '\F077';
  }
}

.c-menu__nav .sub-menu {
  padding-top: 0.5rem;
  padding-left: 2rem;
  opacity: 0;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  max-height: 0;
  pointer-events: none;
}

.c-menu__nav .sub-menu.is-open {
  opacity: 1;
  max-height: 9999px;
  pointer-events: all;
}

.c-menu__nav .sub-menu .menu-item {
  list-style-type: none;
}

.c-menu__nav .sub-menu .menu-item a {
  color: #fff;
}

@media (min-width: 992px) {
  .c-menu__nav .menu-item {
    position: relative;
    padding: 0.333rem 0;
    z-index: 9;
  }

  .c-menu__nav .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .c-menu__nav .menu-item a {
    pointer-events: all;
  }

  .c-menu__nav .menu-item a:hover {
    text-decoration: none;
  }

  .c-menu__nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, padding 0.3s ease-in-out;
    max-height: initial;
    position: absolute;
    margin-top: 0;
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 1rem 1rem 1rem;
  }

  .c-menu__nav .sub-menu .menu-item a {
    font-size: 0.889rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
  }

  .c-menu__nav .sub-menu .menu-item:hover a {
    color: #f15a2b;
  }

  .sticky .c-menu__nav .sub-menu {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 2rem 1rem 1rem;
  }
}

@media (min-width: 1200px) and (max-width: 1225px) {
  .c-footer-nav {
    padding-right: 0;
    margin-right: 0;
  }
}

.o-overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -ms-touch-action: auto;
      touch-action: auto;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

.o-overlay-loading .o-overlay-loading__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
       -o-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

.o-overlay-loading.hidden {
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}

.o-overlay-loading.hidden .o-overlay-loading__image {
  opacity: 0;
  visibility: hidden;
}

.o-separator,
.o-separator--line,
.o-separator--line\@md-up {
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .o-separator,
  .o-separator--line,
  .o-separator--line\@md-up {
    margin-top: 1.667rem;
  }
}

.o-separator--line {
  height: 1px;
  background-color: #f15a2b;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .o-separator--line {
    margin-top: 1.667rem;
    margin-bottom: 1.667rem;
  }
}

@media (min-width: 768px) {
  .o-separator--line\@md-down {
    display: none;
  }
}

.o-separator--thick {
  height: 2px;
}

.o-separator--small,
.o-separator--small\@md-down,
.o-separator--small\@sm-down {
  width: 66%;
}

@media (min-width: 768px) {
  .o-separator--small\@md-down {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .o-separator--small\@sm-down {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .o-separator--line\@md-up {
    height: 1px;
    background-color: #f15a2b;
    margin-bottom: 1.667rem;
  }
}

@media (max-width: 991.98px) {
  .o-separator--mt0\@md-down {
    margin-top: 0;
  }
}

body.has-menu-open {
  overflow: hidden;
}

.c-app {
  overflow: hidden;
}

.has-menu-open .c-app {
  background-color: #000;
  overflow-y: scroll;
}

.c-app .c-app__header {
  z-index: 999;
}

.c-app .c-app__navigation {
  z-index: 997;
}

.c-app .c-app__content {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 998;
}

body.admin-bar .c-app__content > [role="document"],
body.admin-bar .c-app__content > .c-footer {
  position: relative;
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar .c-app__content > [role="document"],
  body.admin-bar .c-app__content > .c-footer {
    top: 32px;
  }
}

body.admin-bar .c-app__content > .c-footer {
  margin-bottom: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar .c-app__content > .c-footer {
    margin-bottom: 32px;
  }
}

.c-csl:last-child::after {
  content: '';
}

.c-csl::after {
  content: ',';
}

.c-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 29.39rem;
}

@media (min-width: 768px) {
  .c-hero {
    min-height: 35rem;
  }
}

@media (min-width: 992px) {
  .c-hero {
    min-height: 50rem;
  }

  .c-hero .c-hero__content .btn,
  .c-hero .c-hero__content .comment-form input[type="submit"],
  .comment-form .c-hero .c-hero__content input[type="submit"],
  .c-hero .c-hero__content .search-form .search-submit,
  .search-form .c-hero .c-hero__content .search-submit {
    display: none;
  }
}

@media (min-width: 1200px) {
  .c-hero {
    min-height: 60rem;
  }
}

.c-hero .c-hero__image,
.c-hero .c-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.c-hero .c-hero__content {
  max-width: 27.78rem;
}

.c-hero .c-hero__title {
  color: #f15a2b;
}

@media (min-width: 768px) {
  .c-hero .c-hero__title {
    font-size: 3rem;
    line-height: 2.5rem;
    margin-bottom: 2.222rem;
  }
}

@media (min-width: 992px) {
  .c-hero .c-hero__title {
    font-size: 3.889rem;
    line-height: 1em;
    margin-bottom: 3.333rem;
  }
}

@media (min-width: 768px) {
  .c-hero .c-hero__subtitle {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .c-hero .c-hero__subtitle {
    font-size: 1.3rem;
  }
}

.c-hero .c-hero__description {
  margin-bottom: 0;
}

.page-calculator-data .c-header__inner .c-cta,
.page-calculator-data .c-header__inner .c-collang {
  display: none !important;
}

.card {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.card .card-header,
.card .card-footer {
  background-color: #f5f5f5;
}

.card-negative {
  background-color: #3b3e41;
  color: #fff;
}

.card-negative .card-header,
.card-negative .card-footer {
  background-color: #3b3e41;
}

.card-header {
  padding-top: 54px;
  padding-bottom: 32px;
}

.card-header:first-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.card-title {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .card-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.card .card-header-primary {
  padding: 8px 0;
  background-color: #f15a2b;
  color: #fff;
  margin-bottom: 27.5px;
}

.card h5.card-header-primary {
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .card h5.card-header-primary {
    font-size: 16px;
  }
}

.card-footer {
  padding-top: 32px;
  padding-bottom: 24px;
}

.card-footer:last-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.card-deck {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -60px;
}

.card-deck .card {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.page-template-default .card-header {
  padding-bottom: 25px;
  padding-top: 35px;
}

.page-template-default .card-header .logo-picture {
  height: 64px !important;
}

.page-template-default .card-header .logo-picture img {
  width: auto;
  height: 100%;
}

.c-cards {
  margin-top: -2.222rem;
}

.c-cards > [class*='c-card'] {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.c-cards .c-card,
.c-cards .c-card--banner,
.c-cards .c-card\@md-up,
.c-cards .c-card\@lg-up {
  text-align: center;
  margin-top: 2.222rem;
}

.c-cards .c-card--banner .c-card__banner {
  position: relative;
  width: calc(100% + 1.5rem * 2);
  color: #fff;
  margin: -1.5rem -1.5rem 1.5rem;
}

@media (max-width: 991.98px) {
  .c-cards .c-card--banner .c-card__banner {
    border-bottom: 0.2222rem solid #f15a2b;
  }
}

@media (min-width: 992px) {
  .c-cards .c-card--banner .c-card__banner {
    width: calc(100% + 2.5rem * 2);
    margin: -2.5rem -2.5rem 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .c-cards .c-card--banner .c-card__banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) {
  .c-cards .c-card--banner .c-card__banner-inner {
    text-align: center;
    background-color: #f15a2b;
    padding: 0.5556rem 0.5556rem 0.2778rem;
  }
}

.c-cards .c-card--banner .c-card__text {
  font-family: "Axiforma", sans-serif;
}

@media (min-width: 768px) {
  .c-cards .c-card--banner .c-card__text {
    font-size: 1.25rem;
  }
}

.c-cards .c-card--banner .c-card__image {
  width: 100%;
}

.c-cards .c-card--no-shadow-mobile .c-card__inner.c-card__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 768px) {
  .c-cards .c-card--no-shadow-mobile .c-card__inner.c-card__inner {
    -webkit-box-shadow: 0 0 40px -15px #3b3e41;
            box-shadow: 0 0 40px -15px #3b3e41;
  }
}

.c-cards .c-card--whitebg .c-card__inner {
  background: white;
}

.c-cards .c-card__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.c-cards:not(.c-card\@md-up) .c-card__inner {
  border-radius: 1.111rem;
  -webkit-box-shadow: 0 0 40px -15px #3b3e41;
          box-shadow: 0 0 40px -15px #3b3e41;
  padding: 1.5rem;
}

.c-cards .c-card:not(.c-card--banner) .c-card__image,
.c-cards .c-card--banner:not(.c-card--banner) .c-card__image,
.c-cards .c-card\@md-up:not(.c-card--banner) .c-card__image,
.c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__image {
  max-width: 72px;
}

@media (min-width: 992px) {
  .c-cards .c-card:not(.c-card--banner) .c-card__inner.c-card__inner,
  .c-cards .c-card--banner:not(.c-card--banner) .c-card__inner.c-card__inner,
  .c-cards .c-card\@md-up:not(.c-card--banner) .c-card__inner.c-card__inner,
  .c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__inner.c-card__inner {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    -o-transition: -o-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  }

  .c-cards .c-card:not(.c-card--banner) .c-card__inner.c-card__inner:hover,
  .c-cards .c-card--banner:not(.c-card--banner) .c-card__inner.c-card__inner:hover,
  .c-cards .c-card\@md-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover,
  .c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover {
    cursor: default;
    color: #fff;
    background-color: #f15a2b;
    -webkit-transform: scale(1.15) translateY(-7%);
         -o-transform: scale(1.15) translateY(-7%);
            transform: scale(1.15) translateY(-7%);
    height: 115%;
  }

  .c-cards .c-card:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__front,
  .c-cards .c-card--banner:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__front,
  .c-cards .c-card\@md-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__front,
  .c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__front {
    opacity: 0;
    visibility: hidden;
  }

  .c-cards .c-card:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back,
  .c-cards .c-card--banner:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back,
  .c-cards .c-card\@md-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back,
  .c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back {
    opacity: 1;
    visibility: visible;
  }

  .c-cards .c-card:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back .c-card__text,
  .c-cards .c-card--banner:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back .c-card__text,
  .c-cards .c-card\@md-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back .c-card__text,
  .c-cards .c-card\@lg-up:not(.c-card--banner) .c-card__inner.c-card__inner:hover .c-card__back .c-card__text {
    font-size: 0.6rem;
  }

  .c-cards .c-card__inner.c-card__inner {
    padding: 2rem 1rem;
  }

  .c-cards .c-card__content {
    position: relative;
  }

  .c-cards .c-card__front,
  .c-cards .c-card__back {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .c-cards .c-card__back {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .c-card\@md-up .c-card__inner {
    border-radius: 1.111rem;
    -webkit-box-shadow: 0 0 40px -15px #3b3e41;
            box-shadow: 0 0 40px -15px #3b3e41;
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-card\@lg-up .c-card__inner {
    border-radius: 1.111rem;
    -webkit-box-shadow: 0 0 40px -15px #3b3e41;
            box-shadow: 0 0 40px -15px #3b3e41;
    padding: 1.5rem;
  }
}

.c-card-simple {
  -webkit-box-shadow: 0 0 40px -15px #3b3e41;
          box-shadow: 0 0 40px -15px #3b3e41;
  padding: 1rem;
}

.c-card__title {
  font-weight: normal;
  font-family: "Open sans", sans-serif;
}

@media (max-width: 991.98px) {
  .c-card__title {
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .c-card__title {
    font-size: 0.9rem;
  }
}

.c-card__back .c-card__title {
  font-weight: bold;
}

.c-card__title.c-card__title--big {
  font-size: 1.388rem;
  margin-top: -5px;
}

.c-everything .c-card__inner {
  min-height: 200px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .c-everything .c-card__inner {
    height: 100% !important;
  }
}

.c-everything .c-card__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-everything .c-card__front .c-card__title {
  font-family: 'Axiforma';
  max-width: 180px;
  overflow-wrap: break-word;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .c-everything .c-card__back {
    font-size: 0.6rem;
  }
}

.c-everything .c-card__back .c-card__title {
  overflow-wrap: break-word;
}

.c-cookieconsent {
  position: fixed;
  width: 100%;
  color: white;
  font-family: "Axiforma", sans-serif;
  font-size: 0.888rem;
  padding: 0.6rem;
  z-index: 1000;
}

.c-cookieconsent.c-cookieconsent--top {
  top: 0;
}

.c-cookieconsent.c-cookieconsent--bottom {
  bottom: 0;
}

.c-cookieconsent .c-cookieconsent__message {
  text-align: center;
}

.c-cookieconsent .s-cms-html {
  /* Scoped, since it's a reset to elements coming from the CMS */
}

.c-cookieconsent .s-cms-html p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.c-cookieconsent .c-cookieconsent__dismiss {
  display: inline-block;
  color: #fff;
  padding: 0.2rem 1.2rem;
  margin-left: 0.5rem;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: bold;
}

.c-cookieconsent .c-cookieconsent__dismiss:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.c-cookieconsent .c-cookieconsent__dismiss:after {
  content: "\F058";
  font-family: FontAwesome;
  font-size: 1rem;
  margin-left: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-offices-wrapper {
    margin-bottom: 2rem;
  }
}

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

@media (min-width: 768px) {
  .c-offices {
    text-align: left;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3.333rem;
       -moz-column-gap: 3.333rem;
            column-gap: 3.333rem;
  }
}

@media (min-width: 768px) and (min-width: 1200px) and (max-width: 1366px) {
  .c-offices {
    -webkit-column-gap: 1.333rem;
       -moz-column-gap: 1.333rem;
            column-gap: 1.333rem;
  }
}

@media (min-width: 768px) {
  .c-offices .c-office {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
  }
}

@media (min-width: 768px) {
  .c-offices {
    text-align: left;
  }
}

@media (max-width: 1199.98px) {
  .c-offices .c-office {
    font-size: 0.889rem;
  }
}

@media (min-width: 992px) {
  .c-offices {
    text-align: left;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.333rem;
       -moz-column-gap: 3.333rem;
            column-gap: 3.333rem;
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1366px) {
  .c-offices {
    -webkit-column-gap: 1.333rem;
       -moz-column-gap: 1.333rem;
            column-gap: 1.333rem;
  }
}

@media (min-width: 992px) {
  .c-offices .c-office {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
  }
}

.c-offices .c-offices__name {
  color: #f15a2b;
  margin-bottom: 0.2778rem !important;
}

.c-offices .c-offices__address {
  color: #fff;
  font-size: smaller;
}

.c-offices .c-offices__phone {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .c-offices .c-offices__phone {
    font-weight: lighter;
  }
}

.c-button,
.c-button--cta {
  font-family: "Axiforma", sans-serif;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 1.667rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-button:hover,
.c-button--cta:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.c-button:not(.c-button--cta):not(:hover),
.c-button--cta:not(.c-button--cta):not(:hover) {
  color: #3b3e41;
}

.btn-hollow {
  font-family: "Axiforma", sans-serif;
  padding: 16px 22px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  line-height: 0.88888889;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-hollow:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-hollow.btn-primary {
  color: #f15a2b;
  border-color: #f15a2b;
}

.btn-hollow.btn-primary:hover {
  background-color: #f15a2b;
  color: #fff;
  text-decoration: none;
}

.c-button--transparent {
  border-color: transparent;
  background-color: transparent;
  outline-color: transparent;
}

.c-button--transparent:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.c-cta--mobile {
  display: inline-block;
}

.load-more-btn {
  border: 2px solid #f15a2b;
  color: #f15a2b;
  cursor: pointer;
  padding: 0 58px 0 0;
  height: 60px;
}

.load-more-btn:hover {
  background-color: #f15a2b;
  color: #fff;
  text-decoration: none;
}

.load-more-btn img {
  height: 56px;
}

.load-more-btn .invisible {
  visibility: hidden;
}

.c-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px 10px 20px;
  letter-spacing: 1.68px;
  display: inline-block;
  line-height: 1;
}

.c-btn--outline-primary {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px solid #f15a2b;
  color: #fff;
  background-color: #191919;
}

.c-btn--outline-primary:hover {
  background-color: #f15a2b;
  color: #fff;
}

.comment-list ol {
  list-style: none;
}

.filter-nav {
  background-color: #f15a2b;
}

.filter-nav-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.filter-nav-list-item {
  display: inline-block;
  font-family: "Axiforma", sans-serif;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.05em;
  color: #282828;
}

.filter-nav-list-item:not(:last-child) {
  margin-right: 0.5rem;
}

.filter-nav-list-item a {
  color: #282828;
  opacity: 0.5;
  text-decoration: none;
}

.filter-nav-list-item.active {
  color: #282828;
  opacity: 1;
}

.filter-nav-list-item.active:after {
  content: '';
  position: relative;
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 5px #282828;
}

.filter-nav-list-item:not(.active) {
  opacity: 50%;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .filter-nav-list-item {
    font-size: 20px;
    padding-top: 31px;
    padding-bottom: 26px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .filter-nav-list-item:not(:last-child) {
    margin-right: 18px;
  }

  .filter-nav-list-item.active:after {
    top: 27px;
  }
}

@media (min-width: 768px) {
  .filter-nav-list-item {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .filter-nav-list-item:not(:last-child) {
    margin-right: 67px;
  }

  .filter-nav-list-item.active:after {
    top: 23px;
  }
}

/* forms */

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7-recaptcha {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 20px;
}

.form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.form .btn,
.form .comment-form input[type="submit"],
.comment-form .form input[type="submit"],
.form .search-form .search-submit,
.search-form .form .search-submit {
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 50px;
}

.form .btn[type='submit'],
.form .comment-form input[type='submit'][type="submit"],
.comment-form .form input[type='submit'][type="submit"],
.form .search-form .search-submit[type='submit'],
.search-form .form .search-submit[type='submit'] {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.form .btn-primary {
  border-color: #f15a2b;
}

.form .btn-primary:hover {
  background-color: #e7420f;
  border-color: #e7420f;
}

.form .btn-primary:focus {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

.form-container .wpcf7-mail-sent-ok {
  display: none !important;
}

.form-success-modal {
  text-align: center;
}

.form-success-modal .modal-dialog {
  max-width: 550px;
}

.form-success-modal .heading {
  font-size: 40px;
  line-height: 1;
}

.section-negative .form-success-modal .heading {
  color: #f15a2b;
}

.form-success-modal .text {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  color: #4c4c4c;
  margin-bottom: 42px;
}

.form-success-modal .anchor {
  font-family: "Axiforma", sans-serif;
  line-height: 33px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #4c4c4c;
}

.form-success-modal .anchor:after {
  content: ' >>';
  color: #f15a2b;
}

.section-negative .hbspt-form fieldset {
  padding: 0 10px;
}

.section-negative .hbspt-form fieldset .inputs-list {
  list-style: none;
  padding: 0;
  border: 2px solid #fff;
  padding: 14px;
}

.section-negative .hbspt-form fieldset .inputs-list input[type="checkbox"] {
  margin-top: 5px;
}

.section-negative .hbspt-form fieldset .hs-form-field:not(.hs-fieldtype-booleancheckbox) label {
  display: none;
}

.section-negative .hbspt-form fieldset input {
  margin-bottom: 20px;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  width: 100%;
  padding: 14px 14px;
}

.section-negative .hbspt-form fieldset input:focus {
  border-color: #fff;
}

.section-negative .hbspt-form fieldset input::-webkit-input-placeholder {
  color: #fff;
}

.section-negative .hbspt-form fieldset input::-moz-placeholder {
  color: #fff;
}

.section-negative .hbspt-form fieldset input::-ms-input-placeholder {
  color: #fff;
}

.section-negative .hbspt-form fieldset input::placeholder {
  color: #fff;
}

.section-negative .hbspt-form .hs-submit input {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-color: #f15a2b;
  background-color: #f15a2b;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 50px;
}

.event .logo-picture {
  display: inline-block;
}

.event .logo-picture .image {
  max-width: 100%;
}

.event .metadata {
  line-height: 22px;
  float: right;
}

.event .metadata .date,
.event .metadata .location {
  display: block;
}

@media (max-width: 767.98px) {
  .event .metadata {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .event .metadata {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .event .metadata {
    float: none;
    margin-top: 2em;
  }
}

.event .text {
  line-height: 24px;
}

.event .link {
  font-size: 25px;
  line-height: 32.57px;
  letter-spacing: -0.05em;
  font-family: "Axiforma", sans-serif;
}

.event .link::after {
  content: ' >>';
}

@media (max-width: 767.98px) {
  .event .link {
    font-size: 24px;
  }
}

.picture-with-border {
  display: block;
}

@media (max-width: 991.98px) {
  .picture-with-border {
    border: solid 2px #f15a2b;
    border-radius: 18px;
    padding: 40px;
  }
}

.c-relatedposts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-relatedposts .c-relatedposts__title {
  margin-bottom: 2.556rem;
}

.c-relatedposts .c-relatedposts__item {
  margin: 0;
  padding: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .c-relatedposts .c-relatedposts__item {
    text-align: center;
  }
}

.c-relatedposts .c-relatedposts__item .c-relatedposts__image {
  padding: 0 2.5rem;
  border-radius: 16px;
  max-width: 100%;
  border-radius: 10px;
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  height: 132px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991.98px) {
  .c-relatedposts .c-relatedposts__item .c-relatedposts__image {
    padding: 0;
    -webkit-box-shadow: 0 0 0.5rem 0.2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.5rem 0.2rem rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767.98px) {
  .c-relatedposts .c-relatedposts__item .c-relatedposts__image {
    padding: 0;
  }
}

.c-relatedposts .c-relatedposts__item .c-relatedposts__link {
  color: #f15a2b;
  font-size: 1rem;
}

.c-relatedposts__text {
  padding: 0 2.5rem;
  margin-top: 1.667rem;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 1.5rem;
  margin-top: 1.467rem;
  margin-bottom: 2.556rem;
  text-align: center;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.search-form label {
  font-weight: normal;
}

/**
* WordPress Generated Classes
* @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
*/

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 0.5rem auto;
  max-width: 100%;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.loading {
  display: inline-block;
}

.c-menu.c-menu,
.c-menu--footer {
  display: block;
}

@media (max-width: 767.98px) {
  .c-menu.c-menu,
  .c-menu--footer {
    padding: 30px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .c-menu.c-menu,
  .c-menu--footer {
    padding: 2.222rem 30px;
  }
}

@media (max-width: 991.98px) {
  .c-menu.c-menu,
  .c-menu--footer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    overflow-y: scroll;
    -webkit-box-shadow: inset -5px 0 20px -5px #000;
            box-shadow: inset -5px 0 20px -5px #000;
    z-index: -1;
    padding-top: 6rem;
    padding-left: 2rem;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .c-menu.c-menu,
  .c-menu--footer {
    padding-top: 7rem;
  }
}

@media (max-width: 991.98px) {
  .c-menu.c-menu.collapse.show,
  .collapse.show.c-menu--footer {
    z-index: 998;
  }
}

.has-menu-open .c-app .c-menu.show,
.has-menu-open .c-app .show.c-menu--footer {
  position: fixed;
  top: auto;
}

.c-hamburger.c-hamburger {
  position: relative;
  display: block;
  width: 2.556rem;
  height: 2.556rem;
  border: none;
  background: none;
  padding: 0;
  -webkit-appearance: none;
}

@media (max-width: 767.98px) {
  .c-hamburger.c-hamburger {
    width: 1.278rem;
    height: 1.278rem;
  }
}

.c-hamburger.c-hamburger:focus,
.c-hamburger.c-hamburger:active {
  outline: none;
}

.c-hamburger.c-hamburger .c-hamburger__icon {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hamburger.c-hamburger .c-hamburger__icon,
.c-hamburger.c-hamburger .c-hamburger__icon::before,
.c-hamburger.c-hamburger .c-hamburger__icon::after {
  position: absolute;
  left: 50%;
  display: block;
  width: 2.556rem;
  height: 0.3888rem;
  background-color: #f15a2b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767.98px) {
  .c-hamburger.c-hamburger .c-hamburger__icon,
  .c-hamburger.c-hamburger .c-hamburger__icon::before,
  .c-hamburger.c-hamburger .c-hamburger__icon::after {
    width: 1.278rem;
    height: 0.1944rem;
  }
}

.c-hamburger.c-hamburger .c-hamburger__icon::before,
.c-hamburger.c-hamburger .c-hamburger__icon::after {
  content: '';
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-hamburger.c-hamburger .c-hamburger__icon::before {
  top: -0.7776rem;
}

@media (max-width: 767.98px) {
  .c-hamburger.c-hamburger .c-hamburger__icon::before {
    top: -0.3888rem;
  }
}

.c-hamburger.c-hamburger .c-hamburger__icon::after {
  bottom: -0.7776rem;
}

@media (max-width: 767.98px) {
  .c-hamburger.c-hamburger .c-hamburger__icon::after {
    bottom: -0.3888rem;
  }
}

.c-hamburger.c-hamburger.is-open .c-hamburger__icon {
  width: 0;
}

.c-hamburger.c-hamburger.is-open .c-hamburger__icon::before {
  top: 0.8333rem;
  -webkit-transform: translate(-50%, -0.8333rem) rotateZ(45deg);
       -o-transform: translate(-50%, -0.8333rem) rotateZ(45deg);
          transform: translate(-50%, -0.8333rem) rotateZ(45deg);
}

.c-hamburger.c-hamburger.is-open .c-hamburger__icon::after {
  bottom: -0.8333rem;
  -webkit-transform: translate(-50%, -0.8333rem) rotateZ(-45deg);
       -o-transform: translate(-50%, -0.8333rem) rotateZ(-45deg);
          transform: translate(-50%, -0.8333rem) rotateZ(-45deg);
}

.share-buttons {
  display: inline-block;
  padding-left: 0;
}

.share-buttons:not(:last-child) {
  margin-right: 0.5rem;
}

.share-buttons .share-item {
  display: inline-block;
}

.share-buttons .share-item:not(:last-child) {
  margin-right: 0.5rem;
}

.share-buttons .share-item:not(:last-child) {
  margin-right: 52px;
}

.slick-arrow {
  z-index: 10;
  width: auto;
  height: auto;
}

.slick-arrow:before {
  font-family: "Axiforma", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #f15a2b;
  opacity: 1;
}

.slick-arrow.slick-prev:before {
  content: '<<';
}

.slick-arrow.slick-next:before {
  content: '>>';
}

.slick-slide {
  height: auto;
}

.c-slider {
  overflow-x: scroll;
  position: relative;
}

@media (min-width: 992px) {
  .c-slider {
    overflow-x: initial;
  }
}

.story-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 386px;
  position: relative;
}

.story-header:first-child {
  padding-top: 84px;
}

@media (min-width: 992px) {
  .story-header:first-child {
    padding-top: 100px;
  }
}

.story-header .content {
  z-index: 2;
}

.story-header .picture {
  display: block;
  margin-bottom: 16px;
}

.story-header .picture .image {
  max-width: 100%;
}

.story-header .text {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.05em;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .story-header .text {
    font-size: 22px;
  }
}

.story-header .text.text-color-body {
  color: #4c4c4c;
}

.story-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

.c-title {
  font-family: "Axiforma", sans-serif;
  font-weight: 600;
  font-size: 1.556rem;
  color: #f15a2b;
  margin-bottom: 1rem;
}

.c-title.c-title--dark {
  color: #3b3e41;
}

@media (min-width: 768px) {
  .c-title {
    font-size: 2.222rem;
  }
}

.c-title--white {
  color: white;
}

.c-title--small-lineheight {
  line-height: 1em;
}

.c-title--big {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .c-title--big {
    font-size: 2.777rem;
    font-weight: 600;
  }
}

.c-subtitle {
  font-size: 0.9rem;
}

.heading {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #f15a2b;
}

@media (min-width: 768px) {
  .heading {
    font-size: 40px;
  }
}

.heading-4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 30px;
  }
}

.heading-5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .facebook-partners-page .c-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .c-cards .c-card-outer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .c-cards .c-card-outer {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .c-title {
    font-size: 37px;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .c-title {
    font-size: 27px;
  }
}

.c-section,
.c-section--dark,
.c-section--primary {
  background-color: #fff;
}

.c-section--dark {
  background-color: #191919;
  color: white;
}

.c-section--lightgrey {
  background-color: #e6e6e6;
}

.c-section--light {
  background-color: #f9f9f9;
}

.c-section--primary {
  background-color: #f15a2b;
  color: white;
}

.c-gallery-logo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .c-gallery-logo {
    margin: 1rem 0rem;
  }
}

/* hubspot */

.section-form.section-negative .hbspt-form p,
.section-form.section-negative .hbspt-form fieldset input {
  color: #fff !important;
}

.section-form.section-negative .hs-form fieldset .field:last-child.w-100-hs-form {
  width: 100% !important;
}

.section-form.section-negative .hs-form .legal-consent-container a {
  color: inherit;
  text-decoration: underline;
}

.section-form.section-negative .hbspt-form fieldset {
  padding: 0 !important;
  max-width: 100% !important;
}

.section-form.section-negative .hbspt-form fieldset input {
  margin-bottom: 20px !important;
}

.section-form.section-negative .hbspt-form fieldset > div > label {
  display: none !important;
}

.section-form.section-negative .hbspt-form fieldset > .field:first-child {
  width: calc(50% - 10px) !important;
  margin-right: 20px !important;
}

.section-form.section-negative .hbspt-form fieldset > .field:last-child {
  width: calc(50% - 10px) !important;
}

.section-form.section-negative .hbspt-form fieldset > .field:last-child.hs-fieldtype-radio {
  width: 100% !important;
}

.section-form.section-negative .hbspt-form fieldset > .field:last-child.hs-fieldtype-radio .hs-field-desc {
  display: block !important;
  font-size: 1rem;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea {
  width: 100% !important;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea textarea {
  color: inherit;
  background-color: transparent;
  border: 2px solid #fff !important;
  height: 100px;
  width: 100% !important;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea textarea::-webkit-input-placeholder {
  color: white !important;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea textarea::-moz-placeholder {
  color: white !important;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea textarea::-ms-input-placeholder {
  color: white !important;
}

.section-form.section-negative .hbspt-form fieldset > .field.hs-fieldtype-textarea textarea::placeholder {
  color: white !important;
}

.section-form.section-negative .hbspt-form fieldset > .field .input {
  margin-bottom: 20px;
  margin-right: 0 !important;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block !important;
  width: 100% !important;
  padding: 14px 14px !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  color: #fff !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  outline: none;
}

.section-form.section-negative .hs-field-desc {
  display: none !important;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select {
  position: relative;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select:nth-child(1) {
  margin-bottom: 20px;
  margin-left: 0 !important;
  width: 100% !important;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select:after {
  content: '\2304';
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 30px;
  line-height: 33px;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select select {
  display: block !important;
  width: 100% !important;
  padding: 14px 14px !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  height: 55px !important;
  color: #fff !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select option {
  color: #000000 !important;
}

.section-form.section-negative .hbspt-form fieldset .field.hs-fieldtype-select label.hs-error-msg {
  margin-top: 0;
}

.section-form.section-negative .section-negative .hbspt-form fieldset .hs-form-field:not(.hs-fieldtype-booleancheckbox) label:last-child {
  display: block !important;
}

.section-form.section-negative .section-negative .hbspt-form fieldset .hs-form-field:not(.hs-fieldtype-booleancheckbox) label:last-child.hs-form-radio-display span {
  margin-left: 10px;
}

.section-form.section-negative .hbspt-form fieldset input::-webkit-input-placeholder {
  color: #fff;
}

.section-form.section-negative .hbspt-form fieldset input:-moz-placeholder {
  color: #fff;
}

.section-form.section-negative .hbspt-form fieldset input::-moz-placeholder {
  color: #fff;
}

.section-form.section-negative .hbspt-form fieldset input:-ms-input-placeholder {
  color: #fff;
}

.section-form.section-negative .hbspt-form label.hs-error-msg {
  font-size: 0.79rem !important;
  margin-bottom: 0 !important;
  color: #fff;
  margin-top: -15px;
  line-height: 1.4;
  margin-bottom: 15px !important;
  display: block !important;
}

.section-form.section-negative .hbspt-form ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none !important;
}

.section-form.section-negative .hbspt-form .hs-richtext {
  margin-bottom: 20px !important;
}

.section-form.section-negative .hbspt-form ul {
  list-style: none;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.section-form.section-negative .hbspt-form ul li {
  padding-left: 0 !important;
}

.section-form.section-negative .hbspt-form ul li:before {
  display: none !important;
}

.section-form.section-negative .hbspt-form input.hs-button.primary.large {
  border-color: #f15a2b !important;
  color: #fff !important;
  display: block !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 18px 50px !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  font-size: 1rem !important;
  border-radius: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background-color: #f15a2b !important;
  border: 2px solid transparent !important;
  outline: none;
}

.section-form.section-negative .hbspt-form input.hs-button.primary.large:hover {
  background-color: #e7420f !important;
  border-color: #e7420f !important;
}

.section-form.section-negative .hbspt-form input.hs-button.primary.large:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5) !important;
  outline: none;
}

.section-form.section-negative .hbspt-form .legal-consent-container {
  margin-top: 10px;
}

.section-form.section-negative .hbspt-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0px;
}

.section-form.section-negative .hbspt-form .hs-dependent-field {
  margin-top: 30px !important;
  padding: 14px;
  border: 2px solid #fff;
}

.section-form.section-negative .hbspt-form .hs-dependent-field label.hs-form-booleancheckbox-display {
  margin-bottom: 0 !important;
}

.section-form.section-negative .hbspt-form .hs-dependent-field ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.section-form.section-negative .hbspt-form label.hs-main-font-element {
  color: #fff;
  margin-top: 2px;
  font-size: 16px;
}

.section-form.section-negative .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 1.2;
  display: inline-block;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .section-form.section-negative .hbspt-form fieldset > .field:first-child {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .section-form.section-negative .hbspt-form fieldset > .field:last-child {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.hs-submit input[type="submit"] {
  cursor: pointer;
}

.c-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-tag {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}

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

@media (max-width: 767px) {
  .component-media.desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .component-media.mobile {
    display: none;
  }
}

.component-media .style-laptop-background.c-yourshop__section-video {
  max-width: 91.5%;
  padding: 2.05% 10.3% 3.7% 11%;
}

.component-media .style-no-background {
  padding: 2.05% 9.2% 3.7% 9.2%;
  margin: 0 auto;
}

.c-button-collection {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-button-collection__item {
  display: inline-block;
}

.c-announcement-bar {
  left: 0;
  position: fixed;
  right: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: opacity, visibility, -o-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform, -o-transform;
  z-index: 9998;
}

.c-announcement-bar--top {
  top: 0;
}

.c-announcement-bar--bottom {
  bottom: 0;
}

.c-announcement-bar__container {
  z-index: 3;
  position: relative;
  max-width: none;
}

.c-announcement-bar__body {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .c-announcement-bar__body {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .c-announcement-bar__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-announcement-bar__close {
  width: 21px;
  height: 21px;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
}

@media (max-width: 767.98px) {
  .c-announcement-bar__close {
    right: 15px;
  }
}

.c-announcement-bar__close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.c-announcement-bar .c-button-collection,
.c-announcement-bar .c-text {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

@media (min-width: 768px) {
  .c-announcement-bar .c-text {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
    padding-right: 23px;
  }
}

.c-announcement-bar .c-text p:last-child {
  margin-bottom: 0;
}

.c-announcement-bar .c-button-collection {
  text-align: center;
}

@media (min-width: 768px) {
  .c-announcement-bar .c-button-collection {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}

.c-announcement-bar .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
}

.c-announcement-bar--hidden {
  opacity: 0;
  visibility: hidden;
}

.c-announcement-bar--default {
  background-color: #191919;
  color: #fff;
}

@media (min-width: 768px) {
  .c-announcement-bar--default {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-announcement-bar--default .c-announcement-bar__container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-announcement-bar--default .c-announcement-bar__body {
  text-transform: uppercase;
  font-size: 14px;
  line-height: calc(16/14);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.68px;
  font-family: "Axiforma", sans-serif;
}

@media (max-width: 991.98px) {
  .c-announcement-bar--default .c-announcement-bar__body {
    text-align: center;
    padding-right: 0;
  }
}

.c-announcement-bar--default .c-announcement-bar__close {
  color: #fff;
  right: 35px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-announcement-bar--default .c-announcement-bar__close {
    position: static;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    margin-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .c-announcement-bar--default .c-announcement-bar__close {
    top: 7px;
    right: 7px;
  }

  .c-announcement-bar--default .c-announcement-bar__close svg {
    width: 13px;
    height: 13px;
  }
}

.c-announcement-bar--default .c-announcement-bar__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.c-announcement-bar--default .c-announcement-bar__buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

@media (max-width: 767.98px) {
  .c-announcement-bar--default .c-btn {
    padding-top: 9px;
    padding-bottom: 8px;
  }
}

.c-announcement-bar--top.c-announcement-bar--hidden {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-announcement-bar--bottom.c-announcement-bar--hidden {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

.c-announcement-bar--top.c-announcement-bar--default:not(.c-announcement-bar--hidden) + .c-header .c-header__inner {
  top: var(--announcement-bar-height);
}

.c-announcement-bar--top.c-announcement-bar--default:not(.c-announcement-bar--hidden) + .c-header + .c-app__content {
  margin-top: var(--announcement-bar-height);
}

.document-has-bar .has-menu-open .c-app {
  margin-top: var(--announcement-bar-height);
}

.c-announcement-bar--bottom.c-announcement-bar--default:not(.c-announcement-bar--hidden) + .c-footer {
  margin-bottom: var(--announcement-bar-bottom-height);
}

.single-post .c-header .c-header__inner,
.has-menu-open .collapse.show + .c-header .c-header__inner {
  background-color: rgba(0, 0, 0, 0.9);
}

.c-header {
  position: relative;
}

.c-header .c-header__inner {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-header .c-header__inner .brand img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-header .c-header__inner .brand img {
    max-width: 120px;
  }
}

.c-header .c-header__inner.sticky {
  background-color: #000;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-header .c-header__inner.sticky .brand img {
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .c-header .c-header__inner {
    padding-top: 2.222rem;
    padding-bottom: 2.222rem;
  }
}

/* In the presence of wpadminbar */

body.admin-bar .c-header__inner {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar .c-header__inner {
    top: 32px;
  }
}

body.admin-bar .c-header__inner.sticky {
  top: 0;
}

.c-lang .c-lang__active,
.c-lang .c-lang__item {
  text-transform: uppercase;
}

.c-lang .c-lang__active:hover,
.c-lang .c-lang__item:hover {
  cursor: pointer;
}

.c-lang .c-lang__active:focus,
.c-lang .c-lang__item:focus {
  outline: none;
}

.c-collogo {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .c-collogo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-lang__flag {
  height: 18px;
  width: 28px;
  margin-right: 0.25rem;
}

@media (min-width: 576px) {
  .c-lang__flag {
    height: 22px;
    width: 34px;
  }
}

@media (min-width: 992px) {
  .c-lang__flag {
    height: 18px;
    width: 28px;
    margin-bottom: -0.25rem;
  }
}

@media (min-width: 992px) {
  .c-lang__others .c-lang__flag {
    margin-bottom: 0;
  }
}

.c-lang__flag--tablet {
  display: none;
}

@media (min-width: 576px) {
  .c-lang__flag--tablet {
    display: inline;
  }
}

@media (min-width: 992px) {
  .c-lang__flag--tablet {
    display: none;
  }
}

.c-lang__flag--dm {
  display: inline;
}

@media (min-width: 576px) {
  .c-lang__flag--dm {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-lang__flag--dm {
    display: inline;
  }
}

.c-collang .c-lang__active {
  position: relative;
  border: 0;
}

.c-collang .c-lang__active .c-lang__code {
  color: white;
  font-size: 1.667rem;
  font-family: "Axiforma", sans-serif;
  text-transform: uppercase;
  margin-bottom: -8px;
  padding-right: 0.25rem;
}

@media (max-width: 767.98px) {
  .c-collang .c-lang__active .c-lang__code {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-collang .c-lang__active .c-lang__code {
    font-size: 0.889rem;
  }
}

.c-collang .dropdown-toggle--downchevron {
  position: relative;
  border: 0;
}

.c-collang .dropdown-toggle--downchevron:after {
  content: "\F078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.7rem;
  color: #f15a2b;
}

@media (min-width: 992px) {
  .c-collang .dropdown-toggle--downchevron:after {
    font-size: 0.889rem;
  }
}

.c-footer {
  background-color: #282828;
  color: #fff;
  padding-top: 1.667rem;
  padding-bottom: 1.667rem;
}

@media (min-width: 768px) {
  .c-footer {
    padding-top: 3.333rem;
    padding-bottom: 3.333rem;
  }
}

.c-footer :not(.sub-menu) > .menu-item > a {
  pointer-events: none;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .c-footer-contact {
    margin-right: -3.1rem;
    padding-right: 3.1rem;
  }
}

@media (min-width: 1366px) and (max-width: 1400px) {
  .c-footer-contact {
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .c-footer-contact .c-contactus-title {
    float: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .c-footer-contact .c-contactus-email {
    float: left;
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

footer .footer-location h6 {
  padding-left: 35px;
}

.page-template-landing-page {
  /* Partner */
}

.page-template-landing-page .header-btn-container {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.page-template-landing-page .header-btn-container .lp-header-btn {
  background-color: #f58221;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-family: "Axiforma", sans-serif;
  font-weight: 300;
}

.page-template-landing-page .btn,
.page-template-landing-page .comment-form input[type="submit"],
.comment-form .page-template-landing-page input[type="submit"],
.page-template-landing-page .search-form .search-submit,
.search-form .page-template-landing-page .search-submit {
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .page-template-landing-page .btn.btn-orange,
  .page-template-landing-page .comment-form input.btn-orange[type="submit"],
  .comment-form .page-template-landing-page input.btn-orange[type="submit"],
  .page-template-landing-page .search-form .btn-orange.search-submit,
  .search-form .page-template-landing-page .btn-orange.search-submit {
    padding: 18px 30px;
  }
}

.page-template-landing-page .c-support__logo-wrapper {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .page-template-landing-page .c-support__logo-wrapper {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

body#tinymce {
  margin: 12px !important;
}

/* Hero Section */

.c-hero {
  background-color: transparent;
}

.c-hero__video-fallback {
  z-index: -2;
}

.c-hero .video-background iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-hero .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

@media (min-aspect-ratio: 16 / 9) {
  .c-hero .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .c-hero .video-foreground {
    width: 300%;
    left: -100%;
  }
}

/* Brands Section */

.c-brands {
  background-color: #f15a2b;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .c-brands {
    background-color: white;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.c-brand {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .c-brand:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    -webkit-transform: scale(0.92);
         -o-transform: scale(0.92);
            transform: scale(0.92);
    /* scale up 15% */
  }
}

@media (max-width: 991.98px) {
  .c-brands {
    overflow-x: auto;
  }

  .col-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-brand__picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 86px;
  }

  .c-brand {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}

/* Your shop */

.c-yourshop {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .c-yourshop {
    border: 2px solid #e6e6e6;
  }
}

.c-yourshop__background-image {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .c-yourshop__background-image {
    width: 70%;
  }
}

.c-yourshop__section-image {
  margin-bottom: -3rem;
}

.c-yourshop__section-embed {
  position: relative;
  height: 0;
  padding: 3% 0 39.5%;
  margin-left: 9.2%;
  max-width: 950px;
}

.c-yourshop__section-embed iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/wp-content/themes/globale/dist/images/pc-frame.png") top center no-repeat;
  background-size: contain;
  padding: 2.5% 11.5% 6%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1780px) {
  .c-yourshop__section-embed iframe {
    padding: 2.5% 12.5% 4%;
  }
}

.c-yourshop__section-video {
  background-image: url("/wp-content/themes/globale/dist/images/pc-frame.png");
  padding: 2.05% 9.2% 3.7% 9.2%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 81.5%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .c-yourshop__leftcol {
    margin-top: -6em;
  }
}

/* Why Smart Cross Border */

.c-whysmart {
  overflow: hidden;
}

.c-whysmart-item {
  position: relative;
}

@media (min-width: 992px) {
  .c-whysmart-item-group {
    margin-top: 10rem;
  }
}

.c-whysmart-item__text {
  max-width: 35rem;
}

.c-whysmart-item-picture {
  /* Remove left and right margins, to make the images come from the edges of screen */
  margin-left: -30px;
  margin-right: -30px;
}

.c-whysmart-bg-desktop {
  position: absolute;
  top: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Right Solution section */

.c-rightsolution {
  overflow: hidden;
}

.c-rightsolution .c-cards {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 27rem;
  width: 65%;
}

@media screen and (max-width: 750px) {
  .c-rightsolution .c-cards {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .c-rightsolution .c-cards {
    max-width: 66%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.c-rightsolution .c-cards .c-card-outer {
  margin: 1rem 0;
}

.c-rightsolution .c-cards .c-card-outer .c-card,
.c-rightsolution .c-cards .c-card-outer .c-card--banner,
.c-rightsolution .c-cards .c-card-outer .c-card\@md-up,
.c-rightsolution .c-cards .c-card-outer .c-card\@lg-up {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-rightsolution .c-cards .c-card-outer .c-rightsolution__text {
  max-width: 235px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .c-rightsolution .c-cards .c-card-outer {
    margin: 0;
    margin-bottom: -2.5rem;
    max-width: 22rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  }

  .c-rightsolution .c-cards .c-card-outer.c-card-outer--left {
    margin-left: auto;
    margin-right: 0;
  }

  .c-rightsolution .c-cards .c-card-outer.c-card-outer--right {
    margin-left: 0;
    margin-right: auto;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-card,
  .c-rightsolution .c-cards .c-card-outer:hover .c-card--banner,
  .c-rightsolution .c-cards .c-card-outer:hover .c-card\@md-up,
  .c-rightsolution .c-cards .c-card-outer:hover .c-card\@lg-up {
    background-color: #f15a2b;
    cursor: pointer;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-rightsolution-item-image {
    opacity: 0;
    visibility: hidden;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-rightsolution-item-image--hover {
    opacity: 1;
    visibility: visible;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-rightsolution__text {
    color: #fff;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-rightsolution__link {
    color: #fff;
  }

  .c-rightsolution .c-cards .c-card-outer:hover .c-rightsolution__link:hover {
    text-decoration: none;
  }
}

.c-rightsolution .c-cards .c-rightsolution-item-image,
.c-rightsolution .c-cards .c-rightsolution-item-image--hover {
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.c-rightsolution .c-cards .c-rightsolution-item-image--hover {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.c-rightsolution__background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-rightsolution__link {
  display: block;
  font-size: 1.95rem;
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.c-rightsolution__link:hover {
  text-decoration: none;
}

.c-bottombar {
  height: 0.222rem;
  background-color: #f15a2b;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .c-bottombar {
    width: 66%;
    -webkit-box-shadow: 0px -1px 1rem -1px rgba(0, 0, 0, 0.5);
            box-shadow: 0px -1px 1rem -1px rgba(0, 0, 0, 0.5);
  }
}

/* Partner */

.c-partner__logo-wrapper {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .c-partner__logo-wrapper {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

/* Success Stories */

.c-success-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .c-success-stories {
    padding-top: 0 !important;
  }
}

.c-success-stories .c-story {
  padding-top: 2rem;
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.c-success-stories .c-story:focus {
  outline: none;
}

.c-success-stories .c-story .c-story__logo {
  display: none;
  margin-bottom: 2rem;
}

.c-success-stories .c-story .c-story__logo .c-story__innerimg {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .c-success-stories .c-story .c-story__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 5rem;
    height: 14rem;
    width: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-success-stories .c-story .c-story__logo-small {
  margin-top: 2rem;
}

.c-success-stories .c-story .c-story__logo-small .c-story__innerimg {
  margin: 0 auto;
  max-width: 100%;
}

.c-success-stories .c-story .c-story__quote {
  font-family: "Axiforma", sans-serif;
  font-weight: bold;
  position: relative;
  margin-top: 3rem;
  padding: 0 2rem;
  color: #4c4c4c;
}

.c-success-stories .c-story .c-story__quote p span {
  font-family: "Axiforma", sans-serif !important;
  font-size: 1rem !important;
}

.c-success-stories .c-story .c-story__quote::before {
  content: '\201C';
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f15a2b;
  font-weight: 900;
  font-family: "Axiforma", sans-serif;
  font-size: 7rem;
}

.c-success-stories .c-story .c-story__person {
  color: #4c4c4c;
}

@media (min-width: 992px) {
  .c-success-stories .c-story .c-story__person,
  .c-success-stories .c-story .c-story__logo-small,
  .c-success-stories .c-story .c-story__quote {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .c-success-stories .c-story .c-story__logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .c-success-stories .c-story:hover .c-story__person,
  .c-success-stories .c-story:hover .c-story__logo-small,
  .c-success-stories .c-story:hover .c-story__quote {
    opacity: 1;
    visibility: visible;
  }

  .c-success-stories .c-story:hover .c-story__logo {
    opacity: 0;
    visibility: hidden;
  }
}

.c-success-stories .slick-current + .slick-active .c-quote-wrapper {
  position: relative;
}

.c-success-stories .slick-current + .slick-active .c-quote-wrapper::before,
.c-success-stories .slick-current + .slick-active .c-quote-wrapper::after {
  content: '';
  position: absolute;
  height: 14rem;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-color: #f15a2b;
}

.c-success-stories .slick-current + .slick-active .c-quote-wrapper::before {
  left: calc(-1rem - 1px);
  border-left-width: 2px;
}

.c-success-stories .slick-current + .slick-active .c-quote-wrapper::after {
  right: calc(-1rem - 1px);
  border-right-width: 2px;
}

/* Smart reads */

.c-smart-reads {
  padding-bottom: 5rem;
}

@media (max-width: 1366px) {
  .c-smart-reads {
    padding-top: 0 !important;
    padding-bottom: 3rem;
  }
}

.c-smartreads__background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-card__inner .c-button,
.c-card__inner .c-button--cta {
  border-color: #f15a2b;
}

.c-card__inner .c-button:hover,
.c-card__inner .c-button--cta:hover {
  background-color: #f15a2b;
  color: #fff;
}

/* facebook partners page */

.facebook-partners-page .c-card-outer .c-card__inner {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .facebook-partners-page .c-rightsolution__background-image {
    margin-top: 0 !important;
  }
}

.section {
  position: relative;
  background-color: #fff;
}

.section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section .header {
  position: relative;
}

.section .content {
  position: relative;
}

@media (max-width: 767.98px) {
  .section .text br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section .background-mobile {
    display: none;
  }
}

.section-negative {
  color: #fff;
  background-color: #282828;
}

.section-negative .heading-4 {
  color: #fff;
}

.section-negative .btn-primary {
  color: #fff;
  border-color: #fff;
}

.section-negative .btn-primary:hover {
  border-color: #f15a2b;
}

.section-negative .form .form-control,
.section-negative .form .comment-form input[type="text"],
.comment-form .section-negative .form input[type="text"],
.section-negative .form .comment-form input[type="email"],
.comment-form .section-negative .form input[type="email"],
.section-negative .form .comment-form input[type="url"],
.comment-form .section-negative .form input[type="url"],
.section-negative .form .comment-form textarea,
.comment-form .section-negative .form textarea,
.section-negative .form .search-form .search-field,
.search-form .section-negative .form .search-field {
  color: #fff;
  border-color: #fff;
}

.section-negative .form .form-control:focus,
.section-negative .form .comment-form input:focus[type="text"],
.comment-form .section-negative .form input:focus[type="text"],
.section-negative .form .comment-form input:focus[type="email"],
.comment-form .section-negative .form input:focus[type="email"],
.section-negative .form .comment-form input:focus[type="url"],
.comment-form .section-negative .form input:focus[type="url"],
.section-negative .form .comment-form textarea:focus,
.comment-form .section-negative .form textarea:focus,
.section-negative .form .search-form .search-field:focus,
.search-form .section-negative .form .search-field:focus {
  border-color: #fff;
}

.section-negative .form .form-control::-webkit-input-placeholder,
.section-negative .form .comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form .section-negative .form input[type="text"]::-webkit-input-placeholder,
.section-negative .form .comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form .section-negative .form input[type="email"]::-webkit-input-placeholder,
.section-negative .form .comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form .section-negative .form input[type="url"]::-webkit-input-placeholder,
.section-negative .form .comment-form textarea::-webkit-input-placeholder,
.comment-form .section-negative .form textarea::-webkit-input-placeholder,
.section-negative .form .search-form .search-field::-webkit-input-placeholder,
.search-form .section-negative .form .search-field::-webkit-input-placeholder {
  color: #fff;
}

.section-negative .form .form-control::-moz-placeholder,
.section-negative .form .comment-form input[type="text"]::-moz-placeholder,
.comment-form .section-negative .form input[type="text"]::-moz-placeholder,
.section-negative .form .comment-form input[type="email"]::-moz-placeholder,
.comment-form .section-negative .form input[type="email"]::-moz-placeholder,
.section-negative .form .comment-form input[type="url"]::-moz-placeholder,
.comment-form .section-negative .form input[type="url"]::-moz-placeholder,
.section-negative .form .comment-form textarea::-moz-placeholder,
.comment-form .section-negative .form textarea::-moz-placeholder,
.section-negative .form .search-form .search-field::-moz-placeholder,
.search-form .section-negative .form .search-field::-moz-placeholder {
  color: #fff;
}

.section-negative .form .form-control::-ms-input-placeholder,
.section-negative .form .comment-form input[type="text"]::-ms-input-placeholder,
.comment-form .section-negative .form input[type="text"]::-ms-input-placeholder,
.section-negative .form .comment-form input[type="email"]::-ms-input-placeholder,
.comment-form .section-negative .form input[type="email"]::-ms-input-placeholder,
.section-negative .form .comment-form input[type="url"]::-ms-input-placeholder,
.comment-form .section-negative .form input[type="url"]::-ms-input-placeholder,
.section-negative .form .comment-form textarea::-ms-input-placeholder,
.comment-form .section-negative .form textarea::-ms-input-placeholder,
.section-negative .form .search-form .search-field::-ms-input-placeholder,
.search-form .section-negative .form .search-field::-ms-input-placeholder {
  color: #fff;
}

.section-negative .form .form-control::placeholder,
.section-negative .form .comment-form input[type="text"]::placeholder,
.comment-form .section-negative .form input[type="text"]::placeholder,
.section-negative .form .comment-form input[type="email"]::placeholder,
.comment-form .section-negative .form input[type="email"]::placeholder,
.section-negative .form .comment-form input[type="url"]::placeholder,
.comment-form .section-negative .form input[type="url"]::placeholder,
.section-negative .form .comment-form textarea::placeholder,
.comment-form .section-negative .form textarea::placeholder,
.section-negative .form .search-form .search-field::placeholder,
.search-form .section-negative .form .search-field::placeholder {
  color: #fff;
}

.section-negative .form .btn-primary {
  border-color: #f15a2b;
}

.section-negative .form .btn-primary:hover {
  background-color: #e7420f;
  border-color: #e7420f;
}

.section-negative .form .btn-primary:focus {
  color: #fff;
  background-color: #e7420f;
  border-color: #e7420f;
}

@media (max-width: 767.98px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(1) .background {
    top: -34px;
    background-size: auto 415px !important;
    left: 10px;
  }
}

@media (max-width: 767.98px) and (max-width: 344px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(1) .background {
    top: 148px;
    background-size: auto 179px !important;
  }
}

@media (max-width: 767.98px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(2) .background {
    background-size: auto 415px !important;
    top: 20px;
  }
}

@media (max-width: 767.98px) and (max-width: 344px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(2) .background {
    background-size: auto 211px !important;
    top: 117px;
  }
}

@media (max-width: 767.98px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(3) .background {
    background-size: auto 415px !important;
    top: 36px;
  }
}

@media (max-width: 767.98px) and (max-width: 370px) {
  .page-pro-data .section-alternating-text .content .row:nth-of-type(3) .background {
    background-size: auto 210px !important;
    top: 120px;
  }
}

@media (max-width: 767.98px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(1) .background {
    top: -34px;
    background-size: auto 415px !important;
    left: 10px;
  }
}

@media (max-width: 767.98px) and (max-width: 344px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(1) .background {
    top: 126px;
    background-size: auto 179px !important;
  }
}

@media (max-width: 767.98px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(2) .background {
    background-size: auto 415px !important;
    top: 20px;
  }
}

@media (max-width: 767.98px) and (max-width: 344px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(2) .background {
    background-size: auto 211px !important;
    top: 133px;
  }
}

@media (max-width: 767.98px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(3) .background {
    background-size: auto 415px !important;
    top: 36px;
  }
}

@media (max-width: 767.98px) and (max-width: 370px) {
  .page-smart-cross-border-for-the-enterprise-data .section-alternating-text .content .row:nth-of-type(3) .background {
    background-size: auto 210px !important;
    top: 120px;
  }
}

.section-alternating-text {
  background-color: #191919;
}

.section-alternating-text .header {
  text-align: center;
}

.section-alternating-text .top-picture {
  display: block;
}

.section-alternating-text .content .col-content {
  max-width: 430px;
}

.section-alternating-text .content .text {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .section-alternating-text .col-content .heading-4 {
    max-width: 200px;
    min-height: 85px;
  }

  .section-alternating-text .col-content .text {
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .section-alternating-text {
    padding-top: 58px;
    padding-bottom: 83px;
  }

  .section-alternating-text > .background {
    display: none;
  }

  .section-alternating-text .top-picture {
    margin-bottom: 38px;
  }

  .section-alternating-text .content.container {
    max-width: 100%;
  }

  .section-alternating-text .content .row {
    position: relative;
    padding-top: 194px;
  }

  .section-alternating-text .content .background {
    background-position: right top;
    background-size: contain;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-alternating-text {
    padding-top: 106px;
    padding-bottom: 125px;
  }

  .section-alternating-text .top-picture {
    margin-bottom: 43px;
  }

  .section-alternating-text .content .row {
    margin-top: 124px;
  }

  .section-alternating-text .content .row:first-child {
    margin-top: 194px;
  }

  .section-alternating-text .content .row:nth-child(even) > [class^='col-'] {
    margin-left: 41.6667%;
  }

  .section-alternating-text .text br {
    display: none;
  }
}

@media (min-width: 992px) {
  .section-alternating-text {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section-alternating-text .top-picture {
    margin-bottom: 42px;
  }

  .section-alternating-text .content .row {
    margin-top: 240px;
  }

  .section-alternating-text .content .row:nth-child(odd) > [class^='col-'] {
    margin-left: 50%;
  }

  .section-alternating-text .content .row:nth-child(even) > [class^='col-'] {
    margin-left: 14%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
  .section-alternating-text .content .row {
    margin-top: 140px;
  }
}

.section-contact {
  padding-top: 190px;
  padding-bottom: 90px;
}

.section-contact .heading {
  text-align: center;
  margin-bottom: 0;
}

.section-contact .content {
  margin-top: 42px;
}

.section-contact .content .wpcf7,
.section-contact .offices {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.section-contact .offices {
  display: none;
  margin-top: 90px;
}

.section-contact .offices .col,
.section-contact .offices [class*='col-'] {
  margin-bottom: 30px;
}

.section-contact .office-location {
  color: #f15a2b;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.section-contact .office-contact {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-contact .offices {
    display: block;
  }
}

.section-content-with-sidebar {
  padding-top: 130px;
}

.section-content-with-sidebar > .background {
  background-position: center top;
}

.section-content-with-sidebar .col-content .section,
.section-content-with-sidebar .col-sidebar .section,
.section-content-with-sidebar .col-footer .section {
  background-color: transparent;
}

.section-content-with-sidebar .col-sidebar .section-share-buttons {
  text-align: center;
}

.section-blogitem {
  margin-top: 7.19rem;
  /* Related posts (right side) */
  /* Blog item footer */
}

@media (max-width: 991.98px) {
  .section-blogitem {
    margin-top: 0;
    padding-top: 3.889rem;
  }
}

@media (min-width: 768px) {
  .section-blogitem {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/watermark-inner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.section-blogitem .section-blogitem__container {
  max-width: 1460px;
}

@media (max-width: 991.98px) {
  .section-blogitem .section-blogitem__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .section-blogitem__container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .section-blogitem__container .blogitem-container .o-separator--line {
    display: block !important;
    width: 100% !important;
    margin-top: 1.6rem;
  }
}

.section-blogitem .section-blogitem__container .blogitem-container img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .section-blogitem .section-blogitem__container .blogitem-container img {
    height: 296px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .section-blogitem__container .blogitem-container img {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 991.98px) {
  .section-blogitem .section-blogitem__container .blogitem-container {
    padding-left: 2.222rem;
    padding-right: 2.222rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .section-blogitem__container .blogitem-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-blogitem .section-blogitem__container .blogitem-container img {
    border-radius: 0;
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.section-blogitem .blogitem-left,
.section-blogitem .blogitem-right {
  padding-top: 4rem;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-left,
  .section-blogitem .blogitem-right {
    padding-top: 1rem;
  }
}

.section-blogitem .blogitem-left {
  margin-right: 1.667rem;
  width: 48rem;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.section-blogitem .blogitem-left .o-separator--small,
.section-blogitem .blogitem-left .o-separator--small\@md-down,
.section-blogitem .blogitem-left .o-separator--small\@sm-down {
  width: 74%;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-left .o-left .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.222rem;
    padding-right: 2.222rem;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-left .o-left .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1500px) {
  .section-blogitem .blogitem-left .content {
    top: -5px;
  }
}

.section-blogitem .blogitem-right {
  margin-left: 1.667rem;
  width: 22rem;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-blogitem .blogitem-headline {
  font-size: 2.222rem;
  font-family: "Axiforma", sans-serif;
  font-weight: 600;
  color: #f15a2b;
  margin-top: 2rem;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-headline {
    font-size: 2.2rem;
    margin-bottom: 2.333rem;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-headline {
    font-size: 1.556rem;
    margin-bottom: 1.778rem;
  }
}

.section-blogitem .blogitem-subheadline {
  font-size: 1.389rem;
  font-family: "Axiforma", sans-serif;
  font-weight: 400;
  margin-top: 1.556rem;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-subheadline {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
    margin-top: -0.744rem;
  }
}

.section-blogitem .blogitem-relatedposts-title {
  margin-top: 3.889rem;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-relatedposts-title {
    font-size: 40px;
  }
}

.section-blogitem .blogitem-tags {
  color: #f15a2b;
}

.section-blogitem .blogitem-tags::before {
  content: '//';
  color: #f15a2b;
}

.section-blogitem .blogitem-date,
.section-blogitem .blogitem-tags {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 0.889rem;
}

.section-blogitem .blogitem-date {
  margin-top: 15px;
}

.section-blogitem .blogitem-share {
  margin-top: 4rem;
}

.section-blogitem .blogitem-share .blogitem-share__title {
  font-family: "Axiforma", sans-serif;
  font-size: 1.389rem;
  letter-spacing: -1px;
}

.section-blogitem .blogitem-share .blogitem-social-item {
  padding: 0 1.333rem;
  font-size: 1.5rem;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-share .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 2.222rem;
    padding-right: 2.222rem;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-share .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-blogitem .blogitem-share .o-separator--line {
  margin-top: 0.967rem;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-share .o-separator--line {
    width: 100%;
  }
}

.section-blogitem .blogitem-author {
  margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-author .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 2.222rem;
    padding-right: 2.222rem;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-author .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-blogitem .blogitem-author .blogitem-author__photo {
  border-radius: 50%;
  border: 2px solid #f15a2b;
  max-width: 105px;
  max-height: 105px;
}

.section-blogitem .blogitem-author .blogitem-author__written {
  font-family: "Axiforma", sans-serif;
  font-size: 1.111rem;
  font-weight: normal;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-author .blogitem-author__written {
    font-size: 0.911rem;
  }
}

.section-blogitem .blogitem-author .blogitem-author__position {
  font-family: "Axiforma", sans-serif;
  font-size: 0.889rem;
  font-weight: normal;
  color: #f15a2b;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-author .blogitem-author__position {
    font-size: 0.789rem;
  }
}

.section-blogitem .blogitem-author .blogitem-author__social {
  font-size: 1.1rem;
}

.section-blogitem .blogitem-author .blogitem-author__social .fa-linkedin {
  color: #0077b5;
}

.section-blogitem .blogitem-related-outer {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.667rem;
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-related-outer {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.section-blogitem .blogitem-footer {
  margin-top: 1.25rem;
  margin-bottom: 8.333rem;
  font-size: 1.389rem;
  font-weight: normal;
  font-family: "Axiforma", sans-serif;
}

.section-blogitem .blogitem-footer > a {
  color: #000;
  letter-spacing: -1px;
}

.section-blogitem .blogitem-footer > a .arrows {
  color: #f15a2b;
}

@media (max-width: 991.98px) {
  .section-blogitem .blogitem-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4.889rem;
    padding-bottom: 4.889rem;
  }
}

@media (max-width: 767.98px) {
  .section-blogitem .blogitem-footer {
    padding-top: 1.689rem;
    padding-bottom: 0.889rem;
  }
}

/* Resets global styles only on blog items */

.is-blogitem em {
  color: #000;
  font-style: italic;
}

.is-blogitem .section {
  background-color: transparent;
}

.is-blogitem .section-text:first-of-type {
  padding-top: 1rem;
}

.is-blogitem .section-text .content {
  padding-top: 2rem;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .is-blogitem .section-text .content {
    padding-top: 0.9rem;
  }
}

.is-blogitem .section-text .heading {
  font-family: "Axiforma", sans-serif;
  font-weight: normal;
  font-size: 1.389rem;
  margin-bottom: 1.778rem;
}

.is-blogitem .section-text .copy {
  font-family: "Open sans", sans-serif;
}

@media (max-width: 767.98px) {
  .is-blogitem .section-text .copy p {
    line-height: 1.544rem;
    letter-spacing: 0.8;
  }
}

.is-blogitem .section-text .copy img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-cta {
  text-align: center;
  padding: 75px 0;
}

.section-cta.custom-bg {
  background-color: transparent;
}

.section-cta .background {
  z-index: -1;
}

.section-cta .heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  .section-cta .heading {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .section-cta .heading {
    font-size: 45px;
  }
}

.section-cta .subheading {
  font-size: 25px;
  margin-bottom: 16px;
  color: #fff;
  font-family: "Open sans", sans-serif;
  font-weight: 100;
}

@media (min-width: 768px) {
  .section-cta .subheading {
    margin-bottom: 28px;
  }
}

.section-cta .btn-primary:hover {
  border-color: #fff;
  background-color: #fff;
  color: #f15a2b;
}

.section-cta .btn-primary.style--outline {
  min-width: 292px;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .section-cta .btn-primary.style--outline {
    line-height: normal;
  }
}

.section-cta .btn-primary.style--outline:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.section-features .header {
  text-align: center;
}

.section-features .header .top-picture {
  display: block;
  margin-bottom: 42px;
}

.section-features .header .heading {
  margin-bottom: 16px;
}

.section-features .header .text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-features .features-nav {
  padding-left: 0;
  list-style: none;
}

.section-features .features {
  padding-left: 0;
  list-style: none;
}

.section-features .feature-picture .image {
  max-width: 100%;
}

.section-features .feature-heading {
  font-size: 20px;
  line-height: 24.57px;
  margin-bottom: 0;
}

.section-features .feature-text {
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

.section-features .features-nav-item {
  padding-top: 30px;
  padding-bottom: 22px;
  padding-left: 154px;
  padding-right: 22px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(185, 185, 185, 0.3);
          box-shadow: 0px 0px 49px 0px rgba(185, 185, 185, 0.3);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-right: 158px;
  -webkit-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.section-features .features-nav-item:nth-child(1) {
  z-index: 19;
}

.section-features .features-nav-item:nth-child(2) {
  z-index: 18;
}

.section-features .features-nav-item:nth-child(3) {
  z-index: 17;
}

.section-features .features-nav-item:nth-child(4) {
  z-index: 16;
}

.section-features .features-nav-item:nth-child(5) {
  z-index: 15;
}

.section-features .features-nav-item:nth-child(6) {
  z-index: 14;
}

.section-features .features-nav-item:nth-child(7) {
  z-index: 13;
}

.section-features .features-nav-item:nth-child(8) {
  z-index: 12;
}

.section-features .features-nav-item:nth-child(9) {
  z-index: 11;
}

.section-features .features-nav-item:nth-child(10) {
  z-index: 10;
}

.section-features .features-nav-item:nth-child(11) {
  z-index: 9;
}

.section-features .features-nav-item:nth-child(12) {
  z-index: 8;
}

.section-features .features-nav-item:nth-child(13) {
  z-index: 7;
}

.section-features .features-nav-item:nth-child(14) {
  z-index: 6;
}

.section-features .features-nav-item:nth-child(15) {
  z-index: 5;
}

.section-features .features-nav-item:nth-child(16) {
  z-index: 4;
}

.section-features .features-nav-item:nth-child(17) {
  z-index: 3;
}

.section-features .features-nav-item:nth-child(18) {
  z-index: 2;
}

.section-features .features-nav-item:nth-child(19) {
  z-index: 1;
}

.section-features .features-nav-item:nth-child(20) {
  z-index: 0;
}

.section-features .features-nav-item .feature-heading {
  color: #3b3e41;
}

.section-features .features-nav-item .feature-heading:after {
  content: '>>';
  padding-left: 5px;
  color: #f15a2b;
}

.section-features .features-nav-item .feature-heading:after {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-features .features-nav-item .feature-text {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-features .features-nav-item.active {
  margin-right: 0;
}

.section-features .features-nav-item.active .feature-heading:after {
  opacity: 0;
}

.section-features .features-nav-item.active .feature-text {
  max-height: 100px;
  opacity: 1;
  margin-top: 8px;
}

.section-features .slick-arrow {
  top: 357px;
}

@media screen and (max-width: 500px) {
  .section-features .slick-arrow {
    top: 65%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .section-features .slick-arrow {
    top: 487px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .section-features .slick-arrow {
    top: 647px;
  }

  .section-features .slick-arrow:before {
    font-size: 38px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-features .slick-arrow {
    top: 685px;
  }

  .section-features .slick-arrow:before {
    font-size: 38px;
    line-height: 38px;
  }
}

.section-features .slick-arrow.slick-prev {
  left: calc(50% - 180px);
}

@media screen and (max-width: 500px) {
  .section-features .slick-arrow.slick-prev {
    left: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .section-features .slick-arrow.slick-prev {
    left: calc(50% - 250px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .section-features .slick-arrow.slick-prev {
    left: calc(50% - 350px);
  }
}

.section-features .slick-arrow.slick-next {
  left: calc(50% + 180px - 25px);
}

@media screen and (max-width: 500px) {
  .section-features .slick-arrow.slick-next {
    left: initial;
    right: 3px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .section-features .slick-arrow.slick-next {
    left: calc(50% + 250px - 25px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .section-features .slick-arrow.slick-next {
    left: calc(50% + 350px - 25px);
  }
}

@media (max-width: 767.98px) {
  .section-features {
    padding: 52px 0;
  }

  .section-features .header {
    margin-bottom: 20px;
  }

  .section-features .background {
    display: none;
  }

  .section-features .feature-picture {
    margin-bottom: 21px;
  }

  .section-features .feature-heading,
  .section-features .feature-text {
    max-width: 300px;
  }
}

@media screen and (max-width: 1365px) {
  .section-features .features-nav,
  .section-features .feature-desktop {
    display: none;
  }

  .section-features .feature {
    text-align: center;
  }

  .section-features .feature-picture {
    display: block;
  }

  .section-features .feature-picture .image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-features .feature-heading,
  .section-features .feature-text {
    margin-left: auto;
    margin-right: auto;
  }

  .section-features .feature-text {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .section-features {
    padding: 56px 0;
  }

  .section-features .header {
    margin-bottom: 36px;
  }

  .section-features .feature-picture {
    margin-bottom: 44px;
  }

  .section-features .feature-heading,
  .section-features .feature-text {
    max-width: 500px;
  }
}

@media screen and (min-width: 1366px) {
  .section-features {
    padding: 70px 0;
  }

  .section-features .header {
    margin-bottom: 90px;
  }

  .section-features .features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-features .features-wrapper .features {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-features .features-wrapper .features-nav {
    padding-top: 50px;
    margin-right: 42px;
  }

  .section-features .feature-mobile {
    display: none;
  }

  .section-features .feature-picture {
    display: block;
    overflow: hidden;
  }

  .section-features .feature-picture .image {
    float: right;
  }

  .section-features .features-nav-item .feature-heading {
    max-width: 192px;
  }

  .section-features .features-slider-nav {
    display: none;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .section-features .features-wrapper .features {
    width: calc(50% + 115px);
  }

  .section-features .features-wrapper .features-nav {
    padding-top: 50px;
    margin-right: 12px;
  }

  .section-features .features-nav-item {
    padding-left: 52px;
    margin-right: 158px;
  }
}

@media screen and (min-width: 1920px) {
  .section-features .features-wrapper .features-nav {
    max-width: 690px;
  }

  .section-features .features-wrapper .features {
    min-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 1921px) {
  .section-features .features-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }

  .section-features .features-wrapper .features {
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }

  .section-features .features-wrapper .features-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: none;
  }
}

.section-features .v-f-t-o {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .section-features .v-f-t-o {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .section-form {
    padding-top: 120px;
    padding-bottom: 94px;
  }

  .section-form .text {
    margin-bottom: 56px;
  }
}

@media (max-width: 991.98px) {
  .section-form .heading,
  .section-form .text {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-form .text {
    margin-bottom: 64px;
  }

  .section-form .form {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .section-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 840px;
  }

  .section-form:first-child {
    padding-top: 200px;
  }

  .section-form .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-group .background-tablet {
  background-size: 100% auto;
  background-position: left top;
}

.section-group .group {
  position: relative;
}

.section-group .group .section {
  background-color: transparent;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #191919;
}

@media (max-width: 767.98px) {
  .section-header .heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section-header .heading {
    font-size: 57px;
  }
}

.section-header .text {
  font-size: 22px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .section-header {
    min-height: 398px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-header {
    padding-top: 84px;
    min-height: 445px;
  }
}

@media (min-width: 992px) {
  .section-header {
    padding-top: 100px;
    min-height: 438px;
  }
}

.section-header.variationA {
  height: 448px;
}

@media (min-width: 768px) {
  .section-header.variationA .heading {
    font-size: 58px;
    font-weight: 600;
  }
}

.facebook-partners-page {
  font-family: Axiforma, "Open sans", "sans-serif";
}

.facebook-partners-page .section-hero {
  min-height: 80vh;
}

@media (min-width: 768px) {
  .facebook-partners-page .section-hero {
    padding: 10px 0 50px;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-hero {
    min-height: 147vh;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero {
    min-height: 685px;
    background: #000;
  }
}

.facebook-partners-page .section-hero .top-image {
  position: relative;
  margin-bottom: -250px;
  width: 380px;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .top-image {
    margin-bottom: 0;
  }
}

.facebook-partners-page .section-hero .heading {
  margin-top: 176px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-hero .heading {
    margin-top: 118px;
    font-size: 54px;
    line-height: 1.1;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .heading {
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.2;
  }
}

.facebook-partners-page .section-hero .text {
  letter-spacing: 1px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .facebook-partners-page .section-hero .text {
    font-size: 21px;
    line-height: 1.4;
    margin-right: 57px;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .text {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 200;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .facebook-partners-page .section-hero .content .btn-hollow {
    margin-top: 0%;
    margin-bottom: 56%;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .content .btn-hollow {
    margin: 0 auto;
    margin-top: 62%;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-hero .visible-mobile-only {
    background-position: center calc(100% - 44px) !important;
    background-size: contain !important;
  }
}

@media (min-width: 1920px) {
  .section-hero .content .text {
    font-size: 22px;
    max-width: 807px;
  }
}

@media (max-width: 767.98px) {
  .section-hero {
    padding-top: 104px;
    padding-bottom: 44px;
  }
}

@media (min-width: 768px) {
  .section-hero {
    padding: 120px 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-hero .content {
    max-width: calc(95.56rem + 60px * 2);
  }

  .section-hero .heading {
    max-width: 700px;
  }

  .section-hero .text {
    font-size: 20px;
    line-height: 32px;
    max-width: 525px;
  }
}

.section-hero .heading {
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .section-hero .heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section-hero .heading {
    font-size: 57px;
  }
}

.section-hero .text {
  margin-bottom: 2rem;
}

.offset-mobile-text {
  display: none;
}

@media (max-width: 767.98px) {
  .offset-mobile-text {
    display: block;
    margin: 0 0 -1rem 0;
    padding: 9% 0 0 0;
    background: #fff;
  }

  .offset-mobile-text .text {
    color: #282828;
    font-size: 18px;
  }
}

.section-highlight {
  margin-top: 44px;
  margin-bottom: 44px;
}

@media (max-width: 991.98px) {
  .section-highlight .text {
    border: solid 2px #f15a2b;
    border-radius: 18px;
    max-width: 570px;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: "Axiforma", sans-serif;
    font-style: italic;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
  }

  .section-highlight .text:before {
    content: '>';
    color: #f15a2b;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .section-highlight .text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .section-highlight.style-box {
    padding: 58px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }

  .section-highlight.style-box .text {
    color: black;
    font-size: 30px;
    line-height: 33px;
  }

  .section-highlight:not(.style-box) .text {
    border: solid 2px #f15a2b;
    border-radius: 18px;
    max-width: 570px;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: "Axiforma", sans-serif;
    font-style: italic;
    font-size: 23px;
    line-height: 28px;
    font-weight: 400;
  }

  .section-highlight:not(.style-box) .text:before {
    content: '>';
    color: #f15a2b;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .section-highlight:not(.style-box) .text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
  }
}

.section-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .section-image .picture:not(.picture-with-border) .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-image .image {
  max-width: 100%;
}

.section-items {
  padding: 90px 0;
  text-align: center;
}

.section-items .top-picture {
  display: inline-block;
  margin-bottom: 48px;
}

.section-items .text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.section-items .row {
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-items .item-anchor {
  display: block;
  color: #4c4c4c;
  text-decoration: none;
}

.section-items .item-picture {
  display: block;
  height: 85px;
  margin-bottom: 18px;
}

.section-items .item-picture .image {
  max-width: 100%;
  max-height: 100%;
}

.section-items .item-text {
  line-height: 22px;
}

@media (max-width: 991.98px) {
  .section-items .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section-items .row > [class^='col-']:not(:last-child) {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .section-items .item-border {
    border-right: 2px solid #f15a2b;
  }

  .section-items .item-border:last-child {
    border: none;
  }

  .section-items .item-border .item-picture {
    position: relative;
  }

  .section-items .item-border .item-picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .section-items .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-items .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-items .col,
  .section-items [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-items .item-heading {
    white-space: normal;
  }
}

.section-job-departments {
  text-align: center;
  background-color: #f9f9f9;
}

.section-job-departments .top-picture {
  display: block;
  margin-bottom: 40px;
}

.section-job-departments .heading {
  margin-bottom: 60px;
}

.section-job-departments .job-departments {
  margin: -8.5px;
}

.section-job-departments .job-department-col {
  margin: 8.5px;
}

.section-job-departments .job-department-wrapper {
  position: relative;
  width: 100%;
  background-color: #3b3e41;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.section-job-departments .job-department-wrapper::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.section-job-departments .job-department-wrapper:hover {
  color: #3b3e41;
  background-color: #f15a2b;
}

.section-job-departments .job-department-wrapper:hover .jobs-count {
  opacity: 1;
}

.section-job-departments .jobs-filter {
  width: 100%;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-job-departments .jobs-filter .select-wrapper {
  position: relative;
}

.section-job-departments .jobs-filter .select-wrapper:after {
  content: "\F078";
  font-family: FontAwesome;
  position: absolute;
  font-size: 13px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateY(-50%);
}

.section-job-departments .jobs-filter select {
  margin: 8px;
  border: 2px solid #000;
  height: 49px;
  width: 280px;
  -webkit-appearance: none;
  border-radius: 10px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .section-job-departments .jobs-filter {
    margin: 20px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .section-job-departments .jobs-filter select {
    margin: 5px 0;
    width: 250px;
  }
}

.section-job-departments .job-department {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.section-job-departments .job-department .department-name,
.section-job-departments .job-department .jobs-count {
  display: block;
  font-family: "Axiforma", sans-serif;
  line-height: 40px;
  letter-spacing: -0.05em;
}

.section-job-departments .job-department .department-name {
  margin-top: 40px;
  font-size: 30px;
}

.section-job-departments .job-department .jobs-count {
  opacity: 0;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-job-departments .job-department .jobs-count::after {
  content: ' >>';
}

.section-job-departments .job-department .jobs {
  display: none;
}

.section-job-departments .job-department-modal .modal-dialog {
  max-width: 412px;
}

.section-job-departments .job-department-modal .modal-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-job-departments .job-department-modal .modal-content {
  height: 80vh;
  overflow-y: scroll;
  max-height: 700px;
}

.section-job-departments .job-department-modal .close-modal {
  background-color: #f15a2b;
  color: #fff;
  font-family: "Axiforma", sans-serif;
  padding: 4px;
  font-size: 12.67px;
  line-height: 9.95px;
  padding-top: 6px;
  display: inline-block;
  text-decoration: none;
}

.section-job-departments .job-department-modal .department-name,
.section-job-departments .job-department-modal .jobs-count {
  display: block;
}

.section-job-departments .job-department-modal .department-name {
  color: #f15a2b;
  font-family: "Axiforma", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.section-job-departments .job-department-modal .jobs {
  list-style: none;
  margin-top: 70px;
  text-align: left;
  padding-left: 0;
}

.section-job-departments .job-department-modal .job {
  font-weight: 700;
  line-height: 28px;
}

.section-job-departments .job-department-modal .job::after {
  content: ' >>';
  color: #f15a2b;
}

.section-job-departments .job-department-modal .job-anchor {
  color: #4c4c4c;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .section-job-departments {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-job-departments .heading {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-job-departments {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section-job-departments .job-department-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 17px);
        -ms-flex: 0 0 calc(50% - 17px);
            flex: 0 0 calc(50% - 17px);
    width: calc(50% - 17px);
  }

  .section-job-departments .job-department-wrapper {
    color: #3b3e41;
    background-color: #f15a2b;
  }

  .section-job-departments .job-department-wrapper .jobs-count {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .section-job-departments .job-departments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .section-job-departments {
    padding-top: 60px;
    padding-bottom: 108px;
  }

  .section-job-departments .job-department-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 17px);
        -ms-flex: 0 0 calc(20% - 17px);
            flex: 0 0 calc(20% - 17px);
    width: calc(20% - 17px);
  }

  .section-job-departments .content {
    max-width: 1600px;
  }
}

.section-link {
  padding: 96px 0;
  text-align: center;
}

.section-link .anchor {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #4c4c4c;
}

.section-link .anchor:after {
  content: ' >>';
  color: #f15a2b;
}

@media (max-width: 767.98px) {
  .section-link {
    padding: 52px 0;
  }

  .section-link .anchor {
    font-size: 20px;
  }
}

.section-locations .header {
  text-align: center;
}

.section-locations .top-picture {
  display: block;
  margin-bottom: 40px;
}

.section-locations .heading {
  margin-bottom: 82px;
}

.section-locations .location {
  font-size: 16px;
  line-height: 24px;
}

.section-locations .location-heading {
  color: #f15a2b;
  font-size: 25px;
  line-height: 27.6px;
  margin-bottom: 20px;
}

.section-locations .location-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-locations .location-address {
  margin: 0;
}

@media (max-width: 767.98px) {
  .section-locations {
    padding-top: 64px;
    padding-bottom: 62px;
  }

  .section-locations .background-mobile {
    background-position: center 180px;
    background-size: 100%;
  }

  .section-locations .heading {
    margin-bottom: 46px;
  }

  .section-locations .locations .card-deck {
    display: block;
  }

  .section-locations .locations .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }

  .section-locations .location {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .section-locations {
    padding-top: 100px;
    padding-bottom: 110px;
  }

  .section-locations .background-tablet {
    display: block !important;
  }

  .section-locations .background-desktop {
    display: none !important;
  }

  .section-locations .locations .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 60px);
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
  }
}

@media (min-width: 1367px) {
  .section-locations {
    padding-top: 94px;
    padding-bottom: 172px;
    height: 1022px;
  }

  .section-locations .background-desktop {
    background-size: initial;
    background-position: center 249px;
  }

  .section-locations .location {
    position: absolute;
  }

  .section-locations .location-uk {
    top: 269px;
    left: calc(50% - 355px);
  }

  .section-locations .location-new-york {
    top: 413px;
    left: -10px;
    left: calc(50% - 715px);
  }

  .section-locations .location-los-angeles {
    top: 655px;
    left: 26px;
    left: calc(50% - 641px);
  }

  .section-locations .location-us {
    top: 554px;
    left: 26px;
    left: calc(50% - 397px);
  }

  .section-locations .location-france {
    top: 276px;
    left: 755px;
    left: calc(50% + 50px);
  }

  .section-locations .location-spain {
    top: 470px;
    left: 1163px;
    left: calc(50% + 458px);
  }

  .section-locations .location-israel {
    top: 555px;
    left: 820px;
    left: calc(50% + -50px);
  }

  .section-locations .location-japan {
    top: 339px;
    left: 1349px;
    left: calc(50% + 383px);
  }

  .section-locations .location-australia {
    top: 584px;
    left: calc(50% + 276px);
  }
}

.section-news {
  padding-bottom: 94px;
}

.section-news .background {
  background-size: 100% auto;
  background-position: left top;
}

.section-news .content {
  padding-top: 68px;
}

.section-news .top-picture {
  display: block;
  margin-bottom: 65px;
  text-align: center;
}

.section-news .loading {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-news .news-list .news {
  text-align: center;
}

.section-news .news-list .news .logo-picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.section-news .news-list .news .logo-picture .image {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

.section-news .news-list .news .date {
  line-height: 22px;
}

.section-news .news-list .news .read-more {
  font-family: "Axiforma", sans-serif;
  line-height: 32.5px;
  letter-spacing: -0.05em;
}

.section-news .news-list .news .read-more::after {
  content: ' >>';
}

@media (max-width: 767.98px) {
  .section-news .news-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }

  .section-news .news .text {
    font-size: 18px;
    line-height: 25px;
  }

  .section-news .news .date {
    font-size: 14px;
  }

  .section-news .news .read-more {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-news .news-list {
    max-width: 100%;
  }

  .section-news .news-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 60px);
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
  }
}

@media (min-width: 768px) {
  .section-news .news .text {
    font-size: 25px;
  }

  .section-news .news .date {
    font-size: 16px;
  }

  .section-news .news .read-more {
    font-size: 25px;
  }

  .section-news .news-list .card-deck .card:first-child .text {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .section-news .news-list {
    max-width: 1600px;
  }

  .section-news .news-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 60px);
        -ms-flex: 0 0 calc(33.33333% - 60px);
            flex: 0 0 calc(33.33333% - 60px);
  }
}

@media (min-width: 1200px) {
  .section-news .news-list {
    max-width: 1600px;
  }

  .section-news .news-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 60px);
        -ms-flex: 0 0 calc(25% - 60px);
            flex: 0 0 calc(25% - 60px);
  }
}

@media (max-width: 575.98px) {
  .section-news .news-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.section-past-events .background {
  background-size: 100% auto;
  background-color: #fff;
  background-position: center top;
}

.section-past-events .container {
  max-width: 1600px;
}

.section-past-events .content {
  padding: 96px 0;
}

.section-past-events .header {
  text-align: center;
}

.section-past-events .header .top-picture {
  display: block;
  margin-bottom: 20px;
}

.section-past-events .header .heading {
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #3b3e41;
}

@media (max-width: 767.98px) {
  .section-past-events .header .heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}

@media (min-width: 768px) {
  .section-past-events .header .heading {
    font-size: 30px;
    line-height: 32.77px;
    margin-bottom: 74px;
  }
}

@media (max-width: 767.98px) {
  .section-past-events .event .card-header {
    padding-bottom: 0;
  }
}

.section-past-events .event .card-body {
  padding-top: 106px;
}

@media (max-width: 767.98px) {
  .section-past-events .event .card-body {
    padding-top: 1em;
  }
}

@media (max-width: 767.98px) {
  .section-past-events .content {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .section-past-events .event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-past-events .content {
    padding: 80px 0;
  }

  .section-past-events .event {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .section-past-events .event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 60px);
        -ms-flex: 0 0 calc(33.33333% - 60px);
            flex: 0 0 calc(33.33333% - 60px);
  }
}

.section-photos-grid {
  text-align: center;
}

.section-photos-grid .top-picture {
  display: block;
}

.section-photos-grid .photos-grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-photos-grid .photos-grid-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-photos-grid .photos-grid-item:not(.photos-grid-item-text) {
  padding-bottom: 100%;
}

@media (max-width: 767.98px) {
  .section-photos-grid {
    padding-top: 60px;
    z-index: 10;
  }

  .section-photos-grid .top-picture {
    margin-bottom: 40px;
  }

  .section-photos-grid .text {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 44px;
  }

  .section-photos-grid .photos-grid {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .section-photos-grid .photos-grid-item {
    display: block !important;
  }

  .section-photos-grid .slick-dots {
    bottom: 30px;
  }

  .section-photos-grid .slick-dots li button::before {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
  }

  .section-photos-grid .slick-dots li.slick-active button::before {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section-photos-grid {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .section-photos-grid .top-picture {
    margin-bottom: 60px;
  }

  .section-photos-grid .photos-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .section-photos-grid .photos-grid-item-text {
    padding-left: 20px;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 2;
    text-align: left;
  }

  .section-photos-grid .photos-grid-item-0 {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .section-photos-grid .photos-grid-item-1 {
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .section-photos-grid .photos-grid-item-2 {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }

  .section-photos-grid .photos-grid-item-3 {
    grid-column-start: 1;
    grid-row-start: 4;
  }

  .section-photos-grid .photos-grid-item-4 {
    grid-column-start: 3;
    grid-row-start: 4;
  }

  .section-photos-grid .photos-grid-item-5 {
    grid-column-start: 3;
    grid-row-start: 3;
  }

  .section-photos-grid .photos-grid-item-6 {
    grid-column-start: 2;
    grid-row-start: 4;
  }
}

@media (min-width: 768px) {
  .section-photos-grid .photos-grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin: 0;
    padding: 0;
  }

  .section-photos-grid .photos-grid-item {
    border-radius: 10px;
  }

  .section-photos-grid .photos-grid-item-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) {
  .section-photos-grid {
    padding-top: 70px;
    padding-bottom: 116px;
  }

  .section-photos-grid .top-picture {
    margin-bottom: 75px;
  }

  .section-photos-grid .content {
    max-width: 1600px;
  }

  .section-photos-grid .photos-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .section-photos-grid .photos-grid-item {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }

  .section-photos-grid .photos-grid-item:hover {
    -webkit-filter: none;
            filter: none;
  }

  .section-photos-grid .photos-grid-item-text {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    padding-left: 60px;
    padding-right: 60px;
    grid-column-start: 2;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }

  .section-photos-grid .photos-grid-item-0 {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .section-photos-grid .photos-grid-item-1 {
    grid-column-start: 4;
    grid-row-start: 1;
  }

  .section-photos-grid .photos-grid-item-2 {
    grid-column-start: 5;
    grid-row-start: 1;
  }

  .section-photos-grid .photos-grid-item-3 {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: span 2;
    background-position-x: -129px;
  }

  .section-photos-grid .photos-grid-item-4 {
    grid-column-start: 2;
    grid-row-start: 3;
  }

  .section-photos-grid .photos-grid-item-5 {
    grid-column-start: 3;
    grid-row-start: 3;
  }

  .section-photos-grid .photos-grid-item-6 {
    grid-column-start: 4;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 2;
  }
}

.section-press-releases-related {
  border-radius: 10px;
  background-color: #fafafa;
  padding: 72px 48px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-press-releases-related {
    border-radius: 0;
  }
}

.section-press-releases-related .heading {
  font-weight: 600;
  margin-bottom: 40px;
}

.section-press-releases-related .press-releases-related {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.section-press-releases-related .press-releases-related-item {
  letter-spacing: -0.05em;
}

.section-press-releases-related .press-releases-related-item .anchor {
  color: #4c4c4c;
  text-decoration: none;
}

.section-press-releases-related .press-releases-related-item::after {
  content: ' >>';
  color: #f15a2b;
}

.section-press-releases-related .press-releases-related-separator {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section-press-releases-related .press-releases-related-separator .image {
  max-width: 100%;
}

.section-press-releases {
  padding-bottom: 60px;
}

.section-press-releases .background {
  background-size: 100% auto;
  background-position: left top;
}

.section-press-releases .content {
  padding-top: 60px;
}

.section-press-releases .top-picture {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}

.section-press-releases .loading {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-press-releases .press-releases-list .press-release {
  text-align: center;
}

.section-press-releases .press-releases-list .press-release .date {
  line-height: 22px;
}

.section-press-releases .press-releases-list .press-release .read-more {
  font-family: "Axiforma", sans-serif;
  line-height: 32.5px;
  letter-spacing: -0.05em;
}

.section-press-releases .press-releases-list .press-release .read-more::after {
  content: ' >>';
}

@media (max-width: 767.98px) {
  .section-press-releases .press-releases-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }

  .section-press-releases .press-release .text {
    font-size: 18px;
    line-height: 25px;
  }

  .section-press-releases .press-release .date {
    font-size: 14px;
  }

  .section-press-releases .press-release .read-more {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-press-releases .press-releases-list {
    max-width: 100%;
  }

  .section-press-releases .press-releases-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 60px);
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
  }
}

@media (min-width: 768px) {
  .section-press-releases .press-release .text {
    font-size: 25px;
  }

  .section-press-releases .press-release .date {
    font-size: 16px;
  }

  .section-press-releases .press-release .read-more {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .section-press-releases .press-releases-list {
    max-width: 1600px;
  }

  .section-press-releases .press-releases-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(25% - 60px);
        -ms-flex: 0 0 calc(25% - 60px);
            flex: 0 0 calc(25% - 60px);
  }
}

@media (max-width: 575.98px) {
  .section-press-releases .press-releases-list .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.section-quote {
  border-color: #f9f9f9;
  border-style: solid;
  border-width: 0;
}

.section-quote .logo {
  display: block;
}

.section-quote .quote {
  margin-bottom: 0;
}

.section-quote .quote .text {
  font-family: "Axiforma", sans-serif;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.section-quote .quote .text:after {
  content: '\201D';
}

.section-quote .quote .author {
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .section-quote {
    padding: 80px 0;
    border-top-width: 4px;
    border-bottom-width: 4px;
    background-color: #fff !important;
    text-align: center;
  }

  .section-quote .logo {
    margin-bottom: 36px;
  }

  .section-quote .logo:before {
    content: '\201C';
    display: block;
    height: 26px;
    margin-bottom: 26px;
    font-family: "Axiforma", sans-serif;
    font-weight: 600;
    font-size: 93.37px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #f15a2b;
  }

  .section-quote .logo:before {
    margin-bottom: 38px;
  }
}

@media (min-width: 768px) {
  .section-quote .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-quote .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 43px;
  }

  .section-quote .quote {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .section-quote .quote:before {
    content: '\201C';
    display: block;
    height: 26px;
    margin-bottom: 26px;
    font-family: "Axiforma", sans-serif;
    font-weight: 600;
    font-size: 93.37px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #f15a2b;
  }

  .section-quote .quote .text {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .section-quote {
    padding-top: 70px;
    border-top-width: 4px;
  }
}

.section-quote-boxed {
  padding-top: 64px;
  padding-bottom: 76px;
}

@media (min-width: 992px) {
  .section-quote-boxed {
    padding: 58px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}

.section-quote-boxed .quote {
  margin-bottom: 0;
}

.section-quote-boxed .quote:before {
  content: '\201C';
  display: block;
  height: 26px;
  margin-bottom: 26px;
  font-family: "Axiforma", sans-serif;
  font-weight: 600;
  font-size: 93.37px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #f15a2b;
}

.section-quote-boxed .quote:before {
  margin-bottom: 34px;
  font-size: 132px;
}

.section-quote-boxed .quote .text,
.section-quote-boxed .quote .cite {
  line-height: 24px;
}

.section-quote-boxed .quote .cite {
  margin-top: 32px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .section-quote-boxed {
    background-color: #f9f9f9;
    text-align: center;
  }
}

.section-quote-simple {
  padding: 36px 0;
  text-align: center;
  font-style: italic;
  background-color: #f9f9f9;
}

.section-quote-simple .quote {
  margin-bottom: 0;
}

.section-quote-simple .text {
  line-height: 20px;
  margin-bottom: 8px;
}

.section-quote-simple .text:before {
  content: '\201C';
}

.section-quote-simple .text:after {
  content: '\201D';
}

.section-quote-simple .cite {
  color: #f15a2b;
  line-height: 26px;
}

.section-quote-simple .cite .source {
  font-weight: 700;
}

.section-quote-simple .cite .separator:after {
  content: ', ';
}

@media (max-width: 767.98px) {
  .section-quote-simple {
    padding: 80px 0;
  }

  .section-quote-simple .text {
    line-height: 22px;
  }
}

.section-resources {
  padding-bottom: 94px;
}

.section-resources .background {
  background-size: 100% auto;
  background-position: left top;
}

.section-resources .top-picture {
  display: block;
  text-align: center;
}

.section-resources .loading {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-resources .resource {
  text-align: center;
  background-color: #f9f9f9;
}

.section-resources .resource .card-footer {
  background-color: #f9f9f9;
  padding-top: 13.5px;
  padding-bottom: 55px;
}

.section-resources .resource .text {
  font-size: 16px;
  line-height: 22px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.section-resources .resource .btn-download {
  font-family: "Axiforma", sans-serif;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: solid 2px #f15a2b;
  padding: 16px 40px;
  padding-bottom: 14px;
  color: #4c4c4c;
}

.section-resources .resource .btn-download:hover {
  background-color: #f15a2b;
  color: #fff;
}

.section-resources .resource .btn-download:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-resources .resource-image {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .section-resources .content {
    padding-top: 45px;
  }

  .section-resources .top-picture {
    margin-bottom: 45px;
  }

  .section-resources .resource .card-body {
    padding-top: 2.5px;
  }

  .section-resources .resource .card-footer {
    background-color: #f9f9f9;
    padding-top: 7.5px;
    padding-bottom: 46px;
  }

  .section-resources .resource-image {
    height: 152px;
  }
}

@media (max-width: 991.98px) {
  .section-resources .resources {
    max-width: 100%;
  }

  .section-resources .resources .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }
}

@media (min-width: 768px) {
  .section-resources .content {
    padding-top: 72px;
  }

  .section-resources .top-picture {
    margin-bottom: 68px;
  }

  .section-resources .resource-image {
    height: 320px;
  }
}

@media (min-width: 992px) {
  .section-resources .resources {
    max-width: 1600px;
  }

  .section-resources .resources .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 60px);
        -ms-flex: 0 0 calc(33.33333% - 60px);
            flex: 0 0 calc(33.33333% - 60px);
  }

  .section-resources .resources .card-deck .card:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(66.666667% - 60px);
        -ms-flex: 0 0 calc(66.666667% - 60px);
            flex: 0 0 calc(66.666667% - 60px);
  }
}

.section-resources-modal {
  text-align: center;
}

.section-resources-modal .form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
}

.section-resources-modal .wpcf7-submit {
  margin-top: 24px;
}

.section-resources-modal .btn-download {
  display: none;
  margin-top: 40px;
  font-family: "Axiforma", sans-serif;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: solid 2px #f15a2b;
  padding: 16px 40px;
  padding-bottom: 14px;
  color: #4c4c4c;
}

.section-resources-modal .btn-download:hover {
  background-color: #f15a2b;
  color: #fff;
}

.section-resources-modal .btn-download:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-job-application-form {
  padding: 58px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fafafa !important;
  padding: 44px 30px 24px;
  margin-bottom: 42px;
  width: 320px;
}

@media (max-width: 1200px) {
  .section-job-application-form {
    width: 100%;
  }
}

.job-thankyou-modal {
  text-align: center;
}

.job-thankyou-modal .modal-header {
  padding-top: 76px;
}

.job-thankyou-modal .modal-dialog {
  max-width: 550px;
}

.job-thankyou-modal .modal-body {
  padding-top: 56px;
  padding-bottom: 76px;
  padding-left: 30px;
  padding-right: 30px;
}

.job-thankyou-modal .top-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.job-thankyou-modal .heading {
  font-weight: 400;
}

.job-thankyou-modal .text {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 72px;
}

.job-thankyou-modal .anchor {
  font-family: "Axiforma", sans-serif;
  color: #4c4c4c;
  text-decoration: none;
  letter-spacing: -0.05em;
}

.job-thankyou-modal .anchor::after {
  content: ' >>';
  color: #f15a2b;
}

.section-share-buttons .share-label {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  line-height: 32.57px;
  letter-spacing: -0.05em;
  color: #3b3e41;
}

.section-share-buttons .share-buttons {
  padding-left: 46px;
  font-size: 26px;
}

.section-stories .content {
  padding-top: 60px;
}

.section-stories .background {
  background-size: 100% auto;
  background-position: left top;
}

.section-stories .top-picture {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.section-stories .loading {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-stories .story-logo {
  max-width: 100%;
  max-height: 100%;
}

.section-stories .story-tags {
  position: absolute;
  top: 20px;
  left: 20px;
}

.section-stories .story-tags .story-tag {
  border: solid 2px #f05c2f;
  border-radius: 4px;
  padding: 1px 8px 3px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.03);
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 10px;
}

.section-stories .stories .story {
  text-align: center;
  text-decoration: none;
  color: #4c4c4c;
}

.section-stories .stories .card-img-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 178px;
  padding-top: 60px;
}

.section-stories .stories .card-body {
  padding-top: 16px;
}

.section-stories .stories .cta {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.section-stories .stories .cta span {
  font-weight: 900;
  color: #ef5826;
  font-size: 20px;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .section-stories .content {
    padding-bottom: 108px;
  }

  .section-stories .stories .card-deck {
    display: block;
  }

  .section-stories .stories .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }

  .section-stories .story-logo {
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-stories .stories .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 60px);
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
  }
}

@media (min-width: 768px) {
  .section-stories .content {
    padding-bottom: 148px;
  }

  .section-stories .stories .story {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
  }

  .section-stories .stories .story:hover {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (min-width: 992px) {
  .section-stories .stories .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 60px);
        -ms-flex: 0 0 calc(33.33333% - 60px);
            flex: 0 0 calc(33.33333% - 60px);
  }
}

.section-story .section-image,
.section-story .section-highlight:not(.style-box),
.section-story .section-text {
  background-color: transparent;
}

.section-story .section-text .content {
  padding-top: 0;
  padding-bottom: 0;
}

.section-story .section-text .heading {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 16px;
}

.section-story .section-text .copy p {
  margin-bottom: 28px;
  line-height: 24px;
}

.section-story .section-text .copy *:last-child {
  margin-bottom: 0;
}

.section-story .content img {
  max-width: 100%;
}

.section-story .slot-center-right:before,
.section-story .slot-bottom-right-1:before {
  content: '';
  display: block;
  margin: 42px 0;
  border-bottom: solid 2px #f15a2b;
}

.section-story .story-mobile.video-story .slot-top-left-2:before {
  content: '';
  display: block;
  margin: 42px 0;
  border-bottom: solid 2px #f15a2b;
}

@media (max-width: 991.98px) {
  .section-story > .background {
    display: none;
  }

  .section-story .story-desktop {
    display: none;
  }

  .section-story .story-mobile {
    padding-top: 64px;
  }

  .section-story .story-mobile #video {
    text-align: center;
    margin: 0 auto;
    width: 92%;
  }

  .section-story .story-mobile #video iframe {
    max-width: 100%;
    height: 54vw;
    margin-bottom: 30px;
  }

  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    position: relative;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {
  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    max-width: 480px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    max-width: 660px;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    max-width: 900px;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    max-width: 1080px;
  }
}

@media (max-width: 991.98px) {
  .section-story .story-mobile.video-story .slot-top-left-2:before {
    position: relative;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) and (min-width: 576px) {
  .section-story .story-mobile.video-story .slot-top-left-2:before {
    max-width: 480px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .section-story .story-mobile.video-story .slot-top-left-2:before {
    max-width: 660px;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .section-story .story-mobile.video-story .slot-top-left-2:before {
    max-width: 900px;
  }
}

@media (max-width: 991.98px) and (min-width: 1200px) {
  .section-story .story-mobile.video-story .slot-top-left-2:before {
    max-width: 1080px;
  }
}

@media (max-width: 991.98px) {
  .section-story .slot-bottom-left {
    margin-bottom: 36px;
  }

  .section-story .slot-top-left-2 {
    margin-top: 70px;
  }

  .section-story .slot-bottom-left {
    margin-top: 80px;
  }

  .section-story .story-mobile.video-story .slot-top-left-2 {
    margin-top: 0;
  }

  .section-story .story-mobile.video-story .slot-bottom-left {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .section-story .story-mobile {
    display: none;
  }

  .section-story .story-desktop {
    padding-top: 76px;
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-story .story-desktop #video {
    margin-bottom: 40px;
  }

  .section-story .story-desktop #video iframe {
    max-width: 100%;
    width: 100%;
    height: 385px;
  }

  .section-story .slot-center-right:before,
  .section-story .slot-bottom-right-1:before {
    max-width: 480px;
    margin-top: 52px;
    margin-bottom: 52px;
  }

  .section-story .story-mobile.video-story .slot-top-left-2:before {
    max-width: 480px;
    margin-top: 52px;
    margin-bottom: 52px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1440px) {
  .section-story .col-right .col-inner {
    padding-left: 96px;
  }
}

@media (min-width: 992px) {
  .section-story .slot > .section > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-story .slot-top-left-0 .section:first-child,
  .section-story .slot-top-left-1 .section:first-child {
    margin-top: 0;
  }
}

.section-testimonials-slider {
  background-color: #000;
}

.section-testimonials-slider .top-picture {
  display: block;
  margin-bottom: 36px;
}

.section-testimonials-slider .heading {
  font-weight: 600;
}

.section-testimonials-slider .metadata {
  font-family: "Axiforma", sans-serif;
  letter-spacing: -0.05em;
}

.section-testimonials-slider .author {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}

.section-testimonials-slider .position {
  color: #f15a2b;
  font-size: 20px;
  line-height: 32.5px;
}

.section-testimonials-slider .text {
  font-size: 16px;
  line-height: 24px;
}

.section-testimonials-slider .text::before {
  content: '\201C';
}

.section-testimonials-slider .text::after {
  content: '\201D';
}

.section-testimonials-slider .picture {
  display: block;
}

.section-testimonials-slider .picture .image {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section-testimonials-slider {
    text-align: center;
  }

  .section-testimonials-slider .heading {
    line-height: 32px;
    margin-bottom: 60px;
  }

  .section-testimonials-slider .picture-standalone {
    display: none;
  }

  .section-testimonials-slider .header {
    padding-top: 60px;
  }

  .section-testimonials-slider .quote {
    margin-bottom: 2rem;
  }

  .section-testimonials-slider .author {
    font-size: 24px;
  }

  .section-testimonials-slider .position {
    line-height: 28px;
    margin-bottom: 0;
  }

  .section-testimonials-slider .testimonials-slider .slick-arrow {
    top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-testimonials-slider .header {
    padding-top: 106px;
    text-align: center;
  }

  .section-testimonials-slider .picture-standalone:not(.picture-standalone-tablet) {
    display: none;
  }

  .section-testimonials-slider .picture-standalone-tablet {
    position: absolute;
    max-width: 420px;
    right: -100px;
    bottom: 0;
  }

  .section-testimonials-slider .testimonials-content {
    padding-top: 130px;
    padding-bottom: 230px;
  }

  .section-testimonials-slider .testimonials-slider .slick-prev {
    top: initial;
    bottom: -72px;
    left: 0;
  }

  .section-testimonials-slider .testimonials-slider .slick-next {
    top: initial;
    right: initial;
    bottom: -72px;
    left: 230px;
  }

  .section-testimonials-slider .quote {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  .section-testimonials-slider .picture-standalone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section-testimonials-slider .picture-standalone .image {
    max-height: 100%;
  }

  .section-testimonials-slider .testimonial-slider-item .picture {
    display: none;
  }

  .section-testimonials-slider .testimonials-slider .slick-slide:not(.slick-active) .testimonial-slider-item {
    margin-left: 1px;
  }
}

@media (min-width: 992px) {
  .section-testimonials-slider .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1500px;
  }

  .section-testimonials-slider .header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
  }

  .section-testimonials-slider .picture-standalone {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(52% - 250px);
        -ms-flex: 0 1 calc(52% - 250px);
            flex: 0 1 calc(52% - 250px);
    width: calc(52% - 250px);
    height: 574px;
    margin-top: 62px;
    margin-right: 110px;
  }

  .section-testimonials-slider .testimonials-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(48% - 250px);
        -ms-flex: 0 1 calc(48% - 250px);
            flex: 0 1 calc(48% - 250px);
    width: calc(48% - 250px);
    padding-top: 62px;
  }

  .section-testimonials-slider .testimonials-slider .slick-prev {
    left: -93px;
  }

  .section-testimonials-slider .testimonials-slider .slick-next {
    right: -77px;
  }
}

.section-testimonials {
  padding: 90px 0;
  text-align: center;
}

.section-testimonials .top-picture {
  display: block;
  margin-bottom: 38px;
}

.section-testimonials .heading {
  margin-bottom: 32px;
}

.section-testimonials .testimonial {
  position: relative;
  padding: 0 20px;
  text-decoration: none;
}

.section-testimonials .testimonial .picture {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.section-testimonials .testimonial .quote {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.section-testimonials .testimonial:hover .picture {
  opacity: 0;
}

.section-testimonials .testimonial:hover .quote {
  opacity: 1;
}

.section-testimonials .testimonial:focus {
  outline: none;
}

.section-testimonials .testimonial .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-testimonials .testimonial .picture .image {
  max-width: 100%;
}

.section-testimonials .testimonial .quote {
  position: relative;
  margin-bottom: 0;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonials .testimonial .quote .text {
  font-family: "Axiforma", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  color: #3b3e41;
}

.section-testimonials .testimonial .quote .picture-small .image {
  display: inline-block;
  max-width: 100%;
}

.section-testimonials .slick-arrow {
  top: initial;
  bottom: -12px;
}

.section-testimonials .slick-arrow.slick-prev {
  left: 0;
}

.section-testimonials .slick-arrow.slick-next {
  right: -2px;
}

.section-testimonials .slick-current + .slick-active .testimonial:before,
.section-testimonials .slick-current + .slick-active .testimonial:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-color: #f15a2b;
}

.section-testimonials .slick-current + .slick-active .testimonial:before {
  left: -2px;
  border-left-width: 2px;
}

.section-testimonials .slick-current + .slick-active .testimonial:after {
  right: -2px;
  border-right-width: 2px;
}

@media (max-width: 991.98px) {
  .section-testimonials .testimonials {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-testimonials .testimonial .picture {
    opacity: 0;
  }

  .section-testimonials .testimonial .quote {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .section-testimonials .testimonial .picture {
    opacity: 1;
  }

  .section-testimonials .testimonial .quote {
    opacity: 0;
  }
}

.section-text-and-image .picture {
  display: block;
}

.section-text-and-image .picture .image {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section-text-and-image {
    padding-top: 70px;
    padding-bottom: 45px;
    border-bottom: solid 4px #f9f9f9;
  }

  .section-text-and-image .picture {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-text-and-image {
    padding-top: 90px;
  }

  .section-text-and-image .copy .text {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-text-and-image .picture {
    margin-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .section-text-and-image {
    text-align: center;
  }

  .section-text-and-image .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section-text-and-image {
    padding-top: 110px;
  }

  .section-text-and-image .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-text-and-image .copy {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 360px;
  }

  .section-text-and-image .picture {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-left: 85px;
  }
}

@media (min-width: 992px) {
  .section-text-and-image--desktop-image-first .picture {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    padding-right: 85px;
  }
}

@media (max-width: 991.98px) {
  .section-text-and-image--mobile-image-first .picture {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.facebook-partners-page .section-text-and-image {
  margin-top: 0;
  padding-top: 130px;
}

@media (min-width: 1000px) {
  .facebook-partners-page .section-text-and-image {
    height: 580px;
  }
}

@media (min-width: 768px) {
  .facebook-partners-page .section-text-and-image {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/facebook-partners-offer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/facebook-partners-offer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
  }
}

.facebook-partners-page .section-text-and-image .content {
  max-width: 1350px;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.facebook-partners-page .section-text-and-image .content .copy {
  margin-left: 76px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image .content .copy {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-text-and-image .content .copy {
    margin-left: 0;
  }
}

.facebook-partners-page .section-text-and-image .content .picture .visible-desktop-only {
  margin-top: -44px;
}

.facebook-partners-page .section-text-and-image .heading {
  font-weight: 600;
  max-width: 422px;
  font-size: 37px;
  line-height: 1.1;
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image .heading {
    margin: 0 67px;
    font-size: 33px;
    max-width: unset;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-text-and-image .heading {
    margin: 0;
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .facebook-partners-page .section-text-and-image .mockup-video {
    margin-right: 76px;
    width: 42%;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image .mockup-video {
    margin: 46px 0;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-text-and-image .mockup-video {
    width: 98%;
  }
}

.facebook-partners-page .section-text-and-image .mockup {
  background-image: url("https://www.global-e.com/wp-content/uploads/2020/08/Laptop-1.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 690px;
  height: 431px;
}

@media screen and (max-width: 1200px) {
  .facebook-partners-page .section-text-and-image .mockup {
    width: 499px;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image .mockup {
    width: 523px;
    height: 339px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  .facebook-partners-page .section-text-and-image .mockup {
    width: 524px !important;
    height: 318px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .facebook-partners-page .section-text-and-image .mockup {
    width: 374px !important;
    height: 234px !important;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-text-and-image .mockup {
    width: 306px;
    height: 191px;
  }
}

.facebook-partners-page .section-text-and-image .mockup .mockup-video {
  padding: 58px 125px 0 124px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .facebook-partners-page .section-text-and-image .mockup .mockup-video {
    padding: 88px 71px 0 70px;
  }
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-text-and-image .mockup .mockup-video {
    padding: 47px 89px 0 88px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px) {
  .facebook-partners-page .section-text-and-image .mockup .mockup-video {
    padding: 43px 99px 0 99px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 500px) {
  .facebook-partners-page .section-text-and-image .mockup .mockup-video {
    padding: 33px 68px 0 67px !important;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-text-and-image .mockup .mockup-video {
    padding: 27px 56px 0 56px;
    margin: 0;
  }
}

.facebook-partners-page .flags {
  margin-bottom: 38px;
}

.section-text-and-slider .picture {
  display: block;
}

.section-text-and-slider .picture .image {
  max-width: 100%;
}

.section-text-and-slider .slides {
  text-align: center;
}

.section-text-and-slider .slide-picture {
  display: block;
  margin-bottom: 54px;
}

.section-text-and-slider .slide-picture .image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .section-text-and-slider .slide-picture .image {
    width: 200px;
  }
}

.section-text-and-slider .slide-text {
  margin-bottom: 0;
  font-family: "Axiforma", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.section-text-and-slider .slide-text em {
  font-size: 24px;
  line-height: 27px;
}

.section-text-and-slider .slick-arrow {
  top: initial;
  bottom: 43px;
}

.section-text-and-slider .slick-arrow.slick-prev {
  left: -50px;
}

.section-text-and-slider .slick-arrow.slick-next {
  right: -47px;
}

@media screen and (max-width: 455px) {
  .section-text-and-slider .slick-arrow.slick-prev {
    left: -25px;
  }

  .section-text-and-slider .slick-arrow.slick-next {
    right: -22px;
  }
}

@media (max-width: 767.98px) {
  .section-text-and-slider {
    padding: 70px 0;
  }

  .section-text-and-slider .copy {
    text-align: center;
    margin-bottom: 52px;
  }

  .section-text-and-slider .copy .text {
    margin: 0;
  }

  .section-text-and-slider .slides {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-text-and-slider.slider-show .picture {
    display: none;
  }

  .section-text-and-slider.slider-hide .slides {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-text-and-slider {
    padding: 80px 0;
  }

  .section-text-and-slider .copy .text {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .section-text-and-slider .copy {
    max-width: 460px;
  }

  .section-text-and-slider .slides {
    display: none;
  }
}

@media (min-width: 992px) {
  .section-text-and-slider {
    padding: 60px 0;
  }

  .section-text-and-slider .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
  }

  .section-text-and-slider .copy {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .section-text-and-slider .picture {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 700px;
    padding-left: 85px;
  }

  .section-text-and-slider .picture .image {
    max-width: 100%;
  }
}

.section-text-boxed .heading {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -0.05em;
  font-weight: 400;
}

.section-text-boxed .copy {
  line-height: 24px;
}

.section-text-boxed .copy *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .section-text-boxed {
    padding: 58px;
    background-color: #f9f9f9;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding-top: 75px;
  }
}

.section-text-boxed.style-large-black .heading,
.section-text-boxed.style-large-black .copy {
  color: #000;
}

.section-text-boxed.style-large-black .copy {
  font-size: 30px;
  line-height: 33px;
}

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

.section-text-columns .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-text-columns .col-content {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .section-text-columns {
    padding: 100px 0;
  }

  .section-text-columns .heading {
    margin-bottom: 62px;
  }

  .section-text-columns .row .col:not(:last-child),
  .section-text-columns .row [class*='col-']:not(:last-child) {
    margin-bottom: 55px;
  }

  .section-text-columns .col-content {
    max-width: 270px;
  }

  .section-text-columns .col-content .text br {
    display: initial;
  }
}

@media (min-width: 768px) {
  .section-text-columns {
    padding: 120px 0;
  }

  .section-text-columns .heading {
    margin-bottom: 100px;
  }

  .section-text-columns .col-content {
    max-width: 260px;
  }
}

.page > .section-text:first-child {
  padding-top: 127px;
}

.section-text .content {
  padding-top: 86px;
  padding-bottom: 100px;
}

.section-text .top-picture {
  display: block;
  margin-bottom: 52px;
}

.section-text .heading {
  margin-bottom: 48px;
}

.section-text .copy {
  max-width: 870px;
  letter-spacing: -0.02em;
}

.section-text .copy h6 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.section-text .copy h6 strong {
  font-weight: 900;
}

.section-text .copy p {
  line-height: 25px;
}

.section-text .copy p,
.section-text .copy ul,
.section-text .copy ol {
  margin-bottom: 10px;
}

.section-text .copy ul,
.section-text .copy ol {
  padding-left: 0;
}

.section-text .copy ul li {
  list-style-type: none;
  position: relative;
  padding-left: 14px;
}

.section-text .copy ul li:before {
  content: '>';
  color: #f15a2b;
  position: absolute;
  left: 0;
  font-weight: 700;
}

.section-text .copy ol {
  counter-reset: section;
  list-style: none;
}

.section-text .copy ol > li {
  counter-increment: root;
}

.section-text .copy ol > li:before {
  content: counter(root) ".";
  font-weight: 700;
  display: inline-block;
  padding-right: 5px;
}

.section-text .copy a {
  text-decoration: underline;
}

.section-text.indent-outside .copy {
  position: relative;
  left: 27px;
}

.section-text.indent-outside .copy ul > li {
  padding-left: 18px;
}

.section-text.indent-outside .copy ol > li:before {
  position: absolute;
  padding-right: 10px;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.section-text.indent-outside .copy ol ul {
  padding-left: 10px;
  margin-bottom: 0;
}

.section-job-details .header {
  margin-bottom: 48px;
}

.section-job-details .top-picture {
  display: block;
  margin-bottom: 54px;
}

.section-job-details .heading {
  color: #4c4c4c;
}

.section-job-details .heading em {
  font-style: normal;
  color: #f15a2b;
}

.section-job-details .location {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.section-job-details .job-content {
  line-height: 25px;
}

.section-job-details .job-content ul,
.section-job-details .job-content ol {
  padding-left: 0;
}

.section-job-details .job-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 14px;
}

.section-job-details .job-content ul li:before {
  content: '>';
  color: #f15a2b;
  position: absolute;
  left: 0;
  font-weight: 700;
}

.section-job-details .job-content ol {
  counter-reset: section;
  list-style: none;
}

.section-job-details .job-content ol > li {
  counter-increment: root;
}

.section-job-details .job-content ol > li:before {
  content: counter(root) ".";
  font-weight: 700;
  display: inline-block;
  padding-right: 5px;
}

.section-job-details .heading-requirements {
  margin-top: 40px;
}

.section-team .header {
  text-align: center;
}

.section-team .header .top-picture {
  display: block;
  margin-bottom: 42px;
}

.section-team .header .heading {
  margin-bottom: 16px;
}

.section-team .header .text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-team .team-wrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.section-team .team-member {
  position: relative;
}

.section-team .team-member .team-member-content {
  position: relative;
}

.section-team .team-member .team-heading {
  color: #fefefe;
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.section-team .team-member .team-position {
  color: #f15a2b;
  font-family: "Axiforma", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 1% auto 0;
}

.section-team .team-member .team-text {
  display: inline-block;
  font-size: 16px;
}

.section-team .team-member .team-linkedin {
  display: inline-block;
  background: url("/wp-content/themes/globale/resources/assets/images/ico-linkedin-greybg.png") no-repeat 0 0/contain;
  width: 20px;
  height: 19px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .section-team {
    padding-bottom: 0 !important;
  }

  .section-team .team-wrapper {
    margin-top: 50px;
    width: 100%;
  }

  .section-team .team-wrapper .team-member {
    min-height: 810px;
    padding: 30% 8%;
    margin-bottom: 0;
  }

  .section-team .team-wrapper .team-member .background {
    background-size: auto 100% !important;
    background-color: #000;
    background-position: right top;
  }

  .section-team .team-wrapper .team-member .team-linkedin {
    position: static;
    display: block;
  }

  .section-team .background.team-member-mobile {
    display: block;
  }

  .section-team .team-member-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .section-team .background.team-member-desktop {
    display: block;
  }

  .section-team .team-member-mobile {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .section-team {
    padding: 52px 0;
  }

  .section-team .header {
    margin-bottom: 20px;
  }

  .section-team .background {
    display: none;
  }

  .section-team .team-picture {
    margin-bottom: 21px;
  }

  .section-team .team-heading,
  .section-team .team-text {
    max-width: 300px;
  }

  .section-team .team-member {
    width: 100%;
    float: none;
    clear: both;
    padding: 8%;
    margin: 0 0 5%;
    background-size: cover !important;
  }

  .section-team .team-member .team-text {
    color: #fff;
  }

  .section-team .team-member .team-position {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-team .team-member {
    background-position-x: 200px !important;
    background-color: #000 !important;
    min-height: 630px;
    padding-bottom: 16%;
  }

  .section-team .team-member .team-heading {
    margin-bottom: 0;
  }

  .section-team .team-member,
  .section-team .team-member .background {
    border-radius: 2%;
  }
}

@media (min-width: 992px) {
  .section-team {
    padding: 70px 0;
  }

  .section-team .header {
    margin-bottom: 90px;
  }

  .section-team .team-wrapper {
    max-width: 1638px;
  }

  .section-team .team-wrapper .team-member {
    cursor: pointer;
    width: 30%;
    padding: 2%;
    float: left;
    margin: 0 1% 2%;
    background-size: cover !important;
    height: 492px;
  }
}

@media (min-width: 992px) and (max-width: 1515px) {
  .section-team .team-wrapper .team-member {
    height: 433px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .section-team .team-wrapper .team-member {
    height: 420px;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  .section-team .team-wrapper .team-member {
    height: 410px;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .section-team .team-wrapper .team-member {
    height: 365px;
  }
}

@media (min-width: 992px) {
  .section-team .team-wrapper .team-member,
  .section-team .team-wrapper .team-member .background {
    border-radius: 2%;
  }

  .section-team .team-wrapper .team-member .team-heading {
    text-align: center;
    margin-bottom: 0;
  }

  .section-team .team-wrapper .team-member .team-position {
    text-align: center;
  }

  .section-team .team-wrapper .team-member .team-text,
  .section-team .team-wrapper .team-member .team-linkedin {
    display: none;
  }

  .section-team .team-wrapper .team-member:not(.opened) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-team .team-wrapper .team-member:not(.opened) .team-position {
    padding: 10px;
    padding-bottom: 36px;
  }

  .section-team .team-wrapper .team-member.opened {
    background: #f5f5f5 !important;
    overflow-y: auto;
  }

  .section-team .team-wrapper .team-member.opened .background {
    display: none;
  }

  .section-team .team-wrapper .team-member.opened .team-heading {
    text-align: left;
    color: #3b3e41;
  }

  .section-team .team-wrapper .team-member.opened .team-position {
    text-align: left;
  }

  .section-team .team-wrapper .team-member.opened .team-text {
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1515px) {
  .section-team .team-wrapper .team-member.opened .team-text {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1350px) {
  .section-team .team-wrapper .team-member.opened .team-text {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1150px) {
  .section-team .team-wrapper .team-member.opened .team-text {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .section-team .team-wrapper .team-member.opened .team-text {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .section-team .team-wrapper .team-member.opened .team-linkedin {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
  .section-team .team-wrapper .team-item {
    width: 50%;
  }
}

.section-upcoming-events {
  padding: 90px 0;
  background-color: #f9f9f9;
}

.section-upcoming-events .header {
  text-align: center;
}

.section-upcoming-events .header .top-picture {
  display: block;
  margin-bottom: 20px;
}

.section-upcoming-events .header .heading {
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #3b3e41;
}

@media (max-width: 767.98px) {
  .section-upcoming-events .header .heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}

@media (min-width: 768px) {
  .section-upcoming-events .header .heading {
    font-size: 30px;
    line-height: 32.77px;
    margin-bottom: 74px;
  }
}

.section-upcoming-events .container {
  max-width: 1600px;
}

@media (max-width: 767.98px) {
  .section-upcoming-events .event .card-header {
    padding-bottom: 0;
  }
}

.section-upcoming-events .event .card-body {
  padding-top: 64px;
}

@media (max-width: 767.98px) {
  .section-upcoming-events .event .card-body {
    padding-top: 1em;
  }
}

@media (max-width: 767.98px) {
  .section-upcoming-events {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .section-upcoming-events .event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 60px);
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
  }
}

@media (min-width: 992px) {
  .section-upcoming-events .event {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 60px);
        -ms-flex: 0 0 calc(50% - 60px);
            flex: 0 0 calc(50% - 60px);
  }
}

.section-upcoming-events-modal.thank-you-modal .modal-dialog {
  max-width: 550px;
}

.section-upcoming-events-modal .modal-header {
  padding: 40px;
}

.section-upcoming-events-modal .modal-body {
  padding-top: 40px;
}

.section-upcoming-events-modal .logo-picture .image {
  display: none;
}

.section-upcoming-events-modal .metadata {
  line-height: 22px;
}

.section-upcoming-events-modal .metadata .date,
.section-upcoming-events-modal .metadata .location {
  display: block;
}

@media (max-width: 767.98px) {
  .section-upcoming-events-modal .metadata {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .section-upcoming-events-modal .metadata {
    font-size: 16px;
  }
}

.section-upcoming-events-modal .modal-heading {
  font-size: 40px;
  letter-spacing: -0.05em;
  color: #f15a2b;
}

.section-upcoming-events-modal .modal-heading,
.section-upcoming-events-modal .text {
  text-align: center;
}

.section-upcoming-events-modal .text {
  line-height: 24px;
  margin-bottom: 44px;
}

.section-upcoming-events-modal .form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.section-upcoming-events-modal .wpcf7-response-output {
  margin-top: 20px;
  text-align: center;
}

.section-upcoming-events-modal .thank-you {
  display: none;
  margin-top: 80px;
  text-align: center;
}

.section-upcoming-events-modal .thank-you .text {
  font-family: "Axiforma", sans-serif;
  font-size: 25px;
  color: #4c4c4c;
  margin-bottom: 42px;
}

.section-upcoming-events-modal .thank-you .anchor {
  font-family: "Axiforma", sans-serif;
  line-height: 33px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: #4c4c4c;
}

.section-upcoming-events-modal .thank-you .anchor:after {
  content: ' >>';
  color: #f15a2b;
}

.section-upcoming-events-modal .hbspt-form p,
.section-upcoming-events-modal .hbspt-form fieldset input {
  color: #000 !important;
}

.section-upcoming-events-modal .hbspt-form fieldset {
  padding: 0 !important;
  max-width: 100% !important;
}

.section-upcoming-events-modal .hbspt-form fieldset input {
  margin-bottom: 20px !important;
}

.section-upcoming-events-modal .hbspt-form fieldset > div > label {
  display: none !important;
}

.section-upcoming-events-modal .hbspt-form fieldset > .field:first-child {
  width: calc(50% - 10px) !important;
  margin-right: 10px !important;
}

.section-upcoming-events-modal .hbspt-form fieldset > .field:last-child {
  width: calc(50% - 10px) !important;
  margin-left: 10px !important;
}

.section-upcoming-events-modal .hbspt-form fieldset > .field .input {
  margin-right: 0 !important;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block !important;
  width: 100% !important;
  padding: 14px 14px !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  color: #000 !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  outline: none;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-select {
  position: relative;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-select:after {
  content: '\2304';
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 30px;
  line-height: 37px;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-select select {
  display: block !important;
  width: 100% !important;
  padding: 14px 14px !important;
  font-size: 1rem !important;
  line-height: 24px !important;
  height: 55px !important;
  color: #000 !important;
  background-color: transparent !important;
  background-clip: padding-box !important;
  border: 2px solid #000 !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  outline: none;
  -webkit-appearance: none;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-select option {
  color: #000000 !important;
}

.section-upcoming-events-modal .hbspt-form fieldset .field.hs-fieldtype-select label.hs-error-msg {
  margin-top: 0;
}

.section-upcoming-events-modal .hbspt-form fieldset input::-webkit-input-placeholder {
  color: #000;
}

.section-upcoming-events-modal .hbspt-form fieldset input:-moz-placeholder {
  color: #000;
}

.section-upcoming-events-modal .hbspt-form fieldset input::-moz-placeholder {
  color: #000;
}

.section-upcoming-events-modal .hbspt-form fieldset input:-ms-input-placeholder {
  color: #000;
}

.section-upcoming-events-modal .hbspt-form label.hs-error-msg {
  font-size: 0.79rem !important;
  margin-bottom: 0 !important;
  color: #000;
  margin-top: -15px;
  line-height: 1.4;
  margin-bottom: 15px !important;
  display: block !important;
}

.section-upcoming-events-modal .hbspt-form ul.no-list.hs-error-msgs.inputs-list li:before {
  display: none !important;
}

.section-upcoming-events-modal .hbspt-form .hs-richtext {
  margin-bottom: 20px !important;
}

.section-upcoming-events-modal .hbspt-form ul {
  list-style: none;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.section-upcoming-events-modal .hbspt-form ul li {
  padding-left: 0 !important;
}

.section-upcoming-events-modal .hbspt-form ul li:before {
  display: none !important;
}

.section-upcoming-events-modal .hbspt-form input.hs-button.primary.large {
  border-color: #f15a2b !important;
  color: #000 !important;
  display: block !important;
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 40px !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 18px 50px !important;
  font-weight: 400 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  font-size: 1rem !important;
  border-radius: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  background-color: #f15a2b !important;
  border: 2px solid transparent !important;
  outline: none;
}

.section-upcoming-events-modal .hbspt-form input.hs-button.primary.large:hover {
  background-color: #e7420f !important;
  border-color: #e7420f !important;
}

.section-upcoming-events-modal .hbspt-form input.hs-button.primary.large:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5) !important;
  outline: none;
}

.section-upcoming-events-modal .hbspt-form .legal-consent-container {
  margin-top: 10px;
}

.section-upcoming-events-modal .hbspt-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0px;
}

.section-upcoming-events-modal .hbspt-form .hs-dependent-field {
  margin-top: 30px !important;
  padding: 14px;
  border: 2px solid #000;
}

.section-upcoming-events-modal .hbspt-form .hs-dependent-field label.hs-form-booleancheckbox-display {
  margin-bottom: 0 !important;
}

.section-upcoming-events-modal .hbspt-form .hs-dependent-field ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.section-upcoming-events-modal .hbspt-form label.hs-main-font-element {
  color: #000;
  margin-top: 2px;
  font-size: 16px;
}

.section-upcoming-events-modal .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
  line-height: 1.2;
  display: inline-block;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .section-upcoming-events-modal .hbspt-form fieldset > .field:first-child {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .section-upcoming-events-modal .hbspt-form fieldset > .field:last-child {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

section.c-provensuccess {
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  section.c-provensuccess {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/facebook-partners-provensuccess.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  section.c-provensuccess {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/facebook-partners-provensuccess.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 7.6rem !important;
  }
}

section.c-provensuccess h1,
section.c-provensuccess h2,
section.c-provensuccess h3,
section.c-provensuccess h4,
section.c-provensuccess h6,
section.c-provensuccess p,
section.c-provensuccess .desc-text {
  text-align: center;
}

section.c-provensuccess .provensuccess-title {
  color: #f15a2b;
  letter-spacing: -1px;
  font-size: 37px;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  section.c-provensuccess .provensuccess-title {
    margin-top: 37px;
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  section.c-provensuccess .provensuccess-title {
    font-size: 24px;
    line-height: 0;
    margin-top: 51px;
  }
}

section.c-provensuccess .desc-text {
  margin-top: 33px;
}

@media (max-width: 767.98px) {
  section.c-provensuccess .desc-text {
    margin-top: 0;
  }
}

section.c-provensuccess .desc-text h3 {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.c-provensuccess .desc-text h3 {
    font-size: 36px;
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  section.c-provensuccess .desc-text h3 {
    margin-top: 22px;
    margin-bottom: 8px;
  }
}

section.c-provensuccess .desc-text h3 img {
  width: 312px;
  margin: 0 33px;
}

@media (max-width: 767.98px) {
  section.c-provensuccess .desc-text h3 img {
    width: 137px;
    margin: 0 7px;
  }
}

section.c-provensuccess .desc-text p {
  max-width: 613px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  section.c-provensuccess .desc-text p {
    line-height: 1.3;
  }
}

section.c-provensuccess h3 {
  font-size: 40px;
  line-height: 0.7;
}

@media (max-width: 767.98px) {
  section.c-provensuccess h3 {
    font-size: 20px;
  }
}

section.c-provensuccess .ratios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 68px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  section.c-provensuccess .ratios {
    margin-top: 20px;
  }
}

section.c-provensuccess .ratios .ratio-item {
  margin: 6px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 390px;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
}

@media (max-width: 991.98px) {
  section.c-provensuccess .ratios .ratio-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43vw;
        -ms-flex: 0 0 43vw;
            flex: 0 0 43vw;
    margin-top: 82px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  section.c-provensuccess .ratios .ratio-item {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 23px;
  }
}

section.c-provensuccess .ratios .ratio-item h4 {
  color: #f15a2b;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

section.c-provensuccess .ratios .ratio-item p {
  font-size: 19px;
  font-weight: 600;
  font-family: Axiforma;
}

@media (max-width: 991.98px) {
  section.c-provensuccess .ratios .ratio-item p {
    font-size: 18px;
    line-height: 1;
  }
}

section.c-provensuccess .cta-button {
  font-family: Axiforma;
  display: inline-block;
  color: #fff;
  background-color: #f15a2b;
  padding: 14px 30px 10px;
  font-size: 20px;
  margin-top: 36px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.c-provensuccess .cta-button {
    margin-top: 65px;
  }
}

@media (max-width: 767.98px) {
  section.c-provensuccess .cta-button {
    font-size: 18px;
    line-height: 1.2;
    width: 234px;
  }
}

section.c-provensuccess .container-fluid {
  max-width: 1400px;
}

section.c-bringbusinesstoworld {
  position: relative;
  padding-bottom: 6rem;
  padding-top: 3rem;
  background: #e6e6e6;
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld {
    padding-bottom: 3rem;
  }
}

section.c-bringbusinesstoworld .container-fluid {
  max-width: 1372px;
}

section.c-bringbusinesstoworld h2 {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 62px;
  font-weight: 600;
  font-size: 39px;
  color: #f15a2b;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld h2 {
    margin: 39px 158px 42px;
  }
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld h2 {
    margin: 26px 15px 44px 15px;
    font-size: 28px;
  }
}

section.c-bringbusinesstoworld .right-content {
  margin-left: 35px;
  margin-right: 24px;
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld .right-content {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

section.c-bringbusinesstoworld .right-content p {
  font-size: 17px;
  text-align: justify;
  letter-spacing: 0.17px;
  color: #6f6f6f;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld .right-content p {
    margin-top: 34px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld .right-content p {
    margin-top: 50px;
    line-height: 1.44;
  }
}

section.c-bringbusinesstoworld .left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.c-bringbusinesstoworld .left-img {
  height: 500px;
  width: 37vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-left: -69px;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld .left-img {
    width: 100%;
    border-radius: 17px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 0 40px -15px #3b3e41;
    box-shadow: 0 0 40px -15px #3b3e41;
    margin-left: 0 !important;
  }
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld .left-img {
    height: 35vh;
    margin-left: 0 !important;
    border-radius: 7px;
  }
}

section.c-bringbusinesstoworld .c-right-img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld .c-right-img {
    margin-top: 0;
  }
}

section.c-bringbusinesstoworld .c-right-img a,
section.c-bringbusinesstoworld .c-right-img span {
  max-width: 405px;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld .c-right-img a,
  section.c-bringbusinesstoworld .c-right-img span {
    max-width: 573px;
  }
}

@media (max-width: 767.98px) {
  section.c-bringbusinesstoworld .c-right-img a,
  section.c-bringbusinesstoworld .c-right-img span {
    width: 90vw;
  }
}

section.c-bringbusinesstoworld .c-right-img a img,
section.c-bringbusinesstoworld .c-right-img span img {
  width: inherit;
  max-width: inherit;
}

@media (max-width: 991.98px) {
  section.c-bringbusinesstoworld .c-right-img a img,
  section.c-bringbusinesstoworld .c-right-img span img {
    max-width: 100%;
  }
}

section.c-bringbusinesstoworld .flags {
  margin: 0 auto;
  display: block;
}

section.c-growyourbusiness {
  position: relative;
}

@media (max-width: 991.98px) {
  section.c-growyourbusiness {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  section.c-growyourbusiness .container {
    max-width: 878px !important;
  }
}

section.c-growyourbusiness .c-growyourbusiness-title {
  font-size: 37px;
  font-weight: 600;
  color: #f15a2b;
  margin-top: 38px;
  margin-bottom: 64px;
  letter-spacing: 0.3px;
  text-align: center;
}

@media (max-width: 991.98px) {
  section.c-growyourbusiness .c-growyourbusiness-title {
    margin: 42px 59px 0;
    font-size: 41px;
    letter-spacing: -2px;
  }
}

@media (max-width: 767.98px) {
  section.c-growyourbusiness .c-growyourbusiness-title {
    font-size: 29px;
  }
}

section.c-growyourbusiness .flags {
  margin: 0 auto;
  display: block;
}

section.c-growyourbusiness .c-text h3 {
  font-weight: 600;
  font-size: 28px;
  margin-right: 30%;
}

@media (max-width: 991.98px) {
  section.c-growyourbusiness .c-text h3 {
    font-size: 30px;
    margin-right: 0;
    margin-top: 67px;
  }
}

@media (max-width: 767.98px) {
  section.c-growyourbusiness .c-text h3 {
    font-size: 21px;
    text-align: center;
    margin-top: 0;
  }
}

.facebook-partners-page .section-form .heading {
  margin-bottom: 50px !important;
}

.facebook-partners-page .section-form .hs-field-desc {
  display: block !important;
  font-size: 1rem !important;
  margin: auto !important;
}

@media (max-width: 991.98px) {
  .facebook-partners-page .section-form .hs-field-desc {
    margin: auto;
  }
}

.facebook-partners-page .section-form,
.aws-partnership-page .section-form,
.page-aws-partnership-data .section-form {
  background-color: #f15a2c;
  padding: 80px 0;
}

.facebook-partners-page .section-form .container,
.aws-partnership-page .section-form .container,
.page-aws-partnership-data .section-form .container {
  max-width: 580px;
}

.facebook-partners-page .section-form .col-lg-5,
.facebook-partners-page .section-form .col-lg-6,
.aws-partnership-page .section-form .col-lg-5,
.aws-partnership-page .section-form .col-lg-6,
.page-aws-partnership-data .section-form .col-lg-5,
.page-aws-partnership-data .section-form .col-lg-6 {
  max-width: 100% !important;
  width: 100% !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

.facebook-partners-page .section-form .heading,
.aws-partnership-page .section-form .heading,
.page-aws-partnership-data .section-form .heading {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .facebook-partners-page .section-form .heading,
  .aws-partnership-page .section-form .heading,
  .page-aws-partnership-data .section-form .heading {
    -webkit-transform: scale(1.29);
         -o-transform: scale(1.29);
            transform: scale(1.29);
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .section-form .heading,
  .aws-partnership-page .section-form .heading,
  .page-aws-partnership-data .section-form .heading {
    font-size: 41px;
  }
}

.facebook-partners-page .section-form .text,
.aws-partnership-page .section-form .text,
.page-aws-partnership-data .section-form .text {
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .facebook-partners-page .section-form .text,
  .aws-partnership-page .section-form .text,
  .page-aws-partnership-data .section-form .text {
    -webkit-transform: scale(1.25);
         -o-transform: scale(1.25);
            transform: scale(1.25);
    letter-spacing: -0.7px;
    font-weight: 300;
    margin-bottom: 49px;
  }
}

.facebook-partners-page .section-form .section-negative,
.aws-partnership-page .section-form .section-negative,
.page-aws-partnership-data .section-form .section-negative {
  background-color: transparent;
}

.facebook-partners-page .section-form .section-negative .submitted-message,
.aws-partnership-page .section-form .section-negative .submitted-message,
.page-aws-partnership-data .section-form .section-negative .submitted-message {
  border: solid 2px #fff;
  padding: 15px;
  line-height: 1.7;
}

.facebook-partners-page .section-form .section-negative .submitted-message p:first-child,
.aws-partnership-page .section-form .section-negative .submitted-message p:first-child,
.page-aws-partnership-data .section-form .section-negative .submitted-message p:first-child {
  font-weight: 600;
}

.facebook-partners-page .section-form .section-negative .submitted-message p,
.aws-partnership-page .section-form .section-negative .submitted-message p,
.page-aws-partnership-data .section-form .section-negative .submitted-message p {
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facebook-partners-page .section-form input.hs-button.primary.large,
.aws-partnership-page .section-form input.hs-button.primary.large,
.page-aws-partnership-data .section-form input.hs-button.primary.large {
  background-color: #fff !important;
  color: #f15a2c !important;
}

.facebook-partners-page .section-form .wpcf7-list-item label,
.aws-partnership-page .section-form .wpcf7-list-item label,
.page-aws-partnership-data .section-form .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facebook-partners-page .section-form .wpcf7-list-item-label,
.facebook-partners-page .section-form .form-group,
.facebook-partners-page .section-form .comment-form p,
.comment-form .facebook-partners-page .section-form p,
.facebook-partners-page .section-form .search-form label,
.search-form .facebook-partners-page .section-form label,
.aws-partnership-page .section-form .wpcf7-list-item-label,
.aws-partnership-page .section-form .form-group,
.aws-partnership-page .section-form .comment-form p,
.comment-form .aws-partnership-page .section-form p,
.aws-partnership-page .section-form .search-form label,
.search-form .aws-partnership-page .section-form label,
.page-aws-partnership-data .section-form .wpcf7-list-item-label,
.page-aws-partnership-data .section-form .form-group,
.page-aws-partnership-data .section-form .comment-form p,
.comment-form .page-aws-partnership-data .section-form p,
.page-aws-partnership-data .section-form .search-form label,
.search-form .page-aws-partnership-data .section-form label {
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}

.facebook-partners-page .section-form span.wpcf7-form-control-wrap.country,
.aws-partnership-page .section-form span.wpcf7-form-control-wrap.country,
.page-aws-partnership-data .section-form span.wpcf7-form-control-wrap.country {
  display: block;
}

.facebook-partners-page .section-form span.wpcf7-form-control-wrap.country select,
.aws-partnership-page .section-form span.wpcf7-form-control-wrap.country select,
.page-aws-partnership-data .section-form span.wpcf7-form-control-wrap.country select {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.facebook-partners-page .section-form span.wpcf7-form-control-wrap.country select option,
.aws-partnership-page .section-form span.wpcf7-form-control-wrap.country select option,
.page-aws-partnership-data .section-form span.wpcf7-form-control-wrap.country select option {
  color: #333;
}

.facebook-partners-page .section-form span.wpcf7-form-control-wrap.country::after,
.aws-partnership-page .section-form span.wpcf7-form-control-wrap.country::after,
.page-aws-partnership-data .section-form span.wpcf7-form-control-wrap.country::after {
  content: '>';
  -webkit-transform: rotate(90deg) scale(1.7);
       -o-transform: rotate(90deg) scale(1.7);
          transform: rotate(90deg) scale(1.7);
  display: inline-block;
  position: absolute;
  top: 21px;
  right: 34px;
  z-index: 0;
}

.facebook-partners-page .section-form span.wpcf7-form-control-wrap.country select,
.aws-partnership-page .section-form span.wpcf7-form-control-wrap.country select,
.page-aws-partnership-data .section-form span.wpcf7-form-control-wrap.country select {
  height: 56px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.facebook-partners-page .section-form .modal-body,
.aws-partnership-page .section-form .modal-body,
.page-aws-partnership-data .section-form .modal-body {
  background: #f15a2c;
}

.facebook-partners-page .c-growyourbusiness-title,
.aws-partnership-page .c-growyourbusiness-title,
.page-aws-partnership-data .c-growyourbusiness-title {
  font-size: 2.1rem;
}

@media (max-width: 767.98px) {
  .facebook-partners-page .c-growyourbusiness-title,
  .aws-partnership-page .c-growyourbusiness-title,
  .page-aws-partnership-data .c-growyourbusiness-title {
    font-size: 29px;
    margin: 32px 50px 47px 50px !important;
  }
}

@media (max-width: 767.98px) {
  .facebook-partners-page .c-text h3,
  .aws-partnership-page .c-text h3,
  .page-aws-partnership-data .c-text h3 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    font-size: 24px;
  }
}

.facebook-partners-page .c-text p,
.aws-partnership-page .c-text p,
.page-aws-partnership-data .c-text p {
  text-align: justify;
}

.facebook-partners-page .form-columns-1 .hs_website,
.aws-partnership-page .form-columns-1 .hs_website,
.page-aws-partnership-data .form-columns-1 .hs_website {
  margin-left: 0 !important;
  width: 100% !important;
}

.facebook-partners-page .form-columns-1 .hs-dependent-field,
.aws-partnership-page .form-columns-1 .hs-dependent-field,
.page-aws-partnership-data .form-columns-1 .hs-dependent-field {
  width: 100%;
  font-size: 12px;
}

.facebook-partners-page .section-form.section-negative .hbspt-form input.hs-button.primary.large,
.aws-partnership-page .section-form.section-negative .hbspt-form input.hs-button.primary.large,
.page-aws-partnership-data .section-form.section-negative .hbspt-form input.hs-button.primary.large {
  background-color: #fff !important;
  color: #f15a2c !important;
}

.facebook-partners-page .section-form.section-negative .hbspt-form fieldset .hs_website,
.aws-partnership-page .section-form.section-negative .hbspt-form fieldset .hs_website,
.page-aws-partnership-data .section-form.section-negative .hbspt-form fieldset .hs_website {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.facebook-partners-page .section-form.section-negative .hbspt-form .hs-dependent-field,
.aws-partnership-page .section-form.section-negative .hbspt-form .hs-dependent-field,
.page-aws-partnership-data .section-form.section-negative .hbspt-form .hs-dependent-field {
  margin-top: 0 !important;
}

.facebook-partners-page .section-form.section-negative .hbspt-form .legal-consent-container,
.aws-partnership-page .section-form.section-negative .hbspt-form .legal-consent-container,
.page-aws-partnership-data .section-form.section-negative .hbspt-form .legal-consent-container {
  margin-top: 0 !important;
}

.facebook-partners-page .section-form .legal-consent-container .hs-dependent-field,
.aws-partnership-page .section-form .legal-consent-container .hs-dependent-field,
.page-aws-partnership-data .section-form .legal-consent-container .hs-dependent-field {
  font-size: 11px;
}

@media (min-width: 768px) {
  .facebook-partners-page .section-form .legal-consent-container .hs-dependent-field,
  .aws-partnership-page .section-form .legal-consent-container .hs-dependent-field,
  .page-aws-partnership-data .section-form .legal-consent-container .hs-dependent-field {
    width: 100%;
    float: left;
    margin-right: 15px;
  }
}

.facebook-partners-page .section-form .legal-consent-container .hs-dependent-field input,
.aws-partnership-page .section-form .legal-consent-container .hs-dependent-field input,
.page-aws-partnership-data .section-form .legal-consent-container .hs-dependent-field input {
  position: relative;
  z-index: 999;
}

.facebook-partners-page .section-form.section-negative .hbspt-form .hs-richtext,
.aws-partnership-page .section-form.section-negative .hbspt-form .hs-richtext,
.page-aws-partnership-data .section-form.section-negative .hbspt-form .hs-richtext {
  font-size: 11px;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
  position: relative;
  top: 6px;
}

.facebook-partners-page .section-form.section-negative .hbspt-form .hs-richtext p,
.aws-partnership-page .section-form.section-negative .hbspt-form .hs-richtext p,
.page-aws-partnership-data .section-form.section-negative .hbspt-form .hs-richtext p {
  margin-bottom: 0 !important;
}

.facebook-partners-page .modal-backdrop.show,
.aws-partnership-page .modal-backdrop.show,
.page-aws-partnership-data .modal-backdrop.show {
  opacity: 0 !important;
  background-color: transparent !important;
  display: none !important;
}

.c-section-calculator-strip {
  background: #191919;
}

.c-section-calculator-strip .calc-bg-tablet,
.c-section-calculator-strip .calc-bg-desktop,
.c-section-calculator-strip .calc-bg-mobile {
  width: 100%;
}

@media (max-width: 370px) {
  .c-section-calculator-strip .calc-bg-mobile {
    padding-top: 115px;
  }
}

.c-section-calculator-strip .calculator-content {
  position: absolute;
  margin-left: 20vw;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .c-section-calculator-strip .calculator-content {
    margin-left: 3vw;
    max-width: 40% !important;
  }
}

@media (max-width: 768px) {
  .c-section-calculator-strip .calculator-content {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0;
    margin-top: 38px;
  }
}

.c-section-calculator-strip .calculator-content img {
  width: 100px;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .c-section-calculator-strip .calculator-content img {
    margin-bottom: 1.7rem;
  }
}

.c-section-calculator-strip .calculator-content .calc-title {
  line-height: 1em;
  font-size: 2.222rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .c-section-calculator-strip .calculator-content .calc-title {
    font-size: 32px;
    line-height: 1.2em;
  }
}

.c-section-calculator-strip .calculator-content .calc-text {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  font-family: 'Axiforma';
}

@media (max-width: 768px) {
  .c-section-calculator-strip .calculator-content .calc-text {
    font-size: 18px;
  }
}

.c-section-calculator-strip .calculator-content a {
  border: 2px solid #f15a2b;
  color: #f15a2b;
  padding: 0.5rem 1.667rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 10px;
}

.c-section-calculator-strip .calculator-content a:hover {
  background-color: #f15a2b;
  color: #fff;
  text-decoration: none;
}

#tribe-events-content {
  margin-bottom: 10px !important;
}

.events-download-link-cont {
  margin-bottom: 60px;
}

.events-download-link-cont a {
  padding: 16px 0;
  border: 0;
  display: inline-block;
  margin-left: auto;
  line-height: 1;
  position: relative;
  left: 100%;
  bottom: -53px;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (max-width: 768px) {
  .events-download-link-cont a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tribe-events-nav-previous a:empty {
  display: none;
}

.text-and-image-our-story {
  display: block;
  padding-top: 91px;
  position: relative;
}

.text-and-image-our-story .container {
  max-width: 1200px;
}

.text-and-image-our-story .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.text-and-image-our-story__title-image {
  text-align: center;
}

.text-and-image-our-story__title-image__image {
  padding-bottom: 43px;
}

.text-and-image-our-story__title-image__title {
  line-height: 1;
  letter-spacing: -1px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 40px;
}

.text-and-image-our-story__text-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-and-image-our-story__text-image__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
}

.text-and-image-our-story__text-image__text p {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .text-and-image-our-story__text-image__text p {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .text-and-image-our-story__text-image__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 507px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

.text-and-image-our-story__text-image__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 1024px) {
  .text-and-image-our-story__text-image__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto 30px;
    max-width: 645px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .text-and-image-our-story__text-image__image {
    max-width: 100%;
  }
}

.text-and-image-our-story__text-image__image img {
  height: auto;
  max-width: 100%;
}

.awards-slider {
  display: block;
  padding-bottom: 42px;
  padding-top: 91px;
  position: relative;
}

.awards-slider__title-image {
  text-align: center;
}

.awards-slider__title-image__image {
  padding-bottom: 43px;
}

.awards-slider__title-image__title {
  line-height: 1;
  letter-spacing: -1px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 0;
}

.awards-slider .container {
  max-width: 1200px;
}

.awards-slider .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.awards-slider__items .slick-arrow::before {
  font-size: 30px;
}

@media (min-width: 1250px) {
  .awards-slider__items .slick-arrow.slick-next {
    right: 80px;
    top: 90px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .awards-slider__items .slick-arrow.slick-next {
    right: 85px;
    top: 95px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .awards-slider__items .slick-arrow.slick-next {
    right: 125px;
    top: 95px;
  }
}

@media (min-width: 1250px) {
  .awards-slider__items .slick-arrow.slick-prev {
    left: 110px;
    top: 90px;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .awards-slider__items .slick-arrow.slick-prev {
    left: 85px;
    top: 95px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .awards-slider__items .slick-arrow.slick-prev {
    left: 110px;
    top: 100px;
  }
}

.awards-slider__items-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.awards-slider__items-item__container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin-bottom: 35px;
  max-width: 22.33%;
}

@media (max-width: 767.98px) {
  .awards-slider__items-item__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.awards-slider__items-item img {
  margin: 0 auto 28px;
  max-width: 150px;
  height: auto;
  padding-top: 15px;
}

.awards-slider__items__title {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #f15a2b;
  display: -webkit-box;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  font-family: 'Open Sans', serif;
  height: 57px;
  letter-spacing: -0.4px;
  margin-bottom: 11px;
  overflow: hidden;
}

.awards-slider__items__date {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}

.awards-slider__items__cta {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: rgba(59, 62, 65, 0.5);
  outline: none;
}

.awards-slider__items__cta::after {
  content: '>>';
}

.title-and-image {
  display: block;
  padding-top: 91px;
  padding-bottom: 116px;
  position: relative;
}

@media (max-width: 991.98px) {
  .title-and-image {
    padding-bottom: 37px;
  }
}

@media (max-width: 767.98px) {
  .title-and-image {
    padding-bottom: 29px;
  }
}

.title-and-image .container {
  max-width: 1200px;
}

.title-and-image .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.title-and-image__title-image {
  text-align: center;
}

.title-and-image__title-image__image {
  padding-bottom: 43px;
}

.title-and-image__title-image__title {
  line-height: 1;
  letter-spacing: -1px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 70px;
}

.title-and-image__image-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-and-image__image-title__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.title-and-image__image-title__image img {
  height: auto;
  max-width: 100%;
}

.flip-items-our-values {
  padding-bottom: 120px;
  padding-top: 80px;
  position: relative;
}

@media (max-width: 600px) {
  .flip-items-our-values {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}

.flip-items-our-values .container {
  max-width: 1350px;
}

.flip-items-our-values__flip-card-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.flip-items-our-values__title-image {
  text-align: center;
}

.flip-items-our-values__title-image__image {
  padding-bottom: 43px;
}

.flip-items-our-values__title-image__title {
  line-height: 1;
  letter-spacing: -1px;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 40px;
}

.flip-items-our-values .background {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.flip-items-our-values__flip-card {
  background-color: transparent;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 220px;
  height: 241px;
  border-radius: 20px;
  padding: 45px 0 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-bottom: 60px;
  /* Remove this if you don't want the 3D effect */
  position: relative;
}

.flip-items-our-values__flip-card__inner {
  height: inherit;
  overflow: hidden;
}

.flip-items-our-values__flip-card__inner-front .background {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  z-index: -1;
}

.flip-items-our-values__flip-card__inner-back .background {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -o-transform 0.1s ease-in-out;
  z-index: -2;
}

.flip-items-our-values__flip-card .background {
  border-radius: 20px;
}

@media (max-width: 767.98px) {
  .flip-items-our-values__flip-card .background {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

@media (max-width: 1024px) {
  .flip-items-our-values__flip-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 991.98px) {
  .flip-items-our-values__flip-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media (max-width: 767.98px) {
  .flip-items-our-values__flip-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    max-width: none;
    padding: 0 !important;
  }
}

.flip-items-our-values__flip-card.expand-animation:hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner .flip-items-our-values__icon {
  display: none;
  opacity: 0;
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner .flip-items-our-values__title {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner .flip-items-our-values__text {
  color: #fff;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner-front .background {
  z-index: -2;
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner-back .background {
  z-index: -1;
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}

.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner-front,
.flip-items-our-values__flip-card.expand-animation:hover .flip-items-our-values__flip-card__inner-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  left: 0;
  top: 0;
}

.flip-items-our-values__flip-card.flip-animation__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s, -o-transform 0.1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}

.flip-items-our-values__flip-card.flip-animation__inner.animate .flip-items-our-values__icon {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}

.flip-items-our-values__flip-card.flip-animation__inner.animate .flip-items-our-values__title {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(-150%);
       -o-transform: translateY(-150%);
          transform: translateY(-150%);
  color: #fff;
}

.flip-items-our-values__flip-card.flip-animation__inner.animate .flip-items-our-values__text {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: translateY(-70%);
       -o-transform: translateY(-70%);
          transform: translateY(-70%);
  color: #fff;
}

.flip-items-our-values__flip-card.flip-animation__inner-front.flip .background {
  z-index: -2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-items-our-values__flip-card.flip-animation__inner-back.flip .background {
  z-index: -1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-items-our-values__flip-card.flip-animation__inner-front,
.flip-items-our-values__flip-card.flip-animation__inner-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  left: 0;
  top: 0;
}

.flip-items-our-values__flip-card.flip-animation__inner-front .background {
  z-index: -1;
}

.flip-items-our-values__flip-card.flip-animation__inner-back .background {
  z-index: -2;
}

.flip-items-our-values__icon {
  height: 72px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  .flip-items-our-values__icon {
    opacity: 1 !important;
    display: block !important;
  }
}

.flip-items-our-values__icon img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.flip-items-our-values__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  font-family: "Open sans", sans-serif;
}

@media (max-width: 767.98px) {
  .flip-items-our-values__title {
    color: inherit !important;
    display: block !important;
    font-weight: inherit !important;
    margin-bottom: 20px;
    opacity: 1 !important;
  }
}

.flip-items-our-values__text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  -webkit-transform: translateY(1000%);
       -o-transform: translateY(1000%);
          transform: translateY(1000%);
  font-family: "Open sans", sans-serif;
}

@media (max-width: 767.98px) {
  .flip-items-our-values__text {
    color: inherit !important;
    font-size: 14px;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.flip-items-our-values__text p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .section-partners {
    margin-bottom: 125px !important;
  }
}

@media screen and (max-width: 767px) {
  .section-partners {
    margin-bottom: 92px !important;
  }
}

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

.section-partners__header img {
  margin-top: 92px;
}

.section-partners__title {
  font-size: 39.5px;
  line-height: 1;
  color: #191919;
  font-family: "Axiforma", sans-serif;
  letter-spacing: -0.99px;
  margin-bottom: revert;
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .section-partners__title {
    font-size: 32px;
    line-height: 1.23438;
  }
}

.section-partners__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 0 36px;
  max-width: 509px;
  min-height: 264px;
  padding-bottom: 21px;
  padding-left: 30px;
  padding-right: 23px;
  padding-top: 18px;
}

@media screen and (max-width: 1024px) {
  .section-partners__item {
    margin: 13px auto;
  }
}

@media screen and (max-width: 767px) {
  .section-partners__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 23px;
  }
}

.section-partners__item picture {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .section-partners__item picture {
    width: 40%;
  }
}

.section-partners__item img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .section-partners__item img {
    margin-bottom: 15px;
  }
}

.section-partners__item-content {
  position: relative;
  height: 100%;
  width: 63%;
}

@media screen and (max-width: 767px) {
  .section-partners__item-content {
    width: 100%;
  }
}

.section-partners__item-content:before {
  content: ' ';
  border-left: solid 1px #3b3e41;
  height: 100%;
  left: -23px;
  opacity: 0.18;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .section-partners__item-content:before {
    border-left: unset;
    border-top: solid 1px #3b3e41;
    height: auto;
    left: auto;
    position: absolute;
    width: 100%;
  }
}

.section-partners__item-content p {
  color: #3a3e42;
  font-size: 16px;
  font-family: "Axiforma", sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .section-partners__item-content p {
    margin-top: 19px;
  }
}

.section-partners__item-content .anchor {
  font-size: 15px;
  line-height: 2.13333;
  font-family: "Axiforma", sans-serif;
  letter-spacing: -.75px;
}

@media screen and (max-width: 1024px) {
  .section-integrations {
    margin: 0 auto;
    max-width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .section-integrations {
    margin-bottom: 68px !important;
  }
}

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

.section-integrations__title {
  font-size: 39.5px;
  line-height: 1;
  color: #191919;
  font-family: "Axiforma", sans-serif;
  letter-spacing: -0.99px;
  margin-bottom: revert;
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .section-integrations__title {
    font-size: 32px;
    line-height: 1.23438;
  }
}

.section-integrations__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 35px 0 0 35px;
  width: 237px;
  min-height: 243px;
  padding-left: 39px;
  padding-right: 38px;
  position: relative;
}

.section-integrations__item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .section-integrations__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .section-integrations__item {
    margin: 15px 16px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-integrations__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px auto;
  }
}

.section-integrations__item img {
  height: auto;
  max-width: 100%;
}

.section-integrations__item p {
  color: #3a3e42;
  font-size: 16px;
  font-family: "Axiforma", sans-serif;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  width: 100%;
}

.section-integrations__item-content {
  bottom: 20px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .section-integrations__item-content {
    left: 0;
    width: 100%;
  }
}

.section-integrations__item-content .anchor {
  font-size: 15px;
  line-height: 2.13333;
  font-family: "Axiforma", sans-serif;
  letter-spacing: -.75px;
}

.s-alternating-columns {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .s-alternating-columns {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.s-alternating-columns__container {
  z-index: 10;
  position: relative;
}

.s-alternating-columns__title {
  text-align: center;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

@media (min-width: 992px) {
  .s-alternating-columns__title {
    font-size: 40px;
  }
}

.s-alternating-columns__top_media {
  margin-bottom: 40px;
}

.s-alternating-columns__top_media img {
  max-width: 100%;
  height: auto;
}

.s-alternating-columns__items {
  margin-top: 40px;
}

.s-alternating-columns__item-title {
  line-height: 1.16667;
  font-weight: 400;
  letter-spacing: -0.05em;
}

@media (max-width: 991.98px) {
  .s-alternating-columns__item-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .s-alternating-columns__item-title {
    font-size: 30px;
  }
}

.s-alternating-columns__row {
  display: grid;
  grid-column-gap: 50px;
}

@media (min-width: 992px) {
  .s-alternating-columns__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .s-alternating-columns__row {
    grid-row-gap: 20px;
  }
}

@media (min-width: 992px) {
  .s-alternating-columns__row:nth-child(even) .s-alternating-columns__col--media {
    grid-row: 1;
    grid-column: 1;
  }
}

.s-alternating-columns__row:nth-child(n + 2) {
  margin-top: 50px;
}

.s-alternating-columns__item-media img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .s-alternating-columns--direction-reverse .s-alternating-columns__row:nth-child(odd) .s-alternating-columns__col--media {
    grid-row: 1;
    grid-column: 1;
  }
}

@media (min-width: 992px) {
  .s-alternating-columns--direction-reverse .s-alternating-columns__row:nth-child(even) .s-alternating-columns__col--media {
    grid-row: 1;
    grid-column: 2;
  }
}

@media (min-width: 992px) {
  .s-alternating-columns--items-aligned-middle .s-alternating-columns__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991.98px) {
  .s-alternating-columns--mobile-text-center {
    text-align: center;
  }
}

.s-alternating-columns--container-narrow .s-alternating-columns__container {
  max-width: 850px;
}

@media (max-width: 767.98px) {
  .about .section .heading {
    font-size: 35px;
  }

  .about .section-hero {
    min-height: 473px;
  }

  .about .section-hero .text {
    display: none !important;
  }

  .about .section-hero .heading {
    width: 94%;
    text-align: center;
  }

  .about .section-items .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about .section-items .row > [class^='col-']:not(:last-child) {
    margin-bottom: 52px;
  }

  .about .section-items .item-picture {
    height: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .about .section-hero {
    min-height: 914px;
  }

  .about .section-items .row .col-item {
    margin-bottom: 0;
  }

  .about .section-items .col-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about .section-items .col-item .col-content {
    width: 100%;
  }

  .about .section-items .col-item .col-content .item-anchor {
    height: 85px;
  }

  .about .section-items .col-item .col-content .item-picture {
    position: relative;
  }

  .about .section-items .col-item .col-content .item-picture .image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

@media (max-width: 767.98px) {
  .blog .section-header {
    min-height: 472px;
  }
}

.blog .heading {
  margin-bottom: 4.5rem;
}

.section-blog .content {
  padding-bottom: 3.333rem;
  padding-top: 3.333rem;
}

.section-blog .content .flags {
  position: relative;
  top: -41px;
}

@media (max-width: 767.98px) {
  .section-blog .content .flags {
    position: unset;
    margin-top: 23px;
  }
}

@media (min-width: 768px) {
  .section-blog .content {
    background-image: url(/wp-content/themes/globale/dist/images/watermark/watermark-blog.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3.333rem;
  }
}

@media (max-width: 991.98px) {
  .section-blog .content {
    padding-bottom: 50px;
    background-image: url(/wp-content/themes/globale/dist/images/watermark/watermark-blog-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2.333rem;
  }
}

.section-blog .top-picture {
  display: block;
  /* Center in X axis */
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .section-blog .top-picture {
    margin: 0 auto;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    left: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.section-blog .select-categories {
  margin-left: auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .section-blog .select-categories {
    margin-left: 0;
    margin: 0 auto;
  }
}

.section-blog .select-categories:after {
  content: "\F078";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.7rem;
  color: #3b3e41;
  position: relative;
  right: 38px;
}

@media (max-width: 767.98px) {
  .section-blog .select-categories:after {
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .section-blog .select-categories:after {
    font-size: 0.889rem;
  }
}

.section-blog .c-select-categories {
  margin: 0;
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.639rem 72px 0.639rem 0.639rem;
  border: 2px solid #3b3e41;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.section-blog .c-select-categories:active,
.section-blog .c-select-categories:focus {
  outline: none;
}

@media (max-width: 991.98px) {
  .section-blog .c-select-categories {
    margin: 0 auto;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    margin-top: 0;
  }
}

.section-blog .container {
  max-width: 1740px;
}

@media (max-width: 991.98px) {
  .section-blog .container {
    padding-left: 2.778rem;
    padding-right: 2.778rem;
  }
}

@media (max-width: 767.98px) {
  .section-blog .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.is-blog .c-blogitems-wrapper {
  margin-left: -2.1rem;
  margin-right: -2.1rem;
  margin-top: 35px;
  margin-bottom: 3rem;
}

@media (min-width: 1500px) {
  .is-blog .c-blogitems-wrapper {
    margin-left: -0.1rem;
    margin-right: calc(-2.1rem - -1rem);
  }
}

@media (max-width: 991.98px) {
  .is-blog .c-blogitems-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: -1rem;
  }
}

@media (min-width: 1200px) {
  .is-blog .c-blogitems-wrapper[data-columns]::before {
    content: '3 .blogitem__column3';
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .is-blog .c-blogitems-wrapper[data-columns]::before {
    content: '2 .blogitem__column2';
  }
}

@media (max-width: 575.98px) {
  .is-blog .c-blogitems-wrapper[data-columns]::before {
    content: '1 .blogitem__column1';
  }
}

.is-blog .blogitem__column3 {
  width: 33%;
}

.is-blog .blogitem__column2 {
  width: 50%;
}

.is-blog .blogitem__column1 {
  width: 100%;
}

.is-blog .c-card.c-card--blogitem-featured,
.is-blog .c-cards .c-card--blogitem-featured.c-card--banner,
.c-cards .is-blog .c-card--blogitem-featured.c-card--banner,
.is-blog .c-card--blogitem-featured.c-card\@md-up,
.is-blog .c-card--blogitem-featured.c-card\@lg-up {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-top: 2.25rem;
  margin-bottom: 5.278rem;
}

@media (max-width: 991.98px) {
  .is-blog .c-card.c-card--blogitem-featured .c-card__image,
  .is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__image,
  .c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__image,
  .is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__image,
  .is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__image {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.is-blog .c-card.c-card--blogitem-featured .c-card__image-bg,
.is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
.c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
.is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__image-bg,
.is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__image-bg {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 36.111rem;
  height: 21.667rem;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .is-blog .c-card.c-card--blogitem-featured .c-card__image-bg,
  .is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
  .c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
  .is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__image-bg,
  .is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__image-bg {
    width: 100%;
    height: 22.222rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card.c-card--blogitem-featured .c-card__image-bg,
  .is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
  .c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__image-bg,
  .is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__image-bg,
  .is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__image-bg {
    height: 10.8333rem;
  }
}

.is-blog .c-card.c-card--blogitem-featured .c-card__body,
.is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__body,
.c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__body,
.is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__body,
.is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__body {
  max-width: 31.389rem;
  margin-left: 4.167rem;
}

@media (max-width: 991.98px) {
  .is-blog .c-card.c-card--blogitem-featured .c-card__body,
  .is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__body,
  .c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__body,
  .is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__body,
  .is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
}

.is-blog .c-card.c-card--blogitem-featured .c-card__readmore,
.is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__readmore,
.c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__readmore,
.is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__readmore,
.is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__readmore {
  font-size: 1.389rem;
}

@media (max-width: 767.98px) {
  .is-blog .c-card.c-card--blogitem-featured .c-card__readmore,
  .is-blog .c-cards .c-card--blogitem-featured.c-card--banner .c-card__readmore,
  .c-cards .is-blog .c-card--blogitem-featured.c-card--banner .c-card__readmore,
  .is-blog .c-card--blogitem-featured.c-card\@md-up .c-card__readmore,
  .is-blog .c-card--blogitem-featured.c-card\@lg-up .c-card__readmore {
    letter-spacing: -0.4px;
    font-size: 23px;
  }
}

.is-blog .c-card.c-card--blogitem,
.is-blog .c-cards .c-card--blogitem.c-card--banner,
.c-cards .is-blog .c-card--blogitem.c-card--banner,
.is-blog .c-card--blogitem.c-card\@md-up,
.is-blog .c-card--blogitem.c-card\@lg-up {
  -webkit-flex-basis: calc(33% - 2 * 2.1rem);
      -ms-flex-preferred-size: calc(33% - 2 * 2.1rem);
          flex-basis: calc(33% - 2 * 2.1rem);
  max-width: 580px;
  margin: 3.15rem 2.1rem;
  padding: 0;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 1200px) {
  .is-blog .c-card.c-card--blogitem,
  .is-blog .c-cards .c-card--blogitem.c-card--banner,
  .c-cards .is-blog .c-card--blogitem.c-card--banner,
  .is-blog .c-card--blogitem.c-card\@md-up,
  .is-blog .c-card--blogitem.c-card\@lg-up {
    height: 470px;
  }
}

@media (max-width: 991.98px) {
  .is-blog .c-card.c-card--blogitem,
  .is-blog .c-cards .c-card--blogitem.c-card--banner,
  .c-cards .is-blog .c-card--blogitem.c-card--banner,
  .is-blog .c-card--blogitem.c-card\@md-up,
  .is-blog .c-card--blogitem.c-card\@lg-up {
    -webkit-flex-basis: calc(50% - 2 * 0.611rem);
        -ms-flex-preferred-size: calc(50% - 2 * 0.611rem);
            flex-basis: calc(50% - 2 * 0.611rem);
    max-width: 100%;
    margin: 0.611rem;
    margin-top: 3.333rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card.c-card--blogitem,
  .is-blog .c-cards .c-card--blogitem.c-card--banner,
  .c-cards .is-blog .c-card--blogitem.c-card--banner,
  .is-blog .c-card--blogitem.c-card\@md-up,
  .is-blog .c-card--blogitem.c-card\@lg-up {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .is-blog .c-card.c-card--blogitem,
  .is-blog .c-cards .c-card--blogitem.c-card--banner,
  .c-cards .is-blog .c-card--blogitem.c-card--banner,
  .is-blog .c-card--blogitem.c-card\@md-up,
  .is-blog .c-card--blogitem.c-card\@lg-up {
    margin: 3.333rem 0 0 0;
  }
}

.is-blog .c-card.c-card--blogitem .c-card__image img,
.is-blog .c-cards .c-card--blogitem.c-card--banner .c-card__image img,
.c-cards .is-blog .c-card--blogitem.c-card--banner .c-card__image img,
.is-blog .c-card--blogitem.c-card\@md-up .c-card__image img,
.is-blog .c-card--blogitem.c-card\@lg-up .c-card__image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .is-blog .c-card.c-card--blogitem .c-card__image img,
  .is-blog .c-cards .c-card--blogitem.c-card--banner .c-card__image img,
  .c-cards .is-blog .c-card--blogitem.c-card--banner .c-card__image img,
  .is-blog .c-card--blogitem.c-card\@md-up .c-card__image img,
  .is-blog .c-card--blogitem.c-card\@lg-up .c-card__image img {
    height: 160px;
  }
}

.is-blog .c-card.c-card--blogitem .c-card__body,
.is-blog .c-cards .c-card--blogitem.c-card--banner .c-card__body,
.c-cards .is-blog .c-card--blogitem.c-card--banner .c-card__body,
.is-blog .c-card--blogitem.c-card\@md-up .c-card__body,
.is-blog .c-card--blogitem.c-card\@lg-up .c-card__body {
  padding: 3rem 2rem 2rem;
}

@media (max-width: 767.98px) {
  .is-blog .c-card.c-card--blogitem .c-card__body,
  .is-blog .c-cards .c-card--blogitem.c-card--banner .c-card__body,
  .c-cards .is-blog .c-card--blogitem.c-card--banner .c-card__body,
  .is-blog .c-card--blogitem.c-card\@md-up .c-card__body,
  .is-blog .c-card--blogitem.c-card\@lg-up .c-card__body {
    padding: 1.7rem 1.4rem 2rem;
  }
}

.is-blog .c-card__title {
  font-family: "Axiforma", sans-serif;
  font-weight: normal;
  font-size: 1.389rem;
  margin-bottom: 0.2rem;
}

@media (min-width: 1200px) {
  .is-blog .c-card__title {
    line-height: 0.9;
    margin-bottom: 0.1rem;
    font-size: 1.28rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card__title {
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .is-blog .c-card--blogitem-featured .c-card__title {
    margin-bottom: 1.667rem;
    padding-right: 45%;
  }
}

.is-blog .c-card__date {
  font-family: "Open sans", sans-serif;
  font-weight: normal;
  font-size: 0.889rem;
}

@media (min-width: 1200px) {
  .is-blog .c-card__date {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card__date {
    margin-bottom: 0.2rem;
  }
}

.is-blog .c-card__headline {
  font-family: "Open sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .is-blog .c-card__headline {
    margin-bottom: 0.6rem;
    line-height: 1.3;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card__headline {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -0.6rem;
  }
}

.is-blog .c-card__readmore {
  font-family: "Axiforma", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 0.5rem;
  margin-top: 2rem;
}

@media (min-width: 1200px) {
  .is-blog .c-card__readmore {
    margin-top: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .c-card__readmore {
    margin-bottom: 0.1rem;
  }
}

@media (max-width: 991.98px) {
  .is-blog .o-separator,
  .is-blog .o-separator--line,
  .is-blog .o-separator--line\@md-up {
    margin-left: -2.778rem;
    margin-right: -2.778rem;
    width: calc(100% + 2 * 2.778rem);
    margin-top: -3.333rem;
  }
}

@media (max-width: 767.98px) {
  .is-blog .o-separator,
  .is-blog .o-separator--line,
  .is-blog .o-separator--line\@md-up {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2 * 1rem);
    margin-top: -3.333rem;
  }
}

@media (max-width: 767.98px) {
  .careers .section-cta .subheading {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  .careers .section-hero {
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 14rem;
  }

  .careers .section-hero .background-mobile {
    background-position: center bottom;
  }

  .careers .section-hero .content {
    text-align: center;
  }

  .careers .section-hero .text {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .careers .section-hero {
    min-height: 1024px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  .careers .section-hero .text {
    font-size: 22px;
  }
}

.page.enterprise .section-alternating-text .content > .row:nth-child(2) .col-content,
.smart-cross-border-for-the-enterprise .section-alternating-text .content > .row:nth-child(2) .col-content,
.smart-cross-border-enterprise .section-alternating-text .content > .row:nth-child(2) .col-content {
  max-width: 400px;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .page.enterprise .section-alternating-text .content > .row:nth-child(2) .col-content,
  .smart-cross-border-for-the-enterprise .section-alternating-text .content > .row:nth-child(2) .col-content,
  .smart-cross-border-enterprise .section-alternating-text .content > .row:nth-child(2) .col-content {
    margin-top: 40px;
  }
}

.page.enterprise .section-features .features-nav-item:nth-child(1) .feature-heading,
.smart-cross-border-for-the-enterprise .section-features .features-nav-item:nth-child(1) .feature-heading,
.smart-cross-border-enterprise .section-features .features-nav-item:nth-child(1) .feature-heading {
  max-width: 220px;
}

.page.enterprise .section-features .features-nav-item:nth-child(3) .feature-heading,
.smart-cross-border-for-the-enterprise .section-features .features-nav-item:nth-child(3) .feature-heading,
.smart-cross-border-enterprise .section-features .features-nav-item:nth-child(3) .feature-heading {
  max-width: 245px;
}

@media (max-width: 767.98px) {
  .events .section-header {
    min-height: 473px;
    padding-bottom: 65px;
  }
}

@media (max-width: 991.98px) {
  .c-menu,
  .c-menu--footer {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .c-menu.show,
  .show.c-menu--footer {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  #tribe-events-pg-template {
    padding: 0;
  }
}

#tribe-events {
  font-family: "Axiforma", sans-serif;
}

#tribe-events #tribe-bar-form {
  display: none;
}

#tribe-events h1.tribe-events-page-title {
  display: none;
}

#tribe-events #tribe-events-header .tribe-events-nav-current {
  position: absolute;
  width: 300px;
  top: 15px;
  text-align: center;
  left: calc(50% - 150px);
  background-color: #f15a2b;
  border-radius: 10px;
  color: white;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #tribe-events #tribe-events-header .tribe-events-nav-current {
    width: 100%;
    left: 0;
    top: 0;
  }
}

#tribe-events #tribe-events-header:after,
#tribe-events #tribe-events-header:before {
  display: none;
}

@media (max-width: 767.98px) {
  #tribe-events #tribe-events-header .tribe-events-nav-next,
  #tribe-events #tribe-events-header .tribe-events-nav-previous {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #tribe-events #tribe-events-header {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  #tribe-events #tribe-events-footer {
    display: none;
  }
}

#tribe-events #tribe-events-footer .tribe-events-nav-current {
  display: none;
}

#tribe-events #tribe-events-footer .tribe-events-nav-next a,
#tribe-events #tribe-events-footer .tribe-events-nav-previous a {
  background-color: #fff;
}

#tribe-events #tribe-events-footer .tribe-events-nav-next a:hover,
#tribe-events #tribe-events-footer .tribe-events-nav-previous a:hover {
  background-color: #f15a2b;
}

#tribe-events #tribe-events-footer:after,
#tribe-events #tribe-events-footer:before {
  display: none;
}

#tribe-events nav.tribe-events-nav-pagination {
  margin-bottom: 10px;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav {
  padding: 10px 0;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a {
  display: block;
  color: black;
  font-weight: 700;
  border: 2px solid #f15a2b;
  border-radius: 10px;
  min-width: 135px;
  padding: 0 15px;
  padding-top: 3px;
  margin-top: 4px;
  font-size: 16px;
  text-align: center;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a:hover,
#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
  text-decoration: none;
  background-color: #f15a2b;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous {
  float: left;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-previous a {
  float: left;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
}

#tribe-events nav.tribe-events-nav-pagination .tribe-events-sub-nav .tribe-events-nav-next a {
  float: right;
}

#tribe-events table.tribe-events-calendar {
  border: 2px solid #282828;
}

#tribe-events table.tribe-events-calendar thead th {
  padding: 7px 0;
  font-size: 15px;
  border: 2px solid #282828;
  line-height: 19px;
  background-color: #fff;
  color: #282828;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  #tribe-events table.tribe-events-calendar thead th {
    font-size: 13px;
  }
}

#tribe-events table.tribe-events-calendar tbody td {
  border-top: 0px;
}

#tribe-events table.tribe-events-calendar tbody td .type-tribe_events {
  margin: 0;
  padding: 10px;
}

#tribe-events table.tribe-events-calendar tbody td.tribe-events-has-events:after {
  background-color: #f15a2b;
  width: 12px;
  height: 12px;
}

@media (max-width: 575.98px) {
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-has-events:after {
    width: 8px;
    height: 8px;
  }
}

#tribe-events table.tribe-events-calendar tbody td.mobile-active {
  background-color: #f5f5f5;
}

#tribe-events table.tribe-events-calendar tbody td.mobile-active:after {
  background-color: #f15a2b;
}

@media (max-width: 767.98px) {
  #tribe-events table.tribe-events-calendar tbody td {
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  #tribe-events table.tribe-events-calendar tbody td {
    height: 55px;
  }
}

#tribe-events table.tribe-events-calendar tbody td.tribe-events-thismonth .daynum,
#tribe-events table.tribe-events-calendar tbody td.tribe-events-othermonth .daynum {
  font-family: "Open sans", sans-serif;
}

@media (max-width: 767.98px) {
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-thismonth .daynum,
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-othermonth .daynum {
    font-size: 23px;
    font-weight: 600;
    padding-top: 10px !important;
    padding-bottom: 3px !important;
  }
}

@media (max-width: 575.98px) {
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-thismonth .daynum,
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-othermonth .daynum {
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
  }
}

#tribe-events table.tribe-events-calendar tbody td.tribe-events-thismonth .daynum {
  background-color: #3b3e41;
  color: white;
  padding: 8px;
}

@media (max-width: 767.98px) {
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-thismonth .daynum {
    background-color: transparent;
    color: #282828;
  }
}

#tribe-events table.tribe-events-calendar tbody td.tribe-events-othermonth .daynum {
  padding: 8px;
}

@media (max-width: 767.98px) {
  #tribe-events table.tribe-events-calendar tbody td.tribe-events-othermonth .daynum {
    background-color: transparent;
    color: #e6e6e6;
  }
}

#tribe-events table.tribe-events-calendar tbody h3.tribe-events-month-event-title {
  line-height: 12px;
}

#tribe-events table.tribe-events-calendar tbody h3.tribe-events-month-event-title a {
  font-size: 13px;
  font-family: "Axiforma", sans-serif;
  opacity: 1;
  line-height: 16px;
  font-weight: 600;
}

#tribe-events table.tribe-events-calendar tbody h3.tribe-events-month-event-title a:hover {
  text-decoration: none;
}

#tribe-events .tribe-events-tooltip {
  background-color: #f5f5f5;
}

#tribe-events .tribe-events-tooltip .tribe-events-event-thumb {
  float: none;
  padding: 0;
}

#tribe-events .tribe-events-tooltip .tribe-events-event-thumb img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

#tribe-events .tribe-events-tooltip h3.entry-title {
  color: #f15a2b;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

#tribe-events .tribe-events-tooltip .tribe-event-duration {
  font-size: 12px;
  font-weight: 700;
}

#tribe-events .tribe-events-tooltip .tribe-event-description p {
  font-size: 12px;
  font-family: "Open sans", sans-serif;
}

#tribe-events .tribe-events-tooltip .tribe-events-categories {
  margin: 6px 0;
  border-radius: 10px;
  border: 1px solid #f15a2b;
  background-color: #e6e6e6;
  font-family: "Axiforma", sans-serif;
  padding: 5px;
}

#tribe-events .tribe-events-tooltip .tribe-events-categories a {
  font-size: 11.5px;
  color: #282828;
  pointer-events: none;
}

#tribe-events .tribe-events-tooltip .tribe-events-categories div:first-child {
  display: none;
}

#tribe-events #tribe-mobile-container .type-tribe_events ~ .type-tribe_events {
  border-top: 2px dotted #f15a2b;
}

#tribe-events #tribe-mobile-container .type-tribe_events {
  padding: 10px 0;
}

#tribe-events #tribe-mobile-container .tribe-events-last {
  border-bottom: 2px dotted #f15a2b;
}

#tribe-events #tribe-mobile-container .tribe-mobile-day-heading {
  background-color: #f5f5f5;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
}

#tribe-events #tribe-mobile-container h4.summary {
  font-size: 17px;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-events-event-image {
  width: 100%;
  display: block;
  float: none;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-events-event-image img {
  width: 100%;
  height: auto;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-events-categories {
  margin: 6px 0;
  border-radius: 10px;
  border: 1px solid #f15a2b;
  background-color: #e6e6e6;
  font-family: "Axiforma", sans-serif;
  padding: 5px 10px;
  display: block;
  line-height: 1rem;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-events-categories a {
  font-size: 11.5px;
  color: #282828;
  pointer-events: none;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-events-categories div:first-child {
  display: none;
}

#tribe-events #tribe-mobile-container .tribe-events-event-body .tribe-event-description {
  font-size: 14px;
  font-family: "Open sans", sans-serif;
}

.knowledge-center .section-header {
  min-height: 445px;
}

@media (max-width: 767.98px) {
  .knowledge-center .section-header {
    min-height: 475px;
  }
}

@media (max-width: 767.98px) {
  .knowledge-center .section-header .content {
    padding-bottom: 50px;
  }
}

.single-press_releases .c-header__inner {
  background-color: #191919;
}

.single-press_releases .press-release-wrapper {
  position: relative;
}

.single-press_releases .press-release-header .heading {
  font-weight: 600;
  line-height: 45px;
}

.single-press_releases .press-release-header .sub-title {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.025em;
}

.single-press_releases .press-release-separator {
  display: none;
}

@media (max-width: 767.98px) {
  .single-press_releases .type-press_releases {
    padding-top: 90px;
    background-color: #fff;
  }

  .single-press_releases .press-release-wrapper {
    padding: 0;
  }

  .single-press_releases .press-release-header,
  .single-press_releases .press-release-main,
  .single-press_releases .press-release-sidebar,
  .single-press_releases .press-release-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-press_releases .press-release-header {
    margin-top: 74px;
  }

  .single-press_releases .press-release-header .heading {
    line-height: 30px;
    letter-spacing: 0;
  }

  .single-press_releases .press-release-header .sub-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 65px;
  }

  .single-press_releases .press-release-separator {
    display: block;
    border-top: solid 2px #f15a2b;
  }

  .single-press_releases .press-release-main {
    margin-top: 65px;
  }

  .single-press_releases .press-release-sidebar {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-press_releases .type-press_releases {
    background-color: #fff;
  }

  .single-press_releases .press-release-wrapper {
    padding: 0;
    padding-top: 90px;
    max-width: none;
  }

  .single-press_releases .press-release-header,
  .single-press_releases .press-release-main,
  .single-press_releases .press-release-footer {
    max-width: 720px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-press_releases .press-release-main {
    margin-top: 36px;
  }

  .single-press_releases .press-release-sidebar {
    margin-top: 68px;
  }
}

@media (min-width: 768px) {
  .single-press_releases .type-press_releases {
    padding-top: 127px;
  }
}

@media (min-width: 992px) {
  .single-press_releases .press-release-wrapper {
    padding-top: 100px;
    max-width: 1300px;
  }

  .single-press_releases .press-release-main {
    margin-top: 60px;
  }
}

.privacy .c-header__inner,
.terms .c-header__inner {
  background-color: #191919;
}

.terms .copy > ol {
  margin-top: 28px;
}

.page.pro .section-features .features-nav-item:nth-child(1) .feature-heading,
.smart-cross-border-emerging-brands .section-features .features-nav-item:nth-child(1) .feature-heading,
.smart-cross-border-for-emerging-brands .section-features .features-nav-item:nth-child(1) .feature-heading {
  max-width: 225px;
}

.page.pro .section-features .features-nav-item:nth-child(3) .feature-heading,
.smart-cross-border-emerging-brands .section-features .features-nav-item:nth-child(3) .feature-heading,
.smart-cross-border-for-emerging-brands .section-features .features-nav-item:nth-child(3) .feature-heading {
  max-width: 200px;
}

.page.pro .hbspt-form fieldset,
.smart-cross-border-emerging-brands .hbspt-form fieldset,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset {
  max-width: 100% !important;
}

.page.pro .hbspt-form fieldset.form-columns-2 > div,
.smart-cross-border-emerging-brands .hbspt-form fieldset.form-columns-2 > div,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset.form-columns-2 > div {
  float: none !important;
  width: 100% !important;
}

.page.pro .hbspt-form fieldset .field,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field {
  margin-bottom: 20px;
}

.page.pro .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.page.pro .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list label,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list label,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
  font-size: 11px;
  margin-bottom: 0;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-text > label,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text > label,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text > label {
  display: none;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-text input,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 0;
  line-height: 24px;
  margin-bottom: 0 !important;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-text input.error.invalid,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input.error.invalid,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input.error.invalid {
  border-color: red;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-text input:focus,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input:focus,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-text input:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-select > label,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select > label,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select > label {
  color: #4c4c4c;
  font-size: 22px;
  margin-bottom: 0;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-select select,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select select,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select select {
  padding: 5px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bbbbbb;
  height: 55px;
  font-size: 22px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 100;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-select select.error.invalid,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select select.error.invalid,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-select select.error.invalid {
  border-color: red;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-textarea > label,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea > label,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea > label {
  display: none !important;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-textarea legend,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea legend,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea legend {
  display: none !important;
}

.page.pro .hbspt-form fieldset .field.hs-fieldtype-textarea textarea,
.smart-cross-border-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea textarea,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .field.hs-fieldtype-textarea textarea {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  min-height: 272px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #717578;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.pro .hbspt-form fieldset .legal-consent-container,
.smart-cross-border-emerging-brands .hbspt-form fieldset .legal-consent-container,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .legal-consent-container {
  margin: 0 0 20px;
}

.page.pro .hbspt-form fieldset .legal-consent-container .hs-richtext p,
.smart-cross-border-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-richtext p,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-richtext p {
  color: #4c4c4c;
  font-size: 16px;
}

.page.pro .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list,
.smart-cross-border-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list {
  list-style: none;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0;
}

.page.pro .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p,
.smart-cross-border-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p,
.smart-cross-border-for-emerging-brands .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -5px;
}

.page.pro .hbspt-form ul.no-list.hs-error-msgs.inputs-list,
.smart-cross-border-emerging-brands .hbspt-form ul.no-list.hs-error-msgs.inputs-list,
.smart-cross-border-for-emerging-brands .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.page.pro .hbspt-form ul.no-list.hs-error-msgs.inputs-list label,
.smart-cross-border-emerging-brands .hbspt-form ul.no-list.hs-error-msgs.inputs-list label,
.smart-cross-border-for-emerging-brands .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.page.pro .hbspt-form .hs-main-font-element,
.smart-cross-border-emerging-brands .hbspt-form .hs-main-font-element,
.smart-cross-border-for-emerging-brands .hbspt-form .hs-main-font-element {
  font-size: 16px !important;
}

.page.pro .hbspt-form .hs_submit,
.smart-cross-border-emerging-brands .hbspt-form .hs_submit,
.smart-cross-border-for-emerging-brands .hbspt-form .hs_submit {
  text-align: center;
}

.page.pro .hbspt-form .hs_submit input.hs-button.primary.large,
.smart-cross-border-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large,
.smart-cross-border-for-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large {
  background: #f58220;
  color: #fff;
  border-color: #f58220;
  border-radius: 0;
  display: inline-block;
  height: 67px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5px;
  margin: 15px auto 0;
  max-width: 268px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
}

.page.pro .hbspt-form .hs_submit input.hs-button.primary.large:hover,
.smart-cross-border-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large:hover,
.smart-cross-border-for-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large:hover {
  background-color: #f58220;
  border-color: #f58220;
}

.page.pro .hbspt-form .hs_submit input.hs-button.primary.large:focus,
.smart-cross-border-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large:focus,
.smart-cross-border-for-emerging-brands .hbspt-form .hs_submit input.hs-button.primary.large:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  outline: none;
}

@media only screen and (max-width: 570px) {
  .page.pro .request-demo-pro-minisite .wpcf7 .form-row label input {
    min-width: 20px;
    margin-bottom: 0 !important;
    display: inline;
  }

  .page.pro .request-demo-pro-minisite .wpcf7 .form-row label {
    display: inline !important;
  }
}

.page.pro .form-container,
.page.pro-dhl .form-container,
.page.facebook-partners .form-container {
  margin: 0 auto;
  max-width: 830px;
  width: 90%;
}

.page.pro .request-demo-pro-minisite .wpcf7,
.page.pro-dhl .request-demo-pro-minisite .wpcf7,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 {
  width: 100%;
  position: relative;
}

.page.pro .request-demo-pro-minisite .wpcf7 > form > div:nth-child(11) > span > span,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 > form > div:nth-child(11) > span > span,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 > form > div:nth-child(11) > span > span {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.page.pro .request-demo-pro-minisite .wpcf7 > form > div:nth-child(12) > div,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 > form > div:nth-child(12) > div,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 > form > div:nth-child(12) > div {
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row {
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  color: #4c4c4c;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row > [class*='col-'],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row > [class*='col-'],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row > [class*='col-'] {
  font-size: initial;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row label,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row label,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row label input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row label input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label input {
  width: 29px;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row label span,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row label span,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label span {
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding-left: 10px;
}

.page.pro .request-demo-pro-minisite .wpcf7 .form-row:last-of-type,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .form-row:last-of-type,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row:last-of-type {
  margin-top: 10px;
}

.page.pro .request-demo-pro-minisite .wpcf7 input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 input {
  font-family: 'Raleway', sans-serif;
  padding: 20px 0;
}

.page.pro .request-demo-pro-minisite .wpcf7 select,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 select,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 select {
  font-family: 'Raleway', sans-serif;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
  height: 55px;
  font-size: 22px;
  color: #4c4c4c;
  font-weight: 100;
}

.page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .form-control,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > textarea,
.page.pro .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field,
.search-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .search-field,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .form-control,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > textarea,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field,
.search-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .search-field,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .form-control,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > textarea,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field,
.search-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .search-field {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  font-size: 22px;
  color: #4c4c4c;
  font-weight: 100;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}

.page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item,
.page.pro .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item,
.search-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item,
.search-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item,
.search-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item input,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item input,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item input,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item input,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item input,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item input,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item input,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item input,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item input,
.page.pro .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item input,
.search-form .page.pro .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item input,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item input,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item input,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item input,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item input,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item input,
.search-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .form-control .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="text"] .wpcf7-list-item input,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="text"] .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="email"] .wpcf7-list-item input,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="email"] .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > input[type="url"] .wpcf7-list-item input,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > input[type="url"] .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .radio-int > textarea .wpcf7-list-item input,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > textarea .wpcf7-list-item input,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .search-form .radio-int > .search-field .wpcf7-list-item input,
.search-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .radio-int > .search-field .wpcf7-list-item input {
  margin: 0;
  width: auto;
  margin-right: 10px;
}

.page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > .form-control,
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="text"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="text"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="email"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="email"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="url"],
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="url"],
.page.pro .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > textarea,
.comment-form .page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > textarea,
.page.pro .request-demo-pro-minisite .wpcf7 .search-form .receive-communications > .search-field,
.search-form .page.pro .request-demo-pro-minisite .wpcf7 .receive-communications > .search-field,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > .form-control,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="text"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="text"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="email"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="email"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="url"],
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="url"],
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > textarea,
.comment-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > textarea,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .search-form .receive-communications > .search-field,
.search-form .page.pro-dhl .request-demo-pro-minisite .wpcf7 .receive-communications > .search-field,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > .form-control,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="text"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="text"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="email"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="email"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > input[type="url"],
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > input[type="url"],
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .comment-form .receive-communications > textarea,
.comment-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > textarea,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .search-form .receive-communications > .search-field,
.search-form .page.facebook-partners .request-demo-pro-minisite .wpcf7 .receive-communications > .search-field {
  border: none;
  line-height: 24px;
  padding: 14px;
}

.page.pro .request-demo-pro-minisite .wpcf7 ::-webkit-input-placeholder,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 ::-webkit-input-placeholder,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.pro .request-demo-pro-minisite .wpcf7 :-moz-placeholder,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 :-moz-placeholder,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.pro .request-demo-pro-minisite .wpcf7 ::-moz-placeholder,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 ::-moz-placeholder,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.pro .request-demo-pro-minisite .wpcf7 :-ms-input-placeholder,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 :-ms-input-placeholder,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.pro .request-demo-pro-minisite .wpcf7 .wpcf7-submit,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .wpcf7-submit,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-submit {
  line-height: 1.5;
  margin-top: 20px;
}

.page.pro .request-demo-pro-minisite .wpcf7 .wpcf7-submit:hover,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .wpcf7-submit:hover,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-submit:hover {
  background-color: #f58220;
  border-color: #f58220;
}

.page.pro .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid {
  border-bottom-color: red;
}

.page.pro .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid-tip,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid-tip,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid-tip {
  color: red;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
  margin-top: -10px;
}

.page.pro .request-demo-pro-minisite .wpcf7 .wpcf7-mail-sent-ok,
.page.pro-dhl .request-demo-pro-minisite .wpcf7 .wpcf7-mail-sent-ok,
.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}

.custom-globale-btn {
  background: #f58220;
  color: #fff !important;
  border-color: #f58220 !important;
}

/* pro dhl */

.pro-dhl footer {
  display: none;
}

.pro-dhl .globale-custom-form-title {
  font-family: 'Raleway', sans-serif;
  padding: 28px 0;
  font-size: 29px;
  margin-top: 10px;
  font-weight: 300 !important;
}

.pro-dhl .globale-custom-checkbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-dhl .globale-custom-checkbox-block > div {
  width: 23%;
  font-weight: 300 !important;
}

.pro-dhl .globale-custom-checkbox-block .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77%;
  margin-top: 0 !important;
}

.pro-dhl .globale-custom-checkbox-block .form-row > span > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.pro-dhl .globale-custom-checkbox-block .form-row > span > span .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-dhl .globale-custom-checkbox-block .form-row > span > span .wpcf7-list-item.first {
  margin-right: 15px;
}

.pro-dhl .globale-custom-checkbox-block .form-row > span > span .wpcf7-list-item input {
  width: 25px;
  margin-bottom: 0;
}

.pro-dhl .globale-custom-checkbox-block .form-row > span > span .wpcf7-list-item span {
  font-weight: 300 !important;
}

.pro-dhl .request-demo-pro-minisite {
  margin-bottom: 200px;
}

.pro-dhl .hbspt-form h2 {
  font-family: "Raleway", sans-serif;
  font-size: 29px !important;
  margin-top: 10px;
  font-weight: 300 !important;
  padding: 28px 0;
  margin: 0 !important;
}

.pro-dhl .hbspt-form fieldset {
  max-width: 100% !important;
}

.pro-dhl .hbspt-form fieldset.form-columns-2 > div {
  float: none !important;
  width: 100% !important;
}

.pro-dhl .hbspt-form fieldset .field {
  margin-bottom: 20px;
}

.pro-dhl .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.pro-dhl .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
  font-size: 11px;
  margin-bottom: 0;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-text > label {
  display: none;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 0;
  line-height: 24px;
  margin-bottom: 0 !important;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-text input.error.invalid {
  border-color: red;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-text input:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-select > label {
  color: #4c4c4c;
  font-size: 22px;
  margin-bottom: 0;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-select select {
  padding: 5px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bbbbbb;
  height: 55px;
  font-size: 22px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 100;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-select select.error.invalid {
  border-color: red;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-textarea > label {
  display: none !important;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-textarea legend {
  display: none !important;
}

.pro-dhl .hbspt-form fieldset .field.hs-fieldtype-textarea textarea {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  min-height: 272px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #717578;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.pro-dhl .hbspt-form fieldset .legal-consent-container {
  margin: 0 0 20px;
}

.pro-dhl .hbspt-form fieldset .legal-consent-container .hs-richtext p {
  color: #4c4c4c;
  font-size: 16px;
}

.pro-dhl .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list {
  list-style: none;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0;
}

.pro-dhl .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -5px;
}

.pro-dhl .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.pro-dhl .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.pro-dhl .hbspt-form .hs-main-font-element {
  font-size: 16px !important;
}

.pro-dhl .hbspt-form .hs_submit {
  text-align: center;
}

.pro-dhl .hbspt-form .hs_submit input.hs-button.primary.large {
  background: #f58220;
  color: #fff;
  border-color: #f58220;
  border-radius: 0;
  display: inline-block;
  height: 67px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5px;
  margin: 15px auto 0;
  max-width: 268px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
}

.pro-dhl .hbspt-form .hs_submit input.hs-button.primary.large:hover {
  background-color: #f58220;
  border-color: #f58220;
}

.pro-dhl .hbspt-form .hs_submit input.hs-button.primary.large:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  outline: none;
}

/* resource inner */

.single-resource .c-header__inner {
  background-color: #191919;
}

.single-resource .resource-inner-header {
  text-align: center;
}

.single-resource .resource-inner-header .heading {
  letter-spacing: -0.025em;
  font-weight: 600;
}

.single-resource .resource-inner-header .resource-text {
  font-family: "Axiforma", sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  max-width: 658px;
  margin-left: auto;
  margin-right: auto;
}

.single-resource .resource-inner-header .resource-text *:last-child {
  margin-bottom: 0;
}

.single-resource .resource-inner-main .resource-picture {
  display: block;
}

.single-resource .resource-inner-main .resource-picture .image {
  max-width: 100%;
}

.single-resource .resource-inner-main .form-heading {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #f15a2b;
  margin-bottom: 28px;
  text-align: center;
}

.single-resource .resource-inner-main .after-form-sections {
  margin-top: 40px;
}

.single-resource .resource-inner-main .after-form-sections .section-share-buttons {
  text-align: center;
}

.single-resource .resource-inner-main.type-story .video-container {
  margin: 0 auto;
  width: 640px;
  max-width: 100%;
  margin-bottom: 50px;
}

.single-resource .resource-inner-main.type-story .video-container .video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.single-resource .resource-inner-main.type-story .video-container .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-resource .resource-inner-main.type-story .content .content-item {
  margin-top: 30px;
}

.single-resource .resource-inner-main.type-story .content .content-item::before {
  content: '';
  display: block;
  margin: 42px 0;
  border-bottom: solid 2px #f15a2b;
  max-width: 480px;
}

.single-resource .resource-inner-main.type-story .content .content-item:first-child::before {
  content: unset;
  display: none;
}

.single-resource .resource-inner-main.type-story .content .content-item .heading {
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: "Axiforma", sans-serif;
}

.single-resource .resource-inner-main.type-story .content .content-item p {
  margin-bottom: 28px;
  line-height: 24px;
  font-size: 1rem;
}

.single-resource .resource-inner-main.type-story .content img {
  max-width: 100%;
}

.single-resource .resource-inner-main.type-story .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .single-resource .resource-inner-main.type-story .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-resource .resource-inner-main.type-story .share span,
.single-resource .resource-inner-main.type-story .share a {
  margin-left: 30px;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-resource .resource-inner-main.type-story .share svg {
  height: 20px;
  vertical-align: middle;
}

.single-resource .resource-inner-form-container {
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding: 47px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-resource .resource-inner-form-container .form-control:not(.btn-primary),
.single-resource .resource-inner-form-container .comment-form input:not(.btn-primary)[type="text"],
.comment-form .single-resource .resource-inner-form-container input:not(.btn-primary)[type="text"],
.single-resource .resource-inner-form-container .comment-form input:not(.btn-primary)[type="email"],
.comment-form .single-resource .resource-inner-form-container input:not(.btn-primary)[type="email"],
.single-resource .resource-inner-form-container .comment-form input:not(.btn-primary)[type="url"],
.comment-form .single-resource .resource-inner-form-container input:not(.btn-primary)[type="url"],
.single-resource .resource-inner-form-container .comment-form textarea:not(.btn-primary),
.comment-form .single-resource .resource-inner-form-container textarea:not(.btn-primary),
.single-resource .resource-inner-form-container .search-form .search-field:not(.btn-primary),
.search-form .single-resource .resource-inner-form-container .search-field:not(.btn-primary) {
  color: #555555;
  border-color: #b7b7b7;
  padding-top: 11px;
  padding-bottom: 11px;
}

.single-resource .resource-inner-form-container .btn-primary {
  font-family: "Axiforma", sans-serif;
  margin-top: 23px;
  padding: 14px 20px;
}

.single-resource .resource-inner-form-container .wpcf7-response-output:not(.wpcf7-display-none) {
  margin-top: 23px;
  text-align: center;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset {
  max-width: 100% !important;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset.form-columns-2 > div {
  float: none !important;
  width: 100% !important;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset.form-columns-2 > div input {
  width: 100%;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field {
  margin-bottom: 20px;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-text > label {
  display: none;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #b7b7b7;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-text input:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-textarea > label {
  display: none !important;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-textarea legend {
  display: none !important;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-textarea textarea {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #b7b7b7;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .field.hs-fieldtype-textarea textarea:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset ul.no-list.hs-error-msgs.inputs-list label {
  color: #4c4c4c;
  font-size: 0.9rem;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container {
  margin: 0 0 20px;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-richtext p {
  color: #4c4c4c;
  font-size: 18px;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-dependent-field {
  padding: 14px 14px 6px;
  border: 2px solid #b7b7b7;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-dependent-field .field {
  margin-bottom: 0;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list {
  list-style: none;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p {
  color: #4c4c4c;
  font-size: 18px;
  position: relative;
  top: -5px;
}

.single-resource .resource-inner-form-container .hbspt-form fieldset .legal-consent-container .hs-dependent-field label.hs-form-booleancheckbox-display {
  margin-bottom: 0 !important;
}

.single-resource .resource-inner-form-container .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.single-resource .resource-inner-form-container .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #4c4c4c;
}

.single-resource .resource-inner-form-container .hbspt-form .hs-main-font-element {
  font-size: 16px !important;
}

.single-resource .resource-inner-form-container .hbspt-form .hs_submit {
  text-align: center;
}

.single-resource .resource-inner-form-container .hbspt-form .hs_submit input.hs-button.primary.large {
  font-family: "Axiforma", sans-serif;
  border-color: #f15a2b;
  margin-top: 23px;
  padding: 14px 20px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background-color: #f15a2b;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  font-size: 1rem;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.single-resource .resource-inner-form-container .hbspt-form .hs_submit input.hs-button.primary.large:hover {
  background-color: #e7420f;
  border-color: #e7420f;
}

.single-resource .resource-inner-form-container .hbspt-form .hs_submit input.hs-button.primary.large:focus {
  background-color: #e7420f;
  border-color: #e7420f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
}

@media (max-width: 767.98px) {
  .single-resource .type-resource {
    background-color: #fff;
    padding-top: 90px;
  }

  .single-resource .resource-inner-header {
    padding-top: 58px;
    padding-bottom: 36px;
  }

  .single-resource .resource-inner-header .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .single-resource .resource-inner-main .resource-picture {
    text-align: center;
  }

  .single-resource .resource-inner-main .form-heading {
    margin-top: 52px;
  }

  .single-resource .resource-inner-footer .section-link .anchor {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .single-resource .type-resource {
    padding-top: 127px;
  }

  .single-resource .resource-inner-header {
    padding-top: 100px;
    padding-bottom: 86px;
  }

  .single-resource .type-resource,
  .single-resource .resource-inner-main .section-share-buttons,
  .single-resource .resource-inner-footer .section-link {
    background-color: #f9f9f9;
  }
}

@media (min-width: 992px) {
  .single-resource .resource-inner-header .heading {
    font-size: 50px;
    line-height: 1;
  }

  .single-resource .resource-inner-header .resource-text {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .success-stories .section-header {
    min-height: 640px;
    padding-bottom: 150px;
  }
}

/* facebook partners */

.page.facebook-partners footer {
  padding-bottom: 20px;
}

.page.facebook-partners footer .row > div:nth-of-type(2) {
  display: none;
}

.page.facebook-partners .c-card__inner:hover {
  cursor: default !important;
}

.page.facebook-partners .form-container {
  margin: 0 auto;
  max-width: 830px;
  width: 82%;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 {
  width: 100%;
  position: relative;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 > form > div:nth-child(11) > span > span {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 > form > div:nth-child(12) > div {
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row {
  margin-left: 0;
  margin-right: 0;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label input {
  width: 29px;
  min-width: 15px;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row label span {
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  padding-left: 10px;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .form-row:last-of-type {
  margin-top: 10px;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 input {
  font-family: 'Raleway', sans-serif;
  padding: 20px 0;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #6A6A6A !important;
  opacity: 0.7;
  font-weight: 100;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-submit {
  line-height: 1.5;
  margin-top: 20px;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-submit:hover {
  background-color: #f58220;
  border-color: #f58220;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid {
  border-bottom-color: red;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-not-valid-tip {
  color: red;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
  margin-top: -10px;
}

.page.facebook-partners .request-demo-pro-minisite .wpcf7 .wpcf7-mail-sent-ok {
  display: none !important;
}

.page.facebook-partners .support {
  background: #fbfbfb;
  padding: 60px 0;
  text-align: center;
}

.page.facebook-partners .support h2 {
  font-size: 50px;
  margin: 0 0 40px;
}

@media (max-width: 991px) {
  .page.facebook-partners .support h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.page.facebook-partners .support .col-lg-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page.facebook-partners .support .col-lg-8 div {
  margin: 2%;
  width: 26%;
}

.page.facebook-partners .support .col-lg-8 div img {
  max-height: 50px;
}

@media (max-width: 991px) {
  .page.facebook-partners .support .col-lg-8 div {
    margin: 3%;
    width: 44%;
  }
}

.page.facebook-partners .hbspt-form fieldset {
  max-width: 100% !important;
}

.page.facebook-partners .hbspt-form fieldset.form-columns-2 > div {
  float: none !important;
  width: 100% !important;
}

.page.facebook-partners .hbspt-form fieldset .field {
  margin-bottom: 20px;
}

.page.facebook-partners .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.page.facebook-partners .hbspt-form fieldset .field ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
  font-size: 11px;
  margin-bottom: 0;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-text > label {
  display: none;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-text input {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  border: 0;
  border-bottom: 1px solid #bbbbbb;
  padding: 15px 0;
  line-height: 24px;
  margin-bottom: 0 !important;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-text input.error.invalid {
  border-color: red;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-text input:focus {
  color: #4c4c4c;
  background-color: transparent;
  border-color: #717578;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-select > label {
  color: #4c4c4c;
  font-size: 22px;
  margin-bottom: 0;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-select select {
  padding: 5px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #bbbbbb;
  height: 55px;
  font-size: 22px;
  line-height: 24px;
  color: #4c4c4c;
  font-weight: 100;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-select select.error.invalid {
  border-color: red;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-textarea > label {
  display: none !important;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-textarea legend {
  display: none !important;
}

.page.facebook-partners .hbspt-form fieldset .field.hs-fieldtype-textarea textarea {
  display: block;
  width: 100%;
  padding: 14px 14px;
  font-size: 1rem;
  line-height: 24px;
  min-height: 272px;
  color: #4c4c4c;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #717578;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.page.facebook-partners .hbspt-form fieldset .legal-consent-container {
  margin: 0 0 20px;
}

.page.facebook-partners .hbspt-form fieldset .legal-consent-container .hs-richtext p {
  color: #4c4c4c;
  font-size: 16px;
}

.page.facebook-partners .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list {
  list-style: none;
  line-height: 1.4;
  margin-top: 20px;
  padding: 0;
}

.page.facebook-partners .hbspt-form fieldset .legal-consent-container .hs-dependent-field ul.inputs-list p {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -5px;
}

.page.facebook-partners .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

.page.facebook-partners .hbspt-form ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.page.facebook-partners .hbspt-form .hs-main-font-element {
  font-size: 16px !important;
}

.page.facebook-partners .hbspt-form .hs_submit {
  text-align: center;
}

.page.facebook-partners .hbspt-form .hs_submit input.hs-button.primary.large {
  background: #f58220;
  color: #fff;
  border-color: #f58220;
  border-radius: 0;
  display: inline-block;
  height: 67px;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.5px;
  margin: 15px auto 0;
  max-width: 268px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
}

.page.facebook-partners .hbspt-form .hs_submit input.hs-button.primary.large:hover {
  background-color: #f58220;
  border-color: #f58220;
}

.page.facebook-partners .hbspt-form .hs_submit input.hs-button.primary.large:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(241, 90, 43, 0.5);
  outline: none;
}

.page-template-calendar-lp .clp-hero-title {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.page-template-calendar-lp .clp-hero-title .heading {
  text-align: left;
  max-width: 50%;
}

.page-template-calendar-lp .clp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
}

.page-template-calendar-lp .clp-wrapper .clp-content-wrapper {
  margin: 30px 30px 0 0;
  max-width: 50%;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper {
  padding: 20px 40px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px -10px;
          box-shadow: 0 0 30px -10px;
  margin-top: -100px;
  max-width: 50%;
  font-size: 14px;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .form-row {
  margin-top: 15px;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .form-row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .form-control,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="text"],
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="text"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="email"],
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="email"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="url"],
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="url"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form textarea,
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper textarea,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .search-form .search-field,
.search-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper .search-field {
  border: none;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .form-control .wpcf7-exclusive-checkbox,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="text"] .wpcf7-exclusive-checkbox,
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="text"] .wpcf7-exclusive-checkbox,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="email"] .wpcf7-exclusive-checkbox,
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="email"] .wpcf7-exclusive-checkbox,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form input[type="url"] .wpcf7-exclusive-checkbox,
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="url"] .wpcf7-exclusive-checkbox,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .comment-form textarea .wpcf7-exclusive-checkbox,
.comment-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper textarea .wpcf7-exclusive-checkbox,
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper .search-form .search-field .wpcf7-exclusive-checkbox,
.search-form .page-template-calendar-lp .clp-wrapper .clp-form-wrapper .search-field .wpcf7-exclusive-checkbox {
  padding-left: 0;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="text"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="email"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="url"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="tel"],
.page-template-calendar-lp .clp-wrapper .clp-form-wrapper textarea {
  border: 1px solid #e3e4e5 !important;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 14px;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper select {
  border: 1px solid #e3e4e5 !important;
  border-radius: 3px;
  padding: 0 5px;
  height: 54px;
  font-size: 14px;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="checkbox"] {
  margin-right: 10px;
}

.page-template-calendar-lp .clp-wrapper .clp-form-wrapper input[type="checkbox"] + span {
  margin-right: 10px;
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 767.98px) {
  .page-template-calendar-lp .clp-hero-title {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .page-template-calendar-lp .clp-hero-title .heading {
    max-width: 100%;
    text-align: center;
  }

  .page-template-calendar-lp .clp-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-template-calendar-lp .clp-wrapper .clp-content-wrapper {
    max-width: 100%;
  }

  .page-template-calendar-lp .clp-wrapper .clp-form-wrapper {
    max-width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-template-calendar-lp .clp-hero-title .heading {
    max-width: 50%;
  }

  .page-template-calendar-lp .clp-content-wrapper {
    max-width: 50%;
  }

  .page-template-calendar-lp .clp-content-wrapper {
    max-width: 50%;
    margin-top: -180px;
  }
}

@media (min-width: 992px) {
  .page-template-calendar-lp {
    padding-top: 100px;
    min-height: 368px;
  }
}

.error404 .c-header .c-header__inner {
  background: #282828;
  position: static;
}

.error404 .content-404 {
  max-width: 450px;
  margin: 100px auto;
  text-align: center;
}

.error404 .content-404 h2 {
  font-size: 110px;
  color: #ef5826;
}

.error404 .content-404 h4 {
  font-size: 30px;
  font-weight: 500;
}

.error404 .content-404 a {
  background-color: #ef5826;
  color: #fff;
  padding: 15px 50px;
  font-size: 25px;
  display: block;
  width: 340px;
  margin: 40px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 10px -4px #ccc;
          box-shadow: 0 10px 10px -4px #ccc;
  text-decoration: none !important;
}

.template-calculator form.hs-form {
  position: relative;
}

.template-calculator form.hs-form[data-step='1'],
.template-calculator form.hs-form:not([data-step]) {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 70%;
}

@media (max-width: 767.98px) {
  .template-calculator form.hs-form[data-step='1'],
  .template-calculator form.hs-form:not([data-step]) {
    width: 100%;
  }
}

.template-calculator #form-container .input {
  position: relative;
  z-index: 2;
}

.template-calculator #form-container input[type='radio'],
.template-calculator #form-container input[type='checkbox'] {
  cursor: pointer;
}

.template-calculator #form-container:not([data-step]) .terms {
  display: block !important;
}

.template-calculator #form-container[data-step=''] #ge-back,
.template-calculator #form-container[data-step='1'] #ge-back {
  display: none !important;
}

.template-calculator #form-container .hs_error_rollup {
  display: none;
}

.template-calculator #form-container #nextNote {
  display: inline-block;
  color: #999;
  font-size: 16px;
  position: relative;
  padding-top: 16px;
  padding-left: 20px;
}

.page-template-template-calculator {
  height: 100%;
  background-color: #000;
  position: relative;
}

.page-template-template-calculator::before {
  content: '';
  background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  z-index: -1;
}

.page-template-template-calculator [data-step="11"] #ge-back {
  display: none !important;
}

.page-template-template-calculator .c-header__inner {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.page-template-template-calculator main.ge-calculator {
  margin-bottom: 50px;
  max-width: 1300px;
  /**
    * PAGES
    * -------------------------------------------
    */
  /* -------------------------------------------- */
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.page-template-template-calculator main.ge-calculator #welcome-banner,
.page-template-template-calculator main.ge-calculator #form-container {
  margin-top: 150px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16.2px 1.8px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 16.2px 1.8px rgba(0, 0, 0, 0.23);
  background-color: rgba(35, 40, 44, 0.9);
  position: relative;
  min-height: 75vh;
  color: #d0d0d0;
  font-family: Axiforma, sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner,
  .page-template-template-calculator main.ge-calculator #form-container {
    margin-top: 90px;
    border-radius: 0;
    min-height: calc(100vh - 90px);
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner,
  .page-template-template-calculator main.ge-calculator #form-container {
    margin-top: 75px;
    min-height: calc(100vh - 75px);
  }
}

@media screen and (max-height: 800px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner,
  .page-template-template-calculator main.ge-calculator #form-container {
    margin-top: 100px;
  }

  .page-template-template-calculator main.ge-calculator #welcome-banner #ge-actions,
  .page-template-template-calculator main.ge-calculator #form-container #ge-actions {
    margin-top: 0;
  }
}

.page-template-template-calculator main.ge-calculator #welcome-banner::before,
.page-template-template-calculator main.ge-calculator #form-container::before {
  content: '';
  background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/card-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner::before,
  .page-template-template-calculator main.ge-calculator #form-container::before {
    opacity: 0.7;
  }
}

.page-template-template-calculator main.ge-calculator .orange-text {
  color: #ef592b;
}

.page-template-template-calculator main.ge-calculator #welcome-banner {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-template-template-calculator main.ge-calculator #welcome-banner h1 {
  font-weight: normal;
  font-size: 60px;
}

.page-template-template-calculator main.ge-calculator #welcome-banner p {
  font-size: 36px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
}

.page-template-template-calculator main.ge-calculator #welcome-banner p::after {
  content: '';
  width: 130px;
  height: 4px;
  opacity: 0.17;
  border-radius: 2px;
  background-color: #fff;
  display: block;
  margin: 70px auto;
}

.page-template-template-calculator main.ge-calculator #welcome-banner #startButton {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
  background-color: #ef592b;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  color: #fff;
  padding: 16px 54px;
  border: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner #startButton {
    font-size: 19px;
    padding: 12px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner #startButton {
    font-size: 21px;
    padding: 12px 30px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner h1 {
    color: #ef592b;
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #welcome-banner h1 {
    font-size: 30.8px;
    color: #ef592b;
  }

  .page-template-template-calculator main.ge-calculator #welcome-banner p {
    font-size: 18px;
  }

  .page-template-template-calculator main.ge-calculator #welcome-banner p::after {
    width: 80px;
    margin: 40px auto;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-header {
  color: #fff;
  padding: 25px 80px;
  background-color: #e25825;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC0YAAAD+BAMAAABWuOnrAAAAElBMVEUAAAD///////////////////8+Uq06AAAABnRSTlMAEwYQDAmlwuHHAAAI3UlEQVR42uzd3WnDMBSAUVHoACYeQJRkgFJ3gLjOe3DS/Vcp+XFtJ+qzbuHo6XgBIy58V2l9dsMwZkRErMrzRfN5+c53nJrNiIiIVXnu+iumz4/Dnbv3BhERa/NjTPM5Ne10kf5CRMT67BbTju375pARETEO+5umX/aIiIiBmC+YxyAZERHjcHmRPjXtERERA3E1kW56REQMyBRn/oKIiBPXF+lDRkTEOOxTenlLcdIaRESc2ab0GqCnQUTEAjc5bbsAPQ0iIhbYp22IngYREZ/Zp23T/s4+EBExErv0GmLogoiIzxwWLQsiIsbiebFdCRERY3EXp6dBRMRHxtnwhIiIK9aPaBAR8U/Oa0oRETEgp+1KiIgYjynOhidERLzRRBoR8T8wTE+DiIiPjNPTICLiI6uvdUJExDI9Z4iIGJ2Xs9s3nxkREWNxMfs4IiJiLI5pfoEWERFjcchxehpERFxzXz2iQUTEMvu0rx7RICJimW3a149oEBGxyDYtspYvRESMxE2IiAYREUvsrr/s8fqBiIixOMR4sQsREQt8qx/RICJiiTEiGvxh745uGoahMIxaSAxQtQNEIAZAtAMkdIAqsP8sCFHiNnWf/Vc6b2cCP1z7u0ZEvKWdd4iI6UwZuiAi4kLfGSIiPgLPR/aEiIiB7L/WCRERb+g7Q0TEfIYMXRARcc3+a50QEfEua9YyICJiHs+zj2lARMQsvuT0NIiIuOJF1nJARMQsHk85G54QEfGa790jGkREvMexe0SDiIhtHsq4qVkLIiImcVde+0c0iIjY5LY8B0Q0iIjY4kd5+vxvWRARMYvHjLVOiIjY4NvfkT3/GhERw9g/okFExCYjIhpERGxzeY03ISJiIAPWOiEiYpP1Nd6AiIh5jOlpEBHRd4aIiI/ElJ4GERHXzOlpEBFxzfoab0ZExDymDF0QEXHFoR7ZiIgYxrlOpCdERMzicc7paRAR8ZKnMnaPaBARsc2pjNu6aAkREZO4K+NmWi4RERExibvytdkvWQsiIiZxGxHRICJii/uItU6IiNjid/+IBhF/2LtjnIaBKIqi07CACNNbgSwgQlmAo6S3QOx/KxRBMR7GtPMiHVdnBS6edP8gbnDfP6JBRMQ13bxDRHwElpyeBhERPWeIiPg4/Nk+ZkREzONt+9idERExkDE9DSIirrn8sq8jIiLmMaWnQUTEX/ScISJiPm/bxzAiImIeU3oaRESsuF9+2R+IiJjF7hENIiJu8jLn9DSIiLjmsXtEg4iIW5y6n3VCRMQ2T2VKGV0QEbHiUF77RzSIiNjkc3lato8DIiIm8T3irBMiIrZ46R/RICLiBg8powsiIv5lyFknRESsubQsIyIi5jFldEFExJr9IxpERGzz/h2m3WlERMQ89j/rhIiITXaPaBAR8R/m9DSIiFhxOVN6HRERMY8pPQ0iItbM6WkQEbHisn0MiIgYxq8xp6dBRMQ1L0vWMiAiYhLncgx4sQsREVs8l6l7RIOIiG2+lOnesrwdERExiUP57H/WCRERmxxSRhdERPxm746NGgaiKIpuCxpErjFQgMe4AAk79xjcfyskRkLyOt4XnOxUsMEb3a8HfkZENIiIWONPxlknRESscJdx1gkREWtsH9EgImKVy9d4V0REzGPCWSdERKxxebIHRETM4337mBARMZAxPQ0iIq44L9Jjdx4QETGP96zlgoiIeUzpaRAR8YE5PQ0iIm44Zy3dGRERw7grOReeEBFxzVvJ6WkQEXHN07J99IiImMVD87NOiIhY51TG5hENIiLWeSxjd/zLWhARMYp9eev6OWtBRMQkvpT3uWVBRMQsHlJGF0REfOCpfUSDiIhP+NE+okFExGdsH9EgImKVERENIiLW2T6iQUTEKlf/Bb8iImIeU0YXRETccnmyB0REzGNMT4OIiFvm9DSIiLjlsn0MiIiYx5SeBhERt5yf7AkREcM4LNsHIiKG8Tbk9DSIiLjm1zVndEFExP+8lH3ziAYREeucyr55RIOIiHW+ljFldEFExA378t0+osFf9u7gNmEgCgLotoDiAiwiCogQBZjA3SJJ/61EWYhMzJLrzuHdnhvYw8gzHxGxyaHsps1hrF+IiJjFU80+5vqBiIhZ/MyYdUJExAZ3/Us0iIj4jPXJvq4rISJiGEtOnwYREX/pnCEiYj6v2ccwIiJiHnP6NIiI+JfLk31BRMQ8plzsQkTEB+b0aRARcc2cPg0iIq7ZfdYJERGblEgjImZzm9OnQUTEFS93h7MQETGLp+6zToiI+Iz77iUaRERs81imYck+EBEximXqP+uEiIhNDuV1GVr6QETEJL6khC6IiPjAfUSJBhERWzzV7ONQn2xERMzi9tplmX+MiIhZDCjRICJikxElGkREbHKZKT2PiIiYx4BZJ0REbLF/iQYREZ+ye4kGERH/YU6fBhER7+mcISJiOmv2MW3OIyIi5vGWfcyIiJjH2994R0REDOM2J3RBRMQVv5ahpTMiImbx/ZLTp0FExHvO5a17iQYREds8lmlYhpYQ8Zu9O7hREAigMMxlCyCyd2JiB1oAaAEb1/5r2YTogjB4nXf4OH00wOGRfwYxid/NUD+iQUTEIrvmt+1e2wciIkbx0HxljC6IiLjhOeJYJ0RELPExbR/j9IKIiFk81Y9oEBFxj/UjGkRELHNuWRARMY+vlgUREQP53D56RETMY05Pg4iI7ww41gkREXdYPaJBRMQPzOlpEBFxQYs0ImI+U3oaRETccHpOQ3vpERExi4vt4wcREbN4/1+k2xEREbN463N6GkREfOcw/0RsERExiWMzVI9oEBGxzK4Z6kc0iIhYZNcsspYrIiIm8RAR0SAiYonn6ZN9n14QETGLt4wbuxARscBj/YgGERFLzIhoEBFxS2feISKmM2V0QUTEBV1niIiYz+cne0RExEDWP9YJERE3dJ0hImI+Q0YXRERcs/6xToiIuMs5a+kRETGPKaMLIiKueMzpaRARccVF1nJBRMQsPvrX2nG9ISLi3wYVEwCM4VaNg/6uYQAAAABJRU5ErkJggg==);
  background-position: center center;
  background-repeat: repeat-x;
  position: relative;
  background-size: 100%;
}

@media (min-width: 992px) {
  .page-template-template-calculator main.ge-calculator .ge-form-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator .ge-form-header {
    padding: 25px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-header #ge-back {
    left: 17px !important;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-header__title {
  font-size: 24px;
  font-weight: normal;
}

.page-template-template-calculator main.ge-calculator .ge-form-header p {
  color: #272c30;
  font-size: 16px;
  margin-bottom: 0;
}

.page-template-template-calculator main.ge-calculator .ge-form-header__bar {
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #b6481f;
  bottom: 0;
  left: 0;
}

.page-template-template-calculator main.ge-calculator .ge-form-header__bar span {
  display: block;
  height: 100%;
  width: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #77331a;
}

.page-template-template-calculator main.ge-calculator .ge-form-header #ge-back {
  position: absolute;
  top: 25px;
  left: 50px;
  display: none;
}

.page-template-template-calculator main.ge-calculator .ge-form-header #ge-back img {
  width: 16px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-header__title {
    font-size: 14px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-header p {
    font-size: 13px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body {
  padding: 35px 80px;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body {
    padding: 35px 40px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body {
    padding: 35px 20px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body h2 {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 4px rgba(255, 255, 255, 0.17);
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body h2 {
    font-size: 20px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-form-field {
  margin-bottom: 35px;
  position: relative;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body .hs-form-field {
    width: 100%;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-input {
  background-color: #1f1f1f;
  border: solid 2px transparent;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  font-weight: normal;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-input.invalid {
  border-color: #f00;
}

.page-template-template-calculator main.ge-calculator .ge-form-body label {
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  padding-left: 15px;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-error-msgs {
  list-style: none;
  padding-left: 0;
  position: static;
  bottom: 0;
  z-index: 2;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-error-msgs label {
  font-size: 14px;
  color: #f15a2b;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-error-msgs li {
  display: none;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .hs-error-msgs li:first-child {
  display: block;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list {
  list-style: none;
  padding-left: 0;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display {
  padding-left: 0;
  position: relative;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display .hs-input,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display .hs-input {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display span,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display span::before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background-color: #1f1f1f;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding: 4px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display span::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 18px;
  height: 18px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display span::after,
  .page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display span::after {
    left: 2px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display .hs-input:checked ~ span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display .hs-input:checked ~ span::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAMAAABMZWaEAAAARVBMVEUAAADvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWSvvWizEvqUqAAAAFnRSTlMAl4GQZTDVn4t3bFlINhfp0MFRPSQKof1J1wAAAGBJREFUGNO1z0kSgCAMRNEGJ0TAOfc/qgYsqBRueSvy2SRoZtlH+5N7IhrrbOk1VXkm5sEGpYPIQxpUfmqu6kKy8XTmHMoGzMHEfAPyo4tZnkKfDtJRsuQ4G9T8tGo08AA1nQc9G7YndwAAAABJRU5ErkJggg==);
}

.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-radio-display .hs-input[type='radio'] ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body .inputs-list .hs-form-checkbox-display .hs-input[type='radio'] ~ span::before {
  border-radius: 50%;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='2'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='5'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='8'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='10'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='11'] label[class='']:nth-of-type(1) {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 4px rgba(255, 255, 255, 0.17);
  display: block;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='2'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='5'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='8'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='10'] label[class='']:nth-of-type(1),
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='11'] label[class='']:nth-of-type(1) {
    font-size: 20px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='2'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='5'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='8'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='10'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='11'] legend {
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #969798;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] label[class='']:nth-of-type(1),
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] label[class='']:nth-of-type(1) {
  padding-bottom: 65px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] legend,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] legend {
  position: absolute;
  top: 50px;
  left: 15px;
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:first-child,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:first-child,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:first-child,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:first-child {
  margin-right: 28px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li label,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li label,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li label,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li label {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li .hs-input,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li .hs-input,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li .hs-input,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li .hs-input {
  width: 210px;
  height: 210px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: transparent;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span {
    margin-bottom: 30px;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span::before {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #1f1f1f;
  background-repeat: no-repeat;
  width: 210px;
  height: 210px;
  border: solid 3px transparent;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span::before {
    width: 45vw;
    height: 45vw;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span::after {
  content: '';
  position: relative;
  background-color: #1b1d1e;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 160px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: -60px;
  font-size: 29px;
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li span::after,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li span::after,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li span::after,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li span::after {
    width: 35vw;
    height: 35vw;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li .hs-input[type='radio'] ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li .hs-input[type='radio'] ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li .hs-input[type='radio'] ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li .hs-input[type='radio'] ~ span::before {
  border-radius: 10px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li .hs-input[type='radio']:checked ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li .hs-input[type='radio']:checked ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li .hs-input[type='radio']:checked ~ span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li .hs-input[type='radio']:checked ~ span::before {
  border-color: #ca4e28;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li .hs-input:checked ~ span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li .hs-input:checked ~ span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li .hs-input:checked ~ span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li .hs-input:checked ~ span::after {
  background-image: none;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(1) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(1) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(1) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(1) span::before {
  background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/yes.png);
  background-position: -7px 48px;
  background-size: 144px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(1) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(1) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(1) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(1) span::before {
    background-size: 34vw;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(1) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(1) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(1) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(1) span::after {
  content: 'Yes';
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(2) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(2) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(2) span::before,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(2) span::before {
  background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/no.png);
  background-position: 58px 60px;
  background-size: 120px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(2) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(2) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(2) span::before,
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(2) span::before {
    background-position: 56px 52px;
    background-size: 28vw;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="2"] ul.inputs-list li:nth-child(2) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="5"] ul.inputs-list li:nth-child(2) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="8"] ul.inputs-list li:nth-child(2) span::after,
.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step="10"] ul.inputs-list li:nth-child(2) span::after {
  content: 'No';
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] {
    position: relative;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3']::before {
    content: '';
    background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/world.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 370px;
    z-index: 1;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 150px 60px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list::before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 50px;
    background-color: #191919;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list::after {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: var(--ge-width);
    height: 8px;
    border-radius: 50px;
    background-color: #f06337;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label {
    font-size: 14px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    top: -18px;
    z-index: 5;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label span {
    position: absolute;
    top: -40px;
    border-radius: 6px;
    background-color: #191919;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 14px 7px;
    left: 0;
    -webkit-transform: translate(-50%);
         -o-transform: translate(-50%);
            transform: translate(-50%);
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label span::before {
    position: absolute;
    top: 49px;
    left: calc(50% - 10px);
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label span::after {
    border-radius: 4px;
    background-color: #191919;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 22px;
    left: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label .hs-input:checked ~ span {
    background-color: #f06337;
    font-weight: bold;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label .hs-input:checked ~ span::before {
    background-color: #fff;
    border: solid 8px #f06337;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li label .hs-input:checked ~ span::after {
    background-color: #f06337;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li:nth-child(2n) label span {
    top: 60px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li:nth-child(2n) label span::before {
    top: -51px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li:nth-child(2n) label span::after {
    top: -5px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul.inputs-list li.orange-dot label span::before {
    background-color: #f06337;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label span {
    background: #191919;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 50px;
    width: 230px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label span::before {
    position: absolute;
    left: -50px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label span::after {
    left: -6px !important;
    background: #191919;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px !important;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label input:checked ~ span {
    background-color: #f06337;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label input:checked ~ span::before {
    background-color: #fff;
    border: solid 6px #f06337;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='3'] ul li label input:checked ~ span::after {
    background-color: #f06337;
    background-image: none;
  }
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] {
    position: relative;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4']::before {
    content: '';
    background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/world.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
    height: 370px;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6'] {
    position: relative;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='6']::before {
    content: '';
    background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/currencies.png);
    background-size: 37%;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: -70px;
    left: 0;
    bottom: 0;
    height: 450px;
    z-index: 1;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'] {
  position: relative;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7']::before {
  content: '';
  background-image: url(/wp-content/themes/globale/dist/images/pages/calculator/plane.png);
  background-size: 47%;
  background-position: center right;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  right: -80px;
  left: 0;
  bottom: 0;
  height: 372px;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media (max-width: 991.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7']::before {
    background-size: contain;
    top: 45px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7']::before {
    background-size: 77%;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='7'].calc-show-bg::before {
  opacity: 1;
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    max-height: 340px;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='4'] ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='9'] ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='1'].hs-fieldtype-radio {
  cursor: pointer;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='1'].hs-fieldtype-radio label {
  border-bottom: solid 3px #1f1f1f;
  width: 100%;
  display: block;
  padding-bottom: 14px;
  margin-bottom: 7px;
}

.page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='1'].hs-fieldtype-radio li label {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: .5rem;
}

@media (min-width: 768px) {
  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='1'].hs-fieldtype-radio {
    position: absolute;
    top: 0;
    right: -40%;
    width: 30%;
  }

  .page-template-template-calculator main.ge-calculator .ge-form-body [ge-step='1'].hs-form-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 30px;
  }
}

.page-template-template-calculator main.ge-calculator #ge-consent {
  margin-right: 80px;
  margin-left: 80px;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #ge-consent {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #ge-consent {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page-template-template-calculator main.ge-calculator #ge-actions {
  color: #fff;
  font-weight: normal;
  font-size: 26px;
  padding: 35px 0;
  margin-top: 30px;
  border-top: solid 4px rgba(255, 255, 255, 0.17);
  margin-right: 80px;
  margin-left: 80px;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #ge-actions {
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #ge-actions {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    display: block;
  }
}

.page-template-template-calculator main.ge-calculator #ge-actions .terms {
  font-size: 12px;
  text-align: left;
  color: #a09f9f;
  width: 70%;
  display: none;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #ge-actions .terms {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.page-template-template-calculator main.ge-calculator #ge-actions #ge-next {
  border-radius: 10px;
  background-color: #1a1c1d;
  color: #6d6c6d;
  padding: 15px 30px;
  font-size: 17px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-template-template-calculator main.ge-calculator #ge-actions #ge-next:not([disabled]) {
  background-color: #f06337;
  color: #fff;
  position: relative;
  z-index: 10;
}

.page-template-template-calculator main.ge-calculator #ge-actions #ge-next:not([disabled]):hover {
  background-color: #da5814;
  cursor: pointer;
}

.page-template-template-calculator main.ge-calculator .hs_calculator_pdf {
  display: none;
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"],
.page-template-template-calculator main.ge-calculator #notSellingOnline {
  min-height: unset;
  background-color: rgba(35, 40, 44, 0.5);
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-container,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-container {
  background-color: rgba(35, 40, 44, 0.6);
  padding: 50px 80px;
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-form-body,
.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] #ge-back,
.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__ge-actions,
.page-template-template-calculator main.ge-calculator #notSellingOnline .ge-form-body,
.page-template-template-calculator main.ge-calculator #notSellingOnline #ge-back,
.page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__ge-actions {
  display: none;
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step,
.page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step {
  padding: 0;
  text-align: center;
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step h2,
.page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step h2 {
  font-weight: 500;
  color: #ef592b;
  font-size: 46px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step h2,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step h2 {
    font-size: 36px;
  }
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step p,
.page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step p {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step p,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step p {
    font-size: 14px;
  }

  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .ge-calculator__last-step p br,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .ge-calculator__last-step p br {
    display: none;
  }
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta {
  padding: 35px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta {
    display: block;
    text-align: center;
  }
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta img,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta img {
  height: 30px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta img,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta img {
    height: 20px;
  }
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta p,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta p {
  text-align: left;
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta p,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta p {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta p,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta p {
    text-align: center;
  }
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta .last-step-cta-btn,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta .last-step-cta-btn {
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  -webkit-transition: .3;
  -o-transition: .3;
  transition: .3;
}

.page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta .last-step-cta-btn:hover,
.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta .last-step-cta-btn:hover {
  color: #f15a2b;
}

@media screen and (max-width: 1024px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta .last-step-cta-btn,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta .last-step-cta-btn {
    padding: 15px 30px;
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-template-template-calculator main.ge-calculator #form-container[data-step="11"] .last-step-cta .last-step-cta-btn,
  .page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-cta .last-step-cta-btn {
    margin-top: 30px;
    display: block;
  }
}

.page-template-template-calculator main.ge-calculator #notSellingOnline h2 {
  margin-bottom: 40px;
}

.page-template-template-calculator main.ge-calculator #notSellingOnline .last-step-container {
  padding: 100px 80px;
}

.page-template-template-calculator main.ge-calculator #form-container:not([data-step]) #ge-actions {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-template-calculator .hs-form-checkbox .disabled {
  opacity: 0.5;
}

.page-template-template-calculator .hs_submit {
  display: none;
}

.page-template-template-calculator .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.page-template-template-calculator .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f15a2b;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
       -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.page-template-template-calculator .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
       -o-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.page-template-template-calculator .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
       -o-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.page-template-template-calculator .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
       -o-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.page-template-template-calculator .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
       -o-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-o-keyframes lds-ellipsis1 {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-o-keyframes lds-ellipsis3 {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }

  100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@-o-keyframes lds-ellipsis2 {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }

  100% {
    -o-transform: translate(19px, 0);
       transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(19px, 0);
         -o-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

body.aws-partnership-page,
body.aws-partnership,
body.page-aws-partnership-data {
  font-family: 'Axiforma', sans-serif;
}

@media (min-width: 768px) {
  body.aws-partnership-page .section-hero .heading,
  body.aws-partnership .section-hero .heading,
  body.page-aws-partnership-data .section-hero .heading {
    max-width: 900px;
    font-size: 41px;
    line-height: 58px;
    font-weight: 600;
    margin-top: 62px;
  }

  body.aws-partnership-page .section-hero,
  body.aws-partnership .section-hero,
  body.page-aws-partnership-data .section-hero {
    min-height: 635px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.aws-partnership-page .section-hero,
  body.aws-partnership .section-hero,
  body.page-aws-partnership-data .section-hero {
    min-height: 978px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.aws-partnership-page .section-hero .heading,
  body.aws-partnership .section-hero .heading,
  body.page-aws-partnership-data .section-hero .heading {
    font-size: 36px;
    line-height: 49px;
    margin-top: 47px;
    margin-bottom: 170px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  body.aws-partnership-page .section-hero .heading,
  body.aws-partnership .section-hero .heading,
  body.page-aws-partnership-data .section-hero .heading {
    max-width: 700px;
    font-size: 31px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.aws-partnership-page .section-text .content,
  body.aws-partnership .section-text .content,
  body.page-aws-partnership-data .section-text .content {
    padding-top: 67px;
    padding-bottom: 30px;
  }

  body.aws-partnership-page .section-stories,
  body.aws-partnership .section-stories,
  body.page-aws-partnership-data .section-stories {
    padding-top: 16px;
  }

  body.aws-partnership-page .section-stories .heading,
  body.aws-partnership .section-stories .heading,
  body.page-aws-partnership-data .section-stories .heading {
    margin-top: 50px;
  }

  body.aws-partnership-page .section-stories a.card.story,
  body.aws-partnership .section-stories a.card.story,
  body.page-aws-partnership-data .section-stories a.card.story {
    padding: 12px 6px;
    margin: 0 27px;
  }
}

body.aws-partnership-page .section-hero .top-image,
body.aws-partnership .section-hero .top-image,
body.page-aws-partnership-data .section-hero .top-image {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  body.aws-partnership-page .section-hero .heading,
  body.aws-partnership .section-hero .heading,
  body.page-aws-partnership-data .section-hero .heading {
    font-size: 35px;
  }
}

body.aws-partnership-page .section-text,
body.aws-partnership .section-text,
body.page-aws-partnership-data .section-text {
  background-image: url(/wp-content/themes/globale/dist/images/watermark/watermark-aws-partner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.aws-partnership-page .section-text .container,
body.aws-partnership .section-text .container,
body.page-aws-partnership-data .section-text .container {
  max-width: 1579px;
}

body.aws-partnership-page .section-text .heading,
body.aws-partnership .section-text .heading,
body.page-aws-partnership-data .section-text .heading {
  text-align: center;
  font-weight: 600;
}

body.aws-partnership-page .section-text .copy,
body.aws-partnership .section-text .copy,
body.page-aws-partnership-data .section-text .copy {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  max-width: 100%;
}

body.aws-partnership-page .section-text .copy p,
body.aws-partnership .section-text .copy p,
body.page-aws-partnership-data .section-text .copy p {
  line-height: 40px;
  margin-top: 40px;
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
  body.aws-partnership-page .section-text .copy p,
  body.aws-partnership .section-text .copy p,
  body.page-aws-partnership-data .section-text .copy p {
    line-height: 23px;
    font-size: 1rem;
  }
}

body.aws-partnership-page .c-rightsolution .c-cards,
body.aws-partnership .c-rightsolution .c-cards,
body.page-aws-partnership-data .c-rightsolution .c-cards {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  body.aws-partnership-page .c-rightsolution .c-card-outer:hover a span,
  body.aws-partnership .c-rightsolution .c-card-outer:hover a span,
  body.page-aws-partnership-data .c-rightsolution .c-card-outer:hover a span {
    color: #fff;
  }
}

body.aws-partnership-page .c-rightsolution .c-rightsolution__text,
body.aws-partnership .c-rightsolution .c-rightsolution__text,
body.page-aws-partnership-data .c-rightsolution .c-rightsolution__text {
  font-size: 15px;
  padding-bottom: 30px;
}

body.aws-partnership-page .c-rightsolution .c-bottombar,
body.aws-partnership .c-rightsolution .c-bottombar,
body.page-aws-partnership-data .c-rightsolution .c-bottombar {
  display: none;
}

body.aws-partnership-page .c-rightsolution a,
body.aws-partnership .c-rightsolution a,
body.page-aws-partnership-data .c-rightsolution a {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.aws-partnership-page .c-rightsolution a span,
body.aws-partnership .c-rightsolution a span,
body.page-aws-partnership-data .c-rightsolution a span {
  position: relative;
  bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  color: #3f4246;
  margin-right: 8px;
}

@media (min-width: 992px) {
  body.aws-partnership-page .section-stories,
  body.aws-partnership .section-stories,
  body.page-aws-partnership-data .section-stories {
    margin-bottom: -15px;
  }
}

body.aws-partnership-page .section-stories .heading,
body.aws-partnership .section-stories .heading,
body.page-aws-partnership-data .section-stories .heading {
  text-align: center;
  font-weight: 600;
  color: #3b3e41;
  margin-bottom: 63px;
}

body.aws-partnership-page .section-stories .background,
body.aws-partnership .section-stories .background,
body.page-aws-partnership-data .section-stories .background {
  background-size: cover;
}

body.aws-partnership-page .section-stories .top-picture,
body.aws-partnership .section-stories .top-picture,
body.page-aws-partnership-data .section-stories .top-picture {
  margin-bottom: 37px;
}

body.aws-partnership-page .section-stories .stories .card-deck,
body.aws-partnership .section-stories .stories .card-deck,
body.page-aws-partnership-data .section-stories .stories .card-deck {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.aws-partnership-page .section-stories .stories .card-img-top,
body.aws-partnership .section-stories .stories .card-img-top,
body.page-aws-partnership-data .section-stories .stories .card-img-top {
  height: 120px;
  padding-top: 15px;
}

@media (min-width: 992px) {
  body.aws-partnership-page .section-stories .stories .text,
  body.aws-partnership .section-stories .stories .text,
  body.page-aws-partnership-data .section-stories .stories .text {
    margin-top: 45px;
  }

  body.aws-partnership-page .section-stories .stories .cta,
  body.aws-partnership .section-stories .stories .cta,
  body.page-aws-partnership-data .section-stories .stories .cta {
    margin-bottom: 28px;
    font-size: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 300px;
    width: 340px;
  }

  body.aws-partnership-page .section-stories .stories .cta span,
  body.aws-partnership .section-stories .stories .cta span,
  body.page-aws-partnership-data .section-stories .stories .cta span {
    font-weight: 200;
    font-size: 36px;
  }
}

@media (max-width: 1000px) {
  body.aws-partnership-page .stories .cta,
  body.aws-partnership .stories .cta,
  body.page-aws-partnership-data .stories .cta {
    top: 354px;
  }
}

@media (max-width: 767.98px) {
  body.aws-partnership-page .stories .cta,
  body.aws-partnership .stories .cta,
  body.page-aws-partnership-data .stories .cta {
    top: 260px;
  }

  body.aws-partnership-page .section-hero,
  body.aws-partnership .section-hero,
  body.page-aws-partnership-data .section-hero {
    height: 525px;
  }

  body.aws-partnership-page .section-hero .heading,
  body.aws-partnership .section-hero .heading,
  body.page-aws-partnership-data .section-hero .heading {
    font-size: 22.9px;
    margin-top: 27px;
    line-height: 1.25;
    -webkit-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
    margin-left: 3px;
  }

  body.aws-partnership-page .section-hero .content.container-fluid,
  body.aws-partnership .section-hero .content.container-fluid,
  body.page-aws-partnership-data .section-hero .content.container-fluid {
    padding-right: 20px;
    padding-left: 30px;
  }

  body.aws-partnership-page .section-hero .top-image,
  body.aws-partnership .section-hero .top-image,
  body.page-aws-partnership-data .section-hero .top-image {
    width: 80vw;
  }

  body.aws-partnership-page .section-text .content,
  body.aws-partnership .section-text .content,
  body.page-aws-partnership-data .section-text .content {
    padding-top: 53px;
    padding-bottom: 72px;
  }

  body.aws-partnership-page .section-text .heading,
  body.aws-partnership .section-text .heading,
  body.page-aws-partnership-data .section-text .heading {
    margin-bottom: -6px;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 1.3;
  }

  body.aws-partnership-page .section-text .container,
  body.aws-partnership .section-text .container,
  body.page-aws-partnership-data .section-text .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.aws-partnership-page .section-text .copy p,
  body.aws-partnership .section-text .copy p,
  body.page-aws-partnership-data .section-text .copy p {
    line-height: 24px;
  }

  body.aws-partnership-page .section-stories .top-picture,
  body.aws-partnership .section-stories .top-picture,
  body.page-aws-partnership-data .section-stories .top-picture {
    margin-bottom: 15px;
  }

  body.aws-partnership-page .section-stories .heading,
  body.aws-partnership .section-stories .heading,
  body.page-aws-partnership-data .section-stories .heading {
    margin-bottom: 29px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  body.aws-partnership-page .section-stories .stories .card-deck .card,
  body.aws-partnership .section-stories .stories .card-deck .card,
  body.page-aws-partnership-data .section-stories .stories .card-deck .card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333% - 1px);
        -ms-flex: 0 0 calc(33.33333% - 1px);
            flex: 0 0 calc(33.33333% - 1px);
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  body.aws-partnership-page .section-stories .stories .card-deck .card,
  body.aws-partnership .section-stories .stories .card-deck .card,
  body.page-aws-partnership-data .section-stories .stories .card-deck .card {
    margin-bottom: 23px;
    min-height: 330px;
  }
}

.page-template-iframe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#282828), to(#282828));
  background-image: -webkit-linear-gradient(#000, #282828, #282828);
  background-image: -o-linear-gradient(#000, #282828, #282828);
  background-image: linear-gradient(#000, #282828, #282828);
}

.page-template-iframe #iframe {
  margin-top: 125px;
  min-width: 100%;
  width: 1px;
}

@media (max-width: 767.98px) {
  .page-template-iframe #iframe {
    margin-top: 80px;
  }
}

@media (max-width: 991.98px) {
  .cookies-policy .section-text table {
    max-width: 100%;
    display: block;
    font-size: 14px;
    overflow: auto;
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .cookies-policy .section-text table td {
    width: auto;
    padding: 10px !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/wp-content/themes/globale/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/*# sourceMappingURL=main.css.map*/