@font-face {
    font-family: "Menorah Grotesk";
    src: url("../fonts/menorah-grotesk/MenorahGrotesk-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Menorah Grotesk";
    src: url("../fonts/menorah-grotesk/MenorahGrotesk-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Menorah Grotesk";
    src: url("../fonts/menorah-grotesk/MenorahGrotesk-Semi.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Menorah Grotesk";
    src: url("../fonts/menorah-grotesk/MenorahGrotesk-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Medium.woff2') format('woff2'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Medium.woff') format('woff'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeueCyr-MediumItalic.eot');
    src: local('HelveticaNeueCyr-MediumItalic'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-MediumItalic.woff2') format('woff2'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-MediumItalic.woff') format('woff'),
        url('../fonts/helvetica-neue/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1100px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Menorah Grotesk", sans-serif;
  margin-top: 0;
  margin-bottom: 0; }

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;
  text-decoration-skip-ink: none; }

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

b,
strong {
  font-weight: 500; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle; }

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;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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-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-weight: 500;
  line-height: 1.2;*/ }

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

.subtitle-block {
  margin-bottom: 35px; }

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  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 {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

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

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 920px; } }

@media (min-width: 1100px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1100px; 
  }
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1310px; } }

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

.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%;
  padding-right: 10px;
  padding-left: 10px; }

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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: 1100px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%;
  margin-bottom: 1rem;
  color: #212529; }
  .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-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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

.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: #343a40;
  border-color: #454d55; }

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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 {
    color: #fff;
    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; }
    .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; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 1099.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -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; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    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); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: 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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.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 select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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-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 {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.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:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.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 select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .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-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 {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  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 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  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); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

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

.btn-secondary, .start-register .btn-promocode, .g-form .btn-promocode {
  background-color: transparent;
  border: 1px solid;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.btn-secondary-dark {
  border-color: #18222D;
}
.btn-secondary-dark:hover, .btn-secondary-dark:focus, .btn-secondary-dark.focus {
  color: #fff;
  background-color: #18222D;
}

.btn-secondary-dark:hover svg path {
  fill: #ffffff;
}

.btn-secondary-light, .start-register .btn-promocode, .g-form .btn-promocode {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-light:hover, .btn-secondary-light:focus, .btn-secondary-light.focus, .btn-promocode:hover {
  color: #18222D;
  background-color: #ffffff;
}

.btn-secondary-light:hover svg path {
  fill: #18222D;
}

.btn-secondary-dark-v2 {
  color: #fff;
  background-color: #18222D;
}
.btn-secondary-dark-v2:hover, .btn-secondary-dark-v2:focus, .btn-secondary-dark.focus {
  background-color: transparent;
}

.btn-secondary-dark-v2:hover svg path {
  fill: #18222D;
}

.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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(72, 180, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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(222, 170, 12, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(216, 217, 219, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  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;
  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;
  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;
  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;
  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;
  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;
  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-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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 {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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: #212529;
  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; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1100px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    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; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control: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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -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-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 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: transform 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: transform 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-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    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); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .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 {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -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[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -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-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: 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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    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-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: 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.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 1100px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } 
    .speaker-card__img {
      width: 300px;
      height: 300px;}}

@media (min-width: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  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: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px 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;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

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

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

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

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px; }
    .card-deck .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 10px;
      margin-bottom: 0;
      margin-left: 10px; } }

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 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: -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 {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    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-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: 3;
  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;
  -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; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -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); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -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); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -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); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -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); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -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); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -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); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -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); }

.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;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

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

@-webkit-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.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: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1100px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

.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 {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.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: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1100px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
      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); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      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-width: 0 0.5rem 0.5rem 0.5rem;
      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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      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-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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-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: #007bff !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-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !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 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1100px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .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: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !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;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: 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;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1100px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-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: 1100px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 1100px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 1280px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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; } }

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: 1100px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.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 #adb5bd;
    page-break-inside: avoid; }
  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: 1100px !important; }
  .container {
    min-width: 1100px !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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

html {
  font-size: 14px;
  overflow-x: hidden; }

body {
  font-weight: 400;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.2;
  color: #18222D;
  background-color: #D9D9D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  overflow-x: hidden;
  margin: 0;
  letter-spacing: -0.54px; }

/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-pa-0 {
    padding: 0 !important; }
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .g-pt-0 {
    padding-top: 0 !important; }
  .g-pr-0 {
    padding-right: 0 !important; }
  .g-pb-0 {
    padding-bottom: 0 !important; }
  .g-pl-0 {
    padding-left: 0 !important; }
  /* Padding Around */
  .g-pa-2 {
    padding: 0.14286rem !important; }
  .g-pa-3 {
    padding: 0.21429rem !important; }
  .g-pa-5 {
    padding: 0.35714rem !important; }
  .g-pa-7 {
    padding: 0.5rem !important; }
  .g-pa-10 {
    padding: 0.71429rem !important; }
  .g-pa-15 {
    padding: 1.07143rem !important; }
  .g-pa-20 {
    padding: 1.42857rem !important; }
  .g-pa-25 {
    padding: 1.78571rem !important; }
  .g-pa-30 {
    padding: 2.14286rem !important; }
  .g-pa-35 {
    padding: 2.5rem !important; }
  .g-pa-40 {
    padding: 2.85714rem !important; }
  .g-pa-45 {
    padding: 3.21429rem !important; }
  .g-pa-50 {
    padding: 3.57143rem !important; }
  .g-pa-55 {
    padding: 3.92857rem !important; }
  .g-pa-60 {
    padding: 4.28571rem !important; }
  .g-pa-65 {
    padding: 4.64286rem !important; }
  .g-pa-70 {
    padding: 5rem !important; }
  .g-pa-75 {
    padding: 5.35714rem !important; }
  .g-pa-80 {
    padding: 5.71429rem !important; }
  .g-pa-85 {
    padding: 6.07143rem !important; }
  .g-pa-90 {
    padding: 6.42857rem !important; }
  .g-pa-95 {
    padding: 6.78571rem !important; }
  .g-pa-100 {
    padding: 7.14286rem !important; }
  .g-pa-105 {
    padding: 7.5rem !important; }
  .g-pa-110 {
    padding: 7.85714rem !important; }
  .g-pa-115 {
    padding: 8.21429rem !important; }
  .g-pa-120 {
    padding: 8.57143rem !important; }
  .g-pa-125 {
    padding: 8.92857rem !important; }
  .g-pa-130 {
    padding: 9.28571rem !important; }
  .g-pa-135 {
    padding: 9.64286rem !important; }
  .g-pa-140 {
    padding: 10rem !important; }
  .g-pa-145 {
    padding: 10.35714rem !important; }
  .g-pa-150 {
    padding: 10.71429rem !important; }
  /* Padding X */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-16 {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .g-px-17 {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .g-px-18 {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .g-px-19 {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .g-pt-0 {
    padding-top: 0px !important; }
  .g-pt-1 {
    padding-top: 0.07143rem !important; }
  .g-pt-2 {
    padding-top: 0.14286rem !important; }
  .g-pt-3 {
    padding-top: 0.21429rem !important; }
  .g-pt-4 {
    padding-top: 0.28571rem !important; }
  .g-pt-5 {
    padding-top: 0.35714rem !important; }
  .g-pt-6 {
    padding-top: 0.42857rem !important; }
  .g-pt-7 {
    padding-top: 0.5rem !important; }
  .g-pt-8 {
    padding-top: 0.57143rem !important; }
  .g-pt-9 {
    padding-top: 0.64286rem !important; }
  .g-pt-10 {
    padding-top: 0.71429rem !important; }
  .g-pt-11 {
    padding-top: 0.78571rem !important; }
  .g-pt-12 {
    padding-top: 0.85714rem !important; }
  .g-pt-13 {
    padding-top: 0.92857rem !important; }
  .g-pt-14 {
    padding-top: 1rem !important; }
  .g-pt-15 {
    padding-top: 1.07143rem !important; }
  .g-pt-16 {
    padding-top: 1.14286rem !important; }
  .g-pt-17 {
    padding-top: 1.21429rem !important; }
  .g-pt-18 {
    padding-top: 1.28571rem !important; }
  .g-pt-19 {
    padding-top: 1.35714rem !important; }
  .g-pt-10 {
    padding-top: 0.71429rem !important; }
  .g-pt-15 {
    padding-top: 1.07143rem !important; }
  .g-pt-20 {
    padding-top: 1.42857rem !important; }
  .g-pt-25 {
    padding-top: 1.78571rem !important; }
  .g-pt-30 {
    padding-top: 2.14286rem !important; }
  .g-pt-35 {
    padding-top: 2.5rem !important; }
  .g-pt-40 {
    padding-top: 2.85714rem !important; }
  .g-pt-45 {
    padding-top: 3.21429rem !important; }
  .g-pt-50 {
    padding-top: 3.57143rem !important; }
  .g-pt-55 {
    padding-top: 3.92857rem !important; }
  .g-pt-60 {
    padding-top: 4.28571rem !important; }
  .g-pt-65 {
    padding-top: 4.64286rem !important; }
  .g-pt-70 {
    padding-top: 5rem !important; }
  .g-pt-75 {
    padding-top: 5.35714rem !important; }
  .g-pt-80 {
    padding-top: 5.71429rem !important; }
  .g-pt-85 {
    padding-top: 6.07143rem !important; }
  .g-pt-90 {
    padding-top: 6.42857rem !important; }
  .g-pt-95 {
    padding-top: 6.78571rem !important; }
  .g-pt-100 {
    padding-top: 7.14286rem !important; }
  .g-pt-105 {
    padding-top: 7.5rem !important; }
  .g-pt-110 {
    padding-top: 7.85714rem !important; }
  .g-pt-115 {
    padding-top: 8.21429rem !important; }
  .g-pt-120 {
    padding-top: 8.57143rem !important; }
  .g-pt-125 {
    padding-top: 8.92857rem !important; }
  .g-pt-130 {
    padding-top: 9.28571rem !important; }
  .g-pt-135 {
    padding-top: 9.64286rem !important; }
  .g-pt-140 {
    padding-top: 10rem !important; }
  .g-pt-145 {
    padding-top: 10.35714rem !important; }
  .g-pt-150 {
    padding-top: 10.71429rem !important; }
  .g-pt-155 {
    padding-top: 11.07143rem !important; }
  .g-pt-160 {
    padding-top: 11.42857rem !important; }
  .g-pt-165 {
    padding-top: 11.78571rem !important; }
  .g-pt-170 {
    padding-top: 12.14286rem !important; }
  .g-pt-175 {
    padding-top: 12.5rem !important; }
  .g-pt-180 {
    padding-top: 12.85714rem !important; }
  .g-pt-185 {
    padding-top: 13.21429rem !important; }
  .g-pt-190 {
    padding-top: 13.57143rem !important; }
  /* Padding Right */
  .g-pr-0 {
    padding-right: 0px !important; }
  .g-pr-1 {
    padding-right: 0.07143rem !important; }
  .g-pr-2 {
    padding-right: 0.14286rem !important; }
  .g-pr-3 {
    padding-right: 0.21429rem !important; }
  .g-pr-4 {
    padding-right: 0.28571rem !important; }
  .g-pr-5 {
    padding-right: 0.35714rem !important; }
  .g-pr-6 {
    padding-right: 0.42857rem !important; }
  .g-pr-7 {
    padding-right: 0.5rem !important; }
  .g-pr-8 {
    padding-right: 0.57143rem !important; }
  .g-pr-9 {
    padding-right: 0.64286rem !important; }
  /* P */
  .g-pr-10 {
    padding-right: 0.71429rem !important; }
  /* P */
  .g-pr-15 {
    padding-right: 1.07143rem !important; }
  /* P */
  .g-pr-20 {
    padding-right: 1.42857rem !important; }
  /* P */
  .g-pr-25 {
    padding-right: 1.78571rem !important; }
  /* P */
  .g-pr-30 {
    padding-right: 2.14286rem !important; }
  /* P */
  .g-pr-35 {
    padding-right: 2.5rem !important; }
  /* P */
  .g-pr-40 {
    padding-right: 2.85714rem !important; }
  /* P */
  .g-pr-45 {
    padding-right: 3.21429rem !important; }
  /* P */
  .g-pr-50 {
    padding-right: 3.57143rem !important; }
  /* P */
  .g-pr-55 {
    padding-right: 3.92857rem !important; }
  /* P */
  .g-pr-60 {
    padding-right: 4.28571rem !important; }
  /* P */
  .g-pr-65 {
    padding-right: 4.64286rem !important; }
  /* P */
  .g-pr-70 {
    padding-right: 5rem !important; }
  /* P */
  .g-pr-75 {
    padding-right: 5.35714rem !important; }
  /* P */
  .g-pr-80 {
    padding-right: 5.71429rem !important; }
  /* P */
  .g-pr-85 {
    padding-right: 6.07143rem !important; }
  /* P */
  .g-pr-90 {
    padding-right: 6.42857rem !important; }
  /* P */
  .g-pr-95 {
    padding-right: 6.78571rem !important; }
  /* P */
  .g-pr-100 {
    padding-right: 7.14286rem !important; }
  /* P */
  .g-pr-105 {
    padding-right: 7.5rem !important; }
  /* P */
  .g-pr-110 {
    padding-right: 7.85714rem !important; }
  /* P */
  .g-pr-115 {
    padding-right: 8.21429rem !important; }
  /* P */
  .g-pr-120 {
    padding-right: 8.57143rem !important; }
  /* P */
  .g-pr-125 {
    padding-right: 8.92857rem !important; }
  /* P */
  .g-pr-130 {
    padding-right: 9.28571rem !important; }
  /* P */
  .g-pr-135 {
    padding-right: 9.64286rem !important; }
  /* P */
  .g-pr-140 {
    padding-right: 10rem !important; }
  /* P */
  .g-pr-145 {
    padding-right: 10.35714rem !important; }
  /* P */
  .g-pr-150 {
    padding-right: 10.71429rem !important; }
  /* P */
  .g-pr-155 {
    padding-right: 11.07143rem !important; }
  /* P */
  .g-pr-160 {
    padding-right: 11.42857rem !important; }
  /* P */
  .g-pr-165 {
    padding-right: 11.78571rem !important; }
  /* P */
  .g-pr-170 {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .g-pb-0 {
    padding-bottom: 0px !important; }
  .g-pb-1 {
    padding-bottom: 0.07143rem !important; }
  .g-pb-2 {
    padding-bottom: 0.14286rem !important; }
  .g-pb-3 {
    padding-bottom: 0.21429rem !important; }
  .g-pb-4 {
    padding-bottom: 0.28571rem !important; }
  .g-pb-5 {
    padding-bottom: 0.35714rem !important; }
  .g-pb-6 {
    padding-bottom: 0.42857rem !important; }
  .g-pb-7 {
    padding-bottom: 0.5rem !important; }
  .g-pb-8 {
    padding-bottom: 0.57143rem !important; }
  .g-pb-9 {
    padding-bottom: 0.64286rem !important; }
  .g-pb-10 {
    padding-bottom: 0.71429rem !important; }
  .g-pb-15 {
    padding-bottom: 1.07143rem !important; }
  .g-pb-20 {
    padding-bottom: 1.42857rem !important; }
  .g-pb-25 {
    padding-bottom: 1.78571rem !important; }
  .g-pb-30 {
    padding-bottom: 2.14286rem !important; }
  .g-pb-35 {
    padding-bottom: 2.5rem !important; }
  .g-pb-40 {
    padding-bottom: 2.85714rem !important; }
  .g-pb-45 {
    padding-bottom: 3.21429rem !important; }
  .g-pb-50 {
    padding-bottom: 3.57143rem !important; }
  .g-pb-55 {
    padding-bottom: 3.92857rem !important; }
  .g-pb-60 {
    padding-bottom: 4.28571rem !important; }
  .g-pb-65 {
    padding-bottom: 4.64286rem !important; }
  .g-pb-70 {
    padding-bottom: 5rem !important; }
  .g-pb-75 {
    padding-bottom: 5.35714rem !important; }
  .g-pb-80 {
    padding-bottom: 5.71429rem !important; }
  .g-pb-85 {
    padding-bottom: 6.07143rem !important; }
  .g-pb-90 {
    padding-bottom: 6.42857rem !important; }
  .g-pb-95 {
    padding-bottom: 6.78571rem !important; }
  .g-pb-100 {
    padding-bottom: 7.14286rem !important; }
  .g-pb-105 {
    padding-bottom: 7.5rem !important; }
  .g-pb-110 {
    padding-bottom: 7.85714rem !important; }
  .g-pb-115 {
    padding-bottom: 8.21429rem !important; }
  .g-pb-120 {
    padding-bottom: 8.57143rem !important; }
  .g-pb-125 {
    padding-bottom: 8.92857rem !important; }
  .g-pb-130 {
    padding-bottom: 9.28571rem !important; }
  .g-pb-135 {
    padding-bottom: 9.64286rem !important; }
  .g-pb-140 {
    padding-bottom: 10rem !important; }
  .g-pb-145 {
    padding-bottom: 10.35714rem !important; }
  .g-pb-150 {
    padding-bottom: 10.71429rem !important; }
  .g-pb-155 {
    padding-bottom: 11.07143rem !important; }
  .g-pb-160 {
    padding-bottom: 11.42857rem !important; }
  .g-pb-165 {
    padding-bottom: 11.78571rem !important; }
  .g-pb-170 {
    padding-bottom: 12.14286rem !important; }
  .g-pb-175 {
    padding-bottom: 12.5rem !important; }
  .g-pb-180 {
    padding-bottom: 12.85714rem !important; }
  .g-pb-185 {
    padding-bottom: 13.21429rem !important; }
  .g-pb-190 {
    padding-bottom: 13.57143rem !important; }
  /* Padding Left */
  .g-pl-0 {
    padding-left: 0px !important; }
  .g-pl-1 {
    padding-left: 0.07143rem !important; }
  .g-pl-2 {
    padding-left: 0.14286rem !important; }
  .g-pl-3 {
    padding-left: 0.21429rem !important; }
  .g-pl-4 {
    padding-left: 0.28571rem !important; }
  .g-pl-5 {
    padding-left: 0.35714rem !important; }
  .g-pl-6 {
    padding-left: 0.42857rem !important; }
  .g-pl-7 {
    padding-left: 0.5rem !important; }
  .g-pl-8 {
    padding-left: 0.57143rem !important; }
  .g-pl-9 {
    padding-left: 0.64286rem !important; }
  /* P */
  .g-pl-10 {
    padding-left: 0.71429rem !important; }
  /* P */
  .g-pl-15 {
    padding-left: 1.07143rem !important; }
  /* P */
  .g-pl-20 {
    padding-left: 1.42857rem !important; }
  /* P */
  .g-pl-25 {
    padding-left: 1.78571rem !important; }
  /* P */
  .g-pl-30 {
    padding-left: 2.14286rem !important; }
  /* P */
  .g-pl-35 {
    padding-left: 2.5rem !important; }
  /* P */
  .g-pl-40 {
    padding-left: 2.85714rem !important; }
  /* P */
  .g-pl-45 {
    padding-left: 3.21429rem !important; }
  /* P */
  .g-pl-50 {
    padding-left: 3.57143rem !important; }
  /* P */
  .g-pl-55 {
    padding-left: 3.92857rem !important; }
  /* P */
  .g-pl-60 {
    padding-left: 4.28571rem !important; }
  /* P */
  .g-pl-65 {
    padding-left: 4.64286rem !important; }
  /* P */
  .g-pl-70 {
    padding-left: 5rem !important; }
  /* P */
  .g-pl-75 {
    padding-left: 5.35714rem !important; }
  /* P */
  .g-pl-80 {
    padding-left: 5.71429rem !important; }
  /* P */
  .g-pl-85 {
    padding-left: 6.07143rem !important; }
  /* P */
  .g-pl-90 {
    padding-left: 6.42857rem !important; }
  /* P */
  .g-pl-95 {
    padding-left: 6.78571rem !important; }
  /* P */
  .g-pl-100 {
    padding-left: 7.14286rem !important; }
  /* P */
  .g-pl-105 {
    padding-left: 7.5rem !important; }
  /* P */
  .g-pl-110 {
    padding-left: 7.85714rem !important; }
  /* P */
  .g-pl-115 {
    padding-left: 8.21429rem !important; }
  /* P */
  .g-pl-120 {
    padding-left: 8.57143rem !important; }
  /* P */
  .g-pl-125 {
    padding-left: 8.92857rem !important; }
  /* P */
  .g-pl-130 {
    padding-left: 9.28571rem !important; }
  /* P */
  .g-pl-135 {
    padding-left: 9.64286rem !important; }
  /* P */
  .g-pl-140 {
    padding-left: 10rem !important; }
  /* P */
  .g-pl-145 {
    padding-left: 10.35714rem !important; }
  /* P */
  .g-pl-150 {
    padding-left: 10.71429rem !important; }
  /* P */
  .g-pl-155 {
    padding-left: 11.07143rem !important; }
  /* P */
  .g-pl-160 {
    padding-left: 11.42857rem !important; }
  /* P */
  .g-pl-165 {
    padding-left: 11.78571rem !important; }
  /* P */
  .g-pl-170 {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-pa-0--sm {
    padding: 0 !important; }
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .g-pt-0--sm {
    padding-top: 0 !important; }
  .g-pr-0--sm {
    padding-right: 0 !important; }
  .g-pb-0--sm {
    padding-bottom: 0 !important; }
  .g-pl-0--sm {
    padding-left: 0 !important; }
  /* Padding Around */
  .g-pa-2--sm {
    padding: 0.14286rem !important; }
  .g-pa-3--sm {
    padding: 0.21429rem !important; }
  .g-pa-5--sm {
    padding: 0.35714rem !important; }
  .g-pa-7--sm {
    padding: 0.5rem !important; }
  .g-pa-10--sm {
    padding: 0.71429rem !important; }
  .g-pa-15--sm {
    padding: 1.07143rem !important; }
  .g-pa-20--sm {
    padding: 1.42857rem !important; }
  .g-pa-25--sm {
    padding: 1.78571rem !important; }
  .g-pa-30--sm {
    padding: 2.14286rem !important; }
  .g-pa-35--sm {
    padding: 2.5rem !important; }
  .g-pa-40--sm {
    padding: 2.85714rem !important; }
  .g-pa-45--sm {
    padding: 3.21429rem !important; }
  .g-pa-50--sm {
    padding: 3.57143rem !important; }
  .g-pa-55--sm {
    padding: 3.92857rem !important; }
  .g-pa-60--sm {
    padding: 4.28571rem !important; }
  .g-pa-65--sm {
    padding: 4.64286rem !important; }
  .g-pa-70--sm {
    padding: 5rem !important; }
  .g-pa-75--sm {
    padding: 5.35714rem !important; }
  .g-pa-80--sm {
    padding: 5.71429rem !important; }
  .g-pa-85--sm {
    padding: 6.07143rem !important; }
  .g-pa-90--sm {
    padding: 6.42857rem !important; }
  .g-pa-95--sm {
    padding: 6.78571rem !important; }
  .g-pa-100--sm {
    padding: 7.14286rem !important; }
  .g-pa-105--sm {
    padding: 7.5rem !important; }
  .g-pa-110--sm {
    padding: 7.85714rem !important; }
  .g-pa-115--sm {
    padding: 8.21429rem !important; }
  .g-pa-120--sm {
    padding: 8.57143rem !important; }
  .g-pa-125--sm {
    padding: 8.92857rem !important; }
  .g-pa-130--sm {
    padding: 9.28571rem !important; }
  .g-pa-135--sm {
    padding: 9.64286rem !important; }
  .g-pa-140--sm {
    padding: 10rem !important; }
  .g-pa-145--sm {
    padding: 10.35714rem !important; }
  .g-pa-150--sm {
    padding: 10.71429rem !important; }
  /* Padding X */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-16--sm {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .g-px-17--sm {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .g-px-18--sm {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .g-px-19--sm {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .g-pt-0--sm {
    padding-top: 0px !important; }
  .g-pt-1--sm {
    padding-top: 0.07143rem !important; }
  .g-pt-2--sm {
    padding-top: 0.14286rem !important; }
  .g-pt-3--sm {
    padding-top: 0.21429rem !important; }
  .g-pt-4--sm {
    padding-top: 0.28571rem !important; }
  .g-pt-5--sm {
    padding-top: 0.35714rem !important; }
  .g-pt-6--sm {
    padding-top: 0.42857rem !important; }
  .g-pt-7--sm {
    padding-top: 0.5rem !important; }
  .g-pt-8--sm {
    padding-top: 0.57143rem !important; }
  .g-pt-9--sm {
    padding-top: 0.64286rem !important; }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important; }
  .g-pt-11--sm {
    padding-top: 0.78571rem !important; }
  .g-pt-12--sm {
    padding-top: 0.85714rem !important; }
  .g-pt-13--sm {
    padding-top: 0.92857rem !important; }
  .g-pt-14--sm {
    padding-top: 1rem !important; }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important; }
  .g-pt-16--sm {
    padding-top: 1.14286rem !important; }
  .g-pt-17--sm {
    padding-top: 1.21429rem !important; }
  .g-pt-18--sm {
    padding-top: 1.28571rem !important; }
  .g-pt-19--sm {
    padding-top: 1.35714rem !important; }
  .g-pt-10--sm {
    padding-top: 0.71429rem !important; }
  .g-pt-15--sm {
    padding-top: 1.07143rem !important; }
  .g-pt-20--sm {
    padding-top: 1.42857rem !important; }
  .g-pt-25--sm {
    padding-top: 1.78571rem !important; }
  .g-pt-30--sm {
    padding-top: 2.14286rem !important; }
  .g-pt-35--sm {
    padding-top: 2.5rem !important; }
  .g-pt-40--sm {
    padding-top: 2.85714rem !important; }
  .g-pt-45--sm {
    padding-top: 3.21429rem !important; }
  .g-pt-50--sm {
    padding-top: 3.57143rem !important; }
  .g-pt-55--sm {
    padding-top: 3.92857rem !important; }
  .g-pt-60--sm {
    padding-top: 4.28571rem !important; }
  .g-pt-65--sm {
    padding-top: 4.64286rem !important; }
  .g-pt-70--sm {
    padding-top: 5rem !important; }
  .g-pt-75--sm {
    padding-top: 5.35714rem !important; }
  .g-pt-80--sm {
    padding-top: 5.71429rem !important; }
  .g-pt-85--sm {
    padding-top: 6.07143rem !important; }
  .g-pt-90--sm {
    padding-top: 6.42857rem !important; }
  .g-pt-95--sm {
    padding-top: 6.78571rem !important; }
  .g-pt-100--sm {
    padding-top: 7.14286rem !important; }
  .g-pt-105--sm {
    padding-top: 7.5rem !important; }
  .g-pt-110--sm {
    padding-top: 7.85714rem !important; }
  .g-pt-115--sm {
    padding-top: 8.21429rem !important; }
  .g-pt-120--sm {
    padding-top: 8.57143rem !important; }
  .g-pt-125--sm {
    padding-top: 8.92857rem !important; }
  .g-pt-130--sm {
    padding-top: 9.28571rem !important; }
  .g-pt-135--sm {
    padding-top: 9.64286rem !important; }
  .g-pt-140--sm {
    padding-top: 10rem !important; }
  .g-pt-145--sm {
    padding-top: 10.35714rem !important; }
  .g-pt-150--sm {
    padding-top: 10.71429rem !important; }
  .g-pt-155--sm {
    padding-top: 11.07143rem !important; }
  .g-pt-160--sm {
    padding-top: 11.42857rem !important; }
  .g-pt-165--sm {
    padding-top: 11.78571rem !important; }
  .g-pt-170--sm {
    padding-top: 12.14286rem !important; }
  .g-pt-175--sm {
    padding-top: 12.5rem !important; }
  .g-pt-180--sm {
    padding-top: 12.85714rem !important; }
  .g-pt-185--sm {
    padding-top: 13.21429rem !important; }
  .g-pt-190--sm {
    padding-top: 13.57143rem !important; }
  /* Padding Right */
  .g-pr-0--sm {
    padding-right: 0px !important; }
  .g-pr-1--sm {
    padding-right: 0.07143rem !important; }
  .g-pr-2--sm {
    padding-right: 0.14286rem !important; }
  .g-pr-3--sm {
    padding-right: 0.21429rem !important; }
  .g-pr-4--sm {
    padding-right: 0.28571rem !important; }
  .g-pr-5--sm {
    padding-right: 0.35714rem !important; }
  .g-pr-6--sm {
    padding-right: 0.42857rem !important; }
  .g-pr-7--sm {
    padding-right: 0.5rem !important; }
  .g-pr-8--sm {
    padding-right: 0.57143rem !important; }
  .g-pr-9--sm {
    padding-right: 0.64286rem !important; }
  /* P */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important; }
  /* P */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important; }
  /* P */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important; }
  /* P */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important; }
  /* P */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important; }
  /* P */
  .g-pr-35--sm {
    padding-right: 2.5rem !important; }
  /* P */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important; }
  /* P */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important; }
  /* P */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important; }
  /* P */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important; }
  /* P */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important; }
  /* P */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important; }
  /* P */
  .g-pr-70--sm {
    padding-right: 5rem !important; }
  /* P */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important; }
  /* P */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important; }
  /* P */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important; }
  /* P */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important; }
  /* P */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important; }
  /* P */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important; }
  /* P */
  .g-pr-105--sm {
    padding-right: 7.5rem !important; }
  /* P */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important; }
  /* P */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important; }
  /* P */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important; }
  /* P */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important; }
  /* P */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important; }
  /* P */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important; }
  /* P */
  .g-pr-140--sm {
    padding-right: 10rem !important; }
  /* P */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important; }
  /* P */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important; }
  /* P */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important; }
  /* P */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important; }
  /* P */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important; }
  /* P */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .g-pb-0--sm {
    padding-bottom: 0px !important; }
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important; }
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important; }
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important; }
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important; }
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important; }
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important; }
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important; }
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important; }
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important; }
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important; }
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important; }
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important; }
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important; }
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important; }
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important; }
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important; }
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important; }
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important; }
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important; }
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important; }
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important; }
  .g-pb-70--sm {
    padding-bottom: 5rem !important; }
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important; }
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important; }
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important; }
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important; }
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important; }
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important; }
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important; }
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important; }
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important; }
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important; }
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important; }
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important; }
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important; }
  .g-pb-140--sm {
    padding-bottom: 10rem !important; }
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important; }
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important; }
  .g-pb-155--sm {
    padding-bottom: 11.07143rem !important; }
  .g-pb-160--sm {
    padding-bottom: 11.42857rem !important; }
  .g-pb-165--sm {
    padding-bottom: 11.78571rem !important; }
  .g-pb-170--sm {
    padding-bottom: 12.14286rem !important; }
  .g-pb-175--sm {
    padding-bottom: 12.5rem !important; }
  .g-pb-180--sm {
    padding-bottom: 12.85714rem !important; }
  .g-pb-185--sm {
    padding-bottom: 13.21429rem !important; }
  .g-pb-190--sm {
    padding-bottom: 13.57143rem !important; }
  /* Padding Left */
  .g-pl-0--sm {
    padding-left: 0px !important; }
  .g-pl-1--sm {
    padding-left: 0.07143rem !important; }
  .g-pl-2--sm {
    padding-left: 0.14286rem !important; }
  .g-pl-3--sm {
    padding-left: 0.21429rem !important; }
  .g-pl-4--sm {
    padding-left: 0.28571rem !important; }
  .g-pl-5--sm {
    padding-left: 0.35714rem !important; }
  .g-pl-6--sm {
    padding-left: 0.42857rem !important; }
  .g-pl-7--sm {
    padding-left: 0.5rem !important; }
  .g-pl-8--sm {
    padding-left: 0.57143rem !important; }
  .g-pl-9--sm {
    padding-left: 0.64286rem !important; }
  /* P */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important; }
  /* P */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important; }
  /* P */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important; }
  /* P */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important; }
  /* P */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important; }
  /* P */
  .g-pl-35--sm {
    padding-left: 2.5rem !important; }
  /* P */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important; }
  /* P */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important; }
  /* P */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important; }
  /* P */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important; }
  /* P */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important; }
  /* P */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important; }
  /* P */
  .g-pl-70--sm {
    padding-left: 5rem !important; }
  /* P */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important; }
  /* P */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important; }
  /* P */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important; }
  /* P */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important; }
  /* P */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important; }
  /* P */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important; }
  /* P */
  .g-pl-105--sm {
    padding-left: 7.5rem !important; }
  /* P */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important; }
  /* P */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important; }
  /* P */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important; }
  /* P */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important; }
  /* P */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important; }
  /* P */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important; }
  /* P */
  .g-pl-140--sm {
    padding-left: 10rem !important; }
  /* P */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important; }
  /* P */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important; }
  /* P */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important; }
  /* P */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important; }
  /* P */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important; }
  /* P */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 920px) {
  .g-pa-0--md {
    padding: 0 !important; }
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .g-pt-0--md {
    padding-top: 0 !important; }
  .g-pr-0--md {
    padding-right: 0 !important; }
  .g-pb-0--md {
    padding-bottom: 0 !important; }
  .g-pl-0--md {
    padding-left: 0 !important; }
  /* Padding Around */
  .g-pa-2--md {
    padding: 0.14286rem !important; }
  .g-pa-3--md {
    padding: 0.21429rem !important; }
  .g-pa-5--md {
    padding: 0.35714rem !important; }
  .g-pa-7--md {
    padding: 0.5rem !important; }
  .g-pa-10--md {
    padding: 0.71429rem !important; }
  .g-pa-15--md {
    padding: 1.07143rem !important; }
  .g-pa-20--md {
    padding: 1.42857rem !important; }
  .g-pa-25--md {
    padding: 1.78571rem !important; }
  .g-pa-30--md {
    padding: 2.14286rem !important; }
  .g-pa-35--md {
    padding: 2.5rem !important; }
  .g-pa-40--md {
    padding: 2.85714rem !important; }
  .g-pa-45--md {
    padding: 3.21429rem !important; }
  .g-pa-50--md {
    padding: 3.57143rem !important; }
  .g-pa-55--md {
    padding: 3.92857rem !important; }
  .g-pa-60--md {
    padding: 4.28571rem !important; }
  .g-pa-65--md {
    padding: 4.64286rem !important; }
  .g-pa-70--md {
    padding: 5rem !important; }
  .g-pa-75--md {
    padding: 5.35714rem !important; }
  .g-pa-80--md {
    padding: 5.71429rem !important; }
  .g-pa-85--md {
    padding: 6.07143rem !important; }
  .g-pa-90--md {
    padding: 6.42857rem !important; }
  .g-pa-95--md {
    padding: 6.78571rem !important; }
  .g-pa-100--md {
    padding: 7.14286rem !important; }
  .g-pa-105--md {
    padding: 7.5rem !important; }
  .g-pa-110--md {
    padding: 7.85714rem !important; }
  .g-pa-115--md {
    padding: 8.21429rem !important; }
  .g-pa-120--md {
    padding: 8.57143rem !important; }
  .g-pa-125--md {
    padding: 8.92857rem !important; }
  .g-pa-130--md {
    padding: 9.28571rem !important; }
  .g-pa-135--md {
    padding: 9.64286rem !important; }
  .g-pa-140--md {
    padding: 10rem !important; }
  .g-pa-145--md {
    padding: 10.35714rem !important; }
  .g-pa-150--md {
    padding: 10.71429rem !important; }
  /* Padding X */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-16--md {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .g-px-17--md {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .g-px-19--md {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .g-pt-0--md {
    padding-top: 0px !important; }
  .g-pt-1--md {
    padding-top: 0.07143rem !important; }
  .g-pt-2--md {
    padding-top: 0.14286rem !important; }
  .g-pt-3--md {
    padding-top: 0.21429rem !important; }
  .g-pt-4--md {
    padding-top: 0.28571rem !important; }
  .g-pt-5--md {
    padding-top: 0.35714rem !important; }
  .g-pt-6--md {
    padding-top: 0.42857rem !important; }
  .g-pt-7--md {
    padding-top: 0.5rem !important; }
  .g-pt-8--md {
    padding-top: 0.57143rem !important; }
  .g-pt-9--md {
    padding-top: 0.64286rem !important; }
  .g-pt-10--md {
    padding-top: 0.71429rem !important; }
  .g-pt-11--md {
    padding-top: 0.78571rem !important; }
  .g-pt-12--md {
    padding-top: 0.85714rem !important; }
  .g-pt-13--md {
    padding-top: 0.92857rem !important; }
  .g-pt-14--md {
    padding-top: 1rem !important; }
  .g-pt-15--md {
    padding-top: 1.07143rem !important; }
  .g-pt-16--md {
    padding-top: 1.14286rem !important; }
  .g-pt-17--md {
    padding-top: 1.21429rem !important; }
  .g-pt-18--md {
    padding-top: 1.28571rem !important; }
  .g-pt-19--md {
    padding-top: 1.35714rem !important; }
  .g-pt-10--md {
    padding-top: 0.71429rem !important; }
  .g-pt-15--md {
    padding-top: 1.07143rem !important; }
  .g-pt-20--md {
    padding-top: 1.42857rem !important; }
  .g-pt-25--md {
    padding-top: 1.78571rem !important; }
  .g-pt-30--md {
    padding-top: 2.14286rem !important; }
  .g-pt-35--md {
    padding-top: 2.5rem !important; }
  .g-pt-40--md {
    padding-top: 2.85714rem !important; }
  .g-pt-45--md {
    padding-top: 3.21429rem !important; }
  .g-pt-50--md {
    padding-top: 3.57143rem !important; }
  .g-pt-55--md {
    padding-top: 3.92857rem !important; }
  .g-pt-60--md {
    padding-top: 4.28571rem !important; }
  .g-pt-65--md {
    padding-top: 4.64286rem !important; }
  .g-pt-70--md {
    padding-top: 5rem !important; }
  .g-pt-75--md {
    padding-top: 5.35714rem !important; }
  .g-pt-80--md {
    padding-top: 5.71429rem !important; }
  .g-pt-85--md {
    padding-top: 6.07143rem !important; }
  .g-pt-90--md {
    padding-top: 6.42857rem !important; }
  .g-pt-95--md {
    padding-top: 6.78571rem !important; }
  .g-pt-100--md {
    padding-top: 7.14286rem !important; }
  .g-pt-105--md {
    padding-top: 7.5rem !important; }
  .g-pt-110--md {
    padding-top: 7.85714rem !important; }
  .g-pt-115--md {
    padding-top: 8.21429rem !important; }
  .g-pt-120--md {
    padding-top: 8.57143rem !important; }
  .g-pt-125--md {
    padding-top: 8.92857rem !important; }
  .g-pt-130--md {
    padding-top: 9.28571rem !important; }
  .g-pt-135--md {
    padding-top: 9.64286rem !important; }
  .g-pt-140--md {
    padding-top: 10rem !important; }
  .g-pt-145--md {
    padding-top: 10.35714rem !important; }
  .g-pt-150--md {
    padding-top: 10.71429rem !important; }
  .g-pt-155--md {
    padding-top: 11.07143rem !important; }
  .g-pt-160--md {
    padding-top: 11.42857rem !important; }
  .g-pt-165--md {
    padding-top: 11.78571rem !important; }
  .g-pt-170--md {
    padding-top: 12.14286rem !important; }
  .g-pt-175--md {
    padding-top: 12.5rem !important; }
  .g-pt-180--md {
    padding-top: 12.85714rem !important; }
  .g-pt-185--md {
    padding-top: 13.21429rem !important; }
  .g-pt-190--md {
    padding-top: 13.57143rem !important; }
  /* Padding Right */
  .g-pr-0--md {
    padding-right: 0px !important; }
  .g-pr-1--md {
    padding-right: 0.07143rem !important; }
  .g-pr-2--md {
    padding-right: 0.14286rem !important; }
  .g-pr-3--md {
    padding-right: 0.21429rem !important; }
  .g-pr-4--md {
    padding-right: 0.28571rem !important; }
  .g-pr-5--md {
    padding-right: 0.35714rem !important; }
  .g-pr-6--md {
    padding-right: 0.42857rem !important; }
  .g-pr-7--md {
    padding-right: 0.5rem !important; }
  .g-pr-8--md {
    padding-right: 0.57143rem !important; }
  .g-pr-9--md {
    padding-right: 0.64286rem !important; }
  /* P */
  .g-pr-10--md {
    padding-right: 0.71429rem !important; }
  /* P */
  .g-pr-15--md {
    padding-right: 1.07143rem !important; }
  /* P */
  .g-pr-20--md {
    padding-right: 1.42857rem !important; }
  /* P */
  .g-pr-25--md {
    padding-right: 1.78571rem !important; }
  /* P */
  .g-pr-30--md {
    padding-right: 2.14286rem !important; }
  /* P */
  .g-pr-35--md {
    padding-right: 2.5rem !important; }
  /* P */
  .g-pr-40--md {
    padding-right: 2.85714rem !important; }
  /* P */
  .g-pr-45--md {
    padding-right: 3.21429rem !important; }
  /* P */
  .g-pr-50--md {
    padding-right: 3.57143rem !important; }
  /* P */
  .g-pr-55--md {
    padding-right: 3.92857rem !important; }
  /* P */
  .g-pr-60--md {
    padding-right: 4.28571rem !important; }
  /* P */
  .g-pr-65--md {
    padding-right: 4.64286rem !important; }
  /* P */
  .g-pr-70--md {
    padding-right: 5rem !important; }
  /* P */
  .g-pr-75--md {
    padding-right: 5.35714rem !important; }
  /* P */
  .g-pr-80--md {
    padding-right: 5.71429rem !important; }
  /* P */
  .g-pr-85--md {
    padding-right: 6.07143rem !important; }
  /* P */
  .g-pr-90--md {
    padding-right: 6.42857rem !important; }
  /* P */
  .g-pr-95--md {
    padding-right: 6.78571rem !important; }
  /* P */
  .g-pr-100--md {
    padding-right: 7.14286rem !important; }
  /* P */
  .g-pr-105--md {
    padding-right: 7.5rem !important; }
  /* P */
  .g-pr-110--md {
    padding-right: 7.85714rem !important; }
  /* P */
  .g-pr-115--md {
    padding-right: 8.21429rem !important; }
  /* P */
  .g-pr-120--md {
    padding-right: 8.57143rem !important; }
  /* P */
  .g-pr-125--md {
    padding-right: 8.92857rem !important; }
  /* P */
  .g-pr-130--md {
    padding-right: 9.28571rem !important; }
  /* P */
  .g-pr-135--md {
    padding-right: 9.64286rem !important; }
  /* P */
  .g-pr-140--md {
    padding-right: 10rem !important; }
  /* P */
  .g-pr-145--md {
    padding-right: 10.35714rem !important; }
  /* P */
  .g-pr-150--md {
    padding-right: 10.71429rem !important; }
  /* P */
  .g-pr-155--md {
    padding-right: 11.07143rem !important; }
  /* P */
  .g-pr-160--md {
    padding-right: 11.42857rem !important; }
  /* P */
  .g-pr-165--md {
    padding-right: 11.78571rem !important; }
  /* P */
  .g-pr-170--md {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .g-pb-0--md {
    padding-bottom: 0px !important; }
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important; }
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important; }
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important; }
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important; }
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important; }
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important; }
  .g-pb-7--md {
    padding-bottom: 0.5rem !important; }
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important; }
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important; }
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important; }
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important; }
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important; }
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important; }
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important; }
  .g-pb-35--md {
    padding-bottom: 2.5rem !important; }
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important; }
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important; }
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important; }
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important; }
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important; }
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important; }
  .g-pb-70--md {
    padding-bottom: 5rem !important; }
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important; }
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important; }
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important; }
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important; }
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important; }
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important; }
  .g-pb-105--md {
    padding-bottom: 7.5rem !important; }
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important; }
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important; }
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important; }
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important; }
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important; }
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important; }
  .g-pb-140--md {
    padding-bottom: 10rem !important; }
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important; }
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important; }
  .g-pb-155--md {
    padding-bottom: 11.07143rem !important; }
  .g-pb-160--md {
    padding-bottom: 11.42857rem !important; }
  .g-pb-165--md {
    padding-bottom: 11.78571rem !important; }
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important; }
  .g-pb-175--md {
    padding-bottom: 12.5rem !important; }
  .g-pb-180--md {
    padding-bottom: 12.85714rem !important; }
  .g-pb-185--md {
    padding-bottom: 13.21429rem !important; }
  .g-pb-190--md {
    padding-bottom: 13.57143rem !important; }
  /* Padding Left */
  .g-pl-0--md {
    padding-left: 0px !important; }
  .g-pl-1--md {
    padding-left: 0.07143rem !important; }
  .g-pl-2--md {
    padding-left: 0.14286rem !important; }
  .g-pl-3--md {
    padding-left: 0.21429rem !important; }
  .g-pl-4--md {
    padding-left: 0.28571rem !important; }
  .g-pl-5--md {
    padding-left: 0.35714rem !important; }
  .g-pl-6--md {
    padding-left: 0.42857rem !important; }
  .g-pl-7--md {
    padding-left: 0.5rem !important; }
  .g-pl-8--md {
    padding-left: 0.57143rem !important; }
  .g-pl-9--md {
    padding-left: 0.64286rem !important; }
  /* P */
  .g-pl-10--md {
    padding-left: 0.71429rem !important; }
  /* P */
  .g-pl-15--md {
    padding-left: 1.07143rem !important; }
  /* P */
  .g-pl-20--md {
    padding-left: 1.42857rem !important; }
  /* P */
  .g-pl-25--md {
    padding-left: 1.78571rem !important; }
  /* P */
  .g-pl-30--md {
    padding-left: 2.14286rem !important; }
  /* P */
  .g-pl-35--md {
    padding-left: 2.5rem !important; }
  /* P */
  .g-pl-40--md {
    padding-left: 2.85714rem !important; }
  /* P */
  .g-pl-45--md {
    padding-left: 3.21429rem !important; }
  /* P */
  .g-pl-50--md {
    padding-left: 3.57143rem !important; }
  /* P */
  .g-pl-55--md {
    padding-left: 3.92857rem !important; }
  /* P */
  .g-pl-60--md {
    padding-left: 4.28571rem !important; }
  /* P */
  .g-pl-65--md {
    padding-left: 4.64286rem !important; }
  /* P */
  .g-pl-70--md {
    padding-left: 5rem !important; }
  /* P */
  .g-pl-75--md {
    padding-left: 5.35714rem !important; }
  /* P */
  .g-pl-80--md {
    padding-left: 5.71429rem !important; }
  /* P */
  .g-pl-85--md {
    padding-left: 6.07143rem !important; }
  /* P */
  .g-pl-90--md {
    padding-left: 6.42857rem !important; }
  /* P */
  .g-pl-95--md {
    padding-left: 6.78571rem !important; }
  /* P */
  .g-pl-100--md {
    padding-left: 7.14286rem !important; }
  /* P */
  .g-pl-105--md {
    padding-left: 7.5rem !important; }
  /* P */
  .g-pl-110--md {
    padding-left: 7.85714rem !important; }
  /* P */
  .g-pl-115--md {
    padding-left: 8.21429rem !important; }
  /* P */
  .g-pl-120--md {
    padding-left: 8.57143rem !important; }
  /* P */
  .g-pl-125--md {
    padding-left: 8.92857rem !important; }
  /* P */
  .g-pl-130--md {
    padding-left: 9.28571rem !important; }
  /* P */
  .g-pl-135--md {
    padding-left: 9.64286rem !important; }
  /* P */
  .g-pl-140--md {
    padding-left: 10rem !important; }
  /* P */
  .g-pl-145--md {
    padding-left: 10.35714rem !important; }
  /* P */
  .g-pl-150--md {
    padding-left: 10.71429rem !important; }
  /* P */
  .g-pl-155--md {
    padding-left: 11.07143rem !important; }
  /* P */
  .g-pl-160--md {
    padding-left: 11.42857rem !important; }
  /* P */
  .g-pl-165--md {
    padding-left: 11.78571rem !important; }
  /* P */
  .g-pl-170--md {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 1100px) {
  .g-pa-0--lg {
    padding: 0 !important; }
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .g-pt-0--lg {
    padding-top: 0 !important; }
  .g-pr-0--lg {
    padding-right: 0 !important; }
  .g-pb-0--lg {
    padding-bottom: 0 !important; }
  .g-pl-0--lg {
    padding-left: 0 !important; }
  /* Padding Around */
  .g-pa-2--lg {
    padding: 0.14286rem !important; }
  .g-pa-3--lg {
    padding: 0.21429rem !important; }
  .g-pa-5--lg {
    padding: 0.35714rem !important; }
  .g-pa-7--lg {
    padding: 0.5rem !important; }
  .g-pa-10--lg {
    padding: 0.71429rem !important; }
  .g-pa-15--lg {
    padding: 1.07143rem !important; }
  .g-pa-20--lg {
    padding: 1.42857rem !important; }
  .g-pa-25--lg {
    padding: 1.78571rem !important; }
  .g-pa-30--lg {
    padding: 2.14286rem !important; }
  .g-pa-35--lg {
    padding: 2.5rem !important; }
  .g-pa-40--lg {
    padding: 2.85714rem !important; }
  .g-pa-45--lg {
    padding: 3.21429rem !important; }
  .g-pa-50--lg {
    padding: 3.57143rem !important; }
  .g-pa-55--lg {
    padding: 3.92857rem !important; }
  .g-pa-60--lg {
    padding: 4.28571rem !important; }
  .g-pa-65--lg {
    padding: 4.64286rem !important; }
  .g-pa-70--lg {
    padding: 5rem !important; }
  .g-pa-75--lg {
    padding: 5.35714rem !important; }
  .g-pa-80--lg {
    padding: 5.71429rem !important; }
  .g-pa-85--lg {
    padding: 6.07143rem !important; }
  .g-pa-90--lg {
    padding: 6.42857rem !important; }
  .g-pa-95--lg {
    padding: 6.78571rem !important; }
  .g-pa-100--lg {
    padding: 7.14286rem !important; }
  .g-pa-105--lg {
    padding: 7.5rem !important; }
  .g-pa-110--lg {
    padding: 7.85714rem !important; }
  .g-pa-115--lg {
    padding: 8.21429rem !important; }
  .g-pa-120--lg {
    padding: 8.57143rem !important; }
  .g-pa-125--lg {
    padding: 8.92857rem !important; }
  .g-pa-130--lg {
    padding: 9.28571rem !important; }
  .g-pa-135--lg {
    padding: 9.64286rem !important; }
  .g-pa-140--lg {
    padding: 10rem !important; }
  .g-pa-145--lg {
    padding: 10.35714rem !important; }
  .g-pa-150--lg {
    padding: 10.71429rem !important; }
  /* Padding X */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-16--lg {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .g-px-17--lg {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .g-px-18--lg {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .g-px-19--lg {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .g-pt-0--lg {
    padding-top: 0px !important; }
  .g-pt-1--lg {
    padding-top: 0.07143rem !important; }
  .g-pt-2--lg {
    padding-top: 0.14286rem !important; }
  .g-pt-3--lg {
    padding-top: 0.21429rem !important; }
  .g-pt-4--lg {
    padding-top: 0.28571rem !important; }
  .g-pt-5--lg {
    padding-top: 0.35714rem !important; }
  .g-pt-6--lg {
    padding-top: 0.42857rem !important; }
  .g-pt-7--lg {
    padding-top: 0.5rem !important; }
  .g-pt-8--lg {
    padding-top: 0.57143rem !important; }
  .g-pt-9--lg {
    padding-top: 0.64286rem !important; }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important; }
  .g-pt-11--lg {
    padding-top: 0.78571rem !important; }
  .g-pt-12--lg {
    padding-top: 0.85714rem !important; }
  .g-pt-13--lg {
    padding-top: 0.92857rem !important; }
  .g-pt-14--lg {
    padding-top: 1rem !important; }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important; }
  .g-pt-16--lg {
    padding-top: 1.14286rem !important; }
  .g-pt-17--lg {
    padding-top: 1.21429rem !important; }
  .g-pt-18--lg {
    padding-top: 1.28571rem !important; }
  .g-pt-19--lg {
    padding-top: 1.35714rem !important; }
  .g-pt-10--lg {
    padding-top: 0.71429rem !important; }
  .g-pt-15--lg {
    padding-top: 1.07143rem !important; }
  .g-pt-20--lg {
    padding-top: 1.42857rem !important; }
  .g-pt-25--lg {
    padding-top: 1.78571rem !important; }
  .g-pt-30--lg {
    padding-top: 2.14286rem !important; }
  .g-pt-35--lg {
    padding-top: 2.5rem !important; }
  .g-pt-40--lg {
    padding-top: 2.85714rem !important; }
  .g-pt-45--lg {
    padding-top: 3.21429rem !important; }
  .g-pt-50--lg {
    padding-top: 3.57143rem !important; }
  .g-pt-55--lg {
    padding-top: 3.92857rem !important; }
  .g-pt-60--lg {
    padding-top: 4.28571rem !important; }
  .g-pt-65--lg {
    padding-top: 4.64286rem !important; }
  .g-pt-70--lg {
    padding-top: 5rem !important; }
  .g-pt-75--lg {
    padding-top: 5.35714rem !important; }
  .g-pt-80--lg {
    padding-top: 5.71429rem !important; }
  .g-pt-85--lg {
    padding-top: 6.07143rem !important; }
  .g-pt-90--lg {
    padding-top: 6.42857rem !important; }
  .g-pt-95--lg {
    padding-top: 6.78571rem !important; }
  .g-pt-100--lg {
    padding-top: 7.14286rem !important; }
  .g-pt-105--lg {
    padding-top: 7.5rem !important; }
  .g-pt-110--lg {
    padding-top: 7.85714rem !important; }
  .g-pt-115--lg {
    padding-top: 8.21429rem !important; }
  .g-pt-120--lg {
    padding-top: 8.57143rem !important; }
  .g-pt-125--lg {
    padding-top: 8.92857rem !important; }
  .g-pt-130--lg {
    padding-top: 9.28571rem !important; }
  .g-pt-135--lg {
    padding-top: 9.64286rem !important; }
  .g-pt-140--lg {
    padding-top: 10rem !important; }
  .g-pt-145--lg {
    padding-top: 10.35714rem !important; }
  .g-pt-150--lg {
    padding-top: 10.71429rem !important; }
  .g-pt-155--lg {
    padding-top: 11.07143rem !important; }
  .g-pt-160--lg {
    padding-top: 11.42857rem !important; }
  .g-pt-165--lg {
    padding-top: 11.78571rem !important; }
  .g-pt-170--lg {
    padding-top: 12.14286rem !important; }
  .g-pt-175--lg {
    padding-top: 12.5rem !important; }
  .g-pt-180--lg {
    padding-top: 12.85714rem !important; }
  .g-pt-185--lg {
    padding-top: 13.21429rem !important; }
  .g-pt-190--lg {
    padding-top: 13.57143rem !important; }
  /* Padding Right */
  .g-pr-0--lg {
    padding-right: 0px !important; }
  .g-pr-1--lg {
    padding-right: 0.07143rem !important; }
  .g-pr-2--lg {
    padding-right: 0.14286rem !important; }
  .g-pr-3--lg {
    padding-right: 0.21429rem !important; }
  .g-pr-4--lg {
    padding-right: 0.28571rem !important; }
  .g-pr-5--lg {
    padding-right: 0.35714rem !important; }
  .g-pr-6--lg {
    padding-right: 0.42857rem !important; }
  .g-pr-7--lg {
    padding-right: 0.5rem !important; }
  .g-pr-8--lg {
    padding-right: 0.57143rem !important; }
  .g-pr-9--lg {
    padding-right: 0.64286rem !important; }
  /* P */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important; }
  /* P */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important; }
  /* P */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important; }
  /* P */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important; }
  /* P */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important; }
  /* P */
  .g-pr-35--lg {
    padding-right: 2.5rem !important; }
  /* P */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important; }
  /* P */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important; }
  /* P */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important; }
  /* P */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important; }
  /* P */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important; }
  /* P */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important; }
  /* P */
  .g-pr-70--lg {
    padding-right: 5rem !important; }
  /* P */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important; }
  /* P */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important; }
  /* P */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important; }
  /* P */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important; }
  /* P */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important; }
  /* P */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important; }
  /* P */
  .g-pr-105--lg {
    padding-right: 7.5rem !important; }
  /* P */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important; }
  /* P */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important; }
  /* P */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important; }
  /* P */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important; }
  /* P */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important; }
  /* P */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important; }
  /* P */
  .g-pr-140--lg {
    padding-right: 10rem !important; }
  /* P */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important; }
  /* P */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important; }
  /* P */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important; }
  /* P */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important; }
  /* P */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important; }
  /* P */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .g-pb-0--lg {
    padding-bottom: 0px !important; }
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important; }
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important; }
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important; }
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important; }
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important; }
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important; }
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important; }
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important; }
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important; }
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important; }
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important; }
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important; }
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important; }
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important; }
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important; }
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important; }
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important; }
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important; }
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important; }
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important; }
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important; }
  .g-pb-70--lg {
    padding-bottom: 5rem !important; }
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important; }
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important; }
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important; }
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important; }
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important; }
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important; }
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important; }
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important; }
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important; }
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important; }
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important; }
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important; }
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important; }
  .g-pb-140--lg {
    padding-bottom: 10rem !important; }
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important; }
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important; }
  .g-pb-155--lg {
    padding-bottom: 11.07143rem !important; }
  .g-pb-160--lg {
    padding-bottom: 11.42857rem !important; }
  .g-pb-165--lg {
    padding-bottom: 11.78571rem !important; }
  .g-pb-170--lg {
    padding-bottom: 12.14286rem !important; }
  .g-pb-175--lg {
    padding-bottom: 12.5rem !important; }
  .g-pb-180--lg {
    padding-bottom: 12.85714rem !important; }
  .g-pb-185--lg {
    padding-bottom: 13.21429rem !important; }
  .g-pb-190--lg {
    padding-bottom: 13.57143rem !important; }
  /* Padding Left */
  .g-pl-0--lg {
    padding-left: 0px !important; }
  .g-pl-1--lg {
    padding-left: 0.07143rem !important; }
  .g-pl-2--lg {
    padding-left: 0.14286rem !important; }
  .g-pl-3--lg {
    padding-left: 0.21429rem !important; }
  .g-pl-4--lg {
    padding-left: 0.28571rem !important; }
  .g-pl-5--lg {
    padding-left: 0.35714rem !important; }
  .g-pl-6--lg {
    padding-left: 0.42857rem !important; }
  .g-pl-7--lg {
    padding-left: 0.5rem !important; }
  .g-pl-8--lg {
    padding-left: 0.57143rem !important; }
  .g-pl-9--lg {
    padding-left: 0.64286rem !important; }
  /* P */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important; }
  /* P */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important; }
  /* P */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important; }
  /* P */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important; }
  /* P */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important; }
  /* P */
  .g-pl-35--lg {
    padding-left: 2.5rem !important; }
  /* P */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important; }
  /* P */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important; }
  /* P */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important; }
  /* P */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important; }
  /* P */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important; }
  /* P */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important; }
  /* P */
  .g-pl-70--lg {
    padding-left: 5rem !important; }
  /* P */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important; }
  /* P */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important; }
  /* P */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important; }
  /* P */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important; }
  /* P */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important; }
  /* P */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important; }
  /* P */
  .g-pl-105--lg {
    padding-left: 7.5rem !important; }
  /* P */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important; }
  /* P */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important; }
  /* P */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important; }
  /* P */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important; }
  /* P */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important; }
  /* P */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important; }
  /* P */
  .g-pl-140--lg {
    padding-left: 10rem !important; }
  /* P */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important; }
  /* P */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important; }
  /* P */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important; }
  /* P */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important; }
  /* P */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important; }
  /* P */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important; } }

/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1280px) {
  .g-pa-0--xl {
    padding: 0 !important; }
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .g-pt-0--xl {
    padding-top: 0 !important; }
  .g-pr-0--xl {
    padding-right: 0 !important; }
  .g-pb-0--xl {
    padding-bottom: 0 !important; }
  .g-pl-0--xl {
    padding-left: 0 !important; }
  /* Padding Around */
  .g-pa-2--xl {
    padding: 0.14286rem !important; }
  .g-pa-3--xl {
    padding: 0.21429rem !important; }
  .g-pa-5--xl {
    padding: 0.35714rem !important; }
  .g-pa-7--xl {
    padding: 0.5rem !important; }
  .g-pa-10--xl {
    padding: 0.71429rem !important; }
  .g-pa-15--xl {
    padding: 1.07143rem !important; }
  .g-pa-20--xl {
    padding: 1.42857rem !important; }
  .g-pa-25--xl {
    padding: 1.78571rem !important; }
  .g-pa-30--xl {
    padding: 2.14286rem !important; }
  .g-pa-35--xl {
    padding: 2.5rem !important; }
  .g-pa-40--xl {
    padding: 2.85714rem !important; }
  .g-pa-45--xl {
    padding: 3.21429rem !important; }
  .g-pa-50--xl {
    padding: 3.57143rem !important; }
  .g-pa-55--xl {
    padding: 3.92857rem !important; }
  .g-pa-60--xl {
    padding: 4.28571rem !important; }
  .g-pa-65--xl {
    padding: 4.64286rem !important; }
  .g-pa-70--xl {
    padding: 5rem !important; }
  .g-pa-75--xl {
    padding: 5.35714rem !important; }
  .g-pa-80--xl {
    padding: 5.71429rem !important; }
  .g-pa-85--xl {
    padding: 6.07143rem !important; }
  .g-pa-90--xl {
    padding: 6.42857rem !important; }
  .g-pa-95--xl {
    padding: 6.78571rem !important; }
  .g-pa-100--xl {
    padding: 7.14286rem !important; }
  .g-pa-105--xl {
    padding: 7.5rem !important; }
  .g-pa-110--xl {
    padding: 7.85714rem !important; }
  .g-pa-115--xl {
    padding: 8.21429rem !important; }
  .g-pa-120--xl {
    padding: 8.57143rem !important; }
  .g-pa-125--xl {
    padding: 8.92857rem !important; }
  .g-pa-130--xl {
    padding: 9.28571rem !important; }
  .g-pa-135--xl {
    padding: 9.64286rem !important; }
  .g-pa-140--xl {
    padding: 10rem !important; }
  .g-pa-145--xl {
    padding: 10.35714rem !important; }
  .g-pa-150--xl {
    padding: 10.71429rem !important; }
  /* Padding X */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important; }
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important; }
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important; }
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important; }
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important; }
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important; }
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important; }
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important; }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important; }
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important; }
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important; }
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-16--xl {
    padding-left: 1.14286rem !important;
    padding-right: 1.14286rem !important; }
  .g-px-17--xl {
    padding-left: 1.21429rem !important;
    padding-right: 1.21429rem !important; }
  .g-px-18--xl {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important; }
  .g-px-19--xl {
    padding-left: 1.35714rem !important;
    padding-right: 1.35714rem !important; }
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important; }
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important; }
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important; }
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important; }
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important; }
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important; }
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important; }
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important; }
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important; }
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important; }
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important; }
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important; }
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important; }
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important; }
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important; }
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important; }
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important; }
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important; }
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important; }
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important; }
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important; }
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important; }
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important; }
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important; }
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important; }
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important; }
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important; }
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important; }
  /* Padding Y */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important; }
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important; }
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important; }
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important; }
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important; }
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important; }
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important; }
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important; }
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important; }
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important; }
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important; }
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important; }
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important; }
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important; }
  /* P */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important; }
  /* P */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important; }
  /* P */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important; }
  /* P */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important; }
  /* P */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important; }
  /* P */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  /* P */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important; }
  /* P */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important; }
  /* P */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important; }
  /* P */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important; }
  /* P */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important; }
  /* P */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important; }
  /* P */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  /* P */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important; }
  /* P */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important; }
  /* P */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important; }
  /* P */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important; }
  /* P */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important; }
  /* P */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important; }
  /* P */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  /* P */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important; }
  /* P */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important; }
  /* P */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important; }
  /* P */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important; }
  /* P */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important; }
  /* P */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important; }
  /* P */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  /* P */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important; }
  /* P */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important; }
  /* P */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important; }
  /* P */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important; }
  /* P */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important; }
  /* P */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important; }
  /* P */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important; }
  /* P */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important; }
  /* P */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important; }
  /* P */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important; }
  /* P */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important; }
  /* P */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important; }
  /* P */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important; }
  /* P */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important; }
  /* Padding Top */
  .g-pt-0--xl {
    padding-top: 0px !important; }
  .g-pt-1--xl {
    padding-top: 0.07143rem !important; }
  .g-pt-2--xl {
    padding-top: 0.14286rem !important; }
  .g-pt-3--xl {
    padding-top: 0.21429rem !important; }
  .g-pt-4--xl {
    padding-top: 0.28571rem !important; }
  .g-pt-5--xl {
    padding-top: 0.35714rem !important; }
  .g-pt-6--xl {
    padding-top: 0.42857rem !important; }
  .g-pt-7--xl {
    padding-top: 0.5rem !important; }
  .g-pt-8--xl {
    padding-top: 0.57143rem !important; }
  .g-pt-9--xl {
    padding-top: 0.64286rem !important; }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important; }
  .g-pt-11--xl {
    padding-top: 0.78571rem !important; }
  .g-pt-12--xl {
    padding-top: 0.85714rem !important; }
  .g-pt-13--xl {
    padding-top: 0.92857rem !important; }
  .g-pt-14--xl {
    padding-top: 1rem !important; }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important; }
  .g-pt-16--xl {
    padding-top: 1.14286rem !important; }
  .g-pt-17--xl {
    padding-top: 1.21429rem !important; }
  .g-pt-18--xl {
    padding-top: 1.28571rem !important; }
  .g-pt-19--xl {
    padding-top: 1.35714rem !important; }
  .g-pt-10--xl {
    padding-top: 0.71429rem !important; }
  .g-pt-15--xl {
    padding-top: 1.07143rem !important; }
  .g-pt-20--xl {
    padding-top: 1.42857rem !important; }
  .g-pt-25--xl {
    padding-top: 1.78571rem !important; }
  .g-pt-30--xl {
    padding-top: 2.14286rem !important; }
  .g-pt-35--xl {
    padding-top: 2.5rem !important; }
  .g-pt-40--xl {
    padding-top: 2.85714rem !important; }
  .g-pt-45--xl {
    padding-top: 3.21429rem !important; }
  .g-pt-50--xl {
    padding-top: 3.57143rem !important; }
  .g-pt-55--xl {
    padding-top: 3.92857rem !important; }
  .g-pt-60--xl {
    padding-top: 4.28571rem !important; }
  .g-pt-65--xl {
    padding-top: 4.64286rem !important; }
  .g-pt-70--xl {
    padding-top: 5rem !important; }
  .g-pt-75--xl {
    padding-top: 5.35714rem !important; }
  .g-pt-80--xl {
    padding-top: 5.71429rem !important; }
  .g-pt-85--xl {
    padding-top: 6.07143rem !important; }
  .g-pt-90--xl {
    padding-top: 6.42857rem !important; }
  .g-pt-95--xl {
    padding-top: 6.78571rem !important; }
  .g-pt-100--xl {
    padding-top: 7.14286rem !important; }
  .g-pt-105--xl {
    padding-top: 7.5rem !important; }
  .g-pt-110--xl {
    padding-top: 7.85714rem !important; }
  .g-pt-115--xl {
    padding-top: 8.21429rem !important; }
  .g-pt-120--xl {
    padding-top: 8.57143rem !important; }
  .g-pt-125--xl {
    padding-top: 8.92857rem !important; }
  .g-pt-130--xl {
    padding-top: 9.28571rem !important; }
  .g-pt-135--xl {
    padding-top: 9.64286rem !important; }
  .g-pt-140--xl {
    padding-top: 10rem !important; }
  .g-pt-145--xl {
    padding-top: 10.35714rem !important; }
  .g-pt-150--xl {
    padding-top: 10.71429rem !important; }
  .g-pt-155--xl {
    padding-top: 11.07143rem !important; }
  .g-pt-160--xl {
    padding-top: 11.42857rem !important; }
  .g-pt-165--xl {
    padding-top: 11.78571rem !important; }
  .g-pt-170--xl {
    padding-top: 12.14286rem !important; }
  .g-pt-175--xl {
    padding-top: 12.5rem !important; }
  .g-pt-180--xl {
    padding-top: 12.85714rem !important; }
  .g-pt-185--xl {
    padding-top: 13.21429rem !important; }
  .g-pt-190--xl {
    padding-top: 13.57143rem !important; }
  /* Padding Right */
  .g-pr-0--xl {
    padding-right: 0px !important; }
  .g-pr-1--xl {
    padding-right: 0.07143rem !important; }
  .g-pr-2--xl {
    padding-right: 0.14286rem !important; }
  .g-pr-3--xl {
    padding-right: 0.21429rem !important; }
  .g-pr-4--xl {
    padding-right: 0.28571rem !important; }
  .g-pr-5--xl {
    padding-right: 0.35714rem !important; }
  .g-pr-6--xl {
    padding-right: 0.42857rem !important; }
  .g-pr-7--xl {
    padding-right: 0.5rem !important; }
  .g-pr-8--xl {
    padding-right: 0.57143rem !important; }
  .g-pr-9--xl {
    padding-right: 0.64286rem !important; }
  /* P */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important; }
  /* P */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important; }
  /* P */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important; }
  /* P */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important; }
  /* P */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important; }
  /* P */
  .g-pr-35--xl {
    padding-right: 2.5rem !important; }
  /* P */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important; }
  /* P */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important; }
  /* P */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important; }
  /* P */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important; }
  /* P */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important; }
  /* P */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important; }
  /* P */
  .g-pr-70--xl {
    padding-right: 5rem !important; }
  /* P */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important; }
  /* P */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important; }
  /* P */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important; }
  /* P */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important; }
  /* P */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important; }
  /* P */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important; }
  /* P */
  .g-pr-105--xl {
    padding-right: 7.5rem !important; }
  /* P */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important; }
  /* P */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important; }
  /* P */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important; }
  /* P */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important; }
  /* P */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important; }
  /* P */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important; }
  /* P */
  .g-pr-140--xl {
    padding-right: 10rem !important; }
  /* P */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important; }
  /* P */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important; }
  /* P */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important; }
  /* P */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important; }
  /* P */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important; }
  /* P */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important; }
  /* Padding Bottom */
  .g-pb-0--xl {
    padding-bottom: 0px !important; }
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important; }
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important; }
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important; }
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important; }
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important; }
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important; }
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important; }
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important; }
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important; }
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important; }
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important; }
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important; }
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important; }
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important; }
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important; }
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important; }
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important; }
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important; }
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important; }
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important; }
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important; }
  .g-pb-70--xl {
    padding-bottom: 5rem !important; }
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important; }
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important; }
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important; }
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important; }
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important; }
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important; }
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important; }
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important; }
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important; }
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important; }
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important; }
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important; }
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important; }
  .g-pb-140--xl {
    padding-bottom: 10rem !important; }
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important; }
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important; }
  .g-pb-155--xl {
    padding-bottom: 11.07143rem !important; }
  .g-pb-160--xl {
    padding-bottom: 11.42857rem !important; }
  .g-pb-165--xl {
    padding-bottom: 11.78571rem !important; }
  .g-pb-170--xl {
    padding-bottom: 12.14286rem !important; }
  .g-pb-175--xl {
    padding-bottom: 12.5rem !important; }
  .g-pb-180--xl {
    padding-bottom: 12.85714rem !important; }
  .g-pb-185--xl {
    padding-bottom: 13.21429rem !important; }
  .g-pb-190--xl {
    padding-bottom: 13.57143rem !important; }
  /* Padding Left */
  .g-pl-0--xl {
    padding-left: 0px !important; }
  .g-pl-1--xl {
    padding-left: 0.07143rem !important; }
  .g-pl-2--xl {
    padding-left: 0.14286rem !important; }
  .g-pl-3--xl {
    padding-left: 0.21429rem !important; }
  .g-pl-4--xl {
    padding-left: 0.28571rem !important; }
  .g-pl-5--xl {
    padding-left: 0.35714rem !important; }
  .g-pl-6--xl {
    padding-left: 0.42857rem !important; }
  .g-pl-7--xl {
    padding-left: 0.5rem !important; }
  .g-pl-8--xl {
    padding-left: 0.57143rem !important; }
  .g-pl-9--xl {
    padding-left: 0.64286rem !important; }
  /* P */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important; }
  /* P */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important; }
  /* P */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important; }
  /* P */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important; }
  /* P */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important; }
  /* P */
  .g-pl-35--xl {
    padding-left: 2.5rem !important; }
  /* P */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important; }
  /* P */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important; }
  /* P */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important; }
  /* P */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important; }
  /* P */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important; }
  /* P */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important; }
  /* P */
  .g-pl-70--xl {
    padding-left: 5rem !important; }
  /* P */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important; }
  /* P */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important; }
  /* P */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important; }
  /* P */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important; }
  /* P */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important; }
  /* P */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important; }
  /* P */
  .g-pl-105--xl {
    padding-left: 7.5rem !important; }
  /* P */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important; }
  /* P */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important; }
  /* P */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important; }
  /* P */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important; }
  /* P */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important; }
  /* P */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important; }
  /* P */
  .g-pl-140--xl {
    padding-left: 10rem !important; }
  /* P */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important; }
  /* P */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important; }
  /* P */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important; }
  /* P */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important; }
  /* P */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important; }
  /* P */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important; } }

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  .g-ma-0 {
    margin: 0 !important; }
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .g-ml-0 {
    margin-left: 0 !important; }
  .g-mr-0 {
    margin-right: 0 !important; }
  .g-mt-0 {
    margin-top: 0 !important; }
  .g-mb-0 {
    margin-bottom: 0 !important; }
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .g-my-105 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-my-110 {
    margin-top: 7.85714rem !important;
    margin-bottom: 7.85714rem !important; }
  .g-my-115 {
    margin-top: 8.21429rem !important;
    margin-bottom: 8.21429rem !important; }
  .g-my-120 {
    margin-top: 8.57143rem !important;
    margin-bottom: 8.57143rem !important; }
  .g-my-125 {
    margin-top: 8.92857rem !important;
    margin-bottom: 8.92857rem !important; }
  .g-my-130 {
    margin-top: 9.28571rem !important;
    margin-bottom: 9.28571rem !important; }
  .g-my-135 {
    margin-top: 9.64286rem !important;
    margin-bottom: 9.64286rem !important; }
  .g-my-140 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-my-145 {
    margin-top: 10.35714rem !important;
    margin-bottom: 10.35714rem !important; }
  .g-my-150 {
    margin-top: 10.71429rem !important;
    margin-bottom: 10.71429rem !important; }
  .g-my-155 {
    margin-top: 11.07143rem !important;
    margin-bottom: 11.07143rem !important; }
  .g-my-160 {
    margin-top: 11.42857rem !important;
    margin-bottom: 11.42857rem !important; }
  .g-my-165 {
    margin-top: 11.78571rem !important;
    margin-bottom: 11.78571rem !important; }
  .g-my-170 {
    margin-top: 12.14286rem !important;
    margin-bottom: 12.14286rem !important; }
  .g-my-175 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-my-180 {
    margin-top: 12.85714rem !important;
    margin-bottom: 12.85714rem !important; }
  .g-my-185 {
    margin-top: 13.21429rem !important;
    margin-bottom: 13.21429rem !important; }
  .g-mt-1 {
    margin-top: 0.07143rem !important; }
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important; }
  .g-mt-2 {
    margin-top: 0.14286rem !important; }
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important; }
  .g-mt-3 {
    margin-top: 0.21429rem !important; }
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important; }
  .g-mt-4 {
    margin-top: 0.28571rem !important; }
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important; }
  .g-mt-5 {
    margin-top: 0.35714rem !important; }
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important; }
  .g-mt-6 {
    margin-top: 0.42857rem !important; }
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important; }
  .g-mt-7 {
    margin-top: 0.5rem !important; }
  .g-mt-minus-7 {
    margin-top: -0.5rem !important; }
  .g-mt-8 {
    margin-top: 0.57143rem !important; }
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important; }
  .g-mt-9 {
    margin-top: 0.64286rem !important; }
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important; }
  .g-mt-10 {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important; }
  .g-mt-11 {
    margin-top: 0.78571rem !important; }
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important; }
  .g-mt-12 {
    margin-top: 0.85714rem !important; }
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important; }
  .g-mt-13 {
    margin-top: 0.92857rem !important; }
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important; }
  .g-mt-14 {
    margin-top: 1rem !important; }
  .g-mt-minus-14 {
    margin-top: -1rem !important; }
  .g-mt-15 {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important; }
  .g-mt-16 {
    margin-top: 1.14286rem !important; }
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important; }
  .g-mt-17 {
    margin-top: 1.21429rem !important; }
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important; }
  .g-mt-18 {
    margin-top: 1.28571rem !important; }
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important; }
  .g-mt-19 {
    margin-top: 1.35714rem !important; }
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important; }
  .g-mt-20 {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important; }
  .g-mt-21 {
    margin-top: 1.5rem !important; }
  .g-mt-minus-21 {
    margin-top: -1.5rem !important; }
  .g-mt-22 {
    margin-top: 1.57143rem !important; }
  .g-mt-minus-22 {
    margin-top: -1.57143rem !important; }
  .g-mt-23 {
    margin-top: 1.64286rem !important; }
  .g-mt-minus-23 {
    margin-top: -1.64286rem !important; }
  .g-mt-24 {
    margin-top: 1.71429rem !important; }
  .g-mt-minus-24 {
    margin-top: -1.71429rem !important; }
  .g-mt-25 {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important; }
  .g-mt-26 {
    margin-top: 1.85714rem !important; }
  .g-mt-minus-26 {
    margin-top: -1.85714rem !important; }
  .g-mt-27 {
    margin-top: 1.92857rem !important; }
  .g-mt-minus-27 {
    margin-top: -1.92857rem !important; }
  .g-mt-28 {
    margin-top: 2rem !important; }
  .g-mt-minus-28 {
    margin-top: -2rem !important; }
  .g-mt-29 {
    margin-top: 2.07143rem !important; }
  .g-mt-minus-29 {
    margin-top: -2.07143rem !important; }
  .g-mt-30 {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important; }
  .g-mt-31 {
    margin-top: 2.21429rem !important; }
  .g-mt-minus-31 {
    margin-top: -2.21429rem !important; }
  .g-mt-32 {
    margin-top: 2.28571rem !important; }
  .g-mt-minus-32 {
    margin-top: -2.28571rem !important; }
  .g-mt-33 {
    margin-top: 2.35714rem !important; }
  .g-mt-minus-33 {
    margin-top: -2.35714rem !important; }
  .g-mt-34 {
    margin-top: 2.42857rem !important; }
  .g-mt-minus-34 {
    margin-top: -2.42857rem !important; }
  .g-mt-35 {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35 {
    margin-top: -2.5rem !important; }
  .g-mt-36 {
    margin-top: 2.57143rem !important; }
  .g-mt-minus-36 {
    margin-top: -2.57143rem !important; }
  .g-mt-37 {
    margin-top: 2.64286rem !important; }
  .g-mt-minus-37 {
    margin-top: -2.64286rem !important; }
  .g-mt-38 {
    margin-top: 2.71429rem !important; }
  .g-mt-minus-38 {
    margin-top: -2.71429rem !important; }
  .g-mt-39 {
    margin-top: 2.78571rem !important; }
  .g-mt-minus-39 {
    margin-top: -2.78571rem !important; }
  .g-mt-40 {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important; }
  .g-mt-41 {
    margin-top: 2.92857rem !important; }
  .g-mt-minus-41 {
    margin-top: -2.92857rem !important; }
  .g-mt-42 {
    margin-top: 3rem !important; }
  .g-mt-minus-42 {
    margin-top: -3rem !important; }
  .g-mt-43 {
    margin-top: 3.07143rem !important; }
  .g-mt-minus-43 {
    margin-top: -3.07143rem !important; }
  .g-mt-44 {
    margin-top: 3.14286rem !important; }
  .g-mt-minus-44 {
    margin-top: -3.14286rem !important; }
  .g-mt-45 {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important; }
  .g-mt-46 {
    margin-top: 3.28571rem !important; }
  .g-mt-minus-46 {
    margin-top: -3.28571rem !important; }
  .g-mt-47 {
    margin-top: 3.35714rem !important; }
  .g-mt-minus-47 {
    margin-top: -3.35714rem !important; }
  .g-mt-48 {
    margin-top: 3.42857rem !important; }
  .g-mt-minus-48 {
    margin-top: -3.42857rem !important; }
  .g-mt-49 {
    margin-top: 3.5rem !important; }
  .g-mt-minus-49 {
    margin-top: -3.5rem !important; }
  .g-mt-50 {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important; }
  .g-mt-51 {
    margin-top: 3.64286rem !important; }
  .g-mt-minus-51 {
    margin-top: -3.64286rem !important; }
  .g-mt-52 {
    margin-top: 3.71429rem !important; }
  .g-mt-minus-52 {
    margin-top: -3.71429rem !important; }
  .g-mt-53 {
    margin-top: 3.78571rem !important; }
  .g-mt-minus-53 {
    margin-top: -3.78571rem !important; }
  .g-mt-54 {
    margin-top: 3.85714rem !important; }
  .g-mt-minus-54 {
    margin-top: -3.85714rem !important; }
  .g-mt-55 {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important; }
  .g-mt-56 {
    margin-top: 4rem !important; }
  .g-mt-minus-56 {
    margin-top: -4rem !important; }
  .g-mt-57 {
    margin-top: 4.07143rem !important; }
  .g-mt-minus-57 {
    margin-top: -4.07143rem !important; }
  .g-mt-58 {
    margin-top: 4.14286rem !important; }
  .g-mt-minus-58 {
    margin-top: -4.14286rem !important; }
  .g-mt-59 {
    margin-top: 4.21429rem !important; }
  .g-mt-minus-59 {
    margin-top: -4.21429rem !important; }
  .g-mt-60 {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important; }
  .g-mt-10 {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important; }
  .g-mt-15 {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important; }
  .g-mt-20 {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important; }
  .g-mt-25 {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important; }
  .g-mt-30 {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important; }
  .g-mt-35 {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35 {
    margin-top: -2.5rem !important; }
  .g-mt-40 {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important; }
  .g-mt-45 {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important; }
  .g-mt-50 {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important; }
  .g-mt-55 {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important; }
  .g-mt-60 {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important; }
  .g-mt-65 {
    margin-top: 4.64286rem !important; }
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important; }
  .g-mt-70 {
    margin-top: 5rem !important; }
  .g-mt-minus-70 {
    margin-top: -5rem !important; }
  .g-mt-75 {
    margin-top: 5.35714rem !important; }
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important; }
  .g-mt-80 {
    margin-top: 5.71429rem !important; }
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important; }
  .g-mt-85 {
    margin-top: 6.07143rem !important; }
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important; }
  .g-mt-90 {
    margin-top: 6.42857rem !important; }
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important; }
  .g-mt-95 {
    margin-top: 6.78571rem !important; }
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important; }
  .g-mt-100 {
    margin-top: 7.14286rem !important; }
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important; }
  .g-mt-105 {
    margin-top: 7.5rem !important; }
  .g-mt-minus-105 {
    margin-top: -7.5rem !important; }
  .g-mt-110 {
    margin-top: 7.85714rem !important; }
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important; }
  .g-mt-115 {
    margin-top: 8.21429rem !important; }
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important; }
  .g-mt-120 {
    margin-top: 8.57143rem !important; }
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important; }
  .g-mt-125 {
    margin-top: 8.92857rem !important; }
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important; }
  .g-mt-130 {
    margin-top: 9.28571rem !important; }
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important; }
  .g-mt-135 {
    margin-top: 9.64286rem !important; }
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important; }
  .g-mt-140 {
    margin-top: 10rem !important; }
  .g-mt-minus-140 {
    margin-top: -10rem !important; }
  .g-mt-145 {
    margin-top: 10.35714rem !important; }
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important; }
  .g-mt-150 {
    margin-top: 10.71429rem !important; }
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important; }
  .g-mt-155 {
    margin-top: 11.07143rem !important; }
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important; }
  .g-mt-160 {
    margin-top: 11.42857rem !important; }
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important; }
  .g-mt-165 {
    margin-top: 11.78571rem !important; }
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important; }
  .g-mt-170 {
    margin-top: 12.14286rem !important; }
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important; }
  .g-mb-1 {
    margin-bottom: 0.07143rem !important; }
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important; }
  .g-mb-2 {
    margin-bottom: 0.14286rem !important; }
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important; }
  .g-mb-3 {
    margin-bottom: 0.21429rem !important; }
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important; }
  .g-mb-4 {
    margin-bottom: 0.28571rem !important; }
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important; }
  .g-mb-5 {
    margin-bottom: 0.35714rem !important; }
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important; }
  .g-mb-6 {
    margin-bottom: 0.42857rem !important; }
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important; }
  .g-mb-7 {
    margin-bottom: 0.5rem !important; }
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important; }
  .g-mb-8 {
    margin-bottom: 0.57143rem !important; }
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important; }
  .g-mb-9 {
    margin-bottom: 0.64286rem !important; }
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important; }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important; }
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important; }
  .g-mb-11 {
    margin-bottom: 0.78571rem !important; }
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important; }
  .g-mb-12 {
    margin-bottom: 0.85714rem !important; }
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important; }
  .g-mb-13 {
    margin-bottom: 0.92857rem !important; }
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important; }
  .g-mb-14 {
    margin-bottom: 1rem !important; }
  .g-mb-minus-14 {
    margin-bottom: -1rem !important; }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important; }
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important; }
  .g-mb-16 {
    margin-bottom: 1.14286rem !important; }
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important; }
  .g-mb-17 {
    margin-bottom: 1.21429rem !important; }
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important; }
  .g-mb-18 {
    margin-bottom: 1.28571rem !important; }
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important; }
  .g-mb-19 {
    margin-bottom: 1.35714rem !important; }
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important; }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important; }
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important; }
  .g-mb-10 {
    margin-bottom: 0.71429rem !important; }
  .g-mb-15 {
    margin-bottom: 1.07143rem !important; }
  .g-mb-20 {
    margin-bottom: 1.42857rem !important; }
  .g-mb-25 {
    margin-bottom: 1.78571rem !important; }
  .g-mb-30 {
    margin-bottom: 2.14286rem !important; }
  .g-mb-35 {
    margin-bottom: 2.5rem !important; }
  .g-mb-40 {
    margin-bottom: 2.85714rem !important; }
  .g-mb-45 {
    margin-bottom: 3.21429rem !important; }
  .g-mb-50 {
    margin-bottom: 3.57143rem !important; }
  .g-mb-55 {
    margin-bottom: 3.92857rem !important; }
  .g-mb-60 {
    margin-bottom: 4.28571rem !important; }
  .g-mb-65 {
    margin-bottom: 4.64286rem !important; }
  .g-mb-70 {
    margin-bottom: 5rem !important; }
  .g-mb-75 {
    margin-bottom: 5.35714rem !important; }
  .g-mb-80 {
    margin-bottom: 5.71429rem !important; }
  .g-mb-85 {
    margin-bottom: 6.07143rem !important; }
  .g-mb-90 {
    margin-bottom: 6.42857rem !important; }
  .g-mb-95 {
    margin-bottom: 6.78571rem !important; }
  .g-mb-100 {
    margin-bottom: 7.14286rem !important; }
  .g-mb-105 {
    margin-bottom: 7.5rem !important; }
  .g-mb-110 {
    margin-bottom: 7.85714rem !important; }
  .g-mb-115 {
    margin-bottom: 8.21429rem !important; }
  .g-mb-120 {
    margin-bottom: 8.57143rem !important; }
  .g-mb-125 {
    margin-bottom: 8.92857rem !important; }
  .g-mb-130 {
    margin-bottom: 9.28571rem !important; }
  .g-mb-135 {
    margin-bottom: 9.64286rem !important; }
  .g-mb-140 {
    margin-bottom: 10rem !important; }
  .g-mb-145 {
    margin-bottom: 10.35714rem !important; }
  .g-mb-150 {
    margin-bottom: 10.71429rem !important; }
  .g-mb-155 {
    margin-bottom: 11.07143rem !important; }
  .g-mb-160 {
    margin-bottom: 11.42857rem !important; }
  .g-mb-165 {
    margin-bottom: 11.78571rem !important; }
  .g-mb-170 {
    margin-bottom: 12.14286rem !important; }
  .g-ml-1 {
    margin-left: 0.07143rem !important; }
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important; }
  .g-ml-2 {
    margin-left: 0.14286rem !important; }
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important; }
  .g-ml-3 {
    margin-left: 0.21429rem !important; }
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important; }
  .g-ml-4 {
    margin-left: 0.28571rem !important; }
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important; }
  .g-ml-5 {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important; }
  .g-ml-6 {
    margin-left: 0.42857rem !important; }
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important; }
  .g-ml-7 {
    margin-left: 0.5rem !important; }
  .g-ml-minus-7 {
    margin-left: -0.5rem !important; }
  .g-ml-8 {
    margin-left: 0.57143rem !important; }
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important; }
  .g-ml-9 {
    margin-left: 0.64286rem !important; }
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important; }
  .g-ml-10 {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important; }
  .g-ml-5 {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important; }
  .g-ml-10 {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important; }
  .g-ml-15 {
    margin-left: 1.07143rem !important; }
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important; }
  .g-ml-20 {
    margin-left: 1.42857rem !important; }
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important; }
  .g-ml-25 {
    margin-left: 1.78571rem !important; }
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important; }
  .g-ml-30 {
    margin-left: 2.14286rem !important; }
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important; }
  .g-ml-35 {
    margin-left: 2.5rem !important; }
  .g-ml-minus-35 {
    margin-left: -2.5rem !important; }
  .g-ml-40 {
    margin-left: 2.85714rem !important; }
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important; }
  .g-ml-45 {
    margin-left: 3.21429rem !important; }
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important; }
  .g-ml-50 {
    margin-left: 3.57143rem !important; }
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important; }
  .g-ml-55 {
    margin-left: 3.92857rem !important; }
  .g-ml-minus-55 {
    margin-left: -3.92857rem !important; }
  .g-ml-60 {
    margin-left: 4.28571rem !important; }
  .g-ml-minus-60 {
    margin-left: -4.28571rem !important; }
  .g-ml-65 {
    margin-left: 4.64286rem !important; }
  .g-ml-minus-65 {
    margin-left: -4.64286rem !important; }
  .g-ml-70 {
    margin-left: 5rem !important; }
  .g-ml-minus-70 {
    margin-left: -5rem !important; }
  .g-ml-75 {
    margin-left: 5.35714rem !important; }
  .g-ml-minus-75 {
    margin-left: -5.35714rem !important; }
  .g-ml-80 {
    margin-left: 5.71429rem !important; }
  .g-ml-minus-80 {
    margin-left: -5.71429rem !important; }
  .g-ml-85 {
    margin-left: 6.07143rem !important; }
  .g-ml-minus-85 {
    margin-left: -6.07143rem !important; }
  .g-ml-90 {
    margin-left: 6.42857rem !important; }
  .g-ml-minus-90 {
    margin-left: -6.42857rem !important; }
  .g-mr-1 {
    margin-right: 0.07143rem !important; }
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important; }
  .g-mr-2 {
    margin-right: 0.14286rem !important; }
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important; }
  .g-mr-3 {
    margin-right: 0.21429rem !important; }
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important; }
  .g-mr-4 {
    margin-right: 0.28571rem !important; }
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important; }
  .g-mr-5 {
    margin-right: 0.35714rem !important; }
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important; }
  .g-mr-6 {
    margin-right: 0.42857rem !important; }
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important; }
  .g-mr-7 {
    margin-right: 0.5rem !important; }
  .g-mr-minus-7 {
    margin-right: -0.5rem !important; }
  .g-mr-8 {
    margin-right: 0.57143rem !important; }
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important; }
  .g-mr-9 {
    margin-right: 0.64286rem !important; }
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important; }
  .g-mr-10 {
    margin-right: 0.71429rem !important; }
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important; }
  .g-mr-11 {
    margin-right: 0.78571rem !important; }
  .g-mr-minus-11 {
    margin-right: -0.78571rem !important; }
  .g-mr-12 {
    margin-right: 0.85714rem !important; }
  .g-mr-minus-12 {
    margin-right: -0.85714rem !important; }
  .g-mr-13 {
    margin-right: 0.92857rem !important; }
  .g-mr-minus-13 {
    margin-right: -0.92857rem !important; }
  .g-mr-14 {
    margin-right: 1rem !important; }
  .g-mr-minus-14 {
    margin-right: -1rem !important; }
  .g-mr-15 {
    margin-right: 1.07143rem !important; }
  .g-mr-minus-15 {
    margin-right: -1.07143rem !important; }
  .g-mr-16 {
    margin-right: 1.14286rem !important; }
  .g-mr-minus-16 {
    margin-right: -1.14286rem !important; }
  .g-mr-17 {
    margin-right: 1.21429rem !important; }
  .g-mr-minus-17 {
    margin-right: -1.21429rem !important; }
  .g-mr-18 {
    margin-right: 1.28571rem !important; }
  .g-mr-minus-18 {
    margin-right: -1.28571rem !important; }
  .g-mr-19 {
    margin-right: 1.35714rem !important; }
  .g-mr-minus-19 {
    margin-right: -1.35714rem !important; }
  .g-mr-20 {
    margin-right: 1.42857rem !important; }
  .g-mr-minus-20 {
    margin-right: -1.42857rem !important; }
  .g-mr-21 {
    margin-right: 1.5rem !important; }
  .g-mr-minus-21 {
    margin-right: -1.5rem !important; }
  .g-mr-22 {
    margin-right: 1.57143rem !important; }
  .g-mr-minus-22 {
    margin-right: -1.57143rem !important; }
  .g-mr-23 {
    margin-right: 1.64286rem !important; }
  .g-mr-minus-23 {
    margin-right: -1.64286rem !important; }
  .g-mr-24 {
    margin-right: 1.71429rem !important; }
  .g-mr-minus-24 {
    margin-right: -1.71429rem !important; }
  .g-mr-25 {
    margin-right: 1.78571rem !important; }
  .g-mr-minus-25 {
    margin-right: -1.78571rem !important; }
  .g-mr-26 {
    margin-right: 1.85714rem !important; }
  .g-mr-minus-26 {
    margin-right: -1.85714rem !important; }
  .g-mr-27 {
    margin-right: 1.92857rem !important; }
  .g-mr-minus-27 {
    margin-right: -1.92857rem !important; }
  .g-mr-28 {
    margin-right: 2rem !important; }
  .g-mr-minus-28 {
    margin-right: -2rem !important; }
  .g-mr-29 {
    margin-right: 2.07143rem !important; }
  .g-mr-minus-29 {
    margin-right: -2.07143rem !important; }
  .g-mr-30 {
    margin-right: 2.14286rem !important; }
  .g-mr-minus-30 {
    margin-right: -2.14286rem !important; }
  .g-mr-31 {
    margin-right: 2.21429rem !important; }
  .g-mr-minus-31 {
    margin-right: -2.21429rem !important; }
  .g-mr-32 {
    margin-right: 2.28571rem !important; }
  .g-mr-minus-32 {
    margin-right: -2.28571rem !important; }
  .g-mr-33 {
    margin-right: 2.35714rem !important; }
  .g-mr-minus-33 {
    margin-right: -2.35714rem !important; }
  .g-mr-34 {
    margin-right: 2.42857rem !important; }
  .g-mr-minus-34 {
    margin-right: -2.42857rem !important; }
  .g-mr-35 {
    margin-right: 2.5rem !important; }
  .g-mr-minus-35 {
    margin-right: -2.5rem !important; }
  .g-mr-36 {
    margin-right: 2.57143rem !important; }
  .g-mr-minus-36 {
    margin-right: -2.57143rem !important; }
  .g-mr-37 {
    margin-right: 2.64286rem !important; }
  .g-mr-minus-37 {
    margin-right: -2.64286rem !important; }
  .g-mr-38 {
    margin-right: 2.71429rem !important; }
  .g-mr-minus-38 {
    margin-right: -2.71429rem !important; }
  .g-mr-39 {
    margin-right: 2.78571rem !important; }
  .g-mr-minus-39 {
    margin-right: -2.78571rem !important; }
  .g-mr-40 {
    margin-right: 2.85714rem !important; }
  .g-mr-minus-40 {
    margin-right: -2.85714rem !important; }
  .g-mr-41 {
    margin-right: 2.92857rem !important; }
  .g-mr-minus-41 {
    margin-right: -2.92857rem !important; }
  .g-mr-42 {
    margin-right: 3rem !important; }
  .g-mr-minus-42 {
    margin-right: -3rem !important; }
  .g-mr-43 {
    margin-right: 3.07143rem !important; }
  .g-mr-minus-43 {
    margin-right: -3.07143rem !important; }
  .g-mr-44 {
    margin-right: 3.14286rem !important; }
  .g-mr-minus-44 {
    margin-right: -3.14286rem !important; }
  .g-mr-45 {
    margin-right: 3.21429rem !important; }
  .g-mr-minus-45 {
    margin-right: -3.21429rem !important; }
  .g-mr-46 {
    margin-right: 3.28571rem !important; }
  .g-mr-minus-46 {
    margin-right: -3.28571rem !important; }
  .g-mr-47 {
    margin-right: 3.35714rem !important; }
  .g-mr-minus-47 {
    margin-right: -3.35714rem !important; }
  .g-mr-48 {
    margin-right: 3.42857rem !important; }
  .g-mr-minus-48 {
    margin-right: -3.42857rem !important; }
  .g-mr-49 {
    margin-right: 3.5rem !important; }
  .g-mr-minus-49 {
    margin-right: -3.5rem !important; }
  .g-mr-50 {
    margin-right: 3.57143rem !important; }
  .g-mr-minus-50 {
    margin-right: -3.57143rem !important; }
  .g-mr-51 {
    margin-right: 3.64286rem !important; }
  .g-mr-minus-51 {
    margin-right: -3.64286rem !important; }
  .g-mr-52 {
    margin-right: 3.71429rem !important; }
  .g-mr-minus-52 {
    margin-right: -3.71429rem !important; }
  .g-mr-53 {
    margin-right: 3.78571rem !important; }
  .g-mr-minus-53 {
    margin-right: -3.78571rem !important; }
  .g-mr-54 {
    margin-right: 3.85714rem !important; }
  .g-mr-minus-54 {
    margin-right: -3.85714rem !important; }
  .g-mr-55 {
    margin-right: 3.92857rem !important; }
  .g-mr-minus-55 {
    margin-right: -3.92857rem !important; }
  .g-mr-56 {
    margin-right: 4rem !important; }
  .g-mr-minus-56 {
    margin-right: -4rem !important; }
  .g-mr-57 {
    margin-right: 4.07143rem !important; }
  .g-mr-minus-57 {
    margin-right: -4.07143rem !important; }
  .g-mr-58 {
    margin-right: 4.14286rem !important; }
  .g-mr-minus-58 {
    margin-right: -4.14286rem !important; }
  .g-mr-59 {
    margin-right: 4.21429rem !important; }
  .g-mr-minus-59 {
    margin-right: -4.21429rem !important; }
  .g-mr-60 {
    margin-right: 4.28571rem !important; }
  .g-mr-minus-60 {
    margin-right: -4.28571rem !important; }
  .g-mr-61 {
    margin-right: 4.35714rem !important; }
  .g-mr-minus-61 {
    margin-right: -4.35714rem !important; }
  .g-mr-62 {
    margin-right: 4.42857rem !important; }
  .g-mr-minus-62 {
    margin-right: -4.42857rem !important; }
  .g-mr-63 {
    margin-right: 4.5rem !important; }
  .g-mr-minus-63 {
    margin-right: -4.5rem !important; }
  .g-mr-64 {
    margin-right: 4.57143rem !important; }
  .g-mr-minus-64 {
    margin-right: -4.57143rem !important; }
  .g-mr-65 {
    margin-right: 4.64286rem !important; }
  .g-mr-minus-65 {
    margin-right: -4.64286rem !important; }
  .g-mr-66 {
    margin-right: 4.71429rem !important; }
  .g-mr-minus-66 {
    margin-right: -4.71429rem !important; }
  .g-mr-67 {
    margin-right: 4.78571rem !important; }
  .g-mr-minus-67 {
    margin-right: -4.78571rem !important; }
  .g-mr-68 {
    margin-right: 4.85714rem !important; }
  .g-mr-minus-68 {
    margin-right: -4.85714rem !important; }
  .g-mr-69 {
    margin-right: 4.92857rem !important; }
  .g-mr-minus-69 {
    margin-right: -4.92857rem !important; }
  .g-mr-70 {
    margin-right: 5rem !important; }
  .g-mr-minus-70 {
    margin-right: -5rem !important; }
  .g-mr-71 {
    margin-right: 5.07143rem !important; }
  .g-mr-minus-71 {
    margin-right: -5.07143rem !important; }
  .g-mr-72 {
    margin-right: 5.14286rem !important; }
  .g-mr-minus-72 {
    margin-right: -5.14286rem !important; }
  .g-mr-73 {
    margin-right: 5.21429rem !important; }
  .g-mr-minus-73 {
    margin-right: -5.21429rem !important; }
  .g-mr-74 {
    margin-right: 5.28571rem !important; }
  .g-mr-minus-74 {
    margin-right: -5.28571rem !important; }
  .g-mr-75 {
    margin-right: 5.35714rem !important; }
  .g-mr-minus-75 {
    margin-right: -5.35714rem !important; }
  .g-mr-76 {
    margin-right: 5.42857rem !important; }
  .g-mr-minus-76 {
    margin-right: -5.42857rem !important; }
  .g-mr-77 {
    margin-right: 5.5rem !important; }
  .g-mr-minus-77 {
    margin-right: -5.5rem !important; }
  .g-mr-78 {
    margin-right: 5.57143rem !important; }
  .g-mr-minus-78 {
    margin-right: -5.57143rem !important; }
  .g-mr-79 {
    margin-right: 5.64286rem !important; }
  .g-mr-minus-79 {
    margin-right: -5.64286rem !important; }
  .g-mr-80 {
    margin-right: 5.71429rem !important; }
  .g-mr-minus-80 {
    margin-right: -5.71429rem !important; }
  .g-mr-5 {
    margin-right: 0.35714rem !important; }
  .g-mr-10 {
    margin-right: 0.71429rem !important; }
  .g-mr-15 {
    margin-right: 1.07143rem !important; }
  .g-mr-20 {
    margin-right: 1.42857rem !important; }
  .g-mr-25 {
    margin-right: 1.78571rem !important; }
  .g-mr-30 {
    margin-right: 2.14286rem !important; }
  .g-mr-35 {
    margin-right: 2.5rem !important; }
  .g-mr-40 {
    margin-right: 2.85714rem !important; }
  .g-mr-45 {
    margin-right: 3.21429rem !important; }
  .g-mr-50 {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  .g-ma-0--sm {
    margin: 0 !important; }
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .g-ml-0--sm {
    margin-left: 0 !important; }
  .g-mr-0--sm {
    margin-right: 0 !important; }
  .g-mt-0--sm {
    margin-top: 0 !important; }
  .g-mb-0--sm {
    margin-bottom: 0 !important; }
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .g-my-105--sm {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-my-110--sm {
    margin-top: 7.85714rem !important;
    margin-bottom: 7.85714rem !important; }
  .g-my-115--sm {
    margin-top: 8.21429rem !important;
    margin-bottom: 8.21429rem !important; }
  .g-my-120--sm {
    margin-top: 8.57143rem !important;
    margin-bottom: 8.57143rem !important; }
  .g-my-125--sm {
    margin-top: 8.92857rem !important;
    margin-bottom: 8.92857rem !important; }
  .g-my-130--sm {
    margin-top: 9.28571rem !important;
    margin-bottom: 9.28571rem !important; }
  .g-my-135--sm {
    margin-top: 9.64286rem !important;
    margin-bottom: 9.64286rem !important; }
  .g-my-140--sm {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-my-145--sm {
    margin-top: 10.35714rem !important;
    margin-bottom: 10.35714rem !important; }
  .g-my-150--sm {
    margin-top: 10.71429rem !important;
    margin-bottom: 10.71429rem !important; }
  .g-my-155--sm {
    margin-top: 11.07143rem !important;
    margin-bottom: 11.07143rem !important; }
  .g-my-160--sm {
    margin-top: 11.42857rem !important;
    margin-bottom: 11.42857rem !important; }
  .g-my-165--sm {
    margin-top: 11.78571rem !important;
    margin-bottom: 11.78571rem !important; }
  .g-my-170--sm {
    margin-top: 12.14286rem !important;
    margin-bottom: 12.14286rem !important; }
  .g-my-175--sm {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-my-180--sm {
    margin-top: 12.85714rem !important;
    margin-bottom: 12.85714rem !important; }
  .g-my-185--sm {
    margin-top: 13.21429rem !important;
    margin-bottom: 13.21429rem !important; }
  .g-mt-1--sm {
    margin-top: 0.07143rem !important; }
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important; }
  .g-mt-2--sm {
    margin-top: 0.14286rem !important; }
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important; }
  .g-mt-3--sm {
    margin-top: 0.21429rem !important; }
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important; }
  .g-mt-4--sm {
    margin-top: 0.28571rem !important; }
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important; }
  .g-mt-5--sm {
    margin-top: 0.35714rem !important; }
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important; }
  .g-mt-6--sm {
    margin-top: 0.42857rem !important; }
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important; }
  .g-mt-7--sm {
    margin-top: 0.5rem !important; }
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important; }
  .g-mt-8--sm {
    margin-top: 0.57143rem !important; }
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important; }
  .g-mt-9--sm {
    margin-top: 0.64286rem !important; }
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important; }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important; }
  .g-mt-11--sm {
    margin-top: 0.78571rem !important; }
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important; }
  .g-mt-12--sm {
    margin-top: 0.85714rem !important; }
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important; }
  .g-mt-13--sm {
    margin-top: 0.92857rem !important; }
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important; }
  .g-mt-14--sm {
    margin-top: 1rem !important; }
  .g-mt-minus-14--sm {
    margin-top: -1rem !important; }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important; }
  .g-mt-16--sm {
    margin-top: 1.14286rem !important; }
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important; }
  .g-mt-17--sm {
    margin-top: 1.21429rem !important; }
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important; }
  .g-mt-18--sm {
    margin-top: 1.28571rem !important; }
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important; }
  .g-mt-19--sm {
    margin-top: 1.35714rem !important; }
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important; }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important; }
  .g-mt-21--sm {
    margin-top: 1.5rem !important; }
  .g-mt-minus-21--sm {
    margin-top: -1.5rem !important; }
  .g-mt-22--sm {
    margin-top: 1.57143rem !important; }
  .g-mt-minus-22--sm {
    margin-top: -1.57143rem !important; }
  .g-mt-23--sm {
    margin-top: 1.64286rem !important; }
  .g-mt-minus-23--sm {
    margin-top: -1.64286rem !important; }
  .g-mt-24--sm {
    margin-top: 1.71429rem !important; }
  .g-mt-minus-24--sm {
    margin-top: -1.71429rem !important; }
  .g-mt-25--sm {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important; }
  .g-mt-26--sm {
    margin-top: 1.85714rem !important; }
  .g-mt-minus-26--sm {
    margin-top: -1.85714rem !important; }
  .g-mt-27--sm {
    margin-top: 1.92857rem !important; }
  .g-mt-minus-27--sm {
    margin-top: -1.92857rem !important; }
  .g-mt-28--sm {
    margin-top: 2rem !important; }
  .g-mt-minus-28--sm {
    margin-top: -2rem !important; }
  .g-mt-29--sm {
    margin-top: 2.07143rem !important; }
  .g-mt-minus-29--sm {
    margin-top: -2.07143rem !important; }
  .g-mt-30--sm {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important; }
  .g-mt-31--sm {
    margin-top: 2.21429rem !important; }
  .g-mt-minus-31--sm {
    margin-top: -2.21429rem !important; }
  .g-mt-32--sm {
    margin-top: 2.28571rem !important; }
  .g-mt-minus-32--sm {
    margin-top: -2.28571rem !important; }
  .g-mt-33--sm {
    margin-top: 2.35714rem !important; }
  .g-mt-minus-33--sm {
    margin-top: -2.35714rem !important; }
  .g-mt-34--sm {
    margin-top: 2.42857rem !important; }
  .g-mt-minus-34--sm {
    margin-top: -2.42857rem !important; }
  .g-mt-35--sm {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important; }
  .g-mt-36--sm {
    margin-top: 2.57143rem !important; }
  .g-mt-minus-36--sm {
    margin-top: -2.57143rem !important; }
  .g-mt-37--sm {
    margin-top: 2.64286rem !important; }
  .g-mt-minus-37--sm {
    margin-top: -2.64286rem !important; }
  .g-mt-38--sm {
    margin-top: 2.71429rem !important; }
  .g-mt-minus-38--sm {
    margin-top: -2.71429rem !important; }
  .g-mt-39--sm {
    margin-top: 2.78571rem !important; }
  .g-mt-minus-39--sm {
    margin-top: -2.78571rem !important; }
  .g-mt-40--sm {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important; }
  .g-mt-41--sm {
    margin-top: 2.92857rem !important; }
  .g-mt-minus-41--sm {
    margin-top: -2.92857rem !important; }
  .g-mt-42--sm {
    margin-top: 3rem !important; }
  .g-mt-minus-42--sm {
    margin-top: -3rem !important; }
  .g-mt-43--sm {
    margin-top: 3.07143rem !important; }
  .g-mt-minus-43--sm {
    margin-top: -3.07143rem !important; }
  .g-mt-44--sm {
    margin-top: 3.14286rem !important; }
  .g-mt-minus-44--sm {
    margin-top: -3.14286rem !important; }
  .g-mt-45--sm {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important; }
  .g-mt-46--sm {
    margin-top: 3.28571rem !important; }
  .g-mt-minus-46--sm {
    margin-top: -3.28571rem !important; }
  .g-mt-47--sm {
    margin-top: 3.35714rem !important; }
  .g-mt-minus-47--sm {
    margin-top: -3.35714rem !important; }
  .g-mt-48--sm {
    margin-top: 3.42857rem !important; }
  .g-mt-minus-48--sm {
    margin-top: -3.42857rem !important; }
  .g-mt-49--sm {
    margin-top: 3.5rem !important; }
  .g-mt-minus-49--sm {
    margin-top: -3.5rem !important; }
  .g-mt-50--sm {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important; }
  .g-mt-51--sm {
    margin-top: 3.64286rem !important; }
  .g-mt-minus-51--sm {
    margin-top: -3.64286rem !important; }
  .g-mt-52--sm {
    margin-top: 3.71429rem !important; }
  .g-mt-minus-52--sm {
    margin-top: -3.71429rem !important; }
  .g-mt-53--sm {
    margin-top: 3.78571rem !important; }
  .g-mt-minus-53--sm {
    margin-top: -3.78571rem !important; }
  .g-mt-54--sm {
    margin-top: 3.85714rem !important; }
  .g-mt-minus-54--sm {
    margin-top: -3.85714rem !important; }
  .g-mt-55--sm {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important; }
  .g-mt-56--sm {
    margin-top: 4rem !important; }
  .g-mt-minus-56--sm {
    margin-top: -4rem !important; }
  .g-mt-57--sm {
    margin-top: 4.07143rem !important; }
  .g-mt-minus-57--sm {
    margin-top: -4.07143rem !important; }
  .g-mt-58--sm {
    margin-top: 4.14286rem !important; }
  .g-mt-minus-58--sm {
    margin-top: -4.14286rem !important; }
  .g-mt-59--sm {
    margin-top: 4.21429rem !important; }
  .g-mt-minus-59--sm {
    margin-top: -4.21429rem !important; }
  .g-mt-60--sm {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important; }
  .g-mt-10--sm {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important; }
  .g-mt-15--sm {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important; }
  .g-mt-20--sm {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important; }
  .g-mt-25--sm {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important; }
  .g-mt-30--sm {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important; }
  .g-mt-35--sm {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important; }
  .g-mt-40--sm {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important; }
  .g-mt-45--sm {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important; }
  .g-mt-50--sm {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important; }
  .g-mt-55--sm {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important; }
  .g-mt-60--sm {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important; }
  .g-mt-65--sm {
    margin-top: 4.64286rem !important; }
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important; }
  .g-mt-70--sm {
    margin-top: 5rem !important; }
  .g-mt-minus-70--sm {
    margin-top: -5rem !important; }
  .g-mt-75--sm {
    margin-top: 5.35714rem !important; }
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important; }
  .g-mt-80--sm {
    margin-top: 5.71429rem !important; }
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important; }
  .g-mt-85--sm {
    margin-top: 6.07143rem !important; }
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important; }
  .g-mt-90--sm {
    margin-top: 6.42857rem !important; }
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important; }
  .g-mt-95--sm {
    margin-top: 6.78571rem !important; }
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important; }
  .g-mt-100--sm {
    margin-top: 7.14286rem !important; }
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important; }
  .g-mt-105--sm {
    margin-top: 7.5rem !important; }
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important; }
  .g-mt-110--sm {
    margin-top: 7.85714rem !important; }
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important; }
  .g-mt-115--sm {
    margin-top: 8.21429rem !important; }
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important; }
  .g-mt-120--sm {
    margin-top: 8.57143rem !important; }
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important; }
  .g-mt-125--sm {
    margin-top: 8.92857rem !important; }
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important; }
  .g-mt-130--sm {
    margin-top: 9.28571rem !important; }
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important; }
  .g-mt-135--sm {
    margin-top: 9.64286rem !important; }
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important; }
  .g-mt-140--sm {
    margin-top: 10rem !important; }
  .g-mt-minus-140--sm {
    margin-top: -10rem !important; }
  .g-mt-145--sm {
    margin-top: 10.35714rem !important; }
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important; }
  .g-mt-150--sm {
    margin-top: 10.71429rem !important; }
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important; }
  .g-mt-155--sm {
    margin-top: 11.07143rem !important; }
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important; }
  .g-mt-160--sm {
    margin-top: 11.42857rem !important; }
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important; }
  .g-mt-165--sm {
    margin-top: 11.78571rem !important; }
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important; }
  .g-mt-170--sm {
    margin-top: 12.14286rem !important; }
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important; }
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important; }
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important; }
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important; }
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important; }
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important; }
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important; }
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important; }
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important; }
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important; }
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important; }
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important; }
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important; }
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important; }
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important; }
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important; }
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important; }
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important; }
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important; }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important; }
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important; }
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important; }
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important; }
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important; }
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important; }
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important; }
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important; }
  .g-mb-14--sm {
    margin-bottom: 1rem !important; }
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important; }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important; }
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important; }
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important; }
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important; }
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important; }
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important; }
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important; }
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important; }
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important; }
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important; }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important; }
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important; }
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important; }
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important; }
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important; }
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important; }
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important; }
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important; }
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important; }
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important; }
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important; }
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important; }
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important; }
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important; }
  .g-mb-70--sm {
    margin-bottom: 5rem !important; }
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important; }
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important; }
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important; }
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important; }
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important; }
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important; }
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important; }
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important; }
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important; }
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important; }
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important; }
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important; }
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important; }
  .g-mb-140--sm {
    margin-bottom: 10rem !important; }
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important; }
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important; }
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important; }
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important; }
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important; }
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important; }
  .g-ml-1--sm {
    margin-left: 0.07143rem !important; }
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important; }
  .g-ml-2--sm {
    margin-left: 0.14286rem !important; }
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important; }
  .g-ml-3--sm {
    margin-left: 0.21429rem !important; }
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important; }
  .g-ml-4--sm {
    margin-left: 0.28571rem !important; }
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important; }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important; }
  .g-ml-6--sm {
    margin-left: 0.42857rem !important; }
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important; }
  .g-ml-7--sm {
    margin-left: 0.5rem !important; }
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important; }
  .g-ml-8--sm {
    margin-left: 0.57143rem !important; }
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important; }
  .g-ml-9--sm {
    margin-left: 0.64286rem !important; }
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important; }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important; }
  .g-ml-5--sm {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important; }
  .g-ml-10--sm {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important; }
  .g-ml-15--sm {
    margin-left: 1.07143rem !important; }
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important; }
  .g-ml-20--sm {
    margin-left: 1.42857rem !important; }
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important; }
  .g-ml-25--sm {
    margin-left: 1.78571rem !important; }
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important; }
  .g-ml-30--sm {
    margin-left: 2.14286rem !important; }
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important; }
  .g-ml-35--sm {
    margin-left: 2.5rem !important; }
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important; }
  .g-ml-40--sm {
    margin-left: 2.85714rem !important; }
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important; }
  .g-ml-45--sm {
    margin-left: 3.21429rem !important; }
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important; }
  .g-ml-50--sm {
    margin-left: 3.57143rem !important; }
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important; }
  .g-ml-55--sm {
    margin-left: 3.92857rem !important; }
  .g-ml-minus-55--sm {
    margin-left: -3.92857rem !important; }
  .g-ml-60--sm {
    margin-left: 4.28571rem !important; }
  .g-ml-minus-60--sm {
    margin-left: -4.28571rem !important; }
  .g-ml-65--sm {
    margin-left: 4.64286rem !important; }
  .g-ml-minus-65--sm {
    margin-left: -4.64286rem !important; }
  .g-ml-70--sm {
    margin-left: 5rem !important; }
  .g-ml-minus-70--sm {
    margin-left: -5rem !important; }
  .g-ml-75--sm {
    margin-left: 5.35714rem !important; }
  .g-ml-minus-75--sm {
    margin-left: -5.35714rem !important; }
  .g-ml-80--sm {
    margin-left: 5.71429rem !important; }
  .g-ml-minus-80--sm {
    margin-left: -5.71429rem !important; }
  .g-ml-85--sm {
    margin-left: 6.07143rem !important; }
  .g-ml-minus-85--sm {
    margin-left: -6.07143rem !important; }
  .g-ml-90--sm {
    margin-left: 6.42857rem !important; }
  .g-ml-minus-90--sm {
    margin-left: -6.42857rem !important; }
  .g-mr-1--sm {
    margin-right: 0.07143rem !important; }
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important; }
  .g-mr-2--sm {
    margin-right: 0.14286rem !important; }
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important; }
  .g-mr-3--sm {
    margin-right: 0.21429rem !important; }
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important; }
  .g-mr-4--sm {
    margin-right: 0.28571rem !important; }
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important; }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important; }
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important; }
  .g-mr-6--sm {
    margin-right: 0.42857rem !important; }
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important; }
  .g-mr-7--sm {
    margin-right: 0.5rem !important; }
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important; }
  .g-mr-8--sm {
    margin-right: 0.57143rem !important; }
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important; }
  .g-mr-9--sm {
    margin-right: 0.64286rem !important; }
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important; }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important; }
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important; }
  .g-mr-11--sm {
    margin-right: 0.78571rem !important; }
  .g-mr-minus-11--sm {
    margin-right: -0.78571rem !important; }
  .g-mr-12--sm {
    margin-right: 0.85714rem !important; }
  .g-mr-minus-12--sm {
    margin-right: -0.85714rem !important; }
  .g-mr-13--sm {
    margin-right: 0.92857rem !important; }
  .g-mr-minus-13--sm {
    margin-right: -0.92857rem !important; }
  .g-mr-14--sm {
    margin-right: 1rem !important; }
  .g-mr-minus-14--sm {
    margin-right: -1rem !important; }
  .g-mr-15--sm {
    margin-right: 1.07143rem !important; }
  .g-mr-minus-15--sm {
    margin-right: -1.07143rem !important; }
  .g-mr-16--sm {
    margin-right: 1.14286rem !important; }
  .g-mr-minus-16--sm {
    margin-right: -1.14286rem !important; }
  .g-mr-17--sm {
    margin-right: 1.21429rem !important; }
  .g-mr-minus-17--sm {
    margin-right: -1.21429rem !important; }
  .g-mr-18--sm {
    margin-right: 1.28571rem !important; }
  .g-mr-minus-18--sm {
    margin-right: -1.28571rem !important; }
  .g-mr-19--sm {
    margin-right: 1.35714rem !important; }
  .g-mr-minus-19--sm {
    margin-right: -1.35714rem !important; }
  .g-mr-20--sm {
    margin-right: 1.42857rem !important; }
  .g-mr-minus-20--sm {
    margin-right: -1.42857rem !important; }
  .g-mr-21--sm {
    margin-right: 1.5rem !important; }
  .g-mr-minus-21--sm {
    margin-right: -1.5rem !important; }
  .g-mr-22--sm {
    margin-right: 1.57143rem !important; }
  .g-mr-minus-22--sm {
    margin-right: -1.57143rem !important; }
  .g-mr-23--sm {
    margin-right: 1.64286rem !important; }
  .g-mr-minus-23--sm {
    margin-right: -1.64286rem !important; }
  .g-mr-24--sm {
    margin-right: 1.71429rem !important; }
  .g-mr-minus-24--sm {
    margin-right: -1.71429rem !important; }
  .g-mr-25--sm {
    margin-right: 1.78571rem !important; }
  .g-mr-minus-25--sm {
    margin-right: -1.78571rem !important; }
  .g-mr-26--sm {
    margin-right: 1.85714rem !important; }
  .g-mr-minus-26--sm {
    margin-right: -1.85714rem !important; }
  .g-mr-27--sm {
    margin-right: 1.92857rem !important; }
  .g-mr-minus-27--sm {
    margin-right: -1.92857rem !important; }
  .g-mr-28--sm {
    margin-right: 2rem !important; }
  .g-mr-minus-28--sm {
    margin-right: -2rem !important; }
  .g-mr-29--sm {
    margin-right: 2.07143rem !important; }
  .g-mr-minus-29--sm {
    margin-right: -2.07143rem !important; }
  .g-mr-30--sm {
    margin-right: 2.14286rem !important; }
  .g-mr-minus-30--sm {
    margin-right: -2.14286rem !important; }
  .g-mr-31--sm {
    margin-right: 2.21429rem !important; }
  .g-mr-minus-31--sm {
    margin-right: -2.21429rem !important; }
  .g-mr-32--sm {
    margin-right: 2.28571rem !important; }
  .g-mr-minus-32--sm {
    margin-right: -2.28571rem !important; }
  .g-mr-33--sm {
    margin-right: 2.35714rem !important; }
  .g-mr-minus-33--sm {
    margin-right: -2.35714rem !important; }
  .g-mr-34--sm {
    margin-right: 2.42857rem !important; }
  .g-mr-minus-34--sm {
    margin-right: -2.42857rem !important; }
  .g-mr-35--sm {
    margin-right: 2.5rem !important; }
  .g-mr-minus-35--sm {
    margin-right: -2.5rem !important; }
  .g-mr-36--sm {
    margin-right: 2.57143rem !important; }
  .g-mr-minus-36--sm {
    margin-right: -2.57143rem !important; }
  .g-mr-37--sm {
    margin-right: 2.64286rem !important; }
  .g-mr-minus-37--sm {
    margin-right: -2.64286rem !important; }
  .g-mr-38--sm {
    margin-right: 2.71429rem !important; }
  .g-mr-minus-38--sm {
    margin-right: -2.71429rem !important; }
  .g-mr-39--sm {
    margin-right: 2.78571rem !important; }
  .g-mr-minus-39--sm {
    margin-right: -2.78571rem !important; }
  .g-mr-40--sm {
    margin-right: 2.85714rem !important; }
  .g-mr-minus-40--sm {
    margin-right: -2.85714rem !important; }
  .g-mr-41--sm {
    margin-right: 2.92857rem !important; }
  .g-mr-minus-41--sm {
    margin-right: -2.92857rem !important; }
  .g-mr-42--sm {
    margin-right: 3rem !important; }
  .g-mr-minus-42--sm {
    margin-right: -3rem !important; }
  .g-mr-43--sm {
    margin-right: 3.07143rem !important; }
  .g-mr-minus-43--sm {
    margin-right: -3.07143rem !important; }
  .g-mr-44--sm {
    margin-right: 3.14286rem !important; }
  .g-mr-minus-44--sm {
    margin-right: -3.14286rem !important; }
  .g-mr-45--sm {
    margin-right: 3.21429rem !important; }
  .g-mr-minus-45--sm {
    margin-right: -3.21429rem !important; }
  .g-mr-46--sm {
    margin-right: 3.28571rem !important; }
  .g-mr-minus-46--sm {
    margin-right: -3.28571rem !important; }
  .g-mr-47--sm {
    margin-right: 3.35714rem !important; }
  .g-mr-minus-47--sm {
    margin-right: -3.35714rem !important; }
  .g-mr-48--sm {
    margin-right: 3.42857rem !important; }
  .g-mr-minus-48--sm {
    margin-right: -3.42857rem !important; }
  .g-mr-49--sm {
    margin-right: 3.5rem !important; }
  .g-mr-minus-49--sm {
    margin-right: -3.5rem !important; }
  .g-mr-50--sm {
    margin-right: 3.57143rem !important; }
  .g-mr-minus-50--sm {
    margin-right: -3.57143rem !important; }
  .g-mr-51--sm {
    margin-right: 3.64286rem !important; }
  .g-mr-minus-51--sm {
    margin-right: -3.64286rem !important; }
  .g-mr-52--sm {
    margin-right: 3.71429rem !important; }
  .g-mr-minus-52--sm {
    margin-right: -3.71429rem !important; }
  .g-mr-53--sm {
    margin-right: 3.78571rem !important; }
  .g-mr-minus-53--sm {
    margin-right: -3.78571rem !important; }
  .g-mr-54--sm {
    margin-right: 3.85714rem !important; }
  .g-mr-minus-54--sm {
    margin-right: -3.85714rem !important; }
  .g-mr-55--sm {
    margin-right: 3.92857rem !important; }
  .g-mr-minus-55--sm {
    margin-right: -3.92857rem !important; }
  .g-mr-56--sm {
    margin-right: 4rem !important; }
  .g-mr-minus-56--sm {
    margin-right: -4rem !important; }
  .g-mr-57--sm {
    margin-right: 4.07143rem !important; }
  .g-mr-minus-57--sm {
    margin-right: -4.07143rem !important; }
  .g-mr-58--sm {
    margin-right: 4.14286rem !important; }
  .g-mr-minus-58--sm {
    margin-right: -4.14286rem !important; }
  .g-mr-59--sm {
    margin-right: 4.21429rem !important; }
  .g-mr-minus-59--sm {
    margin-right: -4.21429rem !important; }
  .g-mr-60--sm {
    margin-right: 4.28571rem !important; }
  .g-mr-minus-60--sm {
    margin-right: -4.28571rem !important; }
  .g-mr-61--sm {
    margin-right: 4.35714rem !important; }
  .g-mr-minus-61--sm {
    margin-right: -4.35714rem !important; }
  .g-mr-62--sm {
    margin-right: 4.42857rem !important; }
  .g-mr-minus-62--sm {
    margin-right: -4.42857rem !important; }
  .g-mr-63--sm {
    margin-right: 4.5rem !important; }
  .g-mr-minus-63--sm {
    margin-right: -4.5rem !important; }
  .g-mr-64--sm {
    margin-right: 4.57143rem !important; }
  .g-mr-minus-64--sm {
    margin-right: -4.57143rem !important; }
  .g-mr-65--sm {
    margin-right: 4.64286rem !important; }
  .g-mr-minus-65--sm {
    margin-right: -4.64286rem !important; }
  .g-mr-66--sm {
    margin-right: 4.71429rem !important; }
  .g-mr-minus-66--sm {
    margin-right: -4.71429rem !important; }
  .g-mr-67--sm {
    margin-right: 4.78571rem !important; }
  .g-mr-minus-67--sm {
    margin-right: -4.78571rem !important; }
  .g-mr-68--sm {
    margin-right: 4.85714rem !important; }
  .g-mr-minus-68--sm {
    margin-right: -4.85714rem !important; }
  .g-mr-69--sm {
    margin-right: 4.92857rem !important; }
  .g-mr-minus-69--sm {
    margin-right: -4.92857rem !important; }
  .g-mr-70--sm {
    margin-right: 5rem !important; }
  .g-mr-minus-70--sm {
    margin-right: -5rem !important; }
  .g-mr-71--sm {
    margin-right: 5.07143rem !important; }
  .g-mr-minus-71--sm {
    margin-right: -5.07143rem !important; }
  .g-mr-72--sm {
    margin-right: 5.14286rem !important; }
  .g-mr-minus-72--sm {
    margin-right: -5.14286rem !important; }
  .g-mr-73--sm {
    margin-right: 5.21429rem !important; }
  .g-mr-minus-73--sm {
    margin-right: -5.21429rem !important; }
  .g-mr-74--sm {
    margin-right: 5.28571rem !important; }
  .g-mr-minus-74--sm {
    margin-right: -5.28571rem !important; }
  .g-mr-75--sm {
    margin-right: 5.35714rem !important; }
  .g-mr-minus-75--sm {
    margin-right: -5.35714rem !important; }
  .g-mr-76--sm {
    margin-right: 5.42857rem !important; }
  .g-mr-minus-76--sm {
    margin-right: -5.42857rem !important; }
  .g-mr-77--sm {
    margin-right: 5.5rem !important; }
  .g-mr-minus-77--sm {
    margin-right: -5.5rem !important; }
  .g-mr-78--sm {
    margin-right: 5.57143rem !important; }
  .g-mr-minus-78--sm {
    margin-right: -5.57143rem !important; }
  .g-mr-79--sm {
    margin-right: 5.64286rem !important; }
  .g-mr-minus-79--sm {
    margin-right: -5.64286rem !important; }
  .g-mr-80--sm {
    margin-right: 5.71429rem !important; }
  .g-mr-minus-80--sm {
    margin-right: -5.71429rem !important; }
  .g-mr-5--sm {
    margin-right: 0.35714rem !important; }
  .g-mr-10--sm {
    margin-right: 0.71429rem !important; }
  .g-mr-15--sm {
    margin-right: 1.07143rem !important; }
  .g-mr-20--sm {
    margin-right: 1.42857rem !important; }
  .g-mr-25--sm {
    margin-right: 1.78571rem !important; }
  .g-mr-30--sm {
    margin-right: 2.14286rem !important; }
  .g-mr-35--sm {
    margin-right: 2.5rem !important; }
  .g-mr-40--sm {
    margin-right: 2.85714rem !important; }
  .g-mr-45--sm {
    margin-right: 3.21429rem !important; }
  .g-mr-50--sm {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 920px) {
  .g-ma-0--md {
    margin: 0 !important; }
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .g-ml-0--md {
    margin-left: 0 !important; }
  .g-mr-0--md {
    margin-right: 0 !important; }
  .g-mt-0--md {
    margin-top: 0 !important; }
  .g-mb-0--md {
    margin-bottom: 0 !important; }
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .g-my-105--md {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-my-110--md {
    margin-top: 7.85714rem !important;
    margin-bottom: 7.85714rem !important; }
  .g-my-115--md {
    margin-top: 8.21429rem !important;
    margin-bottom: 8.21429rem !important; }
  .g-my-120--md {
    margin-top: 8.57143rem !important;
    margin-bottom: 8.57143rem !important; }
  .g-my-125--md {
    margin-top: 8.92857rem !important;
    margin-bottom: 8.92857rem !important; }
  .g-my-130--md {
    margin-top: 9.28571rem !important;
    margin-bottom: 9.28571rem !important; }
  .g-my-135--md {
    margin-top: 9.64286rem !important;
    margin-bottom: 9.64286rem !important; }
  .g-my-140--md {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-my-145--md {
    margin-top: 10.35714rem !important;
    margin-bottom: 10.35714rem !important; }
  .g-my-150--md {
    margin-top: 10.71429rem !important;
    margin-bottom: 10.71429rem !important; }
  .g-my-155--md {
    margin-top: 11.07143rem !important;
    margin-bottom: 11.07143rem !important; }
  .g-my-160--md {
    margin-top: 11.42857rem !important;
    margin-bottom: 11.42857rem !important; }
  .g-my-165--md {
    margin-top: 11.78571rem !important;
    margin-bottom: 11.78571rem !important; }
  .g-my-170--md {
    margin-top: 12.14286rem !important;
    margin-bottom: 12.14286rem !important; }
  .g-my-175--md {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-my-180--md {
    margin-top: 12.85714rem !important;
    margin-bottom: 12.85714rem !important; }
  .g-my-185--md {
    margin-top: 13.21429rem !important;
    margin-bottom: 13.21429rem !important; }
  .g-mt-1--md {
    margin-top: 0.07143rem !important; }
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important; }
  .g-mt-2--md {
    margin-top: 0.14286rem !important; }
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important; }
  .g-mt-3--md {
    margin-top: 0.21429rem !important; }
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important; }
  .g-mt-4--md {
    margin-top: 0.28571rem !important; }
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important; }
  .g-mt-5--md {
    margin-top: 0.35714rem !important; }
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important; }
  .g-mt-6--md {
    margin-top: 0.42857rem !important; }
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important; }
  .g-mt-7--md {
    margin-top: 0.5rem !important; }
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important; }
  .g-mt-8--md {
    margin-top: 0.57143rem !important; }
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important; }
  .g-mt-9--md {
    margin-top: 0.64286rem !important; }
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important; }
  .g-mt-10--md {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important; }
  .g-mt-11--md {
    margin-top: 0.78571rem !important; }
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important; }
  .g-mt-12--md {
    margin-top: 0.85714rem !important; }
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important; }
  .g-mt-13--md {
    margin-top: 0.92857rem !important; }
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important; }
  .g-mt-14--md {
    margin-top: 1rem !important; }
  .g-mt-minus-14--md {
    margin-top: -1rem !important; }
  .g-mt-15--md {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important; }
  .g-mt-16--md {
    margin-top: 1.14286rem !important; }
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important; }
  .g-mt-17--md {
    margin-top: 1.21429rem !important; }
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important; }
  .g-mt-18--md {
    margin-top: 1.28571rem !important; }
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important; }
  .g-mt-19--md {
    margin-top: 1.35714rem !important; }
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important; }
  .g-mt-20--md {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important; }
  .g-mt-21--md {
    margin-top: 1.5rem !important; }
  .g-mt-minus-21--md {
    margin-top: -1.5rem !important; }
  .g-mt-22--md {
    margin-top: 1.57143rem !important; }
  .g-mt-minus-22--md {
    margin-top: -1.57143rem !important; }
  .g-mt-23--md {
    margin-top: 1.64286rem !important; }
  .g-mt-minus-23--md {
    margin-top: -1.64286rem !important; }
  .g-mt-24--md {
    margin-top: 1.71429rem !important; }
  .g-mt-minus-24--md {
    margin-top: -1.71429rem !important; }
  .g-mt-25--md {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important; }
  .g-mt-26--md {
    margin-top: 1.85714rem !important; }
  .g-mt-minus-26--md {
    margin-top: -1.85714rem !important; }
  .g-mt-27--md {
    margin-top: 1.92857rem !important; }
  .g-mt-minus-27--md {
    margin-top: -1.92857rem !important; }
  .g-mt-28--md {
    margin-top: 2rem !important; }
  .g-mt-minus-28--md {
    margin-top: -2rem !important; }
  .g-mt-29--md {
    margin-top: 2.07143rem !important; }
  .g-mt-minus-29--md {
    margin-top: -2.07143rem !important; }
  .g-mt-30--md {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important; }
  .g-mt-31--md {
    margin-top: 2.21429rem !important; }
  .g-mt-minus-31--md {
    margin-top: -2.21429rem !important; }
  .g-mt-32--md {
    margin-top: 2.28571rem !important; }
  .g-mt-minus-32--md {
    margin-top: -2.28571rem !important; }
  .g-mt-33--md {
    margin-top: 2.35714rem !important; }
  .g-mt-minus-33--md {
    margin-top: -2.35714rem !important; }
  .g-mt-34--md {
    margin-top: 2.42857rem !important; }
  .g-mt-minus-34--md {
    margin-top: -2.42857rem !important; }
  .g-mt-35--md {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important; }
  .g-mt-36--md {
    margin-top: 2.57143rem !important; }
  .g-mt-minus-36--md {
    margin-top: -2.57143rem !important; }
  .g-mt-37--md {
    margin-top: 2.64286rem !important; }
  .g-mt-minus-37--md {
    margin-top: -2.64286rem !important; }
  .g-mt-38--md {
    margin-top: 2.71429rem !important; }
  .g-mt-minus-38--md {
    margin-top: -2.71429rem !important; }
  .g-mt-39--md {
    margin-top: 2.78571rem !important; }
  .g-mt-minus-39--md {
    margin-top: -2.78571rem !important; }
  .g-mt-40--md {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important; }
  .g-mt-41--md {
    margin-top: 2.92857rem !important; }
  .g-mt-minus-41--md {
    margin-top: -2.92857rem !important; }
  .g-mt-42--md {
    margin-top: 3rem !important; }
  .g-mt-minus-42--md {
    margin-top: -3rem !important; }
  .g-mt-43--md {
    margin-top: 3.07143rem !important; }
  .g-mt-minus-43--md {
    margin-top: -3.07143rem !important; }
  .g-mt-44--md {
    margin-top: 3.14286rem !important; }
  .g-mt-minus-44--md {
    margin-top: -3.14286rem !important; }
  .g-mt-45--md {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important; }
  .g-mt-46--md {
    margin-top: 3.28571rem !important; }
  .g-mt-minus-46--md {
    margin-top: -3.28571rem !important; }
  .g-mt-47--md {
    margin-top: 3.35714rem !important; }
  .g-mt-minus-47--md {
    margin-top: -3.35714rem !important; }
  .g-mt-48--md {
    margin-top: 3.42857rem !important; }
  .g-mt-minus-48--md {
    margin-top: -3.42857rem !important; }
  .g-mt-49--md {
    margin-top: 3.5rem !important; }
  .g-mt-minus-49--md {
    margin-top: -3.5rem !important; }
  .g-mt-50--md {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important; }
  .g-mt-51--md {
    margin-top: 3.64286rem !important; }
  .g-mt-minus-51--md {
    margin-top: -3.64286rem !important; }
  .g-mt-52--md {
    margin-top: 3.71429rem !important; }
  .g-mt-minus-52--md {
    margin-top: -3.71429rem !important; }
  .g-mt-53--md {
    margin-top: 3.78571rem !important; }
  .g-mt-minus-53--md {
    margin-top: -3.78571rem !important; }
  .g-mt-54--md {
    margin-top: 3.85714rem !important; }
  .g-mt-minus-54--md {
    margin-top: -3.85714rem !important; }
  .g-mt-55--md {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important; }
  .g-mt-56--md {
    margin-top: 4rem !important; }
  .g-mt-minus-56--md {
    margin-top: -4rem !important; }
  .g-mt-57--md {
    margin-top: 4.07143rem !important; }
  .g-mt-minus-57--md {
    margin-top: -4.07143rem !important; }
  .g-mt-58--md {
    margin-top: 4.14286rem !important; }
  .g-mt-minus-58--md {
    margin-top: -4.14286rem !important; }
  .g-mt-59--md {
    margin-top: 4.21429rem !important; }
  .g-mt-minus-59--md {
    margin-top: -4.21429rem !important; }
  .g-mt-60--md {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important; }
  .g-mt-10--md {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important; }
  .g-mt-15--md {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important; }
  .g-mt-20--md {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important; }
  .g-mt-25--md {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important; }
  .g-mt-30--md {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important; }
  .g-mt-35--md {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important; }
  .g-mt-40--md {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important; }
  .g-mt-45--md {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important; }
  .g-mt-50--md {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important; }
  .g-mt-55--md {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important; }
  .g-mt-60--md {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important; }
  .g-mt-65--md {
    margin-top: 4.64286rem !important; }
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important; }
  .g-mt-70--md {
    margin-top: 5rem !important; }
  .g-mt-minus-70--md {
    margin-top: -5rem !important; }
  .g-mt-75--md {
    margin-top: 5.35714rem !important; }
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important; }
  .g-mt-80--md {
    margin-top: 5.71429rem !important; }
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important; }
  .g-mt-85--md {
    margin-top: 6.07143rem !important; }
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important; }
  .g-mt-90--md {
    margin-top: 6.42857rem !important; }
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important; }
  .g-mt-95--md {
    margin-top: 6.78571rem !important; }
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important; }
  .g-mt-100--md {
    margin-top: 7.14286rem !important; }
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important; }
  .g-mt-105--md {
    margin-top: 7.5rem !important; }
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important; }
  .g-mt-110--md {
    margin-top: 7.85714rem !important; }
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important; }
  .g-mt-115--md {
    margin-top: 8.21429rem !important; }
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important; }
  .g-mt-120--md {
    margin-top: 8.57143rem !important; }
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important; }
  .g-mt-125--md {
    margin-top: 8.92857rem !important; }
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important; }
  .g-mt-130--md {
    margin-top: 9.28571rem !important; }
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important; }
  .g-mt-135--md {
    margin-top: 9.64286rem !important; }
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important; }
  .g-mt-140--md {
    margin-top: 10rem !important; }
  .g-mt-minus-140--md {
    margin-top: -10rem !important; }
  .g-mt-145--md {
    margin-top: 10.35714rem !important; }
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important; }
  .g-mt-150--md {
    margin-top: 10.71429rem !important; }
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important; }
  .g-mt-155--md {
    margin-top: 11.07143rem !important; }
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important; }
  .g-mt-160--md {
    margin-top: 11.42857rem !important; }
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important; }
  .g-mt-165--md {
    margin-top: 11.78571rem !important; }
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important; }
  .g-mt-170--md {
    margin-top: 12.14286rem !important; }
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important; }
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important; }
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important; }
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important; }
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important; }
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important; }
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important; }
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important; }
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important; }
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important; }
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important; }
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important; }
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important; }
  .g-mb-7--md {
    margin-bottom: 0.5rem !important; }
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important; }
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important; }
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important; }
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important; }
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important; }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important; }
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important; }
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important; }
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important; }
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important; }
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important; }
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important; }
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important; }
  .g-mb-14--md {
    margin-bottom: 1rem !important; }
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important; }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important; }
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important; }
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important; }
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important; }
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important; }
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important; }
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important; }
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important; }
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important; }
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important; }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important; }
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important; }
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important; }
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important; }
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important; }
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important; }
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important; }
  .g-mb-35--md {
    margin-bottom: 2.5rem !important; }
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important; }
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important; }
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important; }
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important; }
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important; }
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important; }
  .g-mb-70--md {
    margin-bottom: 5rem !important; }
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important; }
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important; }
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important; }
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important; }
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important; }
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important; }
  .g-mb-105--md {
    margin-bottom: 7.5rem !important; }
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important; }
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important; }
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important; }
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important; }
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important; }
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important; }
  .g-mb-140--md {
    margin-bottom: 10rem !important; }
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important; }
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important; }
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important; }
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important; }
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important; }
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important; }
  .g-ml-1--md {
    margin-left: 0.07143rem !important; }
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important; }
  .g-ml-2--md {
    margin-left: 0.14286rem !important; }
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important; }
  .g-ml-3--md {
    margin-left: 0.21429rem !important; }
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important; }
  .g-ml-4--md {
    margin-left: 0.28571rem !important; }
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important; }
  .g-ml-5--md {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important; }
  .g-ml-6--md {
    margin-left: 0.42857rem !important; }
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important; }
  .g-ml-7--md {
    margin-left: 0.5rem !important; }
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important; }
  .g-ml-8--md {
    margin-left: 0.57143rem !important; }
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important; }
  .g-ml-9--md {
    margin-left: 0.64286rem !important; }
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important; }
  .g-ml-10--md {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important; }
  .g-ml-5--md {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important; }
  .g-ml-10--md {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important; }
  .g-ml-15--md {
    margin-left: 1.07143rem !important; }
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important; }
  .g-ml-20--md {
    margin-left: 1.42857rem !important; }
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important; }
  .g-ml-25--md {
    margin-left: 1.78571rem !important; }
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important; }
  .g-ml-30--md {
    margin-left: 2.14286rem !important; }
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important; }
  .g-ml-35--md {
    margin-left: 2.5rem !important; }
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important; }
  .g-ml-40--md {
    margin-left: 2.85714rem !important; }
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important; }
  .g-ml-45--md {
    margin-left: 3.21429rem !important; }
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important; }
  .g-ml-50--md {
    margin-left: 3.57143rem !important; }
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important; }
  .g-ml-55--md {
    margin-left: 3.92857rem !important; }
  .g-ml-minus-55--md {
    margin-left: -3.92857rem !important; }
  .g-ml-60--md {
    margin-left: 4.28571rem !important; }
  .g-ml-minus-60--md {
    margin-left: -4.28571rem !important; }
  .g-ml-65--md {
    margin-left: 4.64286rem !important; }
  .g-ml-minus-65--md {
    margin-left: -4.64286rem !important; }
  .g-ml-70--md {
    margin-left: 5rem !important; }
  .g-ml-minus-70--md {
    margin-left: -5rem !important; }
  .g-ml-75--md {
    margin-left: 5.35714rem !important; }
  .g-ml-minus-75--md {
    margin-left: -5.35714rem !important; }
  .g-ml-80--md {
    margin-left: 5.71429rem !important; }
  .g-ml-minus-80--md {
    margin-left: -5.71429rem !important; }
  .g-ml-85--md {
    margin-left: 6.07143rem !important; }
  .g-ml-minus-85--md {
    margin-left: -6.07143rem !important; }
  .g-ml-90--md {
    margin-left: 6.42857rem !important; }
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important; }
  .g-mr-1--md {
    margin-right: 0.07143rem !important; }
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important; }
  .g-mr-2--md {
    margin-right: 0.14286rem !important; }
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important; }
  .g-mr-3--md {
    margin-right: 0.21429rem !important; }
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important; }
  .g-mr-4--md {
    margin-right: 0.28571rem !important; }
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important; }
  .g-mr-5--md {
    margin-right: 0.35714rem !important; }
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important; }
  .g-mr-6--md {
    margin-right: 0.42857rem !important; }
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important; }
  .g-mr-7--md {
    margin-right: 0.5rem !important; }
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important; }
  .g-mr-8--md {
    margin-right: 0.57143rem !important; }
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important; }
  .g-mr-9--md {
    margin-right: 0.64286rem !important; }
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important; }
  .g-mr-10--md {
    margin-right: 0.71429rem !important; }
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important; }
  .g-mr-11--md {
    margin-right: 0.78571rem !important; }
  .g-mr-minus-11--md {
    margin-right: -0.78571rem !important; }
  .g-mr-12--md {
    margin-right: 0.85714rem !important; }
  .g-mr-minus-12--md {
    margin-right: -0.85714rem !important; }
  .g-mr-13--md {
    margin-right: 0.92857rem !important; }
  .g-mr-minus-13--md {
    margin-right: -0.92857rem !important; }
  .g-mr-14--md {
    margin-right: 1rem !important; }
  .g-mr-minus-14--md {
    margin-right: -1rem !important; }
  .g-mr-15--md {
    margin-right: 1.07143rem !important; }
  .g-mr-minus-15--md {
    margin-right: -1.07143rem !important; }
  .g-mr-16--md {
    margin-right: 1.14286rem !important; }
  .g-mr-minus-16--md {
    margin-right: -1.14286rem !important; }
  .g-mr-17--md {
    margin-right: 1.21429rem !important; }
  .g-mr-minus-17--md {
    margin-right: -1.21429rem !important; }
  .g-mr-18--md {
    margin-right: 1.28571rem !important; }
  .g-mr-minus-18--md {
    margin-right: -1.28571rem !important; }
  .g-mr-19--md {
    margin-right: 1.35714rem !important; }
  .g-mr-minus-19--md {
    margin-right: -1.35714rem !important; }
  .g-mr-20--md {
    margin-right: 1.42857rem !important; }
  .g-mr-minus-20--md {
    margin-right: -1.42857rem !important; }
  .g-mr-21--md {
    margin-right: 1.5rem !important; }
  .g-mr-minus-21--md {
    margin-right: -1.5rem !important; }
  .g-mr-22--md {
    margin-right: 1.57143rem !important; }
  .g-mr-minus-22--md {
    margin-right: -1.57143rem !important; }
  .g-mr-23--md {
    margin-right: 1.64286rem !important; }
  .g-mr-minus-23--md {
    margin-right: -1.64286rem !important; }
  .g-mr-24--md {
    margin-right: 1.71429rem !important; }
  .g-mr-minus-24--md {
    margin-right: -1.71429rem !important; }
  .g-mr-25--md {
    margin-right: 1.78571rem !important; }
  .g-mr-minus-25--md {
    margin-right: -1.78571rem !important; }
  .g-mr-26--md {
    margin-right: 1.85714rem !important; }
  .g-mr-minus-26--md {
    margin-right: -1.85714rem !important; }
  .g-mr-27--md {
    margin-right: 1.92857rem !important; }
  .g-mr-minus-27--md {
    margin-right: -1.92857rem !important; }
  .g-mr-28--md {
    margin-right: 2rem !important; }
  .g-mr-minus-28--md {
    margin-right: -2rem !important; }
  .g-mr-29--md {
    margin-right: 2.07143rem !important; }
  .g-mr-minus-29--md {
    margin-right: -2.07143rem !important; }
  .g-mr-30--md {
    margin-right: 2.14286rem !important; }
  .g-mr-minus-30--md {
    margin-right: -2.14286rem !important; }
  .g-mr-31--md {
    margin-right: 2.21429rem !important; }
  .g-mr-minus-31--md {
    margin-right: -2.21429rem !important; }
  .g-mr-32--md {
    margin-right: 2.28571rem !important; }
  .g-mr-minus-32--md {
    margin-right: -2.28571rem !important; }
  .g-mr-33--md {
    margin-right: 2.35714rem !important; }
  .g-mr-minus-33--md {
    margin-right: -2.35714rem !important; }
  .g-mr-34--md {
    margin-right: 2.42857rem !important; }
  .g-mr-minus-34--md {
    margin-right: -2.42857rem !important; }
  .g-mr-35--md {
    margin-right: 2.5rem !important; }
  .g-mr-minus-35--md {
    margin-right: -2.5rem !important; }
  .g-mr-36--md {
    margin-right: 2.57143rem !important; }
  .g-mr-minus-36--md {
    margin-right: -2.57143rem !important; }
  .g-mr-37--md {
    margin-right: 2.64286rem !important; }
  .g-mr-minus-37--md {
    margin-right: -2.64286rem !important; }
  .g-mr-38--md {
    margin-right: 2.71429rem !important; }
  .g-mr-minus-38--md {
    margin-right: -2.71429rem !important; }
  .g-mr-39--md {
    margin-right: 2.78571rem !important; }
  .g-mr-minus-39--md {
    margin-right: -2.78571rem !important; }
  .g-mr-40--md {
    margin-right: 2.85714rem !important; }
  .g-mr-minus-40--md {
    margin-right: -2.85714rem !important; }
  .g-mr-41--md {
    margin-right: 2.92857rem !important; }
  .g-mr-minus-41--md {
    margin-right: -2.92857rem !important; }
  .g-mr-42--md {
    margin-right: 3rem !important; }
  .g-mr-minus-42--md {
    margin-right: -3rem !important; }
  .g-mr-43--md {
    margin-right: 3.07143rem !important; }
  .g-mr-minus-43--md {
    margin-right: -3.07143rem !important; }
  .g-mr-44--md {
    margin-right: 3.14286rem !important; }
  .g-mr-minus-44--md {
    margin-right: -3.14286rem !important; }
  .g-mr-45--md {
    margin-right: 3.21429rem !important; }
  .g-mr-minus-45--md {
    margin-right: -3.21429rem !important; }
  .g-mr-46--md {
    margin-right: 3.28571rem !important; }
  .g-mr-minus-46--md {
    margin-right: -3.28571rem !important; }
  .g-mr-47--md {
    margin-right: 3.35714rem !important; }
  .g-mr-minus-47--md {
    margin-right: -3.35714rem !important; }
  .g-mr-48--md {
    margin-right: 3.42857rem !important; }
  .g-mr-minus-48--md {
    margin-right: -3.42857rem !important; }
  .g-mr-49--md {
    margin-right: 3.5rem !important; }
  .g-mr-minus-49--md {
    margin-right: -3.5rem !important; }
  .g-mr-50--md {
    margin-right: 3.57143rem !important; }
  .g-mr-minus-50--md {
    margin-right: -3.57143rem !important; }
  .g-mr-51--md {
    margin-right: 3.64286rem !important; }
  .g-mr-minus-51--md {
    margin-right: -3.64286rem !important; }
  .g-mr-52--md {
    margin-right: 3.71429rem !important; }
  .g-mr-minus-52--md {
    margin-right: -3.71429rem !important; }
  .g-mr-53--md {
    margin-right: 3.78571rem !important; }
  .g-mr-minus-53--md {
    margin-right: -3.78571rem !important; }
  .g-mr-54--md {
    margin-right: 3.85714rem !important; }
  .g-mr-minus-54--md {
    margin-right: -3.85714rem !important; }
  .g-mr-55--md {
    margin-right: 3.92857rem !important; }
  .g-mr-minus-55--md {
    margin-right: -3.92857rem !important; }
  .g-mr-56--md {
    margin-right: 4rem !important; }
  .g-mr-minus-56--md {
    margin-right: -4rem !important; }
  .g-mr-57--md {
    margin-right: 4.07143rem !important; }
  .g-mr-minus-57--md {
    margin-right: -4.07143rem !important; }
  .g-mr-58--md {
    margin-right: 4.14286rem !important; }
  .g-mr-minus-58--md {
    margin-right: -4.14286rem !important; }
  .g-mr-59--md {
    margin-right: 4.21429rem !important; }
  .g-mr-minus-59--md {
    margin-right: -4.21429rem !important; }
  .g-mr-60--md {
    margin-right: 4.28571rem !important; }
  .g-mr-minus-60--md {
    margin-right: -4.28571rem !important; }
  .g-mr-61--md {
    margin-right: 4.35714rem !important; }
  .g-mr-minus-61--md {
    margin-right: -4.35714rem !important; }
  .g-mr-62--md {
    margin-right: 4.42857rem !important; }
  .g-mr-minus-62--md {
    margin-right: -4.42857rem !important; }
  .g-mr-63--md {
    margin-right: 4.5rem !important; }
  .g-mr-minus-63--md {
    margin-right: -4.5rem !important; }
  .g-mr-64--md {
    margin-right: 4.57143rem !important; }
  .g-mr-minus-64--md {
    margin-right: -4.57143rem !important; }
  .g-mr-65--md {
    margin-right: 4.64286rem !important; }
  .g-mr-minus-65--md {
    margin-right: -4.64286rem !important; }
  .g-mr-66--md {
    margin-right: 4.71429rem !important; }
  .g-mr-minus-66--md {
    margin-right: -4.71429rem !important; }
  .g-mr-67--md {
    margin-right: 4.78571rem !important; }
  .g-mr-minus-67--md {
    margin-right: -4.78571rem !important; }
  .g-mr-68--md {
    margin-right: 4.85714rem !important; }
  .g-mr-minus-68--md {
    margin-right: -4.85714rem !important; }
  .g-mr-69--md {
    margin-right: 4.92857rem !important; }
  .g-mr-minus-69--md {
    margin-right: -4.92857rem !important; }
  .g-mr-70--md {
    margin-right: 5rem !important; }
  .g-mr-minus-70--md {
    margin-right: -5rem !important; }
  .g-mr-71--md {
    margin-right: 5.07143rem !important; }
  .g-mr-minus-71--md {
    margin-right: -5.07143rem !important; }
  .g-mr-72--md {
    margin-right: 5.14286rem !important; }
  .g-mr-minus-72--md {
    margin-right: -5.14286rem !important; }
  .g-mr-73--md {
    margin-right: 5.21429rem !important; }
  .g-mr-minus-73--md {
    margin-right: -5.21429rem !important; }
  .g-mr-74--md {
    margin-right: 5.28571rem !important; }
  .g-mr-minus-74--md {
    margin-right: -5.28571rem !important; }
  .g-mr-75--md {
    margin-right: 5.35714rem !important; }
  .g-mr-minus-75--md {
    margin-right: -5.35714rem !important; }
  .g-mr-76--md {
    margin-right: 5.42857rem !important; }
  .g-mr-minus-76--md {
    margin-right: -5.42857rem !important; }
  .g-mr-77--md {
    margin-right: 5.5rem !important; }
  .g-mr-minus-77--md {
    margin-right: -5.5rem !important; }
  .g-mr-78--md {
    margin-right: 5.57143rem !important; }
  .g-mr-minus-78--md {
    margin-right: -5.57143rem !important; }
  .g-mr-79--md {
    margin-right: 5.64286rem !important; }
  .g-mr-minus-79--md {
    margin-right: -5.64286rem !important; }
  .g-mr-80--md {
    margin-right: 5.71429rem !important; }
  .g-mr-minus-80--md {
    margin-right: -5.71429rem !important; }
  .g-mr-5--md {
    margin-right: 0.35714rem !important; }
  .g-mr-10--md {
    margin-right: 0.71429rem !important; }
  .g-mr-15--md {
    margin-right: 1.07143rem !important; }
  .g-mr-20--md {
    margin-right: 1.42857rem !important; }
  .g-mr-25--md {
    margin-right: 1.78571rem !important; }
  .g-mr-30--md {
    margin-right: 2.14286rem !important; }
  .g-mr-35--md {
    margin-right: 2.5rem !important; }
  .g-mr-40--md {
    margin-right: 2.85714rem !important; }
  .g-mr-45--md {
    margin-right: 3.21429rem !important; }
  .g-mr-50--md {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 1100px) {
  .g-ma-0--lg {
    margin: 0 !important; }
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .g-ml-0--lg {
    margin-left: 0 !important; }
  .g-mr-0--lg {
    margin-right: 0 !important; }
  .g-mt-0--lg {
    margin-top: 0 !important; }
  .g-mb-0--lg {
    margin-bottom: 0 !important; }
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .g-my-105--lg {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-my-110--lg {
    margin-top: 7.85714rem !important;
    margin-bottom: 7.85714rem !important; }
  .g-my-115--lg {
    margin-top: 8.21429rem !important;
    margin-bottom: 8.21429rem !important; }
  .g-my-120--lg {
    margin-top: 8.57143rem !important;
    margin-bottom: 8.57143rem !important; }
  .g-my-125--lg {
    margin-top: 8.92857rem !important;
    margin-bottom: 8.92857rem !important; }
  .g-my-130--lg {
    margin-top: 9.28571rem !important;
    margin-bottom: 9.28571rem !important; }
  .g-my-135--lg {
    margin-top: 9.64286rem !important;
    margin-bottom: 9.64286rem !important; }
  .g-my-140--lg {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-my-145--lg {
    margin-top: 10.35714rem !important;
    margin-bottom: 10.35714rem !important; }
  .g-my-150--lg {
    margin-top: 10.71429rem !important;
    margin-bottom: 10.71429rem !important; }
  .g-my-155--lg {
    margin-top: 11.07143rem !important;
    margin-bottom: 11.07143rem !important; }
  .g-my-160--lg {
    margin-top: 11.42857rem !important;
    margin-bottom: 11.42857rem !important; }
  .g-my-165--lg {
    margin-top: 11.78571rem !important;
    margin-bottom: 11.78571rem !important; }
  .g-my-170--lg {
    margin-top: 12.14286rem !important;
    margin-bottom: 12.14286rem !important; }
  .g-my-175--lg {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-my-180--lg {
    margin-top: 12.85714rem !important;
    margin-bottom: 12.85714rem !important; }
  .g-my-185--lg {
    margin-top: 13.21429rem !important;
    margin-bottom: 13.21429rem !important; }
  .g-mt-1--lg {
    margin-top: 0.07143rem !important; }
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important; }
  .g-mt-2--lg {
    margin-top: 0.14286rem !important; }
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important; }
  .g-mt-3--lg {
    margin-top: 0.21429rem !important; }
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important; }
  .g-mt-4--lg {
    margin-top: 0.28571rem !important; }
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important; }
  .g-mt-5--lg {
    margin-top: 0.35714rem !important; }
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important; }
  .g-mt-6--lg {
    margin-top: 0.42857rem !important; }
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important; }
  .g-mt-7--lg {
    margin-top: 0.5rem !important; }
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important; }
  .g-mt-8--lg {
    margin-top: 0.57143rem !important; }
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important; }
  .g-mt-9--lg {
    margin-top: 0.64286rem !important; }
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important; }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important; }
  .g-mt-11--lg {
    margin-top: 0.78571rem !important; }
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important; }
  .g-mt-12--lg {
    margin-top: 0.85714rem !important; }
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important; }
  .g-mt-13--lg {
    margin-top: 0.92857rem !important; }
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important; }
  .g-mt-14--lg {
    margin-top: 1rem !important; }
  .g-mt-minus-14--lg {
    margin-top: -1rem !important; }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important; }
  .g-mt-16--lg {
    margin-top: 1.14286rem !important; }
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important; }
  .g-mt-17--lg {
    margin-top: 1.21429rem !important; }
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important; }
  .g-mt-18--lg {
    margin-top: 1.28571rem !important; }
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important; }
  .g-mt-19--lg {
    margin-top: 1.35714rem !important; }
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important; }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important; }
  .g-mt-21--lg {
    margin-top: 1.5rem !important; }
  .g-mt-minus-21--lg {
    margin-top: -1.5rem !important; }
  .g-mt-22--lg {
    margin-top: 1.57143rem !important; }
  .g-mt-minus-22--lg {
    margin-top: -1.57143rem !important; }
  .g-mt-23--lg {
    margin-top: 1.64286rem !important; }
  .g-mt-minus-23--lg {
    margin-top: -1.64286rem !important; }
  .g-mt-24--lg {
    margin-top: 1.71429rem !important; }
  .g-mt-minus-24--lg {
    margin-top: -1.71429rem !important; }
  .g-mt-25--lg {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important; }
  .g-mt-26--lg {
    margin-top: 1.85714rem !important; }
  .g-mt-minus-26--lg {
    margin-top: -1.85714rem !important; }
  .g-mt-27--lg {
    margin-top: 1.92857rem !important; }
  .g-mt-minus-27--lg {
    margin-top: -1.92857rem !important; }
  .g-mt-28--lg {
    margin-top: 2rem !important; }
  .g-mt-minus-28--lg {
    margin-top: -2rem !important; }
  .g-mt-29--lg {
    margin-top: 2.07143rem !important; }
  .g-mt-minus-29--lg {
    margin-top: -2.07143rem !important; }
  .g-mt-30--lg {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important; }
  .g-mt-31--lg {
    margin-top: 2.21429rem !important; }
  .g-mt-minus-31--lg {
    margin-top: -2.21429rem !important; }
  .g-mt-32--lg {
    margin-top: 2.28571rem !important; }
  .g-mt-minus-32--lg {
    margin-top: -2.28571rem !important; }
  .g-mt-33--lg {
    margin-top: 2.35714rem !important; }
  .g-mt-minus-33--lg {
    margin-top: -2.35714rem !important; }
  .g-mt-34--lg {
    margin-top: 2.42857rem !important; }
  .g-mt-minus-34--lg {
    margin-top: -2.42857rem !important; }
  .g-mt-35--lg {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important; }
  .g-mt-36--lg {
    margin-top: 2.57143rem !important; }
  .g-mt-minus-36--lg {
    margin-top: -2.57143rem !important; }
  .g-mt-37--lg {
    margin-top: 2.64286rem !important; }
  .g-mt-minus-37--lg {
    margin-top: -2.64286rem !important; }
  .g-mt-38--lg {
    margin-top: 2.71429rem !important; }
  .g-mt-minus-38--lg {
    margin-top: -2.71429rem !important; }
  .g-mt-39--lg {
    margin-top: 2.78571rem !important; }
  .g-mt-minus-39--lg {
    margin-top: -2.78571rem !important; }
  .g-mt-40--lg {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important; }
  .g-mt-41--lg {
    margin-top: 2.92857rem !important; }
  .g-mt-minus-41--lg {
    margin-top: -2.92857rem !important; }
  .g-mt-42--lg {
    margin-top: 3rem !important; }
  .g-mt-minus-42--lg {
    margin-top: -3rem !important; }
  .g-mt-43--lg {
    margin-top: 3.07143rem !important; }
  .g-mt-minus-43--lg {
    margin-top: -3.07143rem !important; }
  .g-mt-44--lg {
    margin-top: 3.14286rem !important; }
  .g-mt-minus-44--lg {
    margin-top: -3.14286rem !important; }
  .g-mt-45--lg {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important; }
  .g-mt-46--lg {
    margin-top: 3.28571rem !important; }
  .g-mt-minus-46--lg {
    margin-top: -3.28571rem !important; }
  .g-mt-47--lg {
    margin-top: 3.35714rem !important; }
  .g-mt-minus-47--lg {
    margin-top: -3.35714rem !important; }
  .g-mt-48--lg {
    margin-top: 3.42857rem !important; }
  .g-mt-minus-48--lg {
    margin-top: -3.42857rem !important; }
  .g-mt-49--lg {
    margin-top: 3.5rem !important; }
  .g-mt-minus-49--lg {
    margin-top: -3.5rem !important; }
  .g-mt-50--lg {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important; }
  .g-mt-51--lg {
    margin-top: 3.64286rem !important; }
  .g-mt-minus-51--lg {
    margin-top: -3.64286rem !important; }
  .g-mt-52--lg {
    margin-top: 3.71429rem !important; }
  .g-mt-minus-52--lg {
    margin-top: -3.71429rem !important; }
  .g-mt-53--lg {
    margin-top: 3.78571rem !important; }
  .g-mt-minus-53--lg {
    margin-top: -3.78571rem !important; }
  .g-mt-54--lg {
    margin-top: 3.85714rem !important; }
  .g-mt-minus-54--lg {
    margin-top: -3.85714rem !important; }
  .g-mt-55--lg {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important; }
  .g-mt-56--lg {
    margin-top: 4rem !important; }
  .g-mt-minus-56--lg {
    margin-top: -4rem !important; }
  .g-mt-57--lg {
    margin-top: 4.07143rem !important; }
  .g-mt-minus-57--lg {
    margin-top: -4.07143rem !important; }
  .g-mt-58--lg {
    margin-top: 4.14286rem !important; }
  .g-mt-minus-58--lg {
    margin-top: -4.14286rem !important; }
  .g-mt-59--lg {
    margin-top: 4.21429rem !important; }
  .g-mt-minus-59--lg {
    margin-top: -4.21429rem !important; }
  .g-mt-60--lg {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important; }
  .g-mt-10--lg {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important; }
  .g-mt-15--lg {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important; }
  .g-mt-20--lg {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important; }
  .g-mt-25--lg {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important; }
  .g-mt-30--lg {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important; }
  .g-mt-35--lg {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important; }
  .g-mt-40--lg {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important; }
  .g-mt-45--lg {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important; }
  .g-mt-50--lg {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important; }
  .g-mt-55--lg {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important; }
  .g-mt-60--lg {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important; }
  .g-mt-65--lg {
    margin-top: 4.64286rem !important; }
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important; }
  .g-mt-70--lg {
    margin-top: 5rem !important; }
  .g-mt-minus-70--lg {
    margin-top: -5rem !important; }
  .g-mt-75--lg {
    margin-top: 5.35714rem !important; }
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important; }
  .g-mt-80--lg {
    margin-top: 5.71429rem !important; }
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important; }
  .g-mt-85--lg {
    margin-top: 6.07143rem !important; }
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important; }
  .g-mt-90--lg {
    margin-top: 6.42857rem !important; }
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important; }
  .g-mt-95--lg {
    margin-top: 6.78571rem !important; }
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important; }
  .g-mt-100--lg {
    margin-top: 7.14286rem !important; }
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important; }
  .g-mt-105--lg {
    margin-top: 7.5rem !important; }
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important; }
  .g-mt-110--lg {
    margin-top: 7.85714rem !important; }
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important; }
  .g-mt-115--lg {
    margin-top: 8.21429rem !important; }
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important; }
  .g-mt-120--lg {
    margin-top: 8.57143rem !important; }
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important; }
  .g-mt-125--lg {
    margin-top: 8.92857rem !important; }
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important; }
  .g-mt-130--lg {
    margin-top: 9.28571rem !important; }
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important; }
  .g-mt-135--lg {
    margin-top: 9.64286rem !important; }
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important; }
  .g-mt-140--lg {
    margin-top: 10rem !important; }
  .g-mt-minus-140--lg {
    margin-top: -10rem !important; }
  .g-mt-145--lg {
    margin-top: 10.35714rem !important; }
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important; }
  .g-mt-150--lg {
    margin-top: 10.71429rem !important; }
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important; }
  .g-mt-155--lg {
    margin-top: 11.07143rem !important; }
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important; }
  .g-mt-160--lg {
    margin-top: 11.42857rem !important; }
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important; }
  .g-mt-165--lg {
    margin-top: 11.78571rem !important; }
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important; }
  .g-mt-170--lg {
    margin-top: 12.14286rem !important; }
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important; }
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important; }
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important; }
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important; }
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important; }
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important; }
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important; }
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important; }
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important; }
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important; }
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important; }
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important; }
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important; }
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important; }
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important; }
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important; }
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important; }
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important; }
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important; }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important; }
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important; }
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important; }
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important; }
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important; }
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important; }
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important; }
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important; }
  .g-mb-14--lg {
    margin-bottom: 1rem !important; }
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important; }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important; }
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important; }
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important; }
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important; }
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important; }
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important; }
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important; }
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important; }
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important; }
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important; }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important; }
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important; }
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important; }
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important; }
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important; }
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important; }
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important; }
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important; }
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important; }
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important; }
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important; }
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important; }
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important; }
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important; }
  .g-mb-70--lg {
    margin-bottom: 5rem !important; }
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important; }
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important; }
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important; }
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important; }
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important; }
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important; }
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important; }
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important; }
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important; }
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important; }
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important; }
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important; }
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important; }
  .g-mb-140--lg {
    margin-bottom: 10rem !important; }
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important; }
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important; }
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important; }
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important; }
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important; }
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important; }
  .g-ml-1--lg {
    margin-left: 0.07143rem !important; }
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important; }
  .g-ml-2--lg {
    margin-left: 0.14286rem !important; }
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important; }
  .g-ml-3--lg {
    margin-left: 0.21429rem !important; }
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important; }
  .g-ml-4--lg {
    margin-left: 0.28571rem !important; }
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important; }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important; }
  .g-ml-6--lg {
    margin-left: 0.42857rem !important; }
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important; }
  .g-ml-7--lg {
    margin-left: 0.5rem !important; }
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important; }
  .g-ml-8--lg {
    margin-left: 0.57143rem !important; }
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important; }
  .g-ml-9--lg {
    margin-left: 0.64286rem !important; }
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important; }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important; }
  .g-ml-5--lg {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important; }
  .g-ml-10--lg {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important; }
  .g-ml-15--lg {
    margin-left: 1.07143rem !important; }
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important; }
  .g-ml-20--lg {
    margin-left: 1.42857rem !important; }
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important; }
  .g-ml-25--lg {
    margin-left: 1.78571rem !important; }
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important; }
  .g-ml-30--lg {
    margin-left: 2.14286rem !important; }
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important; }
  .g-ml-35--lg {
    margin-left: 2.5rem !important; }
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important; }
  .g-ml-40--lg {
    margin-left: 2.85714rem !important; }
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important; }
  .g-ml-45--lg {
    margin-left: 3.21429rem !important; }
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important; }
  .g-ml-50--lg {
    margin-left: 3.57143rem !important; }
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important; }
  .g-ml-55--lg {
    margin-left: 3.92857rem !important; }
  .g-ml-minus-55--lg {
    margin-left: -3.92857rem !important; }
  .g-ml-60--lg {
    margin-left: 4.28571rem !important; }
  .g-ml-minus-60--lg {
    margin-left: -4.28571rem !important; }
  .g-ml-65--lg {
    margin-left: 4.64286rem !important; }
  .g-ml-minus-65--lg {
    margin-left: -4.64286rem !important; }
  .g-ml-70--lg {
    margin-left: 5rem !important; }
  .g-ml-minus-70--lg {
    margin-left: -5rem !important; }
  .g-ml-75--lg {
    margin-left: 5.35714rem !important; }
  .g-ml-minus-75--lg {
    margin-left: -5.35714rem !important; }
  .g-ml-80--lg {
    margin-left: 5.71429rem !important; }
  .g-ml-minus-80--lg {
    margin-left: -5.71429rem !important; }
  .g-ml-85--lg {
    margin-left: 6.07143rem !important; }
  .g-ml-minus-85--lg {
    margin-left: -6.07143rem !important; }
  .g-ml-90--lg {
    margin-left: 6.42857rem !important; }
  .g-ml-minus-90--lg {
    margin-left: -6.42857rem !important; }
  .g-mr-1--lg {
    margin-right: 0.07143rem !important; }
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important; }
  .g-mr-2--lg {
    margin-right: 0.14286rem !important; }
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important; }
  .g-mr-3--lg {
    margin-right: 0.21429rem !important; }
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important; }
  .g-mr-4--lg {
    margin-right: 0.28571rem !important; }
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important; }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important; }
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important; }
  .g-mr-6--lg {
    margin-right: 0.42857rem !important; }
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important; }
  .g-mr-7--lg {
    margin-right: 0.5rem !important; }
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important; }
  .g-mr-8--lg {
    margin-right: 0.57143rem !important; }
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important; }
  .g-mr-9--lg {
    margin-right: 0.64286rem !important; }
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important; }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important; }
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important; }
  .g-mr-11--lg {
    margin-right: 0.78571rem !important; }
  .g-mr-minus-11--lg {
    margin-right: -0.78571rem !important; }
  .g-mr-12--lg {
    margin-right: 0.85714rem !important; }
  .g-mr-minus-12--lg {
    margin-right: -0.85714rem !important; }
  .g-mr-13--lg {
    margin-right: 0.92857rem !important; }
  .g-mr-minus-13--lg {
    margin-right: -0.92857rem !important; }
  .g-mr-14--lg {
    margin-right: 1rem !important; }
  .g-mr-minus-14--lg {
    margin-right: -1rem !important; }
  .g-mr-15--lg {
    margin-right: 1.07143rem !important; }
  .g-mr-minus-15--lg {
    margin-right: -1.07143rem !important; }
  .g-mr-16--lg {
    margin-right: 1.14286rem !important; }
  .g-mr-minus-16--lg {
    margin-right: -1.14286rem !important; }
  .g-mr-17--lg {
    margin-right: 1.21429rem !important; }
  .g-mr-minus-17--lg {
    margin-right: -1.21429rem !important; }
  .g-mr-18--lg {
    margin-right: 1.28571rem !important; }
  .g-mr-minus-18--lg {
    margin-right: -1.28571rem !important; }
  .g-mr-19--lg {
    margin-right: 1.35714rem !important; }
  .g-mr-minus-19--lg {
    margin-right: -1.35714rem !important; }
  .g-mr-20--lg {
    margin-right: 1.42857rem !important; }
  .g-mr-minus-20--lg {
    margin-right: -1.42857rem !important; }
  .g-mr-21--lg {
    margin-right: 1.5rem !important; }
  .g-mr-minus-21--lg {
    margin-right: -1.5rem !important; }
  .g-mr-22--lg {
    margin-right: 1.57143rem !important; }
  .g-mr-minus-22--lg {
    margin-right: -1.57143rem !important; }
  .g-mr-23--lg {
    margin-right: 1.64286rem !important; }
  .g-mr-minus-23--lg {
    margin-right: -1.64286rem !important; }
  .g-mr-24--lg {
    margin-right: 1.71429rem !important; }
  .g-mr-minus-24--lg {
    margin-right: -1.71429rem !important; }
  .g-mr-25--lg {
    margin-right: 1.78571rem !important; }
  .g-mr-minus-25--lg {
    margin-right: -1.78571rem !important; }
  .g-mr-26--lg {
    margin-right: 1.85714rem !important; }
  .g-mr-minus-26--lg {
    margin-right: -1.85714rem !important; }
  .g-mr-27--lg {
    margin-right: 1.92857rem !important; }
  .g-mr-minus-27--lg {
    margin-right: -1.92857rem !important; }
  .g-mr-28--lg {
    margin-right: 2rem !important; }
  .g-mr-minus-28--lg {
    margin-right: -2rem !important; }
  .g-mr-29--lg {
    margin-right: 2.07143rem !important; }
  .g-mr-minus-29--lg {
    margin-right: -2.07143rem !important; }
  .g-mr-30--lg {
    margin-right: 2.14286rem !important; }
  .g-mr-minus-30--lg {
    margin-right: -2.14286rem !important; }
  .g-mr-31--lg {
    margin-right: 2.21429rem !important; }
  .g-mr-minus-31--lg {
    margin-right: -2.21429rem !important; }
  .g-mr-32--lg {
    margin-right: 2.28571rem !important; }
  .g-mr-minus-32--lg {
    margin-right: -2.28571rem !important; }
  .g-mr-33--lg {
    margin-right: 2.35714rem !important; }
  .g-mr-minus-33--lg {
    margin-right: -2.35714rem !important; }
  .g-mr-34--lg {
    margin-right: 2.42857rem !important; }
  .g-mr-minus-34--lg {
    margin-right: -2.42857rem !important; }
  .g-mr-35--lg {
    margin-right: 2.5rem !important; }
  .g-mr-minus-35--lg {
    margin-right: -2.5rem !important; }
  .g-mr-36--lg {
    margin-right: 2.57143rem !important; }
  .g-mr-minus-36--lg {
    margin-right: -2.57143rem !important; }
  .g-mr-37--lg {
    margin-right: 2.64286rem !important; }
  .g-mr-minus-37--lg {
    margin-right: -2.64286rem !important; }
  .g-mr-38--lg {
    margin-right: 2.71429rem !important; }
  .g-mr-minus-38--lg {
    margin-right: -2.71429rem !important; }
  .g-mr-39--lg {
    margin-right: 2.78571rem !important; }
  .g-mr-minus-39--lg {
    margin-right: -2.78571rem !important; }
  .g-mr-40--lg {
    margin-right: 2.85714rem !important; }
  .g-mr-minus-40--lg {
    margin-right: -2.85714rem !important; }
  .g-mr-41--lg {
    margin-right: 2.92857rem !important; }
  .g-mr-minus-41--lg {
    margin-right: -2.92857rem !important; }
  .g-mr-42--lg {
    margin-right: 3rem !important; }
  .g-mr-minus-42--lg {
    margin-right: -3rem !important; }
  .g-mr-43--lg {
    margin-right: 3.07143rem !important; }
  .g-mr-minus-43--lg {
    margin-right: -3.07143rem !important; }
  .g-mr-44--lg {
    margin-right: 3.14286rem !important; }
  .g-mr-minus-44--lg {
    margin-right: -3.14286rem !important; }
  .g-mr-45--lg {
    margin-right: 3.21429rem !important; }
  .g-mr-minus-45--lg {
    margin-right: -3.21429rem !important; }
  .g-mr-46--lg {
    margin-right: 3.28571rem !important; }
  .g-mr-minus-46--lg {
    margin-right: -3.28571rem !important; }
  .g-mr-47--lg {
    margin-right: 3.35714rem !important; }
  .g-mr-minus-47--lg {
    margin-right: -3.35714rem !important; }
  .g-mr-48--lg {
    margin-right: 3.42857rem !important; }
  .g-mr-minus-48--lg {
    margin-right: -3.42857rem !important; }
  .g-mr-49--lg {
    margin-right: 3.5rem !important; }
  .g-mr-minus-49--lg {
    margin-right: -3.5rem !important; }
  .g-mr-50--lg {
    margin-right: 3.57143rem !important; }
  .g-mr-minus-50--lg {
    margin-right: -3.57143rem !important; }
  .g-mr-51--lg {
    margin-right: 3.64286rem !important; }
  .g-mr-minus-51--lg {
    margin-right: -3.64286rem !important; }
  .g-mr-52--lg {
    margin-right: 3.71429rem !important; }
  .g-mr-minus-52--lg {
    margin-right: -3.71429rem !important; }
  .g-mr-53--lg {
    margin-right: 3.78571rem !important; }
  .g-mr-minus-53--lg {
    margin-right: -3.78571rem !important; }
  .g-mr-54--lg {
    margin-right: 3.85714rem !important; }
  .g-mr-minus-54--lg {
    margin-right: -3.85714rem !important; }
  .g-mr-55--lg {
    margin-right: 3.92857rem !important; }
  .g-mr-minus-55--lg {
    margin-right: -3.92857rem !important; }
  .g-mr-56--lg {
    margin-right: 4rem !important; }
  .g-mr-minus-56--lg {
    margin-right: -4rem !important; }
  .g-mr-57--lg {
    margin-right: 4.07143rem !important; }
  .g-mr-minus-57--lg {
    margin-right: -4.07143rem !important; }
  .g-mr-58--lg {
    margin-right: 4.14286rem !important; }
  .g-mr-minus-58--lg {
    margin-right: -4.14286rem !important; }
  .g-mr-59--lg {
    margin-right: 4.21429rem !important; }
  .g-mr-minus-59--lg {
    margin-right: -4.21429rem !important; }
  .g-mr-60--lg {
    margin-right: 4.28571rem !important; }
  .g-mr-minus-60--lg {
    margin-right: -4.28571rem !important; }
  .g-mr-61--lg {
    margin-right: 4.35714rem !important; }
  .g-mr-minus-61--lg {
    margin-right: -4.35714rem !important; }
  .g-mr-62--lg {
    margin-right: 4.42857rem !important; }
  .g-mr-minus-62--lg {
    margin-right: -4.42857rem !important; }
  .g-mr-63--lg {
    margin-right: 4.5rem !important; }
  .g-mr-minus-63--lg {
    margin-right: -4.5rem !important; }
  .g-mr-64--lg {
    margin-right: 4.57143rem !important; }
  .g-mr-minus-64--lg {
    margin-right: -4.57143rem !important; }
  .g-mr-65--lg {
    margin-right: 4.64286rem !important; }
  .g-mr-minus-65--lg {
    margin-right: -4.64286rem !important; }
  .g-mr-66--lg {
    margin-right: 4.71429rem !important; }
  .g-mr-minus-66--lg {
    margin-right: -4.71429rem !important; }
  .g-mr-67--lg {
    margin-right: 4.78571rem !important; }
  .g-mr-minus-67--lg {
    margin-right: -4.78571rem !important; }
  .g-mr-68--lg {
    margin-right: 4.85714rem !important; }
  .g-mr-minus-68--lg {
    margin-right: -4.85714rem !important; }
  .g-mr-69--lg {
    margin-right: 4.92857rem !important; }
  .g-mr-minus-69--lg {
    margin-right: -4.92857rem !important; }
  .g-mr-70--lg {
    margin-right: 5rem !important; }
  .g-mr-minus-70--lg {
    margin-right: -5rem !important; }
  .g-mr-71--lg {
    margin-right: 5.07143rem !important; }
  .g-mr-minus-71--lg {
    margin-right: -5.07143rem !important; }
  .g-mr-72--lg {
    margin-right: 5.14286rem !important; }
  .g-mr-minus-72--lg {
    margin-right: -5.14286rem !important; }
  .g-mr-73--lg {
    margin-right: 5.21429rem !important; }
  .g-mr-minus-73--lg {
    margin-right: -5.21429rem !important; }
  .g-mr-74--lg {
    margin-right: 5.28571rem !important; }
  .g-mr-minus-74--lg {
    margin-right: -5.28571rem !important; }
  .g-mr-75--lg {
    margin-right: 5.35714rem !important; }
  .g-mr-minus-75--lg {
    margin-right: -5.35714rem !important; }
  .g-mr-76--lg {
    margin-right: 5.42857rem !important; }
  .g-mr-minus-76--lg {
    margin-right: -5.42857rem !important; }
  .g-mr-77--lg {
    margin-right: 5.5rem !important; }
  .g-mr-minus-77--lg {
    margin-right: -5.5rem !important; }
  .g-mr-78--lg {
    margin-right: 5.57143rem !important; }
  .g-mr-minus-78--lg {
    margin-right: -5.57143rem !important; }
  .g-mr-79--lg {
    margin-right: 5.64286rem !important; }
  .g-mr-minus-79--lg {
    margin-right: -5.64286rem !important; }
  .g-mr-80--lg {
    margin-right: 5.71429rem !important; }
  .g-mr-minus-80--lg {
    margin-right: -5.71429rem !important; }
  .g-mr-5--lg {
    margin-right: 0.35714rem !important; }
  .g-mr-10--lg {
    margin-right: 0.71429rem !important; }
  .g-mr-15--lg {
    margin-right: 1.07143rem !important; }
  .g-mr-20--lg {
    margin-right: 1.42857rem !important; }
  .g-mr-25--lg {
    margin-right: 1.78571rem !important; }
  .g-mr-30--lg {
    margin-right: 2.14286rem !important; }
  .g-mr-35--lg {
    margin-right: 2.5rem !important; }
  .g-mr-40--lg {
    margin-right: 2.85714rem !important; }
  .g-mr-45--lg {
    margin-right: 3.21429rem !important; }
  .g-mr-50--lg {
    margin-right: 3.57143rem !important; } }

/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1280px) {
  .g-ma-0--xl {
    margin: 0 !important; }
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .g-ml-0--xl {
    margin-left: 0 !important; }
  .g-mr-0--xl {
    margin-right: 0 !important; }
  .g-mt-0--xl {
    margin-top: 0 !important; }
  .g-mb-0--xl {
    margin-bottom: 0 !important; }
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important; }
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important; }
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important; }
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important; }
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important; }
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important; }
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important; }
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important; }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important; }
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important; }
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important; }
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important; }
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important; }
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important; }
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important; }
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important; }
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important; }
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important; }
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important; }
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important; }
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important; }
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important; }
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important; }
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important; }
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important; }
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important; }
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important; }
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important; }
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important; }
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important; }
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important; }
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important; }
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important; }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important; }
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important; }
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important; }
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important; }
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important; }
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important; }
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important; }
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important; }
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important; }
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important; }
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important; }
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important; }
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important; }
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important; }
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important; }
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important; }
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important; }
  .g-my-105--xl {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .g-my-110--xl {
    margin-top: 7.85714rem !important;
    margin-bottom: 7.85714rem !important; }
  .g-my-115--xl {
    margin-top: 8.21429rem !important;
    margin-bottom: 8.21429rem !important; }
  .g-my-120--xl {
    margin-top: 8.57143rem !important;
    margin-bottom: 8.57143rem !important; }
  .g-my-125--xl {
    margin-top: 8.92857rem !important;
    margin-bottom: 8.92857rem !important; }
  .g-my-130--xl {
    margin-top: 9.28571rem !important;
    margin-bottom: 9.28571rem !important; }
  .g-my-135--xl {
    margin-top: 9.64286rem !important;
    margin-bottom: 9.64286rem !important; }
  .g-my-140--xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .g-my-145--xl {
    margin-top: 10.35714rem !important;
    margin-bottom: 10.35714rem !important; }
  .g-my-150--xl {
    margin-top: 10.71429rem !important;
    margin-bottom: 10.71429rem !important; }
  .g-my-155--xl {
    margin-top: 11.07143rem !important;
    margin-bottom: 11.07143rem !important; }
  .g-my-160--xl {
    margin-top: 11.42857rem !important;
    margin-bottom: 11.42857rem !important; }
  .g-my-165--xl {
    margin-top: 11.78571rem !important;
    margin-bottom: 11.78571rem !important; }
  .g-my-170--xl {
    margin-top: 12.14286rem !important;
    margin-bottom: 12.14286rem !important; }
  .g-my-175--xl {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important; }
  .g-my-180--xl {
    margin-top: 12.85714rem !important;
    margin-bottom: 12.85714rem !important; }
  .g-my-185--xl {
    margin-top: 13.21429rem !important;
    margin-bottom: 13.21429rem !important; }
  .g-mt-1--xl {
    margin-top: 0.07143rem !important; }
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important; }
  .g-mt-2--xl {
    margin-top: 0.14286rem !important; }
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important; }
  .g-mt-3--xl {
    margin-top: 0.21429rem !important; }
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important; }
  .g-mt-4--xl {
    margin-top: 0.28571rem !important; }
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important; }
  .g-mt-5--xl {
    margin-top: 0.35714rem !important; }
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important; }
  .g-mt-6--xl {
    margin-top: 0.42857rem !important; }
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important; }
  .g-mt-7--xl {
    margin-top: 0.5rem !important; }
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important; }
  .g-mt-8--xl {
    margin-top: 0.57143rem !important; }
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important; }
  .g-mt-9--xl {
    margin-top: 0.64286rem !important; }
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important; }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important; }
  .g-mt-11--xl {
    margin-top: 0.78571rem !important; }
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important; }
  .g-mt-12--xl {
    margin-top: 0.85714rem !important; }
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important; }
  .g-mt-13--xl {
    margin-top: 0.92857rem !important; }
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important; }
  .g-mt-14--xl {
    margin-top: 1rem !important; }
  .g-mt-minus-14--xl {
    margin-top: -1rem !important; }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important; }
  .g-mt-16--xl {
    margin-top: 1.14286rem !important; }
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important; }
  .g-mt-17--xl {
    margin-top: 1.21429rem !important; }
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important; }
  .g-mt-18--xl {
    margin-top: 1.28571rem !important; }
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important; }
  .g-mt-19--xl {
    margin-top: 1.35714rem !important; }
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important; }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important; }
  .g-mt-21--xl {
    margin-top: 1.5rem !important; }
  .g-mt-minus-21--xl {
    margin-top: -1.5rem !important; }
  .g-mt-22--xl {
    margin-top: 1.57143rem !important; }
  .g-mt-minus-22--xl {
    margin-top: -1.57143rem !important; }
  .g-mt-23--xl {
    margin-top: 1.64286rem !important; }
  .g-mt-minus-23--xl {
    margin-top: -1.64286rem !important; }
  .g-mt-24--xl {
    margin-top: 1.71429rem !important; }
  .g-mt-minus-24--xl {
    margin-top: -1.71429rem !important; }
  .g-mt-25--xl {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important; }
  .g-mt-26--xl {
    margin-top: 1.85714rem !important; }
  .g-mt-minus-26--xl {
    margin-top: -1.85714rem !important; }
  .g-mt-27--xl {
    margin-top: 1.92857rem !important; }
  .g-mt-minus-27--xl {
    margin-top: -1.92857rem !important; }
  .g-mt-28--xl {
    margin-top: 2rem !important; }
  .g-mt-minus-28--xl {
    margin-top: -2rem !important; }
  .g-mt-29--xl {
    margin-top: 2.07143rem !important; }
  .g-mt-minus-29--xl {
    margin-top: -2.07143rem !important; }
  .g-mt-30--xl {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important; }
  .g-mt-31--xl {
    margin-top: 2.21429rem !important; }
  .g-mt-minus-31--xl {
    margin-top: -2.21429rem !important; }
  .g-mt-32--xl {
    margin-top: 2.28571rem !important; }
  .g-mt-minus-32--xl {
    margin-top: -2.28571rem !important; }
  .g-mt-33--xl {
    margin-top: 2.35714rem !important; }
  .g-mt-minus-33--xl {
    margin-top: -2.35714rem !important; }
  .g-mt-34--xl {
    margin-top: 2.42857rem !important; }
  .g-mt-minus-34--xl {
    margin-top: -2.42857rem !important; }
  .g-mt-35--xl {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important; }
  .g-mt-36--xl {
    margin-top: 2.57143rem !important; }
  .g-mt-minus-36--xl {
    margin-top: -2.57143rem !important; }
  .g-mt-37--xl {
    margin-top: 2.64286rem !important; }
  .g-mt-minus-37--xl {
    margin-top: -2.64286rem !important; }
  .g-mt-38--xl {
    margin-top: 2.71429rem !important; }
  .g-mt-minus-38--xl {
    margin-top: -2.71429rem !important; }
  .g-mt-39--xl {
    margin-top: 2.78571rem !important; }
  .g-mt-minus-39--xl {
    margin-top: -2.78571rem !important; }
  .g-mt-40--xl {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important; }
  .g-mt-41--xl {
    margin-top: 2.92857rem !important; }
  .g-mt-minus-41--xl {
    margin-top: -2.92857rem !important; }
  .g-mt-42--xl {
    margin-top: 3rem !important; }
  .g-mt-minus-42--xl {
    margin-top: -3rem !important; }
  .g-mt-43--xl {
    margin-top: 3.07143rem !important; }
  .g-mt-minus-43--xl {
    margin-top: -3.07143rem !important; }
  .g-mt-44--xl {
    margin-top: 3.14286rem !important; }
  .g-mt-minus-44--xl {
    margin-top: -3.14286rem !important; }
  .g-mt-45--xl {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important; }
  .g-mt-46--xl {
    margin-top: 3.28571rem !important; }
  .g-mt-minus-46--xl {
    margin-top: -3.28571rem !important; }
  .g-mt-47--xl {
    margin-top: 3.35714rem !important; }
  .g-mt-minus-47--xl {
    margin-top: -3.35714rem !important; }
  .g-mt-48--xl {
    margin-top: 3.42857rem !important; }
  .g-mt-minus-48--xl {
    margin-top: -3.42857rem !important; }
  .g-mt-49--xl {
    margin-top: 3.5rem !important; }
  .g-mt-minus-49--xl {
    margin-top: -3.5rem !important; }
  .g-mt-50--xl {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important; }
  .g-mt-51--xl {
    margin-top: 3.64286rem !important; }
  .g-mt-minus-51--xl {
    margin-top: -3.64286rem !important; }
  .g-mt-52--xl {
    margin-top: 3.71429rem !important; }
  .g-mt-minus-52--xl {
    margin-top: -3.71429rem !important; }
  .g-mt-53--xl {
    margin-top: 3.78571rem !important; }
  .g-mt-minus-53--xl {
    margin-top: -3.78571rem !important; }
  .g-mt-54--xl {
    margin-top: 3.85714rem !important; }
  .g-mt-minus-54--xl {
    margin-top: -3.85714rem !important; }
  .g-mt-55--xl {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important; }
  .g-mt-56--xl {
    margin-top: 4rem !important; }
  .g-mt-minus-56--xl {
    margin-top: -4rem !important; }
  .g-mt-57--xl {
    margin-top: 4.07143rem !important; }
  .g-mt-minus-57--xl {
    margin-top: -4.07143rem !important; }
  .g-mt-58--xl {
    margin-top: 4.14286rem !important; }
  .g-mt-minus-58--xl {
    margin-top: -4.14286rem !important; }
  .g-mt-59--xl {
    margin-top: 4.21429rem !important; }
  .g-mt-minus-59--xl {
    margin-top: -4.21429rem !important; }
  .g-mt-60--xl {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important; }
  .g-mt-10--xl {
    margin-top: 0.71429rem !important; }
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important; }
  .g-mt-15--xl {
    margin-top: 1.07143rem !important; }
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important; }
  .g-mt-20--xl {
    margin-top: 1.42857rem !important; }
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important; }
  .g-mt-25--xl {
    margin-top: 1.78571rem !important; }
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important; }
  .g-mt-30--xl {
    margin-top: 2.14286rem !important; }
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important; }
  .g-mt-35--xl {
    margin-top: 2.5rem !important; }
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important; }
  .g-mt-40--xl {
    margin-top: 2.85714rem !important; }
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important; }
  .g-mt-45--xl {
    margin-top: 3.21429rem !important; }
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important; }
  .g-mt-50--xl {
    margin-top: 3.57143rem !important; }
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important; }
  .g-mt-55--xl {
    margin-top: 3.92857rem !important; }
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important; }
  .g-mt-60--xl {
    margin-top: 4.28571rem !important; }
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important; }
  .g-mt-65--xl {
    margin-top: 4.64286rem !important; }
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important; }
  .g-mt-70--xl {
    margin-top: 5rem !important; }
  .g-mt-minus-70--xl {
    margin-top: -5rem !important; }
  .g-mt-75--xl {
    margin-top: 5.35714rem !important; }
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important; }
  .g-mt-80--xl {
    margin-top: 5.71429rem !important; }
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important; }
  .g-mt-85--xl {
    margin-top: 6.07143rem !important; }
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important; }
  .g-mt-90--xl {
    margin-top: 6.42857rem !important; }
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important; }
  .g-mt-95--xl {
    margin-top: 6.78571rem !important; }
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important; }
  .g-mt-100--xl {
    margin-top: 7.14286rem !important; }
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important; }
  .g-mt-105--xl {
    margin-top: 7.5rem !important; }
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important; }
  .g-mt-110--xl {
    margin-top: 7.85714rem !important; }
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important; }
  .g-mt-115--xl {
    margin-top: 8.21429rem !important; }
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important; }
  .g-mt-120--xl {
    margin-top: 8.57143rem !important; }
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important; }
  .g-mt-125--xl {
    margin-top: 8.92857rem !important; }
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important; }
  .g-mt-130--xl {
    margin-top: 9.28571rem !important; }
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important; }
  .g-mt-135--xl {
    margin-top: 9.64286rem !important; }
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important; }
  .g-mt-140--xl {
    margin-top: 10rem !important; }
  .g-mt-minus-140--xl {
    margin-top: -10rem !important; }
  .g-mt-145--xl {
    margin-top: 10.35714rem !important; }
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important; }
  .g-mt-150--xl {
    margin-top: 10.71429rem !important; }
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important; }
  .g-mt-155--xl {
    margin-top: 11.07143rem !important; }
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important; }
  .g-mt-160--xl {
    margin-top: 11.42857rem !important; }
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important; }
  .g-mt-165--xl {
    margin-top: 11.78571rem !important; }
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important; }
  .g-mt-170--xl {
    margin-top: 12.14286rem !important; }
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important; }
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important; }
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important; }
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important; }
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important; }
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important; }
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important; }
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important; }
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important; }
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important; }
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important; }
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important; }
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important; }
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important; }
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important; }
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important; }
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important; }
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important; }
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important; }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important; }
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important; }
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important; }
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important; }
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important; }
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important; }
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important; }
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important; }
  .g-mb-14--xl {
    margin-bottom: 1rem !important; }
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important; }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important; }
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important; }
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important; }
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important; }
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important; }
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important; }
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important; }
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important; }
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important; }
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important; }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important; }
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important; }
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important; }
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important; }
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important; }
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important; }
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important; }
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important; }
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important; }
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important; }
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important; }
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important; }
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important; }
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important; }
  .g-mb-70--xl {
    margin-bottom: 5rem !important; }
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important; }
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important; }
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important; }
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important; }
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important; }
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important; }
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important; }
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important; }
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important; }
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important; }
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important; }
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important; }
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important; }
  .g-mb-140--xl {
    margin-bottom: 10rem !important; }
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important; }
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important; }
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important; }
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important; }
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important; }
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important; }
  .g-ml-1--xl {
    margin-left: 0.07143rem !important; }
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important; }
  .g-ml-2--xl {
    margin-left: 0.14286rem !important; }
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important; }
  .g-ml-3--xl {
    margin-left: 0.21429rem !important; }
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important; }
  .g-ml-4--xl {
    margin-left: 0.28571rem !important; }
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important; }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important; }
  .g-ml-6--xl {
    margin-left: 0.42857rem !important; }
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important; }
  .g-ml-7--xl {
    margin-left: 0.5rem !important; }
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important; }
  .g-ml-8--xl {
    margin-left: 0.57143rem !important; }
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important; }
  .g-ml-9--xl {
    margin-left: 0.64286rem !important; }
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important; }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important; }
  .g-ml-5--xl {
    margin-left: 0.35714rem !important; }
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important; }
  .g-ml-10--xl {
    margin-left: 0.71429rem !important; }
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important; }
  .g-ml-15--xl {
    margin-left: 1.07143rem !important; }
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important; }
  .g-ml-20--xl {
    margin-left: 1.42857rem !important; }
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important; }
  .g-ml-25--xl {
    margin-left: 1.78571rem !important; }
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important; }
  .g-ml-30--xl {
    margin-left: 2.14286rem !important; }
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important; }
  .g-ml-35--xl {
    margin-left: 2.5rem !important; }
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important; }
  .g-ml-40--xl {
    margin-left: 2.85714rem !important; }
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important; }
  .g-ml-45--xl {
    margin-left: 3.21429rem !important; }
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important; }
  .g-ml-50--xl {
    margin-left: 3.57143rem !important; }
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important; }
  .g-ml-55--xl {
    margin-left: 3.92857rem !important; }
  .g-ml-minus-55--xl {
    margin-left: -3.92857rem !important; }
  .g-ml-60--xl {
    margin-left: 4.28571rem !important; }
  .g-ml-minus-60--xl {
    margin-left: -4.28571rem !important; }
  .g-ml-65--xl {
    margin-left: 4.64286rem !important; }
  .g-ml-minus-65--xl {
    margin-left: -4.64286rem !important; }
  .g-ml-70--xl {
    margin-left: 5rem !important; }
  .g-ml-minus-70--xl {
    margin-left: -5rem !important; }
  .g-ml-75--xl {
    margin-left: 5.35714rem !important; }
  .g-ml-minus-75--xl {
    margin-left: -5.35714rem !important; }
  .g-ml-80--xl {
    margin-left: 5.71429rem !important; }
  .g-ml-minus-80--xl {
    margin-left: -5.71429rem !important; }
  .g-ml-85--xl {
    margin-left: 6.07143rem !important; }
  .g-ml-minus-85--xl {
    margin-left: -6.07143rem !important; }
  .g-ml-90--xl {
    margin-left: 6.42857rem !important; }
  .g-ml-minus-90--xl {
    margin-left: -6.42857rem !important; }
  .g-mr-1--xl {
    margin-right: 0.07143rem !important; }
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important; }
  .g-mr-2--xl {
    margin-right: 0.14286rem !important; }
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important; }
  .g-mr-3--xl {
    margin-right: 0.21429rem !important; }
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important; }
  .g-mr-4--xl {
    margin-right: 0.28571rem !important; }
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important; }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important; }
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important; }
  .g-mr-6--xl {
    margin-right: 0.42857rem !important; }
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important; }
  .g-mr-7--xl {
    margin-right: 0.5rem !important; }
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important; }
  .g-mr-8--xl {
    margin-right: 0.57143rem !important; }
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important; }
  .g-mr-9--xl {
    margin-right: 0.64286rem !important; }
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important; }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important; }
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important; }
  .g-mr-11--xl {
    margin-right: 0.78571rem !important; }
  .g-mr-minus-11--xl {
    margin-right: -0.78571rem !important; }
  .g-mr-12--xl {
    margin-right: 0.85714rem !important; }
  .g-mr-minus-12--xl {
    margin-right: -0.85714rem !important; }
  .g-mr-13--xl {
    margin-right: 0.92857rem !important; }
  .g-mr-minus-13--xl {
    margin-right: -0.92857rem !important; }
  .g-mr-14--xl {
    margin-right: 1rem !important; }
  .g-mr-minus-14--xl {
    margin-right: -1rem !important; }
  .g-mr-15--xl {
    margin-right: 1.07143rem !important; }
  .g-mr-minus-15--xl {
    margin-right: -1.07143rem !important; }
  .g-mr-16--xl {
    margin-right: 1.14286rem !important; }
  .g-mr-minus-16--xl {
    margin-right: -1.14286rem !important; }
  .g-mr-17--xl {
    margin-right: 1.21429rem !important; }
  .g-mr-minus-17--xl {
    margin-right: -1.21429rem !important; }
  .g-mr-18--xl {
    margin-right: 1.28571rem !important; }
  .g-mr-minus-18--xl {
    margin-right: -1.28571rem !important; }
  .g-mr-19--xl {
    margin-right: 1.35714rem !important; }
  .g-mr-minus-19--xl {
    margin-right: -1.35714rem !important; }
  .g-mr-20--xl {
    margin-right: 1.42857rem !important; }
  .g-mr-minus-20--xl {
    margin-right: -1.42857rem !important; }
  .g-mr-21--xl {
    margin-right: 1.5rem !important; }
  .g-mr-minus-21--xl {
    margin-right: -1.5rem !important; }
  .g-mr-22--xl {
    margin-right: 1.57143rem !important; }
  .g-mr-minus-22--xl {
    margin-right: -1.57143rem !important; }
  .g-mr-23--xl {
    margin-right: 1.64286rem !important; }
  .g-mr-minus-23--xl {
    margin-right: -1.64286rem !important; }
  .g-mr-24--xl {
    margin-right: 1.71429rem !important; }
  .g-mr-minus-24--xl {
    margin-right: -1.71429rem !important; }
  .g-mr-25--xl {
    margin-right: 1.78571rem !important; }
  .g-mr-minus-25--xl {
    margin-right: -1.78571rem !important; }
  .g-mr-26--xl {
    margin-right: 1.85714rem !important; }
  .g-mr-minus-26--xl {
    margin-right: -1.85714rem !important; }
  .g-mr-27--xl {
    margin-right: 1.92857rem !important; }
  .g-mr-minus-27--xl {
    margin-right: -1.92857rem !important; }
  .g-mr-28--xl {
    margin-right: 2rem !important; }
  .g-mr-minus-28--xl {
    margin-right: -2rem !important; }
  .g-mr-29--xl {
    margin-right: 2.07143rem !important; }
  .g-mr-minus-29--xl {
    margin-right: -2.07143rem !important; }
  .g-mr-30--xl {
    margin-right: 2.14286rem !important; }
  .g-mr-minus-30--xl {
    margin-right: -2.14286rem !important; }
  .g-mr-31--xl {
    margin-right: 2.21429rem !important; }
  .g-mr-minus-31--xl {
    margin-right: -2.21429rem !important; }
  .g-mr-32--xl {
    margin-right: 2.28571rem !important; }
  .g-mr-minus-32--xl {
    margin-right: -2.28571rem !important; }
  .g-mr-33--xl {
    margin-right: 2.35714rem !important; }
  .g-mr-minus-33--xl {
    margin-right: -2.35714rem !important; }
  .g-mr-34--xl {
    margin-right: 2.42857rem !important; }
  .g-mr-minus-34--xl {
    margin-right: -2.42857rem !important; }
  .g-mr-35--xl {
    margin-right: 2.5rem !important; }
  .g-mr-minus-35--xl {
    margin-right: -2.5rem !important; }
  .g-mr-36--xl {
    margin-right: 2.57143rem !important; }
  .g-mr-minus-36--xl {
    margin-right: -2.57143rem !important; }
  .g-mr-37--xl {
    margin-right: 2.64286rem !important; }
  .g-mr-minus-37--xl {
    margin-right: -2.64286rem !important; }
  .g-mr-38--xl {
    margin-right: 2.71429rem !important; }
  .g-mr-minus-38--xl {
    margin-right: -2.71429rem !important; }
  .g-mr-39--xl {
    margin-right: 2.78571rem !important; }
  .g-mr-minus-39--xl {
    margin-right: -2.78571rem !important; }
  .g-mr-40--xl {
    margin-right: 2.85714rem !important; }
  .g-mr-minus-40--xl {
    margin-right: -2.85714rem !important; }
  .g-mr-41--xl {
    margin-right: 2.92857rem !important; }
  .g-mr-minus-41--xl {
    margin-right: -2.92857rem !important; }
  .g-mr-42--xl {
    margin-right: 3rem !important; }
  .g-mr-minus-42--xl {
    margin-right: -3rem !important; }
  .g-mr-43--xl {
    margin-right: 3.07143rem !important; }
  .g-mr-minus-43--xl {
    margin-right: -3.07143rem !important; }
  .g-mr-44--xl {
    margin-right: 3.14286rem !important; }
  .g-mr-minus-44--xl {
    margin-right: -3.14286rem !important; }
  .g-mr-45--xl {
    margin-right: 3.21429rem !important; }
  .g-mr-minus-45--xl {
    margin-right: -3.21429rem !important; }
  .g-mr-46--xl {
    margin-right: 3.28571rem !important; }
  .g-mr-minus-46--xl {
    margin-right: -3.28571rem !important; }
  .g-mr-47--xl {
    margin-right: 3.35714rem !important; }
  .g-mr-minus-47--xl {
    margin-right: -3.35714rem !important; }
  .g-mr-48--xl {
    margin-right: 3.42857rem !important; }
  .g-mr-minus-48--xl {
    margin-right: -3.42857rem !important; }
  .g-mr-49--xl {
    margin-right: 3.5rem !important; }
  .g-mr-minus-49--xl {
    margin-right: -3.5rem !important; }
  .g-mr-50--xl {
    margin-right: 3.57143rem !important; }
  .g-mr-minus-50--xl {
    margin-right: -3.57143rem !important; }
  .g-mr-51--xl {
    margin-right: 3.64286rem !important; }
  .g-mr-minus-51--xl {
    margin-right: -3.64286rem !important; }
  .g-mr-52--xl {
    margin-right: 3.71429rem !important; }
  .g-mr-minus-52--xl {
    margin-right: -3.71429rem !important; }
  .g-mr-53--xl {
    margin-right: 3.78571rem !important; }
  .g-mr-minus-53--xl {
    margin-right: -3.78571rem !important; }
  .g-mr-54--xl {
    margin-right: 3.85714rem !important; }
  .g-mr-minus-54--xl {
    margin-right: -3.85714rem !important; }
  .g-mr-55--xl {
    margin-right: 3.92857rem !important; }
  .g-mr-minus-55--xl {
    margin-right: -3.92857rem !important; }
  .g-mr-56--xl {
    margin-right: 4rem !important; }
  .g-mr-minus-56--xl {
    margin-right: -4rem !important; }
  .g-mr-57--xl {
    margin-right: 4.07143rem !important; }
  .g-mr-minus-57--xl {
    margin-right: -4.07143rem !important; }
  .g-mr-58--xl {
    margin-right: 4.14286rem !important; }
  .g-mr-minus-58--xl {
    margin-right: -4.14286rem !important; }
  .g-mr-59--xl {
    margin-right: 4.21429rem !important; }
  .g-mr-minus-59--xl {
    margin-right: -4.21429rem !important; }
  .g-mr-60--xl {
    margin-right: 4.28571rem !important; }
  .g-mr-minus-60--xl {
    margin-right: -4.28571rem !important; }
  .g-mr-61--xl {
    margin-right: 4.35714rem !important; }
  .g-mr-minus-61--xl {
    margin-right: -4.35714rem !important; }
  .g-mr-62--xl {
    margin-right: 4.42857rem !important; }
  .g-mr-minus-62--xl {
    margin-right: -4.42857rem !important; }
  .g-mr-63--xl {
    margin-right: 4.5rem !important; }
  .g-mr-minus-63--xl {
    margin-right: -4.5rem !important; }
  .g-mr-64--xl {
    margin-right: 4.57143rem !important; }
  .g-mr-minus-64--xl {
    margin-right: -4.57143rem !important; }
  .g-mr-65--xl {
    margin-right: 4.64286rem !important; }
  .g-mr-minus-65--xl {
    margin-right: -4.64286rem !important; }
  .g-mr-66--xl {
    margin-right: 4.71429rem !important; }
  .g-mr-minus-66--xl {
    margin-right: -4.71429rem !important; }
  .g-mr-67--xl {
    margin-right: 4.78571rem !important; }
  .g-mr-minus-67--xl {
    margin-right: -4.78571rem !important; }
  .g-mr-68--xl {
    margin-right: 4.85714rem !important; }
  .g-mr-minus-68--xl {
    margin-right: -4.85714rem !important; }
  .g-mr-69--xl {
    margin-right: 4.92857rem !important; }
  .g-mr-minus-69--xl {
    margin-right: -4.92857rem !important; }
  .g-mr-70--xl {
    margin-right: 5rem !important; }
  .g-mr-minus-70--xl {
    margin-right: -5rem !important; }
  .g-mr-71--xl {
    margin-right: 5.07143rem !important; }
  .g-mr-minus-71--xl {
    margin-right: -5.07143rem !important; }
  .g-mr-72--xl {
    margin-right: 5.14286rem !important; }
  .g-mr-minus-72--xl {
    margin-right: -5.14286rem !important; }
  .g-mr-73--xl {
    margin-right: 5.21429rem !important; }
  .g-mr-minus-73--xl {
    margin-right: -5.21429rem !important; }
  .g-mr-74--xl {
    margin-right: 5.28571rem !important; }
  .g-mr-minus-74--xl {
    margin-right: -5.28571rem !important; }
  .g-mr-75--xl {
    margin-right: 5.35714rem !important; }
  .g-mr-minus-75--xl {
    margin-right: -5.35714rem !important; }
  .g-mr-76--xl {
    margin-right: 5.42857rem !important; }
  .g-mr-minus-76--xl {
    margin-right: -5.42857rem !important; }
  .g-mr-77--xl {
    margin-right: 5.5rem !important; }
  .g-mr-minus-77--xl {
    margin-right: -5.5rem !important; }
  .g-mr-78--xl {
    margin-right: 5.57143rem !important; }
  .g-mr-minus-78--xl {
    margin-right: -5.57143rem !important; }
  .g-mr-79--xl {
    margin-right: 5.64286rem !important; }
  .g-mr-minus-79--xl {
    margin-right: -5.64286rem !important; }
  .g-mr-80--xl {
    margin-right: 5.71429rem !important; }
  .g-mr-minus-80--xl {
    margin-right: -5.71429rem !important; }
  .g-mr-5--xl {
    margin-right: 0.35714rem !important; }
  .g-mr-10--xl {
    margin-right: 0.71429rem !important; }
  .g-mr-15--xl {
    margin-right: 1.07143rem !important; }
  .g-mr-20--xl {
    margin-right: 1.42857rem !important; }
  .g-mr-25--xl {
    margin-right: 1.78571rem !important; }
  .g-mr-30--xl {
    margin-right: 2.14286rem !important; }
  .g-mr-35--xl {
    margin-right: 2.5rem !important; }
  .g-mr-40--xl {
    margin-right: 2.85714rem !important; }
  .g-mr-45--xl {
    margin-right: 3.21429rem !important; }
  .g-mr-50--xl {
    margin-right: 3.57143rem !important; } }

a {
  color: #18222D;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: currentColor;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }

h1, .h1 {
  font-family: "Menorah Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 82px;
  line-height: 1.1;
  letter-spacing: -2.46px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 0; 
}

h2, .h2, .h1-start {
  font-family: "Menorah Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 110%;
  letter-spacing: -1.32px;
  text-transform: uppercase;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 0; }

h3, .h3 {
  font-family: "Menorah Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.96px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 0; }

.sale-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
}

.sale-text:hover {
  text-decoration-line: underline;
}

.sale-text::before, .sale-text::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.sale-text::before {
  background-image: url('../icon/general/mdi_arrow-right.png');
  margin-right: 16px;
}

.sale-text::after {
  background-image: url('../icon/general/mdi_arrow-left.png');
  margin-left: 16px;
}

.g-text-landing {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2857rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  margin-bottom: 0; }

h4,
.h4,
.g-text-heading {
  font-family: "Menorah Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.72px;;
  margin-bottom: 0; 
}
.article-post {}
.article h4,
.article h5 {
  margin: 35px 0; }
.article li,
.article p,
.g-text-upper,
.g-text-body {
  font-size: 18px;
}

.article li,
.article p {
  color: rgba(24, 34, 45, 0.6);
}
.g-font-size-30 {
    font-size: 30px !important; }
.g-link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.g-link:hover {
  text-decoration: underline;
}

.g-text-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2857rem;
  line-height: 1.6;
  color: #515151; }
  .g-text-info a {
    color: #20618A;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

h5,
.h5,
.g-text-body-bold {
  font-family: "Menorah Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.48px;
}

.g-text-menu {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1.2; }

.g-text-small {
}

.g-text-small-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.14rem;
  line-height: 1.5; }

.g-text-date {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #403B3B; }

.forest-bg {
  background-color: #005038;
}

.g-color-forest {
  color: #005038;
}

.g-color-white {
  color: #FFFFFF !important; }
  .g-color-white--hover:hover {
    color: #FFFFFF; }

.g-color-orange {
  color: #FF4102 !important; }
  .g-color-orange--hover:hover {
    color: #FF4102; }

.g-color-red {
  color: red !important; }

.g-color-dark-grey {
  color: #403B3B; }
  .g-color-dark-grey--hover:hover {
    color: #403B3B; }

.g-color-light-grey {
  color: #DFDBD8; }
  .g-color-light-grey--hover:hover {
    color: #DFDBD8; }

.g-color-blue {
  color: #20618A; }
  .g-color-blue--hover:hover {
    color: #20618A; }

.g-list-none {
  list-style: none; }

.btn, .start-register .btn-promocode, .start-register .wpcf7-submit, .g-form .wpcf7-submit, .g-form .btn-promocode {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 110px;
  padding: 20px 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.48px;
  height: 60px;
  max-height: 60px;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
  height: fit-content;
  cursor: pointer;
}
.btn-comment {
  margin-left: auto;
  margin-right: auto;
}
    .btn-comment:disabled {
      background: #DFDBD8;
      border: 3px solid #DFDBD8; }
  .btn-small-primary {
    color: #FFFFFF;
    background: #FF4102;
    border: 3px solid #FF4102;
    border-radius: 90px;
    padding: 11px 35px; }
    .btn-small-primary:hover, .btn-small-primary:focus {
      color: #FF4102;
      background: #FFFFFF; }
    .btn-small-primary:disabled {
      background: #DFDBD8;
      border: 3px solid #DFDBD8; }
  .btn:hover, .btn:focus, .btn:disabled {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn-primary, .start-register .wpcf7-submit, .g-form .wpcf7-submit {
    color: #FFFFFF;
    background: #FF4102;
    border: 1px solid #FF4102;
    gap: 8px;
    align-items: center;
  }
    .btn-primary:hover, .start-register .wpcf7-submit:hover, .g-form .wpcf7-submit:hover {
      color: #FF4102;
      border-color: #FF4102;
      background: transparent; }
    .btn-primary:focus {
      color: #FFFFFF;
      background: #FF4102;
      border: 1px solid #FF4102; }
    .btn-primary:disabled {
      background: #D9D9D9;
      border: 1px solid #D9D9D9; }

  .study-formats .btn-primary:hover svg path {
    fill: #FF4102;
  }

  .btn-primary-icon, .btn-icon  {
    padding: 4px 24px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .btn-icon {
    border: 1px solid #18222D;
  }

  .btn-icon:hover {
    color: #fff;
    background-color: #18222D;
  }

  .btn-icon:hover svg {
    fill: #ffffff;
  }

  .btn-icon:hover path {
    fill: #18222D;
  }

  .btn svg {
    transition: all 0.3s ease-in-out;
  }

  .btn-primary-icon:hover svg {
    fill: #FF4102;
  }

  .btn-primary-icon:hover path {
    fill: #ffffff;
  }

  .btn-white {
    color: #FF4102;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    padding: 15px 30px; }
    .btn-white:hover, .btn-white:focus {
      color: #FFFFFF;
      background: transparent; }
    .btn-white:disabled {
      background: #DFDBD8;
      border: 3px solid #DFDBD8; }
  .btn-outline {
    color: #FFFFFF;
    background: transparent;
    border: 3px solid #FFFFFF;
    border-radius: 30px;
    padding: 15px 44px; }
    .btn-outline:hover, .btn-outline:focus {
      color: #20618A;
      background: #FFFFFF;
      border: 3px solid #FFFFFF; }
    .btn-outline:disabled {
      color: #FFFFFF;
      border: 3px solid #DFDBD8; }
  .btn-outline-orange {
    color: #FF4102;
    background: transparent;
    border: 3px solid #FF4102;
    border-radius: 30px;
    padding: 15px 30px;
    font-weight: 700; }
    .btn-outline-orange:hover, .btn-outline-orange:focus {
      color: #FFFFFF;
      background: #FF4102;
      border: 3px solid #FF4102; }
    .btn-outline-orange:disabled {
      color: #FFFFFF;
      border: 3px solid #DFDBD8; }

.btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 1px solid #18222D;
  border-radius: 30px;
  padding: 20px 32px;
  margin: 0 auto; }
  .btn-more:active, .btn-more:hover, .btn-more:focus {
    color: #FFFFFF;
    background: #18222D;
    border-color: #18222D; }
    .btn-more:active svg path, .btn-more:hover svg path, .btn-more:focus svg path {
      fill: #FFFFFF;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.btn-arrow {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000; }
  .btn-arrow::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0;
    bottom: -7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .btn-arrow-orange {
    color: #FF4102; }
    .btn-arrow-orange:hover {
      color: #FF4102;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .btn-arrow-orange:hover::after {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .btn-arrow-orange::after {
      background: #FF4102; }
    .btn-arrow-orange span {
      background-image: url("../icon/btn-arrow.svg"); }
  .btn-arrow-white {
    color: #FFFFFF; }
    .btn-arrow-white:hover {
      color: #FFFFFF;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .btn-arrow-white:hover::after {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .btn-arrow-white::after {
      background: #FFFFFF; }
    .btn-arrow-white span {
      background-image: url("../icon/btn-arrow-white.svg"); }
  .btn-arrow span {
    position: relative;
    width: 30px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 20px; }
  .btn-arrow:hover span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.bnt-social {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bnt-social:hover, .bnt-social:focus {
    background-color: #FF4102; }

.bnt-social-orange {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bnt-social-orange:hover, .bnt-social-orange:focus {
    background-color: #FFFFFF; }

.g-link-v1 {
  color: inherit; !important;
  text-decoration: underline;
}

.g-link-v2 {
  color: #20618A !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .g-link-v2::after {
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .g-link-v2:hover::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: #20618A;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.g-bg-dark-grey {
  background: #403B3B; }
  .g-bg-dark-grey--hover:hover {
    background: #403B3B; }

.g-bg-white {
  background: #FFFFFF; }

.g-bg-orange {
  background: #FF4102; }

.g-bg-blue {
  background: #20618A; }

.g-bg-darkblue {
  background: #18222D; }

.g-bg-img-blue {
  background-image: url("../icon/bg-img-blue.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed; }

.g-bg-img-grey {
  background-image: url("../icon/bg-img-grey.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  background-color: #DFDBD8;
  background-attachment: fixed; }

.g-bg-light-grey {
  background: #DFDBD8; }

.label, .course-card__label {
  font-size: 18px;
  letter-spacing: -0.54px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
}

.course-card__label {
  font-size: 14px;
  letter-spacing: -0.42px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  white-space: nowrap;
}

.label-forest {
  color: #005038;
  border-color: #005038;
}

.course-card__label.orange {
  color: #FF4102;
  border-color: #FF4102;
}

.g-overflow-hidden {
  overflow: hidden; }

.label-sale {
  width: fit-content;
  padding-right: 10px;
  margin-bottom: 10px;
}

.label-sale img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}

.g-list-round {
  padding: 0;
  margin: 0; }
  .g-list-round li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    font-size: 18px;
    letter-spacing: -0.54px;
  }
    .g-list-round li::before {
      content: "";
      background-image: url("../icon/general/list-round.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 18px;
      height: 18px;
      margin-right: 8px;
      flex-shrink: 0; }
    .g-list-round li a {
      text-decoration: underline; }

.g-li-round-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: white;
  margin-bottom: 8px; }
  .g-li-round-white::before {
    content: "";
    border-radius: 50%;
    border: 5px solid white;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.g-card {
  border-radius: 20px;
  padding: 35px; }

.g-card-orange {
  background: #FF4102;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 35px 30px; }

.g-card-grey {
  background: #DFDBD8;
  color: #403B3B;
  border-radius: 20px;
  padding: 35px 30px; }

.g-card-white {
  background: #FFFFFF;
  padding: 24px;
  max-height: 100%;
  height: fit-content; }

.g-card-blue {
  background: #20618A;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 35px 30px; }

.g-rounded-30 {
  border-radius: 30px; }

.g-rounded-50x {
  border-radius: 50%; }

.g-max-width-170 {
  max-width: 170px; }

.g-width-100 {
  width: 100%; }

.g-height-100 {
  height: 100%; }

.g-list-grid-md-up {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.g-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px; }

.g-card {
  padding: 40px;
  border-radius: 30px; }

.g-fit-width {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.hidden-block {
  display: none; }

.go-top {
  cursor: pointer; }

.z-index {
  position: relative;
  z-index: 100; }

.backdrop.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.backdrop {
  visibility: visible;
  position: fixed;
  inset: 0;
  display: flex;
  overflow: auto;
  opacity: 1;
  transition-duration: .3s;
  transition-timing-function: linear;
  background-color: rgba(24, 34, 45, 0.5);
  z-index: 99999;
}

.g-popap {
  position: relative;
  margin: auto;
  padding: 50px;
  max-width: calc(100% - 32px);
}

.g-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.g-popap .g-form {
  margin-top: 24px;
}

.free_consultation_popup, .course_reg_popup {
  width: 521px;
}

.mentors_popup {
  width: 640px;
}

.header__sale {
  position: relative;
  z-index: 110;
  background: #FF4102;
  /*padding: 0 15px;*/
}

.header__nav {
  background: transparent;
  width: 100%;
  z-index: 10000;
  top: -160px;
  transition: top 1s;
}

.mentoring-t .header__nav,  .page-template-page-payment .header__nav, .page-template-page-listcourse .header__nav, .page-template-page-title  .header__nav {
  background: #fff;
}

.header__nav .container {
  border-bottom: 1px solid #F3F5F6;
  padding-top: 23px;
  padding-bottom: 23px;
}

.mentoring-page .header__nav .container {
  border-color: transparent;
}

  .header__nav.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    transition: top 1s;
  }

  .header__nav.fixed .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixed .logo {
    /*display: none;*/
  }
  .header__nav_lang {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.lang-link:first-child {
  position: relative;
  margin-right: 24px; }
  .lang-link:first-child::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #18222D;
    right: -12px;
    top: 0; }

.lang-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3; }
  .lang-link:hover {
    color: #FF4102; }
  .lang-link .active {
    color: #FF4102; }

.video__player {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  width: 100%; }
  .video__player img {
    width: 100%;
    border-radius: 10px; }
  .video__player:hover .video__player-icon {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video__player-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none; }

.step {
  position: relative;
  z-index: 10; }
  .step img {
    width: 100%; }
  .step__text {
    padding: 37px 10px 37px 110px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }

  .accordion-item .accordion-title {
    position: relative;
    display: block;
    padding: 16px;
    cursor: pointer;
  }

    .accordion-item .accordion-title .accordion__arrow {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .accordion-item .accordion__rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion-item .accordion__content {
    display: none; }

.accordion-project .accordion-title {
  background-color: #fff;
  margin-top: 20px;
  padding: 24px;
}

.accordion-project .accordion__arrow img {
  max-width: 50px;
}

.accordion-project .accordion__content {
  padding: 35px 0;
  margin-bottom: 2px;
  display: none; }

.accordion-project-text strong {
  font-weight: 500;
  font-size: 20px;
}

.project-page .course-card {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 70px;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.partners img {
  display: block;
  max-width: 100%; }

.raiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 23px; }

.reviews {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #403B3B;
  border-top: 1px solid #403B3B; }
  .reviews__raiting img {
    display: block;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }

.reviews__wrap {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #403B3B;
  border-top: 1px solid #403B3B; }
  .reviews__wrap .slider-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.mentors {
  position: relative; }

.mentors__wrap {
  position: relative; }
  .mentors__wrap .slider-counter {
    position: absolute;
    bottom: -115px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.text-opcity, .text-opacity {
    opacity: 0.6;
}

.pointer {
  cursor: pointer;
}

.g-section {
  margin-top: 160px;
  margin-bottom: 160px;
}

.real-prodject-list {
  margin-top: 80px;
  margin-bottom: 160px;
}

.container-inner {
    max-width: 1060px;
    margin: 0 auto;
}

.learning-steps-row, .start-stages-row {
    margin-top: 98px;
}

.learning-steps-icon {
    width: 120px;
    height: 119px;
    background-size: contain;
    background-repeat: no-repeat;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Menorah Grotesk", sans-serif;
    font-size: 44px;
    font-weight: 700;
    flex-shrink: 0;
}

.start-stages .learning-steps-icon {
  background-image: url("/wp-content/themes/foxminded/icon/general/fox-icon-type-1-blue.png");
}

.learning-steps .learning-steps-icon, .start-stages .active .learning-steps-icon {
  background-image: url("/wp-content/themes/foxminded/icon/general/fox-icon-type-1.png");
}

.learning-steps-col, .start-stages-item {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    height: 201px;
}

.ls-odd .ls-text {
    order: 1;
}

.ls-odd .learning-steps-icon {
    order: 2;
}

.learning-steps-col::before, .start-stages-item::before {
    content: '';
    display: block;
    width: 202px;
    height: 102px;
    left: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.learning-steps .ls-even::before, .start-stages .el-4 .ls-even::before, .start-stages .el-3 .ls-odd::before, .start-stages .el-2 .ls-odd::before {
    background-image: url("/wp-content/themes/foxminded/icon/general/dashed-ellipse.svg");
    top: 0;
}

.learning-steps .ls-odd::before, .start-stages .el-4 .ls-odd::before, .start-stages .el-3 .ls-even::before, .start-stages .el-2 .ls-even::before {
    background-image: url("/wp-content/themes/foxminded/icon/general/dashed-ellipse-bt.svg");
    bottom: 0;
}

.learning-steps .learning-steps-col:first-child::before, .start-stages .el-4 .start-stages-item:first-child::before {
    width: 861px;
    background-image: url("/wp-content/themes/foxminded/icon/general/col3-ellipse-left.svg");
    right: -2px;
    left: unset;
    background-position: right top;
}

.start-stages .el-3 .start-stages-item:first-child::after, .start-stages .el-2 .start-stages-item:first-child::after {
  content: '';
  display: block;
  height: 102px;
  top: 0;
  right: calc(100% - 2px);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 861px;
  background-image: url("/wp-content/themes/foxminded/icon/general/col3-ellipse-left.svg");
  background-position: right top;
}

.learning-steps-col:last-child::after, 
.start-stages .el-4 .start-stages-item:last-child::after, 
.start-stages .el-3 .start-stages-item:last-child::after, 
.start-stages .el-2 .start-stages-item:last-child::before {
    content: '';
    display: block;
    width: 861px;
    height: 102px;
    position: absolute;
    background-image: url("/wp-content/themes/foxminded/icon/general/ellipse-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100% - 0px);
    top: 0;
}

.start-stages .el-2 .start-stages-item:last-child::before {
  left: 0;
}

.ls-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.54px;
    position: absolute;
    text-align: center;
    max-width: 192px;
}

.learning-steps .ls-even .ls-text, .start-stages .el-4 .ls-even .ls-text, .start-stages .el-3 .ls-odd .ls-text, .start-stages .el-2 .ls-odd .ls-text {
    top: 95%;
}

.learning-steps .ls-odd .ls-text, .start-stages .el-4 .ls-odd .ls-text, .start-stages .el-3 .ls-even .ls-text, .start-stages .el-2 .ls-even .ls-text {
    bottom: 95%;
}

.main-reviews-btns {
    column-gap: 12px;
}

.main-reviews-item {
    width: 305px;
    background: #fff;
    padding: 24px;
    height: auto;
}

.main-review-name, .full-review-name {
    font-family: "Menorah Grotesk";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.72px;
}

.main-review-cat {
    padding: 8px 21px;
    background-color: #D9D9D9;
    border-radius: 400px;
    margin-top: 12px;
}

.main-reviews-swiper {
    margin-top: 40px;
}

.main-review-text {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}

.main-review-text::before {
    content: url('/wp-content/themes/foxminded/icon/general/format-quote.svg');
    display: block;
    margin-bottom: 4px;
}

.main-review-text.cut_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

.start_read_more {
    margin-top: auto;
}

.main-rev-nav {
    margin-top: 40px;
    column-gap: 60px;
}

.main-rev-prev, .main-rev-next {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.main-rev-prev {
    background: #fff;
    border: 1px solid #fff;
}

.main-rev-next {
    background: #18222D;
    border: 1px solid #18222D;
}

.main-rev-prev:hover, .main-rev-next:hover {
    background: transparent;
}

.main-rev-prev:hover svg path {
    fill: #fff;
}

.main-rev-next:hover svg path {
    fill: #18222D;
}

.btn-icon svg {
    flex-shrink: 0;
}

.main-full-review {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 884px;
    background: #FFF;
    z-index: 10001;
    padding: 40px 60px 60px 96px;
}

.close-full-review {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

.full-review-cat {
    margin-top: 8px;
}

.full-review-text {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.48px;
    position: relative;
}

.full-review-text::before {
    content: url('/wp-content/themes/foxminded/icon/general/format-quote-bg.png');
    display: block;
    position: absolute;
    left: -56px;
}

.g-row {
  display: flex;
  gap: 20px;
}

.g-col {
  flex: 1;
}

.course-promo {
  padding-top: 80px;
  padding-bottom: 70px;
}

.title-with-icon {
  gap: 20px;
  align-items: center;
}

.title-with-icon svg {
  flex-shrink: 0;
}

.title-with-icon .h2 {
  max-width: 466px;
}

.course-promo .promo__label {
  padding-left: 108px;
  max-width: 505px;
}

.tariff-difference .program__course_wrap {
  border-color: #005038;
}

.tariff-difference .accordion-item {
  border: none;
}

.tariff-difference .accordion__title {
  font-family: "Menorah Grotesk", sans-serif;
  font-size: 24px;
  letter-spacing: -0.72px;
  font-weight: 600;
  padding-top: 0;
}

.tariff-difference .accordion-item .accordion__title::after{
  background-image: url("/wp-content/themes/foxminded/icon/general/arr-bottom-forest.svg");
}

.tariff-difference .g-row{
  gap: 60px;
}

.tariff-difference .accordion__body {
  padding: 24px 0 0 0;
}

.tariff-difference .g-list-round li {
  color: #005038;
  align-items: flex-start;
  margin-bottom: 12px;
}

.tariff-difference .g-list-round li:last-child {
  margin-bottom: 0;
}

.tariff-difference .g-list-round li::before {
  background-image: url("/wp-content/themes/foxminded/icon/general/list-round-green.svg");
}

.tariff-difference .divider {
  width: 1px;
  background-color: rgba(0, 80, 56, 0.2);
}

.steps-education {
  margin-top: 160px;
  margin-bottom: 160px;
}

.steps-education .container-inner {
  justify-content: space-between;
  gap: 20px;
}

.se-text-wrap {
  max-width: 412px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.se-wrap {
  width: 560px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: end;
  align-self: center;
  flex-shrink: 0;
}

.se-item {
  width: calc(50% - 10px);
  padding: 20px;
  position: relative;
}

.se-num {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid;
  margin-right: 8px;
}

.se-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  color: #fff;
}

.se-item:nth-child(3) {
  order: 4;
}

.se-item.active::after {
  color: #FF4102;
}

.se-item:first-child::after {
  left: 100%;
  top: 50%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid;
}

.se-item:nth-child(2)::after {
  top: 100%;
  right: 40px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid;
}

.se-item:nth-child(3)::after {
  right: 100%;
  top: 50%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid;
}

.se-item:last-child::after {
  display: none;
}



.course-author {
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 40px 0;
  background-color: #165E48;
  background-image: url('/wp-content/themes/foxminded/img/general/author-bg.png');
  background-size: cover;
}

.course-author-photo {
  width: 412px;
  height: 412px;
  border-radius: 100%;
  object-fit: cover;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 30px;
}

.course-author-info {
  padding: 30px;
  margin-top: 40px;
}

.course-author-txt {
  max-width: 736px;
    margin-left: auto;
}

.course-author-descr {
  font-size: 18px;
  letter-spacing: -0.54px;
}

.author-social {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.author-socials {
  gap: 20px;
}

.course-author-btns {
  margin-top: 60px;
}

.subscribe {
  padding-top: 48px;
  padding-bottom: 48px;
}

.course-program {
  margin-top: 80px;
  margin-bottom: 80px;
}

.cp-duration, .cp-level {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.48px;
}

.cp-duration span, .cp-level span {
  font-weight: 400;
  color: rgba(24, 34, 45, 0.6);
}

.cp-level a {
  text-decoration: underline;
  font-weight: 400;
  color: rgba(24, 34, 45, 0.6);
}

.cp-duration::before, .cp-level::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.cp-duration::before {
  background-image: url(/wp-content/themes/foxminded/icon/general/schedule.svg);
}

.cp-level::before {
  background-image: url(/wp-content/themes/foxminded/icon/general/start-level.svg);
}

.subscribe-form {
  margin-top: 32px;
}

.subscribe-form .subscribe-input {
  padding: 20px 25px;
  background: #F3F5F6;
  border: none;
  outline: none;
  background-image: none!important;
  font-size: 16px;
  letter-spacing: -0.48px;
  max-width: 356px;
}

.subscribe-input::placeholder {
  /*font-size: 16px;
  letter-spacing: -0.48px;*/
  opacity: 0.6;
}

.subscribe-button {
  padding: 19px 20px;
  background: #18222D;
  color: white;
  margin-left: 20px;
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 500;
  border: 1px solid #18222D;
  transition: all 0.3s ease-in-out
}

.subscribe-button:hover {
  color: #18222D;
  background: transparent;
}

.subscribe-form .wpcf7-form > p {
  margin-bottom: 0;
}

.footer-row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: 48px;
  padding-bottom: 80px;
}

.main-faq {
      margin-top: 160px;
      margin-bottom: 160px;
  }

  .main-faq-head {
      margin-bottom: 32px;
  }

  .main-faq .accordion-item .accordion-title {
      background: #fff;
      padding: 16px;
      margin-top: 8px;
  }

  .accordion-title span {
      font-size: 16px;
      flex-shrink: 0;
  }

  .accordion-title-text {
      font-family: "Menorah Grotesk";
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      letter-spacing: -0.72px;
      margin-left: 16px;
  }

  .accordion-project .accordion-title-text {
    margin-left: 0;
  }

  .accordion-item .accordion__content {
      padding: 16px 56px;
      background: #fff;
  }

  .accordion-item .accordion__content a, .accordion-item .accordion__content strong, .accordion-item .accordion__content b {
    font-weight: 500;
  }

  .accordion-item .accordion__content a:hover {
    color: #FF4102;
    text-decoration: underline;
  }

  .text-opacity-d {
      color: rgba(24, 34, 45, 0.6);
  }
  p a {
      color: inherit;
      text-decoration: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
  }

  p a:hover {
    color: #ff4102;
    text-decoration: underline;
  }

  .bg_forest {
      background-color: #005038;
  }

.footer__contact {
  background-color: #F3F5F6;
  padding: 24px 20px;
}

.footer-phones {
  display: grid;
  row-gap: 8px;
}

.footer__contact .phone:hover {
  text-decoration: underline;
}

.ln-divider {
  margin-top: 24px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background: rgba(0, 80, 56, 0.2);
}

.font-1 {
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 500;
}

.font-3, .font-2 {
  font-size: 18px;
  letter-spacing: -0.54px;
}

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

.font-4 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.font-5 {
  font-size: 16px;
  letter-spacing: -0.48px;
}

.footer__nav .menu-link {
  display: block;
}

.contact-msg {
  display: grid;
  gap: 16px;
}

.footer__nav {
  display: grid;
  gap: 8px;
}

.social-row {
  column-gap: 8px;
  margin-top: 20px;
}

.social-msg {
  width: 40px;
  height: 40px;
  background-color: #18222D;
  border: 1px solid #18222D;
  border-radius: 100%;
}

.social-msg svg {
  max-height: 24px;
}

.social-msg:hover {
  background-color: transparent;
}

.social-msg:hover svg {
  fill: #18222D;
}

.footer-row-2 {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 30px;
  border-top: 1px solid #D9D9D9;
  align-items: center;
  gap: 16px;
}

.media-row {
  column-gap: 12px;
}

.footer .text-opacity:hover {
  opacity: 1;
}

.contact-msg a:hover, .menu_terms:hover {
  text-decoration: underline;
}

.main-promo__info {
  max-width: 654px; }

.courses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 131px 125px 101px 115px;
  grid-template-columns: 131px 125px 101px 115px;
  -ms-grid-rows: 145px 128px 130px 96px;
  grid-template-rows: 145px 128px 130px 96px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }
  .courses__item {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .courses__item a {
      border-radius: 100%;
      display: block;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content; }
    .courses__item.is-open, .course__item.is-open {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.1;
      pointer-events: none; }
  .courses .qa {
    position: absolute;
    bottom: 0;
    right: 0; }
  .courses .unity {
    position: absolute;
    left: 0; }
  .courses .android {
    position: absolute;
    left: -20px;
    top: 15px; }
  .courses .react {
    position: absolute;
    left: -3px;
    top: -3px; }
  .courses .php {
    position: absolute;
    bottom: 3px;
    left: 0; }
  .courses .js {
    position: absolute;
    top: -24px;
    right: -8px; }
  .courses .salesforce {
    position: absolute;
    top: -60px;
    right: -62px; }
  .courses .cnet {
    position: absolute;
    right: -42px;
    bottom: 0; }
  .courses .ios {
    position: absolute;
    right: -85px;
    top: -27px; }
  .courses .game-dev {
    position: absolute;
    top: -90px;
    right: -65px; }
  .courses .uiux {
    position: absolute;
    right: -45px;
    top: -20px; }
  .courses .nodejs {
    position: absolute;
    top: -90px;
    left: 0; }
  .courses .python {
    position: absolute;
    right: -67px;
    top: -63px; }
  .courses .go {
    position: absolute;
    right: -90px;
    bottom: 0; }
  .courses .angular {
    position: absolute;
    right: -30px;
    bottom: -23px; }
  .courses a {
    display: block; }
  .courses__wrap {
    position: relative; }

.dropdown__link {
  position: absolute;
  z-index: 100; }
  .dropdown__link_one {
    top: 0;
    right: 20%; }
  .dropdown__link_two {
    bottom: 5%;
    right: -4%; }
  .dropdown__link_tree {
    bottom: -47%;
    right: 18%; }

.dropdown__menu {
  display: none;
  position: absolute;
  width: 220px;
  height: 200px;
  bottom: 10%;
  left: 75%; }
  .dropdown__menu .close {
    position: absolute;
    top: 0;
    right: 0; }
  .dropdown__menu_java {
    bottom: 10%;
    left: 10%; }

.dropdown-open .category-bubble-link:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.courses__item.dropdown.dropdown-open .dropdown__menu {
  display: block; }

.cnet-mob,
.java-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cnet-mob__img,
  .java-mob__img {
    display: none; }
  .cnet-mob .carusel__dropdown,
  .java-mob .carusel__dropdown {
    gap: 10px; }
  .cnet-mob .carusel__dropdown_link,
  .java-mob .carusel__dropdown_link {
    margin-left: 0; }

.btn-burger {
  display: none;
  margin-left: 40px; }

.carusel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .carusel__item {
    margin-right: 20px; }
    .carusel__item a {
      display: block; }
    .carusel__item img {
      width: 85px;
      height: 85px; }
    .carusel__item.dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .carusel__wrap {
    overflow-x: auto;
    overflow-y: visible; }
    .carusel__wrap::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .carusel__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .carusel__dropdown_link {
      margin-left: 20px; }

.menu__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
  padding: 0;
  list-style: none; }
  .menu__course_wrap {
    overflow: hidden;
  }
  .menu__course_wrap .menu__course {
    padding-top: 60px;
  }

.menu__course .course-link, .mp-mentors .course-link {
  background-color: #D9D9D9;
}

.page-title .menu__course_wrap {
  padding: 0; }

.page-title .menu__course_wrap .menu__course {
  padding: 0;
  margin: 0;
}

.page-title .menu__course .course-link {
  font-size: 16px;
  letter-spacing: -0.48px;
  background: transparent;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 32px;
  font-weight: 500;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.page-title .menu__course .course-link:hover {
  color: inherit;
}

.page-title .menu__course .course-link.active {
  background: #005038;
  border-color: #005038;
}

.page-title .menu__course .course-link.active:hover {
  color: #fff;
}

.course-link {
  display: block;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: -0.48px;
  white-space: nowrap;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: none; }
  .course-link-blue {
    background: #20618A;
    font-weight: 600;
    color: #FFFFFF; }
  .course-link-green {
    background: #0FAE0C;
    font-weight: 600;
    color: #FFFFFF; }
  .course-link-orange {
    background: #FF4102;
    font-weight: 600;
    color: #FFFFFF; }
  .course-link.active {
    background: #18222D;
    color: #FFFFFF; }
  .course-link:hover {
    background: #18222D;
    color: #FFFFFF;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .course-link-dropdown {
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FF4102;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .course-link-dropdown::after {
      content: '';
      background-image: url("../icon/dropdown-arrow.svg");
      width: 10px;
      height: 5px;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      margin-left: 10px; }

.course-tab {
  display: block;
  padding: 7px 15px;
  background: #DFDBD8;
  border-radius: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.29rem;
  line-height: 1.2;
  color: #403B3B;
  white-space: nowrap;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border: none; }
  .course-tab-blue {
    background: #20618A;
    font-weight: 600;
    color: #FFFFFF; }
  .course-tab-green {
    background: #0FAE0C;
    font-weight: 600;
    color: #FFFFFF; }
  .course-tab-orange {
    background: #FF4102;
    color: #FFFFFF; }
  .course-tab.active {
    background: #FF4102;
    color: #FFFFFF; }
  .course-tab:hover {
    background: #FF4102;
    color: #FFFFFF;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .course-tab-dropdown {
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FF4102;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .course-tab-dropdown::after {
      content: '';
      background-image: url("../icon/dropdown-arrow.svg");
      width: 10px;
      height: 5px;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      margin-left: 10px; }
.form-group__search {
  position: relative;
}
.btn-search {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  width: 60px;
  height: 60px;
  font-size: 0;
  background-image: url('../icon/search.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-blog {
  overflow-x: scroll;
  gap: 8px;
}
.nav-blog::-webkit-scrollbar {
    display: none;
}

.course-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #005038;
  color: #fff;
  padding: 40px;
  min-height: 302px; }
  .course-card-price {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.6px;
    gap:10px;
    align-items: flex-end; }
  .price-divider {
    width: 1px;
    height: 20px;
    background-color: #fff;
  }
  .course-card-price .old-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.48px;
    text-decoration: line-through;
    opacity: 0.6;
  }

    .course-card__footer_wrap {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }

.accordion-item {
  border-bottom: 1px solid rgba(24, 34, 45, 0.2);
}

.accordion__title {
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.6px;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .accordion-item .accordion__title::after {
    content: "";
    background-image: url("../icon/general/arr-bottom-dark.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
     -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
  }
    .accordion__title.collapsed::after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.accordion__body {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 60px;
}
  .accordion__body p {
    margin-bottom: 4px; }

.accordion__body strong {
  font-weight: 500;
}

.program__course_wrap {
  padding: 40px;
  border: 1px solid #18222D; }

.section-form {
  background-image: url("../icon/pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

/* The container must be positioned relative: */
.new-select {
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #403B3B;
  outline: none;
  cursor: pointer; }
  .new-select p {
    margin-bottom: 0; }

.new-select select {
  display: none; }

.select-selected {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #403B3B; }
  .select-selected::after {
    content: "";
    background-image: url("../icon/dropdown.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 7px;
    -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: 0;
    margin-left: auto;}
  .select-selected.select-arrow-active {
    color: #FF4102;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #FF4102; }
    .select-selected.select-arrow-active::after {
      background-image: url("../icon/dropdown-active.svg");
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.select-selected.select- ve:after {
  border-color: transparent transparent #fff transparent;
  top: 7px; }

.select-items div {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1.2;
  color: #403B3B;
  cursor: pointer;
  padding: 10px 12px;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px; }

/* Style items (options): */
.select-items {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  z-index: 99;
  background: #FFFFFF;
  border: 1px solid #DFDBD8;
  border-radius: 15px;
  max-width: 414px;
  max-height: 330px;
  padding: 20px 15px;
  overflow-y: auto; }
  .select-items::-webkit-scrollbar, .m-select-items::-webkit-scrollbar{
    width: 4px; }
  .select-items::-webkit-scrollbar-track, .m-select-items::-webkit-scrollbar-track {
    background-color: #DFDBD8; }
  .select-items::-webkit-scrollbar-thumb, .m-select-items::-webkit-scrollbar-thumb {
    background-color: #FF4102; }

.country-list {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  z-index: 99;
  background: #FFFFFF;
  max-width: 414px;
  max-height: 330px;
  padding: 20px 15px !important;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 320px; }
  .country-list::-webkit-scrollbar {
    width: 4px; }
  .country-list::-webkit-scrollbar-track {
    background-color: #DFDBD8; }
  .country-list::-webkit-scrollbar-thumb {
    background-color: #18222D; }

.country-list li {
  cursor: pointer;
  padding: 10px 12px;
  font-size: 16px;
  color: #18222D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.intl-tel-input .country-list .country.highlight {
  color: #FF4102 !important;
  background-color: transparent;
}

.intl-tel-input .country-list .country.active {
  color: #FF4102;
}

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  color: #FF4102 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-group .form-input {
  position: relative; 
  margin-bottom: 15px;}

.form-group .form-input textarea {
  resize: none; }

.form-group .form-input textarea,
.form-group .form-input input {
  width: 100%;
  padding: 20px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #403B3B;
  /* margin-bottom: 15px; */
  border: none;
  border-bottom: 1px solid #403B3B;
  outline: none;
  background: transparent; }

.form-group .form-input label {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.29rem;
  color: #403B3B;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 0; }

.form-check {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-check input[type="checkbox"] {
    position: relative;
    top: 2px; }
  .form-check p {
    margin-bottom: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.label-file {
  
  cursor: pointer; }
  .label-file img {
    margin-right: 16px; }

.form__wrap {
  padding: 65px 100px;
  background: #FFFFFF;
  border-radius: 74px; }

  .seo__block a {
    color: #FF4102 !important; }
    .seo__block a:hover {
      text-decoration: underline; }
  .seo__block ul {
    list-style-type: disc; }

.go-to-top {
  position: absolute;
  top: -50px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px; }

.promo__label, .course-card__label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px; }

.experience__img {
  width: 32px;
  height: 32px;
  margin-right: 20px; }

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .note img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    flex-shrink: 0; }

.card-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr 3fr;
  grid-template-columns: 2fr 3fr 3fr;
  gap: 25px; }

.tabs__wrap {
  position: relative; }

.nav-item {
  list-style: none; }

.nav-item > a,
.nav-item > .nav-link,
[class*="u-tab-link"]:not([class*="-icon"]) {
  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

/*[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) {
  display: block; }*/

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .nav-item {
  display: inline-block; }

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .js-tabs-mobile {
  position: relative;
  display: none; }

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .js-tabs-mobile-control {
  position: relative;
  display: block; }

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .js-tabs-mobile-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
  margin-top: -1px; }

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .js-tabs-mobile .nav-inner {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid;
  padding-left: 0; }

[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]):not(
[data-scroll]) .js-tabs-mobile .nav-inner .nav-item {
  display: block;
  white-space: nowrap; }

[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"]) {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }

[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not(
[data-tabs-mobile-type="accordion"])::-webkit-scrollbar {
  display: none; }

@-moz-document url-prefix() {
  [data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not(
  [data-tabs-mobile-type="accordion"]) {
    padding-bottom: 15px; } }

@media (min-width: 768px) {
  
  [data-scroll] {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  [data-scroll]::-webkit-scrollbar {
    display: none; }
  @-moz-document url-prefix() {
    
    [data-scroll] {
      padding-bottom: 15px; } } }

@media (min-width: 768px) {
  [class*="u-nav-v1"].u-nav-rounded-3 .nav-link {
    border-radius: 3px; }
  [class*="u-nav-v1"].u-nav-rounded-5 .nav-link {
    border-radius: 5px; }
  [class*="u-nav-v1"].u-nav-rounded-7 .nav-link {
    border-radius: 7px; }
  [class*="u-nav-v1"].u-nav-rounded-10 .nav-link {
    border-radius: 10px; }
  .u-nav-v1-1 .nav-link.active {
    background-color: #eee; }
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #72c02c; }
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333; }
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff; }
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #333;
    background-color: #fff; }
  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent; }
  .u-nav-v1-2 .nav-link.active {
    border-color: #eee; }
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #72c02c; }
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333; }
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff; }
  .u-nav-v1-2.u-nav-light .nav-link.active {
    border-color: #fff; } }

.map {
  overflow: hidden; }
  .map iframe {
    display: block; }

.shedule__wrap {
  width: 100%; }
  .shedule__wrap td {
    padding: 5px; }
    .shedule__wrap td:nth-child(2n) {
      padding-left: 55px;
      font-family: inherit;
      font-size: 18px;
      font-weight: 500;
  }
.shedule__wrap .g-text-body {
  opacity: 0.6;
}

.time-read {
  display: flex;;
  align-items: center;
  gap: 8px; }

.blog__post .time-read {
  padding-left: 24px;
  padding-right: 24px;
}

.blog__post {
  background-color: #fff;
  height: 100%;
  display: block;
  padding-bottom: 24px;
  position: relative; }
  .blog__post_label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    top: 25px;
    left: 25px;
    right: 25px;
    height: 36px; }
  .blog__post_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px; }
    .blog__post_cat .course-tab:nth-child(2) {
      background: #FF4102;
      color: #FFFFFF; }
    .blog__post_cat .course-tab:nth-child(3) {
      background: #0FAE0C;
      font-weight: 600;
      color: #FFFFFF; }
    .blog__post_cat .course-tab:last-child {
      background: #20618A;
      font-weight: 600;
      color: #FFFFFF; }
  .blog__post_img {
    position: relative;
    overflow: hidden; }
    .blog__post_img img {
      display: block;
      height: 250px;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: right;
      object-position: right; }
  .blog__post_exept {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .blog__post_body {
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    gap: 20px; }
  .blog__post:hover {
    background-color: #FF4102;
    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; }
  .blog__post:hover svg path {
    fill: #fff;
  }
  .blog__post_video img {
    width: 36px !important;
    height: 36px !important; }

.article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .article-link .icon-svg {
    width: 89px;
    height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .article-link:hover .icon-svg {
    fill: #FF4102;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .article-link a {
    font-size: 16px;
    padding: 20px 25px;
    border: 1px solid;
    border-radius: 110px;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .article-link .text-right a::after {
    content: '';
    background-image: url('/wp-content/themes/foxminded/icon/general/mdi_arrow-right-dark.svg');
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
  }

  .article-link .text-left a::before {
    content: '';
    background-image: url('/wp-content/themes/foxminded/icon/general/mdi_arrow-left-dark.svg');
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;
  }

.article ul > ul {
  list-style: circle; }

.article li {
  /*font-size: 1.1rem;*/
  margin-bottom: 5px; }

.article a {
  /*color: #20618A;*/
  font-weight: 500;
}
  .article a:hover {
    color: #FF4102;
    text-decoration: underline;
  }
    .article .wp-block-button__link:hover {
      text-decoration: none !important;
    }

.article h1, .article h2, .article h3, .article h4 {
  font-family: "Helvetica Neue";
  font-weight: 500;
  line-height: 120%;
  text-transform: unset;
}
.article h1 {
  font-size: 24px;
  letter-spacing: -0.6px;
  margin: 2rem 0; }

.article h2 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 2rem 0; }

.article h3 {
  font-size: 18px;
  letter-spacing: -0.54px;
  margin: 2rem 0; }

.article h4 {
  font-size: 16px;
  letter-spacing: -0.54px;
  margin: 2rem 0; }

.header__nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }

nav {
  margin-top: 40px;
  margin-left: 40px; }

nav a {
  -webkit-transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, color 0.5s, transform 0.5s;
  transition: background 0.5s, color 0.5s, transform 0.5s;
  transition: background 0.5s, color 0.5s, transform 0.5s, -webkit-transform 0.5s;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  margin-right: 50px; }

.menuitem-top {
  -webkit-transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, color 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, color 0.5s, transform 0.5s;
  transition: background 0.5s, color 0.5s, transform 0.5s;
  transition: background 0.5s, color 0.5s, transform 0.5s, -webkit-transform 0.5s;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  margin-right: 30px;
  cursor: pointer; }
  .menuitem-top::before {
    content: "";
    display: inline-block;
    background: #20618A;
    width: 7px;
    height: 7px;
    margin-right: 13px;
    margin-bottom: 3px;
    border-radius: 50%; }
  .menuitem-top:hover {
    color: #FF4102; }
    .menuitem-top:hover > .icon-svg {
      stroke: #FF4102; }
  .menuitem-top:hover::before {
    background: #FF4102; }

.has-menu .icon-svg {
  margin-left: 8px;
  width: 12px;
  height: 10px;
  fill: #FFFFFF;
  stroke: #403B3B;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.has-menu.open > .icon-svg {
  stroke: #FF4102;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0; }

.has-submenu .icon-submenu {
  margin-left: 8px;
  width: 12px;
  height: 10px;
  fill: #FFFFFF;
  stroke: #403B3B;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.has-submenu.open > .icon-submenu {
  stroke: #FF4102;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0; }

.has-submenu.open .submenu-link {
  color: #FF4102;
  font-weight: 700; }
  .has-submenu.open .submenu-link .icon-submenu {
    stroke: #FF4102;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -1px; }

.has-submenu .menu-open {
  padding: 0 40px 0; }

.menu_class {
  border: 1px solid #1c1c1c; }

.file_menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 65px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 25px;
  width: 300px; }
  .file_menu.open {
    display: block; }

.file_menu li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #403B3B; }

.file_menu li a:hover {
  font-weight: 600;
  color: #FF4102; }
  .file_menu li a:hover .icon-submenu {
    stroke: #FF4102; }

.sub {
  position: absolute;
  width: 300px;
  display: none;
  left: 310px;
  top: 0px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 25px; }
  .sub.open {
    display: block; }

.icon {
  height: 6px;
  width: 41px;
  top: calc( 50% - 1px);
  background-color: #FF4102;
  position: absolute;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .icon:before {
    left: 0;
    position: absolute;
    top: -12px;
    height: 6px;
    width: 41px;
    background-color: #FF4102;
    content: "";
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .icon:after {
    left: 0;
    position: absolute;
    top: 12px;
    height: 6px;
    width: 41px;
    background-color: #FF4102;
    content: "";
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }

.burger-menu {
  width: 41px;
  height: 41px;
  position: relative;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  display: inline-block;
  z-index: 99;
  cursor: pointer;
  padding: 10px;
  box-sizing: content-box; }

.burger-menu .icon {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .burger-menu .icon:after {
    -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s, -webkit-transform 0.5s; }
  .burger-menu .icon:before {
    -webkit-transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s;
    transition: transform 0.5s, top 0.5s 0.5s, -webkit-transform 0.5s; }

.burger-menu.open .icon {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background: transparent; }

.burger-menu.open .icon:before {
  -webkit-transition: top 0.5s, -webkit-transform 0.5s 0.5s;
  transition: top 0.5s, -webkit-transform 0.5s 0.5s;
  -o-transition: top 0.5s, transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s;
  transition: top 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  top: 0px; }

.burger-menu.open .icon:after {
  -webkit-transition: top 0.4s, -webkit-transform 0.5s 0.5s;
  transition: top 0.4s, -webkit-transform 0.5s 0.5s;
  -o-transition: top 0.4s, transform 0.5s 0.5s;
  transition: top 0.4s, transform 0.5s 0.5s;
  transition: top 0.4s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  top: 0px; }

.mobile-menu {
  position: fixed;
  background: #FFFFFF;
  right: -100%;
  width: 80%;
  z-index: 999;
  top: 0;
  padding: 60px;
  min-height: 100vh;
  height: 100%;
  -webkit-transition: right 0.8s ease-in-out;
  -o-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0; }
  .mobile-menu.open {
    right: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: right 0.8s ease-in-out;
    -o-transition: right 0.8s ease-in-out;
    transition: right 0.8s ease-in-out; }

.menu-open {
  display: none;
  position: relative;
  z-index: 100;
  background: #FFFFFF;
  padding: 20px 40px 0; }

.menu-open li a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.14rem;
  line-height: 1.5;
  color: #403B3B; }

.menu-open li a:hover {
  font-weight: 600;
  color: #FF4102; }

.overlay {
  display: none;
  background: #18222D;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  /*z-index: 10000;*/
  width: 100vw;
  height: 100vh; }

.no-scroll-y {
  overflow-y: hidden; }

.vacancies {
  position: relative; }

.vacancies__wrap {
  position: relative; }
  .vacancies__wrap .slider-counter {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.vacancy__item_bottom {
  max-width: 750px; }

.vacancy__card_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

.why__item {
  max-width: 504px; }

.wpcf7-spinner {
  position: absolute !important;
  bottom: -20px;
  right: calc(50% - 24px);}

.country-select.inside .flag-dropdown:hover .selected-flag,
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent; }

.wpcf7-list-item {
  margin: 0 !important; }
  .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6); }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6); }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.6); }

input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6); }

#searchform input::-webkit-input-placeholder, .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(24, 34, 45, 0.6); }

#searchform input::-moz-placeholder, #subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(24, 34, 45, 0.6); }

#searchform input:-ms-input-placeholder, #subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(24, 34, 45, 0.6); }

#searchform input:-moz-placeholder, #subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(24, 34, 45, 0.6); }

.swiper-pagination {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.7142rem;
  line-height: 1.7;
  bottom: 0 !important; }


.slider-button-prev,
.slider-button-next {
  position: absolute;
  bottom: 7px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .slider-button-prev.swiper-button-disabled,
  .slider-button-next.swiper-button-disabled {
    opacity: 0.5; }
  .slider-button-prev:hover,
  .slider-button-next:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider-button-prev:hover path,
    .slider-button-next:hover path {
      fill: #FF4102;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.slider-button-next {
  left: calc(50% + 97px); }

.slider-button-prev {
  left: calc(50% - 194px); }

.team__img {
  margin-right: 40px; }
  .team__img img {
    max-height: 245px; }

.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.team__soc {
  position: absolute;
  right: 0;
  bottom: 0; }

.team-details {
  padding-top: 30px;
}

.member__img img {
  width: 222px;
  height: 222px;
  -o-object-fit: contain;
  object-fit: contain; }

.form-file {
}
  .form-file .label-file {
    width: 100%;
    cursor: pointer; 
    display: block;
  }
    .form-file .label-file::after {
      content: "";
      background-image: url(../icon/attachment.svg);
      width: 22px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      right: 0;
      bottom: calc(50% - 11px);; }
.new-select p,
.form-input p {
margin-bottom: 0;
}
.wpcf7-form-control-wrap {
  position: static !important;
}

.form-file .wpcf7-form-control-wrap {
  position: absolute !important;
  width: 0;
  opacity: 0;
  visibility: hidden; }

li.mega-menu-item {
  background-image: url("https://new.foxminded.ua/wp-content/themes/foxminded/icon/point.svg") !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: center left !important;
  margin-left: 13px !important; }

li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  top: 2px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  margin: 0 5px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  padding-bottom: 0 !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  margin-top: 2px !important; }

.promo-landing {
  position: relative;
  background-color: #f8f9fa; }
  .promo-landing::after {
    content: "";
    background-image: url("../icon/landing-promo-bg.svg");
    background-size: auto;
    background-position: right center;
    height: 945px;
    width: 400px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1; }
  .promo-landing__info {
    position: relative;
    z-index: 10; }

.count {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 58px; }

.g-number {
  font-family: "Raleway", sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1; }

.g-land-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 32px 20px 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5; }

.count-card {
  padding-left: 38px;
  position: relative;
  z-index: 10; }
  .count-card__number {
    position: absolute;
    top: -40px;
    left: 0px; }

.for-from {
  position: relative;
  background-color: #f8f9fa; }
  .for-from::after {
    content: "";
    background-image: url("../icon/landing-bg.svg");
    background-size: contain;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    z-index: 7; }
  .for-from__info {
    position: relative;
    z-index: 8; }

.speaker-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .speaker-card__img {
    margin-left: calc(-50% + 120px);
    margin-right: 47px;
    margin-top: -90px;
    max-width: 415px;
    max-height: 415px;
    width: 100%; }

.speakers__section {
  position: relative; }
  .speakers__section::after {
    content: "";
    background-image: url("../img/speakers-bg.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    position: absolute;
    top: 0;
    z-index: 9; }
  .speakers__section .h3,
  .speakers__section .h2 {
    position: relative;
    z-index: 11; }

.lector {
  position: relative;
  z-index: 10;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lector__card {
  background: #EFEDEB;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 24px 55px 24px 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 150px; }
  .lector__card_img {
    position: absolute;
    margin-left: -150px;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 6px solid #FF4102;
    width: 300px;
    height: 300px;
    overflow: hidden; }
    .lector__card_img img {
      display: block;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      width: 300px;
      height: 300px;
      -o-object-fit: cover;
      object-fit: cover; }

.landing-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EFEDEB;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
  border-radius: 10px;
  height: 100%; }
  .landing-form__info {
    padding: 40px; }

.landing-registration {
  position: relative; }
  .landing-registration::after {
    content: "";
    /*background-image: url("../img/bg-registration.svg");*/
    background-image: url("../img/bg-registration.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1; }

.tab-landing {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0px 10px 10px 10px;
  padding: 40px 108px; }
  .tab-landing::after {
    content: "";
    width: 453px;
    height: 453px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 0;
    pointer-events: none; }

.tab-landing_link {
  display: block;
  background: #0d8bc7;
  border-radius: 20px 20px 0px 0px;
  padding: 16px 34px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  white-space: nowrap; }
  .tab-landing_link:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #FF4102;
    color: #FFFFFF; }
  .tab-landing_link.active {
    padding: 20px 34px;
    background: #FF4102;
    color: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    -webkit-transition: background padding 0.3s ease-in-out;
    -o-transition: background padding 0.3s ease-in-out;
    transition: background padding 0.3s ease-in-out; }

.tab-landing_nav {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  background: transparent !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .tab-landing_nav .nav-item {
    position: relative;
    bottom: 0; }

.vebinar-author__card {
  padding: 60px 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px; }
  .vebinar-author__card_info {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 6px solid #FF4102;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .vebinar-author__card_img {
    display: block;
    width: 295px !important;
    height: 295px !important;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover; }
  .vebinar-author__card_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FF4102; }

.vebinar-author .author-slide-prev, .vebinar-author .author-slide-next {
  opacity: 0.5;
  position: relative; }
  .vebinar-author .author-slide-prev::after, .vebinar-author .author-slide-next::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(64, 59, 59, 0.6);
    border-radius: 10px; }

.authors-swiper-pagination {
  text-align: center;
  margin-top: 45px
}

.authors-swiper-pagination > span {
  width: 14px;
  height: 14px;
}

.authors-pagination-bullet-active {
  background: #FF4102;
  opacity: 1;
}

.vebinar-price {
  position: relative;
  padding-top: 30px;
  padding-left: 60px;
  margin-bottom: 25px; }
  .vebinar-price__sale {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #FF4102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 5px; }
  .vebinar-price__card {
    padding: 30px 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid #FFFFFF; }
    .vebinar-price__card .price-old {
      font-weight: 500;
      font-size: 26px;
      line-height: 150%;
      letter-spacing: 0.03em;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #403B3B; }
    .vebinar-price__card .price-new {
      font-weight: 700;
      font-size: 32px;
      line-height: 150%;
      letter-spacing: 0.03em;
      color: #E12900; }
    .vebinar-price__card:hover {
      border: 2px solid #FF4102;
      -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 18px; 
}
  .content__title {
    margin-bottom: 20px;
    font-size: 18px; 
    font-weight: 500;
  }
  .content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  .content li {
    margin-bottom: 16px; }
    .content li a {
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .content li a:hover {
      color: #FF4102;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .sidebar__post {
    display: block;
    margin-bottom: 16px; }
    .sidebar__post_img {
      width: 100%;
      margin-bottom: 16px; }
      .sidebar__post_img img {
        display: block;
        height: 100%; }
    .sidebar__post_title {
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      color: rgba(24, 34, 45, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .sidebar__post:hover .sidebar__post_title {
      color: #FF4102;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .sidebar__title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px; }

.post__faq .accordion-item{
  border-color: rgba(255, 255, 255, 0.2);
}

.post__faq .accordion__body {
  color: rgba(255, 255, 255, 0.6);
}

.post__faq .accordion-item .accordion__title::after {
  background-image: url('../icon/general/arr-bottom-light.svg');
}

.post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF4102;
  border-radius: 30px;
  padding: 56px 41px;
  margin: 64px 0; }
  .post__author_img {
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background: #DFDBD8;
    overflow: hidden;
    margin-right: 40px; }
    .post__author_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  .post__author_name {
    font-weight: 600;
    font-size: 24px;
    line-height: 41px;
    color: #FFFFFF;
    margin-bottom: 9px;
    margin-top: 37px; }
  .post__author_pos {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF; }


.comment-form__wrap {
  padding: 40px 83px;
}
  .comment-form__wrap .form-submit {
    text-align: center;
    margin-bottom: 0; }

.comment-notes {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #403B3B; }

.comment-form-input {
  margin-bottom: 16px;
  width: 100%; }
  .comment-form-input textarea {
    width: 100%;
    resize: none;
    height: 139px; }
  .comment-form-input input,
  .comment-form-input textarea {
    border: none;
    border-bottom: 1px solid;
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 100%;
    outline: none;
    color: #fff;
    height: 45px;
  }

.comment-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px; }

.comment.depth-1 {
  padding: 40px;
  border: 1px solid #403B3B; }

.comment__wrap .children {
  padding-left: 0; }
  .comment__wrap .children .depth-2 {
    position: relative; }
    .comment__wrap .children .depth-2 .comment-body {
      background: #ffffff;
      padding-left: 8px;
      margin-left: 8px;
      position: relative; }
      .comment__wrap .children .depth-2 .comment-body::before {
        content: "";
        height: 65%;
        width: 100%;
        position: absolute;
        left: -8px;
        top: -16px;
        border: 2px solid #DFDBD8;
        border-radius: 0 0 0 10px;
        border-top: 0;
        border-right: none;
        z-index: -1; }
  .comment__wrap .children .depth-3 {
    position: relative; }
    .comment__wrap .children .depth-3 .comment-body {
      background: #ffffff;
      padding-left: 8px;
      margin-left: 25px;
      position: relative; }
      .comment__wrap .children .depth-3 .comment-body::before {
        content: "";
        height: 65%;
        width: 100%;
        position: absolute;
        left: -8px;
        top: -16px;
        border: 2px solid #DFDBD8;
        border-radius: 0 0 0 10px;
        border-top: 0;
        border-right: none;
        z-index: -1; }

.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px; }

.user__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #FF4102;
  margin-bottom: 4px; }
  .user__name a {
    color: #FF4102; }

.review__date {
  font-size: 16px;
  line-height: 24px; }

.user__url {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #403B3B; }

.review__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #403B3B;
  margin-bottom: 24px; }
  .review__body p {
    margin-bottom: 0; }
  .review__body .reply {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FF4102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px; }
    .review__body .reply a {
      color: #FF4102;
      font-size: 16px; }
    .review__body .reply::before {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url(../icon/reply.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 8px; }

.promocode__form {
  position: relative; }

.promocode__form .form-input input {
  border-bottom: 1px solid #FF4102; }

.promocode__form_btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 0;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #20618A;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.promocode__form_btn:hover {
  color: #FF4102;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.promocode__form_btn.success {
  color: #FF4102; }

.landing__subtitle {
  color: #403B3B;
  font-family: 'Raleway';
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 39px */
  letter-spacing: 0.78px;
  margin-bottom: 16px; }

.landing__title {
  color: #FF4102;
  font-family: 'Raleway';
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px; }

.landing__suptitle {
  font-family: 'Raleway';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 0.96px;
  margin-bottom: 16px; }

.landing__info {
  color: #403B3B;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; }
  .landing__info p {
    margin-bottom: 1rem; }
    .landing__info p:last-child {
      margin-bottom: 0; }

.landing__photo {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 55px;
  margin-left: auto;
  margin-right: 0; }
  .landing__photo img {
    width: 100%;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25); }

.landing__promo {
  position: relative;
  background-color: #f8f9fa; }
  .landing__promo::after {
    content: "";
    background-image: url("../icon/bg-promo.svg");
    background-size: auto;
    background-position: right center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 0; }
  .landing__promo__info {
    position: relative;
    z-index: 10; }

.landing-form__wrap {
  position: relative; }
  .landing-form__wrap::after {
    content: "";
    background-image: url("../icon/bg-reg.svg");
    background-size: auto;
    background-position: left bottom;
    width: 1440px;
    height: 739px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0; }

.landing-form {
  background: #fff; }

.from {
  position: relative; }
  .from::after {
    content: "";
    background-image: url("../icon/bglan.svg");
    background-size: contain;
    background-position: left bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -40%;
    left: 0;
    z-index: 1; }
  .from__info {
    position: relative;
    z-index: 8; }

.speaker-card__v2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px; }
  .speaker-card__v2_img {
    width: 360px;
    height: 100%;
    border-radius: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 64px; }

.speakers__section {
  position: relative; }
  .speakers__section::after {
    content: "";
    background-image: url("../img/speakers-bg.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    position: absolute;
    top: 0;
    z-index: 9; }
  .speakers__section .h3,
  .speakers__section .h2 {
    position: relative;
    z-index: 11; }

.lector {
  position: relative;
  z-index: 10;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.lector-card__v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lector-card__v2_img {
    width: 412px;
    height: 498px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 52px; }
    .lector-card__v2_img img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .lector-card__v2_info {
    max-width: 600px; }
    .lector-card__v2_info .text {
      font-family: 'Open Sans';
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 155%; }

.g-text-card {
  color: #403B3B;
  font-family: 'Open Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155%; }

.navigation.posts-navigation {
  margin-left: auto;
  margin-right: auto;
}

.navigation.posts-navigation h2 {
  text-align: center;
}

.navigation.posts-navigation .nav-links {
  margin-top: 30px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
}
.nav-links .nav-next a {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.nav-links .nav-previous a {
  margin-right: 0;
  display: flex;
  align-items: center;
}
.nav-links .nav-previous a:before {
  content: "";
  margin-right: 0;
  color: #FF4102;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/foxminded/icon/general/mdi_arrow-left-dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}
.nav-links .nav-next a:after {
  content: "";
  margin-right: 0;
  color: #FF4102;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/foxminded/icon/general/mdi_arrow-right-dark.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

.footer__payment {
    max-width: 180px;
}
.footer__payment img {
    display: block;
    width: 100%;
}
.iti__flag {background-image: url("../img/flags.png");}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}
@media (max-width: 1260px) {
  .landing__photo {
    width: 100%;
    height: auto; }
  .landing__title {
    line-height: 130%;
    font-size: 4.2rem; } }

@media (max-width: 1100px) {
  .landing__title {
    font-size: 3.8rem; }
  .landing__suptitle {
    font-size: 26px; }
  .landing-form__wrap::after,
  .speakers__section::after,
  .from::after,
  .landing__promo::after {
    content: none; }
  .landing__photo {
    width: 480px;
    height: 480px;
    margin-right: auto; } }

@media (max-width: 920px) {
  .speaker-card__v2 {
    padding: 30px; }
  .lector-card__v2_img img {
    width: 320px;
    height: auto; }
  .lector-card__v2_img,
  .speaker-card__v2_img {
    width: 320px;
    height: auto;
    margin-right: 30px; }
  .lector-card__v2_info .text {
    font-size: 16px; } }

@media (max-width: 769px) {
  .new-select {
    margin-bottom: 8px;
  }
  .btn-search {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
  .lector-card__v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .lector-card__v2_img {
    margin-bottom: 25px;
    margin-left: 0; }
  .speaker-card__v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .speaker-card__v2_img {
      margin-right: 0;
      margin-bottom: 24px; }
  .lector-card__v2_img,
  .lector-card__v2_img img,
  .speaker-card__v2_img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-height: 480px;
    height: 100%; }
  .team-details {
    padding-top: 12px;
    padding-bottom: 12px;
  } }

@media (max-width: 576px) {
  .landing__title {
    font-size: 2.8rem; }
  .landing__suptitle {
    font-size: 20px; }
  .landing__info {
    font-size: 16px; } 
    .landing__photo {
      max-width: 320px;
      height: auto; }}

@media (max-width: 440px) {
  .lector-card__v2_info .text {
    font-size: 14px; }
  .landing__photo {
    max-width: 320px;
    height: auto; }
  .landing__title {
    font-size: 1.57rem; }
  .landing__suptitle {
    font-size: 18px; }
  .landing__info {
    font-size: 14px; } }
.category-bubble-link--bounce-in,
.category-bubble-link-open,
.category-bubble-link {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index: 10; }

.category-bubble-link:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.category-bubble-link-open:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/*.category-bubble-link--bounce-in {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }*/

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  80% {
    -webkit-transform: scale3d(1.12, 1.12, 1.12);
    transform: scale3d(1.12, 1.12, 1.12); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }
  80% {
    -webkit-transform: scale3d(1.12, 1.12, 1.12);
    transform: scale3d(1.12, 1.12, 1.12); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
  
.wiget-btn {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background: #ffffff;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  padding: 2px;
  -webkit-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  z-index: 1000; 
  width: 80px;
  height: 102px;
  overflow: hidden;}
  .wiget-btn img {
    position: absolute;
    top: 0;
    left: -27px;}
  .wiget-btn:hover img {
    left: 0;
    -webkit-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
  }
  .wiget-btn:hover {
    -webkit-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;}

.wiget-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 320px;
  height: 526px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 30px 30px 0px;
  background-image: url("../icon/wiget-bg.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  padding-top: 72px;
  padding-bottom: 45px;
  overflow: hidden;
  -webkit-transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2);
  -o-transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2);
  transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2);
  z-index: 1001;
  visibility: hidden;
  opacity: 0; }
  .wiget-popup.show {
    left: 0;
    -webkit-transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2);
    -o-transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2);
    transition: left 1500ms cubic-bezier(0.47, 0.08, 0.72, 1.2); 
    visibility: visible;
    opacity: 1;}
    .wiget-popup.show .marquee {
      width: 320px;
      overflow: hidden;
      min-height: 40px; }
  .wiget-popup__close {
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer; }
  .wiget-popup__persent {
    margin-bottom: 19px; }
  .wiget-popup__title {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #403B3B;
    padding: 0 30px;
    margin-bottom: 6px; }
  .wiget-popup__img {
    text-align: center;
    padding: 0 22px;
    margin-bottom: 34px; }
  .wiget-popup__btn {
    width: 100%;
    padding: 0 22px;
    margin-top: auto;
    margin-bottom: 0px; }
.swiper-button-prev {
  left: -50px; }

.swiper-button-next {
  right: -50px; }

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #FF4102; }

.wpcf7-form.init {
    position: relative;}
.intl-tel-input.iti-container {
  z-index: 100500;
}

@-webkit-keyframes shadow {
  from {
    text-shadow: 0 3px 10px rgba(255, 255, 255, 0.3); }
  to {
    text-shadow: 0 3px 13px rgba(255, 255, 255, 0.9); } }

@keyframes shadow {
  from {
    text-shadow: 0 3px 10px rgba(255, 255, 255, 0.3); }
  to {
    text-shadow: 0 3px 13px rgba(255, 255, 255, 0.9); } }

.ws-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px 16px 20px 0;
  z-index: 9999;
  height: auto; }
  .ws-contact.is-active {
    height: 372px; }
  .ws-contact-icon {
    display: block;
    margin: 10px 0;
    position: relative;
    width: 62px;
    height: 62px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ws-contact-icon.start {
      background: #18222D; }
    .ws-contact-icon:not(:last-child) {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      visibility: hidden; }
      .ws-contact-icon:not(:last-child).is-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        position: relative; }
    .ws-contact-icon::before {
      content: "";
      background: url("../icon/chat.svg") no-repeat;
      background-size: contain;
      width: 38px;
      height: 38px;
      display: inline-block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .ws-contact-icon.is-active::before {
      background: url("../icon/close-contact.svg") no-repeat;
      background-size: contain;
      width: 38px;
      height: 38px; }
    .ws-contact-icon.telegram {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms; }
    .ws-contact-icon.viber {
      -webkit-transition-delay: 150ms;
      -o-transition-delay: 150ms;
      transition-delay: 150ms; }
    .ws-contact-icon.mail {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .ws-contact-icon.tel {
      -webkit-transition-delay: 50ms;
      -o-transition-delay: 50ms;
      transition-delay: 50ms; }

.circle {
  position: absolute;
  bottom: 0; }
  .circle::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: #18222D;
    opacity: 0.1;
    z-index: -1; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
    
@media (max-width: 1440px) {
  h1, .h1 {
    /*font-size: 4.2rem;*/ }
  .course-card__footer {
    font-size: 1.2rem; }
  .course-card__svg {
    margin-bottom: 0; }
  .team__img {
    margin-right: 10px; } }

@media (max-width: 1310px) {
  .ws-contact {
    margin-bottom: 75px;
  }
  h1, .h1 {
    /*font-size: 4.2rem;*/ }
  .team__social {
    height: 41px;
    margin-bottom: 10px; }
    .team__social_inner {
      position: absolute;
      right: 0;
      top: 0; } }

@media (max-width: 1099.98px) {
  h1, .h1 {
    font-size: 60px;
    letter-spacing: -1.8px;
  }
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 40px;
    letter-spacing: -0.75px;
  }
}

@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 28px;
    letter-spacing: -0.75px;
  }
}

@media (min-width: 1100px) {
  .g-hidden-lg-up {
    display: none !important; } }

@media (max-width: 1100px) {
  .burger-menu {
    padding: 5px;
  }
  .btn-burger {
    display: block;}
  .logged-in-as {
    font-size: 13px;
    line-height: 20px; }
  .comment-form-input input,
  .comment-form-input textarea {
    font-size: 10px;
    line-height: 12px; }
  .comment.depth-1,
  .comment-form__wrap {
    padding: 24px;}
  .review__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
    border-width: 1px; }
  .user__url {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 5px; }
  .review__date {
    font-size: 10px;
    line-height: 15px; }
  .user__name {
    font-size: 13px;
    line-height: 20px; }
  .review__body {
    font-size: 13px;
    line-height: 20px; }
  .review__body .reply a {
    font-size: 13px; }
  .content {
    font-size: 13px;
    line-height: 20px; }
    .content__title {
      font-size: 14px;
      margin-bottom: 12px; }
    .content li {
      margin-bottom: 12px; }
  .same__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    overflow-x: scroll; }
    .same__wrap::-webkit-scrollbar {
      width: 0;
      height: 0; }
  .sidebar__post {
    margin-bottom: 0; }
  .sidebar__post_img {
    margin-bottom: 12px; }
  .sidebar__post_title {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px; }
 
  .authors-swiper-pagination {
    margin-top: 20px
  }
  .vebinar-author__card {
    padding: 35px;
    gap: 24px; }
  .vebinar-author__card_img {
    width: 218px !important;
    height: 218px !important; }
  .vebinar-author__card_title {
    font-size: 24px; }
  .tab-landing {
    padding: 46px 35px; }
  .landing_page_dark #cource .tab-content {
    padding: 46px 35px; }
  .g-land-card {
    padding: 24px; }
  .g-number {
    font-size: 90px; }
  .count-card {
    padding-left: 15px; }
  .count {
    gap: 10px; }
  .g-text-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2; }
  .landing-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .landing-form__registration, .landing-form__info {
      width: 100%; }
  .speaker-card__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 30px; }
  .speaker-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .lector__card_img {
    position: static;
    margin-left: 0; }
  .lector__card {
    padding: 24px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .lector {
    height: auto; }
  .lector__card_img img {
    margin: 0 auto; }
  .team__social_inner {
    position: static;
    right: 0;
    top: 0; }
  .vacancy__item {
    border-radius: 0 !important; }
  .thanks__img img,
  .team__img img {
    width: 210px;
    height: auto; }
  .menuitem-top {
    padding: 10px 0; }
  .lang-link {
    font-size: 16px; }
  .sale-text {
    font-size: 18px; }
  .sale-text::before, .sale-text::after {
    width: 22px;
    height: 22px;
  }
  .article-link img {
    width: 30px; }
  .share-icon img {
    width: 43px;
    height: 43px; }
  .go-to-top {
    top: -30px;
    right: 15px; }
  .shedule__wrap {
    max-width: 340px; }
  .reviews__wrap {
    padding: 30px 0 44px; }
  .nav {
    /*display: none;*/
    /*background: #FFFFFF;*/ }
  .course-tab {
    font-size: 1.3rem; }
  .tab__course {
    gap: 8px; }
  .mentors__wrap .slider-counter {
    bottom: -25px; }
  .step__text {
    padding: 10px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 300px;
    text-align: center; }
    .wp-block-button__link {
      margin: 0 auto;
    }
  .btn-promo {
    margin: 0 auto;
    display: block; }

  .header__nav {
    border-bottom: none; }
    .header__nav_block {
      display: none !important;
      padding: 20px 0;
      position: absolute;
      right: -100%;
      background: #FFFFFF;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 100;
      -webkit-box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
      -webkit-transition: right .3s ease-in-out;
      -o-transition: right .3s ease-in-out;
      transition: right .3s ease-in-out; }
      .header__nav_block.active {
        right: 0;
        -webkit-transition: right .3s ease-in-out;
        -o-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out; }
    .header__nav_menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header__nav_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .header__nav_menu ul li {
          margin-right: 0;
          margin-bottom: 20px; }
    .header__nav_lang {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header__nav_lang ul {
        margin-right: 0;
        margin-bottom: 20px; }
  .partners__row-one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .courses {
    margin: 0 auto; }
  .g-hidden-lg-down {
    display: none !important; }
  .footer__link .btn-arrow {
    margin-left: 0;
    margin-right: auto; }
  .g-list-grid-lg-down {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  }

@media (max-width: 920px) {

  .wiget-btn,
    .wiget-popup {
        display: none; }
    .content {
      margin-bottom: 10px;}
    .sidebar__post {
      width: 160px;}
  .sidebar__post_img {
    min-width: 160px;
    height: 90px; }
  .partners__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px; }
  .partners__row img:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    text-align: center; }
  .partners__row img:nth-of-type(2) {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    text-align: center; }
  .partners__row img:nth-of-type(3) {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    text-align: center; }
  .partners__row img:nth-of-type(4) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    text-align: center; }
  .partners__row img:nth-of-type(5) {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    text-align: center; }
  .partners__row img:nth-of-type(6) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    text-align: center; }
  .partners__row img:nth-of-type(7) {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    text-align: center; }
  .country-list {
    top: 0 !important; }
  .landing-registration::after {
    background-position: bottom;
    background-size: cover; }
  .g-text-landing {
    font-size: 24px; }
  .g-land-card {
    font-size: 1rem; }
  .g-number {
    font-size: 70px; }
  .step__text {
    max-width: 230px; }
  .header__nav_block {
    display: none !important; }
  .slider-button-prev,
  .slider-button-next {
    width: 50px; }
    .slider-button-prev svg,
    .slider-button-next svg {
      width: 50px; }
  .slider-button-next {
    left: calc(50% + 50px); }
  .slider-button-prev {
    left: calc(50% - 100px); }
  .form-check {
    padding-left: 0; }
  .g-card-grey,
  .g-card-orange {
    border-radius: 15px; }
    .wp-block-button__link,
  .carusel__item {
    margin-right: 15px; }
    .carusel__item img {
      width: 65px;
      height: 65px; }
  .carusel__dropdown_link {
    margin-left: 15px; }
  .mobile-menu {
    padding: 80px 60px; }
  .sale-text {
    font-size: 16px; }
  .sale-text::before, .sale-text::after {
    width: 18px;
    height: 18px;
  }
  .article h4,
  .article h5 {
    margin: 35px 0 25px; }
  .blog__post_link {
    display: none; }
  .g-text-small-bold {
    font-size: 0.93rem; }
  .time-read img {
    width: 20px; }
  .reviews__wrap {
    padding: 10px 0 33px; }
  .g-icon-35--md {
    width: 35px;
    height: 35px;
    display: block; }
  .g-list-grid-md-up {
    display: block; }
  .btn-burger {
    margin-left: 20px; }
    .wp-block-button.btn-fx .wp-block-button__link,
  .btn {
    font-size: 14px; }
  .wp-block-button__link,
  .btn-promo {
    padding: 9px 50px;
    width: 230px; }
  .btn-outline,
  .btn-small-primary {
    border: 1px solid #FFFFFF; }
  h4, .h4,
  .g-text-heading,
  .swiper-pagination,
  .speaker-card p {
    font-size: 20px;
    letter-spacing: -0.6px; }
    .article li,
  .article p,
  .g-text-body {
    font-size: 14px; }
  .g-text-body-bold {
    font-size: 1.07rem; }
  .g-text-upper {
    font-size: 1.1428rem; }
  .g-text-menu {
    font-size: 0.93rem; }
  .btn-arrow {
    font-size: 0.93rem; }
  .partners__row-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .courses {
    -ms-grid-columns: (auto)[4];
    grid-template-columns: repeat(4, auto);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
    gap: 40px; }
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .g-card-orange {
    padding: 25px 30px; }
  .g-card-grey {
    padding: 25px 30px; }
  .g-card-blue {
    padding: 25px 30px; }
}

@media (max-width: 769px) {
  .swiper-button-next, .swiper-button-prev {
    display: none; }
  .vebinar-price {
    padding-top: 68px;
    padding-left: 0; }
    .vebinar-price .g-text-landing {
      font-size: 24px; }
  .vebinar-price__card {
    padding: 64px 15px; }
  .vebinar-price__sale {
    width: 110px;
    height: 110px; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
    margin-left: 0 !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 15px !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 13px !important;
    padding: 0 15px !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    top: 0px !important; }
  .vacancies__wrap .slider-counter {
    top: -25px; }
  
  .accordion__arrow {
    margin-left: 20px; }
 
  .blog__post_video {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 27px;
    height: 27px; }
  .g-hidden-md-down {
    display: none !important; }
  .raiting img {
    width: 31px;
    height: 31px; }
  .form__wrap {
    padding: 35px 39px;
    border-radius: 15px; }
  .select-selected {
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 0.714rem;
    line-height: 12px;
    font-weight: 500; }
  .form-file .label-file::after {
    width: 8px;
    height: 10px;
    bottom: 0; }
  .promocode__form.form-group {
    margin-bottom: 0 !important; }
  .form-file,
  .form-group .form-input textarea,
  .form-group .form-input input,
  .promocode__form_btn {
    padding: 10px 0;
    font-size: 10px;
    font-size: 0.714rem;
    margin-bottom: 0;
    font-weight: 500; }
  .form-group .form-input label {
    font-size: 0.714rem;
    font-weight: 500; }
  .select-items {
    position: absolute;
    top: calc(100% + 5px);
    padding: 20px; }
    .select-items div {
      font-size: 0.714rem; }
  .select-selected::after {
    width: 8px;
    height: 4px; }
  .reviews__wrap {
    padding: 15px 0 35px; }
  .g-text-info {
    font-size: 1.07rem; } }

@media (max-width: 768px) {
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
  .btn-sale {
    font-size: 10px !important; 
    padding: 5px 12px !important; }
  .step__text {
    padding: 16px;
    position: absolute;
    top: 0;
    left: 60px;
    margin-right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 350px;
    text-align: left;
    padding-left: 60px; }
  .vebinar-author__card {
    padding: 32px;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .vebinar-author__card_info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; } }

@media (min-width: 769px) {
  .g-hidden-md-up {
    display: none !important; }
  .g-list-grid-md-up {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 576px) {
  .g-popap {
    padding: 40px 24px;
  }

  .g-close {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
  }

  .step__text {
    padding-left: 40px;
    max-width: 300px; }
  .reviews {
    padding: 15px 0; }
  .why__item img {
    width: 25px;
    height: 25px; }
  .video__player-icon img {
    width: 42px;
    height: 42px; }
  .btn-arrow {
    font-size: 0.7142rem; }
  .btn-arrow-orange span {
    background-image: url(../icon/btn-arrow-mob.svg);
    width: 12px;
    height: 11px;
    margin-left: 7px; }
  .g-text-landing {
    font-size: 18px; }
  .slider-button-prev,
  .slider-button-next {
    bottom: 2px; }
  .team__img img {
    width: 100px;
    height: 100px; }
  .has-menu .icon-svg {
    margin-left: 3px;
    margin-top: 5px; }
    .has-menu .icon-svg use {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
  .has-menu.active > .icon-svg,
  .has-menu:hover > .icon-svg {
    margin-top: -5px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .has-submenu .icon-svg {
    width: 8px;
    height: 7px; }
  .menuitem-top::before {
    width: 3px;
    height: 3px;
    margin-right: 7px;
    margin-bottom: 3px; }
  .mobile-menu {
    padding: 35px 15px; }
  .menu-open li a,
  .lang-link {
    font-size: 14px; }
  .menuitem-top {
    font-size: 0.93rem; }
  .icon {
    height: 5px;
    width: 35px; }
    .icon::after {
      height: 5px;
      width: 35px; }
    .icon::before {
      height: 5px;
      width: 35px; }
  .article h4,
  .article h5 {
    margin: 20px 0 15px; }
  .article-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 8px; }
    .article-link-prev {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  .card-table {
    -ms-grid-columns: 3fr 2fr 2fr;
    grid-template-columns: 3fr 2fr 2fr;
    gap: 12px; }
  .g-icon-20--sm {
    width: 21px;
    height: 21px;
    display: block; }
  .logo img {
    max-width: 118px; }
  h1, .h1 {
    /*font-size: 2.8rem;*/ }
  h3, .h3 {
    /*font-size: 1.714rem;*/ }
  h2, .h2 {
    font-size: 36px;
    letter-spacing: -1.08px; }
  .g-text-upper {
    font-size: 1rem; }
  .footer__social img {
    width: 25px;
    height: 25px; }
  .courses {
    gap: 20px; }
    .courses .qa {
      bottom: -40%; }
    .courses .unity {
      left: initial;
      right: 0; }
    .courses .android {
      left: 0;
      bottom: 0; }
    .courses .react {
      left: 0;
      bottom: 0;
      position: absolute; }
    .courses .php {
      bottom: initial;
      right: 0; }
    .courses .salesforce {
      top: -15%;
      left: 0; }
    .courses .cnet {
      right: 0;
      top: 0; }
    .courses .ios {
      right: -50%;
      top: -40%; }
    .courses .python {
      position: relative;
      left: -135%;
      bottom: -45px; }
    .courses .frontend {
      -ms-grid-column: 1;
      grid-column-start: 1;
      -ms-grid-column-span: 2;
      grid-column-end: 3; }
    .courses .uiux {
      position: absolute;
      right: -40%;
      top: -40%; }
    .courses__item img {
      max-width: 100px; }
 }

@media (max-width: 440px) {
  .step__text {
    padding-left: 35px; }
  .vebinar-price {
    padding-top: 68px;
    padding-left: 17px;
    padding-right: 17px; }
    .vebinar-price .g-text-landing {
      font-size: 24px; }
  .vebinar-price__card {
    min-width: 100%; }
  .carusel__item {
    margin-right: 10px; }
    .carusel__item img {
      width: 31px;
      height: 32px; }
  .carusel__dropdown_link {
    margin-left: 10px; }
  .burger-menu {
    width: 16px;
    height: 16px; }
  .icon {
    height: 2px;
    width: 15px;}
    .icon::after {
      height: 2px;
      width: 15px;
      top: -4px; }
    .icon::before {
      height: 2px;
      width: 15px;
      top: 4px; }
  .article h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0; }
  .article h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 1rem 0; }
  .article h4 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0.7rem 0; }  
  .article h5 {
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0.5rem 0; }
    .g-text-small-bold {
      font-size: 0.90rem;}
  .g-text-body-bold {
    font-size: 0.93rem; }
    .blog__post_exept {
      font-size: 12px;}
  .g-text-heading-promo {
    font-weight: 400 !important; }

    .wp-block-button.btn-fx .wp-block-button__link,  
  .btn-small-primary {
    padding: 5px 15px; }
  .g-text-upper {
    font-size: 0.7rem; }
  .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .btn-burger img {
      width: 20px; }
  .courses {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto); }
    .courses .uiux {
      position: relative;
      right: 10%;
      top: -10%; }
    .courses .angular {
      top: -95%;
      right: 40%; }
    .courses .python {
      position: relative;
      left: -20%;
      bottom: 0; }
  .g-card-orange {
    padding: 20px; }
  .g-card-grey {
    padding: 20px; }
  .g-card-blue {
    padding: 20px; } }

.grecaptcha-badge {
  display: none !important;
}

.modal__opened,
.popup__opened {
  overflow: hidden;
    /* position: fixed;
    right: 0;
    left: 0;
    overflow: hidden; */
}
.modal__popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 10001;
    visibility: hidden;
}
.popup--active{
    opacity: 1;
}
.popup--moved,
.popup--active{
    pointer-events: auto;
    visibility: visible;
}
.popup__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.popup__window {
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-grow: 0;
    width: 412px;
    max-width: calc(100% - 32px);
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
    background: #fff;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.25);
    padding: 33px 33px 80px 33px;
}
.popup__window::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  background-image: url("../img/modal__popup-fox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 245px;
  height: 64px;
}
.popup--active .popup__window{
    transform: scale(1);
    opacity: 1;
}

.modal__popup-text{
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 10px;
}
.modal__popup-text span{
  font-weight: 500;
}
.modal__popup .wpcf7-spinner {
  display: none;
}
.modal__popup .form-input {
  padding: 0 12px;
}
.modal__popup .form-group .form-input input{
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal__popup .form-submit p {
  margin-bottom: 0;
  width: 100%;
}
.modal__popup .btn-primary{
  box-shadow: none !important;
}
.modal__popup .btn-primary:not(:disabled):not(.disabled):active{
  color: #FF4102;
  background: #FFFFFF;
  border-color: #FF4102;
  box-shadow: none;
}
.modal__popup .wpcf7 form .wpcf7-response-output{
  margin: 0;
  font-size: 13px;
}
.popup__close{
    position: absolute;
    z-index: 10;
    top:24px;
    right: 24px;
    display: block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/foxminded/icon/general/icon-x-dark.svg');
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
    opacity: 1;
    box-shadow: none!important;
}
.popup__close:hover{
  opacity: 1;
}
.popup__shadow{
    position: fixed;
    border:none;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.15s ease;
    background-color: black;
}
.popup__shadow--show {
    pointer-events: auto;
    opacity: 0.6;
}

.success-applay {
  font-size: 12px;
  margin-top: -10px;
  color: #00ab5c;
  background: #00800012;
  padding: 1px 10px;
  width: fit-content;
  border-radius: 3px;
}

.success-error {
  font-size: 12px;
  margin-top: -10px;
  color: #cf2e2e;
  background: rgba(220, 53, 69, 0.1);
  padding: 1px 10px;
  width: fit-content;
  border-radius: 3px;
}

.popup__opened {
  overflow: hidden;
    /* position: fixed;
    right: 0;
    left: 0;
    overflow: hidden; */
}
.modal__modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    z-index: 10001;
    visibility: hidden;
}

.modal--active{
    opacity: 1;
}
.modal--moved,
.modal--active{
    pointer-events: auto;
    visibility: visible;
}
.modal__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}
.modal__window {
    box-sizing: border-box;
    max-width: 846px;
    width: 100%;
    overflow: visible;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transform: scale(0.9);
    opacity: 0;
    padding: 56px 52px;
    border-radius: 30px;
    background-image: url(../icon/pattern.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FF4102;
}
.modal--active .modal__window{
    transform: scale(1);
    opacity: 1;
}
.modal__content {
  padding: 32px 46px;
  background-color: #fff;
  border-radius: 30px;
}
.modal__modal-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 0.84px;
  margin-bottom: 24px;
}
.modal__modal .wpcf7 .form-group-col {
  width: calc(50% - 2px);
  flex: unset;
}
.modal__modal .form-group .form-input {
  margin-bottom: 0;
}
.modal__modal .agreement-text {
  margin-top: 12px;
}
.modal__modal .modal-submit p{
  margin-bottom: 0;
}
.modal__modal .wpcf7-submit {
  width: 414px;
  margin-top: 10px;
}
.modal__close{
    position: absolute;
    z-index: 10;
    top:20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Crect width='30' height='30' rx='15' transform='matrix(-1 0 0 1 30 0)' fill='white'/%3E%3Cpath d='M9.35547 9.88281C9.35547 9.73958 9.47266 9.62239 9.61588 9.62239L11.7643 9.63216L15 13.4896L18.2324 9.63541L20.3841 9.62565C20.5273 9.62565 20.6445 9.73958 20.6445 9.88606C20.6445 9.94791 20.6217 10.0065 20.5827 10.0553L16.3477 15.1009L20.5827 20.1432C20.622 20.1909 20.6438 20.2507 20.6445 20.3125C20.6445 20.4557 20.5273 20.5729 20.3841 20.5729L18.2324 20.5631L15 16.7057L11.7676 20.5599L9.61914 20.5697C9.47591 20.5697 9.35872 20.4557 9.35872 20.3092C9.35872 20.2474 9.38151 20.1888 9.42057 20.14L13.6491 15.0977L9.41406 10.0521C9.375 10.0065 9.35547 9.94466 9.35547 9.88281Z' fill='%23403B3B'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
    opacity: 1;
}
.modal__close:hover{
  opacity: 1;
}
.modal__close:focus{
    outline: none;
    box-shadow: none;
}

.modal__shadow{
  position: fixed;
  border:none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: black;
}
.modal__shadow--show {
  pointer-events: auto;
  opacity: 0.6;
}
.modal__modal .form-group {
  margin-bottom: 0;
}

@media all and (max-width:1024px){
  .modal__close{
      top:44px;
      right: 44px;
  }
  .modal__window {
    max-width: 704px;
    border-radius: 15px;
    padding: 32px;
  }
  .modal__content {
    border-radius: 15px;
    padding: 32px 40px;
  }
  .modal__modal .form-group .form-input input {
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .modal__modal .wpcf7-submit {
    width: 390px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }
  .modal__modal .agreement-text p{
    font-size: 13px;
  }
}

@media all and (max-width:767px) {
  .modal__window {
    width: calc(100% - 32px);
    padding: 16px;
  }

  .modal__close {
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px;
  }

  .modal__content {
    padding: 24px 16px;
  }
  .modal__modal-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .modal__modal .form-group .form-input input {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal__modal .wpcf7 .form-group-col {
    width: 100%;
  }
  .modal__modal .agreement-text p {
    font-size: 10px;
  }
  .modal__modal .modal-submit p {
    width: 100%;
  }
  .modal__modal .wpcf7-submit {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px;
  }
}

/*Roadmap block*/
.roadmap {
    background: #fff;
}

.roadmap .container-inner {
  padding: 20px 0;
}

.list-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.roadmap-form-text {
  font-size: 16px;
  margin-top: 16px;
}


.roadmap-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
}

.roadmap-list li {
    display: flex;
    align-items: center;
    margin-top: 8px;
}


.roadmap-form {
    background-color: #005038;
    text-align: center;
    margin-top: 24px;
    padding: 24px;
    color: #fff;
}

.roadmap .btn {
    margin-top: 24px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.roadmap .check-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #005038;
  margin-right: 20px;
  flex-shrink: 0;
}

.roadmap .check-icon img {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .roadmap {
      background: transparent;
  }

  .roadmap .container-inner {
    padding: 40px;
  }

  .roadmap-btn {
      margin-top: 24px;
  }
}

@media (min-width: 1200px) {

    .roadmap-list-wrap {
        max-width: 848px;
    }

    .roadmap-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    .roadmap-list li {
        width: calc(50% - 20px);
        margin-top: 16px;
    }
}

/*End Roadmap block*/
.wp-block-buttons .wp-block-button.btn-fx .wp-block-button__link,
.wp-block-buttons .wp-block-button.btn-fx .wp-block-button__link,
.wp-block-button.btn-fx .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2857rem;
  line-height: 1;
  text-align: center;
  color: #FFFFFF !important;
  background: #FF4102 !important;
  border: 3px solid #FF4102 !important;
  border-radius: 30px;
  padding: 19px 50px;
}
.wp-block-buttons .wp-block-button.btn-fx .wp-block-button__link:hover,
.wp-block-buttons .wp-block-button.btn-fx .wp-block-button__link:hover,
.wp-block-button.btn-fx .wp-block-button__link:hover {
  color: #FF4102 !important;
  background: #FFFFFF !important;
  border-color: #FF4102 !important;
}

.btn-promo__group {
  align-items: center;
  gap: 8px;
}

/*Video Playlist block*/
#demonstration {
  /*scroll-margin: 335px;*/
  padding: 96px 0;
}

.playlist .pl-tooltip {
  display: none;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 55;
  margin-top: 7px;
  text-align: center;
}

.video-locked:hover .pl-tooltip {
  display: block;
}

.pl_video_column {
  width: 100%;
  position: relative;
}

.pl_video_wrap {
  padding-bottom: 56.3%;
  position: relative;
  background: rgba(235, 235, 235, 0.3);
}

.pl_vimeo_frame {
  position: absolute;
  top: 0;
  left: 0;
}

.pl_video_info {
  display: none;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 10px;
}

.pl_video_info .title {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.pl_list_column {
  width: 100%;
  max-height: 300px;
  position: relative;
  background: rgba(235, 235, 235, 0.3);
}

.pl_list_wrap {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.pl_list_wrap .title {
  display: none;
  padding: 12px;
  border-bottom: 1px solid #DFDBD8;
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.playlist .list-item {
  font-size: 13px;
  padding: 13px;
  border-bottom: 1px solid #DFDBD8;
  position: relative;
}

.playlist .list-item .number {
  min-width: 32px;
  margin-right: 5px;
}

.playlist .list-item .pl-icon {
  margin-left: 5px;
}

.playlist .list-item .pl-icon svg {
  max-width: 15px;
}

.playlist .video-item {
  cursor: pointer;
}

.playlist .active-item {
  background: #FF4102;
  color: #fff;
}

.playlist .category-item {
  font-weight: 700;
}

@media (min-width: 960px) {
  .playlist .pl-tooltip {
      position: fixed;
      height: fit-content;
      width: fit-content;
      margin-top: 0;
      text-align: left;
  }

  .pl_video_column {
      width: 70%;
      order: 1;
  }

  .pl_video_info {
      display: block;
      order: 3;
  }

  .pl_list_column {
      max-height: unset;
      width: 30%;
      height: auto;
      order: 2;
  }

  .pl_list_wrap {
      position: absolute;
      top: 0;
      left: 0;
  }

  .pl_list_wrap .title {
      display: block;
  }

  .playlist .list-item {
      padding: 15px;
      font-size: 14px;
  }

  .playlist .video-item:hover {
      background: #FF4102;
      color: #fff;
  }
}

@media (max-width: 1100px) {
  #demonstration {
    /*scroll-margin: 200px;*/
    padding: 64px 0;
  }
}
@media (max-width: 440px) {
  #demonstration {
   /* scroll-margin: 150px;*/
  }
}
/*Video Playlist block*/

.reviews__slider .slider-button-prev, .reviews__slider .slider-button-next {
    top: 7px;
}
.reviews__slider {
    padding-top: 0;
}
.reviews__slider .slider-button-prev {
    left: 0;
}
.reviews__slider .slider-button-next {
    right: 0;
    left: inherit;
}
.reviews__wrap {
    margin-bottom: 35px;
}
@media (max-width: 1101px) {
    .reviews__slider {
        padding-top: 80px !important;
    }
    .reviews__wrap {
        margin-bottom: 10px;
    }
}

/*Advertising Courses Links*/
.adv_courses_links {
    width: 100%;
    background-color: #fff;
    background-image: url('/wp-content/themes/foxminded/icon/general/graphic_1_orange.svg');
    background-size: 64px;
    background-position: center;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-left: 154px;*/
    padding-left: 24%;
}

.adv_courses_wrap {
  background: #18222D;
  padding: 37px 37px 45px 37px;
}

.adv_courses_links .top_block {
  font-size: 16px;

}

.adv_courses_links .top_block span {
  font-family: "Menorah Grotesk";
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.96px;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.adv_courses_link {
  margin-top: 50px;
  font-size: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.adv_courses_link a {
  color: #FF4102;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.adv_courses_link span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}


@media (max-width: 767.98px) {
  .adv_courses_links {
    padding-left: 0;
    padding-top: 150px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .adv_courses_wrap {
    padding: 30px 16px;
  }

  .adv_courses_links .top_block {
    font-size: 14px;
  }

  .adv_courses_links .top_block span {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .adv_courses_link {
    font-size: 16px;
  }

  .adv_courses_link span {
    font-size: 18px;
  }
}
/*End Advertising Courses Links*/

/*Advertising Youtube*/
.adv_youtube {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #005038;
    padding: 50px;
    background-image: url('/wp-content/themes/foxminded/img/advertising/adv_youtube_bg.svg');
    background-size: cover;
}

.adv_youtube_block, .adv_mentoring_block {
  padding: 24px 35px 24px 35px;
  gap: 50px;
  font-size: 18px;
  color: rgba(24, 34, 45, 0.6);
}

.adv_mentoring_block {
  margin-top: 50px;
  flex-direction: row-reverse;
}

.adv_youtube_block span, .adv_mentoring_block span {
  display: block;
  font-weight: 500;
  color: #18222D;
  margin-bottom: 4px;
}

.adv_youtube .btn {
  margin-top: 15px;
}

.adv_youtube .btn:hover {
  text-decoration: none;
}

.adv_mentoring_block a {
  gap: 8px;
}

.adv_mentoring_block a:hover svg path {
  fill: #FF4102;
}

@media (max-width: 767.98px) {
  .adv_youtube {
    padding: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .adv_youtube_block, .adv_mentoring_block {
    flex-direction: column;
    gap: 10px;
    padding: 25px 20px;
    font-size: 16px;
    text-align: center;
  }

  .adv_youtube_block img, .adv_mentoring_block img {
    max-width: 98px;
  }

  .adv_youtube .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .adv_mentoring_block {
    margin-top: 40px;
  }
}
/*End Advertising Youtube*/

/*Advertising Text*/
.adv_block {
    width: 100%;
    background: #fff;
    padding: 24px 16px 36px 16px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
}

.adv_block:before {
    display: none;
    content: '';
    width: 80px;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 5px;
    background-image: url('/wp-content/themes/foxminded/img/advertising/adv_block_img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.adv_block a:hover {
    text-decoration: none;
}

.adv_block .top_text {
    font-family: "Menorah Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    /*color: #FF4102;*/
}

.adv_block .top_text a {
    color: #FF4102;
    font-weight: inherit;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.adv_block_row {
    margin-top: 12px;
}

.adv_block .row_title {
    font-family: "Menorah Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
}

.adv_block .item_text {
    display: list-item;
    margin-top: 8px;
    margin-left: 25px;
}

.adv_block .simple_text {
    margin-top: 8px;
}

.article .adv_block .adv_block_btn {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .adv_block {
        padding: 48px 32px;
        font-size: 18px;
        line-height: 30px;
        margin-top: 32px;
        margin-bottom: 32px;
        padding-left: 85px;
    }

    .adv_block:before {
        display: block;
    }

    .adv_block .top_text, .adv_block .row_title {
      font-size: 24px;
    }

    .adv_block_row {
        margin-top: 16px;
    }

    .adv_block .list_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .adv_block .list_item {
        width: calc(50% - 10px);
    }

    .article .adv_block .adv_block_btn {
        margin-top: 24px;
    }
}

@media (min-width: 1280px) {
    .adv_block {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .article .adv_block .adv_block_btn {
        margin-top: 32px;
    }

    .adv_block .simple_text {
        padding-bottom: 7px;
    }
}
/*End Advertising Text*/

.text_in_boreder {
  padding: 7px;
  border: 1px solid;
  border-radius: 8px;
  margin-bottom: 14px;
}

.text_in_boreder p {
  margin-bottom: 0px;
}

.visible-content {
  content-visibility: visible !important;
}

/*Landing Update*/
.sale_landing_page #form > .container > .row {
  justify-content: center;
}

.salelanding_banner {
    background-image: url("../img/bgg-02.png");
    background-color: #FF4102;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.salelanding_banner.ru {
  background-image: url("../img/bgg_ru-02.png");
}

.salelanding_banner_row {
    overflow: hidden;
}

.salelanding_banner .promo-landing__info {
    background: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 74px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.salelanding_banner .g-text-menu {
    font-size: 30px;
}

.salelanding_banner:after {
    display: none;
}

 .vebinar-price__card .price-old.divider {
    text-decoration: unset;
  }

  .vebinar-price__row {
    column-gap: 14px;
  }

  .vebinar-price__card .price-old, .vebinar-price__card .price-new {
    font-size: 1.7142rem;
  }

  .vebinar-price__sale {
    width: 100px;
    height: 100px;
  }

  .vebinar-price__card .g-text-landing {
    font-size: 2.0557rem;
    /*font-size: 1.7rem;*/
    min-height: 86.33px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .vebinar-price__card .price-new {
    color: #FF4102;
  }

  .vebinar-price {
    padding-left: 10px;
  }
  .vebinar-price__sale {
    top: -20px;
  }
  .vebinar-price__card {
    padding: 45px 20px;
  }


@media (max-width: 1280px) {
  .tab-landing_link {
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding: 12px 16px; }
    .tab-landing_link::before {
      content: "";
      width: calc( 100% - 32px);
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 16px; }
  .tab-landing_link.active {
    font-weight: 700;
    background: transparent;
    padding: 12px 16px;
    color: #FF4102; }
    .tab-landing_link.active::before {
      height: 2px;
      background: #FF4102; }
  .tab-landing {
    /*padding: 0;*/
    /*background: transparent;*/
    -webkit-box-shadow: none;
    box-shadow: none; }
  .tab-landing_nav {
    margin-bottom: 24px; }
  .tab-landing_nav {
    overflow-x: scroll; }
  .tab-landing_nav::-webkit-scrollbar {
    width: 0;
    height: 0; }
    .tab-landing_link:hover{
      background: transparent;
      color: #FF4102;
    }
}

@media (max-width: 1100px) {
    .salelanding_banner h1 br {
        display: none;
    }

    .salelanding_banner {
      background-attachment: unset;
    }
}

@media (max-width: 769px) {
    .salelanding_banner .promo-landing__info {
        border-radius: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .salelanding_banner .g-text-landing br {
        display: none;
    }
}

@media (max-width: 767px) {
    .salelanding_banner .g-text-menu {
        font-size: 16px;
    }

    .vebinar-price__sale {
      top: 0px;
    }

    .vebinar-price__card .g-text-landing {
      font-size: 24px;
    }
}

@media (max-width: 350px) {
  .vebinar-price__card .price-old, .vebinar-price__card .price-new {
      font-size: 20px;
  }

  .step__text {
    padding-left: 20px; 
  }
}
/*End Landing Update*/

/*Person Info Block*/
.person-info .person-info-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
}

.social-icons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.social-icons-left {
  justify-content: left;
}

.social-icons img {
  width: auto; 
  height: 40px; 
  max-width: 100%;
  margin-right: 12px;
}

@media (max-width: 1099.98px) {
  .person-info-title, .person-info-subtitle {
      text-align: center;
  }
}

@media (max-width: 920px) {
  .person-info .person-info-title {
      font-size: 1.8rem;
  }
}
/*End Person Info Block*/

/*Start Register Form*/

.offerta-text {
  opacity: 0.6;
  text-align: left !important;
}

.offerta-text p {
  margin-bottom: 0;
}

.w-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  margin-top: 8px;
  opacity: 0.6;
}

.w-notice p {
  margin: 0;
}

.w-notice::before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background-image: url('/wp-content/themes/foxminded/icon/general/alert-white.svg');

}

.start-register {
  margin-top: 160px;
  margin-bottom: 160px;
}

.start-register h2 {
  margin-bottom: 38px;
}

.s-form-wrap {
  max-width: 520px;
  flex-shrink: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.register_img {
  width: 550px;
  background-image: url('/wp-content/themes/foxminded/icon/general/graphic_1_gray.png');
  background-size: 110px;
  background-position: center;
}

.start-register .s-form-row, .g-form .s-form-row {
  column-gap: 40px;
}

.start-register .s-form-col, .g-form .s-form-col {
  width: 100%;
  margin-bottom: 18px;
}

.start-register .s-form-col-2, .g-form .s-form-col-2 {
  width: calc(50% - 20px);
}

.start-register .s-form-col p, .g-form .s-form-col p {
  margin-bottom: 0;
}

.s-input-hidden {
  display: none;
}

.s-input-wrap {
  position: relative;
}

.s-input-wrap br {
  display: none;
}

.s-input-wrap label {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;*/
   -webkit-box-shadow: 0 0 0px 1000px #005038 inset;
   -webkit-text-fill-color: #fff;
   border-bottom: 1px solid #fff !important;
   color: -internal-light-dark-color(white, white) !important;
}

.start-register input[type="text"], .start-register input[type="email"], .start-register input[type="tel"], .m-select-selected,
.g-form input[type="text"], .g-form input[type="email"], .g-form input[type="tel"], .label-file {
  border: none;
  border-bottom: 1px solid;
  background: transparent;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 100%;
  outline: none;
  color: #fff;
  height: 45px;
}

.start-register input[type="text"], .start-register input[type="email"],
.g-form input[type="text"], .g-form input[type="email"], .label-file {
  padding-bottom: 12px;
  padding-top: 12px;
}

.messenger-select {
  position: relative;
}

.m-select-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
}

.m-select-selected:after {
  content: '';
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
  background-image: url('/wp-content/themes/foxminded/icon/general/arrow-down-light.svg');
  transition: all 0.3s ease-in-out;
}

.m-select-selected.select-arrow-active:after {
  transform: rotate(-180deg);
}

.messenger-select select {
  display: none;
}

.messenger-select p {
  margin: 0;
}

.m-select-items {
  position: absolute;
  border: 1px solid #B8B8B8;
  background: #FFF;
  width: 100%;
  padding: 12px 0;
  top: calc(100% + 8px);
  z-index: 5;
  max-height: 330px;
  overflow-y: auto;
}

.m-select-items .m-option {
  color: #18222D;  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px;
  cursor: pointer;
}

.m-select-items .m-option:after {
  content: '';
  /*position: absolute;*/
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.m-select-items .m-option.telegram:after {
  background-image: url('/wp-content/themes/foxminded/icon/general/option_telegram.svg');
}

.m-select-items .m-option.viber:after {
  background-image: url('/wp-content/themes/foxminded/icon/general/option_viber.svg');
}

.m-select-items .m-option.skype:after {
  background-image: url('/wp-content/themes/foxminded/icon/general/option_skype.svg');
}

.start-register .apply-promocode, .g-form .apply-promocode {
position: absolute;
right: 0;
display: inline-flex;
align-items: center;
cursor: pointer;
font-size: 16px;
font-weight: 500;
top: 12px;
letter-spacing: -0.48px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
opacity: 0.6;
}

.start-register .apply-promocode.active, .g-form .apply-promocode.active {
  opacity: 1;
}

.start-register .sf-footer, .g-form .sf-footer {
  position: relative;
}

.start-register .wpcf7-spinner, .g-form .wpcf7-spinner {
  right: 0;
  bottom: 30px;
}

.start-register .sf-footer p, .g-form .sf-footer p {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-direction: column;
}

.start-register .sf-footer br, .g-form .sf-footer br {
  display: none;
}

.start-register .btn-promocode, .g-form .btn-promocode {
  width: 100%;
  margin-top: 16px;
}

.start-register .wpcf7-submit, .g-form .wpcf7-submit {
  width: 100%;
}

.start-register .wpcf7-submit:disabled, .g-form .wpcf7-submit:disabled {
  background: #D9D9D9;
  color: #005038;
  border-color: #D9D9D9;
  opacity: 0.6;
}

.wpcf7-not-valid-tip {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  bottom: unset;
  margin-top: 8px;
  padding: 4px;
  color: #FE0202;
}

.wpcf7-not-valid-tip:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url('/wp-content/themes/foxminded/icon/general/form_error.svg');
  flex-shrink: 0;
}

.start-register .promocode-correct {
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(18, 141, 61, 0.10);
margin-top: 8px;
padding: 8px 16px;
line-height: normal;
font-family: "Raleway", sans-serif;
font-weight: 500;
color: #128D3D;
}

.start-register .promocode-correct:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('/wp-content/themes/foxminded/img/msg-success.svg');
  flex-shrink: 0;
}

.start-register .intl-tel-input .selected-flag .iti-arrow, .g-form .intl-tel-input .selected-flag .iti-arrow {
  width: 22px;
  height: 22px;
  border: none;
  margin-top: 0;
  background-image: url('/wp-content/themes/foxminded/icon/general/arrow-down-light.svg');
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
}

.start-register .intl-tel-input.separate-dial-code .selected-flag, .g-form .intl-tel-input.separate-dial-code .selected-flag {
  font-size: 16px;
  letter-spacing: -0.48px;
  padding-left: 2px;
}

.start-register .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag, .g-form .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 56px;
}

.start-register .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .g-form .intl-tel-input.allow-dropdown input {
  padding-left: 66px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag, .g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 85px;
}

.start-register .intl-tel-input.separate-dial-code .selected-dial-code, .g-form .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 25px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 88px;
  padding-bottom: 12px;
  padding-top: 12px;
  font-size: 16px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag, .g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 91px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], 
.g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 101px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag, .g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 83px;
}

.start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 93px;
}

.start-register .intl-tel-input .country-list .country .dial-code, .g-form .intl-tel-input .country-list .country .dial-code {
  color: inherit;
}

.start-register .g-text-small, .g-form .g-text-small {
  opacity: 0.6;
  text-align: left !important;
}

.start-register .wpcf7-form-control-wrap:before, .g-form .wpcf7-form-control-wrap:before {
  content: '';
}

@media (max-width: 1099.98px) {
 
}

@media (max-width: 767.98px) {
  .start-register .s-form-row, .g-form .s-form-row {
    flex-direction: column;
  }

  .start-register .s-form-col-2, .g-form .s-form-col-2 {
    width: 100%;
  }

  .sf-footer p {
    flex-direction: column;
  }

  .start-register .btn-promocode, .g-form .btn-promocode {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .start-register .wpcf7-submit, .g-form .wpcf7-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    vertical-align: unset;
    font-family: inherit;
    width: 8px;
    height: 8px;
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 5px;
    margin-left: 6px;
}

@media (min-width: 1101px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@media (max-width: 1100px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .cs-link-dropdown {
        display: flex!important;
    }

    .cs-nav.notvisible {
        display: none !important;
    }

    .cs-nav .nav-item {
        display: block !important;
    }
}

.middle-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #005038;
  color: #fff;
  padding: 40px;
  margin-bottom: 20px;
 }
  .middle-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .middle-card__label {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-radius: 30px;
    border: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    white-space: nowrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 41px; }
    .middle-card__label_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 14px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .middle-card__label.orange {
      color: #FFFFFF;
      border: none;
      background: -webkit-linear-gradient(345.44deg, #FF3D00 32.23%, #FE6B00 70.71%);
      background: -o-linear-gradient(345.44deg, #FF3D00 32.23%, #FE6B00 70.71%);
      background: linear-gradient(104.56deg, #FF3D00 32.23%, #FE6B00 70.71%);
      -webkit-transition: background .4s ease-in-out;
      -o-transition: background .4s ease-in-out;
      transition: background .4s ease-in-out; }
    .middle-card__label.outline {
      color: #FF3D00;
      border-color: #FF3D00; }
  .middle-card__title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7142rem;
    line-height: 1.7;
    text-align: center; }
  .middle-card__footer {
    display: flex;
    gap: 14px;
    font-size: 24px;
    font-weight: 500;
     }
    .middle-card__footer p {
      margin-bottom: 0; }
  /*  .middle-card__footer_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      }*/
    .middle-card__footer.old-price p {
      text-decoration: line-through; }
    .middle-card__footer.new-price {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #FF3D00; }
  .middle-card__svg {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .middle-card__svg path {
      fill: #FF3D00;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .middle-card--hover:hover {
    color: #FFFFFF;
    background: -webkit-linear-gradient(345.44deg, #FF3D00 32.23%, #FE6B00 70.71%);
    background: -o-linear-gradient(345.44deg, #FF3D00 32.23%, #FE6B00 70.71%);
    background: linear-gradient(104.56deg, #FF3D00 32.23%, #FE6B00 70.71%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .middle-card--hover:hover .course-card__label {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .middle-card--hover:hover .course-card__label.orange {
        border: none;
        color: #FF3D00;
        background: #FFFFFF;
        -webkit-transition: background .4s ease-in-out;
        -o-transition: background .4s ease-in-out;
        transition: background .4s ease-in-out; }
      .middle-card--hover:hover .course-card__label.outline {
        color: #FFFFFF;
        border-color: #FFFFFF; }
    .middle-card--hover:hover .course-card__svg path {
      fill: #FFFFFF;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .middle-card--hover:hover .old-price {
      color: #DFDBD8;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .middle-card--hover:hover .new-price {
      color: #FFFFFF;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.iti-mobile .intl-tel-input .country-list {
  top: 0;
}

@media (max-width: 767.98px) {
  .middle-card {
    height: auto;
  }
}

.sign-in__block {
  display: flex;
  align-items: center;
  gap: 25px;
}
.sign-in {
  display: block;
}
.sign-in img {
    max-width: 76px;
}
.sign-in__block_mob {
  display: none;
  align-items: center;
  gap: 18px;
}

.sign-in__block .btn {
  padding: 16px 22px;
}

@media (max-width: 1100px) {
  .sign-in__block_mob {
    display: flex;
  }

  .burger-menu {
    width: 34px;
    height: 34px;
  }

  .btn-burger {
    display: block;
    margin-left: 0;
  }

  .icon {
    height: 5px;
    width: 34px;
    top: 21px;
  }

  .icon:before {
    top: -10px;
    height: 5px;
    width: 34px;
  }
  .icon:after {
    top: 10px;
    height: 6px;
    width: 34px;
  }
}
@media (max-width: 768px) {

  .burger-menu {
    width: 24px;
    height: 18px;
    padding: 0;
  }

  .icon {
    height: 3px;
    width: 24px;
    top: 9px;
  }

  .icon:before {
    top: -8px;
    height: 3px;
    width: 24px;
  }
  .icon:after {
    top: 8px;
    height: 3px;
    width: 24px;
  }
}

@media (max-width: 1279.98px) {
    .sign-in__block .btn {
      display: none;
    }
    
    .learning-steps-col {
        width: 170px;
        height: 171px;
    }

    .learning-steps-col::before {
        width: 172px;
        height: 87px;
    }

    .learning-steps-col:first-child::before {
        width: 481px;
    }

    .learning-steps-col:last-child::after {
        width: 306px;
        height: 87px;
    }

    .register_img {
      width: 330px;
    }
}

@media (max-width: 1099.98px) {
  h2, .h2 {
      font-size: 32px;
      letter-spacing: -0.96px;
  }

  h3, .h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .font-3 {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .g-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .real-prodject-list {
    margin-bottom: 120px;
  }

  .learning-steps-col, .start-stages-item {
      width: 150px;
      height: 150px;
  }

  .learning-steps .learning-steps-col::before, .start-stages .start-stages-item::before {
      width: 152px;
      height: 77px;
  }

  .learning-steps-col:last-child::after, 
  .start-stages .el-4 .start-stages-item:last-child::after, 
  .start-stages .el-3 .start-stages-item:last-child::after, 
  .start-stages .el-2 .start-stages-item:last-child::before,
  .start-stages .el-3 .start-stages-item:first-child::after, 
  .start-stages .el-2 .start-stages-item:first-child::after {
    height: 77px;
  }

  .learning-steps-icon {
      width: 112px;
      height: 111.067px;
      font-size: 32px;
  }

  .ls-text {
      font-size: 16px;
      letter-spacing: -0.48px;
      width: 170px;
  }

  .learning-steps-row {
      flex-wrap: wrap;
      max-width: 506px;
      margin-left: auto;
      margin-right: auto;
      row-gap: 113px;
  }

  .learning-steps-col:first-child::before {
      width: 424px;
  }

  .learning-steps-col:nth-child(3)::before {
      background-image: url("/wp-content/themes/foxminded/icon/general/ellipse-right-tablet.png");
      width: 424px;
  }

  .learning-steps-col:nth-child(4)::before {
      width: 424px;
      background-image: url("/wp-content/themes/foxminded/icon/general/ellipse-left.svg");
      top: 0;
      right: 0;
      left: unset;
      bottom: unset;
  }

  .learning-steps-col:nth-child(4) .ls-text {
      bottom: unset;
      top: 95%;
  }

  .learning-steps-col:nth-child(5)::before {
      background-image: url("/wp-content/themes/foxminded/icon/general/dashed-ellipse-bt.svg");
      bottom: 0;
      top: unset;
  }

  .learning-steps-col:nth-child(5) .ls-text {
      top: unset;
      bottom: 95%;
  }

  .learning-steps-col:last-child::after {
      display: none;
  }

  .learning-steps-col:nth-child(6)::before {
      width: 424px;
      background-image: url("/wp-content/themes/foxminded/icon/general/ellipse-right-tablet.png");
      top: 0;
      bottom: unset;
  }

  .learning-steps-col:nth-child(6) .ls-text {
      bottom: unset;
      top: 95%;
  }

  .main-faq {
      margin-bottom: 120px;
  }

  .accordion-title span {
      font-size: 14px;
  }

  .accordion-title-text {
      font-size: 20px;
      letter-spacing: -0.6px;
      margin-left: 12px;
  }

  .accordion-item .accordion__content {
    padding: 16px 50px;
  }

  .accordion-project .accordion-item .accordion__content {
    padding: 16px 24px;
  }

  .register_img {
    background-size: 75px;
    width: 225px;
    flex-shrink: 0;
  }

  .s-form-wrap {
    margin-left: 30px;
    margin-right: 30px;
    flex-shrink: unset;
  }

  .start-register .s-form-col-2, .g-form .s-form-col-2 {
      width: calc(50% - 8px);
  }

  .start-register .s-form-row, .g-form .s-form-row {
    column-gap: 16px;
  }

  .start-register .s-form-col, .g-form .s-form-col {
    margin-bottom: 8px;
  }

  .start-register input[type="text"], .start-register input[type="email"], .start-register input[type="tel"], .m-select-selected,
  .g-form input[type="text"], .g-form input[type="email"], .g-form input[type="tel"], .label-file {
    font-size: 16px;
    letter-spacing: -0.48px;
    height: 42.5px;
  }

  .label {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .course-promo {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .course-promo .promo__label {
    padding-left: 0;
    max-width: 100%;
  }

  .course-promo .g-row, .course-program .g-row {
    flex-direction: column;
    gap: 40px;
  }

  .title-with-icon {
    gap: 16px;
  }

  .title-with-icon svg {
    width: 74px;
    height: 74px;
  }

  .skills__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .g-list-round li {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .cp-details {
    display: flex;
    gap: 20px;
  }

  .cp-duration, .cp-level {
    flex: 1;
  }

  .g-list-round li {
    align-items: start;
  }

  .cp-duration span, .cp-level span, .cp-level a {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .course-price-block .g-row {
    gap: 16px;
  }

  .course-card {
    padding: 20px;
    min-height: 308px;
    justify-content: start;
    gap: 20px;
  }

  .course-card__label {
    font-size: 12px;
    letter-spacing: -0.36px;
    padding: 8px 20px;
  }

  .course-card__footer_wrap {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }

  .course-card__footer_wrap .btn {
    width: 100%;
    margin-top: auto;
  }

  .course-card-price {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .course-card-price .old-price {
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: -0.36px;
  }

  .tariff-difference .program__course_wrap {
    padding: 30px;
  }

  .tariff-difference .accordion__title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .tariff-difference .font-1 {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  .tariff-difference .g-row {
    gap: 40px;
  }

  .steps-education {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .course-author {
    padding: 40px 0;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .course-author-photo {
    width: 254px;
    height: 254px;
    margin-right: 16px;
  }

  .course-author-info {
    margin-top: 20px;
    padding: 24px;
  }

  .course-author-descr {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .course-author-btns {
      margin-top: 40px;
  }

  .author-social {
    width: 44px;
    height: 44px;
  }

  .author-socials {
      gap: 8px;
  }

  .author-social svg {
    max-width: 24px;
  }
  
  .subscribe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subscribe img {
    max-width: 244px;
  }

  .subscribe-form {
    margin-top: 20px;
  }

  .subscribe-form .subscribe-input, .subscribe-button {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .subscribe-button {
    margin-left: 8px;
  }

  .subscribe-form .subscribe-input {
    max-width: calc(100% - 140px);
    padding: 20px;
  }

  .subscribe-form-wrap {
    max-width: calc(50% - 5px);
  }
}

@media (max-width: 991.98px) {
  .course-link {
    font-size: 14px;
    letter-spacing: -0.42px;
    padding: 10px 16px;
  }

  .accordion__title {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  .accordion-item .accordion__title::after {
    width: 26px;
    height: 26px;
  }

  .accordion-project .accordion__arrow img {
    max-width: 40px;
  }

  .accordion-project-text strong {
    font-size: 18px;
  }

  .font-5 {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .main-reviews-item {
      width: 254px;
  }

  .main-review-name, .full-review-name {
      font-size: 20px;
      letter-spacing: -0.6px;
  }

  .main-review-cat {
      font-size: 12px;
      letter-spacing: -0.36px;
      margin-top: 8px;
  }

  .main-review-text {
      margin-top: 20px;
      font-size: 14px;
      letter-spacing: -0.42px;
  }

  .main-rev-nav {
      margin-top: 20px;
      column-gap: 44px;
  }

  .main-rev-prev, .main-rev-next {
      width: 60px;
      height: 60px;
  }

  .main-full-review {
      max-width: 704px;
      padding: 30px 40px 40px 78px;
  }

  .full-review-text::before {
      left: -48px;
  }

  .steps-education .container-inner {
    flex-direction: column;
    gap: 40px;
  }

  .se-text-wrap {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .se-text-wrap .h2, .se-text-wrap .font-3 {
    flex: 1;
  }

  .se-wrap {
    width: 100%;
  }

  .se-item .font-1 {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  .footer-row-1 {
    grid-template-columns: auto auto auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__contact {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 4;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .footer-phones {
    grid-template-columns: auto auto;
    column-gap: 40px;
  }

  .social-row {
    column-gap: 20px;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .g-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .ln-divider {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .real-prodject-list {
    margin-bottom: 80px;
  }

  .header__nav .container, .header__nav.fixed .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .course-author, .start-result, .start-price, .start-seo, .start-register {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .course-author .container, .course-author-wrap {
    flex-direction: column;
    align-items: center;
  }

  .course-author-photo {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .course-author .h2 {
    font-size: 25px;
    letter-spacing: -0.75px;
  }

  .learning-steps-head {
      flex-direction: column;
      row-gap: 20px;
  }

  .main-reviews-head {
      flex-direction: column;
      row-gap: 20px;
  }

  .main-full-review {
      max-width: calc(100% - 32px);
      padding: 24px 8px 24px 24px;
  }

  .full-review-text {
      overflow-y: auto;
      max-height: calc(100vh - 140px);
      padding-right: 16px;

  }

  .full-review-text::before {
      position: relative;
      left: unset;
      margin-bottom: 8px;
  }

  .close-full-review {
      top: 10px;
      right: 10px;
  }

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

  .accordion-title-text {
      font-size: 16px;
      letter-spacing: -0.48px;
      margin-left: 8px;
  }

  .accordion-item .accordion__content {
    padding: 16px 44px;
  }

  .title-with-icon {
    flex-wrap: wrap;
  }

  .title-with-icon .h2 {
    max-width: 100%;
    font-size: 25px;
    letter-spacing: -0.75px;
  }

  .title-with-icon svg {
    width: 64px;
    height: 64px;
  }

  .font-3 {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .program__course_wrap {
    padding: 30px 24px;
  }

  .accordion__body {
    padding-left: 0;
    padding-right: 20px;
  }

  .accordion-project {
    margin-left: -16px;
    margin-right: -16px;
  }

  .accordion-project .mentor_info {
    padding: 0;
  }

  .accordion-project .accordion-item .accordion__content {
    padding: 16px;
  }

  .accordion-project .accordion-title {
    padding: 24px 16px;
  }

  .accordion-project-text strong {
    font-size: 16px;
  }

  .skills__list, .cp-details {
    display: block;
  }

  .steps-education {
      margin-top: 80px;
      margin-bottom: 80px;
  }

  .subscribe {
    padding-bottom: 30px;
  }

  .subscribe .container {
    flex-direction: column;
  }

  .subscribe-form-wrap {
    max-width: 100%;
    margin-top: 40px;
  }

  .footer-row-2 {
    grid-template-columns: auto;
    row-gap: 12px;
  }

  .start-register-wrap, .course-price-block .g-row {
    flex-direction: column;
  }

  .register_img {
    height: 195px;
    width: 100%;
    background-size: 65px;
  }

  .s-form-wrap {
    max-width: 100%;
    margin: 40px 24px;
  }

  .start-register h2 {
    margin-bottom: 14px;
  }

  .start-register .s-form-col, .g-form .s-form-col {
    margin-bottom: 6px;
  }

  .start-register .s-form-col-2, .g-form .s-form-col-2 {
    width: 100%;
  }

  .start-register input[type="text"], .start-register input[type="email"], .start-register input[type="tel"], .m-select-selected,
  .g-form input[type="text"], .g-form input[type="email"], .g-form input[type="tel"], .label-file {
    font-size: 14px;
    letter-spacing: -0.42px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 36.8px;
  }

  .start-register .intl-tel-input.separate-dial-code .selected-flag, .start-register .apply-promocode,
  .g-form .intl-tel-input.separate-dial-code .selected-flag {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag, .g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 80px;
  }

  .start-register .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
  .g-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
    padding-left: 83px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .m-select-items .m-option:after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .tariff-difference .program__course_wrap {
    padding: 30px 20px;
  }

  .tariff-difference .font-1 {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  .tariff-difference .divider {
    width: 100%;
    height: 1px;
  }

  .tariff-difference .g-row {
    gap: 30px;
  }

  .se-text-wrap {
    flex-direction: column;
    align-items: start;
  }

  .se-text-wrap .font-3 {
    max-width: 244px;
  }

  .steps-education .container-inner {
    gap: 30px;
  }

  .se-item {
    width: 100%;
  }

  .se-item:nth-child(3) {
    order: unset;
  }

  .se-item:first-child::after, .se-item:nth-child(2)::after, .se-item:nth-child(3)::after {
    top: 100%;
    right: calc(50% - 8px);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid;
    left: unset;
  }

  .se-item .font-3 {
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}

@media (max-width: 575.98px) {
  h2, .h2 {
    font-size: 28px;
    letter-spacing: -0.82px; 
  }
  .course-author-btns {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
  }

  .course-author-btns .btn {
    width: 100%;
  }

  .author-social {
      width: 48px;
      height: 48px;
  }
  
  .start-stages {
    overflow: hidden;
    padding-bottom: 50px;
  }

  .learning-steps-row, .start-stages-row {
      position: relative;
      flex-direction: column;
      row-gap: 0;
      margin-top: 52px;
  }

  .learning-steps-col, .start-stages-item {
      width: 124px;
      height: 118px;
  }

  .learning-steps-col::before, .start-stages-item::before {
      display: none;
  }
  .learning-steps-col:last-child::after, .start-stages .el-4 .start-stages-item:last-child::after, .start-stages .el-3 .start-stages-item:last-child::after, .start-stages .el-2 .start-stages-item:last-child::before, .start-stages .el-3 .start-stages-item:first-child::after, .start-stages .el-2 .start-stages-item:first-child::after {
    display: none;
  }

  .learning-steps-row::after, .start-stages-row::after {
      content: '';
      display: block;
      background-image: url("/wp-content/themes/foxminded/icon/general/dashed-elipse-mob.svg");
      width: 119px;
      height: 777px;
      top: -9px;
      position: absolute;
  }

  .learning-steps-icon {
      width: 86px;
      height: 85px;
      font-size: 25px;
  }

  .ls-text {
      width: 100px;
  }

  .ls-even .ls-text {
      top: unset !important;
      bottom: unset !important;
      right: 100%;
      text-align: right;
  }

  .ls-odd .ls-text {
      bottom: unset !important;
      top: unset !important;
      left: 100%;
      text-align: left;
  }

  .main-reviews-btns {
      column-gap: 8px;
  }

  .main-reviews .btn-icon span {
      max-width: 62px;
      text-wrap: wrap;
      text-align: left;
  }

  .main-reviews-item {
      width: 244px;
  }

  .main-review-name {
      font-size: 16px;
      letter-spacing: -0.48px;
  }

  .main-review-cat {
      margin-top: 4px;
  }

  .main-review-text {
      margin-top: 16px;
      margin-bottom: 20px;
  }

  .main-review-cat {
      padding: 8px 16px;
  }

  .main-rev-prev, .main-rev-next {
      width: 54px;
      height: 54px;
  }

  .sale-text::before, .sale-text::after {
    display: none;
  }

  .label{
    font-size: 14px;
    letter-spacing: -0.42px;
    padding: 8px 16px;
  }

  .accordion__title {
    font-size: 16px;
    padding: 15px 0;
  }

  .accordion-item .accordion__title::after {
    width: 22px;
    height: 22px;
  }

  .footer-row-1 {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 30px
  }

  .footer__nav, .contact-msg {
    grid-template-columns: 1fr 1fr;
  }

  .footer__contact {
    margin-top: 0;
    padding: 20px;
  }

  .footer-phones {
    grid-template-columns: 1fr;
  }

  .social-row {
    flex-direction: column;
    row-gap: 8px;
  }

  .social-msg {
    width: 44px;
    height: 44px;
  }

  .popup__window {
    padding: 20px 16px 70px 16px;
  }

  .modal__popup-text {
    font-size: 14px;
  }

  .popup__close {
    top: 10px;
    right: 12px;
    display: block;
    width: 28px;
    height: 28px;
  }

  .popup__window::after {
    width: 216px;
    height: 57px;
  }
}

/*Mentors Junior*/
.mp-mentors h2 {
    margin-bottom: 40px;
}

.mp-mentors-inner {
    padding: 40px;
    position: relative;
}

.mp-mentors .course-link {
    margin-right: 8px;
    margin-bottom: 8px;
}

.mp-mentors .main-rev-prev {
    background: #D9D9D9;
    border-color: #D9D9D9;
}

.mp-mentors .mentors-nav {
    gap: 40px;
}

.mp-mentors .open-mf {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.mentors_popup {
    max-width: 640px;
}
.course-mentors {
    margin-top: 160px;
    margin-bottom: 160px;
}
.course-mentors .container-inner {
    position: relative;
}

.mentors__wrap {
    margin-top: 40px;
}

.course-mentors .mentors__item {
    flex-direction: row-reverse;
}

.mentors__item {
    align-items: center;
}

.mentor_photo {
    /*width: 412px;*/
    flex-shrink: 0;
}

.mentor_info {
    padding: 40px;
    /*width: calc(100% - 412px);*/
}

.mentor_photo img {
    max-width: 100%;
    width: 360px;
    object-fit: cover;
    height: 360px;
    border-radius: 100%;
    background-color: #D9D9D9;
}

.mentor_expiriance {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 60px;
}

.mentor-description {
  margin-top: 40px;
}

.course-mentors .mentors-nav {
    position: absolute;
    top: -7px;
    right: 0;
    gap: 15px;
}

@media (max-width: 1099.98px) {
    .course-mentors {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .mentor_photo img {
        width: 270px;
        height: 270px;
    }

    .mentor_info {
        padding: 24px;
        /*width: calc(100% - 270px);*/
    }

    .mentor_info .position, .mentor-description {
        font-size: 14px;
        letter-spacing: -0.42px;
    }

    .experience__img {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }

    .experience_val {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .mentor_expiriance {
        gap: 40px;
    }
}

@media (max-width: 991.98px) {
    .mp-mentors-inner {
        padding: 40px 0;
    }

    .mp-mentors .open-mf {
        position: relative;
        margin-left: auto;
        bottom: unset;
        margin-top: 40px;
        right: unset;
    }

    .mp-mentors .nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 767.98px) {
    .mp-mentors .open-mf {
        margin-right: auto;
    }

    .mp-mentors .nav {
        margin-right: -16px;
    }
    .course-mentors {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .mentors__wrap {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mentors__item, .course-mentors .mentors__item {
        flex-direction: column;
        
    }

    .mentor_photo {
        /*width: 100%;*/
        padding: 16px 16px 4px 16px;
    }

    .mentor_info {
        width: 100%;
        padding: 16px;
    }

    .mentor_info .h3, .mentor_info .position {
      text-align: center;
    }

    .course-mentors .mentors-nav {
        position: relative;
        top: unset;
        margin-top: 20px;
        justify-content: center;
        gap: 44px;
    }

    .mentor_expiriance {
      margin-top: 24px;
      margin-bottom: 24px;
    }

    .mentor-description {
      margin-top: 24px;
    }

    .experience_val {
        font-size: 16px;
        letter-spacing: -0.48px;
    }
}
/*End Mentors Junior*/

/*Why Foxminded*/
.why-us {
    margin-top: 160px;
    margin-bottom: 160px;
}

.why-us h2 {
    max-width: 411px;
    margin-top: 55px;
}

.why-us-head {
    column-gap: 110px;
}

.why-us-row {
    padding: 64px;
}

.why-us-item {
    width: 50%;
    padding: 47px;
    border-top: 1px solid #fff;
}

.why-us-item:first-child {
    border-top: none;
}

.why-us-title {
    font-family: "Menorah Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.72px;
    max-width: 399px;
}

.why-us-item-head {
    column-gap: 16px;
    margin-bottom: 24px;
}

.why-us-item p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .why-us-item:nth-child(2) {
        border-top: none;
    }

    .why-us-item:nth-child(even) {
        border-left: 1px solid #fff;
    }

    .why-us-row::before {
        content: '';
        display: block;
        width: 156.002px;
        height: 173.653px;
        bottom: -50px;
        left: -32px;
        position: absolute;
        background-image: url('/wp-content/themes/foxminded/img/general/fox-paws.png');
        background-size: contain;
        bottom: -70px;
        left: -94px;
    }

    .why-us-row::after {
        content: '';
        display: block;
        width: 206px;
        height: 299.483px;
        right: -101.58px;
        bottom: -70px;
        position: absolute;
        background-image: url('/wp-content/themes/foxminded/img/general/fox-tail.png');
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .why-us-row::before {
        width: 202px;
        height: 225px;
        bottom: -70px;
        left: -94px;
    }

    .why-us-row::after {
        width: 349px;
        height: 508px;
        bottom: -92px;
        right: -172px;
    }
}

@media (max-width: 1279.98px) {
    .why-us-head {
        column-gap: 60px;
    }
}

@media (max-width: 1099.98px) {
    .why-us {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .why-us-head {
        column-gap: 0;
    }

    .why-us h2 {
        max-width: 254px;
        margin-top: 25px;
    }

    .why-us-head  img {
        max-width: 328px;
    }

    .why-us-row {
        padding: 60px;
    }

    .why-us-item {
        padding: 50px 16px;
    }

    .why-us-item-head {
        column-gap: 8px;
        margin-bottom: 20px;
    }

    .why-us-item-head img {
        width: 28px;
        height: 28px;
    }

    .why-us-title {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .why-us-item:first-child, .why-us-item:nth-child(2) {
        padding-top: 0;
    }

    .why-us-item:nth-child(5), .why-us-item:nth-child(6) {
        padding-bottom: 0;
    }

    .why-us-item:nth-child(6) .why-us-title {
        height: 44px;
    }
}

@media (max-width: 776.98px) {
    .why-us-item:nth-child(2) .why-us-title {
        height: 66px;
    }
}

@media (max-width: 767.98px) {
    .why-us {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .why-us-head {
        flex-direction: column;
    }

    .why-us-head {
        flex-direction: column;
    }

    .why-us h2 {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .why-us-head img {
        margin-left: auto;
        margin-right: auto;
    }

    .why-us-row {
        padding: 50px 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .why-us-item {
        width: 100%;
        padding: 40px 16px;
    }

    .why-us-item:nth-child(2) {
        padding-top: 40px;
    }

    .why-us-item:nth-child(5) {
        padding-bottom: 40px;
    }

    .why-us-item .why-us-title {
        height: auto !important;
    }
}
/*End Why Foxminded*/

/*Table Comparison*/
.table-comparison .tc-row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 196px 1fr 1fr;
    column-gap: 20px;
    align-items: center;
}

.table-comparison  .tc-col-head {
    padding: 32px 10px;
    align-self: stretch;
}

.table-comparison .tc-col-icon {
    padding: 16px 0;
    border-bottom: 1px solid rgba(24, 34, 45, 0.2);
}

@media (max-width: 920px) {
    .table-comparison .tc-row {
        grid-template-columns: 164px 1fr 1fr;
        column-gap: 16px;
    }

    .table-comparison  .font-2 {
        font-size: 16px;
        letter-spacing: -0.48px;
    }

    .table-comparison .tc-col-icon svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 767.98px) {
    .table-comparison .tc-row {
        grid-template-columns: 160px 1fr 1fr;
        column-gap: 8px;
    }

    .table-comparison .tc-col-head {
        padding: 20px 10px;
    }

    .table-comparison  .tc-col-head span {
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }

    .table-comparison  .font-2 {
        font-size: 14px;
        letter-spacing: -0.42px;
    }
}
/*End Table Comparison*/

/*Career Counseling*/
.page-template-page-listcourse .career-counseling .h2 {
    text-align: center;
}
.counseling-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.counseling-col {
    padding: 24px;
}

.counseling-num {
    width: 80px;
}

.counseling-text {
    padding-left: 80px;
    margin-top: 16px;
}

@media (max-width: 1099.98px) {
    .counseling-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .counseling-num {
        width: 60px;
    }

    .counseling-text {
        padding-left: 60px;
    }
}

@media (max-width: 767.98px) {
    .counseling-row {
        grid-template-columns: 1fr;
    }

    .counseling-text {
        margin-top: 10px;
    }
}
/*End Career Counseling*/

/*FrontEnd Block*/
.course-comparison {
  margin-top: 80px;
  margin-bottom: 80px;
}

.course-comparison .nav-tab {
  font-size: 16px;
  letter-spacing: -0.48px;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 32px;
  display: block;
  font-weight: 500;
}

.course-comparison .nav-tab.active {
  color: #fff;
  background: #005038;
}
.comparison-head {
  padding: 50px 90px;
}

.comparison-head .container-inner {
  align-items: center;
}

.comparison-title {
  min-width: 196px;
  margin-right: 20px;
}

.comparison-text {
  max-width: 750px;
}

.comparison-body {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
}

.comparison-body:first-child {
  padding-top: 60px;
}

.comparison-list {
  color: rgba(24, 34, 45, 0.6);
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  row-gap: 20px;
  padding-left: 216px;
}

.comparison-list li {
  display: flex;
  gap: 16px;
  max-width: 330px;
}

.comparison-list li:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/foxminded/icon/general/list-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.comparison-list.minus-list li:before {
  background-image: url(/wp-content/themes/foxminded/icon/general/list-minus.svg);
}

.course-comparison .h2 {
  margin-bottom: 60px;
}

@media (max-width: 1279.98px) {
  .comparison-list {
    padding-left: 0;
  }
}

@media (max-width: 1099.98px) {
  .course-comparison {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .course-comparison .h2 {
    margin-bottom: 40px;
  }

  .comparison-head {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .comparison-head .container-inner {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .comparison-text {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  .comparison-body {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .course-comparison .ln-divider {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .comparison-list {
    column-gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .course-comparison .promo__label {
    gap: 4px;
  }

  .course-comparison .nav-tab {
    font-size: 14px;
    letter-spacing: -0.42px;
    padding: 16px 26px;
  }

  .comparison-head, .comparison-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-list {
    grid-template-columns: 1fr;
  }

  .comparison-list li {
    max-width: 100%;
  }
}
/*End FrontEnd Block*/

/*Courses-hub Block*/
.courses-hub-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.courses-hub-col {
  padding: 24px;
  font-size: 16px;
}

.ch-title {
  font-family: "Menorah Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.96px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.ch-start .ch-title {
    min-height: 64px;
}

.ch-title span {
  font-size: 20px;
  display: block;
}

.ch-from {
  margin-bottom: 20px;
  min-height: 19px;
}

.courses-hub .course-card__label_wrap {
  margin-bottom: 40px;
}

.courses-hub .btn {
  margin-top: 20px;
}

.ch-price-old {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    margin-top: 4px;
}

.ch-bottom {
  margin-top: 40px;
}

.ch-price-col {
  gap: 12px;
}

.ch_bonus svg {
  margin-bottom: 4px;
}

.ch-add-text {
  font-size: 13px;
  opacity: 0.8;
}

.menu__course_info {
  padding-top: 60px;
  padding-bottom: 60px;
}

.menu__course_text {
  max-width: 844px;
  font-size: 20px;
}

.page-template-page-listcourse .courses-hub {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (max-width: 1099.98px) {
  .courses-hub-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .courses-hub-row {
    grid-template-columns: 1fr;
  }

  .ch-title {
    min-height: auto;
  }

  .menu__course_wrap {
    display: none;
  }

  .menu__course_info {
    padding-bottom: 40px;
  }

  .menu__course_text {
    font-size: 16px;
  }
}
/*End courses-hub Block*/

/*Events*/
.main-events-row {
    margin-top: 40px;
    gap: 20px;
}

.events {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}

.main-events-item, .events__item {
    flex: 1;
    background: #fff;
    min-height: 400px;
}

.main-events-item {
  max-width: 417px;
}

.event-img {
    width: 100%;
    /*height: 264px;*/
}

.event-img img {
    width: 100%;
    max-width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

.event-title {
    font-family: "Menorah Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.48px;
    padding: 16px;
}

.event-details {
    margin-top: auto;
    padding: 16px;
    column-gap: 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.event-date::before {
    content: url('/wp-content/themes/foxminded/icon/general/event-date.svg');
    margin-right: 8px;
    line-height: 1;
}

.event-time::before {
    content: url('/wp-content/themes/foxminded/icon/general/event-time.svg');
    margin-right: 8px;
    line-height: 1;
}

@media (max-width: 1099.98px) {
    .main-events-row {
        margin-top: 30px;
        column-gap: 16px;
        overflow-x: auto;
    }

    .events {
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 40px;
    }

    .events__item {
      min-height: auto;
    }

    .main-events-row::-webkit-scrollbar {
      display: none;
    }

    .main-events-row {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .main-events-item {
        height: auto;
        width: 344px;
        flex: none;
    }

    .event-img {
        /*height: 200px;*/
    }
}

@media (max-width: 767.98px) {
  .events {
    grid-template-columns: 1fr;
  }
  .main-events-item {
      width: 244px;
  }
  .event-img {
     /* height: 180px;*/
  }
  .main-events-row {
      gap: 8px;
      margin-right: -16px;
  }
}

@media (max-width: 575.98px) {
  .main-events-head {
      flex-direction: column;
      gap: 20px;
  }
}
/*End Events*/

/*General page form*/

.general-page-form {
  margin-top: 160px;
  margin-bottom: 160px;
}

.general-page-form .container-inner {
  padding: 70px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

.start-register-icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-right: 20px;
}

.general-page-form .container-inner::after {
  content: '';
  display: block;
  height: 240px;
  width: 100px;
  background-image: url(/wp-content/themes/foxminded/img/general/fox-head-rt.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% - 10px);
  bottom: calc(50% - 120px);
  z-index: -1;
}

.general-page-form .container-inner::before {
  content: '';
  display: block;
  width: 120px;
  height: 135px;
  position: absolute;
  background-image: url(/wp-content/themes/foxminded/img/general/fox-paws.png);
  background-size: contain;
  bottom: 90px;
  right: calc(100% - 15px);
  transform: rotate(35deg);
}

.form-text-list {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .general-page-form {
    margin-bottom: 120px;
  }

  .general-page-form .container-inner {
    padding: 40px 24px;
    gap: 0;
  }

  .general-page-form .col-text {
    padding-right: 40px;
  }

  .general-page-form .form-text-list {
      font-size: 16px;
  }

  .start-register-icon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }

  .start-register-icon img {
    max-width: 20px;
  }

  .general-page-form .container-inner::before {
    display: none;
  }

  .general-page-form .container-inner::after {
    background-image: url(/wp-content/themes/foxminded/img/general/fox-head.png);
    width: 328px;
    height: 126px;
    bottom: 90%;
    left: unset;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .general-page-form {
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .general-page-form .container-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .general-page-form .col-text {
    padding-right: 0;
  }

  .general-page-form .container-inner::after {
    width: 250px;
    height: 95px;
    bottom: calc(100% - 35px);
  }

}
/*End General page form*/

/*Main courses slider*/
.main-courses-wrap {
  max-width: 540px;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  align-content: center;
}

.main-course-icon {
  height: 64px;
  flex-shrink: 0;
}

.main-course-icon.type-1 {
  width: 100px;
}

.main-course-icon.type-2 {
  width: 140px;
}

.main-course-icon.salesforce {
  background: #0070D7;
}

.main-course-icon.salesforce:hover {
  background: #0256A4;
}

.main-course-icon.go {
  background: #00ACD7;
}

.main-course-icon.go:hover {
  background: #00A2CA;
}

.main-course-icon.angular {
  background: #DC0000;
}

.main-course-icon.angular:hover {
  background: #AB1717;
}

.main-course-icon.csharp {
  background: #1D005A;
}

.main-course-icon.python {
  background: #20618A;
}

.main-course-icon.python:hover {
  background: #1D005A;
}

.main-course-icon.qa {
  background: #FF9900;
}

.main-course-icon.qa:hover {
  background: #D88203;
}

.main-course-icon.node {
  background: #539E43;
}

.main-course-icon.node:hover {
  background: #098C06;
}

.main-course-icon.js {
  background: #E8CE00;
}

.main-course-icon.js:hover {
  background: #BFAB0B;
}

.main-course-icon.ui {
  background: #F65900;
}

.main-course-icon.ui:hover {
  background: #CC4A00;
}

.main-course-icon.android {
  background: #0FAE0C;
}

.main-course-icon.android:hover {
  background: #098C06;
}

.main-course-icon.cplus {
  background: #20618A;
}

.main-course-icon.cplus:hover {
  background: #1D5C85;
}

.main-course-icon.react {
  background: #61DAFB;
}

.main-course-icon.react:hover {
  background: #4EABC5;
}

.main-course-icon.php {
  background: #6182B8;
}

.main-course-icon.php:hover {
  background: #4268A6;
}

.main-course-icon.ios {
  background: #403B3B;
}

.main-course-icon.ios:hover {
  background: #040404;
}

.main-course-icon.java {
  background: #DC0000;
}

.main-course-icon.java:hover {
  background: #AB1717;
}

.main-course-icon.unity {
  background: #8720A1;
}

.main-course-icon.unity:hover {
  background: #5F1273;
}

.main-course-cat {
  position: relative;
}

.main-course-menu {
  display: none;
  column-gap: 10px;
  position: absolute;
  bottom: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}

.main-course-cat.cat-open .main-course-menu {
  display: flex;
}

.main-course-menu-java .main-course-icon {
  width: 74px;
}

.main-course-icon.java-start {
  background: #F65900;
}

.main-course-icon.java-tools {
  background: #0070D7;
}

.main-course-icon.java-spring {
  background: #0FAE0C;
}

.main-course-icon.csharp-start {
  background: #0070D7;
}

.main-course-icon.csharp-junior {
  background: #0FAE0C;
}

.main-course-close {
  cursor: pointer;
  position: absolute;
  left: 100%;
  bottom: 100%;
}

.main-course-item.is-open {
   -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  /*opacity: 0.05;*/
  pointer-events: none;
}

.main-course-item.is-open .main-course-icon {
  background: #cfd0d0;
}

.main-course-item.is-open .main-course-icon img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.main-courses-row {
  margin-top: 40px;
  column-gap: 30px;
}

.main-courses-info {
  max-width: 628px;
  font-size: 21px;
}

.main-courses-info .btn {
  margin: 20px 0;
}

.mc_bottom_text {
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 1279.98px) {
  .main-courses-wrap {
      gap: 16px;
      max-width: 528px;
  }

  .main-courses-info {
      max-width: 522px;
      font-size: 21px;
      font-size: 18px;
  }

  .mc_bottom_text {
      font-size: 20px;
  }
}

@media (max-width: 1099.98px) {
  .main-courses-row {
      margin-top: 20px;
      flex-direction: column;
  }

  .main-courses-info {
      order: 2;
      margin-top: 80px;
      max-width: 100%;
  }

  .main-courses-wrap {
      max-width: 100%;
      flex-wrap: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;
      position: absolute;
      left: 0;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  .main-courses-wrap::-webkit-scrollbar {
    display: none;
  }

  .main-course-icon {
      height: 60px;
  }

  .main-course-icon.type-2 {
      width: 120px;
  }

  .main-course-icon.type-1 {
      width: 80px;
  }

  .main-course-cat>.main-course-icon {
      display: none !important;
  }

  .main-course-menu {
      display: flex;
      position: relative;
      transform: unset;
      left: unset;
      bottom: unset;
  }

  .main-course-menu-java .main-course-icon {
      width: 80px;
  }

  .main-course-icon img {
      transform: scale(0.85);
  }
}

@media (max-width: 767.98px) {
  .mc_bottom_text {
      font-size: 18px;        }
}

@media (max-width: 575.98px) {
  .main-course-icon {
      height: 54px;
  }

  .main-courses-info {
      margin-top: 74px;
      font-size: 16px;
  }

  .main-courses-info .btn-primary {
      width: 100%;
  }
}

/*End Main courses slider*/

/*Main about methodology*/
.about-methodology {
  margin-top: 70px;
  background-color: #005038;
  background-image: url('/wp-content/themes/foxminded/img/general/about-methodology-bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.about-methodology .container {
  column-gap: 103px;
}

.about-methodology-img {
  width: 391px;
  position: relative;
}

.about-methodology-img img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
}

.about-methodology-info {
  background-color: #005038;
  max-width: 736px;
  padding: 50px;
}

.about-methodology-text {
  font-size: 16px;
  opacity: 0.6;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 1279.98px) {
  .about-methodology .container {
      column-gap: 30px;
  }

  .about-methodology-info {
      padding: 60px;
      max-width: 690px;
  }
}

@media (max-width: 1099.98px) {
  .about-methodology {
      background-size: auto 284px;
  }
  .about-methodology .container {
      flex-direction: column;
      align-items: center;
  }

  .about-methodology-img {
      width: 271px;
      height: 284px;
  }
}

@media (max-width: 767.98px) {
  .about-methodology-info {
      padding: 36px 0;
  }
}

@media (max-width: 575.98px) {
  .about-methodology-btns {
      flex-direction: column;
      gap: 16px;
      align-items: center;
  }

  .about-methodology-btns .btn {
      min-width: 200px;
  }

  .about-methodology-text {
      font-size: 14px;
      margin-top: 16px;
      margin-bottom: 40px;
  }
}

/*End Main about methodology*/

/*Study formats*/
.sf-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.sf-col {
  padding: 40px 24px;
}

.sf-col .btn {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.sf-col .subtitle {
  margin-top: 16px;
  margin-bottom: 20px;
}

.sf-col .description {
  margin-bottom: 40px;
}

@media (max-width: 1099.98px) {
 .sf-row {
      grid-template-columns: 1fr 1fr;
  } 
}

@media (max-width: 991.98px) {
  .sf-row {
      gap: 16px;
  }

  .sf-col .subtitle {
      font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .sf-row {
      grid-template-columns: 1fr;
  } 
}
/*End Study formats*/

/*Main social list*/
.mp-social-list {
  margin-top: 40px;
  gap: 32px;
  padding: 24px;
  background: #fff;
  justify-content: space-evenly;
}

.mp-social-el {
  width: 75px;
  height: 75px;
  background-color: #005038;
  border: 3px solid #005038;
  border-radius: 100%;
  flex-shrink: 0;
}

.mp-social-el svg {
  height: 28px;
  width: auto;
  max-width: 28px;
}

.mp-social-el:hover {
  background-color: transparent;
}

.mp-social-el:hover svg {
  fill: #005038;
}

@media (max-width: 767.98px) {
  .mp-social-list {
    margin-top: 24px;
    gap: 8px;
    padding: 16px 8px;
  }

  .mp-social-el {
    width: 40px;
      height: 40px;
  }

  .mp-social-el svg {
    height: 16px;
    width: auto;
    max-width: 16px;
  }
}

@media (max-width: 575.98px) {
  .mp-social .font-1 {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
}
/*End Main social list*/

/*All Courses Top*/
.course_cats {
  margin-top: 60px;
  margin-bottom: 80px;
}

.course_cats_wrap {
  gap: 8px;
  flex-wrap: wrap;
}

.course_cats a {
  display: block;
  padding: 12px 15px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-wrap: nowrap;
}

.cat_head {
  margin-bottom: 160px;
}

.cat_head_text {
  width: 50%;
  font-size: 20px;
  padding: 30px;
}

.cat_head_text .h2 {
  margin-bottom: 40px;
}

.cat_head_text strong {
  font-weight: 500;
}

.cat_head_img {
  width: 50%;
}

.cat_head_img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1099.98px) {
  .cat_head {
      margin-bottom: 120px;
  }

  .cat_head_row {
      flex-direction: column;
  }

  .cat_head_img {
      width: 100%;
  }

  .cat_head_text {
      width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cat_head {
      margin-bottom: 80px;
  }
  
  .course_cats {
      margin-top: 50px;
      margin-bottom: 40px;
  }

  .cat_head_text {
      font-size: 16px;
      padding: 20px;
  }

  .cat_head_text .h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .course_cats_wrap {
      overflow-x: auto;
      flex-wrap: nowrap;
      margin-right: -16px;
  }

  .course_cats_wrap::-webkit-scrollbar {
    display: none;
  }
}
/*End All Courses Top*/

/*Contact page*/
.contact_page {
  padding-top: 80px;
  padding-bottom: 120px;
}

.contact_page .h2 {
  margin-bottom: 60px;
}

.contactp-col-left {
  width: 35%;
  padding-right: 9%;
  margin-right: 9%;
  border-right: 1px solid rgba(24, 34, 45, 0.2);
}

.contactp-col-right {
  width: 65%;
}

.text-underline {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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

.contactp-emails {
  justify-content: space-between;
  gap: 30px;
}

.contactp-info {
  max-width: 325px;
}

.contactp-info-row:nth-child(2), .contactp-info-row:nth-child(3) {
  margin-top: 60px;
}

.contactp-address {
  background: #18222D;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contactp-divider {
  color: rgba(24, 34, 45, 0.8);
}

.contactp-address .map {
  width: 58%;
}

.contactp-address .address-col {
  margin-bottom: 60px;
}

.contactp-address .address-col, .contactp-address .time-col {
  position: relative;
  padding-left: 52px;
}

.contactp-address .address-col::before, .contactp-address .time-col::before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url('/wp-content/themes/foxminded/icon/general/location.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
}

.contactp-address .time-col::before {
  background-image: url('/wp-content/themes/foxminded/icon/general/workhours.svg');
}

@media (max-width: 1099.98px) {
  .contact_page {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .contact_page .h2 {
      margin-bottom: 40px;
  }

  .contactp-col-left {
      padding-right: 30px;
      margin-right: 30px;
  }

  .contactp-address {
      padding-top: 32px;
      padding-bottom: 70px;
  }
}

@media (max-width: 920px) {
  .contactp-row {
      flex-direction: column;
  }

  .contactp-col-left, .contactp-col-right {
      width: 100%;
  }

  .contactp-col-left {
      margin-right: 0;
      padding-right: 0;
      margin-bottom: 60px;
      padding-bottom: 60px;
      border-right: none;
      border-bottom: 1px solid rgba(24, 34, 45, 0.2);
  }

  .contactp-col-left .contact__info {
      display: flex;
      gap: 30px;
  }

  .contactp-col-left .contactp-info-row, .contactp-emails .contactp-info {
      width: calc(50% - 15px);
      max-width: unset;
  }

  .contactp-info-row:nth-child(2), .contactp-info-row:nth-child(3) {
      margin-top: 40px;
  }

  .contactp-col-left .contactp-info-row:nth-child(2) {
      margin-top: 0;
  }

  .contactp-address-row {
      flex-direction: column;
      gap: 40px;
  }

  .contactp-address .map {
      width: 100%;
  }

  .schedule_row {
      display: flex;
      column-gap: 50px;
  }

  .shedule__wrap .g-text-body, .shedule__wrap td:nth-child(2n) {
      font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .contactp-emails, .contactp-col-left .contact__info, .schedule_row {
      flex-direction: column;
  }

  .contactp-col-left .contactp-info-row, .contactp-emails .contactp-info {
      width: 100%;
  }

  .contactp-address .address-col::before, .contactp-address .time-col::before {
      width: 28px;
      height: 28px;
  }

  .contactp-address .address-col, .contactp-address .time-col {
      padding-left: 42px;
  }

  .contactp-address .address-col {
      margin-bottom: 40px;
  }
}
/*End Contact page*/

/*Interview about*/
.interview-about {
  margin-top: 80px;
  margin-bottom: 160px;
}

.interview-about .skills__list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.g-list-round li {
  align-items: start;
}

@media (max-width: 1099.98px) {
  .interview-about {
      margin-top: 60px;
      margin-bottom: 120px;
  }

  .interview-about .skills__list {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .interview-about {
      margin-bottom: 80px;
  }

  .interview-about .skills__list {
      grid-template-columns: 1fr;
  }
}
/*End Interview about*/

/*Interwiev mentors*/
 .interwiev_mentors .container{
  padding-top: 60px;
  padding-bottom: 60px;
}

.interwiev_mentors .u-nav-v1-1 {
  border-bottom: 1px solid rgba(0, 80, 56, 0.2);
  flex-wrap: nowrap;
  overflow: auto;
}

.interwiev_mentors .u-nav-v1-1::-webkit-scrollbar {
display: none;
}

.interwiev_mentors .nav-tab {
  font-size: 16px;
  letter-spacing: -0.48px;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 32px;
  display: block;
  font-weight: 500;
  width: max-content;
  background: #D9D9D9;
}

.nav-tab.active {
  color: #fff;
  background: #005038;
}

.interwiev_mentors .mentors-nav {
  justify-content: center;
  margin-top: 40px;
  column-gap: 40px;
}

.interwiev_mentors .main-rev-prev {
  background: #D9D9D9;
  border-color: #D9D9D9;
}

@media (max-width: 1099.98px) {
  .interwiev_mentors {
      background-color: #fff;
  }

  .interwiev_mentors .container {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .interwiev_mentors .mentors__wrap {
      margin-top: 4px;
  }
}

@media (max-width: 767.98px) {
  .interwiev_mentors .nav-tab {
      font-size: 14px;
      padding: 16px 28px;
  }

  .interwiev_mentors .u-nav-v1-1 {
      margin-right: -16px;
  }
}
/*END Interwiev mentors*/

/*Course price*/
.price-note {
  max-width: 800px;
}

.page-template-page-career-counseling .price-note {
  width: 412px;
  padding: 40px 24px;
  height: fit-content;
  background: #fff;
  max-width: 50%;
}

.terms-learn-wrap {
  width: fit-content;
}

.terms-learn {
  padding: 40px;
}

@media (max-width: 1099.98px) {
  .terms-learn, .page-template-page-career-counseling .price-note {
    padding: 20px;
  }

  .note img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .terms-learn-wrap, .page-template-page-career-counseling .price-note {
    width: 100%;
    max-width: 100%;
  }
}
/*End Course price*/

/*Frontend mentors*/
.frontend-mentors .h2 {
  margin-bottom: 40px;
}

.frontend-mentors.course-mentors .mentors-nav {
  top: 0;
}

.frontend-mentors .tab-content > .tab-pane {
  overflow: visible;
}

.frontend-mentors .mentors__wrap {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .frontend-mentors .h2 {
    margin-bottom: 20px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
/*END Frontend mentors*/

/*Main FAQ*/
.faq_consultation {
  padding: 32px;
  width: 412px;
  margin-top: 8px;
  flex-shrink: 0;
}

.faq_h4_mob {
  display: none;
}

.main-faq-body {
  gap: 20px;
}

.faq_consultation img {
  max-width: 250px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.faq_consultation .btn {
  margin-left: auto;
  margin-right: auto;
}

.faq_consultation_popup {
  position: relative;
  margin: auto;
  width: calc(100% - 64px);
  max-width: 920px;
}

.fcp_img {
  display: flex;
  padding: 40px 50px;
}

.fcp_img img {
  max-width: 290px;
}

.fcp_info {
  padding: 40px;
}

.faq_consultation_popup .g-form {
  margin-top: 30px;
}

.close_fcp {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (max-width: 1099.98px) {
  .faq_consultation {
      width: 330px;
  }
}

@media (max-width: 991.98px) {
  .main-faq-body {
      flex-direction: column;
  }

  .faq_consultation {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 40px;
      justify-content: space-evenly;
      padding: 0 16px;
  }

  .faq_h4_desk {
      display: none;
  }

  .faq_h4_mob {
      display: block;
      margin-bottom: 20px;
  }

  .faq_consultation img {
      max-width: 170px;
      margin-top: 20px;
      margin-bottom: 20px;
  }

  .faq_consultation_popup {
      max-width: 720px;
  }

  .fcp_img img {
      max-width: 195px;
  }
}

@media (max-width: 767.98px) {
  .faq_consultation {
      flex-direction: column;
      gap: 0;
      padding-bottom: 30px;
  }

  .faq_h4_mob {
      margin-bottom: 12px;
  }

  .fcp_img {
      display: none;
  }

  .faq_consultation_popup {
      width: auto;
      max-width: calc(100% - 32px);
  }

  .fcp_info {
      padding: 40px 24px;
  }

  .close_fcp svg {
      width: 32px;
      height: 32px;
  }
}
/*END Main FAQ*/

/*Mentoring Bonus*/
.mentoring-bonus {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mb-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mb-col {
  padding: 36px;
}

.mentoring-bonus .btn {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mb-title {
  margin-bottom: 60px;
  gap: 8px;
}

@media (max-width: 1099.98px) {
  .mb-row {
    gap: 16px;
  }

  .mb-col {
    padding: 20px;
  }

  .mentoring-bonus .font-1 {
    font-size: 18px;
  }

  .mentoring-bonus .font-2, .mentoring-bonus .font-3 {
    font-size: 16px;
  }

  .mentoring-bonus svg {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 767.98px) {
  .mentoring-bonus {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .mb-row {
    grid-template-columns: 1fr;
  }

  .mentoring-bonus svg {
    width: 20px;
    height: 20px;
  }

  .mb-title {
    margin-bottom: 20px;
    gap: 4px;
  }

  .mentoring-bonus .h2 {
    font-size: 20px;
  }
}
/*End Mentoring Bonus*/

/*promoBanner */
.promoBanner {
  position: fixed;
  bottom: 16px;
  z-index: 10;
}

.promoBanner-btn {
  display: none;
  border-radius: 100%;
  padding: 5px;
}

.promoBanner-content {
  padding: 8px;
  position: relative;
  display: flex;
}

.promoBanner-text, .promoBanner-end span, .countdown-num {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.promoBanner-text {
  margin-left: 90px;
}

.promoBanner-content img {
  width: 76px;
  margin-right: 14px;
  position: absolute;
  bottom: 0;
}

.countdown {
  display: flex;
  gap: 8px;
}

.promoBanner-end {
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 1099.98px) {
  .promoBanner-end span {
      display: none;
  }

  .promoBanner-content .btn {
      display: none;
  }

  .promoBanner-btn {
      display: block;
  }
}

@media (max-width: 920px) {
  .promoBanner-content img {
      display: none;
  }

  .promoBanner-text {
      margin-left: 0;
      margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  .promoBanner {
      bottom: 0;
  }

  .promoBanner-content {
      margin-left: -16px;
      margin-right: -16px;
  }

  .promoBanner-end {
      display: none;
  }

  .promoBanner-btn {
      margin-left: auto;
  }

  .promoBanner-text {
      font-size: 16px;
  }
}
/*End promoBanner*/

.useful-links {
  gap: 40px;
}

.section-offerta {
  font-size: 16px;
}

.section-offerta h6 {
  font-size: 16px;
  margin-bottom: 5px;
}