@charset "UTF-8";
/*
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license

  Copyright (c) 2013 Daniel Eden

  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../../../dist/fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.h-h2 {
  font-size: 38px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;

  color: var(--primary-color);
}

.h2-sticky {
  color: var(--primary-color);

  width: 100%;
  margin-bottom: 24px;

  font-family: var(--font-outfit);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -2%;

  @media (min-width: 1024px) {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h-h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .h-h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

:root {
  --banner-height: 40px;

  /* Colors */
  --primary-color: #001745;
  --secondary-color: #F1EDEA;
  --terciary-color: #B6E1F9;

  --bg-primary-color: #001745;
  --bg-secondary-color: #0136C2;

  --purple-color: #632985;
  --orange-color: #F5991C;
  --green-color: #B9FFF4;
  --white-color: #FFFFFF;

  /* Tokens */
  --color-content-high: hsla(220, 100%, 14%, 1);
  --color-content-mid: hsla(220, 100%, 14%, 0.7);
  --color-content-low: hsla(220, 100%, 14%, 0.4);
  --color-content-inverse: hsla(0, 0%, 100%, 1);

  --color-background-high: hsla(220, 100%, 14%, 1);
  --color-background-mid: hsla(220, 100%, 14%, 0.15);
  --color-background-low: hsla(220, 100%, 14%, 0.05);
  --color-background-base: hsla(0, 0%, 100%, 1);
  --color-background-alt: hsla(26, 20%, 93%, 1);
  --color-background-overlay: hsla(220, 20%, 14%, 0.8);

  --color-border-high: hsla(220, 100%, 14%, 1);
  --color-border-mid: hsla(220, 100%, 14%, 0.25);
  --color-border-low: hsla(220, 100%, 14%, 0.1);

  --color-primary-hover: #001745B2;
  /* 70% opacity */

  --color-primary-mid: #205AE3;
  --color-primary-mid-hover: #205AE3CC;
  --color-primary-mid-pressed: #205AE399;
  --color-primary-low: #E0E2FF;

  --color-secondary-mid: #FFD001;
  --color-secondary-low: #FFF7D6;

  --color-danger-mid: #DD3222;
  --color-danger-low: #FFECEB;

  --color-success-mid: #528A61;
  --color-success-low: #E5F2EB;

  --color-aqua-mid: #04CFB5;
  --color-aqua-low: #B9FFF4;

  --color-purple-mid: #9F6CFF;
  --color-purple-low: #CEB3FF;

  --color-red-mid: #EE4F38;
  --color-red-low: #FFB3A8;

  --color-yellow-mid: #FFB601;
  --color-yellow-low: #FFE39B;

  --color-sky-mid: #5FDCFF;
  --color-sky-low: #ADEDFF;

  /* Fonts */
  --font-outfit: 'Outfit', 'Arial', sans-serif;

  /* Margins */
  --margin-header: 140px;
  --margin-header-mobile: 126px;

  --margin-header-home: calc(104px + var(--banner-height));
  --margin-header-home-mobile: calc(88px + var(--banner-height));
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1024px) {
  html {
    overscroll-behavior-y: none;
  }
}

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

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

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

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

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

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

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

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

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

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

  font-size: 17px;
  font-family: var(--font-outfit);
  line-height: 1.2em;
  color: var(--color-primary-hover);

  list-style: circle;

  @media (min-width: 1024px) {
    font-size: 18px;
  }

  li {
    color: var(--color-primary-hover);
  }
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #2632bc;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 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;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a>code {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs,
.col-xxs-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto,
.col-ml-1,
.col-ml-2,
.col-ml-3,
.col-ml-4,
.col-ml-5,
.col-ml-6,
.col-ml-7,
.col-ml-8,
.col-ml-9,
.col-ml-10,
.col-ml-11,
.col-ml-12,
.col-ml,
.col-ml-auto,
.col-mml-1,
.col-mml-2,
.col-mml-3,
.col-mml-4,
.col-mml-5,
.col-mml-6,
.col-mml-7,
.col-mml-8,
.col-mml-9,
.col-mml-10,
.col-mml-11,
.col-mml-12,
.col-mml,
.col-mml-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.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: 320px) {
  .col-xxs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-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 {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

td,
th {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

tr:first-child th {
  background-color: #f3f3f3;
}

tr:nth-child(even):not(:first-child) {
  background-color: #fafafa;
}

tr:hover td {
  background-color: rgba(0, 0, 0, 0.075);
}

.form-control,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (prefers-reduced-motion: reduce) {

  .form-control,
  .search-form .search-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.search-form .search-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value,
.search-form select.search-field: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-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.search-form .input-group-sm>.form-control-plaintext.search-field,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.search-form .input-group-sm>.input-group-prepend>.form-control-plaintext.search-submit,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.search-form .input-group-sm>.input-group-append>.form-control-plaintext.search-submit,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.search-form .input-group-lg>.form-control-plaintext.search-field,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.search-form .input-group-lg>.input-group-prepend>.form-control-plaintext.search-submit,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.search-form .input-group-lg>.input-group-append>.form-control-plaintext.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.search-form .input-group-sm>.search-field,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.search-form .input-group-sm>.input-group-prepend>.search-submit,
.input-group-sm>.input-group-append>.btn,
.search-form .input-group-sm>.input-group-append>.search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.form-control-lg,
.input-group-lg>.form-control,
.search-form .input-group-lg>.search-field,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.search-form .input-group-lg>.input-group-prepend>.search-submit,
.input-group-lg>.input-group-append>.btn,
.search-form .input-group-lg>.input-group-append>.search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.form-group,
.search-form label {
  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 {
  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;
}

.form-inline,
.search-form {
  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,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 667px) {

  .form-inline label,
  .search-form 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,
  .search-form .form-group,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    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,
  .search-form .form-control,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

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

  .form-inline .form-check,
  .search-form .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,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

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

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

.btn,
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (prefers-reduced-motion: reduce) {

  .btn,
  .search-form .search-submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.search-form .search-submit:hover,
.btn:focus,
.search-form .search-submit:focus {
  text-decoration: none;
}

.btn:focus,
.search-form .search-submit:focus,
.btn.focus,
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.btn.disabled,
.search-form .disabled.search-submit,
.btn:disabled,
.search-form .search-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #323fd6;
  border-color: #2a38d1;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a38d1;
  border-color: #2835c6;
}

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

.btn-secondary,
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

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

.btn-secondary.disabled,
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #525ddc;
  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: #525ddc;
  border-color: #525ddc;
}

.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(82, 93, 220, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #525ddc;
  background-color: transparent;
}

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

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

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

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

.btn-sm,
.btn-group-sm>.btn,
.search-form .btn-group-sm>.search-submit {
  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 screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #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-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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

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

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

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

.dropdown-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: #f8f9fa;
}

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

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

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

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

.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,
.search-form .btn-group>.search-submit,
.btn-group-vertical>.btn,
.search-form .btn-group-vertical>.search-submit {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group>.btn:hover,
.search-form .btn-group>.search-submit:hover,
.btn-group-vertical>.btn:hover,
.search-form .btn-group-vertical>.search-submit:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.search-form .btn-group>.search-submit:focus,
.btn-group>.btn:active,
.search-form .btn-group>.search-submit:active,
.btn-group>.btn.active,
.search-form .btn-group>.active.search-submit,
.btn-group-vertical>.btn:focus,
.search-form .btn-group-vertical>.search-submit:focus,
.btn-group-vertical>.btn:active,
.search-form .btn-group-vertical>.search-submit:active,
.btn-group-vertical>.btn.active,
.search-form .btn-group-vertical>.active.search-submit {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .search-form .search-submit+.btn,
.search-form .btn-group .search-submit+.btn,
.btn-group .search-form .btn+.search-submit,
.search-form .btn-group .btn+.search-submit,
.btn-group .search-form .search-submit+.search-submit,
.search-form .btn-group .search-submit+.search-submit,
.btn-group .btn+.btn-group,
.btn-group .search-form .search-submit+.btn-group,
.search-form .btn-group .search-submit+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .search-form .btn-group+.search-submit,
.search-form .btn-group .btn-group+.search-submit,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .search-form .search-submit+.btn,
.search-form .btn-group-vertical .search-submit+.btn,
.btn-group-vertical .search-form .btn+.search-submit,
.search-form .btn-group-vertical .btn+.search-submit,
.btn-group-vertical .search-form .search-submit+.search-submit,
.search-form .btn-group-vertical .search-submit+.search-submit,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .search-form .search-submit+.btn-group,
.search-form .btn-group-vertical .search-submit+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .search-form .btn-group+.search-submit,
.search-form .btn-group-vertical .btn-group+.search-submit,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.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:first-child,
.search-form .btn-group>.search-submit:first-child {
  margin-left: 0;
}

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

.btn-group>.btn:not(:first-child),
.search-form .btn-group>.search-submit:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn,
.search-form .btn-group>.btn-group:not(:first-child)>.search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.dropdown-toggle-split::after,
.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,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.search-form .btn-group-vertical>.search-submit+.btn,
.search-form .btn-group-vertical>.btn+.search-submit,
.search-form .btn-group-vertical>.search-submit+.search-submit,
.btn-group-vertical>.btn+.btn-group,
.search-form .btn-group-vertical>.search-submit+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.search-form .btn-group-vertical>.btn-group+.search-submit,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.search-form .btn-group-vertical>.search-submit:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.search-form .btn-group-toggle>.search-submit,
.btn-group-toggle>.btn-group>.btn,
.search-form .btn-group-toggle>.btn-group>.search-submit {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -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,
.search-form .input-group>.search-field,
.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%;
  margin-bottom: 0;
}

.input-group>.form-control:focus,
.search-form .input-group>.search-field:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
  z-index: 3;
}

.input-group>.form-control+.form-control,
.search-form .input-group>.search-field+.form-control,
.search-form .input-group>.form-control+.search-field,
.search-form .input-group>.search-field+.search-field,
.input-group>.form-control+.custom-select,
.search-form .input-group>.search-field+.custom-select,
.input-group>.form-control+.custom-file,
.search-form .input-group>.search-field+.custom-file,
.input-group>.custom-select+.form-control,
.search-form .input-group>.custom-select+.search-field,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.search-form .input-group>.custom-file+.search-field,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:not(:last-child),
.search-form .input-group>.search-field:not(:last-child),
.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.search-form .input-group>.search-field:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -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,
.input-group>.custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group-prepend .btn,
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .search-form .search-submit+.btn,
.search-form .input-group-prepend .search-submit+.btn,
.input-group-prepend .search-form .btn+.search-submit,
.search-form .input-group-prepend .btn+.search-submit,
.input-group-prepend .search-form .search-submit+.search-submit,
.search-form .input-group-prepend .search-submit+.search-submit,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .search-form .search-submit+.input-group-text,
.search-form .input-group-prepend .search-submit+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .search-form .input-group-text+.search-submit,
.search-form .input-group-prepend .input-group-text+.search-submit,
.input-group-append .btn+.btn,
.input-group-append .search-form .search-submit+.btn,
.search-form .input-group-append .search-submit+.btn,
.input-group-append .search-form .btn+.search-submit,
.search-form .input-group-append .btn+.search-submit,
.input-group-append .search-form .search-submit+.search-submit,
.search-form .input-group-append .search-submit+.search-submit,
.input-group-append .btn+.input-group-text,
.input-group-append .search-form .search-submit+.input-group-text,
.search-form .input-group-append .search-submit+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .search-form .input-group-text+.search-submit,
.search-form .input-group-append .input-group-text+.search-submit {
  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>.input-group-prepend>.btn,
.search-form .input-group>.input-group-prepend>.search-submit,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.search-form .input-group>.input-group-append:not(:last-child)>.search-submit,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group>.input-group-append:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

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

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

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

.custom-select:focus {
  border-color: #bcc0f1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(188, 192, 241, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(188, 192, 241, 0.5);
}

.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 {
  opacity: 0;
}

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: #bcc0f1;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-file-input:focus~.custom-file-label::after {
  border-color: #bcc0f1;
}

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  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(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #e6e8fa;
}

.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: #525ddc;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #e6e8fa;
}

.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;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #e6e8fa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  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:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 319.98px) {

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

@media (min-width: 320px) {
  .navbar-expand-xxs {
    -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-xxs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (max-width: 567.98px) {

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

@media (min-width: 568px) {
  .navbar-expand-xs {
    -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-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (max-width: 666.98px) {

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

@media (min-width: 667px) {
  .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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .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 {
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .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: 991.98px) {

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .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: 1199.98px) {

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

@media (max-width: 1439.98px) {

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

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    -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-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (max-width: 1599.98px) {

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

@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    -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-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (max-width: 1799.98px) {

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

@media (min-width: 1800px) {
  .navbar-expand-ml {
    -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-ml .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

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

@media (max-width: 1999.98px) {

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

@media (min-width: 2000px) {
  .navbar-expand-mml {
    -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-mml .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

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

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

  .navbar-expand-mml .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 {
  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 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#breadcrumbs:has(span) {
  color: #fff;
  padding: 6px 16px;
  font-family: var(--font-outfit);
  font-size: 12px;
  transition: all .3s ease-in-out;

  position: relative;
  z-index: -2;

  >span {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    line-height: 20px;

    color: var(--primary-color);

    >img {
      width: 20px;
      height: 20px;
      transform: rotate(180deg);
    }

    strong {
      font-weight: 400;
    }
  }
}

.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:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

.card-title {
  margin-bottom: 8px;
}

.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-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .card-group {
    -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:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .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 .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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 {
  display: inline-block;
  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: #525ddc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #2632bc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #525ddc;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2a38d1;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

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

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

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

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

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

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 667px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #2b3072;
  background-color: #dcdff8;
  border-color: #cfd2f5;
}

.alert-primary hr {
  border-top-color: #babef1;
}

.alert-primary .alert-link {
  color: #1d204d;
}

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

@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;
  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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #525ddc;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (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: progress-bar-stripes 1s linear infinite;
  -o-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -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;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #2b3072;
  background-color: #cfd2f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #2b3072;
  background-color: #babef1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2b3072;
  border-color: #2b3072;
}

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

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 667px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (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,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -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 {
  position: relative;
  -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;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #525ddc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a38d1 !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: #525ddc !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 {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -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: 320px) {
  .d-xxs-none {
    display: none !important;
  }

  .d-xxs-inline {
    display: inline !important;
  }

  .d-xxs-inline-block {
    display: inline-block !important;
  }

  .d-xxs-block {
    display: block !important;
  }

  .d-xxs-table {
    display: table !important;
  }

  .d-xxs-table-row {
    display: table-row !important;
  }

  .d-xxs-table-cell {
    display: table-cell !important;
  }

  .d-xxs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 568px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 667px) {
  .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: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -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: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -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 (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1800px) {
  .d-ml-none {
    display: none !important;
  }

  .d-ml-inline {
    display: inline !important;
  }

  .d-ml-inline-block {
    display: inline-block !important;
  }

  .d-ml-block {
    display: block !important;
  }

  .d-ml-table {
    display: table !important;
  }

  .d-ml-table-row {
    display: table-row !important;
  }

  .d-ml-table-cell {
    display: table-cell !important;
  }

  .d-ml-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-ml-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 2000px) {
  .d-mml-none {
    display: none !important;
  }

  .d-mml-inline {
    display: inline !important;
  }

  .d-mml-inline-block {
    display: inline-block !important;
  }

  .d-mml-block {
    display: block !important;
  }

  .d-mml-table {
    display: table !important;
  }

  .d-mml-table-row {
    display: table-row !important;
  }

  .d-mml-table-cell {
    display: table-cell !important;
  }

  .d-mml-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-mml-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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 320px) {
  .flex-xxs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xxs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 568px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 667px) {
  .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;
    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;
    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;
    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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
  .flex-ml-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-ml-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-ml-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-ml-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-ml-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-ml-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-ml-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-ml-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-ml-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-ml-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-ml-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-ml-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-ml-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-ml-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-ml-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-ml-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-ml-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 2000px) {
  .flex-mml-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-mml-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-mml-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-mml-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-mml-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-mml-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-mml-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-mml-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-mml-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-mml-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-mml-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-mml-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-mml-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-mml-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-mml-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-mml-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-mml-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-mml-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-mml-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-mml-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-mml-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-mml-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-mml-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-mml-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-mml-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-mml-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-mml-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-mml-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-mml-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-mml-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-mml-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-mml-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-mml-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-mml-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 320px) {
  .float-xxs-left {
    float: left !important;
  }

  .float-xxs-right {
    float: right !important;
  }

  .float-xxs-none {
    float: none !important;
  }
}

@media (min-width: 568px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}

@media (min-width: 667px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important;
  }

  .float-xxxl-right {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }
}

@media (min-width: 1800px) {
  .float-ml-left {
    float: left !important;
  }

  .float-ml-right {
    float: right !important;
  }

  .float-ml-none {
    float: none !important;
  }
}

@media (min-width: 2000px) {
  .float-mml-left {
    float: left !important;
  }

  .float-mml-right {
    float: right !important;
  }

  .float-mml-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .m-xxs-0 {
    margin: 0 !important;
  }

  .mt-xxs-0,
  .my-xxs-0 {
    margin-top: 0 !important;
  }

  .mr-xxs-0,
  .mx-xxs-0 {
    margin-right: 0 !important;
  }

  .mb-xxs-0,
  .my-xxs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxs-0,
  .mx-xxs-0 {
    margin-left: 0 !important;
  }

  .m-xxs-1 {
    margin: 0.25rem !important;
  }

  .mt-xxs-1,
  .my-xxs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxs-1,
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxs-1,
  .my-xxs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxs-1,
  .mx-xxs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxs-2 {
    margin: 0.5rem !important;
  }

  .mt-xxs-2,
  .my-xxs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxs-2,
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxs-2,
  .my-xxs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxs-2,
  .mx-xxs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxs-3 {
    margin: 1rem !important;
  }

  .mt-xxs-3,
  .my-xxs-3 {
    margin-top: 1rem !important;
  }

  .mr-xxs-3,
  .mx-xxs-3 {
    margin-right: 1rem !important;
  }

  .mb-xxs-3,
  .my-xxs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxs-3,
  .mx-xxs-3 {
    margin-left: 1rem !important;
  }

  .m-xxs-4 {
    margin: 1.5rem !important;
  }

  .mt-xxs-4,
  .my-xxs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxs-4,
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxs-4,
  .my-xxs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxs-4,
  .mx-xxs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxs-5 {
    margin: 3rem !important;
  }

  .mt-xxs-5,
  .my-xxs-5 {
    margin-top: 3rem !important;
  }

  .mr-xxs-5,
  .mx-xxs-5 {
    margin-right: 3rem !important;
  }

  .mb-xxs-5,
  .my-xxs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxs-5,
  .mx-xxs-5 {
    margin-left: 3rem !important;
  }

  .p-xxs-0 {
    padding: 0 !important;
  }

  .pt-xxs-0,
  .py-xxs-0 {
    padding-top: 0 !important;
  }

  .pr-xxs-0,
  .px-xxs-0 {
    padding-right: 0 !important;
  }

  .pb-xxs-0,
  .py-xxs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxs-0,
  .px-xxs-0 {
    padding-left: 0 !important;
  }

  .p-xxs-1 {
    padding: 0.25rem !important;
  }

  .pt-xxs-1,
  .py-xxs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxs-1,
  .px-xxs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxs-1,
  .py-xxs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxs-2 {
    padding: 0.5rem !important;
  }

  .pt-xxs-2,
  .py-xxs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxs-2,
  .px-xxs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxs-2,
  .py-xxs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxs-3 {
    padding: 1rem !important;
  }

  .pt-xxs-3,
  .py-xxs-3 {
    padding-top: 1rem !important;
  }

  .pr-xxs-3,
  .px-xxs-3 {
    padding-right: 1rem !important;
  }

  .pb-xxs-3,
  .py-xxs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }

  .p-xxs-4 {
    padding: 1.5rem !important;
  }

  .pt-xxs-4,
  .py-xxs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxs-4,
  .px-xxs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxs-4,
  .py-xxs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxs-5 {
    padding: 3rem !important;
  }

  .pt-xxs-5,
  .py-xxs-5 {
    padding-top: 3rem !important;
  }

  .pr-xxs-5,
  .px-xxs-5 {
    padding-right: 3rem !important;
  }

  .pb-xxs-5,
  .py-xxs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }

  .m-xxs-auto {
    margin: auto !important;
  }

  .mt-xxs-auto,
  .my-xxs-auto {
    margin-top: auto !important;
  }

  .mr-xxs-auto,
  .mx-xxs-auto {
    margin-right: auto !important;
  }

  .mb-xxs-auto,
  .my-xxs-auto {
    margin-bottom: auto !important;
  }

  .ml-xxs-auto,
  .mx-xxs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 568px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.25rem !important;
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }

  .m-xs-2 {
    margin: 0.5rem !important;
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }

  .m-xs-3 {
    margin: 1rem !important;
  }

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }

  .m-xs-4 {
    margin: 1.5rem !important;
  }

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }

  .m-xs-5 {
    margin: 3rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.25rem !important;
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }

  .p-xs-2 {
    padding: 0.5rem !important;
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }

  .p-xs-3 {
    padding: 1rem !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }

  .p-xs-4 {
    padding: 1.5rem !important;
  }

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }

  .p-xs-5 {
    padding: 3rem !important;
  }

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 667px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1800px) {
  .m-ml-0 {
    margin: 0 !important;
  }

  .mt-ml-0,
  .my-ml-0 {
    margin-top: 0 !important;
  }

  .mr-ml-0,
  .mx-ml-0 {
    margin-right: 0 !important;
  }

  .mb-ml-0,
  .my-ml-0 {
    margin-bottom: 0 !important;
  }

  .ml-ml-0,
  .mx-ml-0 {
    margin-left: 0 !important;
  }

  .m-ml-1 {
    margin: 0.25rem !important;
  }

  .mt-ml-1,
  .my-ml-1 {
    margin-top: 0.25rem !important;
  }

  .mr-ml-1,
  .mx-ml-1 {
    margin-right: 0.25rem !important;
  }

  .mb-ml-1,
  .my-ml-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-ml-1,
  .mx-ml-1 {
    margin-left: 0.25rem !important;
  }

  .m-ml-2 {
    margin: 0.5rem !important;
  }

  .mt-ml-2,
  .my-ml-2 {
    margin-top: 0.5rem !important;
  }

  .mr-ml-2,
  .mx-ml-2 {
    margin-right: 0.5rem !important;
  }

  .mb-ml-2,
  .my-ml-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-ml-2,
  .mx-ml-2 {
    margin-left: 0.5rem !important;
  }

  .m-ml-3 {
    margin: 1rem !important;
  }

  .mt-ml-3,
  .my-ml-3 {
    margin-top: 1rem !important;
  }

  .mr-ml-3,
  .mx-ml-3 {
    margin-right: 1rem !important;
  }

  .mb-ml-3,
  .my-ml-3 {
    margin-bottom: 1rem !important;
  }

  .ml-ml-3,
  .mx-ml-3 {
    margin-left: 1rem !important;
  }

  .m-ml-4 {
    margin: 1.5rem !important;
  }

  .mt-ml-4,
  .my-ml-4 {
    margin-top: 1.5rem !important;
  }

  .mr-ml-4,
  .mx-ml-4 {
    margin-right: 1.5rem !important;
  }

  .mb-ml-4,
  .my-ml-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-ml-4,
  .mx-ml-4 {
    margin-left: 1.5rem !important;
  }

  .m-ml-5 {
    margin: 3rem !important;
  }

  .mt-ml-5,
  .my-ml-5 {
    margin-top: 3rem !important;
  }

  .mr-ml-5,
  .mx-ml-5 {
    margin-right: 3rem !important;
  }

  .mb-ml-5,
  .my-ml-5 {
    margin-bottom: 3rem !important;
  }

  .ml-ml-5,
  .mx-ml-5 {
    margin-left: 3rem !important;
  }

  .p-ml-0 {
    padding: 0 !important;
  }

  .pt-ml-0,
  .py-ml-0 {
    padding-top: 0 !important;
  }

  .pr-ml-0,
  .px-ml-0 {
    padding-right: 0 !important;
  }

  .pb-ml-0,
  .py-ml-0 {
    padding-bottom: 0 !important;
  }

  .pl-ml-0,
  .px-ml-0 {
    padding-left: 0 !important;
  }

  .p-ml-1 {
    padding: 0.25rem !important;
  }

  .pt-ml-1,
  .py-ml-1 {
    padding-top: 0.25rem !important;
  }

  .pr-ml-1,
  .px-ml-1 {
    padding-right: 0.25rem !important;
  }

  .pb-ml-1,
  .py-ml-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-ml-1,
  .px-ml-1 {
    padding-left: 0.25rem !important;
  }

  .p-ml-2 {
    padding: 0.5rem !important;
  }

  .pt-ml-2,
  .py-ml-2 {
    padding-top: 0.5rem !important;
  }

  .pr-ml-2,
  .px-ml-2 {
    padding-right: 0.5rem !important;
  }

  .pb-ml-2,
  .py-ml-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-ml-2,
  .px-ml-2 {
    padding-left: 0.5rem !important;
  }

  .p-ml-3 {
    padding: 1rem !important;
  }

  .pt-ml-3,
  .py-ml-3 {
    padding-top: 1rem !important;
  }

  .pr-ml-3,
  .px-ml-3 {
    padding-right: 1rem !important;
  }

  .pb-ml-3,
  .py-ml-3 {
    padding-bottom: 1rem !important;
  }

  .pl-ml-3,
  .px-ml-3 {
    padding-left: 1rem !important;
  }

  .p-ml-4 {
    padding: 1.5rem !important;
  }

  .pt-ml-4,
  .py-ml-4 {
    padding-top: 1.5rem !important;
  }

  .pr-ml-4,
  .px-ml-4 {
    padding-right: 1.5rem !important;
  }

  .pb-ml-4,
  .py-ml-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-ml-4,
  .px-ml-4 {
    padding-left: 1.5rem !important;
  }

  .p-ml-5 {
    padding: 3rem !important;
  }

  .pt-ml-5,
  .py-ml-5 {
    padding-top: 3rem !important;
  }

  .pr-ml-5,
  .px-ml-5 {
    padding-right: 3rem !important;
  }

  .pb-ml-5,
  .py-ml-5 {
    padding-bottom: 3rem !important;
  }

  .pl-ml-5,
  .px-ml-5 {
    padding-left: 3rem !important;
  }

  .m-ml-auto {
    margin: auto !important;
  }

  .mt-ml-auto,
  .my-ml-auto {
    margin-top: auto !important;
  }

  .mr-ml-auto,
  .mx-ml-auto {
    margin-right: auto !important;
  }

  .mb-ml-auto,
  .my-ml-auto {
    margin-bottom: auto !important;
  }

  .ml-ml-auto,
  .mx-ml-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 2000px) {
  .m-mml-0 {
    margin: 0 !important;
  }

  .mt-mml-0,
  .my-mml-0 {
    margin-top: 0 !important;
  }

  .mr-mml-0,
  .mx-mml-0 {
    margin-right: 0 !important;
  }

  .mb-mml-0,
  .my-mml-0 {
    margin-bottom: 0 !important;
  }

  .ml-mml-0,
  .mx-mml-0 {
    margin-left: 0 !important;
  }

  .m-mml-1 {
    margin: 0.25rem !important;
  }

  .mt-mml-1,
  .my-mml-1 {
    margin-top: 0.25rem !important;
  }

  .mr-mml-1,
  .mx-mml-1 {
    margin-right: 0.25rem !important;
  }

  .mb-mml-1,
  .my-mml-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-mml-1,
  .mx-mml-1 {
    margin-left: 0.25rem !important;
  }

  .m-mml-2 {
    margin: 0.5rem !important;
  }

  .mt-mml-2,
  .my-mml-2 {
    margin-top: 0.5rem !important;
  }

  .mr-mml-2,
  .mx-mml-2 {
    margin-right: 0.5rem !important;
  }

  .mb-mml-2,
  .my-mml-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-mml-2,
  .mx-mml-2 {
    margin-left: 0.5rem !important;
  }

  .m-mml-3 {
    margin: 1rem !important;
  }

  .mt-mml-3,
  .my-mml-3 {
    margin-top: 1rem !important;
  }

  .mr-mml-3,
  .mx-mml-3 {
    margin-right: 1rem !important;
  }

  .mb-mml-3,
  .my-mml-3 {
    margin-bottom: 1rem !important;
  }

  .ml-mml-3,
  .mx-mml-3 {
    margin-left: 1rem !important;
  }

  .m-mml-4 {
    margin: 1.5rem !important;
  }

  .mt-mml-4,
  .my-mml-4 {
    margin-top: 1.5rem !important;
  }

  .mr-mml-4,
  .mx-mml-4 {
    margin-right: 1.5rem !important;
  }

  .mb-mml-4,
  .my-mml-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-mml-4,
  .mx-mml-4 {
    margin-left: 1.5rem !important;
  }

  .m-mml-5 {
    margin: 3rem !important;
  }

  .mt-mml-5,
  .my-mml-5 {
    margin-top: 3rem !important;
  }

  .mr-mml-5,
  .mx-mml-5 {
    margin-right: 3rem !important;
  }

  .mb-mml-5,
  .my-mml-5 {
    margin-bottom: 3rem !important;
  }

  .ml-mml-5,
  .mx-mml-5 {
    margin-left: 3rem !important;
  }

  .p-mml-0 {
    padding: 0 !important;
  }

  .pt-mml-0,
  .py-mml-0 {
    padding-top: 0 !important;
  }

  .pr-mml-0,
  .px-mml-0 {
    padding-right: 0 !important;
  }

  .pb-mml-0,
  .py-mml-0 {
    padding-bottom: 0 !important;
  }

  .pl-mml-0,
  .px-mml-0 {
    padding-left: 0 !important;
  }

  .p-mml-1 {
    padding: 0.25rem !important;
  }

  .pt-mml-1,
  .py-mml-1 {
    padding-top: 0.25rem !important;
  }

  .pr-mml-1,
  .px-mml-1 {
    padding-right: 0.25rem !important;
  }

  .pb-mml-1,
  .py-mml-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-mml-1,
  .px-mml-1 {
    padding-left: 0.25rem !important;
  }

  .p-mml-2 {
    padding: 0.5rem !important;
  }

  .pt-mml-2,
  .py-mml-2 {
    padding-top: 0.5rem !important;
  }

  .pr-mml-2,
  .px-mml-2 {
    padding-right: 0.5rem !important;
  }

  .pb-mml-2,
  .py-mml-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-mml-2,
  .px-mml-2 {
    padding-left: 0.5rem !important;
  }

  .p-mml-3 {
    padding: 1rem !important;
  }

  .pt-mml-3,
  .py-mml-3 {
    padding-top: 1rem !important;
  }

  .pr-mml-3,
  .px-mml-3 {
    padding-right: 1rem !important;
  }

  .pb-mml-3,
  .py-mml-3 {
    padding-bottom: 1rem !important;
  }

  .pl-mml-3,
  .px-mml-3 {
    padding-left: 1rem !important;
  }

  .p-mml-4 {
    padding: 1.5rem !important;
  }

  .pt-mml-4,
  .py-mml-4 {
    padding-top: 1.5rem !important;
  }

  .pr-mml-4,
  .px-mml-4 {
    padding-right: 1.5rem !important;
  }

  .pb-mml-4,
  .py-mml-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-mml-4,
  .px-mml-4 {
    padding-left: 1.5rem !important;
  }

  .p-mml-5 {
    padding: 3rem !important;
  }

  .pt-mml-5,
  .py-mml-5 {
    padding-top: 3rem !important;
  }

  .pr-mml-5,
  .px-mml-5 {
    padding-right: 3rem !important;
  }

  .pb-mml-5,
  .py-mml-5 {
    padding-bottom: 3rem !important;
  }

  .pl-mml-5,
  .px-mml-5 {
    padding-left: 3rem !important;
  }

  .m-mml-auto {
    margin: auto !important;
  }

  .mt-mml-auto,
  .my-mml-auto {
    margin-top: auto !important;
  }

  .mr-mml-auto,
  .mx-mml-auto {
    margin-right: auto !important;
  }

  .mb-mml-auto,
  .my-mml-auto {
    margin-bottom: auto !important;
  }

  .ml-mml-auto,
  .mx-mml-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 320px) {
  .text-xxs-left {
    text-align: left !important;
  }

  .text-xxs-right {
    text-align: right !important;
  }

  .text-xxs-center {
    text-align: center !important;
  }
}

@media (min-width: 568px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 667px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important;
  }

  .text-xxxl-right {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1800px) {
  .text-ml-left {
    text-align: left !important;
  }

  .text-ml-right {
    text-align: right !important;
  }

  .text-ml-center {
    text-align: center !important;
  }
}

@media (min-width: 2000px) {
  .text-mml-left {
    text-align: left !important;
  }

  .text-mml-right {
    text-align: right !important;
  }

  .text-mml-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #525ddc !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2a38d1 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-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;
}

.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;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

.pretty * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pretty input:not([type='checkbox']):not([type='radio']) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:before,
.pretty .state label:after {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes zoom {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes tada {
  0% {
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -o-transform: scale(7);
    transform: scale(7);
  }

  38% {
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  72% {
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -o-transform: scale(1);
    transform: scale(1);
  }

  81% {
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -o-transform: scale(1.24);
    transform: scale(1.24);
  }

  89% {
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@-o-keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #bdc3c7;
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

@-o-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #bdc3c7;
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes textGradient {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.pretty.p-default input:checked~.state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:before,
.pretty.p-default.p-thick .state label:after {
  border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -o-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked~.state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked~.state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked~.state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-image input:checked~.state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before,
.pretty.p-switch .state label:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked~.state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked~.state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked~.state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked~.state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked~.state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked~.state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked~.state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover~.state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus~.state label:before {
  -webkit-box-shadow: 0px 0px 3px 0px #bdc3c7;
  box-shadow: 0px 0px 3px 0px #bdc3c7;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked~.state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked~.state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked~.state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pretty.p-round .state label:before,
.pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-curve .state label:before,
.pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked+.state label:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img {
  -webkit-animation: zoom 0.2s ease;
  -o-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked+.state label:after {
  -webkit-animation: zoom 0.2s ease;
  -o-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
  content: '';
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:before,
.pretty.p-tada:not(.p-default) input:checked+.state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  -o-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
  -webkit-animation: pulse 1s;
  -o-animation: pulse 1s;
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled]~* {
  opacity: .5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked~.state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked~.state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked~.state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked~.state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked~.state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked~.state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked~.state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked~.state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked~.state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked~.state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked~.state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked~.state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked~.state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked~.state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked~.state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked~.state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked~.state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked~.state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked~.state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {

  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/**
 * transiciones de elementos
 * @param  {[all 1s ease]} $value 
 */

/**
 * bordes curvos
 * @param  {[supizq supder infder infizq]} $value 
 */

/**
 * sombra de cajas
 * @param  {[h-shadow v-shadow blur spread color]} $value 
 */

/**
 * sombra de texto
 * @param  {[h-shadow v-shadow blur spread color]} $value 
 */

/**
 * transformacion css
 * @param  {usar valores de la transformacion necesaria} $value 
 */

/**
 * [giroinfinito :: hace giro infinito al objeto]
 * @param  {[type]} $duracion [velocidad de una vuelta en segundos]
 */

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */

.mar-t-0 {
  margin-top: 0px !important;
}

.pad-t-0 {
  padding-top: 0px !important;
}

.mar-b-0 {
  margin-bottom: 0px !important;
}

.pad-b-0 {
  padding-bottom: 0px !important;
}

.mar-l-0 {
  margin-left: 0px !important;
}

.pad-l-0 {
  padding-left: 0px !important;
}

.mar-r-0 {
  margin-right: 0px !important;
}

.pad-r-0 {
  padding-right: 0px !important;
}

.mar-0 {
  margin: 0px !important;
}

.pad-0 {
  padding: 0px !important;
}

.mar-t-8 {
  margin-top: 8px !important;
}

.pad-t-8 {
  padding-top: 8px !important;
}

.mar-b-8 {
  margin-bottom: 8px !important;
}

.pad-b-8 {
  padding-bottom: 8px !important;
}

.mar-l-8 {
  margin-left: 8px !important;
}

.pad-l-8 {
  padding-left: 8px !important;
}

.mar-r-8 {
  margin-right: 8px !important;
}

.pad-r-8 {
  padding-right: 8px !important;
}

.mar-8 {
  margin: 8px !important;
}

.pad-8 {
  padding: 8px !important;
}

.mar-t-16 {
  margin-top: 16px !important;
}

.pad-t-16 {
  padding-top: 16px !important;
}

.mar-b-16,
.contenido-texto p,
.contenido-texto .texto {
  margin-bottom: 16px !important;
}

.pad-b-16 {
  padding-bottom: 16px !important;
}

.mar-l-16 {
  margin-left: 16px !important;
}

.pad-l-16 {
  padding-left: 16px !important;
}

.mar-r-16 {
  margin-right: 16px !important;
}

.pad-r-16 {
  padding-right: 16px !important;
}

.mar-16 {
  margin: 16px !important;
}

.pad-16 {
  padding: 16px !important;
}

.mar-t-24 {
  margin-top: 24px !important;
}

.pad-t-24 {
  padding-top: 24px !important;
}

.mar-b-24 {
  margin-bottom: 24px !important;
}

.pad-b-24 {
  padding-bottom: 24px !important;
}

.mar-l-24 {
  margin-left: 24px !important;
}

.pad-l-24 {
  padding-left: 24px !important;
}

.mar-r-24 {
  margin-right: 24px !important;
}

.pad-r-24 {
  padding-right: 24px !important;
}

.mar-24 {
  margin: 24px !important;
}

.pad-24 {
  padding: 24px !important;
}

.mar-t-32 {
  margin-top: 32px !important;
}

.pad-t-32 {
  padding-top: 32px !important;
}

.mar-b-32 {
  margin-bottom: 32px !important;
}

.pad-b-32 {
  padding-bottom: 32px !important;
}

.mar-l-32 {
  margin-left: 32px !important;
}

.pad-l-32 {
  padding-left: 32px !important;
}

.mar-r-32 {
  margin-right: 32px !important;
}

.pad-r-32 {
  padding-right: 32px !important;
}

.mar-32 {
  margin: 32px !important;
}

.pad-32 {
  padding: 32px !important;
}

.mar-t-40 {
  margin-top: 40px !important;
}

.pad-t-40 {
  padding-top: 40px !important;
}

.mar-b-40 {
  margin-bottom: 40px !important;
}

.pad-b-40 {
  padding-bottom: 40px !important;
}

.mar-l-40 {
  margin-left: 40px !important;
}

.pad-l-40 {
  padding-left: 40px !important;
}

.mar-r-40 {
  margin-right: 40px !important;
}

.pad-r-40 {
  padding-right: 40px !important;
}

.mar-40 {
  margin: 40px !important;
}

.pad-40 {
  padding: 40px !important;
}

.mar-t-48 {
  margin-top: 48px !important;
}

.pad-t-48 {
  padding-top: 48px !important;
}

.mar-b-48 {
  margin-bottom: 48px !important;
}

.pad-b-48 {
  padding-bottom: 48px !important;
}

.mar-l-48 {
  margin-left: 48px !important;
}

.pad-l-48 {
  padding-left: 48px !important;
}

.mar-r-48 {
  margin-right: 48px !important;
}

.pad-r-48 {
  padding-right: 48px !important;
}

.mar-48 {
  margin: 48px !important;
}

.pad-48 {
  padding: 48px !important;
}

.mar-t-56 {
  margin-top: 56px !important;
}

.pad-t-56 {
  padding-top: 56px !important;
}

.mar-b-56 {
  margin-bottom: 56px !important;
}

.pad-b-56 {
  padding-bottom: 56px !important;
}

.mar-l-56 {
  margin-left: 56px !important;
}

.pad-l-56 {
  padding-left: 56px !important;
}

.mar-r-56 {
  margin-right: 56px !important;
}

.pad-r-56 {
  padding-right: 56px !important;
}

.mar-56 {
  margin: 56px !important;
}

.pad-56 {
  padding: 56px !important;
}

.mar-t-64 {
  margin-top: 64px !important;
}

.pad-t-64 {
  padding-top: 64px !important;
}

.mar-b-64 {
  margin-bottom: 64px !important;
}

.pad-b-64 {
  padding-bottom: 64px !important;
}

.mar-l-64 {
  margin-left: 64px !important;
}

.pad-l-64 {
  padding-left: 64px !important;
}

.mar-r-64 {
  margin-right: 64px !important;
}

.pad-r-64 {
  padding-right: 64px !important;
}

.mar-64 {
  margin: 64px !important;
}

.pad-64 {
  padding: 64px !important;
}

.mar-t-72 {
  margin-top: 72px !important;
}

.pad-t-72 {
  padding-top: 72px !important;
}

.mar-b-72 {
  margin-bottom: 72px !important;
}

.pad-b-72 {
  padding-bottom: 72px !important;
}

.mar-l-72 {
  margin-left: 72px !important;
}

.pad-l-72 {
  padding-left: 72px !important;
}

.mar-r-72 {
  margin-right: 72px !important;
}

.pad-r-72 {
  padding-right: 72px !important;
}

.mar-72 {
  margin: 72px !important;
}

.pad-72 {
  padding: 72px !important;
}

.mar-t-80 {
  margin-top: 80px !important;
}

.pad-t-80 {
  padding-top: 80px !important;
}

.mar-b-80 {
  margin-bottom: 80px !important;
}

.pad-b-80 {
  padding-bottom: 80px !important;
}

.mar-l-80 {
  margin-left: 80px !important;
}

.pad-l-80 {
  padding-left: 80px !important;
}

.mar-r-80 {
  margin-right: 80px !important;
}

.pad-r-80 {
  padding-right: 80px !important;
}

.mar-80 {
  margin: 80px !important;
}

.pad-80 {
  padding: 80px !important;
}

.mar-t-88 {
  margin-top: 88px !important;
}

.pad-t-88 {
  padding-top: 88px !important;
}

.mar-b-88 {
  margin-bottom: 88px !important;
}

.pad-b-88 {
  padding-bottom: 88px !important;
}

.mar-l-88 {
  margin-left: 88px !important;
}

.pad-l-88 {
  padding-left: 88px !important;
}

.mar-r-88 {
  margin-right: 88px !important;
}

.pad-r-88 {
  padding-right: 88px !important;
}

.mar-88 {
  margin: 88px !important;
}

.pad-88 {
  padding: 88px !important;
}

.mar-t-96 {
  margin-top: 96px !important;
}

.pad-t-96 {
  padding-top: 96px !important;
}

.mar-b-96 {
  margin-bottom: 96px !important;
}

.pad-b-96 {
  padding-bottom: 96px !important;
}

.mar-l-96 {
  margin-left: 96px !important;
}

.pad-l-96 {
  padding-left: 96px !important;
}

.mar-r-96 {
  margin-right: 96px !important;
}

.pad-r-96 {
  padding-right: 96px !important;
}

.mar-96 {
  margin: 96px !important;
}

.pad-96 {
  padding: 96px !important;
}

@media (max-width: 991.98px) {
  .mar-t-md-0 {
    margin-top: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-0 {
    padding-top: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-0 {
    margin-left: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-0 {
    padding-left: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-0 {
    margin-right: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-0 {
    padding-right: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-0 {
    margin: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-0 {
    padding: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-8 {
    margin-top: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-8 {
    padding-top: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-8 {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-8 {
    padding-bottom: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-8 {
    margin-left: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-8 {
    padding-left: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-8 {
    margin-right: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-8 {
    padding-right: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-8 {
    margin: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-8 {
    padding: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-16 {
    margin-top: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-16 {
    padding-top: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-16 {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-16 {
    padding-bottom: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-16 {
    margin-left: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-16 {
    padding-left: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-16 {
    margin-right: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-16 {
    padding-right: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-16 {
    margin: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-16 {
    padding: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-24 {
    margin-top: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-24 {
    padding-top: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-24 {
    margin-bottom: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-24 {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-24 {
    margin-left: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-24 {
    padding-left: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-24 {
    margin-right: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-24 {
    padding-right: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-24 {
    margin: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-24 {
    padding: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-32 {
    margin-top: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-32 {
    padding-top: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-32 {
    margin-bottom: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-32 {
    padding-bottom: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-32 {
    margin-left: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-32 {
    padding-left: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-32 {
    margin-right: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-32 {
    padding-right: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-32 {
    margin: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-32 {
    padding: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-40 {
    padding-top: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-40 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-40 {
    margin-left: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-40 {
    padding-left: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-40 {
    margin-right: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-40 {
    padding-right: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-40 {
    margin: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-40 {
    padding: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-48 {
    margin-top: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-48 {
    padding-top: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-48 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-48 {
    padding-bottom: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-48 {
    margin-left: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-48 {
    padding-left: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-48 {
    margin-right: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-48 {
    padding-right: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-48 {
    margin: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-48 {
    padding: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-56 {
    margin-top: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-56 {
    padding-top: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-56 {
    margin-bottom: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-56 {
    padding-bottom: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-56 {
    margin-left: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-56 {
    padding-left: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-56 {
    margin-right: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-56 {
    padding-right: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-56 {
    margin: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-56 {
    padding: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-64 {
    margin-top: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-64 {
    padding-top: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-64 {
    margin-bottom: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-64 {
    padding-bottom: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-64 {
    margin-left: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-64 {
    padding-left: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-64 {
    margin-right: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-64 {
    padding-right: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-64 {
    margin: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-64 {
    padding: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-72 {
    margin-top: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-72 {
    padding-top: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-72 {
    margin-bottom: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-72 {
    padding-bottom: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-72 {
    margin-left: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-72 {
    padding-left: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-72 {
    margin-right: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-72 {
    padding-right: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-72 {
    margin: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-72 {
    padding: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-80 {
    margin-top: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-80 {
    padding-top: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-80 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-80 {
    margin-left: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-80 {
    padding-left: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-80 {
    margin-right: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-80 {
    padding-right: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-80 {
    margin: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-80 {
    padding: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-88 {
    margin-top: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-88 {
    padding-top: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-88 {
    margin-bottom: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-88 {
    padding-bottom: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-88 {
    margin-left: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-88 {
    padding-left: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-88 {
    margin-right: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-88 {
    padding-right: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-88 {
    margin: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-88 {
    padding: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-t-md-96 {
    margin-top: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-t-md-96 {
    padding-top: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-b-md-96 {
    margin-bottom: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-b-md-96 {
    padding-bottom: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-l-md-96 {
    margin-left: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-l-md-96 {
    padding-left: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-r-md-96 {
    margin-right: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-r-md-96 {
    padding-right: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .mar-md-96 {
    margin: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .pad-md-96 {
    padding: 96px !important;
  }
}

.opa-10 {
  opacity: 0.1 !important;
}

.opa-20 {
  opacity: 0.2 !important;
}

.opa-40 {
  opacity: 0.4 !important;
}

.opa-60 {
  opacity: 0.6 !important;
}

.opa-80 {
  opacity: 0.8 !important;
}

.opa-100 {
  opacity: 1 !important;
}

.circle-0 {
  width: 0px;
  height: 0px;
  border-radius: 50%;
}

.circle-8 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.circle-16 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.circle-24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.circle-32 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.circle-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.circle-48 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.circle-56 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.circle-64 {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.circle-72 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.circle-80 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.circle-88 {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.circle-96 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.bor-light-t-1 {
  border-top: 1px solid #45b8ac;
}

.bor-light-b-1 {
  border-bottom: 1px solid #45b8ac;
}

.bor-light-l-1 {
  border-left: 1px solid #45b8ac;
}

.bor-light-r-1 {
  border-right: 1px solid #45b8ac;
}

.bor-light-t-2 {
  border-top: 2px solid #45b8ac;
}

.bor-light-b-2 {
  border-bottom: 2px solid #45b8ac;
}

.bor-light-l-2 {
  border-left: 2px solid #45b8ac;
}

.bor-light-r-2 {
  border-right: 2px solid #45b8ac;
}

.bor-light-t-3 {
  border-top: 3px solid #45b8ac;
}

.bor-light-b-3 {
  border-bottom: 3px solid #45b8ac;
}

.bor-light-l-3 {
  border-left: 3px solid #45b8ac;
}

.bor-light-r-3 {
  border-right: 3px solid #45b8ac;
}

.bor-light-t-4 {
  border-top: 4px solid #45b8ac;
}

.bor-light-b-4 {
  border-bottom: 4px solid #45b8ac;
}

.bor-light-l-4 {
  border-left: 4px solid #45b8ac;
}

.bor-light-r-4 {
  border-right: 4px solid #45b8ac;
}

.bor-light-t-5 {
  border-top: 5px solid #45b8ac;
}

.bor-light-b-5 {
  border-bottom: 5px solid #45b8ac;
}

.bor-light-l-5 {
  border-left: 5px solid #45b8ac;
}

.bor-light-r-5 {
  border-right: 5px solid #45b8ac;
}

.bor-dark-t-1 {
  border-top: 1px solid #134c8f;
}

.bor-dark-b-1 {
  border-bottom: 1px solid #134c8f;
}

.bor-dark-l-1 {
  border-left: 1px solid #134c8f;
}

.bor-dark-r-1 {
  border-right: 1px solid #134c8f;
}

.bor-dark-t-2 {
  border-top: 2px solid #134c8f;
}

.bor-dark-b-2 {
  border-bottom: 2px solid #134c8f;
}

.bor-dark-l-2 {
  border-left: 2px solid #134c8f;
}

.bor-dark-r-2 {
  border-right: 2px solid #134c8f;
}

.bor-dark-t-3 {
  border-top: 3px solid #134c8f;
}

.bor-dark-b-3 {
  border-bottom: 3px solid #134c8f;
}

.bor-dark-l-3 {
  border-left: 3px solid #134c8f;
}

.bor-dark-r-3 {
  border-right: 3px solid #134c8f;
}

.bor-dark-t-4 {
  border-top: 4px solid #134c8f;
}

.bor-dark-b-4 {
  border-bottom: 4px solid #134c8f;
}

.bor-dark-l-4 {
  border-left: 4px solid #134c8f;
}

.bor-dark-r-4 {
  border-right: 4px solid #134c8f;
}

.bor-dark-t-5 {
  border-top: 5px solid #134c8f;
}

.bor-dark-b-5 {
  border-bottom: 5px solid #134c8f;
}

.bor-dark-l-5 {
  border-left: 5px solid #134c8f;
}

.bor-dark-r-5 {
  border-right: 5px solid #134c8f;
}

.height-1 {
  height: 5px;
}

.height-2 {
  height: 10px;
}

.height-3 {
  height: 15px;
}

.height-4 {
  height: 20px;
}

.height-5 {
  height: 25px;
}

.height-6 {
  height: 30px;
}

.height-7 {
  height: 35px;
}

.height-8 {
  height: 40px;
}

.height-9 {
  height: 45px;
}

.height-10 {
  height: 50px;
}

.height-11 {
  height: 55px;
}

.height-12 {
  height: 60px;
}

.height-13 {
  height: 65px;
}

.height-14 {
  height: 70px;
}

.height-15 {
  height: 75px;
}

.height-16 {
  height: 80px;
}

.height-17 {
  height: 85px;
}

.height-18 {
  height: 90px;
}

.height-19 {
  height: 95px;
}

.height-20 {
  height: 100px;
}

.fuente-title,
.fuente-regular,
body,
p,
.texto,
.fuente-semibold,
.fuente-bold,
.fuente-extrabold,
h2,
.fuente-light,
h1,
h3,
h4,
h5,
h6 {
  /* font-family: 'Open Sans', sans-serif; */
  font-style: normal;
  letter-spacing: 0;
  /* font-family: var(--font-outfit); */
  line-height: 1.3em;
}

.fuente-regular,
body,
p,
.texto {
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

.fuente-semibold {
  font-weight: 600;
}

.fuente-bold {
  font-weight: 700;
}

.fuente-extrabold,
h2 {
  font-weight: 600;
}

.fuente-light {
  font-weight: 300;
}

.swiper-button-next,
.swiper-button-prev {
  height: 45px !important;
  width: 35px !important;
  background-size: 20px !important;
  opacity: 0.5;
}

html {
  font-size: 13px;
}

/* @media (max-width: 1400px) {
  html {
    font-size: 11px;
    font-size: 0.84615rem;
  }
}

@media (max-height: 600px) {
  html {
    font-size: 11px;
    font-size: 0.84615rem;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 8px;
    font-size: 0.61538rem;
  }
} */

body {
  font-size: 13px;
  font-size: 1rem;
  color: #000;
  line-height: 1.4em !important;
  background: #fff;
}

@media (min-width: 1024px) {
  body {
    overscroll-behavior-y: none;
  }
}

html:has(body.fixed),
body.fixed {
  overflow: hidden !important;
  overscroll-behavior: contain;
}

@media (max-width: 991.98px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

h2 {
  font-size: 17px;
  font-size: 1.30769rem;
  color: var(--primary-color);
}

h3 {
  color: var(--primary-color);
}

@media (max-height: 800px) {
  h3 {
    font-size: 24px;
    font-size: 1.84615rem;
  }
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
    font-size: 1.84615rem;
  }
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

h3.line-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

h3.line-middle:before,
h3.line-middle:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-bottom: 1px solid #000;
  margin-top: auto;
  margin-bottom: auto;
}

h3.line-middle:before {
  margin-left: auto;
  margin-right: 60px;
}

h3.line-middle:after {
  margin-right: auto;
  margin-left: 60px;
}

h3.xtrabigger {
  font-size: 37px;
  font-size: 2.84615rem;
}

h3.xtrabigger span {
  font-size: 25px;
  font-size: 1.92308rem;
}

h4 {
  font-size: 16px;
  font-size: 1.23077rem;
  color: #fff;
}

h5 {
  font-size: 20px;
  font-size: 1.53846rem;
  color: #fff;
}

p,
.texto {
  font-size: 13px;
  font-size: 1rem;
  color: var(--color-primary-hover);
  letter-spacing: 0;
  line-height: 1.3em;
  margin-bottom: 0;
}

@media(max-width: 963px) {

  p,
  .texto {
    font-size: 18px;
  }
}

p .otros-cargos,
.texto .otros-cargos {
  font-size: 18px;
  font-size: 1.38462rem;
  color: var(--color-primary-hover);
  text-align: center;
}

p.compacto,
.texto.compacto {
  letter-spacing: -0.3px;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

hr {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

:focus {
  outline: 0;
}

.wt-cli-accept-all-btn,
.cli_settings_button {
  color: white;
  border-radius: 50px;
  background-color: #45b8ac;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 600 !important;
  font-size: 16px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac;
}

.cli_settings_button {
  background-color: #134c8f;
  border: 2px solid #134c8f;
}

.oculto {
  display: none;
}

.rel {
  position: relative;
}

@media (min-width: 667px) {
  .h-sm-100 {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
  border: solid 1px #45b8ac;
  opacity: 0.4;
}

@media (max-width: 991.98px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10001;
  left: 0;
}

#loading .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading .inner .loading_effect {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  margin-top: -80px;
  margin-left: -50px;
}

#loading .inner .loading_effect .object {
  background: #45b8ac;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#loading .inner .loading_effect #object_one {
  -webkit-animation: object_one 1.5s infinite;
  -o-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#loading .inner .loading_effect #object_two {
  -webkit-animation: object_two 1.5s infinite;
  -o-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

#loading .inner .loading_effect #object_three {
  -webkit-animation: object_three 1.5s infinite;
  -o-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}

@-o-keyframes object_one {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes object_one {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}

@-o-keyframes object_two {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes object_two {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}

@-o-keyframes object_three {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

@keyframes object_three {
  75% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}


.pestana {
  border-radius: 20px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
}

h1,
h2,
p {
  margin: 0;
}

hr {
  margin-top: .5em;
  margin-bottom: .5em;
}

.pestana-top {
  position: absolute;
  height: 50px;
  top: 0;
  width: 100%;
}

.pestana-1 {
  background-color: aquamarine;
}

.pestana-1 h1 {
  color: white;
}

.pestana-1 p {
  width: 50%;
  color: white;
}

.pestana-2 {
  background-color: darkkhaki;
}

.pestana-2 p {
  width: 50%;
}

.pestana-2 .row-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pestana-2 .btn-proyectos {
  background-color: transparent;
  color: brown;
  border: 1px solid brown;
  border-radius: 10px;
  margin-left: .5em;
  margin-right: .5em;
  width: 12em;
}

.pestana-2 .btn-proyectos.active {
  background-color: brown;
  color: white;
}

.pestana-2 .row-proyectos {
  width: 100%;
  padding-right: 2em;
  padding-left: 2em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pestana-2 .item-proyectos {
  height: 200px;
  width: 200px;
  background-color: white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

.btn-borde {
  border-radius: 50px;
  border: 2px solid #45b8ac;
  background-color: transparent;
  color: #45b8ac;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.btn-borde:hover {
  background-color: #45b8ac;
  color: #134c8f;
  border: 2px solid #45b8ac;
}

.btn-relleno {
  border-radius: 50px;
  background-color: #45b8ac;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-relleno:hover {
  border: 2px solid #45b8ac;
  background-color: transparent;
  color: #45b8ac;
}

.etiqueta-azul {
  background-color: #134c8f;
  padding-left: 25px;
  padding-right: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  margin-left: -17px;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-size: 1.15385rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  z-index: 1;
  position: relative;
}

.etiqueta {
  padding-left: 25px;
  padding-right: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #134c8f;
  margin-left: -24px;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-size: 1.15385rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  z-index: 1;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1380px;
}

@media (max-width: 666.98px) {
  .container {
    max-width: 100%;
  }
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.btn-azul {
  display: block;
  width: fit-content;
  padding: 8px 16px;

  border: 2px solid transparent;
  border-radius: 30px;
  background: var(--color-primary-mid);
  color: #FFFFFF;

  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;

  text-transform: initial;
  cursor: pointer;

  transition: all .3s ease-in-out;

  &:hover {
    background: var(--color-primary-mid-hover);
    color: #FFFFFF;
  }

  &:active {
    background: var(--color-primary-mid-pressed);
    color: #FFFFFF;
  }

  &:focus-visible {
    position: relative;

    &::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      background: transparent;
      border: 2px solid var(--color-primary-mid-pressed);
      border-radius: 30px;
    }
  }

  &.center {
    text-align: center;
  }

  &:has(img) {
    display: flex;
    gap: 8px;

    >img {
      display: block;
      width: 24px;
      height: 24px;
      filter: brightness(0) invert(1);
    }
  }
}

.anchor-azul {
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--color-primary-mid);

  &:has(img) {
    display: flex;
    gap: 2px;

    >img {
      width: 24px;
      height: 24px;
      filter: brightness(0) saturate(100%) invert(22%) sepia(56%) saturate(5471%) hue-rotate(223deg) brightness(96%) contrast(85%);
    }
  }
}

/* Orange button */
.tertiary-button {
  position: relative;

  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 600;
  text-align: center;

  background-color: var(--color-secondary-mid);
  color: #001845;
  border: 2px solid transparent;
  border-radius: 25px;

  padding: 8px 17px;
  transition: .3s all ease-in-out;
  height: fit-content;

  cursor: pointer;
}

.tertiary-button:hover {
  background-color: #E8A600;
}

.tertiary-button:active {
  background-color: #B58100;
  color: #ffffff;
  transform: scale(1);
}

.tertiary-button:focus,
.tertiary-button:focus-visible {
  outline: none;
  color: #02070E;
  background-color: #FFD001;
  border-color: #FFFFFF;
}

.tertiary-button:focus::after,
.tertiary-button:focus-visible::after {
  content: '';
  color: #02070E;
  position: absolute;
  border-radius: inherit;
  border: 2px solid #FFD001;
  inset: -4px;
  opacity: 1;
  transform: scale(1);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.tertiary-button:disabled {
  background-color: #FFE39B;
  color: #8A95A9;
  cursor: not-allowed;
}

.btn-borde-blanco {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
}

.btn-borde-blanco:hover {
  background-color: #fff;
  color: #134c8f;
  border: solid 1px #fff;
}

.btn-borde-verde {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
  background-color: transparent;
  color: #333333;
  font-weight: bold;
  border: solid 1px #45b8ac;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  display: inline-block;
}

.btn-borde-verde:hover {
  background-color: #45b8ac;
  color: #fff;
  border: solid 1px #45b8ac;
}

/** Search form */

.search-form label {
  font-weight: normal;
}

.form-group .form-control,
.search-form label .form-control,
.form-group .search-form .search-field,
.search-form .form-group .search-field,
.search-form label .search-field {
  border-radius: 0px;
  border: none;
  border-bottom: solid 2px #000;
  font-size: 25px;
  font-size: 1.92308rem;
  line-height: 1.1em;
  min-height: 44px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-group .form-control[type='checkbox'],
.search-form label .form-control[type='checkbox'],
.form-group .search-form .search-field[type='checkbox'],
.search-form .form-group .search-field[type='checkbox'],
.search-form label .search-field[type='checkbox'] {
  width: 30px;
  height: 30px;
}

.form-group .form-control-feedback,
.search-form label .form-control-feedback {
  display: none;
}

.form-group .customCheck,
.search-form label .customCheck {
  color: #000;
}

.form-group .customCheck a,
.search-form label .customCheck a {
  color: #134c8f;
}

.form-group.has-error .form-control-feedback,
.search-form label.has-error .form-control-feedback {
  display: block;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 667px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

body .buscador {
  background-color: #b6e1f9;
  padding: 20px 15px 20px;
  z-index: 2;
  position: relative;
}

body .buscador .form-inline,
body .buscador .search-form {
  position: relative;
}

body .buscador .form-inline .form-group,
body .buscador .search-form .form-group,
body .buscador .form-inline .search-form label,
.search-form body .buscador .form-inline label,
body .buscador .search-form label {
  width: 100%;
}

body .buscador .form-inline .form-group input,
body .buscador .search-form .form-group input,
body .buscador .form-inline .search-form label input,
.search-form body .buscador .form-inline label input,
body .buscador .search-form label input {
  border-bottom: 1px solid #134c8f;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: 600;
  color: #134c8f;
}

body .buscador .form-inline .form-group ::-webkit-input-placeholder,
body .buscador .search-form .form-group ::-webkit-input-placeholder,
body .buscador .form-inline .search-form label ::-webkit-input-placeholder,
.search-form body .buscador .form-inline label ::-webkit-input-placeholder,
body .buscador .search-form label ::-webkit-input-placeholder {
  color: #134c8f;
  opacity: 1;
}

body .buscador .form-inline .form-group :-ms-input-placeholder,
body .buscador .search-form .form-group :-ms-input-placeholder,
body .buscador .form-inline .search-form label :-ms-input-placeholder,
.search-form body .buscador .form-inline label :-ms-input-placeholder,
body .buscador .search-form label :-ms-input-placeholder {
  color: #134c8f;
  opacity: 1;
}

body .buscador .form-inline .form-group ::-ms-input-placeholder,
body .buscador .search-form .form-group ::-ms-input-placeholder,
body .buscador .form-inline .search-form label ::-ms-input-placeholder,
.search-form body .buscador .form-inline label ::-ms-input-placeholder,
body .buscador .search-form label ::-ms-input-placeholder {
  color: #134c8f;
  opacity: 1;
}

body .buscador .form-inline .form-group ::placeholder,
body .buscador .search-form .form-group ::placeholder,
body .buscador .form-inline .search-form label ::placeholder,
.search-form body .buscador .form-inline label ::placeholder,
body .buscador .search-form label ::placeholder {
  color: #134c8f;
  opacity: 1;
}

body .buscador .form-inline .btn-lupa,
body .buscador .search-form .btn-lupa {
  position: absolute;
  left: 0px;
  background-color: transparent;
}

body .buscador .form-inline .btn-lupa:before,
body .buscador .search-form .btn-lupa:before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url("/wp-content/themes/templatePLG/dist/images/lupa.svg");
  background-size: cover;
  display: block;
}

body .buscador .form-inline .btn-cerrar,
body .buscador .search-form .btn-cerrar {
  position: absolute;
  right: 0px;
  background-color: transparent;
  border: none;
  color: #134c8f;
  font-size: 18px;
  font-size: 1.38462rem;
}

/* Footer CSS */
footer {
  padding-top: 0 !important;
}

footer>span {
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;

  color: #FFFFFF;
  line-height: 1.2em;

  text-align: center;
  text-transform: uppercase;

  display: block;
  width: 100%;

  padding: 40px 15px 20px;

  @media (min-width: 1024px) {
    font-size: 25px;
    padding: 50px 15px 0;
    letter-spacing: 1px;
  }
}

footer .footer-container {
  padding: 40px 15px;
  margin: auto;
  width: 100%;
}

footer .footer-container>img {
  display: none;
}

footer .footer_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 50px;
}

footer .footer_menu section>p {
  font-family: var(--font-outfit);
  font-size: 16px !important;
  font-weight: 400;
  text-transform: uppercase;

  color: #FFFFFF;

  line-height: 24px;

  padding-bottom: 16px;
  margin: 0;
  position: relative;
}

/* footer .footer_menu section > p::after {
    content: '';

    position: absolute;
    left: 0;
    bottom: 18px;

    border: 1px solid #45B8AC;
    
    width: 100%;
    max-width: 30px;
  } */

footer .footer_menu section ul {
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .footer_menu section ul li {
  margin-top: 0;
}

footer .footer_menu section ul li a,
footer .footer_menu section ul li p {
  font-family: var(--font-outfit);
  font-size: 14px !important;
  font-weight: 400;

  color: #FFFFFF;
  line-height: 20px;

  transition: color .3s ease-in-out;

  @media (min-width: 1024px) {
    font-size: 16px !important;
  }
}

footer .footer_menu section ul li a.mobile {
  display: block;
}

footer .footer_menu section ul li p.desktop {
  display: none;
}

footer .footer_menu section ul li a:hover,
footer .footer_menu section ul li p:hover {
  /* color: var(--color-primary-mid-hover); */
}

footer .footer_menu section ul li p.desktop {
  pointer-events: none;
}

/* Disable click */
footer .footer_menu section:has(ul.social-media) {
  grid-column: span 2;
}

footer .footer_menu section:has(ul.social-media)>span {
  display: none;
  width: 100%;
  max-width: 240px;
  margin-bottom: 15px;

  font-family: var(--font-outfit);
  font-size: 16px !important;
  font-weight: 400;

  color: #FFFFFF;
  line-height: 24px;
}

footer .footer_menu section ul.social-media {
  flex-direction: row;
  gap: 15px;
}

footer .footer_menu section ul.social-media li img {
  display: block;
  height: 22px;
  width: auto;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100%));
  }
}

@keyframes scroll-reverse {
  0% {
    transform: translateX(-45%);
  }

  100% {
    transform: translatex(0%);
  }
}

@media (min-width: 768px) {
  footer .footer-container>img.footer-logo {
    display: block;
    margin: 50px auto 50px;

    width: 100%;
    height: auto;
    max-width: 250px;
  }

  footer .footer_menu {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  }

  footer .footer_menu section ul li a.mobile {
    display: none;
  }

  footer .footer_menu section ul li p.desktop {
    display: block;
  }

  footer .footer_menu section:has(ul.social-media) {
    grid-column: span 1;
  }

  footer .footer_menu section ul.social-media {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (min-width: 1250px) {
  footer .footer-container {
    padding: 32px;
  }
}

@media (min-width: 1440px) {
  footer .footer_menu {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1600px) {
  footer {
    padding-top: 0;
  }

  footer .footer-container {
    justify-content: space-between;
    position: relative;

    max-width: 1750px;
    margin: 0 auto;
  }

  footer .footer-container>img.footer-logo {
    margin: 0;
    align-self: start;
    z-index: 1;
  }

  footer .footer-container>img.footer-map {
    display: block;

    position: absolute;
    top: 70px;
    left: 30px;

    width: 500px;
    height: auto;

    z-index: 0;
  }

  footer .footer_menu {
    /* display: inline-flex;  */
    z-index: 1;
    column-gap: 60px;
  }

  footer .footer_menu section:has(ul.social-media)>span {
    display: block;
  }
}

/* End of Footer CSS */

/* CTAS CLAIMS MOBILE */
.ctas-mobile {
  position: fixed;
  display: grid;
  grid-template-columns: 15% 15% 70%;
  height: auto;
  width: 100%;
  bottom: 0;
  z-index: 6;
  transition: transform 0.3s ease-in-out;
}

.ctas-mobile .btn-whatsapp {
  background-color: #25D366 !important;
  transition: all .3s ease-in-out;
}

.ctas-mobile .btn-whatsapp:active,
.ctas-mobile .btn-whatsapp:focus,
.ctas-mobile .btn-whatsapp:focus-visible {
  background-color: #1C1E21 !important;
}

.ctas-mobile .btn-whatsapp img {
  width: 28px;
}

.ctas-mobile .btn-llamadambl {
  background-color: var(--color-primary-mid);
  transition: all .3s ease-in-out;
}

.ctas-mobile .btn-llamadambl:active,
.ctas-mobile .btn-llamadambl:focus,
.ctas-mobile .btn-llamadambl:focus-visible {
  background-color: var(--primary-color);
}

.ctas-mobile .btn-llamadambl img {
  width: 24px;
}

.ctas-mobile .btn-llamadambl span.tel-span {
  color: #134C8F;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.4px;
  margin-left: 15px;
}

.ctas-mobile .btn-llamadambl,
.ctas-mobile .btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctas-mobile a {
  padding: 12px 0;
}

.ctas-mobile a.info-request {
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #FFD001;
  color: #0B2E56;
}

.ctas-mobile a.info-request:active {
  background-color: #E8A600;
}

@media (min-width: 1024px) {
  .ctas-mobile {
    display: none;
  }
}

/* END CTAS CLAIMS MOBILE */

body .buscadorinner {
  background-color: #f2f2f2;
  padding: 50px 15px 50px;
  position: relative;
}

@media (max-width: 991.98px) {
  body .buscadorinner:before {
    content: "";
    position: absolute;
    width: 2500px;
    background-color: #f2f2f2;
    top: 0px;
    left: -20px;
    height: 148px;
  }
}

@media (max-width: 767.98px) {
  body .buscadorinner:before {
    height: 148px;
  }
}

@media (max-width: 666.98px) {
  body .buscadorinner:before {
    height: 118px;
  }
}

@media (max-width: 666.98px) {
  body .buscadorinner {
    padding: 20px 15px 50px;
  }
}

body .buscadorinner .form-inline,
body .buscadorinner .search-form {
  position: relative;
}

body .buscadorinner .form-inline .form-group,
body .buscadorinner .search-form .form-group,
body .buscadorinner .form-inline .search-form label,
.search-form body .buscadorinner .form-inline label,
body .buscadorinner .search-form label {
  width: 100%;
}

body .buscadorinner .form-inline .form-group input,
body .buscadorinner .search-form .form-group input,
body .buscadorinner .form-inline .search-form label input,
.search-form body .buscadorinner .form-inline label input,
body .buscadorinner .search-form label input {
  border-bottom: 1px solid #134c8f;
  padding-left: 40px;
  font-size: 30px;
  font-size: 2.30769rem;
  font-weight: 600;
  color: #0b0d10;
  font-family: var(--font-outfit);
  font-weight: normal;
}

body .buscadorinner .form-inline .form-group ::-webkit-input-placeholder,
body .buscadorinner .search-form .form-group ::-webkit-input-placeholder,
body .buscadorinner .form-inline .search-form label ::-webkit-input-placeholder,
.search-form body .buscadorinner .form-inline label ::-webkit-input-placeholder,
body .buscadorinner .search-form label ::-webkit-input-placeholder {
  color: #0b0d10;
}

body .buscadorinner .form-inline .form-group :-ms-input-placeholder,
body .buscadorinner .search-form .form-group :-ms-input-placeholder,
body .buscadorinner .form-inline .search-form label :-ms-input-placeholder,
.search-form body .buscadorinner .form-inline label :-ms-input-placeholder,
body .buscadorinner .search-form label :-ms-input-placeholder {
  color: #0b0d10;
}

body .buscadorinner .form-inline .form-group ::-ms-input-placeholder,
body .buscadorinner .search-form .form-group ::-ms-input-placeholder,
body .buscadorinner .form-inline .search-form label ::-ms-input-placeholder,
.search-form body .buscadorinner .form-inline label ::-ms-input-placeholder,
body .buscadorinner .search-form label ::-ms-input-placeholder {
  color: #0b0d10;
}

body .buscadorinner .form-inline .form-group ::placeholder,
body .buscadorinner .search-form .form-group ::placeholder,
body .buscadorinner .form-inline .search-form label ::placeholder,
.search-form body .buscadorinner .form-inline label ::placeholder,
body .buscadorinner .search-form label ::placeholder {
  color: #0b0d10;
}

body .buscadorinner .form-inline .btn-lupa,
body .buscadorinner .search-form .btn-lupa {
  position: absolute;
  left: 0px;
  background-color: transparent;
}

body .buscadorinner .form-inline .btn-lupa:before,
body .buscadorinner .search-form .btn-lupa:before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url("/wp-content/themes/templatePLG/dist/images/lupa-oscura.svg");
  background-size: cover;
  display: block;
}

body .buscadorinner .form-inline .btn-cerrar,
body .buscadorinner .search-form .btn-cerrar {
  position: absolute;
  right: 0px;
  background-color: transparent;
  border: none;
  color: #134c8f;
  font-size: 18px;
  font-size: 1.38462rem;
}

footer {
  background-color: var(--primary-color);
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  footer {
    z-index: 7;
  }
}

@media (max-width: 991.98px) {
  footer {
    padding-top: 60px;
  }
}

@media (max-width: 991.98px) {
  footer {
    padding-top: 55px;
  }
}

footer .cont-menu {
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  footer .cont-menu {
    padding-bottom: 30px;
  }
}

footer .cont-menu .logo-footer {
  margin-top: -30px;
}

@media (max-width: 991.98px) {
  footer .cont-menu .logo-footer {
    max-width: 100px;
  }
}

footer .cont-menu h3 {
  letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
  footer .cont-menu h3 {
    font-size: 26px;
    font-size: 2rem;
  }
}

footer .cont-menu .h3 {
  letter-spacing: 0.08em;
}

@media (max-width: 991.98px) {
  footer .cont-menu .h3 {
    font-size: 26px;
    font-size: 2rem;
  }
}

footer ul {
  padding-left: unset;
}

footer ul li {
  list-style: none;
  margin-top: 10px;
}

footer ul li a {
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  font-size: 14px;
  font-size: 1.07692rem;
}

@media (max-width: 991.98px) {
  footer ul li a {
    font-size: 16px;
    font-size: 1.23077rem;
  }
}

footer ul li a:hover {
  color: #fff;
  opacity: 0.8;
}

footer .cont-contacto {
  background-color: #0c3776;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  footer .cont-contacto {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

footer .cont-contacto h3 {
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  footer .cont-contacto h3 {
    font-size: 26px;
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  footer .cont-contacto h4 {
    font-size: 16px;
    font-size: 1.23077rem;
  }
}

footer .cont-contacto .h3 {
  letter-spacing: 0.08em;
  color: #fff;
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  footer .cont-contacto .h3 {
    font-size: 26px;
    font-size: 2rem;
  }
}

footer .cont-contacto .h4 {
  color: #fff;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  margin-top: 15px;
}

footer .cont-contacto .h4.v-desktop {
  display: block;
}

footer .cont-contacto .h4.v-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  footer .cont-contacto .h4 {
    font-size: 16px;
    font-size: 1.23077rem;
  }
}

@media (max-width: 760px) {
  footer .cont-contacto .h4.v-desktop {
    display: none;
  }

  footer .cont-contacto .h4.v-mobile {
    display: block;
  }
}

footer .cont-legal {
  background-color: var(--color-primary-mid);
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
}

footer h4 {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  margin-top: 15px;
}

footer .cont-rrss a {
  color: #fff;
  margin-right: 25px;
  font-size: 24px;
  font-size: 1.84615rem;
  margin-right: 25px;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  footer .cont-rrss a {
    margin-right: 15px;
    margin-top: 30px;
    font-size: 28px;
    font-size: 2.15385rem;
  }
}

footer .cont-rrss .tik-tok img {
  height: 24px;
  margin-top: -5px;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

@media (max-width: 767.98px) {
  html {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.wrap {
  max-width: 100vw;
  /* overflow: hidden; */
}

.capaAyuda {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 5px;

  display: flex;
  gap: 5px;

  &.sticky-format {
    @media (min-width: 1024px) {
      display: none;
    }
  }
}

.capaAyuda a[id="ahuanqdzxvzlkwdzgymuuzdvyfnmytea"] {
  position: relative;
  bottom: -5px;

  display: flex;

  padding: 10px 15px 15px;

  outline: 0;
  cursor: pointer;

  border: unset;
  border-radius: 10px 10px 0 0;
  background-color: #25d366;

  transition: all .3s ease-in-out;
}

.capaAyuda a[id="ahuanqdzxvzlkwdzgymuuzdvyfnmytea"]:hover {
  bottom: 0;
  box-shadow: 0 0 10px #25d36566;
}

.capaAyuda a[id="ahuanqdzxvzlkwdzgymuuzdvyfnmytea"]>img,
.capaAyuda a[id="ebasxihwjfkvehjikotoxyodjuirnkqq"]>img {
  display: block;
  width: auto;
  height: 25px;
}

.capaAyuda a[id="ebasxihwjfkvehjikotoxyodjuirnkqq"] {
  position: relative;
  bottom: -5px;

  display: flex;

  padding: 10px 15px 15px;

  outline: 0;
  cursor: pointer;

  border: unset;
  border-radius: 10px 10px 0 0;
  background-color: #ff9c00;

  transition: all .3s ease-in-out;
}

.capaAyuda a[id="otjxsepkxkluohcqkieqajldpswskyab"] {
  position: relative;
  bottom: -5px;

  display: flex;
  align-items: center;

  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 600;

  text-transform: uppercase;

  padding: 10px 15px 15px;

  outline: 0;
  cursor: pointer;

  border: unset;
  border-radius: 10px 10px 0 0;
  background-color: #93dff9;

  color: #134c8f;
  transition: all .3s ease-in-out;
}

.capaAyuda a[id="otjxsepkxkluohcqkieqajldpswskyab"]:hover {
  bottom: 0;
  box-shadow: 0 0 10px rgba(255, 255, 255, .4);
  color: #fff;
}

@media (min-width: 768px) {
  .capaAyuda {
    right: 20px;
    gap: 10px;
  }

  .capaAyuda a[id="ahuanqdzxvzlkwdzgymuuzdvyfnmytea"] {
    padding: 15px 25px 20px;
  }

  .capaAyuda a[id="ebasxihwjfkvehjikotoxyodjuirnkqq"] {
    display: none;
  }

  .capaAyuda a[id="otjxsepkxkluohcqkieqajldpswskyab"] {
    padding: 15px 25px 20px;
    font-size: 16px;
  }
}

.capaAyuda .btn-pestanya.btn-llamar {
  background-color: #134c8f !important;
  color: #fff;
  border: solid #134c8f !important;
  padding-right: 30px !important;
  padding-left: 60px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-llamar {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.capaAyuda .btn-pestanya.btn-llamar:before {
  content: " ";
  background-image: url(/wp-content/uploads/2021/07/ico-phone.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 15px;
  left: 25px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-llamar:before {
    left: calc(50% - 12px);
    position: absolute;
    top: 4px;
  }
}

.capaAyuda .btn-pestanya.btn-matricula {
  background-color: #45b8ac !important;
  color: #fff;
  border: solid #45b8ac !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-matricula {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.capaAyuda .btn-pestanya.btn-reserva {
  background-color: #134c8f !important;
  color: #fff;
  border: solid #134c8f !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-reserva {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

.capaAyuda .btn-pestanya.btn-info {
  background-color: #93DFF9 !important;
  color: #134c8f;
  border: solid #93DFF9 !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-info {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 11px;
    padding-bottom: 7px;
  }
}

.capaAyuda .btn-pestanya.btn-whatsapp {
  background-color: #25d366 !important;
  border: solid #25d366;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-whatsapp {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 17px;
    padding-bottom: 0px;
    display: inline-block;
  }
}

.capaAyuda .btn-pestanya.btn-whatsapp:before {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNDAuNzMyMTEiIGhlaWdodD0iNDAuOTI3OTUiIHZpZXdCb3g9IjAgMCA0MC43MzIxMSA0MC45Mjc5NSI+PHRpdGxlPndoYXRzYXBwPC90aXRsZT48cGF0aCBkPSJNMzQuNzk3NSw2LjAxOTg5QTIwLjI4NTYzLDIwLjI4NTYzLDAsMCwwLDIuODc3MjUsMzAuNDkwNzNMMCw0MWwxMC43NTEzMy0yLjgyMDI5QTIwLjI1OTI3LDIwLjI1OTI3LDAsMCwwLDIwLjQ0Myw0MC42NDgyOGguMDA4NUEyMC4yODk1OCwyMC4yODk1OCwwLDAsMCwzNC43OTc1LDYuMDE5ODlaTTIwLjQ1MTI0LDM3LjIyMzIxaC0uMDA3YTE2LjgzNTkxLDE2LjgzNTkxLDAsMCwxLTguNTc5NTMtMi4zNDk2NmwtLjYxNTI3LS4zNjU0Ny02LjM4LDEuNjczNjksMS43MDI5MS02LjIyMDM4LS40MDA5My0uNjM3NzVhMTYuODU2NjUsMTYuODU2NjUsMCwxLDEsMTQuMjc5ODIsNy44OTk1N1ptOS4yNDYyNS0xMi42MjQ4N2MtLjUwNjYtLjI1MzgtMi45OTgxNS0xLjQ3OTM0LTMuNDYyNzgtMS42NDg3MS0uNDY0MTQtLjE2OTExLS44MDIzOC0uMjUzMy0xLjEzOTg2LjI1MzgxLS4zMzguNTA3MS0xLjMwOSwxLjY0ODctMS42MDQ3NCwxLjk4NjY5LS4yOTU3Ny4zMzgyNC0uNTkxLjM4MDctMS4wOTc4OS4xMjY5YTEzLjg0MDg5LDEzLjg0MDg5LDAsMCwxLTQuMDc1MzEtMi41MTUyOCwxNS4yODYxNCwxNS4yODYxNCwwLDAsMS0yLjgxOTA1LTMuNTEwMjVjLS4yOTUyNi0uNTA3Ni0uMDAyNDktLjc1NTQxLjIyMjMzLTEuMDM0MTlBMTQuMzM2LDE0LjMzNiwwLDAsMCwxNi45ODcsMTYuNTIzOTJhLjkzMjA1LjkzMjA1LDAsMCwwLS4wNDI0Ny0uODg3ODFjLS4xMjY0LS4yNTM1NS0xLjEzOTg2LTIuNzQ3ODUtMS41NjItMy43NjI4LS40MTE2Ny0uOTg3NzMtLjgyOTEtLjg1NDMzLTEuMTQwMzUtLjg2OTgyLS4yOTUyNy0uMDE0NzQtLjYzMzI2LS4wMTc3NC0uOTcxMjQtLjAxNzc0YTEuODYxMjMsMS44NjEyMywwLDAsMC0xLjM1MTQ0LjYzNDI2LDUuNjgzNTgsNS42ODM1OCwwLDAsMC0xLjc3MzM3LDQuMjI3NDQsOS44NTc4Niw5Ljg1Nzg2LDAsMCwwLDIuMDY5MTMsNS4yNDIxNGMuMjUzMzEuMzM4MjQsMy41NzM0Niw1LjQ1NjczLDguNjU2NzMsNy42NTE1MWEyOS4wMDQxMywyOS4wMDQxMywwLDAsMCwyLjg4OSwxLjA2NzY2LDYuOTQ3MDksNi45NDcwOSwwLDAsMCwzLjE5MTc1LjIwMDg1Yy45NzM3NC0uMTQ1NjQsMi45OTc5MS0xLjIyNiwzLjQyMDU4LTIuNDA5NjJhNC4yMzQwNiw0LjIzNDA2LDAsMCwwLC4yOTUyNi0yLjQwOTg2QzMwLjU0MjA4LDI0Ljk3ODgsMzAuMjA0MSwyNC44NTIxNCwyOS42OTc0OSwyNC41OTgzNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDcyMDUpIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  width: 25px;
  height: 25px;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 15px;
  left: 25px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-whatsapp:before {
    left: calc(50% - 12px);
    position: absolute;
    top: 6px;
  }
}

.capaAyuda .btn-pestanya.btn-llamadambl {
  background-color: #134c8f !important;
  color: #fff;
  border: solid #134c8f !important;
  padding-right: 30px !important;
  padding-left: 60px !important;
  padding-top: 12px;
  padding-bottom: 0px;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-llamadambl {
    padding-right: 22px !important;
    padding-left: 22px !important;
    padding-top: 17px;
    padding-bottom: 0px;
  }
}

.capaAyuda .btn-pestanya.btn-llamadambl:before {
  content: " ";
  background-image: url(/wp-content/uploads/2021/07/ico-phone.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 15px;
  left: 25px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .capaAyuda .btn-pestanya.btn-llamadambl:before {
    left: calc(50% - 12px);
    position: absolute;
    top: 6px;
  }
}

@media (max-width: 600px) {
  .capaAyuda .btn-pestanya.btn-info {
    padding-right: 12px !important;
    padding-left: 12px !important;
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .capaAyuda .btn-pestanya.btn-llamadambl {
    padding-right: 18px !important;
    padding-left: 18px !important;
    padding-top: 17px;
    padding-bottom: 0px;
  }

  .capaAyuda .btn-pestanya.btn-whatsapp {
    padding-right: 18px !important;
    padding-left: 18px !important;
    padding-top: 17px;
    padding-bottom: 0px;
    display: inline-block;
  }
}

.capaAyuda.ocultar {
  display: none;
}

.slider_principal {
  height: 100vh;
  min-height: 900px;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}

.slider_principal .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
}

@media (max-width: 991.98px) {
  .slider_principal {
    height: unset;
    min-height: unset;
    padding-bottom: 0px;
  }
}

@media (max-width: 991.98px) {
  .slider_principal {
    background-size: 150%;
  }
}

.slider_principal .fondo-slider-ppal {
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover !important;
}

@media (max-width: 991.98px) {
  .slider_principal .fondo-slider-ppal {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .slider_principal .fondo-slider-ppal {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.slider_principal .fondo-slider-ppal.oscurecer {
  position: relative;
}

.slider_principal .fondo-slider-ppal.oscurecer:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide {
  padding-top: 0px;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide h1 {
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 60px;
  font-size: 4.61538rem;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide h1 {
    font-size: 55px;
    font-size: 4.23077rem;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide h2 {
  text-align: left;
  color: #000;
  font-size: 60px;
  font-size: 4.61538rem;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide h2 {
    font-size: 55px;
    font-size: 4.23077rem;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide .sobretitulo {
  text-align: left;
  color: #000;
  font-family: var(--font-outfit);
  color: #45b8ac;
  font-size: 40px;
  font-size: 3.07692rem;
  line-height: 1em;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide .sobretitulo {
    font-size: 30px;
    font-size: 2.30769rem;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide .texto {
  color: #000;
  margin-top: 40px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.92308rem;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide .texto {
    font-size: 20px;
    font-size: 1.53846rem;
  }
}

@media (max-width: 767.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide .texto {
    margin-top: 20px;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide .btn-relleno {
  margin-top: 10vh;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide .btn-relleno {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .slider_principal .swiper-container .swiper-wrapper .swiper-slide .btn-relleno {
    margin-top: 20px;
  }
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide.reducirgrosor .texto {
  font-weight: 300;
}

.slider_principal .swiper-pagination {
  bottom: 40px;
  left: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-pagination {
    bottom: 20px;
  }
}

.slider_principal .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  height: 6px;
}

@media (max-width: 991.98px) {
  .slider_principal .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
  }
}

.rejilla_iconos,
.rejilla_iconos_color {
  background-size: cover;
  background-position: bottom left;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {

  .rejilla_iconos,
  .rejilla_iconos_color {
    padding-top: 50px;
    background-image: url("https://universae.plug-in.es/wp-content/uploads/2021/06/bg-modulo-rejilla.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}

.rejilla_iconos h2,
.rejilla_iconos_color h2 {
  color: #fff;
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {

  .rejilla_iconos h2,
  .rejilla_iconos_color h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.rejilla_iconos hr,
.rejilla_iconos_color hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {

  .rejilla_iconos hr,
  .rejilla_iconos_color hr {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.rejilla_iconos .texto,
.rejilla_iconos_color .texto {
  color: #fff;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.rejilla_iconos .mod-icono,
.rejilla_iconos_color .mod-icono {
  margin-top: 50px;
}

@media (max-width: 991.98px) {

  .rejilla_iconos .mod-icono,
  .rejilla_iconos_color .mod-icono {
    margin-top: 20px;
  }
}

.rejilla_iconos .mod-icono.concaja,
.rejilla_iconos_color .mod-icono.concaja {
  margin-top: unset;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  position: relative;
  height: 200px;
  margin-top: 30px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}

.rejilla_iconos .mod-icono.concaja.cajaauto,
.rejilla_iconos_color .mod-icono.concaja.cajaauto {
  height: auto;
  margin-top: 0;
}

.rejilla_iconos .mod-icono.concaja h3,
.rejilla_iconos_color .mod-icono.concaja h3 {
  font-size: 18px;
  font-size: 1.38462rem;
  color: #101820;
  font-family: var(--font-outfit);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.rejilla_iconos .mod-icono.concaja h3.bottom-negative,
.rejilla_iconos_color .mod-icono.concaja h3.bottom-negative {
  bottom: -20px;
}

@media (max-width: 991.98px) {

  .rejilla_iconos .mod-icono.concaja h3.bottom-negative,
  .rejilla_iconos_color .mod-icono.concaja h3.bottom-negative {
    bottom: 0px;
  }
}

/* .rejilla_iconos .mod-icono.concaja:hover h3,
.rejilla_iconos_color .mod-icono.concaja:hover h3 {
  color: #fff;
} */

/* .rejilla_iconos .mod-icono.concaja:hover img,
.rejilla_iconos_color .mod-icono.concaja:hover img {
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
} */

.rejilla_iconos .mod-icono.cajamedia,
.rejilla_iconos_color .mod-icono.cajamedia {
  margin-top: unset;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.4);
  position: relative;
  height: 200px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.rejilla_iconos .mod-icono.cajamedia .verde,
.rejilla_iconos_color .mod-icono.cajamedia .verde {
  background-color: #45b8ac;
  min-width: 85px;
  min-height: 85px;
}

.rejilla_iconos .mod-icono.cajamedia h3,
.rejilla_iconos_color .mod-icono.cajamedia h3 {
  font-size: 18px;
  font-size: 1.38462rem;
  color: #101820;
  font-family: var(--font-outfit);
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.rejilla_iconos .mod-icono.cajamedia h3.bottom-negative,
.rejilla_iconos_color .mod-icono.cajamedia h3.bottom-negative {
  bottom: -20px;
}

.rejilla_iconos .mod-icono.cajamedia:hover img,
.rejilla_iconos_color .mod-icono.cajamedia:hover img {
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.rejilla_iconos .mod-icono h3,
.rejilla_iconos_color .mod-icono h3 {
  font-size: 22px;
  font-size: 1.69231rem;
  color: #101820;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {

  .rejilla_iconos .mod-icono h3,
  .rejilla_iconos_color .mod-icono h3 {
    font-size: 20px;
    font-size: 1.53846rem;
    padding: 0 0;
  }
}

.rejilla_iconos .mod-icono p,
.rejilla_iconos_color .mod-icono p {
  color: #fff;
  font-size: 14px;
  font-size: 1.07692rem;
}

@media (max-width: 991.98px) {

  .rejilla_iconos .mod-icono p,
  .rejilla_iconos_color .mod-icono p {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.rejilla_iconos .mod-icono .icono,
.rejilla_iconos_color .mod-icono .icono {
  height: 75px;
}

.donde {
  background-color: #b6e1f9;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0;
}

@media (max-width: 991.98px) {
  .donde {
    padding: 70px 0 10px;
  }
}

.donde h2 {
  font-family: var(--font-outfit);
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
  color: #134c8f;
}

@media (max-width: 768px) {
  .donde h2 {
    font-size: 30px !important;
  }
}

.donde h2 hr {
  border: solid 1px #134c8f;
  margin-right: -15px;
}

.donde .texto p {
  color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.donde .mapa {
  max-width: 690px;
}

.carrusel_logos {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .carrusel_logos {
    padding-bottom: 50px;
  }
}

.carrusel_logos h2 {
  color: #134c8f;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .carrusel_logos h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.carrusel_logos hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.carrusel_logos .texto {
  color: #101820;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.carrusel_logos .swiper-container {
  margin-top: 70px;
}

.carrusel_logos .swiper-container .swiper-wrapper {
  height: unset;
}

.carrusel_logos .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 250px;
}

.tit_txt_dos_col {
  position: relative;
  background-size: cover;
  height: 75vh;
}

.tit_txt_dos_col .bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tit_txt_dos_col .bg-content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.tit_txt_dos_col .bg-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tit_txt_dos_col .bg-content .bg.hide {
  opacity: 0;
}

@media (min-width: 768px) {
  .tit_txt_dos_col .cont-col-izq.border-line {
    border-right: 1px solid white;
  }

  .tit_txt_dos_col .cont-col-der.border-line {
    border-left: 1px solid white;
  }
}

@media (max-width: 767.98px) {
  .tit_txt_dos_col .cont-col:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
  }

  .tit_txt_dos_col .cont-col.no-overlay-mbl:after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .tit_txt_dos_col .cont-col .contenido {
    z-index: 1;
  }
}

.tit_txt_dos_col .cont-col-izq,
.tit_txt_dos_col .cont-col-der {
  overflow: hidden;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tit_txt_dos_col .cont-col-izq .bg-icono,
.tit_txt_dos_col .cont-col-der .bg-icono {
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  background-position: left;
  padding-bottom: 20px;
}

.tit_txt_dos_col .cont-col-izq .contenido,
.tit_txt_dos_col .cont-col-der .contenido {
  -webkit-transform: translateY(calc(100% + -100px));
  -o-transform: translateY(calc(100% + -100px));
  transform: translateY(calc(100% + -100px));
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tit_txt_dos_col .cont-col-izq .contenido .texto,
.tit_txt_dos_col .cont-col-der .contenido .texto {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.tit_txt_dos_col .cont-col-izq .contenido .btn-relleno,
.tit_txt_dos_col .cont-col-der .contenido .btn-relleno {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media (max-width: 991.98px) {

  .tit_txt_dos_col .cont-col-izq .contenido,
  .tit_txt_dos_col .cont-col-der .contenido {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.tit_txt_dos_col .cont-col-izq:hover .contenido,
.tit_txt_dos_col .cont-col-der:hover .contenido {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.tit_txt_dos_col .cont-col-izq:hover .contenido .texto,
.tit_txt_dos_col .cont-col-der:hover .contenido .texto {
  opacity: 1;
}

.tit_txt_dos_col .cont-col-izq:hover .contenido .btn-relleno,
.tit_txt_dos_col .cont-col-der:hover .contenido .btn-relleno {
  opacity: 1;
}

@media (min-width: 768px) {

  .tit_txt_dos_col .cont-col-izq,
  .tit_txt_dos_col .cont-col-der {
    background-image: none !important;
  }
}

@media (max-width: 991.98px) {

  .tit_txt_dos_col .cont-col-izq,
  .tit_txt_dos_col .cont-col-der {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #fff;
  }
}

.tit_txt_dos_col h2,
.tit_txt_dos_col .h2 {
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
  color: white;
  font-weight: 400;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {

  .tit_txt_dos_col h2,
  .tit_txt_dos_col .h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.tit_txt_dos_col hr {
  border-top: 2px solid white;
  max-width: 340px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tit_txt_dos_col .texto {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.4em;
}

@media (max-width: 991.98px) {
  .tit_txt_dos_col .texto {
    opacity: 1 !important;
  }
}

.tit_txt_dos_col .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .tit_txt_dos_col {
    background-image: none !important;
    height: auto;
  }

  .tit_txt_dos_col .container {
    max-width: 100%;
  }
}

.texto_sobre_imagen_50 {
  background-size: cover;
  padding-bottom: 50px;
  border-top: 1px solid #fff;
  position: relative;
}

@media (max-width: 767.98px) {
  .texto_sobre_imagen_50 {
    background-image: none !important;
    padding-bottom: 0px;
  }
}

.texto_sobre_imagen_50 h2 {
  color: #134c8f;
  text-align: left !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .texto_sobre_imagen_50 h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.texto_sobre_imagen_50 hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.texto_sobre_imagen_50 .texto p {
  color: #101820;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
}

.texto_sobre_imagen_50 iframe {
  border: none;
}

.texto_sobre_imagen_50 .overlay {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.texto_sobre_imagen_50 .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 40px;
}

.texto_sobre_imagen_50 .cont-col {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .texto_sobre_imagen_50 .cont-col {
    margin-top: 0px;
  }
}

.rejilla_iconos_color {
  background-color: #134c8f;
  background-image: none;
  padding-bottom: 80px;
  padding-top: 200px;
}

@media (max-width: 991.98px) {
  .rejilla_iconos_color {
    padding-top: 120px;
  }
}

.rejilla_iconos_color .mod-icono .content img {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  max-width: 110px;
  height: 144px;
}

@media (max-width: 991.98px) {
  .rejilla_iconos_color .mod-icono .content img {
    height: 124px;
  }
}

@media (max-width: 767.98px) {
  .rejilla_iconos_color .mod-icono .content img {
    height: 84px;
  }
}

@media (max-width: 991.98px) {
  .rejilla_iconos_color .mod-icono.mod-icono-slider .content {
    width: auto !important;
    max-width: inherit;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .rejilla_iconos_color .mod-icono.mod-icono-slider .content img {
    height: auto;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding-top: 0px !important;
  }
}

.rejilla_iconos_color .mod-icono p {
  font-size: 18px;
  font-size: 1.38462rem;
}

.texto_imagen_iconos .padding-cont {
  padding-left: 10vw;
}

@media (max-width: 767.98px) {
  .texto_imagen_iconos .padding-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.texto_imagen_iconos .cont-texto {
  padding-top: 50px;
}

.texto_imagen_iconos .cont-texto h2 {
  color: #134c8f;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .texto_imagen_iconos .cont-texto h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.texto_imagen_iconos .cont-texto h3 {
  color: #134c8f;
  font-weight: 600;
  font-size: 30px;
  font-size: 2.30769rem;
}

@media (max-width: 991.98px) {
  .texto_imagen_iconos .cont-texto h3 {
    font-size: 22px;
    font-size: 1.69231rem;
  }
}

.texto_imagen_iconos .cont-texto hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.texto_imagen_iconos .texto p {
  color: #101820 !important;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 400;
}

.texto_imagen_iconos .img-fondo {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

@media (max-width: 991.98px) {
  .texto_imagen_iconos .img-fondo {
    position: relative;
  }
}

.texto_imagen_iconos .cont-iconos {
  margin-top: 20px;
  padding-bottom: 50px;
}

.texto_imagen_iconos .cont-iconos .texto {
  margin-top: 5px;
  color: #101820;
  font-size: 16px;
  font-size: 1.23077rem;
  font-weight: 700;
}

.texto_imagen_iconos .cont-iconos .item-icono {
  padding: 0 4vw;
}

@media (max-width: 767.98px) {
  .texto_imagen_iconos .cont-iconos .item-icono {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.texto_imagen_iconos .cont-iconos .item-icono img {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media (max-width: 767.98px) {
  .texto_imagen_iconos .cont-iconos .item-icono img {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.texto_imagen_iconos .cont-iconos .descripcion {
  color: black;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 300;
}

.texto_imagen_iconos.compacto {
  padding: 3rem;
}

@media (max-width: 991.98px) {
  .texto_imagen_iconos.compacto {
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.texto_imagen_iconos.compacto .padding-cont {
  padding: 3rem;
}

@media (max-width: 991.98px) {
  .texto_imagen_iconos.compacto .padding-cont {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.texto_imagen_iconos.compacto .padding-cont .cont-texto {
  padding-top: 3rem;
}

.texto_imagen_iconos.compacto .padding-cont .cont-texto hr {
  max-width: 340px;
}

.texto_imagen_iconos.compacto .padding-cont .cont-texto,
.texto_imagen_iconos.compacto .padding-cont .texto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.texto_imagen_iconos.compacto .cont-iconos .item-icono {
  padding: 0;
}

.rejilla_noticias .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
}

.rejilla_noticias .cont-texto {
  position: relative;
  z-index: 1;
}

.rejilla_noticias .cont-noticia-1 {
  border-left: 1px solid #fff;
}

.rejilla_noticias .cont-2-noticias {
  border-left: 1px solid #fff;
}

.rejilla_noticias .cont-noticia-3 {
  border-top: 1px solid #fff;
}

.rejilla_noticias h2 {
  font-size: 30px;
  font-size: 2.30769rem;
  color: #fff;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .rejilla_noticias h2 {
    font-size: 21px;
    font-size: 1.61538rem;
    margin-top: 20px;
  }
}

.rejilla_noticias .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 30px;
}

.rejilla_noticias .extracto {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .rejilla_noticias .extracto {
    margin-top: 20px;
  }
}

.rejilla_noticias .extracto p {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .rejilla_noticias .extracto p {
    margin-top: 20px;
  }
}

.mod-cursos-destacados {
  padding-top: 50px;
  margin-bottom: -120px;
}

.mod-cursos-destacados h2 {
  color: #134c8f;
  text-align: center !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-cursos-destacados hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 26px;
  margin-bottom: 36px;
}

@media (max-width: 767.98px) {
  .mod-cursos-destacados hr {
    margin-top: 30px;
  }
}

.mod-cursos-destacados .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.mod-cursos-destacados .duracion {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: 400;
}

.mod-cursos-destacados .duracion strong {
  font-family: var(--font-outfit);
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .duracion strong {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .duracion {
    left: 0px;
    right: 0px;
    text-align: center;
  }

  .mod-cursos-destacados .duracion strong {
    text-align: center;
  }
}

.mod-cursos-destacados h3 {
  font-size: 25px;
  font-size: 1.92308rem;
  color: #134c8f;
  margin-top: 15px;
  margin-bottom: 0px;
  min-height: 85px;
  font-weight: 400;
}

.mod-cursos-destacados h2.h2-nuestros-cursos {
  font-size: 25px;
  font-size: 1.92308rem;
  color: #134c8f;
  margin-top: 15px;
  margin-bottom: 0px;
  min-height: 76px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left !important;
  line-height: 1.1em;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados h3 {
    margin-top: 0px;
    min-height: inherit;
  }

  .mod-cursos-destacados h2.h2-nuestros-cursos {
    font-size: 1.38462rem;
    min-height: 38px;
  }
}

.mod-cursos-destacados .tags {
  color: #45b8ac;
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: 400;
}

.mod-cursos-destacados .tags a {
  color: #45b8ac;
  font-size: 15px;
  font-size: 1.15385rem;
  font-weight: 400;
}

.mod-cursos-destacados .extracto {
  color: var(--color-primary-hover);
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 30px;
  min-height: 132px;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .extracto {
    margin-top: 15px;
    min-height: auto;
  }
}

.mod-cursos-destacados .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  position: absolute;
  left: 20px;
  bottom: 25px;
  opacity: 1;
}

.mod-cursos-destacados .mod-curso {
  border-radius: 10px;
  background-color: #efefef;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .mod-curso {
    overflow: hidden;
  }
}

.mod-cursos-destacados .cont-info {
  padding: 20px;
}

.mod-cursos-destacados .cont-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .cont-image {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
  }
}

.mod-cursos-destacados .overlay {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mod-cursos-destacados .etiqueta {
  margin-top: 25px;
}

.mod-cursos-destacados .etiquetapresencial {
  padding-left: 25px;
  padding-right: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #FD8B09;
  color: #fff;
  margin-left: -24px;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-size: 1.15385rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.mod-cursos-destacados .swiper-container-cursos {
  height: 810px;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .mod-cursos-destacados .swiper-container-cursos {
    height: inherit;
  }
}

.mod-cursos-destacados .swiper-container-cursos .swiper-container {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .mod-cursos-destacados .swiper-container {
    padding-bottom: 50px;
  }

  .mod-cursos-destacados .swiper-wrapper {
    height: 450px;
    padding-left: 30px;
  }
}

.rejilla_noticias .swiper-wrapper {
  height: 550px;
}

@media (max-width: 767.98px) {
  .rejilla_noticias .swiper-wrapper {
    height: unset;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .rejilla_noticias .modNoticiaHome .etiqueta-azul {
    margin-left: -29px;
    padding-left: 36px;
  }
}

.mod_imagen50_bullets {
  padding: 70px 0;
}

@media (max-width: 991.98px) {
  .mod_imagen50_bullets {
    padding: 0 0;
  }
}

.mod_imagen50_bullets .imagen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991.98px) {
  .mod_imagen50_bullets .imagen {
    height: 40vh;
  }
}

.mod_imagen50_bullets h2 {
  font-family: var(--font-outfit);
  font-weight: normal;
  color: #134c8f;
  overflow: hidden;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod_imagen50_bullets h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod_imagen50_bullets h2 hr {
  border: solid 1px #134c8f;
  margin-left: -15px;
  margin-right: -15px;
}

.mod_imagen50_bullets ul li {
  list-style: none;
  padding-left: 45px;
  position: relative;
  min-height: 35px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #000;
}

.mod_imagen50_bullets ul li:before {
  content: " ";
  border-radius: 50%;
  background-color: #45b8ac;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQwNS4zIDQwNS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDUuMyA0MDUuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOTMuNCwxMjQuNEwxNzkuNiwzMzguMmMtMTUuOCwxNS44LTQxLjUsMTUuOC01Ny40LDBMMTEuOSwyMjcuOEMtNCwyMTItNCwxODYuMywxMS45LDE3MC41CgkJYzE1LjgtMTUuOCw0MS41LTE1LjgsNTcuNCwwbDgxLjcsODEuN0wzMzYsNjcuMWMxNS44LTE1LjgsNDEuNS0xNS44LDU3LjQsMEM0MDkuMiw4Mi45LDQwOS4yLDEwOC42LDM5My40LDEyNC40eiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.mod_imagen50_bullets ul li strong {
  font-weight: bold;
}

.mod_imagen50_bullets .columna-texto {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .mod_imagen50_bullets .columna-texto {
    padding-left: 15px;
  }
}

.mod_bullets_numerado {
  background-color: #efefef;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0;
}

.mod_bullets_numerado h2 {
  font-family: var(--font-outfit);
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
  color: #134c8f;
}

@media (max-width: 991.98px) {
  .mod_bullets_numerado h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod_bullets_numerado h2 hr {
  border: solid 1px #134c8f;
  margin-left: -15px;
  margin-right: -15px;
}

.mod_bullets_numerado ul {
  counter-reset: contador;
}

.mod_bullets_numerado ul li {
  list-style: none;
  padding-left: 95px;
  padding-top: 25px;
  position: relative;
  min-height: 125px;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.4em;
  color: #000;
  counter-increment: contador;
  max-width: calc(33% - 30px) !important;
}

@media (max-width: 991.98px) {
  .mod_bullets_numerado ul li {
    max-width: inherit !important;
  }
}

.mod_bullets_numerado ul li:before {
  content: counter(contador);
  border-radius: 50%;
  border: solid 12px #45b8ac;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
  height: 125px;
  opacity: .2;
  color: #45b8ac;
  text-align: center;
  line-height: 90px;
  font-size: 90px;
  font-size: 6.92308rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .mod_bullets_numerado ul li:nth-child(even) {
    padding-right: 95px;
    padding-left: 0px;
  }

  .mod_bullets_numerado ul li:nth-child(even):before {
    right: 0px;
    left: auto;
  }
}

.mod_bullets_numerado ul li p {
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
  color: #000;
}

.mod_bullets_numerado ul li strong {
  font-weight: bold;
}

.mod_bullets_numerado ul p {
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
  color: #000;
}

.mod_tabla {
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0;
}

.mod_tabla h2 {
  font-family: var(--font-outfit);
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
  color: #134c8f;
}

@media (max-width: 991.98px) {
  .mod_tabla h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod_tabla h2 hr {
  border: solid 1px #134c8f;
  margin-left: -15px;
  margin-right: -15px;
}

.mod_tabla .tituloTabla {
  text-align: center;
  padding: 10px;
  background-color: #134c8f;
  color: #fff;
  font-family: var(--font-outfit);
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
}

.mod_tabla table {
  color: #000;
  width: 100%;
}

.mod_tabla table tr {
  border-bottom: solid 1px #000;
  background-color: #fff;
}

.mod_tabla table tr:last-child {
  border-bottom: none;
  background-color: #DEDFDE;
  font-weight: bold;
}

.mod_tabla table thead tr {
  border-bottom: solid 1px #000 !important;
}

.mod_tabla table thead tr:last-child {
  border-bottom: solid 1px #000 !important;
  background-color: #fff !important;
}

.mod_tabla table td,
.mod_tabla table th {
  padding: 12px 5px;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
}

.mod_tabla table th {
  color: #000;
  font-weight: bold;
}

.mod_tabla table tr:last-child td {
  font-weight: bold;
}

.mod_iconos_detras {
  background-color: #45b8ac;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0 0;
}

@media (max-width: 991.98px) {
  .mod_iconos_detras {
    padding: 70px 0 10px;
  }
}

.mod_iconos_detras .porque-item {
  margin-bottom: 70px;
}

.mod_iconos_detras h2 {
  font-family: var(--font-outfit);
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 991.98px) {
  .mod_iconos_detras h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod_iconos_detras h2 hr {
  border: solid 1px #fff;
  margin-left: -15px;
  margin-right: -15px;
}

.mod_iconos_detras .icodetras {
  list-style: none;
  padding-left: 95px;
  padding-top: 25px;
  position: relative;
  min-height: 35px;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.4em;
  color: #fff;
  min-height: 125px;
  counter-increment: contador;
}

@media (max-width: 991.98px) {
  .mod_iconos_detras .icodetras {
    padding-left: 70px;
  }
}

.mod_iconos_detras .icodetras img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  height: 130px;
  opacity: .5;
}

.mod_iconos_detras .icodetras .titulo {
  font-size: 28px;
  font-size: 2.15385rem;
  line-height: 1.4em;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: bold;
}

.mod_iconos_detras .icodetras p {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.4em;
  color: #fff;
}

.mod_iconos_detras .icodetras strong {
  font-weight: bold;
}

.mod_iconos_detras .swiper-container-prqueuni {
  padding-bottom: 60px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.mod_iconos_detras .swiper-container-prqueuni .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #134c8f;
}

.mod-contacta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mod-contacta h2 {
  color: white;
  text-align: center !important;
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .mod-contacta h2 {
    font-size: 50px;
    font-size: 3.84615rem;
  }
}

.mod-contacta hr {
  border-top: 2px solid #45b8ac;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mod-contacta .texto {
  color: white;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.mod-contacta .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 35px;
  opacity: 1;
  color: #134c8f;
}

.d-grid {
  display: grid;
}

@media (max-width: 767.98px) {
  .d-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.w-60 {
  max-width: 60% !important;
}

@media (max-width: 991.98px) {
  .w-60 {
    max-width: inherit !important;
  }
}

.split-columnas-2 {
  -webkit-column-count: 2;
  column-count: 2;
  text-align: justify;
}

@media (max-width: 991.98px) {
  .split-columnas-2 {
    -webkit-column-count: 1;
    column-count: 1;
    font-size: 18px;
    font-size: 1.38462rem;
  }

  .split-columnas-2 p {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.mod-cabecera {
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.mod-cabecera picture[data-function="bg-image"]>img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  z-index: -1;
}

.mod-cabecera h2 {
  color: white;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod-cabecera h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-cabecera .texto {
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.4em;
}

.mod-cabecera h1 {
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .mod-cabecera h1 {
    font-size: 30px;
  }
}

.mod-cabecera h2 {
  text-align: left;
  color: #000;
  font-size: 60px;
  font-size: 4.61538rem;
}

@media (max-width: 991.98px) {
  .mod-cabecera h2 {
    font-size: 55px;
    font-size: 4.23077rem;
  }
}

.mod-cabecera.tama_subhome h1 {
  text-align: left;
  font-family: var(--font-outfit);
  color: #fff;
  font-size: 60px;
  font-size: 4.61538rem;
  line-height: 1em;
}

@media (max-width: 991.98px) {
  .mod-cabecera.tama_subhome h1 {
    font-size: 50px;
    font-size: 3.84615rem;
  }
}

.mod-cabecera.tama_subhome .texto {
  color: #fff;
  margin-top: 40px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.92308rem;
}

@media (max-width: 991.98px) {
  .mod-cabecera.tama_subhome .texto {
    font-size: 20px;
    font-size: 1.53846rem;
  }
}

@media (max-width: 767.98px) {
  .mod-cabecera.tama_subhome .texto {
    margin-top: 20px;
  }
}

.mod-cabecera .texto p {
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.4em;
}

.mod-cabecera .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 35px;
  opacity: 1;
}

.mod-cabecera .buscador {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIuMDEgNTEyIj48dGl0bGU+bHVwYTwvdGl0bGU+PHBhdGggZD0iTTUwNS43NSw0NzUuNTksMzYwLjE1LDMzMGEyMDEuNjgsMjAxLjY4LDAsMCwwLDQ1LjE4LTEyNy4zMkM0MDUuMzMsOTAuOTMsMzE0LjQxLDAsMjAyLjY3LDBTMCw5MC45MywwLDIwMi42Nyw5MC45Miw0MDUuMzQsMjAyLjY3LDQwNS4zNEEyMDEuNjgsMjAxLjY4LDAsMCwwLDMzMCwzNjAuMTVsMTQ1LjYsMTQ1LjZhMjEuMzMsMjEuMzMsMCwxLDAsMzAuMTYtMzAuMTdaTTIwMi42NywzNjIuNjdjLTg4LjI0LDAtMTYwLTcxLjc3LTE2MC0xNjBzNzEuNzYtMTYwLDE2MC0xNjAsMTYwLDcxLjc2LDE2MCwxNjBTMjkwLjksMzYyLjY3LDIwMi42NywzNjIuNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBzdHlsZT0iZmlsbDojMTM0YzhmIi8+PC9zdmc+);
  background-position: 32px center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 32px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #333333;
  border-radius: 60px;
  border: none;
  padding-left: 86px;
}

@media (max-width: 991.98px) {
  .mod-cabecera .buscador {
    background-position: 20px center;
    background-size: 20px;
    padding-left: 54px;
  }
}

.mod-cabecera .buscador::-webkit-input-placeholder {
  color: #134c8f;
}

.mod-cabecera .buscador:-ms-input-placeholder {
  color: #134c8f;
}

.mod-cabecera .buscador::-ms-input-placeholder {
  color: #134c8f;
}

.mod-cabecera .buscador::placeholder {
  color: #134c8f;
}

.mod-faq h3 {
  color: #134c8f;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .mod-faq h3 {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.mod-faq .faq .faq-header {
  background-color: #f0f0f0;
  padding: 0.75rem 1.25rem;
}

.mod-faq .faq .faq-header h5 .btn-link {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .mod-faq .faq .faq-header h5 .btn-link {
    padding-left: 0;
  }
}

.mod-faq .faq .faq-header h5 .btn-link p {
  font-size: 14px;
  font-size: 1.07692rem;
  font-weight: 400;
  color: #333333;
  white-space: normal;
  padding-right: 15px;
}

.mod-faq .faq .faq-header h5 .btn-link.collapsed .plus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NjkuMzMgNDY5LjMzIj48dGl0bGU+bWFzPC90aXRsZT48cGF0aCBkPSJNNDM3LjMzLDE5MmgtMTYwVjMyYTMyLDMyLDAsMCwwLTMyLTMySDIyNGEzMiwzMiwwLDAsMC0zMiwzMlYxOTJIMzJBMzIsMzIsMCwwLDAsMCwyMjR2MjEuMzNhMzIsMzIsMCwwLDAsMzIsMzJIMTkydjE2MGEzMiwzMiwwLDAsMCwzMiwzMmgyMS4zM2EzMiwzMiwwLDAsMCwzMi0zMnYtMTYwaDE2MGEzMiwzMiwwLDAsMCwzMi0zMlYyMjRBMzIsMzIsMCwwLDAsNDM3LjMzLDE5MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiIHN0eWxlPSJmaWxsOiM0NWI4YWMiLz48L3N2Zz4=);
}

.mod-faq .faq .faq-header h5 .btn-link .plus {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTkuMzEgODAuMzgiPjx0aXRsZT5tZW5vczwvdGl0bGU+PHBhdGggZD0iTTQ1OS4zMSwyMjkuNjVhNDAuMiw0MC4yLDAsMCwxLTQwLjIxLDQwLjJINDAuMThhNDAuMTksNDAuMTksMCwxLDEsMC04MC4zOEg0MTkuMTRBNDAuMTgsNDAuMTgsMCwwLDEsNDU5LjMxLDIyOS42NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTE4OS40NykiIHN0eWxlPSJmaWxsOiM0NWI4YWMiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  .mod-faq .faq .faq-header h5 .btn-link .plus {
    background-size: 17px;
    width: 20px;
    height: 20px;
  }
}

.texto-btn-image-link {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .texto-btn-image-link {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
  }
}

.texto-btn-image-link .padding-cont {
  padding-left: 10vw;
}

@media (max-width: 767.98px) {
  .texto-btn-image-link .padding-cont {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.texto-btn-image-link .cont-texto {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .texto-btn-image-link .cont-texto {
    padding-top: 10px;
  }
}

.texto-btn-image-link .cont-texto h2 {
  color: #134c8f;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .texto-btn-image-link .cont-texto h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.texto-btn-image-link .cont-texto hr {
  border-top: 2px solid #45b8ac;
  max-width: 340px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
}

@media (max-width: 991.98px) {
  .texto-btn-image-link .cont-texto hr {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

.texto-btn-image-link .texto p {
  color: #101820 !important;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 400;
}

.texto-btn-image-link .img-fondo {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

.texto-btn-image-link .enlaces {
  color: #101820 !important;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 400;
}

.texto-btn-image-link .enlaces a {
  color: #101820 !important;
  text-align: left;
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 400;
  text-decoration: none;
}

.mod-insercion-laboral {
  background-color: #efefef;
}

.mod-insercion-laboral h2 {
  color: #134c8f;
  text-align: center !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod-insercion-laboral h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-insercion-laboral hr {
  border-top: 2px solid #134c8f;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mod-insercion-laboral .texto {
  color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.mod-insercion-laboral .percent {
  font-size: 64px;
  font-size: 4.92308rem;
  font-weight: 600;
}

.mod-insercion-laboral .percent:after {
  content: '%';
}

.mod-insercion-laboral .convenios {
  margin-bottom: -10vw;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
  .mod-insercion-laboral .convenios {
    font-size: 18px;
    font-size: 1.38462rem;
  }

  .mod-insercion-laboral .convenios p {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.mod-insercion-laboral .convenios .swiper-container {
  margin: 60px 15px 0 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 74px;
}

@media (max-width: 991.98px) {
  .mod-insercion-laboral .convenios .swiper-container {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.mod-insercion-laboral .swiper-pagination-bullet {
  display: none;
}

.mod-insercion-laboral .swiper-pagination-bullet:only-child {
  display: none;
}

.paginacion a {
  color: #134c8f;
  background-color: #efefef;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  height: 52px;
  width: 52px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  display: block;
  line-height: 52px;
}

.paginacion a.activo,
.paginacion a:hover,
.paginacion a:focus {
  color: white;
  background-color: #134c8f;
}

.titulos-textos-iconos {
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.titulos-textos-iconos h2 {
  color: #fff;
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .titulos-textos-iconos h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.titulos-textos-iconos hr {
  border-top: 2px solid #66bba8;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.titulos-textos-iconos p {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.6em;
  margin-bottom: 60px;
}

.titulos-textos-iconos .inferior .item-icono p {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: 300;
  margin-bottom: 0px;
}

.titulos-textos-iconos .swiper-pagination {
  position: relative;
  bottom: 0px;
  margin-top: 25px;
}

.titulos-textos-iconos .swiper-pagination:only-child {
  display: none;
}

.titulos-textos-iconos .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: .5;
}

.titulos-textos-iconos .swiper-pagination .swiper-pagination-bullet:only-child {
  display: none;
}

.titulos-textos-iconos .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.pastilla_iconos {
  padding-top: 100px;
  padding-bottom: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.pastilla_iconos .itempastillaicono {
  -webkit-box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 10px;
}

.pastilla_iconos .itempastillaicono img {
  max-width: 50px;
}

.pastilla_iconos .itempastillaicono h3 {
  color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: 400;
}

.pastilla_iconos .itempastillaicono p {
  font-size: 16px;
  font-size: 1.23077rem;
}

.pastilla_iconos .itempastillaicono:hover {
  background-color: #45b8ac;
}

.pastilla_iconos .itempastillaicono:hover h3 {
  color: #fff;
}

.pastilla_iconos .itempastillaicono:hover p {
  color: #fff;
}

.pastilla_iconos .itempastillaicono:hover img {
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.home .rejilla_iconos .mod-icono .content h3 {
  padding-bottom: 60px;
}

@media (max-width: 1439.98px) {
  .home .rejilla_iconos .mod-icono .content h3 {
    padding-bottom: 60px;
    margin-top: 0px;
  }
}

@media (max-width: 991.98px) {
  .home .rejilla_iconos .mod-icono .content h3 {
    padding-bottom: unset;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .preguntas-frecuentes .rejilla_iconos .mod-icono .content .cont-icono img {
    max-width: unset !important;
    width: 30px;
  }
}

@media (max-width: 767.98px) {
  .preguntas-frecuentes .rejilla_iconos .mod-icono .content h3 {
    margin-top: 0px;
  }
}

@media (max-width: 666.98px) {
  .preguntas-frecuentes .rejilla_iconos .mod-icono .content h3 {
    font-size: 14px;
    font-size: 1.07692rem;
  }
}

#modal-informacion {
  background-color: transparent;
}

#modal-informacion .modal-dialog {
  background-color: transparent;
}

#modal-informacion .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

#modal-informacion .modal-dialog .modal-content .close {
  display: none;
}

#modal-informacion .modal-dialog iframe {
  border: none !important;
  height: 1100px;
}

.single-post .mod_bullets_numerado p {
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.6em;
}

.contenidoWysiwyg {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
  color: #000;
  line-height: 1.4em;
}

.contenidoWysiwyg ul {
  padding-left: 0px;
  margin-bottom: 15px;
}

.contenidoWysiwyg ul li {
  list-style: none;
  position: relative;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.contenidoWysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  background-color: #45b8ac;
  height: 2px;
  left: 0px;
}

.contenidoWysiwyg hr {
  border-bottom: solid 2px #45b8ac;
  margin-bottom: 30px;
  padding-top: 15px;
}

.contenidoWysiwyg p {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.contenidoWysiwyg h1,
.contenidoWysiwyg h2,
.contenidoWysiwyg h3,
.contenidoWysiwyg h4,
.contenidoWysiwyg h5,
.contenidoWysiwyg h6 {
  color: #134c8f;
  font-family: var(--font-outfit);
  font-weight: normal;
  font-size: 30px;
  font-size: 2.30769rem;
  margin-bottom: 15px;
}

.contenidoWysiwyg h3 {
  font-size: 27px;
  font-size: 2.07692rem;
}

.contenidoWysiwyg h4 {
  font-size: 24px;
  font-size: 1.84615rem;
}

.contenidoWysiwyg h5 {
  font-size: 21px;
  font-size: 1.61538rem;
}

.contenidoWysiwyg h6 {
  font-size: 18px;
  font-size: 1.38462rem;
}

.contenidoSidebarBlog {
  background-color: #E8F7FE;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 30px;
}

.contenidoSidebarBlog h2 {
  color: #000;
  font-family: var(--font-outfit);
  font-weight: 400;
  font-size: 25px;
  font-size: 1.92308rem;
  margin-bottom: 15px;
}

.contenidoSidebarBlog .busqueda label {
  width: 100%;
}

.contenidoSidebarBlog .busqueda .search-submit {
  display: none;
}

.contenidoSidebarBlog .busqueda .search-field {
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIuMDEgNTEyIj48dGl0bGU+bHVwYTwvdGl0bGU+PHBhdGggZD0iTTUwNS43NSw0NzUuNTksMzYwLjE1LDMzMGEyMDEuNjgsMjAxLjY4LDAsMCwwLDQ1LjE4LTEyNy4zMkM0MDUuMzMsOTAuOTMsMzE0LjQxLDAsMjAyLjY3LDBTMCw5MC45MywwLDIwMi42Nyw5MC45Miw0MDUuMzQsMjAyLjY3LDQwNS4zNEEyMDEuNjgsMjAxLjY4LDAsMCwwLDMzMCwzNjAuMTVsMTQ1LjYsMTQ1LjZhMjEuMzMsMjEuMzMsMCwxLDAsMzAuMTYtMzAuMTdaTTIwMi42NywzNjIuNjdjLTg4LjI0LDAtMTYwLTcxLjc3LTE2MC0xNjBzNzEuNzYtMTYwLDE2MC0xNjAsMTYwLDcxLjc2LDE2MCwxNjBTMjkwLjksMzYyLjY3LDIwMi42NywzNjIuNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBzdHlsZT0iZmlsbDojMTM0YzhmIi8+PC9zdmc+);
  background-position: 23px center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 24px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #333333;
  border-radius: 20px;
  border: none;
  padding-left: 62px;
}

@media (max-width: 991.98px) {
  .contenidoSidebarBlog .busqueda .search-field {
    background-position: 20px center;
    background-size: 20px;
    padding-left: 54px;
    width: 100% !important;
  }
}

.contenidoSidebarBlog .busqueda .search-field::-webkit-input-placeholder {
  color: #134c8f;
}

.contenidoSidebarBlog .busqueda .search-field:-ms-input-placeholder {
  color: #134c8f;
}

.contenidoSidebarBlog .busqueda .search-field::-ms-input-placeholder {
  color: #134c8f;
}

.contenidoSidebarBlog .busqueda .search-field::placeholder {
  color: #134c8f;
}

.contenidoSidebarBlog .categorias a {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
  color: #000;
}

.contenidoSidebarBlog .ultimasnoticias a {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2em;
}

.contenidoSidebarBlog .siguenos {
  font-size: 18px;
  font-size: 1.38462rem;
  font-weight: normal;
  color: #000;
}

.contenidoSidebarBlog .siguenos a {
  color: #000;
  font-size: 24px;
  font-size: 1.84615rem;
  padding-right: 15px;
}

.noticias-relacionadas {
  background-color: #f2f2f2;
}

.noticias-relacionadas h2 {
  color: #333333;
  font-family: var(--font-outfit);
  font-weight: 400;
  font-size: 32px;
  font-size: 2.46154rem;
}

.noticias-relacionadas .fecha {
  color: #134c8f;
  font-size: 14px;
  font-size: 1.07692rem;
}

.noticias-relacionadas .extracto {
  color: #333333;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

.noticias-relacionadas .image {
  max-height: 190px;
  border-radius: 12px;
}

.noticias-relacionadas .image .etiqueta-azul {
  margin-top: 25px;
}

.pagina-texto {
  color: #101820;
  text-align: left;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  padding-top: 200px;
  line-height: 1.4em;
  padding-bottom: 150px;
}

.pagina-texto h1,
.pagina-texto h2,
.pagina-texto h3,
.pagina-texto h4,
.pagina-texto h5,
.pagina-texto h6 {
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
  margin-bottom: 15px;
}

.pagina-texto h1 {
  color: #134c8f;
  text-align: left !important;
  font-weight: 600;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .pagina-texto h1 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.pagina-texto h2 {
  color: #134c8f;
  text-align: left !important;
  font-size: 34px;
  font-size: 2.61538rem;
}

@media (max-width: 991.98px) {
  .pagina-texto h2 {
    font-size: 30px;
    font-size: 2.30769rem;
  }
}

.pagina-texto h3 {
  color: #134c8f;
  text-align: left !important;
  font-size: 30px;
  font-size: 2.30769rem;
}

@media (max-width: 991.98px) {
  .pagina-texto h3 {
    font-size: 25px;
    font-size: 1.92308rem;
  }
}

.pagina-texto h4 {
  color: #134c8f;
  text-align: left !important;
  font-size: 25px;
  font-size: 1.92308rem;
}

@media (max-width: 991.98px) {
  .pagina-texto h4 {
    font-size: 20px;
    font-size: 1.53846rem;
  }
}

.pagina-texto p {
  color: #101820;
  text-align: left;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.pagina-texto a {
  color: #101820;
}

.mod-cursos-menu-etiquetas .menu-etiquetas {
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}

.mod-cursos-menu-etiquetas .menu-etiquetas .titulo {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.84615rem;
  font-family: var(--font-outfit);
}

.mod-cursos-menu-etiquetas .menu-etiquetas .dropdown button {
  border: none;
  background-color: transparent;
  position: relative;
  padding-right: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  color: #333333;
  font-weight: bold;
  text-align: left;
  outline: none;
}

.mod-cursos-menu-etiquetas .menu-etiquetas .dropdown button:after {
  display: none;
}

.mod-cursos-menu-etiquetas .menu-etiquetas .dropdown button span {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #45b8ac;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}

.mod-cursos-menu-etiquetas .menu-etiquetas .dropdown .dropdown-menu {
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  line-height: 1.5em;
  width: 100%;
}

.mod-cursos-menu-etiquetas .mod-cursos-destacados {
  margin-bottom: 0px;
}

.mod-cursos-menu-etiquetas .mod-cursos-destacados h2 {
  color: #134c8f;
  text-align: left !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod-cursos-menu-etiquetas .mod-cursos-destacados h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-cursos-menu-etiquetas .mod-cursos-destacados .btn-relleno {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .mod-cursos-menu-etiquetas .mod-cursos-destacados .btn-relleno {
    margin-top: 15px;
  }
}

.mod-lista-caracteristicas {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

.mod-lista-caracteristicas h1,
.mod-lista-caracteristicas .h1,
.mod-lista-caracteristicas h2,
.mod-lista-caracteristicas .h2,
.mod-lista-caracteristicas h3,
.mod-lista-caracteristicas .h3,
.mod-lista-caracteristicas h4,
.mod-lista-caracteristicas .h4,
.mod-lista-caracteristicas h5,
.mod-lista-caracteristicas .h5,
.mod-lista-caracteristicas h6,
.mod-lista-caracteristicas .h6 {
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .mod-lista-caracteristicas img {
    max-width: 40px;
  }
}

.mod-lista-caracteristicas h2,
.mod-lista-caracteristicas .h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {

  .mod-lista-caracteristicas h2,
  .mod-lista-caracteristicas .h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-lista-caracteristicas hr {
  border-bottom: solid 2px #fff;
  margin-bottom: 30px;
  padding-top: 15px;
  max-width: 350px;
}

.mod-lista-caracteristicas .media-body {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
}

.mod-tit-txt-2col {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

.mod-tit-txt-2col h1,
.mod-tit-txt-2col h2,
.mod-tit-txt-2col h3,
.mod-tit-txt-2col h4,
.mod-tit-txt-2col h5,
.mod-tit-txt-2col h6 {
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .mod-tit-txt-2col img {
    max-width: 40px;
  }
}

.mod-tit-txt-2col h2 {
  color: #134c8f;
  font-weight: 400;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .mod-tit-txt-2col h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.mod-tit-txt-2col hr {
  border-bottom: solid 2px #45b8ac;
  margin-bottom: 30px;
  padding-top: 15px;
  max-width: 350px;
}

.mod-tit-txt-2col p {
  margin-bottom: 7px;
}

.mod-tit-txt-2col .texto p {
  font-size: 16px;
  font-size: 1.23077rem;
}

.formzoho iframe {
  border: none !important;
}

@media (min-width: 667px) {
  .page-id-89904 .pastilla_iconos .container>.row .col-ppal:last-child {
    display: none;
  }
}

.mod-curso-pedido .cont-image {
  background-size: cover;
  background-position: center center;
}

.mod-curso-pedido .cont-image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.mod-curso-pedido .embed-responsive {
  border-radius: 10px;
}

.mod-curso-pedido .tags {
  color: #45b8ac;
}

.mod-curso-pedido .tags a {
  color: #45b8ac;
}

.mod-curso-pedido .caracteristicas {
  font-size: 13px;
  font-size: 1rem;
}

.mod-curso-pedido .caracteristicas .borde {
  border-right: solid 1px #45b8ac;
}

.mod-curso-pedido .caracteristicas strong {
  font-size: 14px;
  font-size: 1.07692rem;
  font-weight: normal;
  color: #134c8f;
}

.mod-curso-horizontal {
  margin-bottom: 0px;
  border-radius: 10px;
  overflow: hidden;
}

.mod-curso-horizontal .cont-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

@media (max-width: 666.98px) {
  .mod-curso-horizontal .cont-image {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (max-width: 666.98px) {
  .mod-curso-horizontal .cont-image .overlay {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.mod-curso-horizontal .cont-image .duracion {
  display: none;
}

.mod-curso-horizontal .cont-info {
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 666.98px) {
  .mod-curso-horizontal .cont-info {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}

.mod-curso-horizontal .cont-info h3 {
  min-height: auto;
  margin-top: 0px;
}

.mod-curso-horizontal .cont-info .btn-relleno {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 30px;
}

.mod-curso-horizontal .cont-caracteristicas {
  color: #333333;
  font-size: 22px;
  font-size: 1.69231rem;
  background-color: #eaeaea;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 666.98px) {
  .mod-curso-horizontal .cont-caracteristicas {
    background-color: transparent;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.mod-curso-horizontal .cont-caracteristicas .tit {
  color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
}

.mod-curso-horizontal .cont-caracteristicas small {
  color: #333333;
  font-size: 14px;
  font-size: 1.07692rem;
}

@media (max-width: 666.98px) {

  .mod-curso-horizontal .cont-caracteristicas .cont-precio,
  .mod-curso-horizontal .cont-caracteristicas .cont-duracion,
  .mod-curso-horizontal .cont-caracteristicas .cont-diferenciacion,
  .mod-curso-horizontal .cont-caracteristicas .cont-coste {
    margin-bottom: 15px !important;
    font-size: 14px;
  }
}

@media (max-width: 666.98px) {

  .mod-curso-horizontal .cont-caracteristicas .cont-precio img,
  .mod-curso-horizontal .cont-caracteristicas .cont-duracion img,
  .mod-curso-horizontal .cont-caracteristicas .cont-diferenciacion img,
  .mod-curso-horizontal .cont-caracteristicas .cont-coste img {
    max-width: 30px;
  }
}

@media (max-width: 666.98px) {

  .mod-curso-horizontal .cont-caracteristicas .cont-diferenciacion,
  .mod-curso-horizontal .cont-caracteristicas .cont-coste {
    margin-bottom: 15px;
  }
}

.mod-curso-horizontal .cont-caracteristicas .cont-btn-relleno .btn-relleno {
  position: relative;
  margin-right: auto;
  margin-top: 25px;
  margin-left: -10px;
}

#loading {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.single-blog .indice {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #45b8ac;
}

.single-blog .indice ul {
  padding-left: 0;
}

.single-blog .indice ul li {
  list-style: none;
  margin-left: 0px;
  position: relative;
  font-size: 16px;
  font-size: 1.23077rem;
  line-height: 1.7em;
  font-weight: 400;
}

.single-blog .indice ul li a {
  color: #333333;
}

.single-blog .indice ul li:before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #45b8ac;
  position: relative;
  display: inline-block;
  top: -4px;
  margin-right: 10px;
}

.single-blog .indice ul li.n1 {
  margin-left: 0px;
}

.single-blog .indice ul li.n2 {
  margin-left: 15px;
}

.single-blog .indice ul li.n3 {
  margin-left: 30px;
}

.single-blog .indice ul li.n4 {
  margin-left: 45px;
}

.single-blog .indice ul li.n5 {
  margin-left: 60px;
}

.single-blog .indice ul li.n6 {
  margin-left: 75px;
}

.single-blog .compartir {
  margin-bottom: 40px;
  margin-top: 40px;
}

.single-blog .compartir .titulo {
  color: #134c8f;
  font-family: var(--font-outfit);
  font-weight: normal;
  font-size: 25px;
  font-size: 1.92308rem;
}

.single-blog .compartir a {
  display: inline-block;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-size: 1.92308rem;
  color: #fff;
  background-color: #134c8f;
  border-radius: 5px;
}

.single-blog .compartir a.fb {
  background-color: #0D5EF4;
}

.single-blog .compartir a.tw {
  background-color: #138EF2;
}

.single-blog .compartir a.ln {
  background-color: #0D63AA;
}

.modal-matriculacion {
  z-index: 5 !important;
  position: fixed;
  background-color: white;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: none;
  padding-top: 230px;
  overflow: scroll;
  padding-bottom: 70px;
}

.modal-matriculacion .cont-imagen .etiqueta {
  margin-left: 0px;
  margin-top: 35px;
}

.modal-matriculacion .cont-imagen .etiquetapresencial {
  padding-left: 25px;
  padding-right: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #FD8B09;
  color: #fff;
  margin-left: 0px;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-size: 1.15385rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.modal-matriculacion .titular {
  font-size: 40px;
  font-size: 3.07692rem;
  line-height: 1.2em;
  font-weight: 400;
  color: #134c8f;
}

.modal-matriculacion .precio {
  color: #333333;
  font-size: 35px;
  font-size: 2.69231rem;
  line-height: 1.2em;
  font-weight: 400;
}

.modal-matriculacion .subtitular p {
  color: #333333;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.2em;
  font-weight: 600 !important;
  line-height: 1.4em;
  margin-top: 30px;
}

.modal-matriculacion .single-product .variations .label {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.38462rem;
}

.modal-matriculacion .single-product .variations .value {
  width: 100%;
  padding-left: 10px;
}

.modal-matriculacion .single-product .variations .value #ciudad {
  width: 100%;
  margin-top: 15px;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #d2d2d2;
  height: 30px;
}

.modal-matriculacion .single-product .variations .reset_variations {
  color: #134c8f;
  margin-left: 10px;
}

.modal-matriculacion .single-product .single_variation_wrap .awcdp-deposits-wrapper .awcdp-deposits-option {
  border: none;
}

.modal-matriculacion .single-product .single_variation_wrap .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio {
  border: none;
  padding-bottom: 0px;
}

.modal-matriculacion .single-product .single_variation_wrap .awcdp-deposits-wrapper .awcdp-deposits-option .awcdp-radio label:before {
  top: 2px;
}

.modal-matriculacion .single-product .single_variation_wrap .quantity {
  display: inline;
}

.modal-matriculacion .single-product .single_variation_wrap .quantity .input-text {
  height: 38px;
  width: 70px;
  margin-left: 15px;
  border: 1px solid #767676;
  font-size: 18px;
  font-size: 1.38462rem;
}

.modal-matriculacion .single-product .single_variation_wrap .reset_variations {
  color: #134c8f;
  margin-left: 10px;
}

.modal-matriculacion .single-product .single_variation_wrap .single_add_to_cart_button {
  border-radius: 50px;
  background-color: #45b8ac !important;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
}

.modal-matriculacion .single-product .single_variation_wrap .added_to_cart {
  border-radius: 50px;
  background-color: #45b8ac !important;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
  margin-right: 10px;
}

.modal-matriculacion .matricula-close {
  color: #134c8f;
  display: block;
}

.modal-matriculacion .matricula-close img {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-no-results .no-results {
  padding-top: 50px;
  padding-bottom: 50px;
}

.search-no-results .no-results p {
  text-align: left;
  color: #134c8f;
  font-weight: 400;
  font-size: 32px;
  font-size: 2.46154rem;
  font-family: var(--font-outfit);
}

.search-results .nav-tabs {
  border: none;
  padding-bottom: 30px;
  margin-top: -31px;
}

@media (max-width: 991.98px) {
  .search-results .nav-tabs {
    padding-bottom: 20px;
    margin-top: -24px;
  }
}

.search-results .nav-tabs .nav-item {
  z-index: 1;
}

.search-results .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-size: 1.23077rem;
  color: #0b0d10;
  font-weight: 500;
  border: none;
  border-bottom: 6px solid #cbcbcb;
  margin-right: 40px;
  padding-left: 4px;
  padding-right: 4px;
}

.search-results .nav-tabs .nav-item .nav-link.active {
  border-bottom: 6px solid #45b8ac;
  background-color: transparent;
}

@media (max-width: 666.98px) {
  .search-results .nav-tabs .nav-item .nav-link {
    margin-right: 30px;
  }
}

.search-results .tab-content .mod-curso {
  border-bottom: 1px solid #cbcbcb;
}

.search-results .tab-content .mod-curso .contenedor-imagen .cont-image {
  border-radius: 20px;
  background-size: cover;
}

.search-results .tab-content .mod-curso .fecha {
  font-size: 16px !important;
  font-size: 16px !important;
  color: #134c8f;
  line-height: 1.4em;
}

.search-results .tab-content .mod-curso .textoResumen h3 {
  font-size: 22px !important;
  font-size: 22px !important;
  color: #134c8f;
  line-height: 1.4em;
  letter-spacing: 1px;
  font-weight: 600;
}

.search-results .tab-content .mod-curso .extracto {
  font-size: 16px !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  line-height: 1.3em;
}

@media (max-width: 767.98px) {
  .search-results .tab-content .mod-curso .extracto {
    display: block !important;
    text-align: left !important;
    font-size: 16px !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    line-height: 1.3em;
  }
}

.search-results .tab-content .mod-curso .extracto p {
  font-size: 16px !important;
  font-size: 16px !important;
  color: #101820;
  letter-spacing: 1px;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .search-results .tab-content .mod-curso .extracto {
    display: block !important;
    text-align: left !important;
  }
}

.search-results .tab-content .mod-curso .btn,
.search-results .tab-content .mod-curso .search-form .search-submit,
.search-form .search-results .tab-content .mod-curso .search-submit {
  background-color: transparent !important;
  color: #134c8f;
  border-top: none;
  border-bottom: 2px solid !important;
  padding-right: 10px !important;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  padding-left: 0px !important;
  padding-bottom: 2px !important;
  font-size: 15px;
  font-size: 1.15385rem;
}

@media (max-width: 767.98px) {

  .search-results .tab-content .mod-curso .btn,
  .search-results .tab-content .mod-curso .search-form .search-submit,
  .search-form .search-results .tab-content .mod-curso .search-submit {
    display: block !important;
  }
}

.search-results .tab-content .mod-curso .fecha {
  font-family: var(--font-outfit);
  color: #134c8f;
  font-size: 15px;
  font-size: 1.15385rem;
}

.search-results .tab-content .paginacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 767.98px) {
  .search-results .tab-content .paginacion .mx-1 {
    font-size: 18px !important;
    font-size: 18px !important;
    height: 42px;
    width: 42px;
    line-height: 40px;
  }
}

.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-text {
  color: #134c8f;
  font-size: 35px;
  font-size: 2.69231rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.xoo-wsc-modal .button {
  border-radius: 50px;
  background-color: #45b8ac !important;
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.paytpv_fs #btnforg {
  border-radius: 50px;
  background-color: #45b8ac !important;
  color: #fff !important;
  font-family: var(--font-outfit) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-size: 1.23077rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.067em !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 2px solid #45b8ac !important;
}

.paytpv_fs #btnforg:hover {
  border: solid 1px #134c8f !important;
  background-color: #134c8f !important;
  color: #fff !important;
}

.xoo-wsc-basket {
  bottom: 50px;
}

.h-50 {
  height: 50vh !important;
}

.h-75 {
  height: 75vh !important;
}

.headerblog {
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .headerblog {
    padding-top: 50px;
  }
}

@media (max-width: 666.98px) {
  .headerblog {
    padding-top: 0px;
  }
}

.headerblog h2,
.headerblog .titulo {
  color: white;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {

  .headerblog h2,
  .headerblog .titulo {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.headerblog h2.big,
.headerblog .titulo.big {
  color: white;
  font-size: 60px;
  font-size: 4.61538rem;
}

@media (max-width: 991.98px) {

  .headerblog h2.big,
  .headerblog .titulo.big {
    font-size: 55px;
    font-size: 4.23077rem;
  }
}

.headerblog .texto {
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.4em;
}

.headerblog .texto p {
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.4em;
}

.headerblog .texto.big {
  color: white;
  font-size: 25px;
  font-size: 1.92308rem;
  line-height: 1.4em;
}

.headerblog .texto.big p {
  color: white;
  font-size: 25px;
  font-size: 1.92308rem;
  line-height: 1.4em;
}

@media (max-width: 991.98px) {
  .headerblog .texto.big p {
    font-size: 20px;
    font-size: 1.53846rem;
  }
}

.headerblog .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  margin-top: 35px;
  opacity: 1;
}

.headerblog .search-submit {
  display: none;
}

.headerblog .buscador,
.headerblog .search-field {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIuMDEgNTEyIj48dGl0bGU+bHVwYTwvdGl0bGU+PHBhdGggZD0iTTUwNS43NSw0NzUuNTksMzYwLjE1LDMzMGEyMDEuNjgsMjAxLjY4LDAsMCwwLDQ1LjE4LTEyNy4zMkM0MDUuMzMsOTAuOTMsMzE0LjQxLDAsMjAyLjY3LDBTMCw5MC45MywwLDIwMi42Nyw5MC45Miw0MDUuMzQsMjAyLjY3LDQwNS4zNEEyMDEuNjgsMjAxLjY4LDAsMCwwLDMzMCwzNjAuMTVsMTQ1LjYsMTQ1LjZhMjEuMzMsMjEuMzMsMCwxLDAsMzAuMTYtMzAuMTdaTTIwMi42NywzNjIuNjdjLTg4LjI0LDAtMTYwLTcxLjc3LTE2MC0xNjBzNzEuNzYtMTYwLDE2MC0xNjAsMTYwLDcxLjc2LDE2MCwxNjBTMjkwLjksMzYyLjY3LDIwMi42NywzNjIuNjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIiBzdHlsZT0iZmlsbDojMTM0YzhmIi8+PC9zdmc+);
  background-position: 32px center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 32px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #333333;
  border-radius: 60px;
  border: none;
  padding-left: 86px;
}

@media (max-width: 991.98px) {

  .headerblog .buscador,
  .headerblog .search-field {
    background-position: 20px center;
    background-size: 20px;
    padding-left: 54px;
    width: 100% !important;
  }
}

.headerblog .buscador::-webkit-input-placeholder,
.headerblog .search-field::-webkit-input-placeholder {
  color: #134c8f;
}

.headerblog .buscador:-ms-input-placeholder,
.headerblog .search-field:-ms-input-placeholder {
  color: #134c8f;
}

.headerblog .buscador::-ms-input-placeholder,
.headerblog .search-field::-ms-input-placeholder {
  color: #134c8f;
}

.headerblog .buscador::placeholder,
.headerblog .search-field::placeholder {
  color: #134c8f;
}

.noticias_destacadas {
  background-color: #efefef;
  padding-bottom: 6.5vw;
}

.noticias_destacadas h2 {
  color: #134c8f;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .noticias_destacadas h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.noticias_destacadas hr {
  border-top: 2px solid #000;
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .noticias_destacadas hr {
    margin-bottom: 0;
  }
}

.noticias_destacadas #v-pills-tab .nav-link {
  color: var(--color-primary-hover);
}

.noticias_destacadas #v-pills-tab .nav-link:hover {
  color: #fff;
}

.noticias_destacadas #v-pills-tab .nav-link.active {
  color: #fff;
}

@media (max-width: 991.98px) {
  .noticias_destacadas .etiqueta-azul {
    margin-left: -29px;
  }
}

.noticias_destacadas .modNoticiaHome {
  background-size: cover;
}

.noticias_destacadas .modNoticiaHome .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: calc(100% - 15px);
  height: 100%;
  top: 0px;
  left: 15px;
}

.noticias_destacadas .modNoticiaHome.tab-pane .cont-texto {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .noticias_destacadas .modNoticiaHome.tab-pane .cont-texto .etiqueta-azul {
    margin-left: -29px;
    padding-left: 36px;
  }
}

.noticias_destacadas .modNoticiaHome.tab-pane .cont-texto h2 {
  color: white;
  font-size: 20px;
  font-size: 1.53846rem;
}

@media (max-width: 991.98px) {
  .noticias_destacadas .modNoticiaHome.tab-pane .cont-texto h2 {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.noticias_destacadas .modNoticiaHome.tab-pane .cont-texto .extracto {
  color: white;
  font-size: 14px;
  font-size: 1.07692rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 30px;
}

.noticias_destacadas .modNoticiaHome.tab-pane .cont-texto .extracto p {
  color: #fff;
}

.noticias_destacadas .modNoticiaHome.tab-pane .cont-texto .btn-relleno {
  font-size: 14px;
  font-size: 1.07692rem;
}

.noticias_destacadas .nav-pills .nav-link {
  font-size: 14px;
  font-size: 1.07692rem;
  line-height: 1.4em;
  color: black;
  border-radius: 0;
  border-bottom: 1px solid black;
  color: #fff;
}

.noticias_destacadas .nav-pills .nav-link:hover,
.noticias_destacadas .nav-pills .nav-link.active {
  color: white;
  background-color: #134c8f;
  border-bottom: 1px solid #134c8f;
}

.noticias_destacadas .nav-pills .nav-link:hover p,
.noticias_destacadas .nav-pills .nav-link.active p {
  color: #fff;
}

.noticias_destacadas .nav-pills .nav-link:last-child {
  border-bottom: none;
}

.noticias_destacadas .swiper-noticias_destacadas .cont-texto {
  position: relative;
}

@media (max-width: 991.98px) {
  .noticias_destacadas .swiper-noticias_destacadas .cont-texto:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .noticias_destacadas .swiper-noticias_destacadas .cont-texto div,
  .noticias_destacadas .swiper-noticias_destacadas .cont-texto a,
  .noticias_destacadas .swiper-noticias_destacadas .cont-texto h2,
  .noticias_destacadas .swiper-noticias_destacadas .cont-texto span {
    position: relative;
    z-index: 2;
  }

  .noticias_destacadas .swiper-noticias_destacadas .cont-texto h2 {
    color: #fff;
  }

  .noticias_destacadas .swiper-noticias_destacadas .cont-texto div p {
    color: #fff;
  }
}

.lista-blog {
  margin-top: -3vw;
}

.lista-blog .filtro {
  border-radius: 10px;
  background-color: #45b8ac;
}

.lista-blog .filtro .btn-category {
  padding: 10px 8px !important;
}

@media (max-width: 991.98px) {
  .lista-blog .filtro .btn-category {
    max-width: calc(50% - 15px);
  }
}

.lista-blog .filtro .btn-category.activo,
.lista-blog .filtro .btn-category:hover {
  background-color: #fff;
}

.lista-blog .filtro .btn-category.activo a,
.lista-blog .filtro .btn-category:hover a {
  background-color: #fff;
  color: #45b8ac;
}

.lista-blog .filtro .btn-category a {
  font-size: 18px;
  font-size: 1.38462rem;
  color: white;
  text-transform: uppercase;
  padding: 0.5rem 0;
  display: block;
}

.lista-blog .filtro .btn-category a.activo,
.lista-blog .filtro .btn-category a:hover {
  background-color: #fff;
  color: #45b8ac;
}

.lista-blog .lista .mod-curso {
  border-radius: 10px;
}

.lista-blog .lista .mod-curso .cont-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.lista-blog .lista .mod-curso .cont-image .etiqueta-azul {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .lista-blog .lista .mod-curso .cont-image .etiqueta-azul {
    margin-left: -29px;
    padding-left: 36px;
    margin-top: 10px;
  }
}

.lista-blog .lista .mod-curso .cont-info {
  padding: 20px;
}

@media (max-width: 991.98px) {
  .lista-blog .lista .mod-curso .cont-info {
    padding: 0;
  }
}

.lista-blog .lista .mod-curso .cont-info .fecha {
  color: #134c8f;
  font-size: 16px;
  font-size: 1.23077rem;
}

.lista-blog .lista .mod-curso .cont-info .textoResumen h2 {
  color: black;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .lista-blog .lista .mod-curso .cont-info .textoResumen h2 {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.lista-blog .lista .mod-curso .cont-info .extracto {
  color: black;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

.lista-blog .noresultados {
  font-size: 40px;
  font-size: 3.07692rem;
  color: #134c8f;
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
}

.nuestrosCursosLista {
  margin-top: -3vw;
}

.nuestrosCursosLista .filtro {
  border-radius: 10px;
  background-color: #45b8ac;
}

.nuestrosCursosLista .filtro p {
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-weight: 500;
  color: #45b8ac;
  font-size: 14px;
  font-size: 1.07692rem;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .filtro p {
    padding-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .filtro .btn-submit {
    max-width: calc(50% - 15px);
  }
}

.nuestrosCursosLista .filtro .btn-submit a {
  font-size: 18px;
  font-size: 1.38462rem;
  color: white;
  text-transform: uppercase;
  padding: 0.5rem 0;
  display: block;
}

.nuestrosCursosLista .filtro .dropdown button:after {
  display: none;
}

.nuestrosCursosLista .filtro .dropdown button span {
  display: block;
  overflow: hidden;
}

.nuestrosCursosLista .mod-cursos-destacados {
  padding-top: 0;
  margin-bottom: 25px;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso {
  border-radius: 10px;
  background-color: #efefef;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .embed-responsive {
  border-radius: 10px 10px 0px 0;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .embed-responsive {
    border-radius: 10px 0px 0px 10px;
    width: 40%;
  }
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-image .etiqueta {
  margin-top: 25px;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-image .etiquetapresencial {
  padding-left: 25px;
  padding-right: 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #FD8B09;
  color: #fff;
  margin-left: -24px;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-size: 1.15385rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-image .duracion {
  bottom: 15px;
  position: absolute;
  color: white;
  padding-left: 15px;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-image .duracion {
    font-size: 15px;
    font-size: 1.15385rem;
    line-height: 1.2em;
    left: 0px;
  }
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info {
  padding: 20px 15px;
  min-height: 50vh;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info {
    min-height: inherit !important;
  }
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .fecha {
  color: #134c8f;
  font-size: 16px;
  font-size: 1.23077rem;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .textoResumen h3 {
  color: #134c8f;
  font-size: 24px;
  font-size: 1.84615rem;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .textoResumen h3 {
    font-size: 18px;
    font-size: 1.38462rem;
  }
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .tags {
  color: #45b8ac;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .tags a {
  color: #45b8ac;
}

.nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .extracto {
  color: black;
  font-size: 16px;
  font-size: 1.23077rem;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .cont-info .extracto {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .nuestrosCursosLista .mod-cursos-destacados .mod-curso .btn-relleno {
    position: initial;
  }
}

.nuestrosCursosLista .noresultados {
  font-size: 40px;
  font-size: 3.07692rem;
  color: #134c8f;
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
}

.btn-primary {
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-weight: 500;
  color: #45b8ac;
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 8px 26px;
  background-color: #0c3776;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: white;
  color: #0c3776;
}

.btn-third {
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-weight: 500;
  color: #45b8ac;
  background-color: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 8px 36px 8px 15px;
  background-image: url("/wp-content/themes/templatePLG/resources/assets/images/ico-angle-down-white.webp");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 20px 19px;
  width: 100%;
  text-align: left;
}

.btn-third:hover,
.btn-third:focus,
.btn-third:active {
  color: #0c3776;
}

.encabezadoCurso {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 380px 0 60px 0;
  position: relative;
}

.encabezadoCurso:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.encabezadoCurso:after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0px;
  right: 20%;
  bottom: 0px;
  border-bottom-right-radius: 90%;
  background-color: rgba(0, 0, 0, 0.5);
}

.encabezadoCurso .container {
  z-index: 3;
  position: relative;
}

@media (max-width: 991.98px) {
  .encabezadoCurso {
    background-size: auto 860px;
    background-position: top center;
    padding: 140px 0 60px 0;
  }
}

@media (max-width: 991.98px) {
  .encabezadoCurso .col-informacion {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-top: 110px !important;
  }
}

.encabezadoCurso .etiquetaPastilla {
  background-color: #45b8ac;
  border-radius: 15px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--font-outfit);
  font-size: 22px;
  font-size: 1.69231rem;
}

.encabezadoCurso .etiquetaPastillaPresencial {
  background-color: #ff9c00;
  border-radius: 15px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--font-outfit);
  font-size: 22px;
  font-size: 1.69231rem;
}

.encabezadoCurso h1 {
  font-size: 80px;
  font-size: 6.15385rem;
  font-family: var(--font-outfit);
  font-weight: normal;
  line-height: 1em;
}

@media (max-width: 991.98px) {
  .encabezadoCurso h1 {
    font-size: 40px;
    font-size: 3.07692rem;
    padding-left: 4px;
  }
}

.encabezadoCurso .subtitular {
  color: #45b8ac;
  font-family: var(--font-outfit);
  font-size: 25px;
  font-size: 1.92308rem;
}

.encabezadoCurso .texto {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.4em;
}

.encabezadoCurso .texto p {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
}

.encabezadoCurso .infoCurso {
  border: solid 1px #fff;
  text-align: center;
  font-size: 20px;
  font-size: 1.53846rem;
}

.encabezadoCurso .infoCurso strong {
  display: block;
  font-family: var(--font-outfit);
  font-size: 25px;
  font-size: 1.92308rem;
  font-weight: normal;
  padding-bottom: 5px;
}

@media (max-width: 991.98px) {
  .encabezadoCurso .infoCurso strong {
    display: inline-block;
    padding-bottom: inherit;
  }
}

.encabezadoCurso .matriculacion {
  max-width: 350px;
}

.encabezadoCurso .matriculacion .product {
  border: none !important;
  padding: 0px !important;
}

.encabezadoCurso .matriculacion .woocommerce-Price-amount {
  display: none;
}

.encabezadoCurso .matriculacion a {
  font-size: 18px;
  font-size: 1.38462rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: #134c8f;
  border: solid 1px #134c8f;
  color: #fff;
  font-weight: bold;
}

.encabezadoCurso .matriculacion a:hover {
  background-color: #fff;
  color: #134c8f;
}

.encabezadoCurso .matriculacion .single-product .variations {
  width: 100%;
  margin-bottom: 8px;
}

.encabezadoCurso .matriculacion .single-product .variations tr {
  display: block;
}

.encabezadoCurso .matriculacion .single-product .variations td {
  display: block;
}

.encabezadoCurso .matriculacion .single-product .variations td label {
  color: #fff;
  font-size: 18px;
  font-size: 1.38462rem;
}

.encabezadoCurso .matriculacion .single-product .variations td select {
  height: 40px;
  width: 100%;
}

.encabezadoCurso .matriculacion .single-product .variations td .reset_variations {
  display: none !important;
}

.encabezadoCurso .matriculacion .single-product .woocommerce-variation-description,
.encabezadoCurso .matriculacion .single-product .woocommerce-variation-price,
.encabezadoCurso .matriculacion .single-product .woocommerce-variation-availability {
  display: none !important;
}

.encabezadoCurso .matriculacion .single-product .woocommerce-variation-add-to-cart .awcdp-deposits-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  width: 100%;
  margin-bottom: 0px;
}

.encabezadoCurso .matriculacion .single-product .woocommerce-variation-add-to-cart .awcdp-deposits-option .awcdp-radio {
  width: 50%;
}

.encabezadoCurso .matriculacion .single-product .woocommerce-variation-add-to-cart .awcdp-deposits-option .awcdp-radio label {
  color: #fff;
}

.encabezadoCurso .matriculacion .single-product .woocommerce-variation-add-to-cart .awcdp-deposits-option .awcdp-radio label:before {
  top: 1px;
}

.encabezadoCurso .matriculacion .single-product .quantity {
  display: none !important;
}

.encabezadoCurso .matriculacion .single-product .single_add_to_cart_button {
  font-size: 18px;
  font-size: 1.38462rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 20px;
  background-color: #134c8f !important;
  border: solid 1px #134c8f !important;
  color: #fff;
  font-weight: bold;
}

.encabezadoCurso .matriculacion .single-product .single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: #134c8f;
}

.encabezadoCurso .formularioContacto {
  margin-bottom: -60px;
  /* IE 9 */
  -webkit-transform: translateY(50px);
  /* Chrome, Safari, Opera */
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

@media (max-width: 991.98px) {
  .encabezadoCurso .formularioContacto {
    margin-top: -60px;
    width: 100%;
  }
}

.encabezadoCurso .btn-azul {
  font-size: 18px;
  font-size: 1.38462rem;
  padding-left: 35px;
  padding-right: 35px;
}

.grid-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 100px;
}

.caracteristicasCurso h2 {
  font-family: var(--font-outfit);
  font-weight: normal;
  color: #134c8f;
  overflow: hidden;
  font-size: 40px;
  font-size: 3.07692rem;
}

@media (max-width: 991.98px) {
  .caracteristicasCurso h2 {
    font-size: 34px;
    font-size: 2.61538rem;
  }
}

.caracteristicasCurso h2 hr {
  border: solid 1px #134c8f;
  margin: 24px auto 15px auto;
  max-width: 340px;
}

.caracteristicasCurso ul li {
  list-style: none;
  padding-left: 45px;
  position: relative;
  min-height: 35px;
  font-size: 18px;
  font-size: 1.38462rem;
  color: #000;
}

.caracteristicasCurso ul li:before {
  content: " ";
  border-radius: 50%;
  background-color: #45b8ac;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQwNS4zIDQwNS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDUuMyA0MDUuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOTMuNCwxMjQuNEwxNzkuNiwzMzguMmMtMTUuOCwxNS44LTQxLjUsMTUuOC01Ny40LDBMMTEuOSwyMjcuOEMtNCwyMTItNCwxODYuMywxMS45LDE3MC41CgkJYzE1LjgtMTUuOCw0MS41LTE1LjgsNTcuNCwwbDgxLjcsODEuN0wzMzYsNjcuMWMxNS44LTE1LjgsNDEuNS0xNS44LDU3LjQsMEM0MDkuMiw4Mi45LDQwOS4yLDEwOC42LDM5My40LDEyNC40eiIvPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.caracteristicasCurso ul li strong {
  font-weight: bold;
  line-height: 1.4em;
}

.caracteristicasCurso .columna-texto {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .caracteristicasCurso .columna-texto {
    padding-left: 15px;
  }
}

.formularioContacto {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.23);
  background-color: #fff;
}

.formularioContacto h2 {
  background-color: #134c8f;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #fff;
  font-family: var(--font-outfit);
  font-size: 25px;
  font-size: 1.92308rem;
  font-weight: normal;
}

.formularioContacto h2 strong {
  font-weight: bold;
}

.formularioContacto .formulario {
  padding: 40px;
  background-color: #fff;
}

.formularioContacto .formulario input,
.formularioContacto .formulario select,
.formularioContacto .formulario textarea {
  font-size: 18px;
  font-size: 1.38462rem;
}

.formularioContacto .btn-relleno {
  background-color: #45b8ac;
  color: #134c8f;
  border: solid 1px #45b8ac;
}

.formularioContacto .btn-relleno:hover {
  background-color: #134c8f;
  color: #45b8ac;
  border: solid 1px #134c8f;
}

.single-post .rejilla_iconos_color .icono-alto {
  width: 67px;
  height: 67px;
}

.single-post .rejilla_iconos_color h3 {
  font-size: 18px;
  font-size: 1.38462rem;
  font-family: var(--font-outfit);
  line-height: 1.4em;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}

.single-post .rejilla_iconos_color h3.bottom-negative {
  bottom: -20px;
}

body#tinymce {
  margin: 12px !important;
}

/*# sourceMappingURL=main.css.map*/

/* Menu */
.access-menu ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0px;
  padding-inline-start: 0;

}

.titulacion-text .access-menu li {
  list-style: none;
}

.nivel-superior a {
  text-decoration: none;
  color: #ffffff;
}

.nivel-superior a:hover {
  color: #ffffff;

}

.name-titu {
  font-size: 16px;
  cursor: pointer;
}

.titulacion-title {
  font-weight: 600;
}

.name-titu .active .titulacion-text li {
  list-style: none;

}

.active-header-menu {
  background: linear-gradient(180deg, #1A3359, #134c8f);
}

@media(min-width:958px) {
  .media-header-desktop {
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

@media(max-width:958px) {
  .media-header-desktop {
    display: block;
  }
}

@media(min-width:958px) {
  .media-header-mobile {
    display: none;
  }
}

.nivel-superior {
  margin: 0 5px;
  padding: 9px 9px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(#45b8ac, #45b8ac);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  font-weight: 600;
  font-size: 16px;
  white-space: inherit;
}

.nivel-superior:hover,
.nivel-superior:focus {
  background-size: 100% 2px;
  padding: 9px 9px;
  color: #ffffff;
}

/*
.nivel-superior{
  
  text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
*/


.hov_gradosuperior {
  background-size: auto 2px;
}

.nivel-superior-options {
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 9px;
  max-width: 1200px;
}

#nivel-superior-logo {
  display: flex;
  align-items: center;
}


.show-menu-header {
  display: flex;
  opacity: 1;
}

.notshow {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.contenedor-menu {
  display: flex;
  justify-content: center;
  width: 60%;
}

.menu-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height: 682px;
  border-top: 5px solid #B6E1F9;
  border-bottom: 5px solid #B6E1F9;
  background-color: #ffffff;
  overflow: hidden;
  align-items: flex-start;
}

.menu-img {
  width: 19%;
  object-fit: cover;
}

.access-menu {
  flex-direction: column;
  min-width: 245px;
  width: 16%;
  background-color: #D1ECFB;
  color: #ffffff;
  text-align: end;
  height: 690px;
}

.access-menu li {
  padding: 18px 20px;
  color: #134C8F;
  font-weight: bold;
}

.access-menu li:hover {
  background: #FFF;
  transition: background-color 0.3s;
}

.titu-active {
  background: #FFFFFF;
}

.titulacion {
  display: flex;
  flex-direction: column;
  padding: 26px 26px;
  height: fit-content;
  width: 40.9%;
}

.fila-titulacion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  max-width: 1128px;
  width: 100%;
  justify-content: flex-start;
}

.titulacion-title {
  display: flex;
  text-transform: uppercase;
  background: #134C8F;
  justify-content: center;
  border-radius: 7px;
  font-weight: 600;
  font-size: 16px;
  height: 40px;
  align-items: center;
  text-align: center;
}

.titulacion-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  width: 450px;
  height: 30px;
  font-size: 15px;
}

.titulacion-title a:hover {
  color: #fff;
}

.titulacion-text a:hover {
  color: #134c8f;
}

.contenido {
  justify-content: flex-start;
  flex-wrap: wrap;
  height: fit-content;
}

.contenido {
  max-height: 665px;
  height: 100%;
  overflow-y: auto;
  width: 93%;
  max-width: 1800px;
}

.contenido::-webkit-scrollbar {
  background: #EDF2F4;
  width: 7px;
}

.contenido::-webkit-scrollbar-thumb {
  background: #134C8F;
  border-radius: 5px;
}

.titulacion-text {
  position: relative;
  padding-top: 5px;
}

.titulacion-text a {
  font-size: 16px;
  font-weight: 500;
  color: #134c8f;
  flex-wrap: wrap;
  padding: 3px 5px;
  margin-left: 19px;
}

.titulacion-text svg {
  position: absolute;
  top: 6px;
  left: 9px;
}

.titulacion-text div {
  position: relative
}

.show-menu {
  display: flex;
  visibility: visible;
  /* Al alterar las márgenes y el height no es necesaria esta propiedad */
  opacity: 1;
}

.animation {
  animation: expand-menu 1.8s normal;
  width: fit-content;
}

@keyframes expand-menu {
  0% {
    transform: translateY(-300px);
    opacity: 0;
  }

  50% {
    transform: none;
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.contenido-menu {
  display: flex;
  justify-content: flex-start;
  width: 65%;
}

#nivel-superior-solicitar-info {
  background: #fff;
  box-shadow: 0px 0px 8px #B6E1F9;
  border: 1px solid #45B8AC;
  border-radius: 18px;
  opacity: 1;
  color: #134C8F;
  font-weight: 600;
  padding: 5px 19px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}

.header-top {
  display: flex;
  max-width: 1280px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#trp_ald_modal_popup {
  background-color: #fff !important;
  border-radius: 15px;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.trp_ald_ls_container .trp-ls-shortcode-language.trp-ls-clicked {
  background-color: #b6e1f9 !important;
  color: #134C8F !important;
}

.trp-ls-shortcode-current-language .trp-ls-clicked .trp_ald_ls_container .trp-ls-shortcode-current-language {
  color: #134C8F !important;

}

#trp_ald_popup_text {
  color: #134C8F !important;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  max-width: 79px !important;
}

.trp-language-switcher {
  max-width: unset !important;
}

.trp_ald_ls_container .trp-language-switcher-container>div {
  max-width: 79px !important;
  color: #134C8F !important;
  text-align: center;
  padding-top: 12px !important;
  padding-left: 16px !important;
  border-radius: 20px !important;
}

.trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {
  padding-top: 0 !important;
}

.trp_ald_ls_container .trp-ls-shortcode-language {
  border: 1px solid #fff !important;
}

.trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image {
  padding-top: 0px !important;
  margin-left: 9px !important;
  margin-bottom: 1px !important;
}

.trp_ald_ls_container .trp-ald-popup-select {
  padding-left: 5px !important;
}

.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language.trp-ls-clicked,
.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language.trp-ls-clicked {
  background-color: #fff !important;
  border-radius: 15px;
  padding-block: 12px !important;
}

#trp_ald_popup_change_language {
  border-radius: 130px !important;
  background: #45b8ac !important;
  border-color: #45b8ac !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 35px !important;
}

#trp_ald_popup_change_language:hover {
  border-radius: 130px !important;
  background: #45b8ac !important;
  border-color: #45b8ac !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.trp_ald_ls_container .trp-ls-shortcode-language {
  border: 2px solid #fff;
}

#trp_ald_x_button_textarea {
  color: #134C8F !important;
  text-decoration: none !important;
}

#trp_ald_popup_select_container .trp-ls-shortcode-language {
  background-color: #b6e1f9 !important;
  padding-left: 19px !important;
  padding-right: 30px !important;
}

.trp_ald_ls_container .trp-ls-shortcode-language>div:hover {
  border-radius: 5px;
}

.evo_eventtop {
  margin-top: 20px;
}

/* Breadcrumb */
header.banner nav.rank-math-breadcrumb {
  color: #fff;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 1380px;
}

header.banner nav.rank-math-breadcrumb p a,
header.banner nav.rank-math-breadcrumb p span.separator {
  color: #fff;
  font-size: 14px;
}

header.banner nav.rank-math-breadcrumb p span.last {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

header.banner nav.rank-math-breadcrumb a img.img-house {
  transform: translateY(-3px);
}

@media(max-width: 768px) {
  header.banner nav.rank-math-breadcrumb {
    font-size: 12px;
    padding: 0.5rem 3rem;
    margin-bottom: 15px;
  }

  header.banner nav.rank-math-breadcrumb a svg {
    height: 15px;
  }
}

/* Fin breadcrumb */

/* Cookies banners */
.cmplz-cookiebanner.banner-1.optin.cmplz-center.cmplz-categories-type-view-preferences.cmplz-show {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 90%;
}

/* Oculta boton de las cookies al cerrarse */
.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
  display: none;
}

/* Ocultar boton cerrar */
/* .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
  display: none;
} */
.cmplz-cookiebanner .cmplz-categories {
  margin-top: 20px;
  width: 100%;
}

div#cmplz-message-1-optin {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-header {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .cmplz-cookiebanner .cmplz-header .cmplz-title {
    display: block !important;
    font-size: 15px !important;
  }

  /* .cmplz-body, */
  .cmplz-divider.cmplz-divider-header,
  .cmplz-links.cmplz-documents {
    display: none !important;
  }

  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    height: 40px;
  }

  .cmplz-cookiebanner .cmplz-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

/* Oculta boton de las cookies al cerrarse */
.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
  display: none;
}

.header-marker {
  display: flex;
}

@media(max-width:1070px) {
  .js-btnSolicitaInformacionHeader {
    display: none;
  }
}

/* Principio Estilos cursos componente perfil del estudiante */
.perfil-estudiante-container {
  display: flex;
  flex-wrap: wrap;
  margin-block: 60px;
}

.perfil-estudiante-img {
  background: url(https://universae.com/wp-content/uploads/2022/12/perfil-estudiante-imagen-final.webp);
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.perfil-estudiante-titulo {
  display: flex;
  padding-block: 16px;
  margin-block: 16px;
  align-content: center;
  width: 100%;
  padding-inline: 16px;
}

.perfil-estudiante-titulo h2 {
  color: #134c8f;
  font-size: 2.67692rem;
  font-weight: 400;
}

.perfil-estudiante-flotante {
  padding: 16px;
  background: transparent linear-gradient(90deg, #EDF2F4 0%, #E7F0F5 20%, #B6E1F9 100%) 0% 0% no-repeat padding-box;
  font-family: var(--font-outfit);
  color: #134c8f;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 17px;
}

.perfil-estudiante-descripcion p {
  padding-left: 16px;
  font-size: 17px;
  color: #134C8F;
  line-height: 1.2em;
  margin-block: 16px;
}

@media(min-width: 768px) {
  .perfil-estudiante-img {
    height: 320px;
  }
}

@media(min-width: 1024px) {
  .perfil-estudiante-img {
    /*height: 500px;*/
    height: auto;
    width: 30%;
    /*background-size: contain;*/
    background-position: center;
  }

  .perfil-estudiante-text-container {
    width: 60%;
    padding-inline: 48px;
  }

  .perfil-estudiante-titulo {
    position: relative;
  }

  .perfil-estudiante-flotante {
    position: absolute;
    margin-left: -205px;
    max-width: 952px;
    width: 70%;
    font-size: 18px;
  }

  .perfil-estudiante-descripcion {
    margin-top: 150px;
  }

  .perfil-estudiante-descripcion p {
    font-size: 18px;
  }
}

/* FIN Estilos cursos componente perfil del estudiante */

/* Principio estilos cursos componente equipo docente */

.equipo-docente-titulo {
  display: flex;
  width: 100%;
  background: linear-gradient(90deg, rgba(19, 76, 143, 1) 0%, rgba(69, 184, 172, 1) 100%);
  align-content: center;
  justify-content: center;
  padding: 13px 12px;
  margin-bottom: 14px;
}

.equipo-docente-titulo h2 {
  font-family: var(--font-outfit);
  font-size: 2.64692rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.equipo-docente-descripcion-container {
  padding-left: 16px;
}

.equipo-docente-descripcion {
  font-family: var(--font-outfit);
  color: #134c8f;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2em;
  margin-top: 8px;
}

.arrow-mobile-close {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 4px 0;
  transition: ease-in-out all .2s;
  transform: translatey(4px);
}

.arrow-mobile-open {
  transform: rotate(180deg);
  transition: ease-in-out all .2s;
}

.equipo-docente {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  row-gap: 20px;
}

.profesor-card {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 47%;
  margin: 0 5px;
}

.profesor-card-header {
  height: 130px;
}

.profesor-card-header img {
  display: flex;
  justify-content: center;
  width: 110px;
  margin: 0 auto;
  transform: translateY(35px);
}

.profesor-card-descripcion {
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(182, 225, 249, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(182, 225, 249, 1);
  box-shadow: 0px 0px 10px 1px rgba(182, 225, 249, 1);
  width: 100%;
  /*padding: 35px 10px; */
  padding: 25px 8px;
  overflow: hidden;
}

.profesor-card-descripcion span {
  color: #134c8f;
  text-align: center;
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: bold;
}

.profesor-card-descripcion svg {
  width: 30px;
  height: 16px;
  text-align: center
}

.docente-descripcion p {
  color: #134c8f;
  text-align: left;
  font-family: var(--font-outfit);
  font-size: 16px;
  line-height: 18px;
  margin-top: 12px;
  padding: 0px;
}

.hide-descripcion {
  display: none;
}

.show-descripcion {
  height: 80%;
  padding: 0 10px;
}

.docente-card-nombre {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

@media(min-width:768px) {
  .equipo-docente-descripcion {
    font-size: 18px;
  }

  .equipo-docente {
    justify-content: center;
    gap: 12px 20px;
  }

  .profesor-card-descripcion {
    padding: 45px 26px;
    height: 100%;
  }

  .docente-card-nombre {
    justify-content: flex-start;
  }

  .profesor-card-descripcion span {
    text-align: left;
  }

  .profesor-card {
    width: 30%;
  }

  .hide-descripcion {
    display: inline;
  }

  .arrow-mobile-close,
  .arrow-mobile-open {
    display: none;
  }

  .docente-separador {
    width: 15%;
    border: 1px solid #45B8AC;
    margin-block: 12px;
    padding: 0 4px;
  }

  .docente-descripcion p {
    padding: 0;
  }
}

@media(min-width: 1024px) {
  #section-equipo-docente {
    padding-block: 5.75rem;
  }

  #docente-card-description-1 .equipo-docente {
    gap: 12px 20px;
    padding: 0px;
  }

  .equipo-docente-titulo {
    margin-bottom: 60px;
  }

  .equipo-docente-descripcion-container {
    padding-inline: 96px;
  }

  .profesor-card-descripcion {
    height: 100%;
    margin-top: 80px;
  }

  .profesor-card-descripcion span {
    margin-bottom: 4px;
    font-size: 18px;
  }

  .profesor-card-header img {
    transform: translateY(78px);
    width: 180px;
  }

}

/* Modificacion estilos pagino cursos*/
@media (max-width: 600px) {
  .btn-azul.d-inline-block {
    font-size: 1.18462rem;
  }
}

@media (max-width: 600px) {
  .btn-borde-blanco.d-inline-block {
    margin-top: 20px;
    margin-left: 5px;
  }
}

.btn-borde-blanco.landing.d-inline-block {
  background-color: white;
  color: #134c8f;
}

.btn-borde-blanco.landing.d-inline-block:hover {
  background-color: transparent;
  color: white;
}

@media (min-width: 767px) {
  .encabezadoCurso {
    background-color: #134c8f;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 0 60px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .encabezadoCurso {
    padding-top: 120px;
  }

  .encabezadoCurso:before {
    background: linear-gradient(180deg, #134c8fCC, #45b8acCC);
  }
}

@media (min-width: 767px) {
  .btn-azul.d-inline-block.botoncheckout {
    margin-left: 20px
  }
}

@media (max-width: 767px) {
  .btn-azul.d-inline-block.botoncheckout {
    margin-left: 20px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .btn-borde-blanco.landing.d-inline-block.folleto {
    margin-left: 20px
  }
}

@media (min-width: 767px) {
  .img-fluid.ucode {
    max-width: 15%;
  }
}

@media (min-width: 767px) {
  .img-fluid.general {
    max-width: 15%;
  }
}

@media (min-width: 767px) {
  .img-fluid.uxperience {
    max-width: 15%;
    margin-left: 20px;

  }
}

@media (max-width: 767px) {
  .img-fluid.ucode {
    max-width: 20%;

  }
}

@media (max-width: 767px) {
  .img-fluid.general {
    max-width: 20%;
  }
}

@media (max-width: 767px) {
  .img-fluid.uxperience {
    max-width: 20%;

  }
}

@media (min-width: 767px) {
  .mb-3.mt-0.titulo {
    font-size: 60px;
  }
}

@media (min-width: 767px) {
  .subtitular.mb-4.landing {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .sujetovariacion {
    top: -10px !important;
  }
}

@media (max-width: 767px) {
  .d-inline-block.ml-3.etiquetaPastillaPresencial {
    margin-left: 0px !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 767px) {
  .d-inline-block.ml-3.etiquetaPastillaPresencial {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
}

/* Estilos cursos salidas profesionales */
.salidas-profesionales-new {
  padding-block: 4rem;
}

.salidas-profesionales-titulo {
  text-align: center;
  margin: auto;
}

.salidas-profesionales-titulo h2 {
  color: #134c8f;
  font-size: 30px;
  font-weight: 400;
  font-family: var(--font-outfit);
  line-height: 1.1em;
}

.salidas-profesionales-arrow {
  width: 28px;
  height: 28px;
  margin-block: 30px;
}

.salidas-profesionales-card-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 3%;
}

.salidas-profesionales-card-container+p {
  font-family: var(--font-outfit);
  font-size: 18px !important;
  font-weight: 500;

  padding: 35px 0 35px 20px;
  border-left: 8px solid #45B8AC;

  color: #134C8F;
}


.salidas-profesionales-card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  width: 100%;
  opacity: 1;
  transition: all .8s ease-in-out;
}

.appear {
  opacity: 0;
  transform: translateY(-28px);
}

.salidas-profesionales-card-header {
  background-color: #EDF2F4;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  border: 1px solid #EDF2F4;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
}

.salidas-profesionales-card-header h3 {
  color: #134c8f;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: var(--font-outfit);
  margin: auto 0;

}

.salidas-profesionales-card-header img {
  margin-left: -23px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  margin-block: auto;
}

.salidas-profesionales-card-body {
  padding: 20px 39px;
  border: 1px solid #EDF2F4;
  border-radius: 4px;
}

.salidas-profesionales-card-body p {
  font-size: 16px;
}

.salidas-profesionales-card-body p a {
  color: #45B8AC;
  font-weight: 600;
}

.hide-profesionales {
  display: none;
}

.show-profesionales {
  display: inline;
}

.salidas-profesionales-card-tres-lineas {
  height: fit-content !important;
}

.tiene-4-lineas {
  height: 110px !important;
}

@media(min-width: 768px) {
  .salidas-profesionales-card-container {
    justify-content: space-between;
    row-gap: 20px;
    padding: 0 10%;
  }

  .salidas-profesionales-card {
    width: 47%;
  }

  .salidas-profesionales-titulo {
    width: 70%;
  }

  .salidas-profesionales-titulo h2 {
    font-size: 40px;
  }

  .salidas-profesionales-card-header {
    height: 85px;
  }

  .salidas-profesionales-card-tres-lineas {
    height: 85px !important;
  }

  .tiene-4-lineas {
    height: 122px !important;
  }

  .salidas-profesionales-arrow {
    width: 40px;
    height: 40px;
  }
}

@media(min-width: 1080px) {
  .salidas-profesionales-card-tres-lineas {
    height: 85px !important;
  }

  .salidas-profesionales-card-header {
    height: 65px;
  }

  .salidas-profesionales-card-header h3 {
    font-size: 18px;
  }

  .salidas-profesionales-card-body p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .tiene-4-lineas {
    height: 130px !important;
  }
}

/* Cursos requisistos */
.curso-requisitos {
  padding-block: 4rem;
  margin-bottom: 25rem;
}

.curso-requisitos-container {
  background-color: var(--color-background-high);
  padding: 24px;
  margin: 0 auto;
}

.curso-requisitos-titulo {
  padding: 4rem 0;
}

.curso-h2-title {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  font-family: var(--font-outfit);
  text-align: center;
}

@media (min-width: 768px) {
  .curso-h2-title {
    font-size: 40px;
  }
}

.curso-requisitos-descripcion {
  color: #FFFFFF;
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}

.requisito-row {
  display: flex;
  padding-bottom: 22px;
  gap: 24px;
  position: relative;
}

.requisito-icono-list svg {
  width: 30px;
}

.requisito-icono-list img {
  width: 30px;
}

.curso-list-texto {
  margin: auto 0;
}

.curso-list-texto p {
  width: 100%;
  font-size: 16px;
  font-family: var(--font-outfit);
  font-weight: 400;
  line-height: 24px;
  color: var(--white-color);
}

.separador-requisitos {
  display: flex;
  border: 1px solid #45B8AC;
  width: 58%;
  margin: 0 auto 4rem auto;
}

.requisitos-img-container {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 2rem;
}

.requisitos-img-container img {
  width: 108%;
  max-width: 335px;
  height: auto;
  margin: 0 auto;
  position: absolute;
}

@media(min-width: 768px) {
  .curso-requisitos {
    margin-bottom: 13rem;
  }

  .requisitos-container {
    display: flex;
  }

  .requisitos-list {
    width: 100%;
    margin-top: 2rem;
  }

  .curso-requisitos-container {
    border-radius: 44px;
    max-width: 1273px;
    padding: 1rem 5%;
    max-height: unset;
  }

  .requisito-icono-list svg {
    width: 43px;
  }

  .requisito-icono-list img {
    width: 43px;
  }

  .requisitos-img-container {
    position: relative;
    width: 100%;
    margin-top: 0rem;
  }

  .requisitos-img-container img {
    position: absolute;
    width: 100%;
    max-width: unset;
    height: fit-content;
    transform: translate(100px, 29px);
    top: 0;
    right: 0;
  }

  .por-que-repeater-container:last-child {
    margin: 0;
  }
}

/* FIN DE ESTILOS CURSOS REQUISITOS */

/* PRINCIPIO DE CURSOS FAQS */
.cursos-faqs {
  margin-block: 6rem;
}

.preguntas-frecuentes-titulo {
  text-align: center;
}

.preguntas-frecuentes-titulo h2 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  color: #134c8f;
  font-size: 30px;
  padding-inline: 0;
}

@media (min-width: 768px) {
  .preguntas-frecuentes-titulo h2 {
    font-size: 40px;
    padding-inline: 3rem;
  }
}

.preguntas-frecuentes-titulo img {
  margin-block: 2.5rem;
}

.faqs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.faq-item {
  width: 100%;
}

.faq-header {
  align-items: center;
  background: linear-gradient(45deg, #134c8f, #45b8ac);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 1.4rem;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  min-height: 50px;
}

.faq-header img {
  width: 18px;
  height: 35px;
}

.faq-header h3 {
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
  padding-right: 1.2rem;
}

.faq-body p {
  padding: 1.6rem 1.2rem 1.2rem 1.2rem;
  font-size: 16px;
}

.faq-body p a {
  color: #45b8ac;
  font-weight: 500;
}

@media(min-width: 768px) {
  .faq-header {
    padding: 1rem 1.4rem;
  }

  .faq-header h3 {
    font-size: 18px;
  }

  .faq-header img {
    width: 20px;
    height: 35px;
  }

  .faq-body p {
    font-size: 17px;
  }

  .faq-item {
    width: 81%;
    margin: 0 auto;
  }
}

/* FINAL DE CURSOS FAQS */

/**/
.mod-cabecera-titulo {
  max-width: 80%;
  line-break: strict;
  margin-left: 17px;
}

@media(min-width: 768px) {
  .mod-cabecera-titulo {
    max-width: 51%;
    margin-left: unset;
  }
}

/**/

/* Thank you page*/
.thank-you {
  background-image: url(https://universae.com/wp-content/uploads/2022/04/thank-you-pago-scaled.webp);
  background-size: cover;
  height: 80vh;
}

.thank-you-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 80vh;
  flex-wrap: wrap;
}

.thank-you-container svg {
  width: 104px;
  height: 104px;
  margin: 24px auto;
}

.thank-you-title {
  font-family: var(--font-outfit);
  text-align: center;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 600;
}

.separador-gracias {
  width: 33%;
  border-top: 2px solid #45b8ac;
  margin: 24px auto;
}

.thank-you-text {
  color: #FFFFFF;
  font-family: var(--font-outfit);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

@media(max-width:768px) {
  .thank-you-container svg {
    width: 74px;
    height: 74px;
  }

  .thank-you-title {
    font-size: 40px;
  }

  .thank-you-text {
    font-size: 20px;
  }
}

/* Fin de thank you page*/


/* MENU */
@media (max-width: 768px) {
  svg.svg-inline--fa.fa-envelope.fa-w-16 {
    margin-left: 0px !important;
  }
}

/* FIN MENU*/


/* Principio de noticias */
.noticias-cabecera {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 251px;
  background-image: linear-gradient(180deg, #134C8DF0 0%, #45B8AC 100%);
  opacity: 0.8;
}

.noticias-img {
  height: 250px;
  position: relative;
}

.etiquetas-container {
  display: flex;
  flex-direction: column;
  margin-block: 14px;
}

.etiqueta-noticia {
  background-color: #F8F8F8;
  margin: 10px 0;
  padding: 15px;
  border-radius: 10px;
  width: fit-content;
}

.etiqueta-noticia i {
  width: 1.25em;
  font-size: 18px;
}

.etiqueta-text {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  color: #134c8f;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 0 12px;
}

.etiqueta-text::first-letter {
  text-transform: capitalize
}

.noticia-titulo {
  margin-bottom: 15px;
  font-weight: 400;
  color: #134c8f;
  font-size: 3.07692rem;
  font-style: normal;
  letter-spacing: 0;
  font-family: var(--font-outfit);
  line-height: 1.1em;
}

.noticia-separador {
  border-top: 2px solid #45B8AC;
  width: 25%;
  margin-block: 30px;
}

.noticia-texto-destacado {
  padding-inline: 9px;
}

.noticia-texto-destacado blockquote {
  border-left: 4px solid #45b8ac;
  padding-block: 5px;
  padding-left: 14px;
  font-size: 14px;
  color: #134C8F;
  font-family: var(--font-outfit);
  font-weight: 500;
  line-height: 18px;
  margin-block: 30px;
}

.noticia-resumen {
  background-color: #B6E1F938;
  padding: 20px 15px;
  margin: 10px 0;
}

.noticia-resumen p {
  font-family: var(--font-outfit);
  font-size: 15px;
  color: #134c8f;
  font-weight: 500;
  line-height: 18px;
}

.noticia-texto-e-imagen {
  display: flex;
  flex-direction: column;
}

.noticia-texto-e-imagen-izq {
  margin-bottom: 15px;
}

.noticia-texto-e-imagen img {
  width: 100%;
}

.repeater-titulo {
  display: flex;
  margin: 15px 0;
}

.repeater-titulo h3 {
  color: #134C8F;
  font-family: var(--font-outfit);
  font-size: 20px;
  font-weight: 600;
}

.repeater-titulo hr {
  display: none;
}

.texto-noticia {
  margin: 15px 0;
}

.texto-noticia p {
  font-size: 13.63px;
  line-height: 17px;
  word-break: break-all;
}

.fuente-noticia {
  margin-block: 16px;
}

.fuente-noticia-texto {
  font-size: 13.63px;
  font-weight: 600;
  color: #134C8F;
  font-family: var(--font-outfit);
}

.fuente-noticia-enlace {
  font-size: 13.63px;
  font-weight: 600;
  color: #45B8AC;
  font-family: var(--font-outfit);
}

.fuente-noticia-enlace:hover {
  color: #45b8ac;
}

@media(min-width:768px) {
  .noticias-cabecera {
    height: 421px;
  }

  .noticias-img {
    height: 420px;
  }

  .repeater-titulo h3 {
    width: 45%;
  }

  .repeater-titulo hr {
    display: inline;
    height: 2px;
    background: #45B8AC;
    width: 100%;
    margin: auto;
  }

  .noticia-titulo {
    font-size: 41px;
  }

  .noticia-resumen p,
  .noticia-texto-destacado blockquote,
  .texto-noticia {
    font-size: 18px;
  }

  .fuente-noticia-texto,
  .fuente-noticia-enlace {
    font-size: 18px;
  }
}

@media(min-width: 968px) {
  .etiquetas-container {
    flex-direction: row;
    gap: 25px;
  }

  .noticias-cabecera {
    height: 551px;
  }

  .noticias-img {
    height: 550px;
  }

  .noticia-texto-e-imagen {
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }

  .noticia-texto-e-imagen-izq {
    width: 70%;
  }

  .noticia-texto-e-imagen img {
    width: 35%;
    height: 35%;
    margin-left: 50px;
  }
}

.container-redes-sociales {
  width: 100%;
  border-block: 3px solid #45b8ac;
  margin: 32px 0;
  padding: 32px 0;
}

.titulo-redes-sociales {
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--primary-color);
  font-size: 2.30769rem;
  font-family: var(--font-outfit);
  letter-spacing: normal;
  white-space: normal;
  text-align: center;
}

.redes-sociales-pildoras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin-block: 32px;
}

.redes-sociales:hover {
  color: #fff;
  filter: saturate(1.5) brightness(1.2);
  transition: .3s all ease-in-out;
}

.redes-sociales-logo {
  width: 1.8em;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.redes-sociales-text {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
  padding: 10px;
}

.redes-sociales {
  color: #fff;
  font-family: var(--font-outfit);
  font-weight: 500;
  font-size: 14px;
  margin: 0 32px;
  padding: 0 20px;
  border-radius: 20px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: fit-content;
  word-break: break-word;
  transition: .3s all ease-in-out;
}

@media(max-width: 768px) {
  .redes-sociales {
    margin: 0 13px;
  }

  .redes-sociales-pildoras {
    row-gap: 15px;
  }

  .redes-sociales-text {
    padding: 8px;
  }
}

.noticia-video {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.noticia-video iframe {
  width: 50%;
  height: 350px;
}

@media(max-width:968px) {
  .noticia-video iframe {
    width: 70%;
  }
}

@media(max-width:768px) {
  .noticia-video iframe {
    width: 100%;
    height: 225px;
  }
}

/* Fin de noticias */

.uni-title-h-h2 {
  font-size: 38px;
  text-align: center;
  /* font-family: var(--font-outfit); */
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-bottom: 40px;
}

@media(max-width: 768px) {
  .uni-title-h-h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}

.uni-separador-left {
  height: 3px;
  background-color: #45B8AC;
  width: 116px;
  margin: 20px 0;
}

.uni-mini-separador-left {
  height: 2px;
  background-color: #45B8AC;
  width: 40px;
  margin: 15px 0;
}

/* ELEMENTOR LISTA  */
ul.custom-ul-elemt {
  font-family: var(--font-outfit);
  font-size: 18px;
  list-style: none;
  padding: 0;
  line-height: 1.3em;
  font-weight: 500;
}

ul.custom-ul-elemt li::before {
  content: "– ";
  color: #134c8f;
}

/* FIN ELEMENTOR LISTA  */
html {
  scroll-behavior: smooth;
}

/* ESTILOS FUENTES */
.uni-title {
  /* font-family: var(--font-outfit); */
  text-transform: uppercase
}

.uni-title.h-h1-header {
  font-size: 47px;
  line-height: 60px;
  font-weight: 700;
}

.uni-title.h-h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 40px;

  color: var(--primary-color)
}

.uni-title.h-h2-title {
  font-size: 48px;
  line-height: 45px;
  font-weight: 700;
}

.uni-title.h-h3 {
  color: #134C8F;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: none;
}

.uni-title.h-h3-accord-faqs {
  font-size: 18px;
  font-family: var(--font-outfit);
  font-weight: 600;
}

.uni-parah-question {
  font-size: 24px;
  font-family: var(--font-outfit);
  font-weight: 500;
}

.uni-parah,
.uni-title.h-h3-accord {
  font-size: 18px;
  font-family: var(--font-outfit);
  font-weight: 500;
}

.uni-title.h-h3-share {
  color: #134C8F;
  font-weight: 400;
  font-size: 30px;
}

.uni-card.h-h3 {
  color: #134C8F;
  font-family: var(--font-outfit);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.f-title-card {
  font-family: var(--font-outfit);
  font-size: 23px;
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .uni-title.h-h2 {
    font-size: 32px;
  }

  .uni-title.h-h3-share {
    font-size: 23px;
  }

  .f-title-card {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .uni-title.h-h1-header {
    font-size: 30px;
    line-height: 40px;
  }

  .uni-title.h-h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  .uni-title.h-h2-title {
    font-size: 36px;
    line-height: 40px;
  }

  .uni-title.h-h3 {
    font-size: 30px;
  }

  .uni-parah-question {
    font-size: 20px;
  }

  .uni-title.h-h3-accord-faqs,
  .uni-parah,
  .uni-title.h-h3-accord {
    font-size: 17px !important;
  }

  .uni-title.h-h3-share {
    font-size: 22px;
  }

  .uni-card.h-h3 {
    font-size: 22px;
  }

  .f-title-card {
    font-size: 22px;
  }
}

.uni-text-description {
  color: var(--color-primary-hover);
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 768px) {
  .uni-text-description {
    font-size: 17px !important;
  }
}

.text-search {
  font-family: var(--font-outfit);
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}

.uni-text-center {
  text-align: center;
}

.fc-white {
  color: #fff;
}

.fc-orange {
  color: #f5991c;
}

.fc-purple {
  color: #632985;
}

.fc-blue-secondary {
  color: var(--color-primary-mid);
}

.fc-blue-secondary-bold {
  color: var(--color-primary-mid);
  font-weight: 600;
}

.fc-blue-terciary {
  color: #b6e1f9;
}

.fc-blue-terciary-bold {
  color: #b6e1f9;
  font-weight: 600;
}

.fc-blue-terciary-strong>strong,
.fc-blue-terciary-strong>b {
  color: #b6e1f9 !important;
  font-weight: 600;
}

/* FIN ESTILOS FUENTES */

/* BACKGROUND COLOR */
.bgc-blue-green {
  background-color: #7CCCC7;
}

/* FIN BACKGROUND COLOR */

/* ALERTS */
.alert-blue-light {
  background-color: #B6E1F938;
  padding: 20px;
}

/* FIN ALERTS */

/* PILLS */
.cat-span {
  background-color: #45B8AC;
  border-radius: 24px;
  color: #fff;
  font-size: 12px;
  font-family: var(--font-outfit);
  font-weight: 500;
  line-height: 1;
  padding: 0.6em 1.2em;
}

/* FIN PILLS */
/* ESTILOS BOTONES */
.read-more {
  color: #45B8AC;
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.read-more:hover {
  color: #45B8AC;
}

.uni-button {
  background-color: #45B8AC;
  border-radius: 30px;
  border: 2px solid #45B8AC;
  color: #fff !important;
  display: block;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 20px 6px 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: fit-content;
}

.uni-button:hover {
  background-color: #fff;
  color: #134C8F !important;
  border-color: #45B8AC;
}

.uni-button-green {
  background-color: #45B8AC;
  border-radius: 30px;
  border: 2px solid #45B8AC;
  display: block;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 500;
  padding: 8px 25px 8px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}

.uni-button-green:active,
.uni-button-green:focus {
  outline: none;
}

.uni-button-green:hover {
  background-color: #fff;
  border: 2px solid #45B8AC;
  color: #134C8F;
}

.uni-button-white {
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #134C8F !important;
  display: block;
  font-family: var(--font-outfit);
  font-size: 15px;
  font-weight: 600;
  padding: 7px 20px 6px 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: fit-content;
}

.uni-button-white:hover {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}

.uni-button-filter {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid transparent;
  background-color: #45B8AC;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  /* box-shadow: 0 1px 3px #45B8AC; */
  transition: background-color 0.3s, border 0.3s, box-shadow 0.3s ease-in;
  overflow: hidden;
  position: relative;
}

.uni-button-filter>span {
  position: relative;
  z-index: 1;
}

.uni-button-filter:hover,
.uni-button-filter:active,
.uni-button-filter:focus {
  border: 2px solid #45B8AC;
  background-color: transparent;
  /* box-shadow: 0 0px 0px transparent; */
  outline: none;
}

@media(max-width: 600px) {
  .uni-button-green {
    text-align: center;
    width: 100%;
  }
}

/* New button styles */
.orange-button {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: center;

  font-family: var(--font-outfit);
  font-size: 17px !important;
  font-weight: 500 !important;
  text-transform: initial;

  /* margin: auto; */
  padding: 8px 24px !important;

  width: fit-content;

  border: 2px solid transparent !important;
  border-color: #FF9B00 !important;
  border-radius: 25px !important;

  background-color: #FF9B00 !important;
  color: white !important;
  cursor: pointer !important;

  transition: all 0.3s ease-in-out;

  position: relative !important;
  overflow: hidden !important;
  outline: none;

  z-index: 1;
}

.orange-button::after {
  content: '';

  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

  border-radius: 25px;
  background-color: #FFFFFF;

  width: 15%;
  height: 100%;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: all 0.3s ease-in-out;
}

.orange-button:hover {
  color: #134C8F !important;
}

.orange-button>p {
  transition: color .3s ease-in-out;
}

.orange-button:hover>p {
  color: #134C8F !important;
}

.orange-button:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.orange-button:visited {
  color: #FFFFFF !important;
}

.orange-button:visited:hover {
  color: #134C8F !important;
}

.orange-button:focus {
  outline: none;
}

/* Orange button image associated */
.orange-button:has(img) {
  gap: 15px;
}

.orange-button>img {
  display: block;
  /* width: auto; height: 14px; */

  width: 16px;
  height: auto;
  flex: 1 0 auto;

  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(277deg) brightness(107%) contrast(101%);

  transition: all .3s ease-in-out;
}

.orange-button:hover>img {
  /* Image color from white to green */
  filter: brightness(0) saturate(100%) invert(61%) sepia(45%) saturate(511%) hue-rotate(124deg) brightness(97%) contrast(86%);
}

/* Orange button paragraph associated */
.orange-button>p {
  color: #FFFFFF;
  font-size: 17px !important;

  @media (min-width: 1024px) {
    font-size: 20px !important;
  }
}

.orange-button.landing-header {
  font-size: 17px !important;
}

@media (min-width: 768px) {
  .orange-button {
    font-size: 18px !important;
  }

  .orange-button.landing-header {
    font-size: 20px !important;
  }
}

/* Green button */
.green-button {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: center;

  font-family: var(--font-outfit);
  font-size: 17px !important;
  font-weight: 600 !important;
  text-transform: uppercase;

  padding: 8px 24px !important;
  width: fit-content;

  border: 2px solid transparent !important;
  border-color: #45B8AC !important;
  border-radius: 25px !important;

  background-color: #45B8AC !important;
  color: #FFFFFF !important;
  cursor: pointer !important;

  transition: all 0.3s ease-in-out;

  position: relative !important;
  overflow: hidden !important;
  outline: none;
}

.green-button.button--loading {
  background-color: #45B8AC !important;
  color: #45B8AC !important;
}

.green-button.button--loading:hover {
  background-color: #45B8AC !important;
  color: #45B8AC !important;
}

.green-button:hover {
  background-color: #FFFFFF !important;
  color: #134C8F !important;
}

.green-button:visited {
  color: #FFFFFF !important;
}

.green-button:visited:hover {
  color: #134C8F !important;
}

.green-button:focus {
  outline: none;
}

/* Green button image associated */
.green-button:has(img) {
  gap: 15px;
}

.green-button>img {
  display: block;
  transition: all .3s ease-in-out;
}

/* Green button variables */
.green-button.reverse {
  border-color: #45B8AC !important;
  background-color: #FFFFFF !important;

  color: #134C8F !important;
}

.green-button.reverse:hover {
  background-color: #45B8AC !important;
  color: #FFFFFF !important;
}

.green-button.reverse:visited {
  color: #134C8F !important;
}

.green-button.reverse:visited:hover {
  color: #FFFFFF !important;
}

.green-button.download {
  border-color: #45B8AC !important;
  background-color: #FFFFFF !important;

  color: #134C8F !important;
}

.green-button.download .img-block {
  position: relative;
}

.green-button.download .img-block>img:first-of-type {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 1.5px);

  width: 10px;
  height: auto;
  transition: transform .2s ease-in-out;
}

.green-button.download:hover .img-block>img:first-of-type {
  transform: translate(-50%, -1px);
}

.green-button.download .img-block>img:last-of-type {
  transform: translate(0, 4px);
  width: 16px;
}

.green-button.download:hover {
  background-color: #FFFFFF;
}

.green-button.download:visited {
  color: #134C8F !important;
}

.green-button.download:visited:hover {
  color: #134C8F !important;
}

@media (min-width: 768px) {
  .green-button {
    font-size: 18px !important;
  }
}

/* End of new button styles */
/* FIN ESTILOS BOTONES */

/* ESTILOS SEPARADORES */
.separador-left {
  background-color: #45B8AC;
  margin: 30px 0 30px 0;
  height: 2px;
  width: 100px;
}

@media (max-width: 768px) {
  .separador-left {
    margin: 20px 0;
  }
}

.separador {
  background-color: #45B8AC;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 2px;
  width: 50%;
}

@media (max-width: 640px) {
  .separador {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 80%;
  }
}

.cust-divider-m {
  background-color: #45B8AC;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
  height: 2px;
  width: 50%;
}

.cust-divider-full {
  background-color: #45B8AC;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
  height: 2px;
  width: 100%;
}

.cust-divider-left {
  background-color: #45B8AC;
  margin: 25px 0 35px 0;
  height: 2px;
  width: 80px;
}

@media (max-width: 1024px) {
  .cust-divider-m {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 80%;
  }

  .cust-divider-full {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
  }

  .cust-divider-left {
    margin: 15px 0 25px 0;
  }
}

/* FIN ESTILOS SEPARADORES */

/* ESTILOS PADDINGS */
.uni-spaced-section {
  padding: 60px 0;
}

@media screen and (min-width: 1340px) {
  .uni-padding-section {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1339px) {
  .uni-padding-section {
    padding: 0 10%;
  }
}

@media screen and (max-width: 1023px) {
  .uni-padding-section {
    padding: 0 5%;
  }
}

/* FIN ESTILOS PADDINGS */

/* ESTILOS MARGINS */
.uni-m-0 {
  margin: 0;
}

.uni-mt-0 {
  margin-top: 0;
}

.uni-mb-0 {
  margin-top: 0;
}

.uni-mt-big {
  margin-top: 90px;
}

/* FIN ESTILOS MARGINS */

/* Oculta bandera de México en el desplegable de idiomas */
.trp-ls-shortcode-language a[title="Spanish (Mexico)"] {
  display: none;
}

/* ESTILOS GLOBALES WYSIWYG */

.global-css-wysiwyg {
  text-align: left;
  padding: 3px;
  color: var(--color-primary-hover);
  font-size: 18px;
  font-family: var(--font-outfit);
  line-height: 1.4em;
}

.global-css-wysiwyg ul,
.global-css-wysiwyg ul li {
  list-style-type: none;
  color: var(--color-primary-hover);
  font-size: 18px;
  font-family: var(--font-outfit);
  line-height: 1.4em;
}

.global-css-wysiwyg a {
  color: var(--color-primary-mid);
}

.wysiwyg-standard {
  font-size: 14px !important;
  font-weight: 400;
  font-family: var(--font-outfit);
  line-height: 20px;
}

.wysiwyg-standard strong {
  font-weight: 500;
}

.wysiwyg-standard a {
  color: #45b8ac;
}

.wysiwyg-standard a.green-link {
  font-weight: bold;
}

@media (min-width: 1024px) {
  .wysiwyg-standard {
    font-size: 16px !important;
    line-height: 24px;
  }
}

/* FIN ESTILOS GLOBALES WYSIWYG */
.page-id-146816 .banner {
  background-color: #134c8f !important;
}

/* KEY FRAMES */
@keyframes rebote {
  20% {
    transform: scale(0.8);
  }

  40% {
    transform: scale(1.2);
  }

  60% {
    transform: scale(0.9);
  }

  80% {
    transform: scale(1.1);
  }
}

@keyframes subidaBajada {
  0% {
    top: 100px;
  }

  50% {
    top: 130px;
  }

  100% {
    top: 100px;
  }
}

@keyframes subidaBajadaMobile {
  0% {
    top: 77%;
  }

  50% {
    top: 70%;
  }

  100% {
    top: 77%;
  }
}

/* FIN KEY FRAMES */

/* TEXT SLIDER */
.title-slide-b {
  line-height: 44px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 50px;
}

.title-slide-m {
  line-height: 41px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 42px;
}

.title-slide-s {
  line-height: 41px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 38px;
}

.p-slide-b {
  font-weight: 600;
  font-size: 30px;
}

.p-slide-m {
  font-weight: 600;
  font-size: 24px;
}

.p-slide-xs {
  font-size: 14px;
  font-family: var(--font-outfit);
  font-weight: 600;
}

@media (max-width: 1023px) {
  .title-slide-b {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .title-slide-m {
    font-size: 28px !important;
    line-height: 28px !important;
  }

  .title-slide-s {
    font-size: 26px !important;
    line-height: 26px !important;
  }

  .p-slide-b {
    font-size: 19px !important;
  }

  .p-slide-m {
    font-size: 18px !important;
  }

  .p-slide-xs {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .title-slide-b {
    font-size: 25px !important;
  }

  .title-slide-m {
    font-size: 23px !important;
  }

  .title-slide-s {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .p-slide-b {
    font-size: 18px !important;
  }

  .p-slide-m {
    font-size: 17px !important;
  }

  .p-slide-xs {
    font-size: 13px !important;
  }
}

/* FIN TEXT SLIDER */


/* Duotone CSS */
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: initial;
}


/* CODE TO DELETE ELEMENTOR */
header {
  position: relative;
  width: 100%;
  z-index: 5;
  background-color: #0A3676
}

header.fijo {
  position: initial;
  height: auto;
  z-index: 11;
}

.btn-primary {
  text-transform: uppercase;
  font-family: var(--font-outfit);
  font-weight: 500;
  color: #45b8ac;
  font-size: 14px;
  font-size: 1.07692rem;
  padding: 8px 26px;
  background-color: #ffff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.mod-cursos-destacados .swiper-container-cursos {
  height: 700px;
  padding-bottom: 50px;
}

.mod-cursos-destacados h3 {
  font-size: 25px;
  font-size: 1.92308rem;
  color: #134c8f;
  margin-top: 15px;
  margin-bottom: 0px;
  min-height: 40px;
  font-weight: 400;
}

body {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.4em !important;
  background: #fff;
}

.mt-5,
.my-5 {
  margin-top: 0rem !important;
}

b,
strong {
  font-weight: 600;
}

.modal-matriculacion .single-product .variations .label {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.38462rem;
}

h4,
.h4 {
  font-size: 1.5rem;
  color: white;
}

h3,
.h3 {
  font-size: 1.75rem;
  font-family: var(--font-outfit);
}

h4,
.h4 {
  font-size: 1.5rem;
  font-family: var(--font-outfit);
}

.mod-curso-horizontal .cont-caracteristicas {
  color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  background-color: #eaeaea;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: var(--font-outfit);
}

.mod-cursos-destacados h2 {
  color: #134c8f;
  text-align: center !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

.mod-cursos-destacados {
  padding-top: 50px;
  margin-bottom: -120px;
  background: #134c8f;
}

.modal-matriculacion .single-product .variations .label {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.38462rem;
  color: black;
}

@media (max-width: 767.98px) {
  .mod-cursos-destacados .swiper-container {
    padding-bottom: 50px;
    height: 500px;
  }
}

.mod-cursos-destacados .swiper-container-cursos {
  height: 650px;
  padding-bottom: 50px;
}

.nuestrosCursosLista .mod-cursos-destacados {
  padding-top: 0;
  margin-bottom: 50px;
  background: white;
}

@media (max-width: 767.98px) {}

.mod-cursos-destacados .swiper-container {
  padding-bottom: 50px;
  height: 500px;
}

.mod-cursos-destacados .swiper-container {
  padding-bottom: 50px;
  height: 600px;
}

.modal-matriculacion .subtitular p {
  color: #333333;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.2em;
  font-weight: 600 !important;
  line-height: 1.4em;
  margin-top: 0px;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
  color: black;
}

@media (min-width: 667px) {
  .d-sm-block {
    display: none !important;
  }
}

.zf-tempHeadContBdr {
  background: #45b8ac;
}


.zf-tempFrmWrapper .zf-labelName {
  font-weight: bold;
  font-size: 13px;
  color: #134c8f;
}

.zf-submitColor {
  color: #fff;
  border: 1px solid;
  border-color: #45b8ac #45b8ac #45b8ac;
  background: #2596e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#45b8ac), to(#45b8ac));
}

.encabezadoCurso:after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0px;
  right: 20%;
  bottom: 0px;
  border-bottom-right-radius: 90%;
  background-color: rgb(0 0 0 / 0%);
}

.encabezadoCurso:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(0 0 0 / 0%);
}

.encabezadoCurso {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 90px 0 60px 0;
  position: relative;
}

.encabezadoCurso .infoCurso {
  border: solid 1px #b6e1f9;
  text-align: center;
  font-size: 20px;
  font-size: 1.53846rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
  color: black;
}

.mod-cursos-destacados .overlay {
  background-color: rgb(0 0 0 / 0%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer;
  color: black;
}

.modal-matriculacion .subtitular p {
  color: #333333;
  font-size: 18px;
  font-size: 1.38462rem;
  line-height: 1.2em;
  font-weight: 600 !important;
  line-height: 1.4em;
  padding-top: 10px;
}

.encabezadoCurso .infoCurso {
  border: solid 1px #b6e1f9;
  text-align: center;
  font-size: 20px;
  font-size: 1.53846rem;
  box-shadow: 0 0 6px #b6e1f9;
  line-height: 25px;

}

.encabezadoCurso .etiquetaPastilla {
  background-color: #45b8ac;
  border-radius: 0px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: var(--font-outfit);
  font-size: 22px;
  font-size: 1.69231rem;
}

.encabezadoCurso .infoCurso strong {
  display: block;
  font-family: var(--font-outfit);
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 5px;
  color: white;
}

.encabezadoCurso .infoCurso {
  border: solid 1px #b6e1f9;
  text-align: center;
  font-size: 1.53846rem;
  box-shadow: 0 0 6px #b6e1f9;
  line-height: 25px;
  color: #b6e1f9;
  padding-top: 10px;
}

.zf-fmFooter {
  margin: 0;
  padding: 0px;
  text-align: center;
}

.rejilla_iconos_color {
  background-color: #134c8f;
  background-image: none;
  padding-bottom: 0px;
  padding-top: 0px;
}

a {
  color: #343a40;
}

.caracteristicasCurso h2 hr {
  border: solid 0px #134c8f;
  margin: 24px auto 15px auto;
  max-width: 340px;
}

.mod_bullets_numerado {
  background-color: #ffff;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0;
}

.mod_iconos_detras {
  background-color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0 0;
}

.mod-cursos-destacados h2 {
  color: #134c8f;
  text-align: center !important;
  font-size: 40px;
  font-size: 3.07692rem;
}

.mod-cursos-destacados {
  padding-top: 50px;
  margin-bottom: -120px;
  background: #ffffff;
}

.modal-matriculacion .single-product .variations .label {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.38462rem;
  color: black;
  display: none;
}

.modal-matriculacion .single-product .variations .value {
  width: 100%;
  padding-left: 10px;
  display: none;
}

.donde h2 hr {
  border: solid 1px #45b8ac;
  margin-right: -15px;
}

.donde h2 {
  font-family: var(--font-outfit);
  font-size: 40px;
  font-size: 3.07692rem;
  font-weight: normal;
  color: #ffff;
}

.donde .texto p {
  color: #ffffff;
  font-size: 22px;
  font-size: 1.69231rem;
  line-height: 1.4em;
}

.donde {
  background-color: #134c8f;
  font-size: 22px;
  font-size: 1.69231rem;
  font-weight: normal;
  color: #000;
  padding: 70px 0;
}

.donde .texto p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
}

a[href^="tel"] {
  color: white;
  display: inline-block;
}

.single-blog .indice {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 0px solid #45b8ac;
  display: none;
}

.contenidoWysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  width: 20px;
  background-color: #45b8ac;
  height: 2px;
  left: 0px;
  display: none
}

.texto_sobre_imagen_50 {
  background-size: cover;
  padding-bottom: 0px;
  border-top: 0px solid #134c8f;
  position: relative;
  background: #134c8f;
}

.practicas-empresas1 {
  color: #134c8f;
  font-size: 1.38462rem;
}

.practicas-empresas2 {
  color: #134c8f;
  font-size: 1.38462rem;
}

.practicas-empresas3 {
  color: #134c8f;
  font-size: 1.38462rem;
}

#wpfront-scroll-top-container {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  padding-bottom: 39px;
}

p,
.texto {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
}

.slider_principal .swiper-container .swiper-wrapper .swiper-slide h1 {
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 60px;
  font-size: 4.61538rem;
  border-bottom: solid 3px #45b8ac;
  padding-bottom: 30px;
}

.fg-layout-3-filters-wrap .fg-layout-3-search-box {
  background: #f7f8ff;
  border-radius: 0 10px 10px 0;
  display: none;
}

body {
  font-size: 13px;
  font-size: 1rem;
  line-height: 1.4em !important;
  color: #ffffff;
  background: #ffffff;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .slider_principal .fondo-slider-ppal {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 190px;
  }
}

@media (max-width: 991.98px) {
  .encabezadoCurso .col-informacion {
    padding-bottom: 50px;
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-top: 200px;
  }
}

.btn-relleno {
  border-radius: 50px;
  background-color: white;
  color: #134c8f;
  font-family: var(--font-outfit);
  font-weight: 600;
  font-size: 16px;
  font-size: 1.23077rem;
  text-transform: uppercase;
  letter-spacing: 0.067em;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  border: 0px solid white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-relleno:hover {
  border: 2px solid white;
  background-color: transparent;
  color: white;
}

.mod-cursos-destacados .btn-relleno {
  font-size: 15px;
  font-size: 1.15385rem;
  position: absolute;
  left: 20px;
  bottom: 25px;
  opacity: 1;
  background-color: #45b8ac;
  color: white;
}

header .dropdown-menu .menu-item a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #45b8ac;
}

@media (max-width: 991.98px) {
  header .menu-2 {
    background-color: #fff !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    top: 80px !important;
    padding-left: 0px !important;
    max-height: calc(100vh - 95px) !important;
    overflow: auto;
  }
}

.mod-cabecera h2 {
  text-align: left;
  color: white;
  font-size: 60px;
  font-size: 4.61538rem;
}

time.updated {
  display: none;
}

p.byline.author.vcard {
  display: none;
}

caption {
  display: none;
}

td.column-2 {
  text-align: center;
}

.image-button a {
  padding: 18% 0 !important;
}

/* END OF CODE TO DELETE ELEMENTOR */

#form-home {
  border-radius: 20px;
  background: #0017450D;
}

@media (min-width: 1024px) and (max-width: 1239px) {
  #form-home {
    margin: 0 0 60px;
  }
}

@media (min-width: 1240px) {
  #form-home {
    margin: 0 0 60px;
  }
}

#form-home .form_body {
  position: relative;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
  padding: 30px 25px 0;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  #form-home .form_body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1440px) {
  #form-home .form_body {
    grid-template-columns: repeat(2, 1fr);
  }
}

#form-home .form_body button[type="submit"] {
  display: block;
  width: 100%;
  margin: 10px auto;
  font-weight: 500;
  text-transform: initial;
}

@media (min-width: 1024px) and (max-width: 1239px) {
  #form-home .form_body button[type="submit"] {
    width: max-content;
    grid-column: span 2;
  }
}

@media (min-width: 1240px) {
  #form-home .form_body button[type="submit"] {
    width: 100%;
    grid-column: span 1;
  }
}

@media (min-width: 1440px) {
  #form-home .form_body button[type="submit"] {
    width: max-content;
    grid-column: span 2;
  }
}

#form-home .form_body button[type="submit"][disabled] {
  opacity: .6;
  pointer-events: none;
}

#form-home .form_column {
  position: relative;
  overflow: hidden;
}

#form-home .form_column:has(input:focus) label,
#form-home .form_column:has(input.fill) label {
  top: -10px;
}

#form-home .form_column:has(span.show) input {
  border: 2px solid #ff00008c;
}

@media (min-width: 1024px) and (max-width: 1239px) {

  #form-home .form_column:has(p),
  #form-home .form_column:has(#termsPF),
  #form-home .form_column:has(#perfilPF),
  #form-home .form_column:has(#level-list) {
    grid-column: span 2;
  }
}

@media (min-width: 1240px) {

  #form-home .form_column:has(p),
  #form-home .form_column:has(#termsPF),
  #form-home .form_column:has(#perfilPF),
  #form-home .form_column:has(#level-list) {
    grid-column: span 2;
  }
}

#form-home .form_column:has(p) label,
#form-home .form_column:has(#termsPF) label,
#form-home .form_column:has(#perfilPF) label,
#form-home .form_column:has(#level-list) label {
  display: inline;
  margin: 0;
  position: initial;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  font-size: 15px;
  color: #134C8F;
}

#form-home .form_column:has(p) label a,
#form-home .form_column:has(#termsPF) label a,
#form-home .form_column:has(#perfilPF) label a,
#form-home .form_column:has(#level-list) label a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-primary-mid);
}

#form-home .form_column:has(p) input,
#form-home .form_column:has(#termsPF) input,
#form-home .form_column:has(#perfilPF) input,
#form-home .form_column:has(#level-list) input {
  display: inline-block;
  width: max-content;
}

#form-home .form_column:has(ul) {
  overflow: visible;
}

#form-home .form_column img {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 25px;
  left: 15px;
  transform: translate(0, -50%);
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(2040%) hue-rotate(186deg) brightness(98%) contrast(97%);
  pointer-events: none;
}

#form-home .form_column label:not(.terms-label) {
  position: absolute;
  top: 20px;
  left: 12px;
  transform: translate(0, -50%);
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1;
  cursor: text;
  transition: all .15s ease-in-out;
}

#form-home .form_column input {
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 400;
  background: #FFFFFF;
  border: 2px solid #00174540;
  border-radius: 12px;
  width: 100%;
  max-height: 48px;
  padding: 10px 12px;
  color: var(--primary-color);
  transition: all .15s ease-in-out;
}

#form-home .form_column input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset;
  -webkit-text-fill-color: var(--primary-color);
}

#form-home .form_column input[disabled] {
  opacity: .5;
  pointer-events: none;
  cursor: initial;
}

#form-home .form_column>span:not(.class-error) {
  display: flex;
  align-items: center;
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  background: #FFFFFF;
  border: 2px solid #00174540;
  border-radius: 12px;
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 10px 12px;
  color: var(--primary-color);
  cursor: pointer;
  transition: all .15s ease-in-out;
}

#form-home .form_column>span:not(.class-error)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  width: 12px;
  height: 8px;
  background-image: url('/wp-content/themes/templatePLG/resources/assets/images/icono-flecha-verde-dropdown.svg');
  filter: brightness(0) saturate(100%) invert(36%) sepia(96%) saturate(4974%) hue-rotate(219deg) brightness(91%) contrast(95%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#form-home .form_column>span:not(.class-error)#phone-code-text {
  min-height: 100%;
  max-height: 100%;
}

#form-home .form_column>span:not(.class-error).loading {
  opacity: .5;
  pointer-events: none;
}

#form-home .form_column span.class-error {
  display: block;
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  color: #FF00008C;
  padding: 0 10px 0;
  min-height: 0;
  max-height: 0;
  line-height: 14px;
  transition: all .15s ease-in-out;
}

#form-home .form_column span.class-error.show {
  padding: 10px 10px 0;
  max-height: 100%;
}

#form-home .form_column span#view-more-conditions,
#form-home .form_column span#view-less-conditions {
  display: inline;
  padding: 0;
  color: var(--color-primary-mid);
  font-weight: 700;
}

#form-home .form_column ul {
  padding: 0px 22px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  list-style: none;
  color: #134c8f;
  position: absolute;
  transform: translate(0px, 10px);
  width: 100%;
  height: max-content;
  max-height: 300px;
  overflow-y: scroll;
  user-select: none;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all ease-in-out .3s;

  scrollbar-color: var(--color-primary-mid) transparent;
}

#form-home .form_column ul.show {
  opacity: 1;
  pointer-events: all;
}

#form-home .form_column ul#phone-code-list {
  width: 300%;
}

@media (min-width: 1440px) {
  #form-home .form_column ul#phone-code-list {
    width: 275%;
  }
}

#form-home .form_column ul li {
  padding: 8px 0;
  font-size: 15px;
  line-height: 17px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

#form-home .form_column ul li:hover {
  background-color: #B6E1F938;
  margin-inline: -22px;
  padding-inline: 22px;
}

#form-home .form_column p {
  display: block;
  font-family: var(--font-outfit);
  font-size: 15px !important;
  font-weight: 400;
  color: var(--primary-color);
  line-height: 1.2em;
}

#form-home .form_column p#textConditionsPF {
  margin: 0 0 30px;
}

#form-home .form_column p a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--color-primary-mid);
}

#form-home .phone_column {
  display: flex;
  gap: 15px;
  position: relative;
}

#form-home .phone_column .form_column {
  flex: 1;
}

#form-home .phone_column .form_column:first-of-type {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
}

@media (min-width: 1440px) {
  #form-home .phone_column .form_column:first-of-type {
    width: 36%;
  }
}

#form-home .phone_column .form_column select {
  display: none;
}

#form-home .phone_column .form_column label {
  left: calc(33% + 20px);
}

@media (min-width: 1440px) {
  #form-home .phone_column .form_column label {
    left: 120px;
  }
}

#form-home .phone_column .form_column input {
  border: 2px solid #00174540;
  padding-left: calc(33% + 20px);
}

@media (min-width: 1440px) {
  #form-home .phone_column .form_column input {
    padding-left: 120px;
  }
}

#form-home .phone_column+span {
  display: none;
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 500;
  color: #FF00008C;
  padding: 0 10px 0;
  min-height: 0;
  max-height: 0;
  line-height: 14px;
  transition: all .15s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1239px) {
  #form-home .phone_column+span {
    grid-column: span 2;
  }
}

@media (min-width: 1240px) {
  #form-home .phone_column+span {
    grid-column: span 1;
  }
}

@media (min-width: 1440px) {
  #form-home .phone_column+span {
    grid-column: span 2;
  }
}

#form-home .phone_column+span.show {
  display: block;
  padding: 0 10px 0;
  max-height: 100%;
}

#form-home .phone_column:has(+ span.show) input,
#form-home .phone_column:has(+ span.show) span#phone-code-text {
  border: 2px solid #ff00008c;
}

#form-home .country_column .form_column select,
#form-home .province_column .form_column select {
  display: none;
}

#form-home .country_column .form_column ul,
#form-home .province_column .form_column ul {
  width: 100%;
}

#form-home .country_column {
  min-height: 50px;
  position: relative;
}

#form-home .country_column .form_column {
  position: absolute;
  z-index: 1;

  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: 50px;
  max-height: 50px;

  background-color: #FFFFFF;
  border: 2px solid #B6E1F9;
  border-radius: 12px;

  overflow: hidden;
  transition: all .3s ease-in-out;
}

#form-home .country_column .form_column:has(ul.show) {
  max-height: 290px;
  transition: all .3s ease-in-out;
}

#form-home .country_column .form_column>img:first-of-type {
  top: 23px;
}

#form-home .country_column .form_column>input#findCountry {
  font-weight: 500;
  position: relative;
  line-height: 1;

  width: auto;
  margin: 0 15px;
  padding: 6px 40px 6px 20px;

  border-radius: 17px;
  border: 2px solid #B6E1F9;
  color: #134C8F;

  &::placeholder {
    font-family: var(--font-outfit);
    font-size: 15px;
    font-weight: 400;

    color: #134C8F;
  }
}

#form-home .country_column .form_column ul {
  position: initial;
  box-shadow: unset;
  margin: 0 0 10px 0;
}

#form-home .country_column .form_column span {
  background: unset;
  border: none;
  border-radius: unset;
}

#form-home .form_column img.loupe {
  position: absolute;
  top: calc(50px + (35px / 2) - 4px);
  right: 30px;
  left: unset;

  width: 16px;
  height: 16px;
  pointer-events: none;
}

@media (min-width: 1024px) {
  top: calc(50px + (45px / 2) - 4px);
}

@media (min-width: 1024px) {
  #form-home .degree_column {
    grid-column: span 2;
  }
}

#form-home .degree_column .form_column select {
  display: none;
}

#form-home .degree_column .form_column ul {
  width: 100%;
  max-height: 250px;

  @media (min-width: 1024px) {
    max-height: 215px;
  }
}

/* Promotional Banner */
.promotional-banner {
  background-color: var(--color-aqua-low);
  color: var(--primary-color);
  padding: 8px 0;
  position: relative;
  z-index: 1000;
}

.promotional-banner__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  @media (min-width: 1024px) {
    position: initial;
  }

  @media (min-width: 1680px) {
    max-width: 1500px;
    padding: 0;
  }
}

.promotional-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.promotional-banner__content img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.promotional-banner__content p {
  margin: 0;
}

.promotional-banner__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  outline: unset;

  @media (min-width: 1024px) {
    right: 48px;
  }
}

.promotional-banner__close:hover {
  opacity: 0.7;
}

.promotional-banner__close img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.promotional-banner__text.mobile {
  display: none;
}

@media (max-width: 768px) {
  .promotional-banner__content {
    display: flex;
    padding-right: 30px;
  }

  .promotional-banner__text.desktop {
    display: none;
  }

  .promotional-banner__text.mobile {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

body:has(.promotional-banner) .site-header {
  top: calc(var(--banner-height) - 40px) !important;
}