#ie-compatibility-notification {
	background:no-repeat center top url(/images/vendor/local-cssua/info_icon.gif?859abc43db995229fbd04f8265de3a52) #FDF2AB;
	padding:36px 12px 12px 12px;
	border-bottom:1px solid #F5D805;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px !important;
	color:#444;
	line-height: 1.1;
	text-align: center;
	
	display:none;
}

#ie-compatibility-notification strong {
	color:#111;
}

#ie-compatibility-notification a {
	color:#E97A00 !important;
	text-decoration:underline !important;
}

#ie-compatibility-notification a.ie-alternative {
	font-weight:bold;
}@font-face {
    font-family: "icons";
    src: url(/fonts/icons.eot?a6bf4ce2eec1a708429d1ebfee3a43e7?#iefix) format("embedded-opentype"),
url(/fonts/icons.woff2?e75565b2ffd384a3c6528f105ead2d69) format("woff2"),
url(/fonts/icons.woff?6a6fb43afd75f5e2eba84b046b4c8816) format("woff"),
url(/fonts/icons.ttf?1ffa974290293e8373b3c95ed79c9b74) format("truetype"),
url(/fonts/icons.svg?a24305a168fe8b49a9990da4c4ae5ab3#icons) format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bold:before {
    content: "\F101";
}
.icon-arrow-down:before {
    content: "\F102";
}
.icon-arrow-left:before {
    content: "\F103";
}
.icon-arrow-right:before {
    content: "\F104";
}
.icon-arrow_light_left:before {
    content: "\F105";
}
.icon-arrow_light_right:before {
    content: "\F106";
}
.icon-call:before {
    content: "\F107";
}
.icon-doublearrow_light_left:before {
    content: "\F108";
}
.icon-doublearrow_light_right:before {
    content: "\F109";
}
.icon-facebook-2:before {
    content: "\F10A";
}
.icon-facebook:before {
    content: "\F10B";
}
.icon-fullscreen:before {
    content: "\F10C";
}
.icon-linkedin-2:before {
    content: "\F10D";
}
.icon-linkedin:before {
    content: "\F10E";
}
.icon-pause-circle:before {
    content: "\F10F";
}
.icon-persons:before {
    content: "\F110";
}
.icon-play-circle:before {
    content: "\F111";
}
.icon-plus:before {
    content: "\F112";
}
.icon-quotes:before {
    content: "\F113";
}
.icon-sound-off:before {
    content: "\F114";
}
.icon-sound-on:before {
    content: "\F115";
}
.icon-suport:before {
    content: "\F116";
}
.icon-twitter:before {
    content: "\F117";
}
.icon-whatsapp:before {
    content: "\F118";
}
.icon-youtube:before {
    content: "\F119";
}
@charset "UTF-8";

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

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

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  body {
    font-size: calc(1.0083333333rem + 0.0555555556vmin);
  }
}

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

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

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

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

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

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #62629C;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #44446d;
  text-decoration: none;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px), (max-height: 1200px) {
  legend {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 200;
  line-height: 1.2;
  color: #111111;
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.4108333333rem + 2.7388888889vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.2708333333rem + 1.8055555556vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.1308333333rem + 0.8722222222vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.0608333333rem + 0.4055555556vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h6,
  .h6 {
    font-size: calc(1.0083333333rem + 0.0555555556vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .lead {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-1 {
    font-size: calc(1.8333333333rem + 5.5555555556vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-2 {
    font-size: calc(1.75rem + 5vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-3 {
    font-size: calc(1.5833333333rem + 3.8888888889vmin);
  }
}

.display-4 {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .display-4 {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .blockquote {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

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

.xms-text a {
  display: inline;
  font-weight: 600;
  color: #62629C;
}

.xms-text a.no-link {
  text-decoration: none;
  color: #595959 !important;
}

.xms-text a:hover,
.xms-text a:focus,
.xms-text a:active {
  text-decoration: underline;
}

.xms-text h2,
.xms-text h3,
.xms-text h4,
.xms-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.xms-text h2:first-child,
.xms-text h3:first-child,
.xms-text h4:first-child,
.xms-text h5:first-child {
  margin-top: 0;
}

.xms-text h2 p,
.xms-text h3 p,
.xms-text h4 p,
.xms-text h5 p {
  margin: 0;
}

.xms-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

.xms-text ul:first-child {
  margin-top: 0;
}

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

.xms-text ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 22px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.xms-text ul li:after {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 3px;
  font-size: 0.8rem;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #595959;
}

.xms-text p {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

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

.xms-text blockquote {
  color: #62629C;
  padding-left: 2rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 2rem;
  position: relative;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .xms-text blockquote {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

.xms-text blockquote h2,
.xms-text blockquote h3,
.xms-text blockquote h4,
.xms-text blockquote h5,
.xms-text blockquote p {
  color: #62629C;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.xms-text blockquote h2:last-child,
.xms-text blockquote h3:last-child,
.xms-text blockquote h4:last-child,
.xms-text blockquote h5:last-child,
.xms-text blockquote p:last-child {
  margin-bottom: 0;
}

.xms-text blockquote:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 6px;
  height: 100%;
  display: block;
  background: #62629C;
}

.xms-text p + blockquote + p {
  margin-top: 2rem;
}

.title-container .title {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-container .title {
    font-size: calc(1.4166666667rem + 2.7777777778vmin);
  }
}

.title-container .title.title-2 {
  font-size: 2.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-container .title.title-2 {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

.title-container .subtitle {
  font-size: 0.85rem;
  color: #62629C;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.title-container .italic-text {
  font-style: italic;
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #4c4c4c;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-container .italic-text {
    font-size: calc(1.3rem + 2vmin);
  }
}

.title-container .sp-text {
  font-weight: 100;
  line-height: 1.2;
}

.title-container .sp-text p {
  font-size: 2.2rem;
  color: #999999;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-container .sp-text p {
    font-size: calc(1.2rem + 1.3333333333vmin);
  }
}

.title-container .sp-text h4 {
  font-size: 1.7rem;
  color: #999999;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-container .sp-text h4 {
    font-size: calc(1.1166666667rem + 0.7777777778vmin);
  }
}

.title-slide-produtos {
  width: 90%;
  font-size: 1.6rem;
  top: 1rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .title-slide-produtos {
    font-size: calc(1.1rem + 0.6666666667vmin);
  }
}

.sp-title-2 {
  color: #62629C;
  font-weight: 600;
  margin-top: 3.2rem;
  margin-bottom: 0;
  font-size: 2.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .sp-title-2 {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

.sp-title-2.big {
  font-size: 3.3rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .sp-title-2.big {
    font-size: calc(1.3833333333rem + 2.5555555556vmin);
  }
}

@media (max-width: 575.98px) {
  .title-slide-produtos {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .title-container .title {
    margin-bottom: 1rem;
  }

  .sp-title-2 {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px), (max-width: 575.98px) and (max-height: 1200px) {
  .sp-title-2 {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sp-title-2 {
    font-size: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  .sp-title-2 {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sp-title-2.big {
    font-size: 2.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  .sp-title-2.big {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-container .title {
    font-size: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .title-container .title {
    font-size: calc(1.3333333333rem + 2.2222222222vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-container .title.title-2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .title-container .title.title-2 {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-container .subtitle {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-container .italic-text {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .title-container .italic-text {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-container .sp-text {
    font-size: 2.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .title-container .sp-text {
    font-size: calc(1.3rem + 2vmin);
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4%;
  margin-left: -4%;
}

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.small-gutter {
  margin-left: -1.5% !important;
  margin-right: -1.5% !important;
}

.small-gutter > div[class^=col] {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #595959;
}

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 2.6rem + 2px);
  padding: 1.3rem 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #565656;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

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

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

.form-control:focus {
  color: #565656;
  background-color: transparent;
  border-color: #b0b0cd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.form-control::placeholder {
  color: #000;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  color: #565656;
  background-color: transparent;
}

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

.col-form-label {
  padding-top: calc(1.3rem + 1px);
  padding-bottom: calc(1.3rem + 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.3125rem;
  line-height: 1.5;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .col-form-label-lg {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #595959;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .form-control-lg {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.91875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(123, 172, 140, 0.9);
  border-radius: 3rem;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #7bac8c;
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.25);
}

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

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

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #7bac8c;
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.25);
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #7bac8c;
}

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.25);
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #7bac8c;
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.91875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(172, 41, 43, 0.9);
  border-radius: 3rem;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ac292b;
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.25);
}

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

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

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ac292b;
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.25);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.25);
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ac292b;
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

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

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

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

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

form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form input[type=number] {
  -moz-appearance: textfield;
}

form label {
  font-size: 0.8rem;
  color: #666;
}

form label a {
  text-decoration: underline;
}

form .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 12px 30px;
}

form .form-control {
  padding: 1rem;
}

form .form-check {
  line-height: 1.2;
}

form .custom-control-label {
  line-height: 2;
}

form .custom-select {
  padding: 1rem;
}

form .custom-checkbox p {
  line-height: 1.4;
}

form.form-filters .form-control {
  height: auto;
  padding: 0.8rem 0;
  border: 0 none;
  border-bottom: 2px solid #62629C;
  color: #62629C;
  box-shadow: 0 0 0 0 rgba(98, 98, 156, 0);
  font-size: 1rem;
  font-weight: 400;
}

form.form-filters .form-control::-moz-placeholder {
  color: #62629C;
}

form.form-filters .form-control:-ms-input-placeholder {
  color: #62629C;
}

form.form-filters .form-control::placeholder {
  color: #62629C;
}

form.form-filters .input-group {
  border-bottom: 2px solid #62629C;
}

form.form-filters .input-group .form-control {
  border-bottom: 0 none;
  padding-bottom: calc(.8rem - 2px);
}

form.form-filters .input-group .btn-search {
  border: 0 none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #62629C;
  border-radius: 0;
}

form.form-filters .input-group .btn-search svg {
  width: 18px;
  height: 18px;
}

.text-area .clear-form {
  right: 42px;
}

.clear-form {
  all: unset;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  bottom: 17px;
  right: 15px;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #62629C;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .clear-form {
    transition: none;
  }
}

.clear-form svg {
  position: absolute;
  z-index: 1;
  width: 45%;
  height: auto;
  color: #fff;
  top: 50%;
  left: 50%;
  stroke-width: 1px;
  stroke: #fff;
  transform: translate(-50%, -50%);
}

/*VALIDATION*/

.has-feedback {
  position: relative;
}

.has-feedback .form-group.select.has-feedback .form-control-feedback {
  right: 3rem;
}

.has-feedback .form-control-feedback {
  position: absolute;
  right: 1rem;
  bottom: 14px;
}

.has-feedback .form-control-feedback:after {
  content: "";
}

.has-feedback .custom-checkbox {
  position: relative;
}

.has-feedback .custom-checkbox .form-control-feedback {
  left: 3px;
  top: 1px;
  right: auto;
  z-index: -1;
}

.has-feedback .custom-checkbox .form-control-feedback:after {
  font-size: 0.7rem;
}

.has-feedback.custom-select-feedback .form-control-feedback {
  right: 38px;
  top: 9px;
}

.has-feedback.has-error .custom-control-label:before {
  background-color: rgba(0, 0, 0, 0) !important;
}

.has-feedback.has-error .form-control-file {
  color: #ac292b;
}

.has-feedback.has-error .filled .form-control {
  color: #ac292b;
  border-bottom: 1px solid #ac292b;
}

.has-feedback.has-error .custom-select {
  border-bottom-color: #ac292b !important;
  color: #ac292b;
}

.has-feedback.has-error .help-block {
  color: #ac292b;
}

.has-feedback.has-error label {
  color: rgba(172, 41, 43, 0.8);
}

.has-feedback.has-error .form-control {
  border-bottom: 2px solid #ac292b !important;
}

.has-feedback.has-error .form-control.placeholder {
  color: rgba(172, 41, 43, 0.8);
}

.has-feedback.has-error .form-control:-moz-placeholder {
  color: rgba(172, 41, 43, 0.8);
}

.has-feedback.has-error .form-control::-webkit-input-placeholder {
  color: rgba(172, 41, 43, 0.8);
}

.has-feedback.has-error .custom-checkbox .form-control-feedback {
  display: none !important;
}

.has-feedback.has-error .custom-control-label:before {
  border: 1px solid #ac292b !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.has-feedback.has-error .custom-control-label:after {
  color: #ac292b;
  font-size: 0.5rem;
  text-align: center;
  left: -1.47rem;
  width: 1rem;
  height: 1rem;
  line-height: 1.5rem;
  top: 0;
}

.has-feedback.has-error .custom-control-label.small:after {
  line-height: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #595959;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #595959;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #62629C;
  border-color: #62629C;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #535385;
  border-color: #4e4e7d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #535385;
  border-color: #4e4e7d;
  box-shadow: 0 0 0 0.2rem rgba(122, 122, 171, 0.5);
}

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

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

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

.btn-secondary {
  color: #fff;
  background-color: #4D919F;
  border-color: #4D919F;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #417985;
  border-color: #3c727d;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #417985;
  border-color: #3c727d;
  box-shadow: 0 0 0 0.2rem rgba(104, 162, 173, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #4D919F;
  border-color: #4D919F;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3c727d;
  border-color: #386a74;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 162, 173, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #7bac8c;
  border-color: #7bac8c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #649d78;
  border-color: #5e9671;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #649d78;
  border-color: #5e9671;
  box-shadow: 0 0 0 0.2rem rgba(110, 152, 125, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #212529;
  background-color: #7bac8c;
  border-color: #7bac8c;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e9671;
  border-color: #598e6c;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 152, 125, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #b19d51;
  border-color: #b19d51;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning:hover {
  color: #fff;
  background-color: #988644;
  border-color: #8f7f40;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #988644;
  border-color: #8f7f40;
  box-shadow: 0 0 0 0.2rem rgba(155, 139, 75, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #8f7f40;
  border-color: #86773c;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(155, 139, 75, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ac292b;
  border-color: #ac292b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #8d2223;
  border-color: #831f21;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #8d2223;
  border-color: #831f21;
  box-shadow: 0 0 0 0.2rem rgba(184, 73, 75, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #831f21;
  border-color: #791d1e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 73, 75, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

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

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

.btn-outline-primary {
  color: #62629C;
  border-color: #62629C;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.5);
}

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

.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 {
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.5);
}

.btn-outline-secondary {
  color: #4D919F;
  border-color: #4D919F;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4D919F;
  border-color: #4D919F;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 159, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #4D919F;
  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: #4D919F;
  border-color: #4D919F;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 159, 0.5);
}

.btn-outline-success {
  color: #7bac8c;
  border-color: #7bac8c;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #7bac8c;
  border-color: #7bac8c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #7bac8c;
  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: #212529;
  background-color: #7bac8c;
  border-color: #7bac8c;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.5);
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #b19d51;
  border-color: #b19d51;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 157, 81, 0.5);
}

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

.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 {
  box-shadow: 0 0 0 0.2rem rgba(177, 157, 81, 0.5);
}

.btn-outline-danger {
  color: #ac292b;
  border-color: #ac292b;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.5);
}

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

.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 {
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.5);
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #62629C;
  text-decoration: none;
}

.btn-link:hover {
  color: #44446d;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .btn-lg {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.91875rem;
  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%;
}

.btn-border-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active {
  color: #fff;
  opacity: 1;
}

.link {
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  font-size: 0.9rem;
}

.link .icon {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: right 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .link .icon {
    transition: none;
  }
}

.link:hover .icon,
.link:focus .icon,
.link:active .icon {
  right: -10px;
}

.btn {
  box-shadow: inset 0 0 0 black;
}

.btn.btn-primary,
.btn.btn-border-white,
.btn.btn-secondary {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: padding-right 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-primary,
  .btn.btn-border-white,
  .btn.btn-secondary {
    transition: none;
  }
}

.btn.btn-primary:after,
.btn.btn-border-white:after,
.btn.btn-secondary:after {
  font-family: icons !important;
  content: "\F101";
  position: absolute;
  right: 0.5rem;
  top: 59%;
  transform: translate(0, -50%);
  font-size: 1.1rem;
  opacity: 0;
  transition: opacity 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .btn.btn-primary:after,
  .btn.btn-border-white:after,
  .btn.btn-secondary:after {
    transition: none;
  }
}

.btn.btn-primary.btn-icon:after,
.btn.btn-border-white.btn-icon:after,
.btn.btn-secondary.btn-icon:after {
  display: none;
}

.btn.btn-primary.btn-icon svg,
.btn.btn-border-white.btn-icon svg,
.btn.btn-secondary.btn-icon svg {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  color: #FFF;
}

.btn.btn-primary.btn-icon:hover,
.btn.btn-primary.btn-icon:focus,
.btn.btn-primary.btn-icon:active,
.btn.btn-border-white.btn-icon:hover,
.btn.btn-border-white.btn-icon:focus,
.btn.btn-border-white.btn-icon:active,
.btn.btn-secondary.btn-icon:hover,
.btn.btn-secondary.btn-icon:focus,
.btn.btn-secondary.btn-icon:active {
  padding-right: 1rem;
}

.btn:hover,
.btn:focus,
.btn:active {
  padding-right: 2.5rem;
  box-shadow: inset 0 0 0 black;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after {
  opacity: 1;
}

.btns-container .btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.btn-secondary {
  border-color: #437e8a;
  background-color: #437e8a;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border-color: #3c727d;
  background-color: #3c727d;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .dropdown-menu {
    font-size: calc(1.0083333333rem + 0.0555555556vmin);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

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

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

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

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

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

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

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

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

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

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

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

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(: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),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.input-group-prepend,
.input-group-append {
  display: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #565656;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #aaaaaa;
  border-radius: 0;
}

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

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

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2875rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #62629C;
  background-color: #62629C;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b0b0cd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cfcfe1;
  border-color: #000;
  box-shadow: none;
}

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

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

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.2875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-control-label::after {
  position: absolute;
  top: 0.2875rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

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

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #62629C;
  background-color: #62629C;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.2875rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(98, 98, 156, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2.6rem + 2px);
  padding: 1.3rem 3rem 1.3rem 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #b0b0cd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .custom-select-lg {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #b0b0cd;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 2.6rem + 2px);
  padding: 1.3rem 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #565656;
  background-color: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 2.6rem);
  padding: 1.3rem 2rem;
  line-height: 1.5;
  color: #565656;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #62629C;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #62629C;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

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

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #62629C;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

.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: 3rem;
}

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.nav-products .nav-item {
  text-align: left;
}

.nav-products .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  text-align: left;
  display: block;
  font-size: 0.9rem;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.nav-products .nav-item .nav-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  transition: width 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .nav-products .nav-item .nav-link:after {
    transition: none;
  }
}

.nav-products .nav-item .nav-link span {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  display: inline-block;
  padding: 0.3rem 1rem 0.3rem 0;
}

.nav-products .nav-item .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  color: #62629C;
  font-weight: 600;
  position: relative;
}

.nav-products .nav-item .nav-link.active:after {
  background: #62629C;
  width: 100%;
  height: 3px;
}

.nav-products .nav-item .nav-link:hover:after,
.nav-products .nav-item .nav-link:focus:after,
.nav-products .nav-item .nav-link:active:after {
  width: 100%;
}

.tab-products .tab-title {
  font-weight: 600;
  color: #62629C;
  margin-bottom: 0;
  font-size: 3rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .tab-products .tab-title {
    font-size: calc(1.3333333333rem + 2.2222222222vmin);
  }
}

.tab-products .tab-subtitle {
  font-size: 1.8rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .tab-products .tab-subtitle {
    font-size: calc(1.1333333333rem + 0.8888888889vmin);
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .navbar-brand {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .navbar-toggler {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

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

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

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

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

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

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

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

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

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

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

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

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-mask {
  background-color: rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 49;
  display: none;
}

.nav-container {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 50;
  transition: top 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .nav-container {
    transition: none;
  }
}

.nav-container:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background-color: #4e4e7d;
  transition: height 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .nav-container:after {
    transition: none;
  }
}

.navbar-brand {
  position: absolute;
  z-index: 99;
  left: 6.6%;
  top: -1rem;
  margin: 0;
  display: inline-block;
  width: 155px;
  padding: 0;
  background: no-repeat center center url("/images/brand_white.svg");
  background-size: contain;
  transition: top 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-brand {
    transition: none;
  }
}

.navbar-brand:after {
  content: "";
  padding-top: 39%;
  display: block;
}

.navbar-nav {
  margin-top: 10px;
  transition: margin-top 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav {
    transition: none;
  }
}

.navbar-nav .link-xs {
  transition: opacity 0.4s ease-out, padding-left 0.3s ease-out;
  position: relative;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .link-xs {
    transition: none;
  }
}

.navbar-nav .nav-item.dropdown {
  position: static;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  position: static;
  padding: 0 1rem;
}

.navbar-nav .nav-item .nav-link div {
  padding: 1rem 0;
  position: relative;
}

.navbar-nav .nav-item .nav-link div .icon-dropdown-toggle {
  display: inline-block;
  rotate: 90deg;
  top: 3px;
  margin-left: 0.25rem;
  padding-right: 5px;
}

.navbar-nav .nav-item .nav-link div:before {
  content: "";
  opacity: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: width 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item .nav-link div:before {
    transition: none;
  }
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:focus,
.navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

.navbar-nav .nav-item .nav-link:hover div:before,
.navbar-nav .nav-item .nav-link:focus div:before,
.navbar-nav .nav-item .nav-link:active div:before {
  width: 100%;
  opacity: 1;
  background-color: #fff;
}

.navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.navbar-nav .nav-item.active .nav-link div:before {
  width: 100%;
  opacity: 1;
  display: block;
}

.navbar-nav .nav-item.show {
  color: #fff;
}

.navbar-nav .nav-item.show .nav-link {
  color: #fff;
}

.navbar-nav .dropdown-menu {
  border-radius: 0.5rem;
  margin: 0;
  top: 99%;
  left: 1.2rem;
  min-width: 250px;
  padding: 0.5rem;
  border: 0 solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 black;
}

.navbar-nav .dropdown-menu.dropdown-static {
  position: absolute;
  left: auto;
  padding: 0;
  right: 1.2rem;
  top: 98%;
  width: auto;
  min-width: 790px;
  max-width: calc(100vw - 10rem);
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-block {
  padding: 1rem;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-block a:hover,
.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-block a:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-block a.active {
  color: #FFF;
  background-color: #62629C;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-level-0 {
  padding: 0.6rem;
  font-weight: 600;
  color: #62629C;
  font-size: 0.8rem;
  line-height: 1.2;
  display: block;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-level-1 {
  padding: 0.6rem 0.4rem 0.4rem;
  font-weight: 600;
  color: #62629C;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 6px;
  display: block;
  border-bottom: 1px solid #62629C;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-level-2 {
  padding: 0.4rem;
  font-weight: 400;
  color: #000;
  font-size: 0.8rem;
  line-height: 1.2;
  display: block;
  margin: 0.1rem 0;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-level-2 span {
  display: none;
  font-size: 0.6rem;
  opacity: 0.5;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-footer {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-footer .btn-dropdown {
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: 500;
}

.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-footer .btn-dropdown:hover,
.navbar-nav .dropdown-menu.dropdown-static .dropdown-static-footer .btn-dropdown:focus {
  padding-right: 2rem;
}

.navbar-nav .dropdown-submenu {
  position: relative;
}

.navbar-nav .dropdown-submenu .dropdown-item {
  padding: 0.6rem;
  font-weight: 600;
  color: #62629C;
  font-size: 0.8rem;
  line-height: 1.2;
}

.navbar-nav .dropdown-submenu .dropdown-item .icon-arrow_light_right {
  float: right;
  top: 1px;
}

.navbar-nav .dropdown-submenu .dropdown-item.active {
  color: #fff;
  background-color: #62629C;
}

.navbar-nav .dropdown-submenu .dropdown-item span {
  display: block;
  font-weight: 200;
  font-size: 0.85rem;
}

.navbar-nav .dropdown-submenu .dropdown-item:hover,
.navbar-nav .dropdown-submenu .dropdown-item:focus,
.navbar-nav .dropdown-submenu .dropdown-item:active {
  color: #62629C;
  background-color: #f0f0f0;
}

.navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -1px;
  margin-right: 0;
  box-shadow: 0 0 0 black;
  border: 0 solid rgba(0, 0, 0, 0);
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-collapse {
  position: relative;
}

.navbar-collapse .top-menu {
  position: absolute;
  right: 0;
  top: -2.5rem;
  margin: 0;
  padding: 0;
  transition: bottom 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-collapse .top-menu {
    transition: none;
  }
}

.navbar-collapse .top-menu .top-menu-bg {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}

.navbar-collapse .top-menu .top-menu-bg:after {
  content: "";
  width: 100%;
  background: #62629c;
  position: absolute;
  z-index: 0;
  left: -10px;
  top: -30px;
  bottom: -10px;
  border-radius: 13px;
  transform: skewX(-20deg);
}

.navbar-collapse .top-menu .top-menu-item {
  display: inline-block;
  list-style: none;
  padding: 0 2rem;
  position: relative;
  z-index: 20;
  font-size: 0.8rem;
  font-weight: 600;
}

.navbar-collapse .top-menu .top-menu-item a,
.navbar-collapse .top-menu .top-menu-item button {
  padding: 0;
  background-color: transparent;
  border: 0 none;
  outline: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.navbar-collapse .top-menu .top-menu-item a .icon,
.navbar-collapse .top-menu .top-menu-item button .icon {
  font-size: 22px;
  position: absolute;
  left: -26px;
  top: 1px;
}

.navbar-collapse .top-menu .top-menu-item a .text,
.navbar-collapse .top-menu .top-menu-item button .text {
  position: relative;
}

.navbar-collapse .top-menu .top-menu-item a .text:after,
.navbar-collapse .top-menu .top-menu-item button .text:after {
  content: "";
  width: 0;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: width 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-collapse .top-menu .top-menu-item a .text:after,
  .navbar-collapse .top-menu .top-menu-item button .text:after {
    transition: none;
  }
}

.navbar-collapse .top-menu .top-menu-item a:hover .text:after,
.navbar-collapse .top-menu .top-menu-item button:hover .text:after {
  width: 100%;
}

.navbar-collapse .top-menu .top-menu-item.active a .text:after,
.navbar-collapse .top-menu .top-menu-item.active button .text:after {
  width: 100%;
}

.navbar {
  position: relative;
  padding: 3rem 0 2rem 0;
  transition: padding 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}

.navbar:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 105%;
  background-color: #fff;
  box-shadow: 0px -100px 105px #000;
  transition: bottom 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .navbar:before {
    transition: none;
  }
}

.navbar.colorNavbar .navbar-toggler #nav-icon span {
  background: #62629C;
}

.navbar.colorNavbar .nav-item .nav-link {
  color: #000;
}

.navbar.colorNavbar .nav-item .nav-link:hover div:before,
.navbar.colorNavbar .nav-item .nav-link:focus div:before,
.navbar.colorNavbar .nav-item .nav-link:active div:before {
  background-color: #000;
}

.navbar.colorNavbar .nav-item.active .nav-link {
  color: #62629C;
}

.navbar.colorNavbar .nav-item.active .nav-link div:before {
  opacity: 1;
  background-color: #62629C;
}

.navbar.colorNavbar .nav-item.active .nav-link:hover div:before,
.navbar.colorNavbar .nav-item.active .nav-link:focus div:before,
.navbar.colorNavbar .nav-item.active .nav-link:active div:before {
  background-color: #62629C;
}

.navbar.colorNavbar .navbar-brand {
  background: no-repeat center center url("/images/brand.svg");
}

.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a .text {
  color: #000;
}

.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:hover .text,
.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:focus .text,
.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:active .text {
  color: #62629C;
}

.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:hover .text:after,
.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:focus .text:after,
.navbar.colorNavbar .top-menu .top-menu-item.lang-menu a:active .text:after {
  background-color: #62629C;
}

.navbar.colorNavbar .top-menu .top-menu-item.lang-menu.active .text {
  color: #62629C;
}

.navbar.colorNavbar .top-menu .top-menu-item.lang-menu.active .text:after {
  background-color: #62629C;
}

.navbar-scroll .nav-container:after {
  height: 100%;
}

.navbar-scroll .navbar-toggler #nav-icon span {
  background: #62629C;
}

.navbar-scroll .navbar {
  padding-bottom: 0.4rem;
}

.navbar-scroll .navbar:before {
  bottom: 0;
}

.navbar-scroll .navbar .navbar-nav {
  margin-top: 0;
}

.navbar-scroll .navbar .navbar-nav .dropdown-menu {
  top: 2.5rem;
}

.navbar-scroll .navbar .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
}

.navbar-scroll .navbar .nav-item .nav-link {
  color: #000;
}

.navbar-scroll .navbar .nav-item .nav-link div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-scroll .navbar .nav-item .nav-link:hover div:before,
.navbar-scroll .navbar .nav-item .nav-link:focus div:before,
.navbar-scroll .navbar .nav-item .nav-link:active div:before {
  bottom: 0;
  width: 70%;
  background-color: #000;
}

.navbar-scroll .navbar .nav-item.active .nav-link {
  color: #62629C;
}

.navbar-scroll .navbar .nav-item.active .nav-link div:before {
  bottom: 0;
  opacity: 1;
  background-color: #62629C;
}

.navbar-scroll .navbar .nav-item.active .nav-link:hover:after,
.navbar-scroll .navbar .nav-item.active .nav-link:focus:after,
.navbar-scroll .navbar .nav-item.active .nav-link:active:after {
  background-color: #62629C;
}

.navbar-scroll .navbar .nav-item.show {
  color: #000;
}

.navbar-scroll .navbar .nav-item.show .nav-link {
  color: #000;
}

.navbar-scroll .navbar .navbar-brand {
  background: no-repeat center center url("/images/brand.svg");
  top: -1.9rem;
}

.navbar-scroll .top-menu .top-menu-item.lang-menu a .text {
  color: #000;
}

.navbar-scroll .top-menu .top-menu-item.lang-menu a:hover .text,
.navbar-scroll .top-menu .top-menu-item.lang-menu a:focus .text,
.navbar-scroll .top-menu .top-menu-item.lang-menu a:active .text {
  color: #62629C;
}

.navbar-scroll .top-menu .top-menu-item.lang-menu a:hover .text:after,
.navbar-scroll .top-menu .top-menu-item.lang-menu a:focus .text:after,
.navbar-scroll .top-menu .top-menu-item.lang-menu a:active .text:after {
  background-color: #62629C;
}

.navbar-scroll .top-menu .top-menu-item.lang-menu.active .text {
  color: #62629C;
}

.navbar-scroll .top-menu .top-menu-item.lang-menu.active .text:after {
  background-color: #62629C;
}

.navbar-toggler {
  border: 0 solid transparent;
  outline: none !important;
  position: absolute;
  z-index: 15;
  top: 30px;
  right: 0;
  padding-right: 0;
  padding-left: 0;
  transition: top 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: transparent;
  width: 40px;
  height: 40px;
  top: -9px;
  left: -8px;
}

.navbar-toggler #nav-icon {
  width: 24px;
  height: 14px;
  display: block;
  margin: 0 !important;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 0 none;
  background: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler #nav-icon {
    transition: none;
  }
}

.navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler #nav-icon span {
    transition: none;
  }
}

.navbar-toggler #nav-icon span:nth-child(1) {
  top: 0;
}

.navbar-toggler #nav-icon span:nth-child(2),
.navbar-toggler #nav-icon span:nth-child(3) {
  top: 7px;
  width: 100%;
}

.navbar-toggler #nav-icon span:nth-child(4) {
  top: 14px;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.opened-mobile-menu {
  overflow: hidden;
}

.opened-mobile-menu .navbar-toggler #nav-icon span {
  background: #fff !important;
}

.opened-mobile-menu .navbar .navbar-brand {
  background: no-repeat center center url("/images/brand_white.svg");
}

.opened-mobile-menu .navbar-nav .link-xs {
  padding-left: 25px;
}

.opened-mobile-menu .navbar-nav .link-xs {
  opacity: 1;
}

.opened-mobile-menu .navbar-nav .link-xs {
  transition-delay: 0.3s;
}

.opened-mobile-menu .navbar-nav .link-xs + .link-xs {
  transition-delay: 0.4s;
}

.opened-mobile-menu .navbar-nav .link-xs + .link-xs + .link-xs {
  transition-delay: 0.5s;
}

.opened-mobile-menu .navbar-nav .link-xs + .link-xs + .link-xs + .link-xs {
  transition-delay: 0.6s;
}

.opened-mobile-menu .navbar-nav .link-xs + .link-xs + .link-xs + .link-xs + .link-xs {
  transition-delay: 0.7s;
}

.opened-mobile-menu.navbar-scroll .navbar-collapse .top-menu {
  bottom: 0;
}

.opened-mobile-menu .navbar-collapse {
  left: 0;
}

.opened-mobile-menu .navbar-collapse .top-menu {
  bottom: 0;
}

.navbar-scroll-mobile {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .nav-container:after {
    display: block;
  }

  .navbar-scroll-mobile {
    overflow: auto;
    height: 80vh;
  }

  .navbar-brand {
    position: relative;
    width: 100px;
    top: 25px;
    left: auto;
    z-index: 99;
  }

  .navbar {
    padding: 0 25px;
  }

  .navbar:before {
    display: none;
  }

  .navbar-nav {
    text-align: left;
    margin-top: 25% !important;
    margin-bottom: 20px;
  }

  .navbar-nav .nav-item a {
    color: white !important;
    display: inline-block;
  }

  .navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: 2px solid white;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 0;
    margin-top: 1.5rem;
  }

  .navbar-nav .nav-item.active .nav-link:before,
  .navbar-nav .nav-item:hover .nav-link:before,
  .navbar-nav .nav-item:focus .nav-link:before {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    padding-top: 0;
    margin-bottom: 0;
    background-color: #4e4e7d;
    text-align: left;
    margin-top: 0.5rem;
  }

  .navbar-nav .dropdown-menu li {
    position: relative;
    opacity: 1;
  }

  .navbar-nav .dropdown-menu li:after {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .navbar-nav .dropdown-menu li a {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 0.9rem;
    padding-left: 0.3rem;
    margin-top: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .navbar-nav .dropdown-menu li a:hover,
  .navbar-nav .dropdown-menu li a:focus,
  .navbar-nav .dropdown-menu li a:active {
    background-color: transparent;
  }

  .navbar-nav .dropdown-menu li.active {
    opacity: 1;
  }

  .navbar-nav .dropdown-menu li.active:after {
    height: 2px;
  }

  .navbar-nav .dropdown-menu li.active a {
    font-weight: bold;
  }

  .navbar-collapse {
    background-color: #4e4e7d;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    padding: 0;
    margin: 0 -25px;
    width: 100vw;
    overflow: hidden;
    height: 90vh !important;
    left: -200%;
    transition: left 0.6s;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .navbar-collapse {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse .top-menu {
    right: 5%;
    top: auto;
    z-index: 10;
    opacity: 1;
    bottom: 10vh !important;
    transition-delay: 0.7s;
    width: 100%;
  }

  .navbar-collapse .top-menu .top-menu-bg:after {
    width: 85vw;
    z-index: 0;
    left: 23px;
    top: -15px;
    bottom: -15px;
    transform: skewX(-10deg);
  }

  .navbar-collapse .top-menu .top-menu-item {
    padding: 0 1.2rem 0 1.2rem;
    margin-bottom: 1rem;
    right: -45px;
    font-size: 0.65rem;
  }

  .navbar-collapse .top-menu .top-menu-item.lang-menu a .text {
    color: #FFF !important;
  }

  .navbar-collapse .top-menu .top-menu-item .icon {
    left: 6px;
    top: 0;
  }

  .navbar-collapse .top-menu:after {
    width: 600px;
    top: -30%;
    height: 60px;
    right: -220px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-scroll .navbar-toggler #nav-icon span {
    background: #fff !important;
  }

  .navbar-scroll .nav-container {
    box-shadow: 0px -100px 105px #000;
  }

  .navbar-scroll .navbar {
    padding: 0 25px;
  }

  .navbar-scroll .navbar:after {
    height: 100%;
  }

  .navbar-scroll .navbar .navbar-brand {
    background: no-repeat center center url("/images/brand_white.svg");
    width: 100px;
    top: 25px;
  }

  .navbar-scroll .navbar-nav {
    text-align: left;
    margin-top: 28% !important;
    margin-bottom: 20px;
  }

  .navbar-scroll .navbar-nav .nav-item a {
    color: white !important;
    display: inline-block;
  }

  .navbar-scroll .navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
    border-bottom: 2px solid white;
  }

  .navbar-scroll .navbar-nav .nav-item .nav-link {
    padding: 0;
    margin-top: 1.5rem;
  }

  .navbar-scroll .navbar-nav .nav-item.active .nav-link:before,
  .navbar-scroll .navbar-nav .nav-item:hover .nav-link:before,
  .navbar-scroll .navbar-nav .nav-item:focus .nav-link:before {
    display: none;
  }

  .navbar-scroll .navbar-nav .dropdown-menu {
    padding-top: 0;
    margin-bottom: 0;
    background-color: #4e4e7d;
    text-align: left;
    margin-top: 0.5rem;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li {
    position: relative;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .navbar-scroll .navbar-nav .dropdown-menu li a {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 0.9rem;
    padding-left: 0.3rem;
    margin-top: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li a:hover,
  .navbar-scroll .navbar-nav .dropdown-menu li a:focus,
  .navbar-scroll .navbar-nav .dropdown-menu li a:active {
    background-color: transparent;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li.active {
    opacity: 1;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li.active:after {
    height: 2px;
  }

  .navbar-scroll .navbar-nav .dropdown-menu li.active a {
    font-weight: bold;
  }

  .navbar-scroll .navbar-collapse .top-menu {
    right: 5%;
    top: auto;
    z-index: 10;
    opacity: 1;
    bottom: -100px;
    transition-delay: 0.7s;
  }

  .navbar-scroll .navbar-collapse .top-menu .top-menu-item {
    display: inline-block;
  }

  .navbar-scroll .navbar-collapse .top-menu .top-menu-item a {
    color: #fff;
  }

  .navbar-scroll .navbar-collapse .top-menu:after {
    display: block;
    width: 600px;
    top: -30%;
    height: 60px;
    right: -220px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-hidden .nav-container,
  .navbar-hidden .navbar-toggler {
    top: -300px;
  }
}

@media (max-width: 1199.98px) {
  .navbar-visible .nav-container {
    top: 0 !important;
  }

  .navbar-visible .navbar-toggler {
    top: 30px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav .link-xs {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .link-xs {
    opacity: 1;
  }
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.hamburger-menu-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4e4e7d;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}

@media (min-width: 768px) {
  .hamburger-menu-inner {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .hamburger-menu-inner {
    width: 40%;
  }
}

.hamburger-panels {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

.hamburger-panel.is-active {
  transform: translateX(0);
  visibility: visible;
}

.hamburger-panel.is-prev {
  transform: translateX(-30%);
  visibility: hidden;
}

.hamburger-panel-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 150px 25px 120px;
  background-color: #4e4e7d;
}

@media (min-width: 768px) {
  .hamburger-panel-content {
    padding: 150px 25px 120px;
  }
}

.hamburger-panel-back {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0;
  margin-bottom: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.hamburger-panel-back .icon {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(180deg);
  transition: transform 0.3s ease, color 0.3s ease;
}

.hamburger-panel-back:hover {
  color: #fff;
}

.hamburger-panel-back:hover .icon {
  color: #fff;
  transform: rotate(180deg) translateX(3px);
}

.hamburger-panel-back:focus {
  outline: none;
}

.hamburger-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hamburger-nav-item {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hamburger-nav-item + .hamburger-nav-item {
  margin-top: 4px;
}

.hamburger-nav-item.active > .hamburger-nav-link {
  opacity: 1;
}

.hamburger-nav-item.active > .hamburger-nav-link:after {
  width: 100%;
}

.is-active > .hamburger-panel-content .hamburger-nav-item {
  opacity: 1;
  transform: translateX(0);
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(1) {
  transition-delay: 0.12s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(2) {
  transition-delay: 0.16s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(3) {
  transition-delay: 0.2s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(4) {
  transition-delay: 0.24s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(5) {
  transition-delay: 0.28s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(6) {
  transition-delay: 0.32s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(7) {
  transition-delay: 0.36s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(8) {
  transition-delay: 0.4s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(9) {
  transition-delay: 0.44s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(10) {
  transition-delay: 0.48s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(11) {
  transition-delay: 0.52s;
}

.is-active > .hamburger-panel-content .hamburger-nav-item:nth-child(12) {
  transition-delay: 0.56s;
}

.hamburger-nav-link {
  width: 100%;
  background-color: transparent;
  border: 0 none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 0.4rem 0;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hamburger-nav-link.sub-item {
  font-size: 0.9rem;
  font-weight: 600;
}

.hamburger-nav-link:hover,
.hamburger-nav-link:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.hamburger-nav-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.4s ease;
}

.hamburger-nav-link:hover:after {
  width: 30%;
}

.hamburger-nav-link--viewall {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .hamburger-nav-link--viewall {
    font-size: 1.1rem;
  }
}

.hamburger-nav-claim {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  width: 100%;
  opacity: 0.5;
  margin-top: 2px;
}

.hamburger-nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.hamburger-nav-arrow .icon {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.hamburger-nav-link:hover .hamburger-nav-arrow .icon {
  color: #fff;
}

.hamburger-menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #62629C;
}

.hamburger-menu-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.hamburger-footer-link {
  border: 0 none;
  outline: none;
  background-color: transparent;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.hamburger-footer-link .icon {
  margin-right: 4px;
}

.hamburger-footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.hamburger-menu-lang {
  display: flex;
  gap: 10px;
}

.hamburger-lang-link {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.hamburger-lang-link:hover,
.hamburger-lang-link.active {
  color: #fff;
  text-decoration: none;
}

.hamburger-open {
  overflow: hidden;
}

.hamburger-open .nav-container:after {
  height: 0;
}

.hamburger-open .hamburger-menu {
  pointer-events: auto;
  visibility: visible;
}

.hamburger-open .hamburger-menu:before {
  opacity: 1;
}

.hamburger-open .hamburger-menu-inner {
  transform: translateX(0);
}

.hamburger-open .navbar-toggler #nav-icon span {
  background: #fff !important;
}

.hamburger-open .navbar .navbar-brand {
  background: no-repeat center center url("/images/brand_white.svg");
}

@media (max-width: 575.98px) {
  .hamburger-panel-content {
    padding: 130px 25px 120px;
  }

  .hamburger-nav-link {
    padding: 8px 0;
  }

  .hamburger-panel-back {
    margin-bottom: 20px;
  }
}

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

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

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

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

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

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

.card-header:first-child {
  border-radius: 0 0 0 0;
}

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

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

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.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,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 4%;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -4%;
    margin-left: -4%;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 4%;
    margin-bottom: 0;
    margin-left: 4%;
  }
}

.card-group > .card {
  margin-bottom: 4%;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

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

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

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

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

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

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

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

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

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

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

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.bg-grey .card.card-product {
  background-color: #fff;
}

.news-container .news-item {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.news-container .news-item:first-child {
  border-left: 0;
}

.card {
  border-radius: 0;
}

.card .card-body {
  padding: 6%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.card .card-title {
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .card .card-title {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

.card .card-date {
  font-weight: 600;
  color: #62629C;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.card .card-subtitle {
  font-size: 1.1rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .card .card-subtitle {
    font-size: calc(1.0166666667rem + 0.1111111111vmin);
  }
}

.card.card-product {
  background-color: #F2F2F2;
}

.card.card-product .card-body {
  padding: 10%;
  color: #595959;
}

.card.card-product .card-image {
  transition: transform 0.3s;
  transform: scale(1);
  padding: 0 2rem;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-product .card-image {
    transition: none;
  }
}

.card.card-product .card-title {
  font-weight: 600;
  color: #62629C;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .card.card-product .card-title {
    font-size: calc(1.0666666667rem + 0.4444444444vmin);
  }
}

.card.card-product p {
  font-size: 1rem;
}

.card.card-team {
  border-radius: 0;
  text-align: center;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  overflow: hidden;
}

.card.card-team .card-body {
  text-align: left;
  padding: 0.8rem 0 1rem 0;
}

.card.card-team .card-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card.card-team .card-subtitle {
  color: #757575;
  font-style: italic;
  font-weight: 500;
  font-size: 0.8rem;
}

.card.card-team .bg-photo {
  position: relative;
  overflow: hidden;
}

.card.card-team .bg-photo .photo-container {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 1s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-team .bg-photo .photo-container {
    transition: none;
  }
}

.card.card-team .bg-photo .photo-container .photo-holder img {
  -o-object-position: top center;
     object-position: top center;
}

.card.card-team .bg-photo .team-phrase {
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.4rem;
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.2;
  transition: bottom 0.6s;
}

.card.card-team .bg-photo .team-phrase .phrase-content {
  text-align: left;
  position: relative;
  z-index: 3;
  width: 75%;
}

.card.card-team .bg-photo .team-phrase .phrase-content p {
  color: #fff;
  margin-bottom: 0.3rem;
}

.card.card-team .bg-photo .team-phrase .phrase-content span {
  font-style: inherit;
  font-size: 13px;
  display: block;
  margin-bottom: 0.6rem;
  opacity: 0.85;
}

.card.card-team .bg-photo .team-phrase:before,
.card.card-team .bg-photo .team-phrase:after {
  content: "";
  position: absolute;
  transform-origin: 0 0;
  border-radius: 3vw;
  moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.card.card-team .bg-photo .team-phrase:before {
  z-index: 2;
  left: 0;
  top: 0;
  transform: rotate(35deg) translate(-26%, -37%);
  background-color: rgba(98, 98, 156, 0.7);
  width: 120%;
  padding-top: 120%;
}

.card.card-team .bg-photo .team-phrase:after {
  z-index: 1;
  right: 0;
  top: 0;
  background-color: rgba(77, 145, 159, 0.4);
  transform: rotate(35deg) translate(-70%, -290%);
  width: 70%;
  padding-top: 70%;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-team .bg-photo .team-phrase {
    transition: none;
  }
}

.card.card-team:hover .bg-photo .photo-container,
.card.card-team:focus .bg-photo .photo-container,
.card.card-team:active .bg-photo .photo-container {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  transform: scale(1.03);
}

.card.card-team:hover .bg-photo .team-phrase,
.card.card-team:focus .bg-photo .team-phrase,
.card.card-team:active .bg-photo .team-phrase {
  bottom: 8%;
}

.card.card-team:hover .bg-photo .team-phrase .link,
.card.card-team:focus .bg-photo .team-phrase .link,
.card.card-team:active .bg-photo .team-phrase .link {
  color: #fff;
  font-style: normal;
  font-size: 0.8rem;
}

.card.card-service {
  margin-bottom: 50px;
  display: block;
}

.card.card-service .card-subtitle {
  color: #62629C;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-top: 0;
}

.card.card-service .display-4 {
  color: #111111;
}

.card.card-service .card-text {
  margin-top: 1.5rem;
  font-size: 1rem;
  width: 90%;
}

.card.card-news {
  overflow: hidden;
  position: relative;
}

.card.card-news:before {
  color: #62629C;
  content: "\F104";
  font-family: icons !important;
  font-size: 2rem;
  position: absolute;
  right: 4rem;
  bottom: 2rem;
  z-index: 10;
  opacity: 0;
  transition: right 0.5s, opacity 0.4s;
  line-height: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-news:before {
    transition: none;
  }
}

.card.card-news .photo-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  transition: transform 0.5s, background-color 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-news .photo-container {
    transition: none;
  }
}

.card.card-news .photo-container:after {
  content: "";
  display: block;
  padding-top: 67%;
}

.card.card-news .card-body {
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
  padding: 0.8rem 2rem 0 0;
  transition: background-color 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card.card-news .card-body {
    transition: none;
  }
}

.card.card-news .card-body .badge {
  background-color: #62629c;
  font-weight: normal;
  color: #FFF;
  font-size: 0.6rem;
  text-transform: uppercase;
  padding: 0.3rem 0.4rem;
}

.card.card-news .card-body .card-title {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .card.card-news .card-body .card-title {
    font-size: calc(1.0166666667rem + 0.1111111111vmin);
  }
}

.card.card-news:hover:before,
.card.card-news:focus:before,
.card.card-news:active:before {
  opacity: 1;
  right: 0.6rem;
}

.card.card-news:hover .photo-container,
.card.card-news:focus .photo-container,
.card.card-news:active .photo-container {
  border-color: #62629C;
}

.cards-service-list .col-sm-6 .card .card-text {
  color: #595959;
}

.cards-service-list .col-sm-6 .card .image-service {
  position: relative;
  z-index: 5;
  margin: 1.5rem 0;
}

.cards-service-list .col-sm-6 .card .image-service:before {
  content: "";
  position: absolute;
  background-image: url("/images/shapes/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 7%;
  height: 8%;
  z-index: 20;
  opacity: 0;
  transition: opacity 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .cards-service-list .col-sm-6 .card .image-service:before {
    transition: none;
  }
}

.cards-service-list .col-sm-6 .card .bg-photo {
  position: relative;
}

.cards-service-list .col-sm-6 .card .bg-photo:before {
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
}

.cards-service-list .col-sm-6:nth-child(4n+1) .card .image-service:before {
  right: 0;
  top: 15%;
  transform: translate(0, -15%);
}

.cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
  right: 0;
  top: 0;
  border-width: 0 130px 130px 0;
  border-color: transparent #FFFFFF transparent transparent;
}

.cards-service-list .col-sm-6:nth-child(4n+1) .card.card-service-big .image-service:before {
  top: 8%;
  transform: translate(0, -8%);
}

.cards-service-list .col-sm-6:nth-child(4n+2) .card .image-service:before {
  right: 0;
  bottom: 15%;
  transform: translate(0, -15%);
}

.cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
  right: 0;
  bottom: 0;
  border-width: 0 0 130px 130px;
  border-color: transparent transparent #FFFFFF transparent;
}

.cards-service-list .col-sm-6:nth-child(4n+2) .card.card-service-big .image-service:before {
  bottom: 8%;
  transform: translate(0, -8%);
}

.cards-service-list .col-sm-6:nth-child(4n+3) .card .image-service:before {
  left: 0;
  top: 15%;
  transform: translate(0, -15%);
}

.cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
  left: 0;
  top: 0;
  border-width: 130px 130px 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}

.cards-service-list .col-sm-6:nth-child(4n+3) .card.card-service-big .image-service:before {
  top: 8%;
  transform: translate(0, -8%);
}

.cards-service-list .col-sm-6:nth-child(4n+4) .card .image-service:before {
  left: 0;
  bottom: 15%;
  transform: translate(0, -15%);
}

.cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
  left: 0;
  bottom: 0;
  border-width: 130px 0 0 130px;
  border-color: transparent transparent transparent #FFFFFF;
}

.cards-service-list .col-sm-6:nth-child(4n+4) .card.card-service-big .image-service:before {
  bottom: 8%;
  transform: translate(0, -8%);
}

.cards-service-list .card-service:hover .image-service:before,
.cards-service-list .card-service:focus .image-service:before,
.cards-service-list .card-service:active .image-service:before {
  opacity: 1;
}

.bg-grey .card-product {
  background-color: #fff;
}

.bg-grey .cards-service-list .col-sm-6 .card {
  background-color: #f6f6f6;
}

.bg-grey .cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
  border-color: transparent #f6f6f6 transparent transparent;
}

.bg-grey .cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
  border-color: transparent transparent #f6f6f6 transparent;
}

.bg-grey .cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
  border-color: #f6f6f6 transparent transparent transparent;
}

.bg-grey .cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
  border-color: transparent transparent transparent #f6f6f6;
}

.bg-grey .cards-service-list .card-service:hover .image-service:before,
.bg-grey .cards-service-list .card-service:focus .image-service:before,
.bg-grey .cards-service-list .card-service:active .image-service:before {
  opacity: 1;
}

.mb-sp {
  margin-bottom: 30px;
}

a.card-product {
  overflow: hidden;
}

a.card-product:hover .card-text,
a.card-product:hover .card-body,
a.card-product:hover .card-subtitle,
a.card-product:focus .card-text,
a.card-product:focus .card-body,
a.card-product:focus .card-subtitle,
a.card-product:active .card-text,
a.card-product:active .card-body,
a.card-product:active .card-subtitle {
  color: #62629C;
}

a.card-product:hover .card-image,
a.card-product:focus .card-image,
a.card-product:active .card-image {
  transform: scale(1.1);
}

@media (max-width: 575.98px) {
  .card.card-service .card-text {
    width: 100%;
  }

  .cards-service-list .col-sm-6 .card .image-service:before {
    width: 28px;
    height: 18px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
    border-width: 0 100px 100px 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
    border-width: 0 0 100px 100px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
    border-width: 100px 100px 0 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
    border-width: 100px 0 0 100px;
  }

  .cards-service-list .col-sm-6:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .card.card-service .card-text {
    width: 100%;
  }

  .cards-service-list .col-sm-6 .card .image-service:before {
    width: 28px;
    height: 18px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
    border-width: 0 100px 100px 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
    border-width: 0 0 100px 100px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
    border-width: 100px 100px 0 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
    border-width: 100px 0 0 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-body {
    padding: 6%;
  }

  .card .card-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  .card .card-title {
    font-size: calc(1.0333333333rem + 0.2222222222vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-date {
    font-size: 0.7rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-product .card-body {
    padding: 10%;
  }

  .card.card-product .card-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  .card.card-product .card-title {
    font-size: calc(1.0333333333rem + 0.2222222222vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-product p {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-team .card-title {
    font-size: 1rem;
  }

  .card.card-team .bg-photo .team-phrase {
    bottom: -120%;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card.card-service .card-subtitle {
    font-size: 0.8rem;
  }

  .card.card-service .card-text {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
    border-width: 0 80px 80px 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
    border-width: 0 0 80px 80px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
    border-width: 80px 80px 0 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
    border-width: 80px 0 0 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card .card-body {
    padding: 6%;
  }

  .card .card-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .card .card-title {
    font-size: calc(1.0333333333rem + 0.2222222222vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card .card-date {
    font-size: 0.7rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card .card-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-product .card-body {
    padding: 10%;
  }

  .card.card-product .card-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .card.card-product .card-title {
    font-size: calc(1.0333333333rem + 0.2222222222vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-product p {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-team .card-title {
    font-size: 1rem;
  }

  .card.card-team .bg-photo .team-phrase {
    bottom: -120%;
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card.card-service .card-subtitle {
    font-size: 0.8rem;
  }

  .card.card-service .card-text {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cards-service-list .col-sm-6:nth-child(4n+1) .card .bg-photo:before {
    border-width: 0 100px 100px 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+2) .card .bg-photo:before {
    border-width: 0 0 100px 100px;
  }

  .cards-service-list .col-sm-6:nth-child(4n+3) .card .bg-photo:before {
    border-width: 100px 100px 0 0;
  }

  .cards-service-list .col-sm-6:nth-child(4n+4) .card .bg-photo:before {
    border-width: 100px 0 0 100px;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #62629C;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #62629C;
  border-color: #62629C;
}

.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.3125rem;
  line-height: 1.5;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .pagination-lg .page-link {
    font-size: calc(1.0520833333rem + 0.3472222222vmin);
  }
}

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

.pagination .page-item {
  margin: 0.4rem;
}

.pagination .page-item .page-link {
  border-radius: 0;
  padding: 0.5rem 1rem;
  position: relative;
  min-height: 41px;
  min-width: 41px;
}

.pagination .page-item .page-link .icon {
  font-size: 1rem;
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #62629C;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #4e4e7d;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(98, 98, 156, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #4D919F;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #3c727d;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 145, 159, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #7bac8c;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #212529;
  background-color: #5e9671;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(123, 172, 140, 0.5);
}

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

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

.badge-warning {
  color: #212529;
  background-color: #b19d51;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #8f7f40;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(177, 157, 81, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ac292b;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #831f21;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(172, 41, 43, 0.5);
}

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

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

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

.alert {
  position: relative;
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 400;
}

.alert-dismissible {
  padding-right: 7.575rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem 3rem;
  color: inherit;
}

.alert-primary {
  color: #333351;
  background-color: #e0e0eb;
  border-color: #d3d3e3;
}

.alert-primary hr {
  border-top-color: #c3c3d9;
}

.alert-primary .alert-link {
  color: #1f1f32;
}

.alert-secondary {
  color: #284b53;
  background-color: #dbe9ec;
  border-color: #cde0e4;
}

.alert-secondary hr {
  border-top-color: #bcd6db;
}

.alert-secondary .alert-link {
  color: #172c31;
}

.alert-success {
  color: #405949;
  background-color: #e5eee8;
  border-color: #dae8df;
}

.alert-success hr {
  border-top-color: #caded1;
}

.alert-success .alert-link {
  color: #2b3b31;
}

.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: #5c522a;
  background-color: #efebdc;
  border-color: #e9e4ce;
}

.alert-warning hr {
  border-top-color: #e1dabc;
}

.alert-warning .alert-link {
  color: #39331a;
}

.alert-danger {
  color: #591516;
  background-color: #eed4d5;
  border-color: #e8c3c4;
}

.alert-danger hr {
  border-top-color: #e1b1b2;
}

.alert-danger .alert-link {
  color: #300b0c;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.modal {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}

.modal .modal-content {
  border-radius: 0;
  border: 0 none;
}

.modal .modal-header {
  border: 0 none;
}

.modal .close {
  font-size: 0;
  line-height: 1.6;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  color: #fff;
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  transition: opacity 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .modal .close {
    transition: none;
  }
}

.modal .close:after,
.modal .close:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  transition: opacity 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .modal .close:after,
  .modal .close:before {
    transition: none;
  }
}

.modal .close:after {
  width: 30px;
  top: 15px;
  height: 1px;
  transition: width 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .modal .close:after {
    transition: none;
  }
}

.modal .close:before {
  height: 30px;
  width: 1px;
  right: 15px;
}

.modal .close:hover,
.modal .close:focus,
.modal .close:active {
  opacity: 0.5;
}

.modal .contacts {
  margin: 0 0 1.5rem 0;
}

.modal .contacts span {
  margin-bottom: 0.5rem;
}

.modal .contacts a {
  font-size: 1.9rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .modal .contacts a {
    font-size: calc(1.15rem + 1vmin);
  }
}

.modal .contacts a:hover,
.modal .contacts a:focus,
.modal .contacts a:active {
  color: #fff;
  opacity: 0.6;
}

.modal .light-text {
  line-height: 1.4;
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.5;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .modal .light-text {
    font-size: calc(1.0166666667rem + 0.1111111111vmin);
  }
}

.modal .btn-primary {
  background-color: #5A5792;
  font-weight: 300;
  font-size: 1rem;
}

.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.modal-suport {
  position: fixed;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.modal-suport .modal-dialog {
  margin: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.modal-suport .modal-header {
  padding: 2.5rem 2.5rem 0 2.5rem;
  border: 1px solid #62629C;
  background-color: #62629C;
  color: #fff;
  border-radius: 0;
}

.modal-suport .modal-header .modal-title {
  color: #fff;
  line-height: 1.2;
}

.modal-suport .modal-body {
  padding: 1rem 2.5rem 2.5rem;
  background-color: #62629C;
  color: #fff;
  border: 1px solid #62629C;
}

.modal-suport .modal-content {
  box-shadow: 0 0 0 black;
  border: 1px solid #62629C;
  background: transparent;
}

.modal-suport p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.modal-suport .remote-link h2,
.modal-suport .remote-link h3,
.modal-suport .remote-link h4,
.modal-suport .remote-link h5,
.modal-suport .remote-link h6 {
  color: #fff;
}

.modal-suport .remote-link a {
  font-weight: 600;
  position: relative;
  color: #fff;
  font-size: 1rem;
}

.modal-suport .remote-link a:after {
  content: "\F104";
  font-family: icons !important;
  font-size: 1rem;
  position: absolute;
  right: -22px;
  top: 3px;
  z-index: 0;
  opacity: 0;
}

.modal-suport .remote-link a:hover,
.modal-suport .remote-link a:focus,
.modal-suport .remote-link a:active {
  opacity: 0.8;
}

.modal-suport .remote-link a:hover:after,
.modal-suport .remote-link a:focus:after,
.modal-suport .remote-link a:active:after {
  opacity: 1;
}

.modal-suport .remote-link p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.modal-contactus {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.modal-contactus .modal-dialog {
  max-width: 500px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: inherit;
}

.modal-contactus .modal-dialog:before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  background-position: top center;
  background-image: url("/images/shapes/bkg-contactus.svg");
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 2;
}

.modal-contactus .modal-content {
  padding: 35% 12% 12% 25%;
  overflow: hidden;
  box-shadow: 0 0 0 black;
  border: 0 none;
  background: transparent;
}

.modal-contactus .modal-body {
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 10;
}

.modal-contactus .close {
  position: absolute;
  right: 0;
  bottom: -35px;
}

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

.modal-backdrop.show {
  opacity: 0;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-video .modal-content {
  border: 0 none;
}

.modal-video .modal-content .modal-header {
  background-color: #62629C;
  color: #fff;
  border: 0 none;
  border-radius: 0;
}

.modal-video .modal-content .modal-header .modal-title {
  color: #fff;
}

.modal-video .modal-content .modal-body {
  border-radius: 0;
  padding: 0;
}

.modal-video .modal-content .modal-body .video-data {
  background-color: #000;
}

.modal-video .modal-content .modal-body .video-data:before {
  padding-top: 57.2%;
}

@media (max-width: 575.98px) {
  .modal .btn {
    font-size: 0.9rem;
  }

  .modal.modal-contactus .close {
    right: -20px;
    bottom: -15px;
  }

  .modal.modal-contactus .modal-content {
    padding: 35% 12% 12% 20%;
  }

  .modal.modal-suport .modal-header {
    padding: 2rem 2rem 0 2rem;
  }

  .modal.modal-suport .modal-body {
    padding: 0 2rem 2rem;
  }

  .modal.modal-suport .modal-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .modal .btn {
    font-size: 0.9rem;
  }

  .modal.modal-contactus .close {
    right: -20px;
    bottom: -15px;
  }

  .modal.modal-contactus .modal-content {
    padding: 25% 9% 9% 25%;
  }

  .modal.modal-suport .modal-header {
    padding: 2rem 2rem 0 2rem;
  }

  .modal.modal-suport .modal-body {
    padding: 0 2rem 2rem;
  }

  .modal.modal-suport .modal-title {
    font-size: 1.5rem;
  }

  .modal-suport .modal-dialog {
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-suport .modal-dialog {
    top: 0;
  }

  .modal-contactus .modal-content {
    padding: 25% 12% 8% 25%;
  }

  .modal-contactus .close {
    bottom: -15px;
  }
}

.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: #62629C !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4e4e7d !important;
}

.bg-secondary {
  background-color: #4D919F !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3c727d !important;
}

.bg-success {
  background-color: #7bac8c !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5e9671 !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: #b19d51 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #8f7f40 !important;
}

.bg-danger {
  background-color: #ac292b !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #831f21 !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: #62629C !important;
}

.border-secondary {
  border-color: #4D919F !important;
}

.border-success {
  border-color: #7bac8c !important;
}

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

.border-warning {
  border-color: #b19d51 !important;
}

.border-danger {
  border-color: #ac292b !important;
}

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 3rem !important;
}

.rounded-top {
  border-top-left-radius: 3rem !important;
  border-top-right-radius: 3rem !important;
}

.rounded-right {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
}

.rounded-left {
  border-top-left-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive,
.bg-photo-video .bg-photo-video-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before,
.bg-photo-video .bg-photo-video-container::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.bg-photo-video .bg-photo-video-container .embed-responsive-item,
.embed-responsive iframe,
.bg-photo-video .bg-photo-video-container iframe,
.embed-responsive embed,
.bg-photo-video .bg-photo-video-container embed,
.embed-responsive object,
.bg-photo-video .bg-photo-video-container object,
.embed-responsive video,
.bg-photo-video .bg-photo-video-container video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before,
.bg-photo-video .bg-photo-video-container::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

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

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4rem !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: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 4rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 4rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 4rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 4rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 4rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 4rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 4rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 4rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

.text-primary {
  color: #62629C !important;
}

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

.text-secondary {
  color: #4D919F !important;
}

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

.text-success {
  color: #7bac8c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.bg-photo-bar {
  height: 85vh;
  min-height: 450px;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}

.bg-photo-bar:before,
.bg-photo-bar:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5vw;
  z-index: 3;
}

.bg-photo-bar:before {
  width: 80vw;
  height: 80vw;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgba(98, 98, 156, 0.55);
}

.bg-photo-bar:after {
  width: 80vw;
  height: 80vw;
  top: 50%;
  z-index: 3;
  transform: translate(0, 32%) rotate(45deg);
  background-color: rgba(77, 145, 159, 0.55);
}

.bg-photo-bar .photo-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bg-photo-bar .photo-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.bg-photo-bar .section-gutter {
  position: relative;
  z-index: 4;
}

.bg-photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-photo.bg-tc {
  background-position: top center;
}

.bg-photo.bg-tl {
  background-position: top left;
}

.bg-photo.bg-tr {
  background-position: top right;
}

.bg-photo.bg-bl {
  background-position: bottom left;
}

.bg-photo.bg-cl {
  background-position: center left;
}

.bg-photo.bg-cr {
  background-position: center right;
}

.bg-photo.round-corners {
  border-radius: 1rem;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.photo-detail.photo-contain img,
.photo-detail.photo-contain video {
  -o-object-fit: contain;
     object-fit: contain;
}

.photo-detail img {
  -o-object-position: left top;
     object-position: left top;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.photo-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.photo-container .photo-holder {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.photo-container .photo-holder img,
.photo-container .photo-holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-container .photo-holder.photo-contain img,
.photo-container .photo-holder.photo-contain video {
  -o-object-fit: contain;
     object-fit: contain;
}

.photo-container .photo-holder.photo-top img,
.photo-container .photo-holder.photo-top video {
  -o-object-position: top;
     object-position: top;
}

.photo-container .photo-holder.photo-left img,
.photo-container .photo-holder.photo-left video {
  -o-object-position: left;
     object-position: left;
}

.photo-container .photo-holder.photo-left-bottom img,
.photo-container .photo-holder.photo-left-bottom video {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.bg-h-10:after {
  content: "";
  display: block;
  padding-top: 10%;
}

.bg-h-15:after {
  content: "";
  display: block;
  padding-top: 15%;
}

.bg-h-20:after {
  content: "";
  display: block;
  padding-top: 20%;
}

.bg-h-25:after {
  content: "";
  display: block;
  padding-top: 25%;
}

.bg-h-30:after {
  content: "";
  display: block;
  padding-top: 30%;
}

.bg-h-35:after {
  content: "";
  display: block;
  padding-top: 35%;
}

.bg-h-40:after {
  content: "";
  display: block;
  padding-top: 40%;
}

.bg-h-45:after {
  content: "";
  display: block;
  padding-top: 45%;
}

.bg-h-50:after {
  content: "";
  display: block;
  padding-top: 50%;
}

.bg-h-55:after {
  content: "";
  display: block;
  padding-top: 55%;
}

.bg-h-60:after {
  content: "";
  display: block;
  padding-top: 60%;
}

.bg-h-65:after {
  content: "";
  display: block;
  padding-top: 65%;
}

.bg-h-70:after {
  content: "";
  display: block;
  padding-top: 70%;
}

.bg-h-75:after {
  content: "";
  display: block;
  padding-top: 75%;
}

.bg-h-80:after {
  content: "";
  display: block;
  padding-top: 80%;
}

.bg-h-85:after {
  content: "";
  display: block;
  padding-top: 85%;
}

.bg-h-90:after {
  content: "";
  display: block;
  padding-top: 90%;
}

.bg-h-95:after {
  content: "";
  display: block;
  padding-top: 95%;
}

.bg-h-100:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.bg-h-105:after {
  content: "";
  display: block;
  padding-top: 105%;
}

.bg-h-110:after {
  content: "";
  display: block;
  padding-top: 110%;
}

.bg-h-115:after {
  content: "";
  display: block;
  padding-top: 115%;
}

.bg-h-120:after {
  content: "";
  display: block;
  padding-top: 120%;
}

.bg-h-125:after {
  content: "";
  display: block;
  padding-top: 125%;
}

.bg-h-130:after {
  content: "";
  display: block;
  padding-top: 130%;
}

.bg-h-135:after {
  content: "";
  display: block;
  padding-top: 135%;
}

.bg-h-140:after {
  content: "";
  display: block;
  padding-top: 140%;
}

.bg-h-145:after {
  content: "";
  display: block;
  padding-top: 145%;
}

.bg-h-150:after {
  content: "";
  display: block;
  padding-top: 150%;
}

.bg-h-155:after {
  content: "";
  display: block;
  padding-top: 155%;
}

.bg-h-160:after {
  content: "";
  display: block;
  padding-top: 160%;
}

.bg-h-165:after {
  content: "";
  display: block;
  padding-top: 165%;
}

.bg-h-170:after {
  content: "";
  display: block;
  padding-top: 170%;
}

.bg-h-175:after {
  content: "";
  display: block;
  padding-top: 175%;
}

.bg-h-180:after {
  content: "";
  display: block;
  padding-top: 180%;
}

.bg-h-185:after {
  content: "";
  display: block;
  padding-top: 185%;
}

.bg-h-190:after {
  content: "";
  display: block;
  padding-top: 190%;
}

.bg-h-195:after {
  content: "";
  display: block;
  padding-top: 195%;
}

.bg-h-200:after {
  content: "";
  display: block;
  padding-top: 200%;
}

.bg-h-205:after {
  content: "";
  display: block;
  padding-top: 205%;
}

.bg-h-210:after {
  content: "";
  display: block;
  padding-top: 210%;
}

.bg-h-215:after {
  content: "";
  display: block;
  padding-top: 215%;
}

.bg-h-220:after {
  content: "";
  display: block;
  padding-top: 220%;
}

.bg-h-225:after {
  content: "";
  display: block;
  padding-top: 225%;
}

.bg-h-230:after {
  content: "";
  display: block;
  padding-top: 230%;
}

.bg-h-235:after {
  content: "";
  display: block;
  padding-top: 235%;
}

.bg-h-240:after {
  content: "";
  display: block;
  padding-top: 240%;
}

@media (min-width: 576px) {
  .bg-h-sm-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-sm-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-sm-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-sm-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-sm-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-sm-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-sm-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-sm-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-sm-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-sm-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-sm-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-sm-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-sm-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-sm-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-sm-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-sm-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-sm-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-sm-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-sm-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-sm-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-sm-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-sm-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-sm-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-sm-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-sm-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-sm-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-sm-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-sm-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-sm-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-sm-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-sm-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-sm-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-sm-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-sm-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-sm-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-sm-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-sm-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-sm-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-sm-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-sm-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-sm-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-sm-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-sm-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-sm-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-sm-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-sm-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-sm-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }
}

@media (min-width: 768px) {
  .bg-h-md-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-md-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-md-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-md-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-md-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-md-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-md-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-md-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-md-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-md-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-md-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-md-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-md-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-md-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-md-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-md-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-md-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-md-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-md-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-md-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-md-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-md-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-md-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-md-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-md-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-md-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-md-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-md-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-md-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-md-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-md-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-md-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-md-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-md-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-md-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-md-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-md-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-md-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-md-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-md-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-md-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-md-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-md-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-md-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-md-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-md-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-md-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }
}

@media (min-width: 992px) {
  .bg-h-lg-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-lg-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-lg-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-lg-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-lg-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-lg-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-lg-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-lg-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-lg-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-lg-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-lg-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-lg-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-lg-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-lg-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-lg-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-lg-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-lg-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-lg-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-lg-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-lg-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-lg-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-lg-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-lg-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-lg-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-lg-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-lg-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-lg-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-lg-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-lg-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-lg-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-lg-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-lg-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-lg-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-lg-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-lg-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-lg-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-lg-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-lg-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-lg-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-lg-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-lg-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-lg-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-lg-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-lg-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-lg-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-lg-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-lg-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }
}

@media (min-width: 1200px) {
  .bg-h-xl-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-xl-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-xl-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-xl-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-xl-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-xl-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-xl-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-xl-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-xl-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-xl-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-xl-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-xl-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-xl-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-xl-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-xl-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-xl-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-xl-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-xl-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-xl-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-xl-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-xl-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-xl-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-xl-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-xl-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-xl-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-xl-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-xl-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-xl-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-xl-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-xl-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-xl-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-xl-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-xl-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-xl-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-xl-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-xl-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-xl-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-xl-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-xl-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-xl-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-xl-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-xl-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-xl-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-xl-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-xl-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-xl-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-xl-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }
}

.LCP {
  position: fixed;
  z-index: 100;
  width: 1px;
  height: 1px;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #000;
  color: #fff;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

/*RESPONSIVE*/

@media (max-width: 575.98px) {
  .bg-photo-bar {
    height: 70vh;
    min-height: 450px;
    max-height: 600px;
  }

  .bg-photo-bar:before {
    width: 80vh;
    height: 80vh;
    top: 60%;
    left: -5%;
  }

  .bg-photo-bar:after {
    width: 30vh;
    height: 30vh;
    top: 70%;
    left: 52%;
  }

  .bg-photo-bar .photo-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .bg-photo-bar .photo-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

  .bg-photo-bar .section-gutter {
    position: relative;
    z-index: 4;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-photo-bar:before {
    transform: translate(-21%, -50%) rotate(45deg);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-photo-bar:before {
    transform: translate(-21%, -50%) rotate(45deg);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-photo-bar:before {
    transform: translate(-31%, -50%) rotate(45deg);
  }
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 4%;
  padding-left: 4%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4%;
  margin-left: -4%;
}

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.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: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !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: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4rem !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: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -4rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 2rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

  .m-sm-5 {
    margin: 4rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

  .p-sm-5 {
    padding: 4rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -2rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }

  .m-sm-n5 {
    margin: -4rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

  .m-md-5 {
    margin: 4rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 4rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 4rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

  .p-md-5 {
    padding: 4rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 4rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 4rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 4rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -2rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }

  .m-md-n5 {
    margin: -4rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

  .m-lg-5 {
    margin: 4rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

  .p-lg-5 {
    padding: 4rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -2rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }

  .m-lg-n5 {
    margin: -4rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4rem !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: 2rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

  .m-xl-5 {
    margin: 4rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4rem !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: 2rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

  .p-xl-5 {
    padding: 4rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -2rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }

  .m-xl-n5 {
    margin: -4rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4rem !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;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * to use, import this in main project app.scss:
 * @import "../vendor/agility-pack/landing-page/scss/index";
 */

.agility-pack.landing-page .slider-lp .slick-list {
  width: 100%;
  position: absolute;
}

.agility-pack.landing-page .slider-lp div {
  height: 100%;
}

.modal-video .modal-body {
  position: relative;
}

.modal-video .modal-body .video-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.modal-video .modal-body .video-cover.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-video .modal-body .video-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-video .modal-body .video-cover__play {
  position: relative;
  z-index: 1;
}

.modal-video .modal-body .video-cover__play svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}

/**
 * to use, import this in main project app.scss:
 * @import "../vendor/agility-pack/popup/scss/index";
 */

.agility-pack.popup {
  border-radius: 0;
}

.agility-pack .btn {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}

.agility-pack .modal-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  border: 0 none;
}

.agility-pack .modal-header .btn-close-modal {
  color: #000;
  border: 0 none;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
  opacity: 0.5;
  outline: none !important;
  transition: opacity 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .agility-pack .modal-header .btn-close-modal {
    transition: none;
  }
}

.agility-pack .modal-header .btn-close-modal svg {
  width: 100%;
  height: 100%;
}

.agility-pack .modal-header .btn-close-modal.btn-close-modal-white {
  color: #FFF;
  outline: none !important;
}

.agility-pack .modal-header .btn-close-modal:hover,
.agility-pack .modal-header .btn-close-modal:focus {
  opacity: 1;
  outline: none !important;
}

.agility-pack .xms-text p {
  line-height: 1.2;
}

.agility-pack .popup-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

.agility-pack .popup-video__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  cursor: pointer;
}

.agility-pack .popup-video__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.agility-pack .popup-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  padding: 0;
  border: 0 none;
  background: none;
  color: #FFF;
  line-height: 0;
  cursor: pointer;
  outline: none !important;
  opacity: 0.85;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .agility-pack .popup-video__play {
    transition: none;
  }
}

.agility-pack .popup-video__play svg {
  width: 72px;
  height: 72px;
  fill: currentColor;
}

.agility-pack .popup-video__play:hover,
.agility-pack .popup-video__play:focus {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .agility-pack .popup-video__play svg {
    width: 52px;
    height: 52px;
  }
}

.agility-pack .popup-video.playing .popup-video__cover,
.agility-pack .popup-video.playing .popup-video__play {
  display: none;
}

/**
 * to use, import this in main project app.scss:
 * @import "../vendor/agility-pack/info-bar/scss/index";
 */

.agility-pack.info-bar {
  top: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agility-pack.info-bar .ag-container {
  display: block;
  outline: none;
  width: 100%;
  padding: 0.5rem;
}

.agility-pack.info-bar p {
  margin: 0;
  text-align: center;
  font-size: 80%;
  font-weight: 500;
}

.icon {
  font-family: "icons";
  font-size: 1em;
  position: relative;
  top: 0;
  line-height: 1;
}

.icon.icon-small {
  font-size: 0.8em;
  top: -1px;
}

.icon.icon-1 {
  font-size: 1.25em;
  top: 4px;
}

.icon.icon-2 {
  font-size: 1.5em;
  top: 4px;
}

.icon.icon-3 {
  font-size: 2em;
}

.icon.icon-4 {
  font-size: 2.5em;
}

.icon.icon-5 {
  font-size: 3em;
}

body {
  overflow-x: hidden;
}

.bg-photo {
  opacity: 0;
  transition: opacity 0.2s ease 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .bg-photo {
    transition: none;
  }
}

.show-sections .bg-photo {
  opacity: 1;
}

#fw-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.bar-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 50;
  margin: 0 auto;
  text-align: center;
}

.bar-whatsapp:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: -30px;
  background-color: #62629C;
  border-radius: 13px;
  transform: skewX(-20deg);
}

.bar-whatsapp .link-whatsapp {
  background-color: transparent;
  border: 0 none;
  outline: 0;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0.8rem 2rem 0.8rem 0.8rem;
}

.bar-whatsapp .link-whatsapp svg {
  width: 100%;
  height: auto;
  color: #fff;
}

.container {
  max-width: 1700px;
  margin: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 2000px;
  margin: auto;
}

section {
  padding: 6% 2% 0 2%;
}

section .section-gutter {
  padding-bottom: 6%;
}

section.half-gutter {
  padding-top: 3%;
}

.margintop-negative {
  margin-top: -12%;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-light-grey {
  background-color: #f6f6f6;
}

.bg-dark-grey {
  background-color: #c3c3c3;
}

/*RESPONSIVE*/

@media (max-width: 575.98px) {
  .bar-whatsapp .link-whatsapp {
    padding-right: 1.5rem;
  }

  .bar-whatsapp .link-whatsapp svg {
    width: 30px;
    height: 30px;
  }

  section {
    padding: 12% 2% 0 2%;
  }

  section .section-gutter {
    padding-bottom: 12%;
  }

  section.half-gutter {
    padding-top: 6%;
  }

  .section-disclaimer .section-gutter {
    padding-bottom: 5%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bar-whatsapp .link-whatsapp {
    padding-right: 1.5rem;
  }

  .bar-whatsapp .link-whatsapp svg {
    width: 30px;
    height: 30px;
  }

  section {
    padding: 6% 2% 0 2%;
  }

  section .section-gutter {
    padding-bottom: 6%;
  }

  section.half-gutter {
    padding-top: 3%;
  }

  .section-disclaimer .section-gutter {
    padding-bottom: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bar-whatsapp .link-whatsapp {
    padding-right: 1.5rem;
  }

  .bar-whatsapp .link-whatsapp svg {
    width: 30px;
    height: 30px;
  }

  .margintop-negative {
    margin-top: 0;
  }

  section {
    padding: 10% 2% 0 2%;
  }

  section .section-gutter {
    padding-bottom: 10%;
  }

  section.half-gutter {
    padding-top: 5%;
  }

  .section-disclaimer .section-gutter {
    padding-bottom: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .margin-sp {
    margin-top: -3%;
  }
}

@media (min-width: 1200px) {
  .margin-sp {
    margin-top: -3%;
  }
}

.bkg-top {
  height: 110vh;
  background-color: #F2F2F2;
  position: relative;
  min-height: 550px;
}

.bkg-top.bg-photo {
  position: relative;
  max-height: 1000px;
}

.bkg-top.bg-photo:after,
.bkg-top.bg-photo:before {
  content: "";
  position: absolute;
}

.bkg-top.bg-photo:after {
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.bg-photo:before {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.bkg-top .content-bkg {
  position: absolute;
  top: 45%;
  left: auto;
  transform: translate(0, -45%);
  z-index: 20;
}

.bkg-top.top-home {
  overflow: hidden;
  color: #fff;
  height: 145vh;
}

.bkg-top.top-home .photo-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bkg-top.top-home .photo-container:after,
.bkg-top.top-home .photo-container:before {
  content: "";
  position: absolute;
  z-index: 2;
}

.bkg-top.top-home .photo-container:after {
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-home .photo-container:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-home .section-gutter {
  position: relative;
  z-index: 2;
}

.bkg-top.top-home .section-gutter .title {
  font-size: 5.2rem;
  color: #fff;
  line-height: 90%;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .bkg-top.top-home .section-gutter .title {
    font-size: calc(1.7rem + 4.6666666667vmin);
  }
}

.bkg-top.top-home .section-gutter .subtitle {
  color: #fff;
  font-size: 2rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .bkg-top.top-home .section-gutter .subtitle {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

.bkg-top.top-home .section-gutter .header-shapes .shapes-content {
  position: relative;
  z-index: 3;
}

.bkg-top.top-home .section-gutter .header-shapes:before,
.bkg-top.top-home .section-gutter .header-shapes:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5vw;
}

.bkg-top.top-home .section-gutter .header-shapes:before {
  width: 150vh;
  height: 150vh;
  top: 50%;
  z-index: 2;
  transform: translate(-56%, -50%) rotate(45deg);
  background-color: rgba(98, 98, 156, 0.55);
}

.bkg-top.top-home .section-gutter .header-shapes:after {
  width: 80vh;
  height: 80vh;
  top: 50%;
  z-index: 1;
  transform: translate(0, 42%) rotate(45deg);
  background-color: rgba(77, 145, 159, 0.55);
}

.bkg-top.top-home .section-gutter .header-cut .bg-cut-header-home {
  position: absolute;
  right: calc(100% - 1px);
  top: 0;
  width: auto;
  height: 150%;
  color: #FFF;
}

.bkg-top.top-home .section-gutter .header-cut .bg-cut-header-home svg {
  width: auto;
  height: 100%;
}

.bkg-top.top-home .section-gutter .header-cut:after {
  content: "";
  position: absolute;
  left: 99%;
  background-color: #FFF;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.bkg-top.top-other {
  overflow: hidden;
  color: #fff;
  height: 100vh;
  min-height: 820px;
  max-height: 900px;
}

.bkg-top.top-other .photo-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bkg-top.top-other .photo-container:after,
.bkg-top.top-other .photo-container:before {
  content: "";
  position: absolute;
  z-index: 2;
}

.bkg-top.top-other .photo-container:after {
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-other .photo-container:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-other .section-gutter {
  position: relative;
  z-index: 2;
}

.bkg-top.top-other .section-gutter .title {
  font-size: 3.5rem;
  color: #fff;
  line-height: 90%;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .bkg-top.top-other .section-gutter .title {
    font-size: calc(1.4166666667rem + 2.7777777778vmin);
  }
}

.bkg-top.top-other .section-gutter .subtitle {
  color: #fff;
  font-size: 0.85rem;
}

.bkg-top.top-other .section-gutter .header-shapes .shapes-content {
  position: relative;
  z-index: 3;
}

.bkg-top.top-other .section-gutter .header-shapes:before,
.bkg-top.top-other .section-gutter .header-shapes:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5vw;
}

.bkg-top.top-other .section-gutter .header-shapes:before {
  width: 150vh;
  height: 150vh;
  top: 50%;
  z-index: 2;
  transform: translate(-73%, -78%) rotate(45deg);
  background-color: rgba(98, 98, 156, 0.55);
}

.bkg-top.top-other .section-gutter .header-shapes:after {
  width: 80vh;
  height: 80vh;
  top: 50%;
  z-index: 1;
  transform: translate(17%, -22%) rotate(45deg);
  background-color: rgba(77, 145, 159, 0.55);
}

.bkg-top.top-other .section-gutter .header-cut .bg-cut-header-other {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: auto;
  height: 150%;
  color: #FFF;
  transform: scaleX(-1);
}

.bkg-top.top-other .section-gutter .header-cut .bg-cut-header-other svg {
  width: auto;
  height: 100%;
}

.bkg-top.top-other .section-gutter .header-cut:after {
  content: "";
  position: absolute;
  right: 99%;
  background-color: #FFF;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.bkg-top.top-other-small {
  overflow: hidden;
  color: #fff;
  height: 60vh;
  min-height: 350px;
  max-height: 600px;
}

.bkg-top.top-other-small .photo-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.bkg-top.top-other-small .photo-container:after,
.bkg-top.top-other-small .photo-container:before {
  content: "";
  position: absolute;
  z-index: 2;
}

.bkg-top.top-other-small .photo-container:after {
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-other-small .photo-container:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.bkg-top.top-other-small .section-gutter {
  position: relative;
  z-index: 2;
}

.bkg-top.top-other-small .section-gutter .header-shapes .shapes-content {
  position: relative;
  z-index: 3;
}

.bkg-top.top-other-small .section-gutter .header-shapes:before,
.bkg-top.top-other-small .section-gutter .header-shapes:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5vw;
}

.bkg-top.top-other-small .section-gutter .header-shapes:before {
  width: 80vh;
  height: 80vh;
  bottom: 0;
  z-index: 2;
  transform: translate(-36%, 0) rotate(45deg);
  background-color: rgba(98, 98, 156, 0.55);
}

.bkg-top.top-other-small .section-gutter .header-shapes:after {
  width: 60vh;
  height: 60vh;
  bottom: 0;
  z-index: 1;
  transform: translate(40%, 50%) rotate(45deg);
  background-color: rgba(77, 145, 159, 0.55);
}

.bkg-top.top-other-small .section-gutter .header-cut .bg-cut-header-other {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  width: auto;
  height: 150%;
  color: #FFF;
  transform: scaleX(-1);
}

.bkg-top.top-other-small .section-gutter .header-cut .bg-cut-header-other svg {
  width: auto;
  height: 100%;
}

.bkg-top.top-other-small .section-gutter .header-cut:after {
  content: "";
  position: absolute;
  right: 99%;
  background-color: #FFF;
  top: 0;
  bottom: 0;
  width: 100vw;
}

.top-bg.bg-photo {
  position: relative;
}

.top-bg.bg-photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
}

.top-about {
  padding-top: 220px;
  position: relative;
}

.top-sectores {
  padding-top: 220px;
  position: relative;
  margin-bottom: -3%;
}

.top-sectores .container-fluid,
.top-sectores .container-sm,
.top-sectores .container-md,
.top-sectores .container-lg,
.top-sectores .container-xl {
  position: relative;
  z-index: 10;
}

.top-products {
  height: 60vh;
  min-height: 1px !important;
}

.top-products.top-products-detail {
  height: 360px;
}

.top-news {
  padding-top: 220px;
  position: relative;
}

.top-news .container {
  position: relative;
  z-index: 10;
}

.top-services {
  height: 60vh;
  min-height: 600px;
  max-height: 1200px;
}

.top-services.top-services-detail {
  height: 50vh;
  min-height: 600px;
}

@media (max-width: 575.98px) {
  .bkg-top {
    height: 100vh;
    min-height: 600px;
    background-position: right center;
  }

  .bkg-top .content-bkg {
    width: 90%;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .bkg-top.top-home:after {
    height: 90%;
  }

  .bkg-top.top-home .section-gutter .subtitle {
    padding-top: 80%;
  }

  .bkg-top.top-home .section-gutter .title {
    font-size: 2.5rem;
  }

  .bkg-top.top-home .section-gutter .header-shapes:before {
    width: 70vh;
    height: 70vh;
    top: 78%;
  }

  .bkg-top.top-home .section-gutter .header-shapes:after {
    width: 30vh;
    height: 30vh;
    top: 70%;
    left: 40%;
  }

  .bkg-top.top-other {
    height: 110vh;
    max-height: none;
  }

  .bkg-top.top-other .section-gutter .header-shapes:before {
    width: 80vh;
    height: 80vh;
    top: 28%;
  }

  .bkg-top.top-other .section-gutter .header-shapes:after {
    width: 40vh;
    height: 40vh;
    top: 28%;
  }

  .bkg-top.top-other-small .section-gutter .header-shapes:before {
    width: 40vh;
    height: 40vh;
  }

  .bkg-top.top-other-small .section-gutter .header-shapes:after {
    width: 40vh;
    height: 40vh;
  }

  .top-about {
    padding-top: 130px;
  }

  .top-sectores {
    padding-top: 65px;
  }

  .top-products {
    height: 320px;
  }

  .top-products .bg-absolute {
    position: relative;
    width: 100%;
    top: 0;
    transform: translate(0, 0);
    left: 0;
  }

  .top-products.top-products-detail {
    height: 200px;
  }

  .top-news {
    padding-top: 130px;
  }

  .top-services {
    height: 50vh;
    min-height: 320px;
  }

  .top-services.top-services-detail {
    height: 40vh;
    min-height: 320px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bkg-top {
    height: 80vh;
    min-height: 480px;
    background-position: right center;
  }

  .bkg-top .content-bkg {
    width: 90%;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .bkg-top.top-home .title {
    font-size: 5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  .bkg-top.top-home .title {
    font-size: calc(1.6666666667rem + 4.4444444444vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bkg-top.top-home:after {
    height: 90%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-products {
    height: 400px;
  }

  .top-products.top-products-detail {
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-about {
    padding-top: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-sectores {
    padding-top: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-news {
    padding-top: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-services {
    height: 50vh;
    max-height: 1200px;
    min-height: 420px;
  }

  .top-services.top-services-detail {
    min-height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bkg-top {
    height: 110vh;
    min-height: 620px;
    background-position: right center;
  }

  .bkg-top.bg-photo:after {
    height: 80%;
  }

  .bkg-top .content-bkg {
    width: 80%;
    left: 30px;
    top: 35%;
    transform: translate(0, -35%);
  }

  .top-home .title {
    font-size: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  .top-home .title {
    font-size: calc(1.6666666667rem + 4.4444444444vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-home .section-gutter {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-about {
    padding-top: 16%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-sectores {
    padding-top: 16%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-products {
    height: 320px;
  }

  .top-products.top-products-detail {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-services {
    height: 50vh;
    min-height: 420px;
  }

  .top-services.top-services-detail {
    height: 50vh;
    min-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-news {
    padding-top: 16%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bkg-top {
    height: 115vh;
    min-height: 800px;
  }

  .top-sectores {
    margin-bottom: 0;
  }

  .top-about {
    padding-top: 160px;
  }

  .top-products {
    height: 500px;
  }

  .top-products.top-products-detail {
    height: 300px;
  }
}

.top-home {
  position: relative;
}

.top-home .top-gutter {
  position: relative;
}

.top-home .top-gutter:before {
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-position: center center;
  background-image: url("/images/shapes/top_home.svg");
  height: 170%;
  width: 1000%;
  position: absolute;
  top: -100%;
  left: 52%;
  transform: translate(-52%, 0);
  z-index: 2;
}

.top-home .top-gutter .content-top-home {
  position: relative;
}

.top-home .top-1 {
  margin-top: 0;
  z-index: 10;
  background-color: #62629C;
}

.top-home .top-2 {
  margin-top: 0;
  z-index: 5;
}

.top-home .container-xs {
  position: relative;
}

.top-home .container-xs:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  background-position: top center;
  background-image: url("/images/shapes/top_home.svg");
  height: 200px;
  width: 800px;
  position: absolute;
  top: -110px;
  left: 52%;
  transform: translate(-52%, 0);
  z-index: 1;
}

.top-products-2 {
  position: relative;
}

.top-products-2:before {
  background-color: #FFF;
  content: "";
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  min-height: 270px;
}

.top-products-2 .top-products-gutter {
  position: relative;
}

.top-products-2 .top-products-gutter .top-content {
  position: relative;
  z-index: 10;
}

.top-products-2 .bg-absolute {
  position: relative;
  width: 100%;
  margin-top: -30%;
  left: 0;
}

.top-services:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.top-services .top-products-gutter {
  padding-bottom: 4%;
  position: relative;
}

.top-services .top-products-gutter .top-content {
  position: relative;
  z-index: 10;
}

.bg-mask {
  width: calc(140% + 50px);
  margin-right: -40%;
  position: relative;
  overflow: hidden;
}

.bg-mask.bg-mask-invert {
  margin-left: -40%;
  margin-right: 0;
}

.bg-mask .cut {
  position: absolute;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  height: 36%;
}

.bg-mask .cut.cut-tl {
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 0;
  top: 0;
  transform-origin: left top;
}

.bg-mask .cut.cut-tr {
  transform: rotate(45deg) translate(50%, -50%);
  right: 0;
  top: 0;
  transform-origin: right top;
}

.bg-mask .cut.cut-br {
  transform: rotate(-45deg) translate(50%, 50%);
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
}

.bg-mask .cut.cut-bl {
  transform: rotate(45deg) translate(-50%, 50%);
  right: 0;
  bottom: 0;
  transform-origin: left bottom;
}

.bg-mask:after,
.bg-mask:before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5vw;
}

.bg-mask:before {
  top: 50%;
  z-index: 1;
  background-color: rgba(98, 98, 156, 0.55);
}

.bg-mask:after {
  top: 50%;
  z-index: 2;
  background-color: rgba(77, 145, 159, 0.55);
}

.bg-mask .content-bg-mask {
  width: 45%;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 51%;
  left: 28%;
  z-index: 4;
  transform: translate(-40%, -40%);
}

.bg-mask .content-bg-mask .text-bg-mask {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .bg-mask .content-bg-mask .text-bg-mask {
    font-size: calc(1.15rem + 1vmin);
  }
}

.bg-mask .content-bg-mask .signature {
  font-style: italic;
  color: #fff;
  font-size: 1rem;
}

.bg-mask.mask-home01:before {
  display: none;
  width: 30vw;
  height: 30vw;
  transform: translate(45%, 60%) rotate(45deg);
}

.bg-mask.mask-home01:after {
  width: 60vw;
  height: 60vw;
  transform: translate(40%, 20%) rotate(45deg);
}

.bg-mask.mask-sobre:before {
  width: 50vw;
  height: 50vw;
  z-index: 3;
  transform: translate(-35%, -51%) rotate(45deg);
}

.bg-mask.mask-sobre:after {
  width: 30vw;
  height: 30vw;
  transform: translate(-10%, 40%) rotate(45deg);
}

.bg-mask.mask-setores:before {
  width: 40vw;
  height: 40vw;
  z-index: 3;
  transform: translate(-62%, -53%) rotate(45deg);
}

.bg-mask.mask-setores:after {
  width: 50vw;
  height: 50vw;
  transform: translate(-31%, 25%) rotate(45deg);
}

.bar-products {
  z-index: 10;
  position: relative;
}

.bar-products .container {
  position: relative;
  z-index: 10;
}

.bar-products .bg-grey {
  background-color: #f6f6f6;
  position: relative;
}

.bar-products .bg-grey:before,
.bar-products .bg-grey:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 104%;
  height: 20%;
  z-index: 2;
}

.bar-products .bg-grey:first-child:after {
  display: none;
}

.bar-products .bg-grey:last-child:before {
  display: none;
}

.bar-products .bg-grey.no-shape-bottom:before {
  display: none;
}

.bar-services .container {
  position: relative;
  z-index: 10;
}

.bar-services .bg-grey {
  position: relative;
}

.bar-services .bg-grey:before,
.bar-services .bg-grey:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 105%;
  height: 26%;
  z-index: 2;
}

.bar-services.no-shape-bottom .bg-grey:before {
  display: none;
}

.bg-shapetop-triangle {
  position: relative;
}

.bg-shapetop-triangle .container {
  position: relative;
  z-index: 10;
}

.bg-shapetop-triangle.bg-shapetop-triangle-detail:after {
  top: 30%;
  width: 100%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .bg-shape-right {
    margin-top: 4rem;
  }

  .bg-shape-right:before {
    background-position: left bottom;
    background-size: cover;
    z-index: 2;
    min-width: 800px;
    width: 65%;
    height: 65%;
  }

  .bg-mask.bg-mask-invert {
    margin-left: -56%;
  }

  .bg-mask.mask-home01:before {
    z-index: 4;
    display: block;
    width: 80vw;
    height: 80vw;
    transform: translate(-25%, 0) rotate(45deg);
  }

  .bg-mask.mask-home01:after {
    width: 50vw;
    height: 50vw;
    transform: translate(60%, 80%) rotate(45deg);
  }

  .bg-mask.mask-sobre:before {
    width: 120vw;
    height: 120vw;
  }

  .bg-mask.mask-sobre:after {
    width: 90vw;
    height: 90vw;
  }

  .bg-mask.mask-setores:before {
    width: 40vw;
    height: 40vw;
    z-index: 3;
    transform: translate(-62%, -53%) rotate(45deg);
  }

  .bg-mask.mask-setores:after {
    width: 50vw;
    height: 50vw;
    transform: translate(-31%, 25%) rotate(45deg);
  }

  .bg-shapetop-triangle-up {
    padding: 20% 0 0 0;
  }

  .bg-shapetop-triangle-up .cta-team .cta-text {
    padding: 20% 0 0 0;
  }

  .bg-shapetop-triangle-up .cta-team .cta-text .icon {
    font-size: 3rem;
  }

  .bg-shapetop-triangle.bg-shapetop-triangle-detail:after {
    top: 50%;
    width: 100%;
    height: 100%;
    max-height: 320px;
  }

  .top-products-2:before {
    min-height: 120px;
    height: 20%;
  }

  .top-products-2 .bg-absolute {
    margin-top: -60%;
  }

  .bar-products .container {
    position: relative;
    z-index: 10;
  }

  .bar-products .bg-grey {
    background-color: #f6f6f6;
    position: relative;
  }

  .bar-products .bg-grey:before,
  .bar-products .bg-grey:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 104%;
    height: 20%;
    z-index: 2;
  }

  .bar-products .bg-grey:first-child:after {
    display: none;
  }

  .bar-products .bg-grey:last-child:before {
    display: none;
  }

  .bar-products .bg-grey.no-shape-bottom:before {
    display: none;
  }

  .top-services .top-products-gutter:before {
    height: 220%;
    width: 170%;
  }

  .top-news:before {
    max-height: 440px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-shape-right {
    margin-top: 4rem;
  }

  .bg-shape-right:before {
    background-position: left bottom;
    background-size: cover;
    z-index: 2;
    min-width: 700px;
    width: 85%;
    height: 85%;
  }

  .bg-mask.bg-mask-invert {
    margin-left: -56%;
  }

  .bg-shapetop-triangle-up {
    padding: 6% 0;
  }

  .bg-shapetop-triangle-up .cta-team .cta-text {
    padding: 6% 0 0 0;
  }

  .bg-shapetop-triangle-up .cta-team .cta-text .icon {
    font-size: 3rem;
  }

  .bg-shapetop-triangle-up.bg-shapetop-triangle-detail:after {
    width: 120%;
  }

  .top-products-2:before {
    left: 75%;
  }

  .top-products-2:before {
    min-height: 200px;
    height: 20%;
  }

  .bar-products .container {
    position: relative;
    z-index: 10;
  }

  .bar-products .bg-grey {
    background-color: #f6f6f6;
    position: relative;
  }

  .bar-products .bg-grey:before,
  .bar-products .bg-grey:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 104%;
    height: 20%;
    z-index: 2;
  }

  .bar-products .bg-grey:first-child:after {
    display: none;
  }

  .bar-products .bg-grey:last-child:before {
    display: none;
  }

  .bar-products .bg-grey.no-shape-bottom:before {
    display: none;
  }

  .top-home .top-gutter:before {
    height: 50%;
    width: 1000%;
    position: absolute;
    top: -40%;
  }

  .top-home .top-1 {
    margin-top: 0;
    z-index: 10;
  }

  .top-home .top-2 {
    margin-top: 0;
    z-index: 5;
  }

  .top-services .top-products-gutter:before {
    height: 140%;
    width: 180%;
  }

  .top-services.top-services-detail .top-products-gutter {
    padding-bottom: 0%;
  }

  .top-services.top-services-detail .top-products-gutter:before {
    height: 160%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-home .top-gutter:before {
    left: 32%;
    position: absolute;
    top: -100%;
  }

  .top-home .top-1 {
    margin-top: -25%;
  }

  .top-home .top-2 {
    margin-top: 0;
  }

  .top-news:before {
    max-height: 400px;
  }

  .bg-shape-right:before {
    width: 100%;
    height: 80%;
  }

  .top-services .top-products-gutter:before {
    height: 100%;
    right: -27%;
    min-height: 300px;
  }

  .top-services.top-services-detail .top-products-gutter:before {
    height: 130%;
    min-height: 220px;
  }

  .top-products-2:before {
    min-height: 200px;
    left: 75%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-home .top-gutter:before {
    height: 170%;
    width: 1000%;
    position: absolute;
    top: -80%;
  }

  .top-home .top-1 {
    margin-top: -25%;
  }

  .top-home .top-2 {
    margin-top: 0;
  }

  .bg-shape-right:before {
    width: 80%;
    height: 80%;
  }

  .bg-shapetop-triangle:after {
    height: 70%;
  }

  .top-products-2:before {
    min-height: 200px;
  }

  .top-services .top-products-gutter:before {
    height: 130%;
    right: -48%;
  }

  .top-news:before {
    max-height: 600px;
  }
}

.list-links a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 0.8rem 0;
  margin: 0.3rem 0;
  position: relative;
}

.list-links a h3,
.list-links a h4,
.list-links a h5,
.list-links a h6 {
  font-weight: 600;
  color: #62629C;
  margin-bottom: 0;
}

.list-links a p {
  font-style: italic;
  color: #757575;
  margin-bottom: 0;
}

.list-links a:last-child {
  border-bottom: 0 none;
}

.list-links a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  font-family: "icons";
  content: "\F101";
  height: 30px;
  opacity: 0;
  transition: opacity 0.4s, right 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .list-links a:after {
    transition: none;
  }
}

.list-links a:hover,
.list-links a:focus,
.list-links a:active {
  text-decoration: none;
  outline: none;
}

.list-links a:hover p,
.list-links a:focus p,
.list-links a:active p {
  color: #62629C;
}

.list-links a:hover:after,
.list-links a:focus:after,
.list-links a:active:after {
  right: 0;
  opacity: 1;
}

.contactos-info-note {
  font-size: 12px;
  font-weight: 300;
  margin-top: 0;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

.video {
  position: relative;
  z-index: 1;
  display: block;
}

.video:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.video .play-btn {
  background-color: transparent;
  width: 0;
  height: 0;
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  transition: border-width 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .video .play-btn {
    transition: none;
  }
}

.video:hover .play-btn,
.video:focus .play-btn,
.video:active .play-btn {
  border-width: 40px 0 40px 60px;
}

.video-mask:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.video-btn-container {
  position: absolute;
  z-index: 12;
  bottom: 1rem;
  right: 1.5rem;
}

.video-btn-container button {
  font-size: 130%;
  outline: 0 none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  color: #62629C;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .video-btn-container button {
    transition: none;
  }
}

.video-btn-container button .icon-pause-circle,
.video-btn-container button .icon-play-circle {
  font-size: 120%;
  top: 2px;
}

.video-btn-container button:hover,
.video-btn-container button:focus,
.video-btn-container button:active {
  text-decoration: none;
  color: rgba(98, 98, 156, 0.75);
}

.video-btn-container button + button {
  margin-left: 0.5rem;
}

.bg-photo-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.bg-photo-video .bg-photo-video-container {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.bg-photo-video .bg-photo-video-container .video {
  background-color: #fff;
}

.bg-photo-video.playing-video .bg-photo-video-container {
  opacity: 1;
}

.cta-team {
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 0 none;
  outline: 0 !important;
}

.cta-team .cta-text {
  line-height: 1;
}

.cta-team .cta-text .text {
  position: relative;
  font-size: 2.7rem;
  font-weight: 300;
  color: #62629C;
  padding-bottom: 120px;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .cta-team .cta-text .text {
    font-size: calc(1.2833333333rem + 1.8888888889vmin);
  }
}

.cta-team .cta-text .text .icon-container {
  display: block;
  text-align: center;
  bottom: 24%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: bottom 0.5s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  .cta-team .cta-text .text .icon-container {
    transition: none;
  }
}

.cta-team .cta-text .text .icon {
  font-size: 4rem;
  text-align: center;
  width: 30px;
  height: auto;
  display: block;
}

.cta-team:hover .cta-text,
.cta-team:focus .cta-text,
.cta-team:active .cta-text {
  outline: none;
}

.cta-team:hover .cta-text .icon-container,
.cta-team:focus .cta-text .icon-container,
.cta-team:active .cta-text .icon-container {
  bottom: 0;
}

.sp-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 2rem 0 1rem 0;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .sp-title {
    font-size: calc(1.0333333333rem + 0.2222222222vmin);
  }
}

.pills-container {
  margin-top: 2rem;
}

.pills-container .badge-pill {
  color: #62629C;
  font-size: 0.7rem;
  margin-right: 0rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  text-transform: uppercase;
  border: 1px solid #62629C;
}

.contacts .address {
  color: #595959;
}

.contacts span {
  font-size: 1.5rem;
  display: block;
  font-weight: 200;
  color: #8c8c8c;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .contacts span {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

.contacts a {
  display: block;
  font-size: 2rem;
  font-weight: 200;
  color: #000;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .contacts a {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

.contacts a:hover,
.contacts a:focus,
.contacts a:active {
  color: #62629C;
}

.contacts a.small-a {
  font-weight: 400;
  font-size: 1rem;
}

.share {
  color: #62629C;
  margin: 3rem 0 0 0;
  padding: 0;
}

.share li {
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  padding-right: 0.8rem;
  vertical-align: middle;
}

.share li i {
  font-size: 1.4rem;
}

.z-index-sp {
  position: relative;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .video .play-btn {
    border-width: 20px 0 20px 30px;
  }

  .pills-container {
    margin-top: 1.5rem;
  }

  .pills-container .badge-pill {
    padding: 0.7rem;
    font-size: 60%;
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cta-team .cta-text .text {
    padding-bottom: 90px;
  }

  .cta-team .cta-text .text .icon {
    font-size: 3rem;
    width: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .video .play-btn {
    border-width: 20px 0 20px 30px;
  }

  .pills-container {
    margin-top: 1.5rem;
  }

  .pills-container .badge-pill {
    padding: 0.7rem;
    font-size: 60%;
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cta-team .cta-text .text {
    padding-bottom: 90px;
  }

  .cta-team .cta-text .text .icon {
    font-size: 3rem;
    width: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pills-container {
    margin-top: 1.5rem;
  }

  .pills-container .badge-pill {
    padding: 0.7rem;
    font-size: 60%;
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .contacts a {
    margin-right: 10%;
  }

  .cta-team .cta-text .text {
    padding-bottom: 90px;
  }

  .cta-team .cta-text .text .icon {
    font-size: 3rem;
    width: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pills-container {
    margin-top: 1.5rem;
  }

  .pills-container .badge-pill {
    font-size: 54%;
  }

  .contacts .address {
    font-size: 0.9rem;
  }

  .contacts span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .contacts span {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts a {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  .contacts a {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts a.small-a {
    font-weight: 400;
    font-size: 1 rem;
  }
}

@media (min-width: 1200px) {
  .w-sp {
    width: 75%;
  }
}

.testimony-bar {
  position: relative;
  height: 80vh;
  min-height: 450px;
  max-height: 900px;
}

.testimony-bar .text {
  position: relative;
  line-height: 1.2;
  margin-bottom: 5%;
}

.testimony-bar .name {
  font-size: 1rem;
  color: #666;
  margin-top: 20px;
  font-weight: 600;
}

.testimony-bar .name span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}

.slider-gallery .slider-item {
  width: 70% !important;
  margin: auto;
}

.slider-gallery .slider-item .text {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .slider-gallery .slider-item .text {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

.slider-gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 50%;
  transform: translate(0, -50%);
  font-size: 0;
  display: block;
  width: 100px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
}

.slider-gallery .slick-arrow:after {
  font-family: "icons";
  font-size: 60px;
  color: rgba(255, 255, 255, 0.75);
  height: 30px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .slider-gallery .slick-arrow:after {
    transition: none;
  }
}

.slider-gallery .slick-arrow:hover:after,
.slider-gallery .slick-arrow:focus:after {
  color: #fff;
}

.slider-gallery .slick-arrow.slick-prev {
  left: 0;
}

.slider-gallery .slick-arrow.slick-prev:after {
  content: "\F103";
}

.slider-gallery .slick-arrow.slick-next {
  right: 0;
}

.slider-gallery .slick-arrow.slick-next:after {
  content: "\F104";
}

.slider-gallery.slider-home {
  position: relative;
  margin-bottom: 8%;
}

.slider-gallery.slider-home .slider-item {
  width: 100% !important;
  margin: auto;
}

.slider-gallery.slider-home .slick-list {
  overflow: inherit;
}

.slider-gallery.slider-home .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 0;
  transform: translate(0, 0);
}

.slider-gallery.slider-home .slick-arrow:after {
  font-size: 100px;
}

.slider-gallery.slider-home .slick-arrow.slick-next {
  right: -5%;
}

.slider-gallery.slider-home .slick-arrow.slick-prev {
  left: -3%;
}

.slider-logos .slick-list {
  margin: 30px 40px 0 40px;
}

.slider-logos .slick-slide {
  text-align: center;
}

.slider-logos .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  background-color: #333;
}

.slider-logos .slick-arrow:after {
  font-family: "icons";
  font-size: 40px;
  color: rgba(255, 255, 255, 0.75);
  height: 30px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .slider-logos .slick-arrow:after {
    transition: none;
  }
}

.slider-logos .slick-arrow:hover:after,
.slider-logos .slick-arrow:focus:after {
  color: white;
}

.slider-logos .slick-arrow.slick-prev {
  left: 0;
}

.slider-logos .slick-arrow.slick-prev:after {
  content: "\F103";
}

.slider-logos .slick-arrow.slick-next {
  right: 0;
}

.slider-logos .slick-arrow.slick-next:after {
  content: "\F104";
}

.slider-bullets .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  list-style: none;
  text-align: left;
  margin-top: 20px;
}

.slider-bullets .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slider-bullets .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slider-bullets .slick-dots li button:before {
  content: "";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f0f0f0;
  text-align: center;
  opacity: 1;
  color: black;
  z-index: 20;
  border-radius: 50%;
}

.slider-bullets .slick-dots li.slick-active button:before {
  background-color: #62629C;
}

.slider-photo-bar-wrapper {
  position: relative;
}

.slider-photo-bar-wrapper .slider-photo-bar-images {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slick-list,
.slider-photo-bar-wrapper .slider-photo-bar-images .slick-track {
  height: 100%;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slick-slide > div {
  height: 100%;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slider-photo-bar-image {
  height: 100%;
  position: relative;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slider-photo-bar-image .photo-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slider-photo-bar-image .photo-container:after,
.slider-photo-bar-wrapper .slider-photo-bar-images .slider-photo-bar-image .photo-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.slider-photo-bar-wrapper .slider-photo-bar-images .slider-photo-bar-image .photo-container:before {
  z-index: 2;
}

.slider-photo-bar-wrapper .slider-photo-bar-text {
  position: relative;
  z-index: 5;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-list,
.slider-photo-bar-wrapper .slider-photo-bar-text .slick-track {
  height: 100%;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-slide > div {
  height: 100%;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slider-photo-bar-text-slide {
  height: 85vh;
  min-height: 450px;
  max-height: 1000px;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  top: auto;
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
  transform: translate(0, 0);
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow:after {
  font-family: "icons";
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
  height: 30px;
  transition: color 0.3s ease;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow:hover:after,
.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow:focus:after {
  color: #fff;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-prev {
  right: 100px;
  left: auto;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-prev:after {
  content: "\F103";
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-next {
  right: 40px;
}

.slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-next:after {
  content: "\F104";
}

@media (max-width: 575.98px) {
  .slider-photo-bar-wrapper .slider-photo-bar-text .slider-photo-bar-text-slide {
    height: 70vh;
    min-height: 450px;
    max-height: 600px;
  }

  .slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow {
    bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow:after {
    font-size: 30px;
  }

  .slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-prev {
    right: 70px;
  }

  .slider-photo-bar-wrapper .slider-photo-bar-text .slick-arrow.slick-next {
    right: 20px;
  }

  .slider-gallery .slider-item {
    width: 80% !important;
  }

  .slider-gallery .slider-item .text {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px), (max-width: 575.98px) and (max-height: 1200px) {
  .slider-gallery .slider-item .text {
    font-size: calc(1.0166666667rem + 0.1111111111vmin);
  }
}

@media (max-width: 575.98px) {
  .slider-gallery .slick-arrow {
    width: 25px;
  }

  .slider-gallery .slick-arrow:after {
    font-size: 33px;
  }
}

@media (max-width: 575.98px) {
  .slider-logos .slick-arrow:after {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .testimony-bar {
    padding-top: 20%;
    height: 60vh;
  }

  .testimony-bar .name {
    font-size: 0.8rem;
  }

  .testimony-bar .title:before {
    font-size: 150px;
  }
}

@media (max-width: 575.98px) {
  .slider-bullets .slick-slide {
    text-align: left;
  }

  .slider-bullets .slick-dots {
    width: 100%;
    padding: 0;
    margin-left: 0;
    text-align: left;
    margin-top: 15px;
  }

  .slider-bullets .slick-dots li {
    margin: 0 6px;
  }

  .slider-bullets .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .slider-bullets .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-gallery .slider-item {
    width: 80% !important;
  }

  .slider-gallery .slider-item .text {
    font-size: 1.1rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  .slider-gallery .slider-item .text {
    font-size: calc(1.0166666667rem + 0.1111111111vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-gallery .slick-arrow {
    width: 25px;
  }

  .slider-gallery .slick-arrow:after {
    font-size: 33px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .testimony-bar {
    padding-top: 10%;
  }

  .testimony-bar .name {
    font-size: 0.8rem;
  }

  .testimony-bar .title:before {
    font-size: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slider-bullets .slick-dots {
    margin-top: 20px;
  }

  .slider-bullets .slick-dots li button {
    width: 15px;
    height: 15px;
  }

  .slider-bullets .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-gallery .slider-item {
    width: 80% !important;
  }

  .slider-gallery .slider-item .text {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  .slider-gallery .slider-item .text {
    font-size: calc(1.0666666667rem + 0.4444444444vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slider-gallery .slick-arrow {
    width: 30px;
  }

  .slider-gallery .slick-arrow:after {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimony-bar {
    padding-top: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-gallery .slider-item {
    width: 70% !important;
  }
}

.accordion .card {
  margin-bottom: 1rem;
}

.accordion .card .card-header {
  background-color: #62629C;
  padding: 0;
}

.accordion .card .card-header .btn {
  border-radius: 0;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  padding: 30px;
  border: 0 none;
  font-weight: 600;
}

.accordion .card .card-header .btn.collapsed {
  background-color: #fff;
  color: #000;
}

.accordion .card .card-header .btn:hover,
.accordion .card .card-header .btn:focus,
.accordion .card .card-header .btn:active {
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(98, 98, 156, 0), inset 0 0 0 rgba(0, 0, 0, 0);
}

.accordion .card .card-body {
  padding: 0 30px 30px 30px;
  font-size: 0.9rem;
  background-color: #62629C;
  color: #fff;
}

.accordion .card .card-body .btn-pdf {
  background-color: #44446D;
  color: #fff;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  margin-top: 1rem;
}

.accordion .card .card-body .xms-text p {
  font-size: 0.85rem;
}

.accordion .card .card-body .xms-text ul li {
  font-size: 0.85rem;
}

.accordion .card .card-body .xms-text ul li:after {
  top: 13px;
  background-color: #fff;
}

.accordion.accordion-plus .card .card-header {
  background-color: #fff;
}

.accordion.accordion-plus .card .card-header .btn {
  text-transform: none;
  color: #000;
  padding-right: 20%;
  position: relative;
}

.accordion.accordion-plus .card .card-header .btn:after,
.accordion.accordion-plus .card .card-header .btn:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  background: #272727;
  transition: opacity 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .accordion.accordion-plus .card .card-header .btn:after,
  .accordion.accordion-plus .card .card-header .btn:before {
    transition: none;
  }
}

.accordion.accordion-plus .card .card-header .btn:after {
  width: 30px;
  height: 2px;
  transition: width 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  .accordion.accordion-plus .card .card-header .btn:after {
    transition: none;
  }
}

.accordion.accordion-plus .card .card-header .btn:before {
  height: 30px;
  width: 2px;
  right: 45px;
  opacity: 0;
}

.accordion.accordion-plus .card .card-header .btn.collapsed {
  background-color: #fff;
}

.accordion.accordion-plus .card .card-header .btn.collapsed:before {
  opacity: 1;
}

.accordion.accordion-plus .card .card-body {
  padding: 0 30px 30px 30px;
  font-size: 0.9rem;
  background-color: #fff;
  color: #000;
}

.accordion.accordion-plus .card .card-body .xms-text p,
.accordion.accordion-plus .card .card-body .xms-text ul,
.accordion.accordion-plus .card .card-body .xms-text li {
  font-size: 1rem;
  color: #595959;
}

.accordion.accordion-plus .card .card-body .xms-text ul li:after {
  background-color: #595959;
}

.accordion.accordion-plus.accordion-home .card .card-body {
  padding: 0 0 20px 0;
  color: #595959;
}

.accordion.accordion-plus.accordion-home .card .card-header {
  color: #62629C;
}

.accordion.accordion-plus.accordion-home .card .card-header .btn {
  color: #62629C;
  padding: 16px 0;
}

.accordion.accordion-plus.accordion-home .card .card-header .btn .title,
.accordion.accordion-plus.accordion-home .card .card-header .btn .subtitle {
  display: block;
}

.accordion.accordion-plus.accordion-home .card .card-header .btn .title {
  font-weight: 600;
  color: #62629C;
  margin-bottom: 0;
  font-size: 2rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .accordion.accordion-plus.accordion-home .card .card-header .btn .title {
    font-size: calc(1.1666666667rem + 1.1111111111vmin);
  }
}

.accordion.accordion-plus.accordion-home .card .card-header .btn .subtitle {
  font-weight: 100;
  color: #5A5A5A;
  font-size: 1.4rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .accordion.accordion-plus.accordion-home .card .card-header .btn .subtitle {
    font-size: calc(1.0666666667rem + 0.4444444444vmin);
  }
}

.accordion.accordion-plus.accordion-home .card .card-header .btn:before,
.accordion.accordion-plus.accordion-home .card .card-header .btn:after {
  background: #62629C;
}

.accordion.accordion-plus.accordion-home .card .card-header .text p {
  color: #595959;
}

@media (max-width: 575.98px) {
  .accordion .card {
    margin-bottom: 1rem;
  }

  .accordion .card .card-header .btn {
    padding: 18px;
  }

  .accordion .card .card-body {
    padding: 0 20px 20px 20px;
  }

  .accordion.accordion-plus .card .card-header .btn {
    color: #000;
  }

  .accordion.accordion-plus .card .card-header .btn:after {
    width: 20px;
  }

  .accordion.accordion-plus .card .card-header .btn:before {
    height: 20px;
    right: 39px;
  }

  .accordion.accordion-plus .card .card-body {
    padding: 0 20px 20px 20px;
  }

  .accordion.accordion-plus.accordion-home .card .card-header .btn:after,
  .accordion.accordion-plus.accordion-home .card .card-header .btn:before {
    right: 0;
    top: 50%;
  }

  .accordion.accordion-plus.accordion-home .card .card-header .btn:before {
    right: 9px;
  }
}

footer {
  position: relative;
  z-index: 0;
}

footer .container-fluid,
footer .container-sm,
footer .container-md,
footer .container-lg,
footer .container-xl,
footer .container {
  z-index: 10;
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  background-image: url("/images/shapes/shapetop_footer.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 0;
}

footer .footer-top {
  background-color: #333;
  padding: 7% 2% 8% 2%;
}

footer .footer-top h6,
footer .footer-top .footer-top-title {
  font-weight: 600;
  color: #fff;
  text-align: center;
}

footer .footer-top .bg-photo-logo {
  width: 80%;
  margin: auto;
  max-width: 180px;
  min-height: 60px;
  max-height: 70px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

footer .footer-bottom {
  padding: 5% 2%;
}

footer .footer-bottom .social-icons a {
  font-size: 2.5rem;
  margin-right: 3%;
}

@media (max-width: 1200px), (max-height: 1200px) {
  footer .footer-bottom .social-icons a {
    font-size: calc(1.25rem + 1.6666666667vmin);
  }
}

footer .footer-bottom .social-icons a .icon {
  line-height: 1;
}

footer .footer-bottom .tel,
footer .footer-bottom .email {
  display: block;
  font-size: 1.5rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    font-size: calc(1.0833333333rem + 0.5555555556vmin);
  }
}

footer .footer-bottom .tel {
  color: #666;
  font-weight: 300;
}

footer .footer-bottom .email {
  font-weight: 600;
}

footer .footer-bottom .list-footer {
  padding: 0 20px 0 0;
  margin: 0;
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

footer .footer-bottom .list-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

footer .footer-bottom .list-footer li:first-child {
  margin-bottom: 0.8rem;
}

footer .footer-bottom .list-footer li strong {
  color: #737373;
  text-transform: uppercase;
}

footer .footer-bottom .list-footer li a {
  color: #737373;
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
}

footer .footer-bottom .list-footer li a.active {
  color: #62629C;
  font-weight: bold;
}

footer .footer-bottom .list-footer li a:before {
  content: "\F104";
  font-family: icons !important;
  font-size: 1rem;
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 0;
  opacity: 0;
  height: 15px;
  transform: translate(0, -50%);
}

footer .footer-bottom .list-footer li a:hover,
footer .footer-bottom .list-footer li a:focus,
footer .footer-bottom .list-footer li a:active {
  color: #000;
}

footer .footer-bottom .list-footer li a:hover:before,
footer .footer-bottom .list-footer li a:focus:before,
footer .footer-bottom .list-footer li a:active:before {
  opacity: 1;
}

footer .footer-copyright {
  padding: 2%;
  font-size: 0.85rem;
  color: #737373;
}

footer .footer-copyright a {
  color: #737373;
}

footer .footer-copyright a:hover {
  color: #333;
}

footer.colorFooter:before {
  background-image: url("/images/shapes/shapetop_footer_grey.svg");
}

.footer-logos {
  margin: -0.25rem;
}

.footer-logos .footer-logo-item {
  display: inline-block;
  margin: 0.25rem;
  opacity: 0.75;
  filter: grayscale(1);
  transition: filter 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .footer-logos .footer-logo-item {
    transition: none;
  }
}

.footer-logos .footer-logo-item img {
  max-height: 70px;
}

@media (max-width: 575.98px) {
  footer {
    text-align: center;
  }

  footer .footer-top {
    padding: 20% 0 15% 0;
  }

  footer .footer-top .bg-photo-logo {
    max-width: 200px;
    min-height: 50px;
  }

  footer .footer-bottom {
    padding: 20% 0 15% 0;
  }

  footer .footer-bottom .logo {
    background-position: center;
  }

  footer .footer-bottom .social-icons {
    margin-bottom: 1rem;
  }

  footer .footer-bottom .social-icons a {
    font-size: 4rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px), (max-width: 575.98px) and (max-height: 1200px) {
  footer .footer-bottom .social-icons a {
    font-size: calc(1.5rem + 3.3333333333vmin);
  }
}

@media (max-width: 575.98px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 575.98px) and (max-width: 1200px), (max-width: 575.98px) and (max-height: 1200px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    font-size: calc(1.2333333333rem + 1.5555555556vmin);
  }
}

@media (max-width: 575.98px) {
  footer .footer-bottom .list-footer {
    width: 100%;
    margin-top: 2rem;
  }

  footer .footer-bottom .list-footer li:first-child {
    margin-bottom: 0.2rem;
  }

  footer .footer-bottom .list-footer li a {
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  footer .footer-copyright {
    padding: 4% 2%;
  }
}

@media (max-width: 575.98px) {
  .footer-logos .footer-logo-item img {
    max-height: 39px;
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-top {
    padding: 10% 0 7% 0;
  }

  footer .footer-top .bg-photo-logo {
    max-width: 90px;
    min-height: 50px;
  }

  footer .footer-bottom {
    padding: 10% 0 7% 0;
  }

  footer .footer-bottom .social-icons {
    margin-bottom: 1rem;
  }

  footer .footer-bottom .social-icons a {
    font-size: 4rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  footer .footer-bottom .social-icons a {
    font-size: calc(1.5rem + 3.3333333333vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) and (max-width: 1200px), (min-width: 576px) and (max-width: 767.98px) and (max-height: 1200px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    font-size: calc(1.1166666667rem + 0.7777777778vmin);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-bottom .list-footer {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-copyright {
    padding: 4% 2%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-logos .footer-logo-item img {
    max-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-top {
    padding: 10% 0 7% 0;
  }

  footer .footer-top .bg-photo-logo {
    max-width: 120px;
    min-height: 50px;
  }

  footer .footer-bottom {
    padding: 10% 0 7% 0;
  }

  footer .footer-bottom .social-icons {
    margin-bottom: 1rem;
  }

  footer .footer-bottom .social-icons a {
    font-size: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  footer .footer-bottom .social-icons a {
    font-size: calc(1.3333333333rem + 2.2222222222vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) and (max-width: 1200px), (min-width: 768px) and (max-width: 991.98px) and (max-height: 1200px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    font-size: calc(1.1166666667rem + 0.7777777778vmin);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-bottom .list-footer {
    margin-top: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-copyright {
    padding: 4% 2%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-logos .footer-logo-item img {
    max-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-top .bg-photo-logo {
    max-width: 120px;
    min-height: 50px;
  }

  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    display: block;
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) and (max-width: 1200px), (min-width: 992px) and (max-width: 1199.98px) and (max-height: 1200px) {
  footer .footer-bottom .tel,
  footer .footer-bottom .email {
    font-size: calc(1.05rem + 0.3333333333vmin);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer-bottom .list-footer {
    width: 32%;
  }

  footer .footer-bottom .list-footer li {
    font-size: 1rem;
  }

  footer .footer-bottom .list-footer li:first-child {
    margin-bottom: 0.75rem;
  }

  footer .footer-bottom .list-footer li a {
    font-size: 0.85rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-logos .footer-logo-item img {
    max-height: 65px;
  }
}

.CookieDeclarationType {
  padding: 30px 30px 30px 30px !important;
}

#CookieDeclarationUserStatusPanel {
  padding: 15px;
  font-weight: bold;
}

#CybotCookiebotDialog * {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#CybotCookiebotDialog * p {
  margin-bottom: 0.6rem;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  width: 100% !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  width: 100% !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  display: none;
}

/*xs*/

@media (max-width: 575.98px) {
  .CookieDeclarationType {
    padding: 10px 10px 10px 10px !important;
  }
}

#g-recaptcha-container {
  position: relative;
  height: 45px;
}

#g-recaptcha-container .grecaptcha-badge {
  position: absolute !important;
  margin: 0 !important;
  transition: none !important;
  bottom: auto !important;
  right: auto !important;
  left: 0 !important;
  top: 0 !important;
  filter: grayscale(1);
  opacity: 0.75;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 !important;
  transform: scale(0.75) translate(-15%, -15%);
}

