/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

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

@font-face {
  font-family: Calibri;
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  src: url("/assets/fonts/calibri/calibri-regular.otf") format("opentype");
}
@font-face {
  font-family: Calibri;
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
  src: url("/assets/fonts/calibri/calibri-bold.otf") format("opentype");
}
/*------------
Screens -----
------------*/
/*------------
MARGINS -----
------------*/
.m-0 {
  margin: 0 !important;
}

.m-5 {
  margin: 0.3333333333rem !important;
}

.m-7 {
  margin: 0.4666666667rem !important;
}

.m-8 {
  margin: 0.5333333333rem !important;
}

.m-10 {
  margin: 0.6666666667rem !important;
}

.m-11 {
  margin: 0.7333333333rem !important;
}

.m-12 {
  margin: 0.8rem !important;
}

.m-13 {
  margin: 0.8666666667rem !important;
}

.m-14 {
  margin: 0.9333333333rem !important;
}

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

.m-16 {
  margin: 1.0666666667rem !important;
}

.m-17 {
  margin: 1.1333333333rem !important;
}

.m-20 {
  margin: 1.3333333333rem !important;
}

.m-24 {
  margin: 1.6rem !important;
}

.m-25 {
  margin: 1.6666666667rem !important;
}

.m-27 {
  margin: 1.8rem !important;
}

.m-28 {
  margin: 1.8666666667rem !important;
}

.m-29 {
  margin: 1.9333333333rem !important;
}

.m-30 {
  margin: 2rem !important;
}

.m-31 {
  margin: 2.0666666667rem !important;
}

.m-32 {
  margin: 2.1333333333rem !important;
}

.m-33 {
  margin: 2.2rem !important;
}

.m-34 {
  margin: 2.2666666667rem !important;
}

.m-35 {
  margin: 2.3333333333rem !important;
}

.m-40 {
  margin: 2.6666666667rem !important;
}

.m-43 {
  margin: 2.8666666667rem !important;
}

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

.m-50 {
  margin: 3.3333333333rem !important;
}

.m-51 {
  margin: 3.4rem !important;
}

.m-53 {
  margin: 3.5333333333rem !important;
}

.m-54 {
  margin: 3.6rem !important;
}

.m-55 {
  margin: 3.6666666667rem !important;
}

.m-60 {
  margin: 4rem !important;
}

.m-65 {
  margin: 4.3333333333rem !important;
}

.m-70 {
  margin: 4.6666666667rem !important;
}

.m-72 {
  margin: 4.8rem !important;
}

.m-75 {
  margin: 5rem !important;
}

.m-80 {
  margin: 5.3333333333rem !important;
}

.m-85 {
  margin: 5.6666666667rem !important;
}

.m-90 {
  margin: 6rem !important;
}

.m-95 {
  margin: 6.3333333333rem !important;
}

.m-100 {
  margin: 6.6666666667rem !important;
}

.m-205 {
  margin: 13.6666666667rem !important;
}

.m-300 {
  margin: 20rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.3333333333rem !important;
}

.mt-7 {
  margin-top: 0.4666666667rem !important;
}

.mt-8 {
  margin-top: 0.5333333333rem !important;
}

.mt-10 {
  margin-top: 0.6666666667rem !important;
}

.mt-11 {
  margin-top: 0.7333333333rem !important;
}

.mt-12 {
  margin-top: 0.8rem !important;
}

.mt-13 {
  margin-top: 0.8666666667rem !important;
}

.mt-14 {
  margin-top: 0.9333333333rem !important;
}

.mt-15 {
  margin-top: 1rem !important;
}

.mt-16 {
  margin-top: 1.0666666667rem !important;
}

.mt-17 {
  margin-top: 1.1333333333rem !important;
}

.mt-20 {
  margin-top: 1.3333333333rem !important;
}

.mt-24 {
  margin-top: 1.6rem !important;
}

.mt-25 {
  margin-top: 1.6666666667rem !important;
}

.mt-27 {
  margin-top: 1.8rem !important;
}

.mt-28 {
  margin-top: 1.8666666667rem !important;
}

.mt-29 {
  margin-top: 1.9333333333rem !important;
}

.mt-30 {
  margin-top: 2rem !important;
}

.mt-31 {
  margin-top: 2.0666666667rem !important;
}

.mt-32 {
  margin-top: 2.1333333333rem !important;
}

.mt-33 {
  margin-top: 2.2rem !important;
}

.mt-34 {
  margin-top: 2.2666666667rem !important;
}

.mt-35 {
  margin-top: 2.3333333333rem !important;
}

.mt-40 {
  margin-top: 2.6666666667rem !important;
}

.mt-43 {
  margin-top: 2.8666666667rem !important;
}

.mt-45 {
  margin-top: 3rem !important;
}

.mt-50 {
  margin-top: 3.3333333333rem !important;
}

.mt-51 {
  margin-top: 3.4rem !important;
}

.mt-53 {
  margin-top: 3.5333333333rem !important;
}

.mt-54 {
  margin-top: 3.6rem !important;
}

.mt-55 {
  margin-top: 3.6666666667rem !important;
}

.mt-60 {
  margin-top: 4rem !important;
}

.mt-65 {
  margin-top: 4.3333333333rem !important;
}

.mt-70 {
  margin-top: 4.6666666667rem !important;
}

.mt-72 {
  margin-top: 4.8rem !important;
}

.mt-75 {
  margin-top: 5rem !important;
}

.mt-80 {
  margin-top: 5.3333333333rem !important;
}

.mt-85 {
  margin-top: 5.6666666667rem !important;
}

.mt-90 {
  margin-top: 6rem !important;
}

.mt-95 {
  margin-top: 6.3333333333rem !important;
}

.mt-100 {
  margin-top: 6.6666666667rem !important;
}

.mt-205 {
  margin-top: 13.6666666667rem !important;
}

.mt-300 {
  margin-top: 20rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 0.3333333333rem !important;
}

.mr-7 {
  margin-right: 0.4666666667rem !important;
}

.mr-8 {
  margin-right: 0.5333333333rem !important;
}

.mr-10 {
  margin-right: 0.6666666667rem !important;
}

.mr-11 {
  margin-right: 0.7333333333rem !important;
}

.mr-12 {
  margin-right: 0.8rem !important;
}

.mr-13 {
  margin-right: 0.8666666667rem !important;
}

.mr-14 {
  margin-right: 0.9333333333rem !important;
}

.mr-15 {
  margin-right: 1rem !important;
}

.mr-16 {
  margin-right: 1.0666666667rem !important;
}

.mr-17 {
  margin-right: 1.1333333333rem !important;
}

.mr-20 {
  margin-right: 1.3333333333rem !important;
}

.mr-24 {
  margin-right: 1.6rem !important;
}

.mr-25 {
  margin-right: 1.6666666667rem !important;
}

.mr-27 {
  margin-right: 1.8rem !important;
}

.mr-28 {
  margin-right: 1.8666666667rem !important;
}

.mr-29 {
  margin-right: 1.9333333333rem !important;
}

.mr-30 {
  margin-right: 2rem !important;
}

.mr-31 {
  margin-right: 2.0666666667rem !important;
}

.mr-32 {
  margin-right: 2.1333333333rem !important;
}

.mr-33 {
  margin-right: 2.2rem !important;
}

.mr-34 {
  margin-right: 2.2666666667rem !important;
}

.mr-35 {
  margin-right: 2.3333333333rem !important;
}

.mr-40 {
  margin-right: 2.6666666667rem !important;
}

.mr-43 {
  margin-right: 2.8666666667rem !important;
}

.mr-45 {
  margin-right: 3rem !important;
}

.mr-50 {
  margin-right: 3.3333333333rem !important;
}

.mr-51 {
  margin-right: 3.4rem !important;
}

.mr-53 {
  margin-right: 3.5333333333rem !important;
}

.mr-54 {
  margin-right: 3.6rem !important;
}

.mr-55 {
  margin-right: 3.6666666667rem !important;
}

.mr-60 {
  margin-right: 4rem !important;
}

.mr-65 {
  margin-right: 4.3333333333rem !important;
}

.mr-70 {
  margin-right: 4.6666666667rem !important;
}

.mr-72 {
  margin-right: 4.8rem !important;
}

.mr-75 {
  margin-right: 5rem !important;
}

.mr-80 {
  margin-right: 5.3333333333rem !important;
}

.mr-85 {
  margin-right: 5.6666666667rem !important;
}

.mr-90 {
  margin-right: 6rem !important;
}

.mr-95 {
  margin-right: 6.3333333333rem !important;
}

.mr-100 {
  margin-right: 6.6666666667rem !important;
}

.mr-205 {
  margin-right: 13.6666666667rem !important;
}

.mr-300 {
  margin-right: 20rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.3333333333rem !important;
}

.mb-7 {
  margin-bottom: 0.4666666667rem !important;
}

.mb-8 {
  margin-bottom: 0.5333333333rem !important;
}

.mb-10 {
  margin-bottom: 0.6666666667rem !important;
}

.mb-11 {
  margin-bottom: 0.7333333333rem !important;
}

.mb-12 {
  margin-bottom: 0.8rem !important;
}

.mb-13 {
  margin-bottom: 0.8666666667rem !important;
}

.mb-14 {
  margin-bottom: 0.9333333333rem !important;
}

.mb-15 {
  margin-bottom: 1rem !important;
}

.mb-16 {
  margin-bottom: 1.0666666667rem !important;
}

.mb-17 {
  margin-bottom: 1.1333333333rem !important;
}

.mb-20 {
  margin-bottom: 1.3333333333rem !important;
}

.mb-24 {
  margin-bottom: 1.6rem !important;
}

.mb-25 {
  margin-bottom: 1.6666666667rem !important;
}

.mb-27 {
  margin-bottom: 1.8rem !important;
}

.mb-28 {
  margin-bottom: 1.8666666667rem !important;
}

.mb-29 {
  margin-bottom: 1.9333333333rem !important;
}

.mb-30 {
  margin-bottom: 2rem !important;
}

.mb-31 {
  margin-bottom: 2.0666666667rem !important;
}

.mb-32 {
  margin-bottom: 2.1333333333rem !important;
}

.mb-33 {
  margin-bottom: 2.2rem !important;
}

.mb-34 {
  margin-bottom: 2.2666666667rem !important;
}

.mb-35 {
  margin-bottom: 2.3333333333rem !important;
}

.mb-40 {
  margin-bottom: 2.6666666667rem !important;
}

.mb-43 {
  margin-bottom: 2.8666666667rem !important;
}

.mb-45 {
  margin-bottom: 3rem !important;
}

.mb-50 {
  margin-bottom: 3.3333333333rem !important;
}

.mb-51 {
  margin-bottom: 3.4rem !important;
}

.mb-53 {
  margin-bottom: 3.5333333333rem !important;
}

.mb-54 {
  margin-bottom: 3.6rem !important;
}

.mb-55 {
  margin-bottom: 3.6666666667rem !important;
}

.mb-60 {
  margin-bottom: 4rem !important;
}

.mb-65 {
  margin-bottom: 4.3333333333rem !important;
}

.mb-70 {
  margin-bottom: 4.6666666667rem !important;
}

.mb-72 {
  margin-bottom: 4.8rem !important;
}

.mb-75 {
  margin-bottom: 5rem !important;
}

.mb-80 {
  margin-bottom: 5.3333333333rem !important;
}

.mb-85 {
  margin-bottom: 5.6666666667rem !important;
}

.mb-90 {
  margin-bottom: 6rem !important;
}

.mb-95 {
  margin-bottom: 6.3333333333rem !important;
}

.mb-100 {
  margin-bottom: 6.6666666667rem !important;
}

.mb-205 {
  margin-bottom: 13.6666666667rem !important;
}

.mb-300 {
  margin-bottom: 20rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 0.3333333333rem !important;
}

.ml-7 {
  margin-left: 0.4666666667rem !important;
}

.ml-8 {
  margin-left: 0.5333333333rem !important;
}

.ml-10 {
  margin-left: 0.6666666667rem !important;
}

.ml-11 {
  margin-left: 0.7333333333rem !important;
}

.ml-12 {
  margin-left: 0.8rem !important;
}

.ml-13 {
  margin-left: 0.8666666667rem !important;
}

.ml-14 {
  margin-left: 0.9333333333rem !important;
}

.ml-15 {
  margin-left: 1rem !important;
}

.ml-16 {
  margin-left: 1.0666666667rem !important;
}

.ml-17 {
  margin-left: 1.1333333333rem !important;
}

.ml-20 {
  margin-left: 1.3333333333rem !important;
}

.ml-24 {
  margin-left: 1.6rem !important;
}

.ml-25 {
  margin-left: 1.6666666667rem !important;
}

.ml-27 {
  margin-left: 1.8rem !important;
}

.ml-28 {
  margin-left: 1.8666666667rem !important;
}

.ml-29 {
  margin-left: 1.9333333333rem !important;
}

.ml-30 {
  margin-left: 2rem !important;
}

.ml-31 {
  margin-left: 2.0666666667rem !important;
}

.ml-32 {
  margin-left: 2.1333333333rem !important;
}

.ml-33 {
  margin-left: 2.2rem !important;
}

.ml-34 {
  margin-left: 2.2666666667rem !important;
}

.ml-35 {
  margin-left: 2.3333333333rem !important;
}

.ml-40 {
  margin-left: 2.6666666667rem !important;
}

.ml-43 {
  margin-left: 2.8666666667rem !important;
}

.ml-45 {
  margin-left: 3rem !important;
}

.ml-50 {
  margin-left: 3.3333333333rem !important;
}

.ml-51 {
  margin-left: 3.4rem !important;
}

.ml-53 {
  margin-left: 3.5333333333rem !important;
}

.ml-54 {
  margin-left: 3.6rem !important;
}

.ml-55 {
  margin-left: 3.6666666667rem !important;
}

.ml-60 {
  margin-left: 4rem !important;
}

.ml-65 {
  margin-left: 4.3333333333rem !important;
}

.ml-70 {
  margin-left: 4.6666666667rem !important;
}

.ml-72 {
  margin-left: 4.8rem !important;
}

.ml-75 {
  margin-left: 5rem !important;
}

.ml-80 {
  margin-left: 5.3333333333rem !important;
}

.ml-85 {
  margin-left: 5.6666666667rem !important;
}

.ml-90 {
  margin-left: 6rem !important;
}

.ml-95 {
  margin-left: 6.3333333333rem !important;
}

.ml-100 {
  margin-left: 6.6666666667rem !important;
}

.ml-205 {
  margin-left: 13.6666666667rem !important;
}

.ml-300 {
  margin-left: 20rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-5 {
  margin-top: 0.3333333333rem !important;
  margin-bottom: 0.3333333333rem !important;
}

.my-7 {
  margin-top: 0.4666666667rem !important;
  margin-bottom: 0.4666666667rem !important;
}

.my-8 {
  margin-top: 0.5333333333rem !important;
  margin-bottom: 0.5333333333rem !important;
}

.my-10 {
  margin-top: 0.6666666667rem !important;
  margin-bottom: 0.6666666667rem !important;
}

.my-11 {
  margin-top: 0.7333333333rem !important;
  margin-bottom: 0.7333333333rem !important;
}

.my-12 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-13 {
  margin-top: 0.8666666667rem !important;
  margin-bottom: 0.8666666667rem !important;
}

.my-14 {
  margin-top: 0.9333333333rem !important;
  margin-bottom: 0.9333333333rem !important;
}

.my-15 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-16 {
  margin-top: 1.0666666667rem !important;
  margin-bottom: 1.0666666667rem !important;
}

.my-17 {
  margin-top: 1.1333333333rem !important;
  margin-bottom: 1.1333333333rem !important;
}

.my-20 {
  margin-top: 1.3333333333rem !important;
  margin-bottom: 1.3333333333rem !important;
}

.my-24 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-25 {
  margin-top: 1.6666666667rem !important;
  margin-bottom: 1.6666666667rem !important;
}

.my-27 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.my-28 {
  margin-top: 1.8666666667rem !important;
  margin-bottom: 1.8666666667rem !important;
}

.my-29 {
  margin-top: 1.9333333333rem !important;
  margin-bottom: 1.9333333333rem !important;
}

.my-30 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-31 {
  margin-top: 2.0666666667rem !important;
  margin-bottom: 2.0666666667rem !important;
}

.my-32 {
  margin-top: 2.1333333333rem !important;
  margin-bottom: 2.1333333333rem !important;
}

.my-33 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

.my-34 {
  margin-top: 2.2666666667rem !important;
  margin-bottom: 2.2666666667rem !important;
}

.my-35 {
  margin-top: 2.3333333333rem !important;
  margin-bottom: 2.3333333333rem !important;
}

.my-40 {
  margin-top: 2.6666666667rem !important;
  margin-bottom: 2.6666666667rem !important;
}

.my-43 {
  margin-top: 2.8666666667rem !important;
  margin-bottom: 2.8666666667rem !important;
}

.my-45 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-50 {
  margin-top: 3.3333333333rem !important;
  margin-bottom: 3.3333333333rem !important;
}

.my-51 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important;
}

.my-53 {
  margin-top: 3.5333333333rem !important;
  margin-bottom: 3.5333333333rem !important;
}

.my-54 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-55 {
  margin-top: 3.6666666667rem !important;
  margin-bottom: 3.6666666667rem !important;
}

.my-60 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-65 {
  margin-top: 4.3333333333rem !important;
  margin-bottom: 4.3333333333rem !important;
}

.my-70 {
  margin-top: 4.6666666667rem !important;
  margin-bottom: 4.6666666667rem !important;
}

.my-72 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-75 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-80 {
  margin-top: 5.3333333333rem !important;
  margin-bottom: 5.3333333333rem !important;
}

.my-85 {
  margin-top: 5.6666666667rem !important;
  margin-bottom: 5.6666666667rem !important;
}

.my-90 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-95 {
  margin-top: 6.3333333333rem !important;
  margin-bottom: 6.3333333333rem !important;
}

.my-100 {
  margin-top: 6.6666666667rem !important;
  margin-bottom: 6.6666666667rem !important;
}

.my-205 {
  margin-top: 13.6666666667rem !important;
  margin-bottom: 13.6666666667rem !important;
}

.my-300 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-5 {
  margin-left: 0.3333333333rem !important;
  margin-right: 0.3333333333rem !important;
}

.mx-7 {
  margin-left: 0.4666666667rem !important;
  margin-right: 0.4666666667rem !important;
}

.mx-8 {
  margin-left: 0.5333333333rem !important;
  margin-right: 0.5333333333rem !important;
}

.mx-10 {
  margin-left: 0.6666666667rem !important;
  margin-right: 0.6666666667rem !important;
}

.mx-11 {
  margin-left: 0.7333333333rem !important;
  margin-right: 0.7333333333rem !important;
}

.mx-12 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-13 {
  margin-left: 0.8666666667rem !important;
  margin-right: 0.8666666667rem !important;
}

.mx-14 {
  margin-left: 0.9333333333rem !important;
  margin-right: 0.9333333333rem !important;
}

.mx-15 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-16 {
  margin-left: 1.0666666667rem !important;
  margin-right: 1.0666666667rem !important;
}

.mx-17 {
  margin-left: 1.1333333333rem !important;
  margin-right: 1.1333333333rem !important;
}

.mx-20 {
  margin-left: 1.3333333333rem !important;
  margin-right: 1.3333333333rem !important;
}

.mx-24 {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mx-25 {
  margin-left: 1.6666666667rem !important;
  margin-right: 1.6666666667rem !important;
}

.mx-27 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important;
}

.mx-28 {
  margin-left: 1.8666666667rem !important;
  margin-right: 1.8666666667rem !important;
}

.mx-29 {
  margin-left: 1.9333333333rem !important;
  margin-right: 1.9333333333rem !important;
}

.mx-30 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-31 {
  margin-left: 2.0666666667rem !important;
  margin-right: 2.0666666667rem !important;
}

.mx-32 {
  margin-left: 2.1333333333rem !important;
  margin-right: 2.1333333333rem !important;
}

.mx-33 {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

.mx-34 {
  margin-left: 2.2666666667rem !important;
  margin-right: 2.2666666667rem !important;
}

.mx-35 {
  margin-left: 2.3333333333rem !important;
  margin-right: 2.3333333333rem !important;
}

.mx-40 {
  margin-left: 2.6666666667rem !important;
  margin-right: 2.6666666667rem !important;
}

.mx-43 {
  margin-left: 2.8666666667rem !important;
  margin-right: 2.8666666667rem !important;
}

.mx-45 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-50 {
  margin-left: 3.3333333333rem !important;
  margin-right: 3.3333333333rem !important;
}

.mx-51 {
  margin-left: 3.4rem !important;
  margin-right: 3.4rem !important;
}

.mx-53 {
  margin-left: 3.5333333333rem !important;
  margin-right: 3.5333333333rem !important;
}

.mx-54 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important;
}

.mx-55 {
  margin-left: 3.6666666667rem !important;
  margin-right: 3.6666666667rem !important;
}

.mx-60 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-65 {
  margin-left: 4.3333333333rem !important;
  margin-right: 4.3333333333rem !important;
}

.mx-70 {
  margin-left: 4.6666666667rem !important;
  margin-right: 4.6666666667rem !important;
}

.mx-72 {
  margin-left: 4.8rem !important;
  margin-right: 4.8rem !important;
}

.mx-75 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-80 {
  margin-left: 5.3333333333rem !important;
  margin-right: 5.3333333333rem !important;
}

.mx-85 {
  margin-left: 5.6666666667rem !important;
  margin-right: 5.6666666667rem !important;
}

.mx-90 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-95 {
  margin-left: 6.3333333333rem !important;
  margin-right: 6.3333333333rem !important;
}

.mx-100 {
  margin-left: 6.6666666667rem !important;
  margin-right: 6.6666666667rem !important;
}

.mx-205 {
  margin-left: 13.6666666667rem !important;
  margin-right: 13.6666666667rem !important;
}

.mx-300 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*-------------
 PADDINGS -----
-------------*/
.p-0 {
  padding: 0 !important;
}

.p-3 {
  padding: 0.2rem !important;
}

.p-5 {
  padding: 0.3333333333rem !important;
}

.p-8 {
  padding: 0.5333333333rem !important;
}

.p-10 {
  padding: 0.6666666667rem !important;
}

.p-14 {
  padding: 0.9333333333rem !important;
}

.p-15 {
  padding: 1rem !important;
}

.p-16 {
  padding: 1.0666666667rem !important;
}

.p-20 {
  padding: 1.3333333333rem !important;
}

.p-25 {
  padding: 1.6666666667rem !important;
}

.p-30 {
  padding: 2rem !important;
}

.p-32 {
  padding: 2.1333333333rem !important;
}

.p-35 {
  padding: 2.3333333333rem !important;
}

.p-40 {
  padding: 2.6666666667rem !important;
}

.p-45 {
  padding: 3rem !important;
}

.p-50 {
  padding: 3.3333333333rem !important;
}

.p-55 {
  padding: 3.6666666667rem !important;
}

.p-60 {
  padding: 4rem !important;
}

.p-65 {
  padding: 4.3333333333rem !important;
}

.p-70 {
  padding: 4.6666666667rem !important;
}

.p-75 {
  padding: 5rem !important;
}

.p-80 {
  padding: 5.3333333333rem !important;
}

.p-85 {
  padding: 5.6666666667rem !important;
}

.p-90 {
  padding: 6rem !important;
}

.p-95 {
  padding: 6.3333333333rem !important;
}

.p-100 {
  padding: 6.6666666667rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 0.2rem !important;
}

.pt-5 {
  padding-top: 0.3333333333rem !important;
}

.pt-8 {
  padding-top: 0.5333333333rem !important;
}

.pt-10 {
  padding-top: 0.6666666667rem !important;
}

.pt-14 {
  padding-top: 0.9333333333rem !important;
}

.pt-15 {
  padding-top: 1rem !important;
}

.pt-16 {
  padding-top: 1.0666666667rem !important;
}

.pt-20 {
  padding-top: 1.3333333333rem !important;
}

.pt-25 {
  padding-top: 1.6666666667rem !important;
}

.pt-30 {
  padding-top: 2rem !important;
}

.pt-32 {
  padding-top: 2.1333333333rem !important;
}

.pt-35 {
  padding-top: 2.3333333333rem !important;
}

.pt-40 {
  padding-top: 2.6666666667rem !important;
}

.pt-45 {
  padding-top: 3rem !important;
}

.pt-50 {
  padding-top: 3.3333333333rem !important;
}

.pt-55 {
  padding-top: 3.6666666667rem !important;
}

.pt-60 {
  padding-top: 4rem !important;
}

.pt-65 {
  padding-top: 4.3333333333rem !important;
}

.pt-70 {
  padding-top: 4.6666666667rem !important;
}

.pt-75 {
  padding-top: 5rem !important;
}

.pt-80 {
  padding-top: 5.3333333333rem !important;
}

.pt-85 {
  padding-top: 5.6666666667rem !important;
}

.pt-90 {
  padding-top: 6rem !important;
}

.pt-95 {
  padding-top: 6.3333333333rem !important;
}

.pt-100 {
  padding-top: 6.6666666667rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-3 {
  padding-right: 0.2rem !important;
}

.pr-5 {
  padding-right: 0.3333333333rem !important;
}

.pr-8 {
  padding-right: 0.5333333333rem !important;
}

.pr-10 {
  padding-right: 0.6666666667rem !important;
}

.pr-14 {
  padding-right: 0.9333333333rem !important;
}

.pr-15 {
  padding-right: 1rem !important;
}

.pr-16 {
  padding-right: 1.0666666667rem !important;
}

.pr-20 {
  padding-right: 1.3333333333rem !important;
}

.pr-25 {
  padding-right: 1.6666666667rem !important;
}

.pr-30 {
  padding-right: 2rem !important;
}

.pr-32 {
  padding-right: 2.1333333333rem !important;
}

.pr-35 {
  padding-right: 2.3333333333rem !important;
}

.pr-40 {
  padding-right: 2.6666666667rem !important;
}

.pr-45 {
  padding-right: 3rem !important;
}

.pr-50 {
  padding-right: 3.3333333333rem !important;
}

.pr-55 {
  padding-right: 3.6666666667rem !important;
}

.pr-60 {
  padding-right: 4rem !important;
}

.pr-65 {
  padding-right: 4.3333333333rem !important;
}

.pr-70 {
  padding-right: 4.6666666667rem !important;
}

.pr-75 {
  padding-right: 5rem !important;
}

.pr-80 {
  padding-right: 5.3333333333rem !important;
}

.pr-85 {
  padding-right: 5.6666666667rem !important;
}

.pr-90 {
  padding-right: 6rem !important;
}

.pr-95 {
  padding-right: 6.3333333333rem !important;
}

.pr-100 {
  padding-right: 6.6666666667rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-3 {
  padding-bottom: 0.2rem !important;
}

.pb-5 {
  padding-bottom: 0.3333333333rem !important;
}

.pb-8 {
  padding-bottom: 0.5333333333rem !important;
}

.pb-10 {
  padding-bottom: 0.6666666667rem !important;
}

.pb-14 {
  padding-bottom: 0.9333333333rem !important;
}

.pb-15 {
  padding-bottom: 1rem !important;
}

.pb-16 {
  padding-bottom: 1.0666666667rem !important;
}

.pb-20 {
  padding-bottom: 1.3333333333rem !important;
}

.pb-25 {
  padding-bottom: 1.6666666667rem !important;
}

.pb-30 {
  padding-bottom: 2rem !important;
}

.pb-32 {
  padding-bottom: 2.1333333333rem !important;
}

.pb-35 {
  padding-bottom: 2.3333333333rem !important;
}

.pb-40 {
  padding-bottom: 2.6666666667rem !important;
}

.pb-45 {
  padding-bottom: 3rem !important;
}

.pb-50 {
  padding-bottom: 3.3333333333rem !important;
}

.pb-55 {
  padding-bottom: 3.6666666667rem !important;
}

.pb-60 {
  padding-bottom: 4rem !important;
}

.pb-65 {
  padding-bottom: 4.3333333333rem !important;
}

.pb-70 {
  padding-bottom: 4.6666666667rem !important;
}

.pb-75 {
  padding-bottom: 5rem !important;
}

.pb-80 {
  padding-bottom: 5.3333333333rem !important;
}

.pb-85 {
  padding-bottom: 5.6666666667rem !important;
}

.pb-90 {
  padding-bottom: 6rem !important;
}

.pb-95 {
  padding-bottom: 6.3333333333rem !important;
}

.pb-100 {
  padding-bottom: 6.6666666667rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-3 {
  padding-left: 0.2rem !important;
}

.pl-5 {
  padding-left: 0.3333333333rem !important;
}

.pl-8 {
  padding-left: 0.5333333333rem !important;
}

.pl-10 {
  padding-left: 0.6666666667rem !important;
}

.pl-14 {
  padding-left: 0.9333333333rem !important;
}

.pl-15 {
  padding-left: 1rem !important;
}

.pl-16 {
  padding-left: 1.0666666667rem !important;
}

.pl-20 {
  padding-left: 1.3333333333rem !important;
}

.pl-25 {
  padding-left: 1.6666666667rem !important;
}

.pl-30 {
  padding-left: 2rem !important;
}

.pl-32 {
  padding-left: 2.1333333333rem !important;
}

.pl-35 {
  padding-left: 2.3333333333rem !important;
}

.pl-40 {
  padding-left: 2.6666666667rem !important;
}

.pl-45 {
  padding-left: 3rem !important;
}

.pl-50 {
  padding-left: 3.3333333333rem !important;
}

.pl-55 {
  padding-left: 3.6666666667rem !important;
}

.pl-60 {
  padding-left: 4rem !important;
}

.pl-65 {
  padding-left: 4.3333333333rem !important;
}

.pl-70 {
  padding-left: 4.6666666667rem !important;
}

.pl-75 {
  padding-left: 5rem !important;
}

.pl-80 {
  padding-left: 5.3333333333rem !important;
}

.pl-85 {
  padding-left: 5.6666666667rem !important;
}

.pl-90 {
  padding-left: 6rem !important;
}

.pl-95 {
  padding-left: 6.3333333333rem !important;
}

.pl-100 {
  padding-left: 6.6666666667rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-3 {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.py-5 {
  padding-top: 0.3333333333rem !important;
  padding-bottom: 0.3333333333rem !important;
}

.py-8 {
  padding-top: 0.5333333333rem !important;
  padding-bottom: 0.5333333333rem !important;
}

.py-10 {
  padding-top: 0.6666666667rem !important;
  padding-bottom: 0.6666666667rem !important;
}

.py-14 {
  padding-top: 0.9333333333rem !important;
  padding-bottom: 0.9333333333rem !important;
}

.py-15 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-16 {
  padding-top: 1.0666666667rem !important;
  padding-bottom: 1.0666666667rem !important;
}

.py-20 {
  padding-top: 1.3333333333rem !important;
  padding-bottom: 1.3333333333rem !important;
}

.py-25 {
  padding-top: 1.6666666667rem !important;
  padding-bottom: 1.6666666667rem !important;
}

.py-30 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-32 {
  padding-top: 2.1333333333rem !important;
  padding-bottom: 2.1333333333rem !important;
}

.py-35 {
  padding-top: 2.3333333333rem !important;
  padding-bottom: 2.3333333333rem !important;
}

.py-40 {
  padding-top: 2.6666666667rem !important;
  padding-bottom: 2.6666666667rem !important;
}

.py-45 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-50 {
  padding-top: 3.3333333333rem !important;
  padding-bottom: 3.3333333333rem !important;
}

.py-55 {
  padding-top: 3.6666666667rem !important;
  padding-bottom: 3.6666666667rem !important;
}

.py-60 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-65 {
  padding-top: 4.3333333333rem !important;
  padding-bottom: 4.3333333333rem !important;
}

.py-70 {
  padding-top: 4.6666666667rem !important;
  padding-bottom: 4.6666666667rem !important;
}

.py-75 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-80 {
  padding-top: 5.3333333333rem !important;
  padding-bottom: 5.3333333333rem !important;
}

.py-85 {
  padding-top: 5.6666666667rem !important;
  padding-bottom: 5.6666666667rem !important;
}

.py-90 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-95 {
  padding-top: 6.3333333333rem !important;
  padding-bottom: 6.3333333333rem !important;
}

.py-100 {
  padding-top: 6.6666666667rem !important;
  padding-bottom: 6.6666666667rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-3 {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.px-5 {
  padding-left: 0.3333333333rem !important;
  padding-right: 0.3333333333rem !important;
}

.px-8 {
  padding-left: 0.5333333333rem !important;
  padding-right: 0.5333333333rem !important;
}

.px-10 {
  padding-left: 0.6666666667rem !important;
  padding-right: 0.6666666667rem !important;
}

.px-14 {
  padding-left: 0.9333333333rem !important;
  padding-right: 0.9333333333rem !important;
}

.px-15 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-16 {
  padding-left: 1.0666666667rem !important;
  padding-right: 1.0666666667rem !important;
}

.px-20 {
  padding-left: 1.3333333333rem !important;
  padding-right: 1.3333333333rem !important;
}

.px-25 {
  padding-left: 1.6666666667rem !important;
  padding-right: 1.6666666667rem !important;
}

.px-30 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-32 {
  padding-left: 2.1333333333rem !important;
  padding-right: 2.1333333333rem !important;
}

.px-35 {
  padding-left: 2.3333333333rem !important;
  padding-right: 2.3333333333rem !important;
}

.px-40 {
  padding-left: 2.6666666667rem !important;
  padding-right: 2.6666666667rem !important;
}

.px-45 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-50 {
  padding-left: 3.3333333333rem !important;
  padding-right: 3.3333333333rem !important;
}

.px-55 {
  padding-left: 3.6666666667rem !important;
  padding-right: 3.6666666667rem !important;
}

.px-60 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-65 {
  padding-left: 4.3333333333rem !important;
  padding-right: 4.3333333333rem !important;
}

.px-70 {
  padding-left: 4.6666666667rem !important;
  padding-right: 4.6666666667rem !important;
}

.px-75 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-80 {
  padding-left: 5.3333333333rem !important;
  padding-right: 5.3333333333rem !important;
}

.px-85 {
  padding-left: 5.6666666667rem !important;
  padding-right: 5.6666666667rem !important;
}

.px-90 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-95 {
  padding-left: 6.3333333333rem !important;
  padding-right: 6.3333333333rem !important;
}

.px-100 {
  padding-left: 6.6666666667rem !important;
  padding-right: 6.6666666667rem !important;
}

/* font size */
.font-10 {
  font-size: 0.6666666667rem !important;
}

.font-11 {
  font-size: 0.7333333333rem !important;
}

.font-12 {
  font-size: 0.8rem !important;
}

.font-13 {
  font-size: 0.8666666667rem !important;
}

.font-14 {
  font-size: 0.9333333333rem !important;
}

.font-16 {
  font-size: 1.0666666667rem !important;
}

.font-18 {
  font-size: 1.2rem !important;
}

.font-20 {
  font-size: 1.3333333333rem !important;
}

.font-22 {
  font-size: 1.4666666667rem !important;
}

.font-24 {
  font-size: 1.6rem !important;
}

.font-26 {
  font-size: 1.7333333333rem !important;
}

.font-28 {
  font-size: 1.8666666667rem !important;
}

.font-30 {
  font-size: 2rem !important;
}

.font-32 {
  font-size: 2.1333333333rem !important;
}

.font-34 {
  font-size: 2.2666666667rem !important;
}

.font-36 {
  font-size: 2.4rem !important;
}

.font-38 {
  font-size: 2.5333333333rem !important;
}

.font-40 {
  font-size: 2.6666666667rem !important;
}

.font-42 {
  font-size: 2.8rem !important;
}

.font-44 {
  font-size: 2.9333333333rem !important;
}

.font-46 {
  font-size: 3.0666666667rem !important;
}

.font-48 {
  font-size: 3.2rem !important;
}

.font-50 {
  font-size: 3.3333333333rem !important;
}

.font-52 {
  font-size: 3.4666666667rem !important;
}

.font-54 {
  font-size: 3.6rem !important;
}

.font-56 {
  font-size: 3.7333333333rem !important;
}

.font-58 {
  font-size: 3.8666666667rem !important;
}

.font-60 {
  font-size: 4rem !important;
}

/*------------------
 MEDIA QUERIES -----
--------------------*/
@media screen and (max-width: 1279px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m-lg-5 {
    margin: 0.3333333333rem !important;
  }
  .mt-lg-5 {
    margin-top: 0.3333333333rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.3333333333rem !important;
  }
  .mr-lg-5 {
    margin-right: 0.3333333333rem !important;
  }
  .ml-lg-5 {
    margin-left: 0.3333333333rem !important;
  }
  .my-lg-5 {
    margin-top: 0.3333333333rem !important;
    margin-bottom: 0.3333333333rem !important;
  }
  .mx-lg-5 {
    margin-right: 0.3333333333rem !important;
    margin-left: 0.3333333333rem !important;
  }
  .m-lg-7 {
    margin: 0.4666666667rem !important;
  }
  .mt-lg-7 {
    margin-top: 0.4666666667rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 0.4666666667rem !important;
  }
  .mr-lg-7 {
    margin-right: 0.4666666667rem !important;
  }
  .ml-lg-7 {
    margin-left: 0.4666666667rem !important;
  }
  .my-lg-7 {
    margin-top: 0.4666666667rem !important;
    margin-bottom: 0.4666666667rem !important;
  }
  .mx-lg-7 {
    margin-right: 0.4666666667rem !important;
    margin-left: 0.4666666667rem !important;
  }
  .m-lg-8 {
    margin: 0.5333333333rem !important;
  }
  .mt-lg-8 {
    margin-top: 0.5333333333rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 0.5333333333rem !important;
  }
  .mr-lg-8 {
    margin-right: 0.5333333333rem !important;
  }
  .ml-lg-8 {
    margin-left: 0.5333333333rem !important;
  }
  .my-lg-8 {
    margin-top: 0.5333333333rem !important;
    margin-bottom: 0.5333333333rem !important;
  }
  .mx-lg-8 {
    margin-right: 0.5333333333rem !important;
    margin-left: 0.5333333333rem !important;
  }
  .m-lg-10 {
    margin: 0.6666666667rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.6666666667rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.6666666667rem !important;
  }
  .mr-lg-10 {
    margin-right: 0.6666666667rem !important;
  }
  .ml-lg-10 {
    margin-left: 0.6666666667rem !important;
  }
  .my-lg-10 {
    margin-top: 0.6666666667rem !important;
    margin-bottom: 0.6666666667rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.6666666667rem !important;
    margin-left: 0.6666666667rem !important;
  }
  .m-lg-11 {
    margin: 0.7333333333rem !important;
  }
  .mt-lg-11 {
    margin-top: 0.7333333333rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 0.7333333333rem !important;
  }
  .mr-lg-11 {
    margin-right: 0.7333333333rem !important;
  }
  .ml-lg-11 {
    margin-left: 0.7333333333rem !important;
  }
  .my-lg-11 {
    margin-top: 0.7333333333rem !important;
    margin-bottom: 0.7333333333rem !important;
  }
  .mx-lg-11 {
    margin-right: 0.7333333333rem !important;
    margin-left: 0.7333333333rem !important;
  }
  .m-lg-12 {
    margin: 0.8rem !important;
  }
  .mt-lg-12 {
    margin-top: 0.8rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 0.8rem !important;
  }
  .mr-lg-12 {
    margin-right: 0.8rem !important;
  }
  .ml-lg-12 {
    margin-left: 0.8rem !important;
  }
  .my-lg-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .mx-lg-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .m-lg-13 {
    margin: 0.8666666667rem !important;
  }
  .mt-lg-13 {
    margin-top: 0.8666666667rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 0.8666666667rem !important;
  }
  .mr-lg-13 {
    margin-right: 0.8666666667rem !important;
  }
  .ml-lg-13 {
    margin-left: 0.8666666667rem !important;
  }
  .my-lg-13 {
    margin-top: 0.8666666667rem !important;
    margin-bottom: 0.8666666667rem !important;
  }
  .mx-lg-13 {
    margin-right: 0.8666666667rem !important;
    margin-left: 0.8666666667rem !important;
  }
  .m-lg-14 {
    margin: 0.9333333333rem !important;
  }
  .mt-lg-14 {
    margin-top: 0.9333333333rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 0.9333333333rem !important;
  }
  .mr-lg-14 {
    margin-right: 0.9333333333rem !important;
  }
  .ml-lg-14 {
    margin-left: 0.9333333333rem !important;
  }
  .my-lg-14 {
    margin-top: 0.9333333333rem !important;
    margin-bottom: 0.9333333333rem !important;
  }
  .mx-lg-14 {
    margin-right: 0.9333333333rem !important;
    margin-left: 0.9333333333rem !important;
  }
  .m-lg-15 {
    margin: 1rem !important;
  }
  .mt-lg-15 {
    margin-top: 1rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1rem !important;
  }
  .mr-lg-15 {
    margin-right: 1rem !important;
  }
  .ml-lg-15 {
    margin-left: 1rem !important;
  }
  .my-lg-15 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-lg-15 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-lg-16 {
    margin: 1.0666666667rem !important;
  }
  .mt-lg-16 {
    margin-top: 1.0666666667rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1.0666666667rem !important;
  }
  .mr-lg-16 {
    margin-right: 1.0666666667rem !important;
  }
  .ml-lg-16 {
    margin-left: 1.0666666667rem !important;
  }
  .my-lg-16 {
    margin-top: 1.0666666667rem !important;
    margin-bottom: 1.0666666667rem !important;
  }
  .mx-lg-16 {
    margin-right: 1.0666666667rem !important;
    margin-left: 1.0666666667rem !important;
  }
  .m-lg-17 {
    margin: 1.1333333333rem !important;
  }
  .mt-lg-17 {
    margin-top: 1.1333333333rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 1.1333333333rem !important;
  }
  .mr-lg-17 {
    margin-right: 1.1333333333rem !important;
  }
  .ml-lg-17 {
    margin-left: 1.1333333333rem !important;
  }
  .my-lg-17 {
    margin-top: 1.1333333333rem !important;
    margin-bottom: 1.1333333333rem !important;
  }
  .mx-lg-17 {
    margin-right: 1.1333333333rem !important;
    margin-left: 1.1333333333rem !important;
  }
  .m-lg-20 {
    margin: 1.3333333333rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.3333333333rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.3333333333rem !important;
  }
  .mr-lg-20 {
    margin-right: 1.3333333333rem !important;
  }
  .ml-lg-20 {
    margin-left: 1.3333333333rem !important;
  }
  .my-lg-20 {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.3333333333rem !important;
    margin-left: 1.3333333333rem !important;
  }
  .m-lg-24 {
    margin: 1.6rem !important;
  }
  .mt-lg-24 {
    margin-top: 1.6rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.6rem !important;
  }
  .mr-lg-24 {
    margin-right: 1.6rem !important;
  }
  .ml-lg-24 {
    margin-left: 1.6rem !important;
  }
  .my-lg-24 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .mx-lg-24 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .m-lg-25 {
    margin: 1.6666666667rem !important;
  }
  .mt-lg-25 {
    margin-top: 1.6666666667rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 1.6666666667rem !important;
  }
  .mr-lg-25 {
    margin-right: 1.6666666667rem !important;
  }
  .ml-lg-25 {
    margin-left: 1.6666666667rem !important;
  }
  .my-lg-25 {
    margin-top: 1.6666666667rem !important;
    margin-bottom: 1.6666666667rem !important;
  }
  .mx-lg-25 {
    margin-right: 1.6666666667rem !important;
    margin-left: 1.6666666667rem !important;
  }
  .m-lg-27 {
    margin: 1.8rem !important;
  }
  .mt-lg-27 {
    margin-top: 1.8rem !important;
  }
  .mb-lg-27 {
    margin-bottom: 1.8rem !important;
  }
  .mr-lg-27 {
    margin-right: 1.8rem !important;
  }
  .ml-lg-27 {
    margin-left: 1.8rem !important;
  }
  .my-lg-27 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .mx-lg-27 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .m-lg-28 {
    margin: 1.8666666667rem !important;
  }
  .mt-lg-28 {
    margin-top: 1.8666666667rem !important;
  }
  .mb-lg-28 {
    margin-bottom: 1.8666666667rem !important;
  }
  .mr-lg-28 {
    margin-right: 1.8666666667rem !important;
  }
  .ml-lg-28 {
    margin-left: 1.8666666667rem !important;
  }
  .my-lg-28 {
    margin-top: 1.8666666667rem !important;
    margin-bottom: 1.8666666667rem !important;
  }
  .mx-lg-28 {
    margin-right: 1.8666666667rem !important;
    margin-left: 1.8666666667rem !important;
  }
  .m-lg-29 {
    margin: 1.9333333333rem !important;
  }
  .mt-lg-29 {
    margin-top: 1.9333333333rem !important;
  }
  .mb-lg-29 {
    margin-bottom: 1.9333333333rem !important;
  }
  .mr-lg-29 {
    margin-right: 1.9333333333rem !important;
  }
  .ml-lg-29 {
    margin-left: 1.9333333333rem !important;
  }
  .my-lg-29 {
    margin-top: 1.9333333333rem !important;
    margin-bottom: 1.9333333333rem !important;
  }
  .mx-lg-29 {
    margin-right: 1.9333333333rem !important;
    margin-left: 1.9333333333rem !important;
  }
  .m-lg-30 {
    margin: 2rem !important;
  }
  .mt-lg-30 {
    margin-top: 2rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 2rem !important;
  }
  .mr-lg-30 {
    margin-right: 2rem !important;
  }
  .ml-lg-30 {
    margin-left: 2rem !important;
  }
  .my-lg-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-lg-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .m-lg-31 {
    margin: 2.0666666667rem !important;
  }
  .mt-lg-31 {
    margin-top: 2.0666666667rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 2.0666666667rem !important;
  }
  .mr-lg-31 {
    margin-right: 2.0666666667rem !important;
  }
  .ml-lg-31 {
    margin-left: 2.0666666667rem !important;
  }
  .my-lg-31 {
    margin-top: 2.0666666667rem !important;
    margin-bottom: 2.0666666667rem !important;
  }
  .mx-lg-31 {
    margin-right: 2.0666666667rem !important;
    margin-left: 2.0666666667rem !important;
  }
  .m-lg-32 {
    margin: 2.1333333333rem !important;
  }
  .mt-lg-32 {
    margin-top: 2.1333333333rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 2.1333333333rem !important;
  }
  .mr-lg-32 {
    margin-right: 2.1333333333rem !important;
  }
  .ml-lg-32 {
    margin-left: 2.1333333333rem !important;
  }
  .my-lg-32 {
    margin-top: 2.1333333333rem !important;
    margin-bottom: 2.1333333333rem !important;
  }
  .mx-lg-32 {
    margin-right: 2.1333333333rem !important;
    margin-left: 2.1333333333rem !important;
  }
  .m-lg-33 {
    margin: 2.2rem !important;
  }
  .mt-lg-33 {
    margin-top: 2.2rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 2.2rem !important;
  }
  .mr-lg-33 {
    margin-right: 2.2rem !important;
  }
  .ml-lg-33 {
    margin-left: 2.2rem !important;
  }
  .my-lg-33 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .mx-lg-33 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .m-lg-34 {
    margin: 2.2666666667rem !important;
  }
  .mt-lg-34 {
    margin-top: 2.2666666667rem !important;
  }
  .mb-lg-34 {
    margin-bottom: 2.2666666667rem !important;
  }
  .mr-lg-34 {
    margin-right: 2.2666666667rem !important;
  }
  .ml-lg-34 {
    margin-left: 2.2666666667rem !important;
  }
  .my-lg-34 {
    margin-top: 2.2666666667rem !important;
    margin-bottom: 2.2666666667rem !important;
  }
  .mx-lg-34 {
    margin-right: 2.2666666667rem !important;
    margin-left: 2.2666666667rem !important;
  }
  .m-lg-35 {
    margin: 2.3333333333rem !important;
  }
  .mt-lg-35 {
    margin-top: 2.3333333333rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 2.3333333333rem !important;
  }
  .mr-lg-35 {
    margin-right: 2.3333333333rem !important;
  }
  .ml-lg-35 {
    margin-left: 2.3333333333rem !important;
  }
  .my-lg-35 {
    margin-top: 2.3333333333rem !important;
    margin-bottom: 2.3333333333rem !important;
  }
  .mx-lg-35 {
    margin-right: 2.3333333333rem !important;
    margin-left: 2.3333333333rem !important;
  }
  .m-lg-40 {
    margin: 2.6666666667rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.6666666667rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.6666666667rem !important;
  }
  .mr-lg-40 {
    margin-right: 2.6666666667rem !important;
  }
  .ml-lg-40 {
    margin-left: 2.6666666667rem !important;
  }
  .my-lg-40 {
    margin-top: 2.6666666667rem !important;
    margin-bottom: 2.6666666667rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.6666666667rem !important;
    margin-left: 2.6666666667rem !important;
  }
  .m-lg-43 {
    margin: 2.8666666667rem !important;
  }
  .mt-lg-43 {
    margin-top: 2.8666666667rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 2.8666666667rem !important;
  }
  .mr-lg-43 {
    margin-right: 2.8666666667rem !important;
  }
  .ml-lg-43 {
    margin-left: 2.8666666667rem !important;
  }
  .my-lg-43 {
    margin-top: 2.8666666667rem !important;
    margin-bottom: 2.8666666667rem !important;
  }
  .mx-lg-43 {
    margin-right: 2.8666666667rem !important;
    margin-left: 2.8666666667rem !important;
  }
  .m-lg-45 {
    margin: 3rem !important;
  }
  .mt-lg-45 {
    margin-top: 3rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 3rem !important;
  }
  .mr-lg-45 {
    margin-right: 3rem !important;
  }
  .ml-lg-45 {
    margin-left: 3rem !important;
  }
  .my-lg-45 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-lg-45 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-lg-50 {
    margin: 3.3333333333rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.3333333333rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.3333333333rem !important;
  }
  .mr-lg-50 {
    margin-right: 3.3333333333rem !important;
  }
  .ml-lg-50 {
    margin-left: 3.3333333333rem !important;
  }
  .my-lg-50 {
    margin-top: 3.3333333333rem !important;
    margin-bottom: 3.3333333333rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.3333333333rem !important;
    margin-left: 3.3333333333rem !important;
  }
  .m-lg-51 {
    margin: 3.4rem !important;
  }
  .mt-lg-51 {
    margin-top: 3.4rem !important;
  }
  .mb-lg-51 {
    margin-bottom: 3.4rem !important;
  }
  .mr-lg-51 {
    margin-right: 3.4rem !important;
  }
  .ml-lg-51 {
    margin-left: 3.4rem !important;
  }
  .my-lg-51 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .mx-lg-51 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .m-lg-53 {
    margin: 3.5333333333rem !important;
  }
  .mt-lg-53 {
    margin-top: 3.5333333333rem !important;
  }
  .mb-lg-53 {
    margin-bottom: 3.5333333333rem !important;
  }
  .mr-lg-53 {
    margin-right: 3.5333333333rem !important;
  }
  .ml-lg-53 {
    margin-left: 3.5333333333rem !important;
  }
  .my-lg-53 {
    margin-top: 3.5333333333rem !important;
    margin-bottom: 3.5333333333rem !important;
  }
  .mx-lg-53 {
    margin-right: 3.5333333333rem !important;
    margin-left: 3.5333333333rem !important;
  }
  .m-lg-54 {
    margin: 3.6rem !important;
  }
  .mt-lg-54 {
    margin-top: 3.6rem !important;
  }
  .mb-lg-54 {
    margin-bottom: 3.6rem !important;
  }
  .mr-lg-54 {
    margin-right: 3.6rem !important;
  }
  .ml-lg-54 {
    margin-left: 3.6rem !important;
  }
  .my-lg-54 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .mx-lg-54 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .m-lg-55 {
    margin: 3.6666666667rem !important;
  }
  .mt-lg-55 {
    margin-top: 3.6666666667rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 3.6666666667rem !important;
  }
  .mr-lg-55 {
    margin-right: 3.6666666667rem !important;
  }
  .ml-lg-55 {
    margin-left: 3.6666666667rem !important;
  }
  .my-lg-55 {
    margin-top: 3.6666666667rem !important;
    margin-bottom: 3.6666666667rem !important;
  }
  .mx-lg-55 {
    margin-right: 3.6666666667rem !important;
    margin-left: 3.6666666667rem !important;
  }
  .m-lg-60 {
    margin: 4rem !important;
  }
  .mt-lg-60 {
    margin-top: 4rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 4rem !important;
  }
  .mr-lg-60 {
    margin-right: 4rem !important;
  }
  .ml-lg-60 {
    margin-left: 4rem !important;
  }
  .my-lg-60 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-60 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .m-lg-65 {
    margin: 4.3333333333rem !important;
  }
  .mt-lg-65 {
    margin-top: 4.3333333333rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 4.3333333333rem !important;
  }
  .mr-lg-65 {
    margin-right: 4.3333333333rem !important;
  }
  .ml-lg-65 {
    margin-left: 4.3333333333rem !important;
  }
  .my-lg-65 {
    margin-top: 4.3333333333rem !important;
    margin-bottom: 4.3333333333rem !important;
  }
  .mx-lg-65 {
    margin-right: 4.3333333333rem !important;
    margin-left: 4.3333333333rem !important;
  }
  .m-lg-70 {
    margin: 4.6666666667rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.6666666667rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.6666666667rem !important;
  }
  .mr-lg-70 {
    margin-right: 4.6666666667rem !important;
  }
  .ml-lg-70 {
    margin-left: 4.6666666667rem !important;
  }
  .my-lg-70 {
    margin-top: 4.6666666667rem !important;
    margin-bottom: 4.6666666667rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.6666666667rem !important;
    margin-left: 4.6666666667rem !important;
  }
  .m-lg-72 {
    margin: 4.8rem !important;
  }
  .mt-lg-72 {
    margin-top: 4.8rem !important;
  }
  .mb-lg-72 {
    margin-bottom: 4.8rem !important;
  }
  .mr-lg-72 {
    margin-right: 4.8rem !important;
  }
  .ml-lg-72 {
    margin-left: 4.8rem !important;
  }
  .my-lg-72 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .mx-lg-72 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .m-lg-75 {
    margin: 5rem !important;
  }
  .mt-lg-75 {
    margin-top: 5rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 5rem !important;
  }
  .mr-lg-75 {
    margin-right: 5rem !important;
  }
  .ml-lg-75 {
    margin-left: 5rem !important;
  }
  .my-lg-75 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-75 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .m-lg-80 {
    margin: 5.3333333333rem !important;
  }
  .mt-lg-80 {
    margin-top: 5.3333333333rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5.3333333333rem !important;
  }
  .mr-lg-80 {
    margin-right: 5.3333333333rem !important;
  }
  .ml-lg-80 {
    margin-left: 5.3333333333rem !important;
  }
  .my-lg-80 {
    margin-top: 5.3333333333rem !important;
    margin-bottom: 5.3333333333rem !important;
  }
  .mx-lg-80 {
    margin-right: 5.3333333333rem !important;
    margin-left: 5.3333333333rem !important;
  }
  .m-lg-85 {
    margin: 5.6666666667rem !important;
  }
  .mt-lg-85 {
    margin-top: 5.6666666667rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 5.6666666667rem !important;
  }
  .mr-lg-85 {
    margin-right: 5.6666666667rem !important;
  }
  .ml-lg-85 {
    margin-left: 5.6666666667rem !important;
  }
  .my-lg-85 {
    margin-top: 5.6666666667rem !important;
    margin-bottom: 5.6666666667rem !important;
  }
  .mx-lg-85 {
    margin-right: 5.6666666667rem !important;
    margin-left: 5.6666666667rem !important;
  }
  .m-lg-90 {
    margin: 6rem !important;
  }
  .mt-lg-90 {
    margin-top: 6rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 6rem !important;
  }
  .mr-lg-90 {
    margin-right: 6rem !important;
  }
  .ml-lg-90 {
    margin-left: 6rem !important;
  }
  .my-lg-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .m-lg-95 {
    margin: 6.3333333333rem !important;
  }
  .mt-lg-95 {
    margin-top: 6.3333333333rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 6.3333333333rem !important;
  }
  .mr-lg-95 {
    margin-right: 6.3333333333rem !important;
  }
  .ml-lg-95 {
    margin-left: 6.3333333333rem !important;
  }
  .my-lg-95 {
    margin-top: 6.3333333333rem !important;
    margin-bottom: 6.3333333333rem !important;
  }
  .mx-lg-95 {
    margin-right: 6.3333333333rem !important;
    margin-left: 6.3333333333rem !important;
  }
  .m-lg-100 {
    margin: 6.6666666667rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.6666666667rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.6666666667rem !important;
  }
  .mr-lg-100 {
    margin-right: 6.6666666667rem !important;
  }
  .ml-lg-100 {
    margin-left: 6.6666666667rem !important;
  }
  .my-lg-100 {
    margin-top: 6.6666666667rem !important;
    margin-bottom: 6.6666666667rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.6666666667rem !important;
    margin-left: 6.6666666667rem !important;
  }
  .m-lg-205 {
    margin: 13.6666666667rem !important;
  }
  .mt-lg-205 {
    margin-top: 13.6666666667rem !important;
  }
  .mb-lg-205 {
    margin-bottom: 13.6666666667rem !important;
  }
  .mr-lg-205 {
    margin-right: 13.6666666667rem !important;
  }
  .ml-lg-205 {
    margin-left: 13.6666666667rem !important;
  }
  .my-lg-205 {
    margin-top: 13.6666666667rem !important;
    margin-bottom: 13.6666666667rem !important;
  }
  .mx-lg-205 {
    margin-right: 13.6666666667rem !important;
    margin-left: 13.6666666667rem !important;
  }
  .m-lg-300 {
    margin: 20rem !important;
  }
  .mt-lg-300 {
    margin-top: 20rem !important;
  }
  .mb-lg-300 {
    margin-bottom: 20rem !important;
  }
  .mr-lg-300 {
    margin-right: 20rem !important;
  }
  .ml-lg-300 {
    margin-left: 20rem !important;
  }
  .my-lg-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-lg-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-lg-3 {
    padding: 0.2rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.2rem !important;
  }
  .pr-lg-3 {
    padding-right: 0.2rem !important;
  }
  .pl-lg-3 {
    padding-left: 0.2rem !important;
  }
  .py-lg-3 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .px-lg-3 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .p-lg-5 {
    padding: 0.3333333333rem !important;
  }
  .pt-lg-5 {
    padding-top: 0.3333333333rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.3333333333rem !important;
  }
  .pr-lg-5 {
    padding-right: 0.3333333333rem !important;
  }
  .pl-lg-5 {
    padding-left: 0.3333333333rem !important;
  }
  .py-lg-5 {
    padding-top: 0.3333333333rem !important;
    padding-bottom: 0.3333333333rem !important;
  }
  .px-lg-5 {
    padding-right: 0.3333333333rem !important;
    padding-left: 0.3333333333rem !important;
  }
  .p-lg-8 {
    padding: 0.5333333333rem !important;
  }
  .pt-lg-8 {
    padding-top: 0.5333333333rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 0.5333333333rem !important;
  }
  .pr-lg-8 {
    padding-right: 0.5333333333rem !important;
  }
  .pl-lg-8 {
    padding-left: 0.5333333333rem !important;
  }
  .py-lg-8 {
    padding-top: 0.5333333333rem !important;
    padding-bottom: 0.5333333333rem !important;
  }
  .px-lg-8 {
    padding-right: 0.5333333333rem !important;
    padding-left: 0.5333333333rem !important;
  }
  .p-lg-10 {
    padding: 0.6666666667rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.6666666667rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.6666666667rem !important;
  }
  .pr-lg-10 {
    padding-right: 0.6666666667rem !important;
  }
  .pl-lg-10 {
    padding-left: 0.6666666667rem !important;
  }
  .py-lg-10 {
    padding-top: 0.6666666667rem !important;
    padding-bottom: 0.6666666667rem !important;
  }
  .px-lg-10 {
    padding-right: 0.6666666667rem !important;
    padding-left: 0.6666666667rem !important;
  }
  .p-lg-14 {
    padding: 0.9333333333rem !important;
  }
  .pt-lg-14 {
    padding-top: 0.9333333333rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 0.9333333333rem !important;
  }
  .pr-lg-14 {
    padding-right: 0.9333333333rem !important;
  }
  .pl-lg-14 {
    padding-left: 0.9333333333rem !important;
  }
  .py-lg-14 {
    padding-top: 0.9333333333rem !important;
    padding-bottom: 0.9333333333rem !important;
  }
  .px-lg-14 {
    padding-right: 0.9333333333rem !important;
    padding-left: 0.9333333333rem !important;
  }
  .p-lg-15 {
    padding: 1rem !important;
  }
  .pt-lg-15 {
    padding-top: 1rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1rem !important;
  }
  .pr-lg-15 {
    padding-right: 1rem !important;
  }
  .pl-lg-15 {
    padding-left: 1rem !important;
  }
  .py-lg-15 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-lg-15 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-lg-16 {
    padding: 1.0666666667rem !important;
  }
  .pt-lg-16 {
    padding-top: 1.0666666667rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1.0666666667rem !important;
  }
  .pr-lg-16 {
    padding-right: 1.0666666667rem !important;
  }
  .pl-lg-16 {
    padding-left: 1.0666666667rem !important;
  }
  .py-lg-16 {
    padding-top: 1.0666666667rem !important;
    padding-bottom: 1.0666666667rem !important;
  }
  .px-lg-16 {
    padding-right: 1.0666666667rem !important;
    padding-left: 1.0666666667rem !important;
  }
  .p-lg-20 {
    padding: 1.3333333333rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.3333333333rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.3333333333rem !important;
  }
  .pr-lg-20 {
    padding-right: 1.3333333333rem !important;
  }
  .pl-lg-20 {
    padding-left: 1.3333333333rem !important;
  }
  .py-lg-20 {
    padding-top: 1.3333333333rem !important;
    padding-bottom: 1.3333333333rem !important;
  }
  .px-lg-20 {
    padding-right: 1.3333333333rem !important;
    padding-left: 1.3333333333rem !important;
  }
  .p-lg-25 {
    padding: 1.6666666667rem !important;
  }
  .pt-lg-25 {
    padding-top: 1.6666666667rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 1.6666666667rem !important;
  }
  .pr-lg-25 {
    padding-right: 1.6666666667rem !important;
  }
  .pl-lg-25 {
    padding-left: 1.6666666667rem !important;
  }
  .py-lg-25 {
    padding-top: 1.6666666667rem !important;
    padding-bottom: 1.6666666667rem !important;
  }
  .px-lg-25 {
    padding-right: 1.6666666667rem !important;
    padding-left: 1.6666666667rem !important;
  }
  .p-lg-30 {
    padding: 2rem !important;
  }
  .pt-lg-30 {
    padding-top: 2rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 2rem !important;
  }
  .pr-lg-30 {
    padding-right: 2rem !important;
  }
  .pl-lg-30 {
    padding-left: 2rem !important;
  }
  .py-lg-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .p-lg-32 {
    padding: 2.1333333333rem !important;
  }
  .pt-lg-32 {
    padding-top: 2.1333333333rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 2.1333333333rem !important;
  }
  .pr-lg-32 {
    padding-right: 2.1333333333rem !important;
  }
  .pl-lg-32 {
    padding-left: 2.1333333333rem !important;
  }
  .py-lg-32 {
    padding-top: 2.1333333333rem !important;
    padding-bottom: 2.1333333333rem !important;
  }
  .px-lg-32 {
    padding-right: 2.1333333333rem !important;
    padding-left: 2.1333333333rem !important;
  }
  .p-lg-35 {
    padding: 2.3333333333rem !important;
  }
  .pt-lg-35 {
    padding-top: 2.3333333333rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 2.3333333333rem !important;
  }
  .pr-lg-35 {
    padding-right: 2.3333333333rem !important;
  }
  .pl-lg-35 {
    padding-left: 2.3333333333rem !important;
  }
  .py-lg-35 {
    padding-top: 2.3333333333rem !important;
    padding-bottom: 2.3333333333rem !important;
  }
  .px-lg-35 {
    padding-right: 2.3333333333rem !important;
    padding-left: 2.3333333333rem !important;
  }
  .p-lg-40 {
    padding: 2.6666666667rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.6666666667rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.6666666667rem !important;
  }
  .pr-lg-40 {
    padding-right: 2.6666666667rem !important;
  }
  .pl-lg-40 {
    padding-left: 2.6666666667rem !important;
  }
  .py-lg-40 {
    padding-top: 2.6666666667rem !important;
    padding-bottom: 2.6666666667rem !important;
  }
  .px-lg-40 {
    padding-right: 2.6666666667rem !important;
    padding-left: 2.6666666667rem !important;
  }
  .p-lg-45 {
    padding: 3rem !important;
  }
  .pt-lg-45 {
    padding-top: 3rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 3rem !important;
  }
  .pr-lg-45 {
    padding-right: 3rem !important;
  }
  .pl-lg-45 {
    padding-left: 3rem !important;
  }
  .py-lg-45 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-lg-45 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .p-lg-50 {
    padding: 3.3333333333rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.3333333333rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.3333333333rem !important;
  }
  .pr-lg-50 {
    padding-right: 3.3333333333rem !important;
  }
  .pl-lg-50 {
    padding-left: 3.3333333333rem !important;
  }
  .py-lg-50 {
    padding-top: 3.3333333333rem !important;
    padding-bottom: 3.3333333333rem !important;
  }
  .px-lg-50 {
    padding-right: 3.3333333333rem !important;
    padding-left: 3.3333333333rem !important;
  }
  .p-lg-55 {
    padding: 3.6666666667rem !important;
  }
  .pt-lg-55 {
    padding-top: 3.6666666667rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 3.6666666667rem !important;
  }
  .pr-lg-55 {
    padding-right: 3.6666666667rem !important;
  }
  .pl-lg-55 {
    padding-left: 3.6666666667rem !important;
  }
  .py-lg-55 {
    padding-top: 3.6666666667rem !important;
    padding-bottom: 3.6666666667rem !important;
  }
  .px-lg-55 {
    padding-right: 3.6666666667rem !important;
    padding-left: 3.6666666667rem !important;
  }
  .p-lg-60 {
    padding: 4rem !important;
  }
  .pt-lg-60 {
    padding-top: 4rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 4rem !important;
  }
  .pr-lg-60 {
    padding-right: 4rem !important;
  }
  .pl-lg-60 {
    padding-left: 4rem !important;
  }
  .py-lg-60 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-60 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .p-lg-65 {
    padding: 4.3333333333rem !important;
  }
  .pt-lg-65 {
    padding-top: 4.3333333333rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 4.3333333333rem !important;
  }
  .pr-lg-65 {
    padding-right: 4.3333333333rem !important;
  }
  .pl-lg-65 {
    padding-left: 4.3333333333rem !important;
  }
  .py-lg-65 {
    padding-top: 4.3333333333rem !important;
    padding-bottom: 4.3333333333rem !important;
  }
  .px-lg-65 {
    padding-right: 4.3333333333rem !important;
    padding-left: 4.3333333333rem !important;
  }
  .p-lg-70 {
    padding: 4.6666666667rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.6666666667rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.6666666667rem !important;
  }
  .pr-lg-70 {
    padding-right: 4.6666666667rem !important;
  }
  .pl-lg-70 {
    padding-left: 4.6666666667rem !important;
  }
  .py-lg-70 {
    padding-top: 4.6666666667rem !important;
    padding-bottom: 4.6666666667rem !important;
  }
  .px-lg-70 {
    padding-right: 4.6666666667rem !important;
    padding-left: 4.6666666667rem !important;
  }
  .p-lg-75 {
    padding: 5rem !important;
  }
  .pt-lg-75 {
    padding-top: 5rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 5rem !important;
  }
  .pr-lg-75 {
    padding-right: 5rem !important;
  }
  .pl-lg-75 {
    padding-left: 5rem !important;
  }
  .py-lg-75 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-lg-75 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .p-lg-80 {
    padding: 5.3333333333rem !important;
  }
  .pt-lg-80 {
    padding-top: 5.3333333333rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5.3333333333rem !important;
  }
  .pr-lg-80 {
    padding-right: 5.3333333333rem !important;
  }
  .pl-lg-80 {
    padding-left: 5.3333333333rem !important;
  }
  .py-lg-80 {
    padding-top: 5.3333333333rem !important;
    padding-bottom: 5.3333333333rem !important;
  }
  .px-lg-80 {
    padding-right: 5.3333333333rem !important;
    padding-left: 5.3333333333rem !important;
  }
  .p-lg-85 {
    padding: 5.6666666667rem !important;
  }
  .pt-lg-85 {
    padding-top: 5.6666666667rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 5.6666666667rem !important;
  }
  .pr-lg-85 {
    padding-right: 5.6666666667rem !important;
  }
  .pl-lg-85 {
    padding-left: 5.6666666667rem !important;
  }
  .py-lg-85 {
    padding-top: 5.6666666667rem !important;
    padding-bottom: 5.6666666667rem !important;
  }
  .px-lg-85 {
    padding-right: 5.6666666667rem !important;
    padding-left: 5.6666666667rem !important;
  }
  .p-lg-90 {
    padding: 6rem !important;
  }
  .pt-lg-90 {
    padding-top: 6rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 6rem !important;
  }
  .pr-lg-90 {
    padding-right: 6rem !important;
  }
  .pl-lg-90 {
    padding-left: 6rem !important;
  }
  .py-lg-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .p-lg-95 {
    padding: 6.3333333333rem !important;
  }
  .pt-lg-95 {
    padding-top: 6.3333333333rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 6.3333333333rem !important;
  }
  .pr-lg-95 {
    padding-right: 6.3333333333rem !important;
  }
  .pl-lg-95 {
    padding-left: 6.3333333333rem !important;
  }
  .py-lg-95 {
    padding-top: 6.3333333333rem !important;
    padding-bottom: 6.3333333333rem !important;
  }
  .px-lg-95 {
    padding-right: 6.3333333333rem !important;
    padding-left: 6.3333333333rem !important;
  }
  .p-lg-100 {
    padding: 6.6666666667rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.6666666667rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.6666666667rem !important;
  }
  .pr-lg-100 {
    padding-right: 6.6666666667rem !important;
  }
  .pl-lg-100 {
    padding-left: 6.6666666667rem !important;
  }
  .py-lg-100 {
    padding-top: 6.6666666667rem !important;
    padding-bottom: 6.6666666667rem !important;
  }
  .px-lg-100 {
    padding-right: 6.6666666667rem !important;
    padding-left: 6.6666666667rem !important;
  }
}
@media screen and (max-width: 959px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: 0.3333333333rem !important;
  }
  .mt-md-5 {
    margin-top: 0.3333333333rem !important;
  }
  .mb-md-5 {
    margin-bottom: 0.3333333333rem !important;
  }
  .mr-md-5 {
    margin-right: 0.3333333333rem !important;
  }
  .ml-md-5 {
    margin-left: 0.3333333333rem !important;
  }
  .my-md-5 {
    margin-top: 0.3333333333rem !important;
    margin-bottom: 0.3333333333rem !important;
  }
  .mx-md-5 {
    margin-right: 0.3333333333rem !important;
    margin-left: 0.3333333333rem !important;
  }
  .m-md-7 {
    margin: 0.4666666667rem !important;
  }
  .mt-md-7 {
    margin-top: 0.4666666667rem !important;
  }
  .mb-md-7 {
    margin-bottom: 0.4666666667rem !important;
  }
  .mr-md-7 {
    margin-right: 0.4666666667rem !important;
  }
  .ml-md-7 {
    margin-left: 0.4666666667rem !important;
  }
  .my-md-7 {
    margin-top: 0.4666666667rem !important;
    margin-bottom: 0.4666666667rem !important;
  }
  .mx-md-7 {
    margin-right: 0.4666666667rem !important;
    margin-left: 0.4666666667rem !important;
  }
  .m-md-8 {
    margin: 0.5333333333rem !important;
  }
  .mt-md-8 {
    margin-top: 0.5333333333rem !important;
  }
  .mb-md-8 {
    margin-bottom: 0.5333333333rem !important;
  }
  .mr-md-8 {
    margin-right: 0.5333333333rem !important;
  }
  .ml-md-8 {
    margin-left: 0.5333333333rem !important;
  }
  .my-md-8 {
    margin-top: 0.5333333333rem !important;
    margin-bottom: 0.5333333333rem !important;
  }
  .mx-md-8 {
    margin-right: 0.5333333333rem !important;
    margin-left: 0.5333333333rem !important;
  }
  .m-md-10 {
    margin: 0.6666666667rem !important;
  }
  .mt-md-10 {
    margin-top: 0.6666666667rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.6666666667rem !important;
  }
  .mr-md-10 {
    margin-right: 0.6666666667rem !important;
  }
  .ml-md-10 {
    margin-left: 0.6666666667rem !important;
  }
  .my-md-10 {
    margin-top: 0.6666666667rem !important;
    margin-bottom: 0.6666666667rem !important;
  }
  .mx-md-10 {
    margin-right: 0.6666666667rem !important;
    margin-left: 0.6666666667rem !important;
  }
  .m-md-11 {
    margin: 0.7333333333rem !important;
  }
  .mt-md-11 {
    margin-top: 0.7333333333rem !important;
  }
  .mb-md-11 {
    margin-bottom: 0.7333333333rem !important;
  }
  .mr-md-11 {
    margin-right: 0.7333333333rem !important;
  }
  .ml-md-11 {
    margin-left: 0.7333333333rem !important;
  }
  .my-md-11 {
    margin-top: 0.7333333333rem !important;
    margin-bottom: 0.7333333333rem !important;
  }
  .mx-md-11 {
    margin-right: 0.7333333333rem !important;
    margin-left: 0.7333333333rem !important;
  }
  .m-md-12 {
    margin: 0.8rem !important;
  }
  .mt-md-12 {
    margin-top: 0.8rem !important;
  }
  .mb-md-12 {
    margin-bottom: 0.8rem !important;
  }
  .mr-md-12 {
    margin-right: 0.8rem !important;
  }
  .ml-md-12 {
    margin-left: 0.8rem !important;
  }
  .my-md-12 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .mx-md-12 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .m-md-13 {
    margin: 0.8666666667rem !important;
  }
  .mt-md-13 {
    margin-top: 0.8666666667rem !important;
  }
  .mb-md-13 {
    margin-bottom: 0.8666666667rem !important;
  }
  .mr-md-13 {
    margin-right: 0.8666666667rem !important;
  }
  .ml-md-13 {
    margin-left: 0.8666666667rem !important;
  }
  .my-md-13 {
    margin-top: 0.8666666667rem !important;
    margin-bottom: 0.8666666667rem !important;
  }
  .mx-md-13 {
    margin-right: 0.8666666667rem !important;
    margin-left: 0.8666666667rem !important;
  }
  .m-md-14 {
    margin: 0.9333333333rem !important;
  }
  .mt-md-14 {
    margin-top: 0.9333333333rem !important;
  }
  .mb-md-14 {
    margin-bottom: 0.9333333333rem !important;
  }
  .mr-md-14 {
    margin-right: 0.9333333333rem !important;
  }
  .ml-md-14 {
    margin-left: 0.9333333333rem !important;
  }
  .my-md-14 {
    margin-top: 0.9333333333rem !important;
    margin-bottom: 0.9333333333rem !important;
  }
  .mx-md-14 {
    margin-right: 0.9333333333rem !important;
    margin-left: 0.9333333333rem !important;
  }
  .m-md-15 {
    margin: 1rem !important;
  }
  .mt-md-15 {
    margin-top: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1rem !important;
  }
  .mr-md-15 {
    margin-right: 1rem !important;
  }
  .ml-md-15 {
    margin-left: 1rem !important;
  }
  .my-md-15 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-md-15 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m-md-16 {
    margin: 1.0666666667rem !important;
  }
  .mt-md-16 {
    margin-top: 1.0666666667rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1.0666666667rem !important;
  }
  .mr-md-16 {
    margin-right: 1.0666666667rem !important;
  }
  .ml-md-16 {
    margin-left: 1.0666666667rem !important;
  }
  .my-md-16 {
    margin-top: 1.0666666667rem !important;
    margin-bottom: 1.0666666667rem !important;
  }
  .mx-md-16 {
    margin-right: 1.0666666667rem !important;
    margin-left: 1.0666666667rem !important;
  }
  .m-md-17 {
    margin: 1.1333333333rem !important;
  }
  .mt-md-17 {
    margin-top: 1.1333333333rem !important;
  }
  .mb-md-17 {
    margin-bottom: 1.1333333333rem !important;
  }
  .mr-md-17 {
    margin-right: 1.1333333333rem !important;
  }
  .ml-md-17 {
    margin-left: 1.1333333333rem !important;
  }
  .my-md-17 {
    margin-top: 1.1333333333rem !important;
    margin-bottom: 1.1333333333rem !important;
  }
  .mx-md-17 {
    margin-right: 1.1333333333rem !important;
    margin-left: 1.1333333333rem !important;
  }
  .m-md-20 {
    margin: 1.3333333333rem !important;
  }
  .mt-md-20 {
    margin-top: 1.3333333333rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.3333333333rem !important;
  }
  .mr-md-20 {
    margin-right: 1.3333333333rem !important;
  }
  .ml-md-20 {
    margin-left: 1.3333333333rem !important;
  }
  .my-md-20 {
    margin-top: 1.3333333333rem !important;
    margin-bottom: 1.3333333333rem !important;
  }
  .mx-md-20 {
    margin-right: 1.3333333333rem !important;
    margin-left: 1.3333333333rem !important;
  }
  .m-md-24 {
    margin: 1.6rem !important;
  }
  .mt-md-24 {
    margin-top: 1.6rem !important;
  }
  .mb-md-24 {
    margin-bottom: 1.6rem !important;
  }
  .mr-md-24 {
    margin-right: 1.6rem !important;
  }
  .ml-md-24 {
    margin-left: 1.6rem !important;
  }
  .my-md-24 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .mx-md-24 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .m-md-25 {
    margin: 1.6666666667rem !important;
  }
  .mt-md-25 {
    margin-top: 1.6666666667rem !important;
  }
  .mb-md-25 {
    margin-bottom: 1.6666666667rem !important;
  }
  .mr-md-25 {
    margin-right: 1.6666666667rem !important;
  }
  .ml-md-25 {
    margin-left: 1.6666666667rem !important;
  }
  .my-md-25 {
    margin-top: 1.6666666667rem !important;
    margin-bottom: 1.6666666667rem !important;
  }
  .mx-md-25 {
    margin-right: 1.6666666667rem !important;
    margin-left: 1.6666666667rem !important;
  }
  .m-md-27 {
    margin: 1.8rem !important;
  }
  .mt-md-27 {
    margin-top: 1.8rem !important;
  }
  .mb-md-27 {
    margin-bottom: 1.8rem !important;
  }
  .mr-md-27 {
    margin-right: 1.8rem !important;
  }
  .ml-md-27 {
    margin-left: 1.8rem !important;
  }
  .my-md-27 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .mx-md-27 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  .m-md-28 {
    margin: 1.8666666667rem !important;
  }
  .mt-md-28 {
    margin-top: 1.8666666667rem !important;
  }
  .mb-md-28 {
    margin-bottom: 1.8666666667rem !important;
  }
  .mr-md-28 {
    margin-right: 1.8666666667rem !important;
  }
  .ml-md-28 {
    margin-left: 1.8666666667rem !important;
  }
  .my-md-28 {
    margin-top: 1.8666666667rem !important;
    margin-bottom: 1.8666666667rem !important;
  }
  .mx-md-28 {
    margin-right: 1.8666666667rem !important;
    margin-left: 1.8666666667rem !important;
  }
  .m-md-29 {
    margin: 1.9333333333rem !important;
  }
  .mt-md-29 {
    margin-top: 1.9333333333rem !important;
  }
  .mb-md-29 {
    margin-bottom: 1.9333333333rem !important;
  }
  .mr-md-29 {
    margin-right: 1.9333333333rem !important;
  }
  .ml-md-29 {
    margin-left: 1.9333333333rem !important;
  }
  .my-md-29 {
    margin-top: 1.9333333333rem !important;
    margin-bottom: 1.9333333333rem !important;
  }
  .mx-md-29 {
    margin-right: 1.9333333333rem !important;
    margin-left: 1.9333333333rem !important;
  }
  .m-md-30 {
    margin: 2rem !important;
  }
  .mt-md-30 {
    margin-top: 2rem !important;
  }
  .mb-md-30 {
    margin-bottom: 2rem !important;
  }
  .mr-md-30 {
    margin-right: 2rem !important;
  }
  .ml-md-30 {
    margin-left: 2rem !important;
  }
  .my-md-30 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-md-30 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .m-md-31 {
    margin: 2.0666666667rem !important;
  }
  .mt-md-31 {
    margin-top: 2.0666666667rem !important;
  }
  .mb-md-31 {
    margin-bottom: 2.0666666667rem !important;
  }
  .mr-md-31 {
    margin-right: 2.0666666667rem !important;
  }
  .ml-md-31 {
    margin-left: 2.0666666667rem !important;
  }
  .my-md-31 {
    margin-top: 2.0666666667rem !important;
    margin-bottom: 2.0666666667rem !important;
  }
  .mx-md-31 {
    margin-right: 2.0666666667rem !important;
    margin-left: 2.0666666667rem !important;
  }
  .m-md-32 {
    margin: 2.1333333333rem !important;
  }
  .mt-md-32 {
    margin-top: 2.1333333333rem !important;
  }
  .mb-md-32 {
    margin-bottom: 2.1333333333rem !important;
  }
  .mr-md-32 {
    margin-right: 2.1333333333rem !important;
  }
  .ml-md-32 {
    margin-left: 2.1333333333rem !important;
  }
  .my-md-32 {
    margin-top: 2.1333333333rem !important;
    margin-bottom: 2.1333333333rem !important;
  }
  .mx-md-32 {
    margin-right: 2.1333333333rem !important;
    margin-left: 2.1333333333rem !important;
  }
  .m-md-33 {
    margin: 2.2rem !important;
  }
  .mt-md-33 {
    margin-top: 2.2rem !important;
  }
  .mb-md-33 {
    margin-bottom: 2.2rem !important;
  }
  .mr-md-33 {
    margin-right: 2.2rem !important;
  }
  .ml-md-33 {
    margin-left: 2.2rem !important;
  }
  .my-md-33 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .mx-md-33 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .m-md-34 {
    margin: 2.2666666667rem !important;
  }
  .mt-md-34 {
    margin-top: 2.2666666667rem !important;
  }
  .mb-md-34 {
    margin-bottom: 2.2666666667rem !important;
  }
  .mr-md-34 {
    margin-right: 2.2666666667rem !important;
  }
  .ml-md-34 {
    margin-left: 2.2666666667rem !important;
  }
  .my-md-34 {
    margin-top: 2.2666666667rem !important;
    margin-bottom: 2.2666666667rem !important;
  }
  .mx-md-34 {
    margin-right: 2.2666666667rem !important;
    margin-left: 2.2666666667rem !important;
  }
  .m-md-35 {
    margin: 2.3333333333rem !important;
  }
  .mt-md-35 {
    margin-top: 2.3333333333rem !important;
  }
  .mb-md-35 {
    margin-bottom: 2.3333333333rem !important;
  }
  .mr-md-35 {
    margin-right: 2.3333333333rem !important;
  }
  .ml-md-35 {
    margin-left: 2.3333333333rem !important;
  }
  .my-md-35 {
    margin-top: 2.3333333333rem !important;
    margin-bottom: 2.3333333333rem !important;
  }
  .mx-md-35 {
    margin-right: 2.3333333333rem !important;
    margin-left: 2.3333333333rem !important;
  }
  .m-md-40 {
    margin: 2.6666666667rem !important;
  }
  .mt-md-40 {
    margin-top: 2.6666666667rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.6666666667rem !important;
  }
  .mr-md-40 {
    margin-right: 2.6666666667rem !important;
  }
  .ml-md-40 {
    margin-left: 2.6666666667rem !important;
  }
  .my-md-40 {
    margin-top: 2.6666666667rem !important;
    margin-bottom: 2.6666666667rem !important;
  }
  .mx-md-40 {
    margin-right: 2.6666666667rem !important;
    margin-left: 2.6666666667rem !important;
  }
  .m-md-43 {
    margin: 2.8666666667rem !important;
  }
  .mt-md-43 {
    margin-top: 2.8666666667rem !important;
  }
  .mb-md-43 {
    margin-bottom: 2.8666666667rem !important;
  }
  .mr-md-43 {
    margin-right: 2.8666666667rem !important;
  }
  .ml-md-43 {
    margin-left: 2.8666666667rem !important;
  }
  .my-md-43 {
    margin-top: 2.8666666667rem !important;
    margin-bottom: 2.8666666667rem !important;
  }
  .mx-md-43 {
    margin-right: 2.8666666667rem !important;
    margin-left: 2.8666666667rem !important;
  }
  .m-md-45 {
    margin: 3rem !important;
  }
  .mt-md-45 {
    margin-top: 3rem !important;
  }
  .mb-md-45 {
    margin-bottom: 3rem !important;
  }
  .mr-md-45 {
    margin-right: 3rem !important;
  }
  .ml-md-45 {
    margin-left: 3rem !important;
  }
  .my-md-45 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-md-45 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m-md-50 {
    margin: 3.3333333333rem !important;
  }
  .mt-md-50 {
    margin-top: 3.3333333333rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.3333333333rem !important;
  }
  .mr-md-50 {
    margin-right: 3.3333333333rem !important;
  }
  .ml-md-50 {
    margin-left: 3.3333333333rem !important;
  }
  .my-md-50 {
    margin-top: 3.3333333333rem !important;
    margin-bottom: 3.3333333333rem !important;
  }
  .mx-md-50 {
    margin-right: 3.3333333333rem !important;
    margin-left: 3.3333333333rem !important;
  }
  .m-md-51 {
    margin: 3.4rem !important;
  }
  .mt-md-51 {
    margin-top: 3.4rem !important;
  }
  .mb-md-51 {
    margin-bottom: 3.4rem !important;
  }
  .mr-md-51 {
    margin-right: 3.4rem !important;
  }
  .ml-md-51 {
    margin-left: 3.4rem !important;
  }
  .my-md-51 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }
  .mx-md-51 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }
  .m-md-53 {
    margin: 3.5333333333rem !important;
  }
  .mt-md-53 {
    margin-top: 3.5333333333rem !important;
  }
  .mb-md-53 {
    margin-bottom: 3.5333333333rem !important;
  }
  .mr-md-53 {
    margin-right: 3.5333333333rem !important;
  }
  .ml-md-53 {
    margin-left: 3.5333333333rem !important;
  }
  .my-md-53 {
    margin-top: 3.5333333333rem !important;
    margin-bottom: 3.5333333333rem !important;
  }
  .mx-md-53 {
    margin-right: 3.5333333333rem !important;
    margin-left: 3.5333333333rem !important;
  }
  .m-md-54 {
    margin: 3.6rem !important;
  }
  .mt-md-54 {
    margin-top: 3.6rem !important;
  }
  .mb-md-54 {
    margin-bottom: 3.6rem !important;
  }
  .mr-md-54 {
    margin-right: 3.6rem !important;
  }
  .ml-md-54 {
    margin-left: 3.6rem !important;
  }
  .my-md-54 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .mx-md-54 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }
  .m-md-55 {
    margin: 3.6666666667rem !important;
  }
  .mt-md-55 {
    margin-top: 3.6666666667rem !important;
  }
  .mb-md-55 {
    margin-bottom: 3.6666666667rem !important;
  }
  .mr-md-55 {
    margin-right: 3.6666666667rem !important;
  }
  .ml-md-55 {
    margin-left: 3.6666666667rem !important;
  }
  .my-md-55 {
    margin-top: 3.6666666667rem !important;
    margin-bottom: 3.6666666667rem !important;
  }
  .mx-md-55 {
    margin-right: 3.6666666667rem !important;
    margin-left: 3.6666666667rem !important;
  }
  .m-md-60 {
    margin: 4rem !important;
  }
  .mt-md-60 {
    margin-top: 4rem !important;
  }
  .mb-md-60 {
    margin-bottom: 4rem !important;
  }
  .mr-md-60 {
    margin-right: 4rem !important;
  }
  .ml-md-60 {
    margin-left: 4rem !important;
  }
  .my-md-60 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-60 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .m-md-65 {
    margin: 4.3333333333rem !important;
  }
  .mt-md-65 {
    margin-top: 4.3333333333rem !important;
  }
  .mb-md-65 {
    margin-bottom: 4.3333333333rem !important;
  }
  .mr-md-65 {
    margin-right: 4.3333333333rem !important;
  }
  .ml-md-65 {
    margin-left: 4.3333333333rem !important;
  }
  .my-md-65 {
    margin-top: 4.3333333333rem !important;
    margin-bottom: 4.3333333333rem !important;
  }
  .mx-md-65 {
    margin-right: 4.3333333333rem !important;
    margin-left: 4.3333333333rem !important;
  }
  .m-md-70 {
    margin: 4.6666666667rem !important;
  }
  .mt-md-70 {
    margin-top: 4.6666666667rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.6666666667rem !important;
  }
  .mr-md-70 {
    margin-right: 4.6666666667rem !important;
  }
  .ml-md-70 {
    margin-left: 4.6666666667rem !important;
  }
  .my-md-70 {
    margin-top: 4.6666666667rem !important;
    margin-bottom: 4.6666666667rem !important;
  }
  .mx-md-70 {
    margin-right: 4.6666666667rem !important;
    margin-left: 4.6666666667rem !important;
  }
  .m-md-72 {
    margin: 4.8rem !important;
  }
  .mt-md-72 {
    margin-top: 4.8rem !important;
  }
  .mb-md-72 {
    margin-bottom: 4.8rem !important;
  }
  .mr-md-72 {
    margin-right: 4.8rem !important;
  }
  .ml-md-72 {
    margin-left: 4.8rem !important;
  }
  .my-md-72 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .mx-md-72 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .m-md-75 {
    margin: 5rem !important;
  }
  .mt-md-75 {
    margin-top: 5rem !important;
  }
  .mb-md-75 {
    margin-bottom: 5rem !important;
  }
  .mr-md-75 {
    margin-right: 5rem !important;
  }
  .ml-md-75 {
    margin-left: 5rem !important;
  }
  .my-md-75 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-75 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .m-md-80 {
    margin: 5.3333333333rem !important;
  }
  .mt-md-80 {
    margin-top: 5.3333333333rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5.3333333333rem !important;
  }
  .mr-md-80 {
    margin-right: 5.3333333333rem !important;
  }
  .ml-md-80 {
    margin-left: 5.3333333333rem !important;
  }
  .my-md-80 {
    margin-top: 5.3333333333rem !important;
    margin-bottom: 5.3333333333rem !important;
  }
  .mx-md-80 {
    margin-right: 5.3333333333rem !important;
    margin-left: 5.3333333333rem !important;
  }
  .m-md-85 {
    margin: 5.6666666667rem !important;
  }
  .mt-md-85 {
    margin-top: 5.6666666667rem !important;
  }
  .mb-md-85 {
    margin-bottom: 5.6666666667rem !important;
  }
  .mr-md-85 {
    margin-right: 5.6666666667rem !important;
  }
  .ml-md-85 {
    margin-left: 5.6666666667rem !important;
  }
  .my-md-85 {
    margin-top: 5.6666666667rem !important;
    margin-bottom: 5.6666666667rem !important;
  }
  .mx-md-85 {
    margin-right: 5.6666666667rem !important;
    margin-left: 5.6666666667rem !important;
  }
  .m-md-90 {
    margin: 6rem !important;
  }
  .mt-md-90 {
    margin-top: 6rem !important;
  }
  .mb-md-90 {
    margin-bottom: 6rem !important;
  }
  .mr-md-90 {
    margin-right: 6rem !important;
  }
  .ml-md-90 {
    margin-left: 6rem !important;
  }
  .my-md-90 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-90 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .m-md-95 {
    margin: 6.3333333333rem !important;
  }
  .mt-md-95 {
    margin-top: 6.3333333333rem !important;
  }
  .mb-md-95 {
    margin-bottom: 6.3333333333rem !important;
  }
  .mr-md-95 {
    margin-right: 6.3333333333rem !important;
  }
  .ml-md-95 {
    margin-left: 6.3333333333rem !important;
  }
  .my-md-95 {
    margin-top: 6.3333333333rem !important;
    margin-bottom: 6.3333333333rem !important;
  }
  .mx-md-95 {
    margin-right: 6.3333333333rem !important;
    margin-left: 6.3333333333rem !important;
  }
  .m-md-100 {
    margin: 6.6666666667rem !important;
  }
  .mt-md-100 {
    margin-top: 6.6666666667rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.6666666667rem !important;
  }
  .mr-md-100 {
    margin-right: 6.6666666667rem !important;
  }
  .ml-md-100 {
    margin-left: 6.6666666667rem !important;
  }
  .my-md-100 {
    margin-top: 6.6666666667rem !important;
    margin-bottom: 6.6666666667rem !important;
  }
  .mx-md-100 {
    margin-right: 6.6666666667rem !important;
    margin-left: 6.6666666667rem !important;
  }
  .m-md-205 {
    margin: 13.6666666667rem !important;
  }
  .mt-md-205 {
    margin-top: 13.6666666667rem !important;
  }
  .mb-md-205 {
    margin-bottom: 13.6666666667rem !important;
  }
  .mr-md-205 {
    margin-right: 13.6666666667rem !important;
  }
  .ml-md-205 {
    margin-left: 13.6666666667rem !important;
  }
  .my-md-205 {
    margin-top: 13.6666666667rem !important;
    margin-bottom: 13.6666666667rem !important;
  }
  .mx-md-205 {
    margin-right: 13.6666666667rem !important;
    margin-left: 13.6666666667rem !important;
  }
  .m-md-300 {
    margin: 20rem !important;
  }
  .mt-md-300 {
    margin-top: 20rem !important;
  }
  .mb-md-300 {
    margin-bottom: 20rem !important;
  }
  .mr-md-300 {
    margin-right: 20rem !important;
  }
  .ml-md-300 {
    margin-left: 20rem !important;
  }
  .my-md-300 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-md-300 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-md-3 {
    padding: 0.2rem !important;
  }
  .pt-md-3 {
    padding-top: 0.2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.2rem !important;
  }
  .pr-md-3 {
    padding-right: 0.2rem !important;
  }
  .pl-md-3 {
    padding-left: 0.2rem !important;
  }
  .py-md-3 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
  .px-md-3 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }
  .p-md-5 {
    padding: 0.3333333333rem !important;
  }
  .pt-md-5 {
    padding-top: 0.3333333333rem !important;
  }
  .pb-md-5 {
    padding-bottom: 0.3333333333rem !important;
  }
  .pr-md-5 {
    padding-right: 0.3333333333rem !important;
  }
  .pl-md-5 {
    padding-left: 0.3333333333rem !important;
  }
  .py-md-5 {
    padding-top: 0.3333333333rem !important;
    padding-bottom: 0.3333333333rem !important;
  }
  .px-md-5 {
    padding-right: 0.3333333333rem !important;
    padding-left: 0.3333333333rem !important;
  }
  .p-md-8 {
    padding: 0.5333333333rem !important;
  }
  .pt-md-8 {
    padding-top: 0.5333333333rem !important;
  }
  .pb-md-8 {
    padding-bottom: 0.5333333333rem !important;
  }
  .pr-md-8 {
    padding-right: 0.5333333333rem !important;
  }
  .pl-md-8 {
    padding-left: 0.5333333333rem !important;
  }
  .py-md-8 {
    padding-top: 0.5333333333rem !important;
    padding-bottom: 0.5333333333rem !important;
  }
  .px-md-8 {
    padding-right: 0.5333333333rem !important;
    padding-left: 0.5333333333rem !important;
  }
  .p-md-10 {
    padding: 0.6666666667rem !important;
  }
  .pt-md-10 {
    padding-top: 0.6666666667rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.6666666667rem !important;
  }
  .pr-md-10 {
    padding-right: 0.6666666667rem !important;
  }
  .pl-md-10 {
    padding-left: 0.6666666667rem !important;
  }
  .py-md-10 {
    padding-top: 0.6666666667rem !important;
    padding-bottom: 0.6666666667rem !important;
  }
  .px-md-10 {
    padding-right: 0.6666666667rem !important;
    padding-left: 0.6666666667rem !important;
  }
  .p-md-14 {
    padding: 0.9333333333rem !important;
  }
  .pt-md-14 {
    padding-top: 0.9333333333rem !important;
  }
  .pb-md-14 {
    padding-bottom: 0.9333333333rem !important;
  }
  .pr-md-14 {
    padding-right: 0.9333333333rem !important;
  }
  .pl-md-14 {
    padding-left: 0.9333333333rem !important;
  }
  .py-md-14 {
    padding-top: 0.9333333333rem !important;
    padding-bottom: 0.9333333333rem !important;
  }
  .px-md-14 {
    padding-right: 0.9333333333rem !important;
    padding-left: 0.9333333333rem !important;
  }
  .p-md-15 {
    padding: 1rem !important;
  }
  .pt-md-15 {
    padding-top: 1rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1rem !important;
  }
  .pr-md-15 {
    padding-right: 1rem !important;
  }
  .pl-md-15 {
    padding-left: 1rem !important;
  }
  .py-md-15 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-md-15 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .p-md-16 {
    padding: 1.0666666667rem !important;
  }
  .pt-md-16 {
    padding-top: 1.0666666667rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1.0666666667rem !important;
  }
  .pr-md-16 {
    padding-right: 1.0666666667rem !important;
  }
  .pl-md-16 {
    padding-left: 1.0666666667rem !important;
  }
  .py-md-16 {
    padding-top: 1.0666666667rem !important;
    padding-bottom: 1.0666666667rem !important;
  }
  .px-md-16 {
    padding-right: 1.0666666667rem !important;
    padding-left: 1.0666666667rem !important;
  }
  .p-md-20 {
    padding: 1.3333333333rem !important;
  }
  .pt-md-20 {
    padding-top: 1.3333333333rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.3333333333rem !important;
  }
  .pr-md-20 {
    padding-right: 1.3333333333rem !important;
  }
  .pl-md-20 {
    padding-left: 1.3333333333rem !important;
  }
  .py-md-20 {
    padding-top: 1.3333333333rem !important;
    padding-bottom: 1.3333333333rem !important;
  }
  .px-md-20 {
    padding-right: 1.3333333333rem !important;
    padding-left: 1.3333333333rem !important;
  }
  .p-md-25 {
    padding: 1.6666666667rem !important;
  }
  .pt-md-25 {
    padding-top: 1.6666666667rem !important;
  }
  .pb-md-25 {
    padding-bottom: 1.6666666667rem !important;
  }
  .pr-md-25 {
    padding-right: 1.6666666667rem !important;
  }
  .pl-md-25 {
    padding-left: 1.6666666667rem !important;
  }
  .py-md-25 {
    padding-top: 1.6666666667rem !important;
    padding-bottom: 1.6666666667rem !important;
  }
  .px-md-25 {
    padding-right: 1.6666666667rem !important;
    padding-left: 1.6666666667rem !important;
  }
  .p-md-30 {
    padding: 2rem !important;
  }
  .pt-md-30 {
    padding-top: 2rem !important;
  }
  .pb-md-30 {
    padding-bottom: 2rem !important;
  }
  .pr-md-30 {
    padding-right: 2rem !important;
  }
  .pl-md-30 {
    padding-left: 2rem !important;
  }
  .py-md-30 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-md-30 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .p-md-32 {
    padding: 2.1333333333rem !important;
  }
  .pt-md-32 {
    padding-top: 2.1333333333rem !important;
  }
  .pb-md-32 {
    padding-bottom: 2.1333333333rem !important;
  }
  .pr-md-32 {
    padding-right: 2.1333333333rem !important;
  }
  .pl-md-32 {
    padding-left: 2.1333333333rem !important;
  }
  .py-md-32 {
    padding-top: 2.1333333333rem !important;
    padding-bottom: 2.1333333333rem !important;
  }
  .px-md-32 {
    padding-right: 2.1333333333rem !important;
    padding-left: 2.1333333333rem !important;
  }
  .p-md-35 {
    padding: 2.3333333333rem !important;
  }
  .pt-md-35 {
    padding-top: 2.3333333333rem !important;
  }
  .pb-md-35 {
    padding-bottom: 2.3333333333rem !important;
  }
  .pr-md-35 {
    padding-right: 2.3333333333rem !important;
  }
  .pl-md-35 {
    padding-left: 2.3333333333rem !important;
  }
  .py-md-35 {
    padding-top: 2.3333333333rem !important;
    padding-bottom: 2.3333333333rem !important;
  }
  .px-md-35 {
    padding-right: 2.3333333333rem !important;
    padding-left: 2.3333333333rem !important;
  }
  .p-md-40 {
    padding: 2.6666666667rem !important;
  }
  .pt-md-40 {
    padding-top: 2.6666666667rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.6666666667rem !important;
  }
  .pr-md-40 {
    padding-right: 2.6666666667rem !important;
  }
  .pl-md-40 {
    padding-left: 2.6666666667rem !important;
  }
  .py-md-40 {
    padding-top: 2.6666666667rem !important;
    padding-bottom: 2.6666666667rem !important;
  }
  .px-md-40 {
    padding-right: 2.6666666667rem !important;
    padding-left: 2.6666666667rem !important;
  }
  .p-md-45 {
    padding: 3rem !important;
  }
  .pt-md-45 {
    padding-top: 3rem !important;
  }
  .pb-md-45 {
    padding-bottom: 3rem !important;
  }
  .pr-md-45 {
    padding-right: 3rem !important;
  }
  .pl-md-45 {
    padding-left: 3rem !important;
  }
  .py-md-45 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-md-45 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .p-md-50 {
    padding: 3.3333333333rem !important;
  }
  .pt-md-50 {
    padding-top: 3.3333333333rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.3333333333rem !important;
  }
  .pr-md-50 {
    padding-right: 3.3333333333rem !important;
  }
  .pl-md-50 {
    padding-left: 3.3333333333rem !important;
  }
  .py-md-50 {
    padding-top: 3.3333333333rem !important;
    padding-bottom: 3.3333333333rem !important;
  }
  .px-md-50 {
    padding-right: 3.3333333333rem !important;
    padding-left: 3.3333333333rem !important;
  }
  .p-md-55 {
    padding: 3.6666666667rem !important;
  }
  .pt-md-55 {
    padding-top: 3.6666666667rem !important;
  }
  .pb-md-55 {
    padding-bottom: 3.6666666667rem !important;
  }
  .pr-md-55 {
    padding-right: 3.6666666667rem !important;
  }
  .pl-md-55 {
    padding-left: 3.6666666667rem !important;
  }
  .py-md-55 {
    padding-top: 3.6666666667rem !important;
    padding-bottom: 3.6666666667rem !important;
  }
  .px-md-55 {
    padding-right: 3.6666666667rem !important;
    padding-left: 3.6666666667rem !important;
  }
  .p-md-60 {
    padding: 4rem !important;
  }
  .pt-md-60 {
    padding-top: 4rem !important;
  }
  .pb-md-60 {
    padding-bottom: 4rem !important;
  }
  .pr-md-60 {
    padding-right: 4rem !important;
  }
  .pl-md-60 {
    padding-left: 4rem !important;
  }
  .py-md-60 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-60 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .p-md-65 {
    padding: 4.3333333333rem !important;
  }
  .pt-md-65 {
    padding-top: 4.3333333333rem !important;
  }
  .pb-md-65 {
    padding-bottom: 4.3333333333rem !important;
  }
  .pr-md-65 {
    padding-right: 4.3333333333rem !important;
  }
  .pl-md-65 {
    padding-left: 4.3333333333rem !important;
  }
  .py-md-65 {
    padding-top: 4.3333333333rem !important;
    padding-bottom: 4.3333333333rem !important;
  }
  .px-md-65 {
    padding-right: 4.3333333333rem !important;
    padding-left: 4.3333333333rem !important;
  }
  .p-md-70 {
    padding: 4.6666666667rem !important;
  }
  .pt-md-70 {
    padding-top: 4.6666666667rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.6666666667rem !important;
  }
  .pr-md-70 {
    padding-right: 4.6666666667rem !important;
  }
  .pl-md-70 {
    padding-left: 4.6666666667rem !important;
  }
  .py-md-70 {
    padding-top: 4.6666666667rem !important;
    padding-bottom: 4.6666666667rem !important;
  }
  .px-md-70 {
    padding-right: 4.6666666667rem !important;
    padding-left: 4.6666666667rem !important;
  }
  .p-md-75 {
    padding: 5rem !important;
  }
  .pt-md-75 {
    padding-top: 5rem !important;
  }
  .pb-md-75 {
    padding-bottom: 5rem !important;
  }
  .pr-md-75 {
    padding-right: 5rem !important;
  }
  .pl-md-75 {
    padding-left: 5rem !important;
  }
  .py-md-75 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-md-75 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .p-md-80 {
    padding: 5.3333333333rem !important;
  }
  .pt-md-80 {
    padding-top: 5.3333333333rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5.3333333333rem !important;
  }
  .pr-md-80 {
    padding-right: 5.3333333333rem !important;
  }
  .pl-md-80 {
    padding-left: 5.3333333333rem !important;
  }
  .py-md-80 {
    padding-top: 5.3333333333rem !important;
    padding-bottom: 5.3333333333rem !important;
  }
  .px-md-80 {
    padding-right: 5.3333333333rem !important;
    padding-left: 5.3333333333rem !important;
  }
  .p-md-85 {
    padding: 5.6666666667rem !important;
  }
  .pt-md-85 {
    padding-top: 5.6666666667rem !important;
  }
  .pb-md-85 {
    padding-bottom: 5.6666666667rem !important;
  }
  .pr-md-85 {
    padding-right: 5.6666666667rem !important;
  }
  .pl-md-85 {
    padding-left: 5.6666666667rem !important;
  }
  .py-md-85 {
    padding-top: 5.6666666667rem !important;
    padding-bottom: 5.6666666667rem !important;
  }
  .px-md-85 {
    padding-right: 5.6666666667rem !important;
    padding-left: 5.6666666667rem !important;
  }
  .p-md-90 {
    padding: 6rem !important;
  }
  .pt-md-90 {
    padding-top: 6rem !important;
  }
  .pb-md-90 {
    padding-bottom: 6rem !important;
  }
  .pr-md-90 {
    padding-right: 6rem !important;
  }
  .pl-md-90 {
    padding-left: 6rem !important;
  }
  .py-md-90 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-90 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .p-md-95 {
    padding: 6.3333333333rem !important;
  }
  .pt-md-95 {
    padding-top: 6.3333333333rem !important;
  }
  .pb-md-95 {
    padding-bottom: 6.3333333333rem !important;
  }
  .pr-md-95 {
    padding-right: 6.3333333333rem !important;
  }
  .pl-md-95 {
    padding-left: 6.3333333333rem !important;
  }
  .py-md-95 {
    padding-top: 6.3333333333rem !important;
    padding-bottom: 6.3333333333rem !important;
  }
  .px-md-95 {
    padding-right: 6.3333333333rem !important;
    padding-left: 6.3333333333rem !important;
  }
  .p-md-100 {
    padding: 6.6666666667rem !important;
  }
  .pt-md-100 {
    padding-top: 6.6666666667rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.6666666667rem !important;
  }
  .pr-md-100 {
    padding-right: 6.6666666667rem !important;
  }
  .pl-md-100 {
    padding-left: 6.6666666667rem !important;
  }
  .py-md-100 {
    padding-top: 6.6666666667rem !important;
    padding-bottom: 6.6666666667rem !important;
  }
  .px-md-100 {
    padding-right: 6.6666666667rem !important;
    padding-left: 6.6666666667rem !important;
  }
  .font-lg-10 {
    font-size: 0.6666666667rem;
  }
  .font-lg-11 {
    font-size: 0.7333333333rem;
  }
  .font-lg-12 {
    font-size: 0.8rem;
  }
  .font-lg-13 {
    font-size: 0.8666666667rem;
  }
  .font-lg-14 {
    font-size: 0.9333333333rem;
  }
  .font-lg-16 {
    font-size: 1.0666666667rem;
  }
  .font-lg-18 {
    font-size: 1.2rem;
  }
  .font-lg-20 {
    font-size: 1.3333333333rem;
  }
  .font-lg-22 {
    font-size: 1.4666666667rem;
  }
  .font-lg-24 {
    font-size: 1.6rem;
  }
  .font-lg-26 {
    font-size: 1.7333333333rem;
  }
  .font-lg-28 {
    font-size: 1.8666666667rem;
  }
  .font-lg-30 {
    font-size: 2rem;
  }
  .font-lg-32 {
    font-size: 2.1333333333rem;
  }
  .font-lg-34 {
    font-size: 2.2666666667rem;
  }
  .font-lg-36 {
    font-size: 2.4rem;
  }
  .font-lg-38 {
    font-size: 2.5333333333rem;
  }
  .font-lg-40 {
    font-size: 2.6666666667rem;
  }
  .font-lg-42 {
    font-size: 2.8rem;
  }
  .font-lg-44 {
    font-size: 2.9333333333rem;
  }
  .font-lg-46 {
    font-size: 3.0666666667rem;
  }
  .font-lg-48 {
    font-size: 3.2rem;
  }
  .font-lg-50 {
    font-size: 3.3333333333rem;
  }
  .font-lg-52 {
    font-size: 3.4666666667rem;
  }
  .font-lg-54 {
    font-size: 3.6rem;
  }
  .font-lg-56 {
    font-size: 3.7333333333rem;
  }
  .font-lg-58 {
    font-size: 3.8666666667rem;
  }
  .font-lg-60 {
    font-size: 4rem;
  }
}
.pointer {
  cursor: pointer;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.p-fixed {
  position: fixed;
}

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

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

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

.h-screen {
  min-height: 100vh;
}

.w-screen {
  width: 100vw;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-150 {
  width: 150px;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.text-white {
  color: white;
}

.text-lightblue {
  color: #8bb5f6;
}

.text-blue {
  color: #004990;
}

.text-gray {
  color: #949494;
}

.text-primary {
  color: #000000;
}

.text-warn {
  color: #ff6161;
}

.text-yellow {
  color: #bb8e56;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1;
}

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

.z-index-200 {
  z-index: 200;
}

.font-bold {
  font-weight: bold;
}

.font-uppercase {
  text-transform: uppercase;
}

.font-semiBold {
  font-weight: 600;
}

.transparent {
  background-color: transparent !important;
}

.bg-secondary {
  background-color: #f6f7fc !important;
}

.textarea-form-field label, .select-form-field label, .form-field label {
  position: absolute;
  top: calc(50% - 9.5px);
  left: 16px;
  cursor: pointer;
  color: #949494;
  pointer-events: none;
  transition: 0.2s ease all;
}

.textarea-form-field textarea, .select-form-field, .form-field input {
  position: relative;
  border-radius: 5px;
  border: 1px solid rgba(34, 48, 99, 0.2);
  letter-spacing: -0.38px;
  height: 60px;
  width: 100%;
  padding: 10px 16px 0;
}

.select-form-field select {
  appearance: none;
  background: transparent no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  cursor: pointer;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #6d6a6a transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #6d6a6a;
}

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .round {
  border-radius: 34px;
}
.switch .round:before {
  border-radius: 50%;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #d6ad68;
}
.switch input:checked + .slider:before {
  transform: translateX(20px);
}

.form-field {
  position: relative;
}
.form-field .form-error {
  position: absolute;
  bottom: -20px;
  left: 16px;
}
.form-field input:focus ~ label,
.form-field input:not(:placeholder-shown) ~ label {
  top: 7px;
  font-size: 0.8125rem;
}

.date-form-field {
  position: relative;
  background-image: linear-gradient(180deg, #ffffff 0%, #e1e4f5 99%, #e1e4f5 100%);
  border-radius: 5px;
  border: 1px solid rgba(34, 48, 99, 0.2);
  letter-spacing: -0.38px;
  height: 60px;
  width: 100%;
  padding: 10px 16px 0;
  appearance: none;
  background-position-x: 100%;
  background-position-y: center;
  cursor: pointer;
}
.date-form-field label {
  left: 16px;
  cursor: pointer;
  color: #949494;
  pointer-events: none;
  transition: 0.2s ease all;
}
.date-form-field input {
  z-index: -999 !important;
  height: 0 !important;
  width: 0 !important;
  border: none;
}
.date-form-field div img {
  float: right;
}

.select-form-field {
  position: relative;
  background-image: linear-gradient(180deg, #ffffff 0%, #e1e4f5 99%, #e1e4f5 100%);
}
.select-form-field select {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/shared/dropdown.svg");
}
.select-form-field select:focus ~ label,
.select-form-field select:not([value=""]):valid ~ label {
  top: 7px;
  font-size: 0.8125rem;
}

.textarea-form-field {
  position: relative;
}
.textarea-form-field label {
  top: 20px;
}
.textarea-form-field textarea {
  resize: vertical;
  height: 300px;
  padding-top: 30px;
}
.textarea-form-field textarea:focus ~ label,
.textarea-form-field textarea:not(:placeholder-shown) ~ label {
  top: 7px;
  font-size: 0.8125rem;
}

.radio {
  color: #000000;
  display: flex;
  align-items: center;
  position: relative;
  left: -10px;
  cursor: pointer;
  width: 90px;
}
.radio__input {
  margin-right: 1rem;
  display: flex;
}
.radio__input input {
  opacity: 0;
  width: 12px;
  height: 12px;
}
.radio__input input:checked + .radio__control {
  background: radial-gradient(#004990 45%, #ffffff 51%);
  border-color: #004990;
}
.radio__control {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #707070;
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  background-color: white;
  width: 0;
  transition: width 0.3s ease-out;
  overflow-x: hidden;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 73, 144, 0.5);
}
.sidebar--open {
  transition: width 0.3s ease-out;
  padding: 55px 40px;
}
@media screen and (min-width: 1537px) {
  .sidebar--open {
    width: 380px;
  }
  .sidebar__content {
    width: 300px;
  }
}
@media (max-width: 1536px) {
  .sidebar--open {
    width: 355px;
  }
}

html {
  font-size: 16px;
  font-family: Calibri, sans-serif;
  color: #000000;
  overflow-y: auto;
}

body {
  background-color: #ebebeb;
  width: calc(100vw - 8px);
}

.circle-50 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 5px 16px rgba(34, 48, 99, 0.4);
  -webkit-user-select: none;
          user-select: none;
}
.circle-50--filter {
  box-shadow: 0 5px 16px rgba(0, 91, 159, 0.1215686275);
}
.circle-50 .profile {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translate(1%, 1%);
  object-fit: cover;
}

.circle-43 {
  width: 43px;
  height: 43px;
}

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.details-header {
  position: sticky;
  top: 0;
  padding-left: 39px;
  margin-left: -39px;
  margin-right: -10px;
  display: flex;
  justify-content: space-between;
  height: 130px;
  background-color: #f6f7fc;
  z-index: 1;
  align-items: center;
}

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

.page-title {
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.9px;
}

.details-title {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.6px;
}

.sidebar-title {
  font-size: 0.875rem;
  font-weight: bold;
}

.title-blue {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #004990;
}

.arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(8, 83, 145, 0.23);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.price__value {
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: -1.08px;
}
.price__currency {
  font-size: 1.125rem;
  color: #949494;
  font-weight: bold;
  letter-spacing: -0.54px;
  margin-top: 8px;
}

.active-details::after {
  content: "";
  position: absolute;
  right: -36px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  transform: rotate(225deg) skew(16deg, 16deg);
  border-right: 2px solid black;
  border-top: 2px solid black;
}
.active-details::before {
  content: "";
  position: absolute;
  right: -43px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  transform: rotate(225deg) skew(16deg, 16deg);
  border-right: 1px solid #dadff9;
  border-top: 1px solid #dadff9;
}

@media (max-width: 1536px) {
  .active-details::after {
    right: -16px;
  }
  .active-details::before {
    right: -24px;
  }
}
.sidebar-icon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #085391;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots {
  border-top: 2px dotted #949494;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 16px;
}

/*checkbox for multiple selection*/
.transaction-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 1px;
  margin-left: -16px;
  margin-right: -16px;
  cursor: pointer;
}

.transaction {
  color: #000000;
  font-weight: bold;
}

.item-not-check input[type=checkbox],
.item-checked input[type=checkbox] {
  overflow: unset;
  -webkit-appearance: none;
  height: 32px;
  width: 32px;
  cursor: pointer;
}

.item-not-check {
  background: #085391 url("/assets/images/page-link/orders.svg") no-repeat;
  background-size: 15px;
}

.item-checked {
  background: #fff url("/assets/images/page-link/item_selected.svg") no-repeat;
  background-size: 17px;
  outline: none;
}

.item-not-check,
.item-checked,
.item-signed,
.item-pending {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position-x: center;
  background-position-y: center;
  cursor: pointer;
}

.item-pending {
  background: url("/assets/images/transactions/partially_signed_order.png") no-repeat;
  outline: none;
  background-position: center;
  background-size: 70px;
}

.item-signed {
  background: #6d6a6a url("/assets/images/page-link/orders.svg") no-repeat;
  background-size: 15px;
  background-position: center;
}

/**************Search*********************/
.search-item {
  width: 260px;
  height: 40px;
}
.search-item input {
  border: none;
  border-bottom: 1px solid #6d6a6a;
  background-color: transparent;
  letter-spacing: -0.38px;
  background-image: url("/assets/images/message/messages_search.svg");
  background-repeat: no-repeat;
  background-position: right 1rem top;
}

/************dropdown item **************/
.circle-50--orange {
  position: absolute;
  right: 0;
  top: -20px;
  box-shadow: 0 5px 16px rgba(187, 142, 86, 0.4392156863);
  background: #bb8e56 linear-gradient(-45deg, #bb8e56, #bb8e56 49%, #d6ad68 51%);
}

.dropdown-wrapper {
  position: absolute;
  top: 5px;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.dropdown-wrapper--open {
  transition: all 0.3s ease-out;
  visibility: visible;
  top: 25px;
  opacity: 1;
}

.dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 350px;
  height: 372px;
  border-radius: 8px;
  padding: 74px 50px 68px 60px;
  background-image: url("/assets/images/accounts/dropdown-inverse.svg");
  background-size: contain;
}
.dropdown__item .left-side .icon-wrapper {
  width: 32px;
  height: 32px;
  background-color: #085391;
  border-radius: 50%;
}
.dropdown__item .left-side .icon-wrapper img {
  width: 18px;
  height: 18px;
}
.dropdown__item:hover {
  color: #004990;
}
.dropdown__item:hover > .dropdown__item__icon {
  background-image: url("/assets/images/accounts/arrow_blue.svg");
}
.dropdown__item__icon {
  background-image: url("/assets/images/accounts/arrow_grey.svg");
  width: 10px;
  height: 10px;
}

.approve-iban {
  background: #d6ad68;
  border-radius: 5px;
  color: #ffffff;
}

@media screen and (min-width: 1537px) {
  .details-header {
    padding-left: 39px;
    margin-left: -39px;
  }
}
@media (max-width: 1536px) {
  .details-header {
    padding-left: 20px;
    margin-left: -20px;
  }
  lns-payment-template-details,
  .dropdown-wrapper.z-index-200.dropdown-wrapper--open {
    left: 226px;
  }
}
label#iban {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 20%;
}

label#select {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 49%;
}

.reference-ellipsis {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  width: 85% !important;
}

.l-150 {
  left: 35% !important;
}

.text-dots {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.justify-content-end {
  justify-content: end;
}

/*# sourceMappingURL=styles.css.map*/