/*
* IMPORT
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 *	bg gradient
 */
/*
 *	clearfix
 */
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/*
 * Tooltips
 */
/*
 *    GRID mixins
 */
/*
 *	COLORS
 */
.w-100 {
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

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

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600, strong, b {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

hr {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 1px;
  background: none;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.fc-primary {
  color: #6ec25e !important;
}

.bg-primary {
  background-color: #6ec25e !important;
}

.border-primary {
  border: 1px solid #6ec25e;
}

.fc-secondary {
  color: #448A23 !important;
}

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

.border-secondary {
  border: 1px solid #448A23;
}

.fc-dark {
  color: #2F2F2F !important;
}

.bg-dark {
  background-color: #2F2F2F !important;
}

.border-dark {
  border: 1px solid #2F2F2F;
}

.fc-darkgrey {
  color: rgba(47, 47, 47, 0.8) !important;
}

.bg-darkgrey {
  background-color: rgba(47, 47, 47, 0.8) !important;
}

.border-darkgrey {
  border: 1px solid rgba(47, 47, 47, 0.8);
}

.fc-lightgrey {
  color: rgba(47, 47, 47, 0.6) !important;
}

.bg-lightgrey {
  background-color: rgba(47, 47, 47, 0.6) !important;
}

.border-lightgrey {
  border: 1px solid rgba(47, 47, 47, 0.6);
}

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

.bg-white {
  background-color: #FFFFFF !important;
}

.border-white {
  border: 1px solid #FFFFFF;
}

.fc-error {
  color: #e22a10 !important;
}

.bg-error {
  background-color: #e22a10 !important;
}

.border-error {
  border: 1px solid #e22a10;
}

.fc-warning {
  color: #f5a33f !important;
}

.bg-warning {
  background-color: #f5a33f !important;
}

.border-warning {
  border: 1px solid #f5a33f;
}

.fc-success {
  color: #00b453 !important;
}

.bg-success {
  background-color: #00b453 !important;
}

.border-success {
  border: 1px solid #00b453;
}

.fc-disabled {
  color: rgba(47, 47, 47, 0.8) !important;
}

.bg-disabled {
  background-color: rgba(47, 47, 47, 0.8) !important;
}

.border-disabled {
  border: 1px solid rgba(47, 47, 47, 0.8);
}

.fc-facebook {
  color: #3B5998 !important;
}

.bg-facebook {
  background-color: #3B5998 !important;
}

.border-facebook {
  border: 1px solid #3B5998;
}

.fc-twitter {
  color: #1DA1F2 !important;
}

.bg-twitter {
  background-color: #1DA1F2 !important;
}

.border-twitter {
  border: 1px solid #1DA1F2;
}

.fc-googleplus {
  color: #DD4B39 !important;
}

.bg-googleplus {
  background-color: #DD4B39 !important;
}

.border-googleplus {
  border: 1px solid #DD4B39;
}

.fc-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

.border-linkedin {
  border: 1px solid #0077B5;
}

.fc-instagram {
  color: #E1306C !important;
}

.bg-instagram {
  background-color: #E1306C !important;
}

.border-instagram {
  border: 1px solid #E1306C;
}

.fc-slack {
  color: #E9A820 !important;
}

.bg-slack {
  background-color: #E9A820 !important;
}

.border-slack {
  border: 1px solid #E9A820;
}

.fc-youtube {
  color: #CD201F !important;
}

.bg-youtube {
  background-color: #CD201F !important;
}

.border-youtube {
  border: 1px solid #CD201F;
}

.fc-dribbble {
  color: #EA4C89 !important;
}

.bg-dribbble {
  background-color: #EA4C89 !important;
}

.border-dribbble {
  border: 1px solid #EA4C89;
}

.fc-bodycolor {
  color: #f3f0e9 !important;
}

.bg-bodycolor {
  background-color: #f3f0e9 !important;
}

.border-bodycolor {
  border: 1px solid #f3f0e9;
}

.fc-headingcolor {
  color: #448A23 !important;
}

.bg-headingcolor {
  background-color: #448A23 !important;
}

.border-headingcolor {
  border: 1px solid #448A23;
}

.houses__inner__info .info__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Currency
*
*	<body class="USD">
*		<span class="price">45</span>
*	</body>
*
*	.price {
*		@extend %currency;
*	}
*
*/
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

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

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.order-first {
  order: -1;
}

.order-last {
  order: 1;
}

.order-0 {
  order: 0;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.p-auto {
  padding: auto;
}

.py-auto {
  padding-left: auto;
  padding-right: auto;
}

.px-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.pt-auto {
  padding-top: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.pr-auto {
  padding-right: auto;
}

.m-auto {
  margin: auto;
}

.my-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

.p-0px {
  padding: 0px;
}

.py-0px {
  padding-left: 0px;
  padding-right: 0px;
}

.px-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0px {
  padding-top: 0px;
}

.pb-0px {
  padding-bottom: 0px;
}

.pl-0px {
  padding-left: 0px;
}

.pr-0px {
  padding-right: 0px;
}

.m-0px {
  margin: 0px;
}

.my-0px {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0px {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0px {
  margin-top: 0px;
}

.mb-0px {
  margin-bottom: 0px;
}

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

.mr-0px {
  margin-right: 0px;
}

.p-5px {
  padding: 5px;
}

.py-5px {
  padding-left: 5px;
  padding-right: 5px;
}

.px-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.m-5px {
  margin: 5px;
}

.my-5px {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.p-10px {
  padding: 10px;
}

.py-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.px-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pl-10px {
  padding-left: 10px;
}

.pr-10px {
  padding-right: 10px;
}

.m-10px {
  margin: 10px;
}

.my-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.p-15px {
  padding: 15px;
}

.py-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.px-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15px {
  padding-top: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-15px {
  padding-left: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.m-15px {
  margin: 15px;
}

.my-15px {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.p-20px {
  padding: 20px;
}

.py-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-20px {
  padding-top: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.m-20px {
  margin: 20px;
}

.my-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.p-30px {
  padding: 30px;
}

.py-30px {
  padding-left: 30px;
  padding-right: 30px;
}

.px-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-30px {
  padding-top: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.m-30px {
  margin: 30px;
}

.my-30px {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-30px {
  margin-top: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.p-40px {
  padding: 40px;
}

.py-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.px-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-40px {
  padding-top: 40px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pl-40px {
  padding-left: 40px;
}

.pr-40px {
  padding-right: 40px;
}

.m-40px {
  margin: 40px;
}

.my-40px {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-40px {
  margin-top: 40px;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.mr-40px {
  margin-right: 40px;
}

.p-50px {
  padding: 50px;
}

.py-50px {
  padding-left: 50px;
  padding-right: 50px;
}

.px-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50px {
  padding-top: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pl-50px {
  padding-left: 50px;
}

.pr-50px {
  padding-right: 50px;
}

.m-50px {
  margin: 50px;
}

.my-50px {
  margin-left: 50px;
  margin-right: 50px;
}

.mx-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.ml-50px {
  margin-left: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.p-60px {
  padding: 60px;
}

.py-60px {
  padding-left: 60px;
  padding-right: 60px;
}

.px-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60px {
  padding-top: 60px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pl-60px {
  padding-left: 60px;
}

.pr-60px {
  padding-right: 60px;
}

.m-60px {
  margin: 60px;
}

.my-60px {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-60px {
  margin-bottom: 60px;
}

.ml-60px {
  margin-left: 60px;
}

.mr-60px {
  margin-right: 60px;
}

.p-70px {
  padding: 70px;
}

.py-70px {
  padding-left: 70px;
  padding-right: 70px;
}

.px-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70px {
  padding-top: 70px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pl-70px {
  padding-left: 70px;
}

.pr-70px {
  padding-right: 70px;
}

.m-70px {
  margin: 70px;
}

.my-70px {
  margin-left: 70px;
  margin-right: 70px;
}

.mx-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mt-70px {
  margin-top: 70px;
}

.mb-70px {
  margin-bottom: 70px;
}

.ml-70px {
  margin-left: 70px;
}

.mr-70px {
  margin-right: 70px;
}

.p-80px {
  padding: 80px;
}

.py-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.px-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pl-80px {
  padding-left: 80px;
}

.pr-80px {
  padding-right: 80px;
}

.m-80px {
  margin: 80px;
}

.my-80px {
  margin-left: 80px;
  margin-right: 80px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80px {
  margin-top: 80px;
}

.mb-80px {
  margin-bottom: 80px;
}

.ml-80px {
  margin-left: 80px;
}

.mr-80px {
  margin-right: 80px;
}

.p-90px {
  padding: 90px;
}

.py-90px {
  padding-left: 90px;
  padding-right: 90px;
}

.px-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt-90px {
  padding-top: 90px;
}

.pb-90px {
  padding-bottom: 90px;
}

.pl-90px {
  padding-left: 90px;
}

.pr-90px {
  padding-right: 90px;
}

.m-90px {
  margin: 90px;
}

.my-90px {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mt-90px {
  margin-top: 90px;
}

.mb-90px {
  margin-bottom: 90px;
}

.ml-90px {
  margin-left: 90px;
}

.mr-90px {
  margin-right: 90px;
}

.p-100px {
  padding: 100px;
}

.py-100px {
  padding-left: 100px;
  padding-right: 100px;
}

.px-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pl-100px {
  padding-left: 100px;
}

.pr-100px {
  padding-right: 100px;
}

.m-100px {
  margin: 100px;
}

.my-100px {
  margin-left: 100px;
  margin-right: 100px;
}

.mx-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100px {
  margin-top: 100px;
}

.mb-100px {
  margin-bottom: 100px;
}

.ml-100px {
  margin-left: 100px;
}

.mr-100px {
  margin-right: 100px;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

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

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

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

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .p-sm-auto {
    padding: auto;
  }

  .py-sm-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .px-sm-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .pt-sm-auto {
    padding-top: auto;
  }

  .pb-sm-auto {
    padding-bottom: auto;
  }

  .pl-sm-auto {
    padding-left: auto;
  }

  .pr-sm-auto {
    padding-right: auto;
  }

  .m-sm-auto {
    margin: auto;
  }

  .my-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-sm-auto {
    margin-top: auto;
  }

  .mb-sm-auto {
    margin-bottom: auto;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .mr-sm-auto {
    margin-right: auto;
  }

  .p-sm-0px {
    padding: 0px;
  }

  .py-sm-0px {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-sm-0px {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pt-sm-0px {
    padding-top: 0px;
  }

  .pb-sm-0px {
    padding-bottom: 0px;
  }

  .pl-sm-0px {
    padding-left: 0px;
  }

  .pr-sm-0px {
    padding-right: 0px;
  }

  .m-sm-0px {
    margin: 0px;
  }

  .my-sm-0px {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mx-sm-0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-sm-0px {
    margin-top: 0px;
  }

  .mb-sm-0px {
    margin-bottom: 0px;
  }

  .ml-sm-0px {
    margin-left: 0px;
  }

  .mr-sm-0px {
    margin-right: 0px;
  }

  .p-sm-5px {
    padding: 5px;
  }

  .py-sm-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-sm-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pt-sm-5px {
    padding-top: 5px;
  }

  .pb-sm-5px {
    padding-bottom: 5px;
  }

  .pl-sm-5px {
    padding-left: 5px;
  }

  .pr-sm-5px {
    padding-right: 5px;
  }

  .m-sm-5px {
    margin: 5px;
  }

  .my-sm-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-sm-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mt-sm-5px {
    margin-top: 5px;
  }

  .mb-sm-5px {
    margin-bottom: 5px;
  }

  .ml-sm-5px {
    margin-left: 5px;
  }

  .mr-sm-5px {
    margin-right: 5px;
  }

  .p-sm-10px {
    padding: 10px;
  }

  .py-sm-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-sm-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pt-sm-10px {
    padding-top: 10px;
  }

  .pb-sm-10px {
    padding-bottom: 10px;
  }

  .pl-sm-10px {
    padding-left: 10px;
  }

  .pr-sm-10px {
    padding-right: 10px;
  }

  .m-sm-10px {
    margin: 10px;
  }

  .my-sm-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mx-sm-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mt-sm-10px {
    margin-top: 10px;
  }

  .mb-sm-10px {
    margin-bottom: 10px;
  }

  .ml-sm-10px {
    margin-left: 10px;
  }

  .mr-sm-10px {
    margin-right: 10px;
  }

  .p-sm-15px {
    padding: 15px;
  }

  .py-sm-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-sm-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-sm-15px {
    padding-top: 15px;
  }

  .pb-sm-15px {
    padding-bottom: 15px;
  }

  .pl-sm-15px {
    padding-left: 15px;
  }

  .pr-sm-15px {
    padding-right: 15px;
  }

  .m-sm-15px {
    margin: 15px;
  }

  .my-sm-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mx-sm-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-sm-15px {
    margin-top: 15px;
  }

  .mb-sm-15px {
    margin-bottom: 15px;
  }

  .ml-sm-15px {
    margin-left: 15px;
  }

  .mr-sm-15px {
    margin-right: 15px;
  }

  .p-sm-20px {
    padding: 20px;
  }

  .py-sm-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-sm-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-sm-20px {
    padding-top: 20px;
  }

  .pb-sm-20px {
    padding-bottom: 20px;
  }

  .pl-sm-20px {
    padding-left: 20px;
  }

  .pr-sm-20px {
    padding-right: 20px;
  }

  .m-sm-20px {
    margin: 20px;
  }

  .my-sm-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mx-sm-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mt-sm-20px {
    margin-top: 20px;
  }

  .mb-sm-20px {
    margin-bottom: 20px;
  }

  .ml-sm-20px {
    margin-left: 20px;
  }

  .mr-sm-20px {
    margin-right: 20px;
  }

  .p-sm-30px {
    padding: 30px;
  }

  .py-sm-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-sm-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-sm-30px {
    padding-top: 30px;
  }

  .pb-sm-30px {
    padding-bottom: 30px;
  }

  .pl-sm-30px {
    padding-left: 30px;
  }

  .pr-sm-30px {
    padding-right: 30px;
  }

  .m-sm-30px {
    margin: 30px;
  }

  .my-sm-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mx-sm-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-sm-30px {
    margin-top: 30px;
  }

  .mb-sm-30px {
    margin-bottom: 30px;
  }

  .ml-sm-30px {
    margin-left: 30px;
  }

  .mr-sm-30px {
    margin-right: 30px;
  }

  .p-sm-40px {
    padding: 40px;
  }

  .py-sm-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-sm-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-sm-40px {
    padding-top: 40px;
  }

  .pb-sm-40px {
    padding-bottom: 40px;
  }

  .pl-sm-40px {
    padding-left: 40px;
  }

  .pr-sm-40px {
    padding-right: 40px;
  }

  .m-sm-40px {
    margin: 40px;
  }

  .my-sm-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mx-sm-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-sm-40px {
    margin-top: 40px;
  }

  .mb-sm-40px {
    margin-bottom: 40px;
  }

  .ml-sm-40px {
    margin-left: 40px;
  }

  .mr-sm-40px {
    margin-right: 40px;
  }

  .p-sm-50px {
    padding: 50px;
  }

  .py-sm-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-sm-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-sm-50px {
    padding-top: 50px;
  }

  .pb-sm-50px {
    padding-bottom: 50px;
  }

  .pl-sm-50px {
    padding-left: 50px;
  }

  .pr-sm-50px {
    padding-right: 50px;
  }

  .m-sm-50px {
    margin: 50px;
  }

  .my-sm-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mx-sm-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-sm-50px {
    margin-top: 50px;
  }

  .mb-sm-50px {
    margin-bottom: 50px;
  }

  .ml-sm-50px {
    margin-left: 50px;
  }

  .mr-sm-50px {
    margin-right: 50px;
  }

  .p-sm-60px {
    padding: 60px;
  }

  .py-sm-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-sm-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-sm-60px {
    padding-top: 60px;
  }

  .pb-sm-60px {
    padding-bottom: 60px;
  }

  .pl-sm-60px {
    padding-left: 60px;
  }

  .pr-sm-60px {
    padding-right: 60px;
  }

  .m-sm-60px {
    margin: 60px;
  }

  .my-sm-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mx-sm-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-sm-60px {
    margin-top: 60px;
  }

  .mb-sm-60px {
    margin-bottom: 60px;
  }

  .ml-sm-60px {
    margin-left: 60px;
  }

  .mr-sm-60px {
    margin-right: 60px;
  }

  .p-sm-70px {
    padding: 70px;
  }

  .py-sm-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-sm-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-sm-70px {
    padding-top: 70px;
  }

  .pb-sm-70px {
    padding-bottom: 70px;
  }

  .pl-sm-70px {
    padding-left: 70px;
  }

  .pr-sm-70px {
    padding-right: 70px;
  }

  .m-sm-70px {
    margin: 70px;
  }

  .my-sm-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .mx-sm-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mt-sm-70px {
    margin-top: 70px;
  }

  .mb-sm-70px {
    margin-bottom: 70px;
  }

  .ml-sm-70px {
    margin-left: 70px;
  }

  .mr-sm-70px {
    margin-right: 70px;
  }

  .p-sm-80px {
    padding: 80px;
  }

  .py-sm-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-sm-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-sm-80px {
    padding-top: 80px;
  }

  .pb-sm-80px {
    padding-bottom: 80px;
  }

  .pl-sm-80px {
    padding-left: 80px;
  }

  .pr-sm-80px {
    padding-right: 80px;
  }

  .m-sm-80px {
    margin: 80px;
  }

  .my-sm-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .mx-sm-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mt-sm-80px {
    margin-top: 80px;
  }

  .mb-sm-80px {
    margin-bottom: 80px;
  }

  .ml-sm-80px {
    margin-left: 80px;
  }

  .mr-sm-80px {
    margin-right: 80px;
  }

  .p-sm-90px {
    padding: 90px;
  }

  .py-sm-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-sm-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-sm-90px {
    padding-top: 90px;
  }

  .pb-sm-90px {
    padding-bottom: 90px;
  }

  .pl-sm-90px {
    padding-left: 90px;
  }

  .pr-sm-90px {
    padding-right: 90px;
  }

  .m-sm-90px {
    margin: 90px;
  }

  .my-sm-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .mx-sm-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mt-sm-90px {
    margin-top: 90px;
  }

  .mb-sm-90px {
    margin-bottom: 90px;
  }

  .ml-sm-90px {
    margin-left: 90px;
  }

  .mr-sm-90px {
    margin-right: 90px;
  }

  .p-sm-100px {
    padding: 100px;
  }

  .py-sm-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-sm-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-sm-100px {
    padding-top: 100px;
  }

  .pb-sm-100px {
    padding-bottom: 100px;
  }

  .pl-sm-100px {
    padding-left: 100px;
  }

  .pr-sm-100px {
    padding-right: 100px;
  }

  .m-sm-100px {
    margin: 100px;
  }

  .my-sm-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .mx-sm-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mt-sm-100px {
    margin-top: 100px;
  }

  .mb-sm-100px {
    margin-bottom: 100px;
  }

  .ml-sm-100px {
    margin-left: 100px;
  }

  .mr-sm-100px {
    margin-right: 100px;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

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

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

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

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .p-md-auto {
    padding: auto;
  }

  .py-md-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .px-md-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .pt-md-auto {
    padding-top: auto;
  }

  .pb-md-auto {
    padding-bottom: auto;
  }

  .pl-md-auto {
    padding-left: auto;
  }

  .pr-md-auto {
    padding-right: auto;
  }

  .m-md-auto {
    margin: auto;
  }

  .my-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-md-auto {
    margin-top: auto;
  }

  .mb-md-auto {
    margin-bottom: auto;
  }

  .ml-md-auto {
    margin-left: auto;
  }

  .mr-md-auto {
    margin-right: auto;
  }

  .p-md-0px {
    padding: 0px;
  }

  .py-md-0px {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-md-0px {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pt-md-0px {
    padding-top: 0px;
  }

  .pb-md-0px {
    padding-bottom: 0px;
  }

  .pl-md-0px {
    padding-left: 0px;
  }

  .pr-md-0px {
    padding-right: 0px;
  }

  .m-md-0px {
    margin: 0px;
  }

  .my-md-0px {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mx-md-0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-md-0px {
    margin-top: 0px;
  }

  .mb-md-0px {
    margin-bottom: 0px;
  }

  .ml-md-0px {
    margin-left: 0px;
  }

  .mr-md-0px {
    margin-right: 0px;
  }

  .p-md-5px {
    padding: 5px;
  }

  .py-md-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-md-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pt-md-5px {
    padding-top: 5px;
  }

  .pb-md-5px {
    padding-bottom: 5px;
  }

  .pl-md-5px {
    padding-left: 5px;
  }

  .pr-md-5px {
    padding-right: 5px;
  }

  .m-md-5px {
    margin: 5px;
  }

  .my-md-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-md-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mt-md-5px {
    margin-top: 5px;
  }

  .mb-md-5px {
    margin-bottom: 5px;
  }

  .ml-md-5px {
    margin-left: 5px;
  }

  .mr-md-5px {
    margin-right: 5px;
  }

  .p-md-10px {
    padding: 10px;
  }

  .py-md-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-md-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pt-md-10px {
    padding-top: 10px;
  }

  .pb-md-10px {
    padding-bottom: 10px;
  }

  .pl-md-10px {
    padding-left: 10px;
  }

  .pr-md-10px {
    padding-right: 10px;
  }

  .m-md-10px {
    margin: 10px;
  }

  .my-md-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mx-md-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mt-md-10px {
    margin-top: 10px;
  }

  .mb-md-10px {
    margin-bottom: 10px;
  }

  .ml-md-10px {
    margin-left: 10px;
  }

  .mr-md-10px {
    margin-right: 10px;
  }

  .p-md-15px {
    padding: 15px;
  }

  .py-md-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-md-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-md-15px {
    padding-top: 15px;
  }

  .pb-md-15px {
    padding-bottom: 15px;
  }

  .pl-md-15px {
    padding-left: 15px;
  }

  .pr-md-15px {
    padding-right: 15px;
  }

  .m-md-15px {
    margin: 15px;
  }

  .my-md-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mx-md-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-md-15px {
    margin-top: 15px;
  }

  .mb-md-15px {
    margin-bottom: 15px;
  }

  .ml-md-15px {
    margin-left: 15px;
  }

  .mr-md-15px {
    margin-right: 15px;
  }

  .p-md-20px {
    padding: 20px;
  }

  .py-md-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-md-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-md-20px {
    padding-top: 20px;
  }

  .pb-md-20px {
    padding-bottom: 20px;
  }

  .pl-md-20px {
    padding-left: 20px;
  }

  .pr-md-20px {
    padding-right: 20px;
  }

  .m-md-20px {
    margin: 20px;
  }

  .my-md-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mx-md-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mt-md-20px {
    margin-top: 20px;
  }

  .mb-md-20px {
    margin-bottom: 20px;
  }

  .ml-md-20px {
    margin-left: 20px;
  }

  .mr-md-20px {
    margin-right: 20px;
  }

  .p-md-30px {
    padding: 30px;
  }

  .py-md-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-md-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-md-30px {
    padding-top: 30px;
  }

  .pb-md-30px {
    padding-bottom: 30px;
  }

  .pl-md-30px {
    padding-left: 30px;
  }

  .pr-md-30px {
    padding-right: 30px;
  }

  .m-md-30px {
    margin: 30px;
  }

  .my-md-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mx-md-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-md-30px {
    margin-top: 30px;
  }

  .mb-md-30px {
    margin-bottom: 30px;
  }

  .ml-md-30px {
    margin-left: 30px;
  }

  .mr-md-30px {
    margin-right: 30px;
  }

  .p-md-40px {
    padding: 40px;
  }

  .py-md-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-md-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-md-40px {
    padding-top: 40px;
  }

  .pb-md-40px {
    padding-bottom: 40px;
  }

  .pl-md-40px {
    padding-left: 40px;
  }

  .pr-md-40px {
    padding-right: 40px;
  }

  .m-md-40px {
    margin: 40px;
  }

  .my-md-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mx-md-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-md-40px {
    margin-top: 40px;
  }

  .mb-md-40px {
    margin-bottom: 40px;
  }

  .ml-md-40px {
    margin-left: 40px;
  }

  .mr-md-40px {
    margin-right: 40px;
  }

  .p-md-50px {
    padding: 50px;
  }

  .py-md-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-md-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-md-50px {
    padding-top: 50px;
  }

  .pb-md-50px {
    padding-bottom: 50px;
  }

  .pl-md-50px {
    padding-left: 50px;
  }

  .pr-md-50px {
    padding-right: 50px;
  }

  .m-md-50px {
    margin: 50px;
  }

  .my-md-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mx-md-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-md-50px {
    margin-top: 50px;
  }

  .mb-md-50px {
    margin-bottom: 50px;
  }

  .ml-md-50px {
    margin-left: 50px;
  }

  .mr-md-50px {
    margin-right: 50px;
  }

  .p-md-60px {
    padding: 60px;
  }

  .py-md-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-md-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-md-60px {
    padding-top: 60px;
  }

  .pb-md-60px {
    padding-bottom: 60px;
  }

  .pl-md-60px {
    padding-left: 60px;
  }

  .pr-md-60px {
    padding-right: 60px;
  }

  .m-md-60px {
    margin: 60px;
  }

  .my-md-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mx-md-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-md-60px {
    margin-top: 60px;
  }

  .mb-md-60px {
    margin-bottom: 60px;
  }

  .ml-md-60px {
    margin-left: 60px;
  }

  .mr-md-60px {
    margin-right: 60px;
  }

  .p-md-70px {
    padding: 70px;
  }

  .py-md-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-md-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-md-70px {
    padding-top: 70px;
  }

  .pb-md-70px {
    padding-bottom: 70px;
  }

  .pl-md-70px {
    padding-left: 70px;
  }

  .pr-md-70px {
    padding-right: 70px;
  }

  .m-md-70px {
    margin: 70px;
  }

  .my-md-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .mx-md-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mt-md-70px {
    margin-top: 70px;
  }

  .mb-md-70px {
    margin-bottom: 70px;
  }

  .ml-md-70px {
    margin-left: 70px;
  }

  .mr-md-70px {
    margin-right: 70px;
  }

  .p-md-80px {
    padding: 80px;
  }

  .py-md-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-md-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-md-80px {
    padding-top: 80px;
  }

  .pb-md-80px {
    padding-bottom: 80px;
  }

  .pl-md-80px {
    padding-left: 80px;
  }

  .pr-md-80px {
    padding-right: 80px;
  }

  .m-md-80px {
    margin: 80px;
  }

  .my-md-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .mx-md-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mt-md-80px {
    margin-top: 80px;
  }

  .mb-md-80px {
    margin-bottom: 80px;
  }

  .ml-md-80px {
    margin-left: 80px;
  }

  .mr-md-80px {
    margin-right: 80px;
  }

  .p-md-90px {
    padding: 90px;
  }

  .py-md-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-md-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-md-90px {
    padding-top: 90px;
  }

  .pb-md-90px {
    padding-bottom: 90px;
  }

  .pl-md-90px {
    padding-left: 90px;
  }

  .pr-md-90px {
    padding-right: 90px;
  }

  .m-md-90px {
    margin: 90px;
  }

  .my-md-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .mx-md-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mt-md-90px {
    margin-top: 90px;
  }

  .mb-md-90px {
    margin-bottom: 90px;
  }

  .ml-md-90px {
    margin-left: 90px;
  }

  .mr-md-90px {
    margin-right: 90px;
  }

  .p-md-100px {
    padding: 100px;
  }

  .py-md-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-md-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-md-100px {
    padding-top: 100px;
  }

  .pb-md-100px {
    padding-bottom: 100px;
  }

  .pl-md-100px {
    padding-left: 100px;
  }

  .pr-md-100px {
    padding-right: 100px;
  }

  .m-md-100px {
    margin: 100px;
  }

  .my-md-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .mx-md-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mt-md-100px {
    margin-top: 100px;
  }

  .mb-md-100px {
    margin-bottom: 100px;
  }

  .ml-md-100px {
    margin-left: 100px;
  }

  .mr-md-100px {
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

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

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

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

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .p-lg-auto {
    padding: auto;
  }

  .py-lg-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .px-lg-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .pt-lg-auto {
    padding-top: auto;
  }

  .pb-lg-auto {
    padding-bottom: auto;
  }

  .pl-lg-auto {
    padding-left: auto;
  }

  .pr-lg-auto {
    padding-right: auto;
  }

  .m-lg-auto {
    margin: auto;
  }

  .my-lg-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-lg-auto {
    margin-top: auto;
  }

  .mb-lg-auto {
    margin-bottom: auto;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .mr-lg-auto {
    margin-right: auto;
  }

  .p-lg-0px {
    padding: 0px;
  }

  .py-lg-0px {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-lg-0px {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pt-lg-0px {
    padding-top: 0px;
  }

  .pb-lg-0px {
    padding-bottom: 0px;
  }

  .pl-lg-0px {
    padding-left: 0px;
  }

  .pr-lg-0px {
    padding-right: 0px;
  }

  .m-lg-0px {
    margin: 0px;
  }

  .my-lg-0px {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mx-lg-0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-lg-0px {
    margin-top: 0px;
  }

  .mb-lg-0px {
    margin-bottom: 0px;
  }

  .ml-lg-0px {
    margin-left: 0px;
  }

  .mr-lg-0px {
    margin-right: 0px;
  }

  .p-lg-5px {
    padding: 5px;
  }

  .py-lg-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-lg-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pt-lg-5px {
    padding-top: 5px;
  }

  .pb-lg-5px {
    padding-bottom: 5px;
  }

  .pl-lg-5px {
    padding-left: 5px;
  }

  .pr-lg-5px {
    padding-right: 5px;
  }

  .m-lg-5px {
    margin: 5px;
  }

  .my-lg-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-lg-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mt-lg-5px {
    margin-top: 5px;
  }

  .mb-lg-5px {
    margin-bottom: 5px;
  }

  .ml-lg-5px {
    margin-left: 5px;
  }

  .mr-lg-5px {
    margin-right: 5px;
  }

  .p-lg-10px {
    padding: 10px;
  }

  .py-lg-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-lg-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pt-lg-10px {
    padding-top: 10px;
  }

  .pb-lg-10px {
    padding-bottom: 10px;
  }

  .pl-lg-10px {
    padding-left: 10px;
  }

  .pr-lg-10px {
    padding-right: 10px;
  }

  .m-lg-10px {
    margin: 10px;
  }

  .my-lg-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mx-lg-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mt-lg-10px {
    margin-top: 10px;
  }

  .mb-lg-10px {
    margin-bottom: 10px;
  }

  .ml-lg-10px {
    margin-left: 10px;
  }

  .mr-lg-10px {
    margin-right: 10px;
  }

  .p-lg-15px {
    padding: 15px;
  }

  .py-lg-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-lg-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-lg-15px {
    padding-top: 15px;
  }

  .pb-lg-15px {
    padding-bottom: 15px;
  }

  .pl-lg-15px {
    padding-left: 15px;
  }

  .pr-lg-15px {
    padding-right: 15px;
  }

  .m-lg-15px {
    margin: 15px;
  }

  .my-lg-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mx-lg-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-lg-15px {
    margin-top: 15px;
  }

  .mb-lg-15px {
    margin-bottom: 15px;
  }

  .ml-lg-15px {
    margin-left: 15px;
  }

  .mr-lg-15px {
    margin-right: 15px;
  }

  .p-lg-20px {
    padding: 20px;
  }

  .py-lg-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-lg-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-lg-20px {
    padding-top: 20px;
  }

  .pb-lg-20px {
    padding-bottom: 20px;
  }

  .pl-lg-20px {
    padding-left: 20px;
  }

  .pr-lg-20px {
    padding-right: 20px;
  }

  .m-lg-20px {
    margin: 20px;
  }

  .my-lg-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mx-lg-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mt-lg-20px {
    margin-top: 20px;
  }

  .mb-lg-20px {
    margin-bottom: 20px;
  }

  .ml-lg-20px {
    margin-left: 20px;
  }

  .mr-lg-20px {
    margin-right: 20px;
  }

  .p-lg-30px {
    padding: 30px;
  }

  .py-lg-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-lg-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-lg-30px {
    padding-top: 30px;
  }

  .pb-lg-30px {
    padding-bottom: 30px;
  }

  .pl-lg-30px {
    padding-left: 30px;
  }

  .pr-lg-30px {
    padding-right: 30px;
  }

  .m-lg-30px {
    margin: 30px;
  }

  .my-lg-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mx-lg-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-lg-30px {
    margin-top: 30px;
  }

  .mb-lg-30px {
    margin-bottom: 30px;
  }

  .ml-lg-30px {
    margin-left: 30px;
  }

  .mr-lg-30px {
    margin-right: 30px;
  }

  .p-lg-40px {
    padding: 40px;
  }

  .py-lg-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-lg-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-lg-40px {
    padding-top: 40px;
  }

  .pb-lg-40px {
    padding-bottom: 40px;
  }

  .pl-lg-40px {
    padding-left: 40px;
  }

  .pr-lg-40px {
    padding-right: 40px;
  }

  .m-lg-40px {
    margin: 40px;
  }

  .my-lg-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mx-lg-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-lg-40px {
    margin-top: 40px;
  }

  .mb-lg-40px {
    margin-bottom: 40px;
  }

  .ml-lg-40px {
    margin-left: 40px;
  }

  .mr-lg-40px {
    margin-right: 40px;
  }

  .p-lg-50px {
    padding: 50px;
  }

  .py-lg-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-lg-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-lg-50px {
    padding-top: 50px;
  }

  .pb-lg-50px {
    padding-bottom: 50px;
  }

  .pl-lg-50px {
    padding-left: 50px;
  }

  .pr-lg-50px {
    padding-right: 50px;
  }

  .m-lg-50px {
    margin: 50px;
  }

  .my-lg-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mx-lg-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-lg-50px {
    margin-top: 50px;
  }

  .mb-lg-50px {
    margin-bottom: 50px;
  }

  .ml-lg-50px {
    margin-left: 50px;
  }

  .mr-lg-50px {
    margin-right: 50px;
  }

  .p-lg-60px {
    padding: 60px;
  }

  .py-lg-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-lg-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-lg-60px {
    padding-top: 60px;
  }

  .pb-lg-60px {
    padding-bottom: 60px;
  }

  .pl-lg-60px {
    padding-left: 60px;
  }

  .pr-lg-60px {
    padding-right: 60px;
  }

  .m-lg-60px {
    margin: 60px;
  }

  .my-lg-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mx-lg-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-lg-60px {
    margin-top: 60px;
  }

  .mb-lg-60px {
    margin-bottom: 60px;
  }

  .ml-lg-60px {
    margin-left: 60px;
  }

  .mr-lg-60px {
    margin-right: 60px;
  }

  .p-lg-70px {
    padding: 70px;
  }

  .py-lg-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-lg-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-lg-70px {
    padding-top: 70px;
  }

  .pb-lg-70px {
    padding-bottom: 70px;
  }

  .pl-lg-70px {
    padding-left: 70px;
  }

  .pr-lg-70px {
    padding-right: 70px;
  }

  .m-lg-70px {
    margin: 70px;
  }

  .my-lg-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .mx-lg-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mt-lg-70px {
    margin-top: 70px;
  }

  .mb-lg-70px {
    margin-bottom: 70px;
  }

  .ml-lg-70px {
    margin-left: 70px;
  }

  .mr-lg-70px {
    margin-right: 70px;
  }

  .p-lg-80px {
    padding: 80px;
  }

  .py-lg-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-lg-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-lg-80px {
    padding-top: 80px;
  }

  .pb-lg-80px {
    padding-bottom: 80px;
  }

  .pl-lg-80px {
    padding-left: 80px;
  }

  .pr-lg-80px {
    padding-right: 80px;
  }

  .m-lg-80px {
    margin: 80px;
  }

  .my-lg-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .mx-lg-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mt-lg-80px {
    margin-top: 80px;
  }

  .mb-lg-80px {
    margin-bottom: 80px;
  }

  .ml-lg-80px {
    margin-left: 80px;
  }

  .mr-lg-80px {
    margin-right: 80px;
  }

  .p-lg-90px {
    padding: 90px;
  }

  .py-lg-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-lg-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-lg-90px {
    padding-top: 90px;
  }

  .pb-lg-90px {
    padding-bottom: 90px;
  }

  .pl-lg-90px {
    padding-left: 90px;
  }

  .pr-lg-90px {
    padding-right: 90px;
  }

  .m-lg-90px {
    margin: 90px;
  }

  .my-lg-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .mx-lg-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mt-lg-90px {
    margin-top: 90px;
  }

  .mb-lg-90px {
    margin-bottom: 90px;
  }

  .ml-lg-90px {
    margin-left: 90px;
  }

  .mr-lg-90px {
    margin-right: 90px;
  }

  .p-lg-100px {
    padding: 100px;
  }

  .py-lg-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-lg-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-lg-100px {
    padding-top: 100px;
  }

  .pb-lg-100px {
    padding-bottom: 100px;
  }

  .pl-lg-100px {
    padding-left: 100px;
  }

  .pr-lg-100px {
    padding-right: 100px;
  }

  .m-lg-100px {
    margin: 100px;
  }

  .my-lg-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .mx-lg-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mt-lg-100px {
    margin-top: 100px;
  }

  .mb-lg-100px {
    margin-bottom: 100px;
  }

  .ml-lg-100px {
    margin-left: 100px;
  }

  .mr-lg-100px {
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

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

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

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

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .p-xl-auto {
    padding: auto;
  }

  .py-xl-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .px-xl-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .pt-xl-auto {
    padding-top: auto;
  }

  .pb-xl-auto {
    padding-bottom: auto;
  }

  .pl-xl-auto {
    padding-left: auto;
  }

  .pr-xl-auto {
    padding-right: auto;
  }

  .m-xl-auto {
    margin: auto;
  }

  .my-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mx-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .mt-xl-auto {
    margin-top: auto;
  }

  .mb-xl-auto {
    margin-bottom: auto;
  }

  .ml-xl-auto {
    margin-left: auto;
  }

  .mr-xl-auto {
    margin-right: auto;
  }

  .p-xl-0px {
    padding: 0px;
  }

  .py-xl-0px {
    padding-left: 0px;
    padding-right: 0px;
  }

  .px-xl-0px {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pt-xl-0px {
    padding-top: 0px;
  }

  .pb-xl-0px {
    padding-bottom: 0px;
  }

  .pl-xl-0px {
    padding-left: 0px;
  }

  .pr-xl-0px {
    padding-right: 0px;
  }

  .m-xl-0px {
    margin: 0px;
  }

  .my-xl-0px {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mx-xl-0px {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-xl-0px {
    margin-top: 0px;
  }

  .mb-xl-0px {
    margin-bottom: 0px;
  }

  .ml-xl-0px {
    margin-left: 0px;
  }

  .mr-xl-0px {
    margin-right: 0px;
  }

  .p-xl-5px {
    padding: 5px;
  }

  .py-xl-5px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-xl-5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pt-xl-5px {
    padding-top: 5px;
  }

  .pb-xl-5px {
    padding-bottom: 5px;
  }

  .pl-xl-5px {
    padding-left: 5px;
  }

  .pr-xl-5px {
    padding-right: 5px;
  }

  .m-xl-5px {
    margin: 5px;
  }

  .my-xl-5px {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-xl-5px {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .mt-xl-5px {
    margin-top: 5px;
  }

  .mb-xl-5px {
    margin-bottom: 5px;
  }

  .ml-xl-5px {
    margin-left: 5px;
  }

  .mr-xl-5px {
    margin-right: 5px;
  }

  .p-xl-10px {
    padding: 10px;
  }

  .py-xl-10px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-xl-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pt-xl-10px {
    padding-top: 10px;
  }

  .pb-xl-10px {
    padding-bottom: 10px;
  }

  .pl-xl-10px {
    padding-left: 10px;
  }

  .pr-xl-10px {
    padding-right: 10px;
  }

  .m-xl-10px {
    margin: 10px;
  }

  .my-xl-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mx-xl-10px {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mt-xl-10px {
    margin-top: 10px;
  }

  .mb-xl-10px {
    margin-bottom: 10px;
  }

  .ml-xl-10px {
    margin-left: 10px;
  }

  .mr-xl-10px {
    margin-right: 10px;
  }

  .p-xl-15px {
    padding: 15px;
  }

  .py-xl-15px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .px-xl-15px {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pt-xl-15px {
    padding-top: 15px;
  }

  .pb-xl-15px {
    padding-bottom: 15px;
  }

  .pl-xl-15px {
    padding-left: 15px;
  }

  .pr-xl-15px {
    padding-right: 15px;
  }

  .m-xl-15px {
    margin: 15px;
  }

  .my-xl-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mx-xl-15px {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-xl-15px {
    margin-top: 15px;
  }

  .mb-xl-15px {
    margin-bottom: 15px;
  }

  .ml-xl-15px {
    margin-left: 15px;
  }

  .mr-xl-15px {
    margin-right: 15px;
  }

  .p-xl-20px {
    padding: 20px;
  }

  .py-xl-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .px-xl-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pt-xl-20px {
    padding-top: 20px;
  }

  .pb-xl-20px {
    padding-bottom: 20px;
  }

  .pl-xl-20px {
    padding-left: 20px;
  }

  .pr-xl-20px {
    padding-right: 20px;
  }

  .m-xl-20px {
    margin: 20px;
  }

  .my-xl-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mx-xl-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mt-xl-20px {
    margin-top: 20px;
  }

  .mb-xl-20px {
    margin-bottom: 20px;
  }

  .ml-xl-20px {
    margin-left: 20px;
  }

  .mr-xl-20px {
    margin-right: 20px;
  }

  .p-xl-30px {
    padding: 30px;
  }

  .py-xl-30px {
    padding-left: 30px;
    padding-right: 30px;
  }

  .px-xl-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-xl-30px {
    padding-top: 30px;
  }

  .pb-xl-30px {
    padding-bottom: 30px;
  }

  .pl-xl-30px {
    padding-left: 30px;
  }

  .pr-xl-30px {
    padding-right: 30px;
  }

  .m-xl-30px {
    margin: 30px;
  }

  .my-xl-30px {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mx-xl-30px {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-xl-30px {
    margin-top: 30px;
  }

  .mb-xl-30px {
    margin-bottom: 30px;
  }

  .ml-xl-30px {
    margin-left: 30px;
  }

  .mr-xl-30px {
    margin-right: 30px;
  }

  .p-xl-40px {
    padding: 40px;
  }

  .py-xl-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .px-xl-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-xl-40px {
    padding-top: 40px;
  }

  .pb-xl-40px {
    padding-bottom: 40px;
  }

  .pl-xl-40px {
    padding-left: 40px;
  }

  .pr-xl-40px {
    padding-right: 40px;
  }

  .m-xl-40px {
    margin: 40px;
  }

  .my-xl-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mx-xl-40px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mt-xl-40px {
    margin-top: 40px;
  }

  .mb-xl-40px {
    margin-bottom: 40px;
  }

  .ml-xl-40px {
    margin-left: 40px;
  }

  .mr-xl-40px {
    margin-right: 40px;
  }

  .p-xl-50px {
    padding: 50px;
  }

  .py-xl-50px {
    padding-left: 50px;
    padding-right: 50px;
  }

  .px-xl-50px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-xl-50px {
    padding-top: 50px;
  }

  .pb-xl-50px {
    padding-bottom: 50px;
  }

  .pl-xl-50px {
    padding-left: 50px;
  }

  .pr-xl-50px {
    padding-right: 50px;
  }

  .m-xl-50px {
    margin: 50px;
  }

  .my-xl-50px {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mx-xl-50px {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mt-xl-50px {
    margin-top: 50px;
  }

  .mb-xl-50px {
    margin-bottom: 50px;
  }

  .ml-xl-50px {
    margin-left: 50px;
  }

  .mr-xl-50px {
    margin-right: 50px;
  }

  .p-xl-60px {
    padding: 60px;
  }

  .py-xl-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .px-xl-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-xl-60px {
    padding-top: 60px;
  }

  .pb-xl-60px {
    padding-bottom: 60px;
  }

  .pl-xl-60px {
    padding-left: 60px;
  }

  .pr-xl-60px {
    padding-right: 60px;
  }

  .m-xl-60px {
    margin: 60px;
  }

  .my-xl-60px {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mx-xl-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-xl-60px {
    margin-top: 60px;
  }

  .mb-xl-60px {
    margin-bottom: 60px;
  }

  .ml-xl-60px {
    margin-left: 60px;
  }

  .mr-xl-60px {
    margin-right: 60px;
  }

  .p-xl-70px {
    padding: 70px;
  }

  .py-xl-70px {
    padding-left: 70px;
    padding-right: 70px;
  }

  .px-xl-70px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-xl-70px {
    padding-top: 70px;
  }

  .pb-xl-70px {
    padding-bottom: 70px;
  }

  .pl-xl-70px {
    padding-left: 70px;
  }

  .pr-xl-70px {
    padding-right: 70px;
  }

  .m-xl-70px {
    margin: 70px;
  }

  .my-xl-70px {
    margin-left: 70px;
    margin-right: 70px;
  }

  .mx-xl-70px {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mt-xl-70px {
    margin-top: 70px;
  }

  .mb-xl-70px {
    margin-bottom: 70px;
  }

  .ml-xl-70px {
    margin-left: 70px;
  }

  .mr-xl-70px {
    margin-right: 70px;
  }

  .p-xl-80px {
    padding: 80px;
  }

  .py-xl-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .px-xl-80px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-xl-80px {
    padding-top: 80px;
  }

  .pb-xl-80px {
    padding-bottom: 80px;
  }

  .pl-xl-80px {
    padding-left: 80px;
  }

  .pr-xl-80px {
    padding-right: 80px;
  }

  .m-xl-80px {
    margin: 80px;
  }

  .my-xl-80px {
    margin-left: 80px;
    margin-right: 80px;
  }

  .mx-xl-80px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .mt-xl-80px {
    margin-top: 80px;
  }

  .mb-xl-80px {
    margin-bottom: 80px;
  }

  .ml-xl-80px {
    margin-left: 80px;
  }

  .mr-xl-80px {
    margin-right: 80px;
  }

  .p-xl-90px {
    padding: 90px;
  }

  .py-xl-90px {
    padding-left: 90px;
    padding-right: 90px;
  }

  .px-xl-90px {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-xl-90px {
    padding-top: 90px;
  }

  .pb-xl-90px {
    padding-bottom: 90px;
  }

  .pl-xl-90px {
    padding-left: 90px;
  }

  .pr-xl-90px {
    padding-right: 90px;
  }

  .m-xl-90px {
    margin: 90px;
  }

  .my-xl-90px {
    margin-left: 90px;
    margin-right: 90px;
  }

  .mx-xl-90px {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .mt-xl-90px {
    margin-top: 90px;
  }

  .mb-xl-90px {
    margin-bottom: 90px;
  }

  .ml-xl-90px {
    margin-left: 90px;
  }

  .mr-xl-90px {
    margin-right: 90px;
  }

  .p-xl-100px {
    padding: 100px;
  }

  .py-xl-100px {
    padding-left: 100px;
    padding-right: 100px;
  }

  .px-xl-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-xl-100px {
    padding-top: 100px;
  }

  .pb-xl-100px {
    padding-bottom: 100px;
  }

  .pl-xl-100px {
    padding-left: 100px;
  }

  .pr-xl-100px {
    padding-right: 100px;
  }

  .m-xl-100px {
    margin: 100px;
  }

  .my-xl-100px {
    margin-left: 100px;
    margin-right: 100px;
  }

  .mx-xl-100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .mt-xl-100px {
    margin-top: 100px;
  }

  .mb-xl-100px {
    margin-bottom: 100px;
  }

  .ml-xl-100px {
    margin-left: 100px;
  }

  .mr-xl-100px {
    margin-right: 100px;
  }
}
.notie-container {
  font-size: 1.6rem;
  height: auto;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  box-sizing: border-box;
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 900px) {
  .notie-container {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .notie-container {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .notie-container {
    font-size: 1rem;
  }
}
.notie-background-success {
  background-color: #57BF57;
}

.notie-background-warning {
  background-color: #D6A14D;
}

.notie-background-error {
  background-color: #E1715B;
}

.notie-background-info {
  background-color: #4D82D6;
}

.notie-background-neutral {
  background-color: #A0A0A0;
}

.notie-background-overlay {
  background-color: #FFFFFF;
}

.notie-textbox {
  color: #FFFFFF;
  padding: 20px;
}

.notie-textbox-inner {
  margin: 0 auto;
  max-width: 900px;
}

.notie-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646;
}

.notie-button {
  color: #FFFFFF;
  padding: 10px;
  cursor: pointer;
}

.notie-element {
  color: #FFFFFF;
  padding: 10px;
}

.notie-element-half {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.notie-element-third {
  display: inline-block;
  width: 33.3333%;
  box-sizing: border-box;
}

.notie-alert {
  cursor: pointer;
}

.notie-input-field {
  background-color: #FFFFFF;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.notie-select-choice-repeated {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.notie-date-selector-inner {
  margin: 0 auto;
  max-width: 900px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
  outline: 0px solid transparent;
}

.notie-date-selector-up {
  transform: rotate(180deg);
}

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-regular - latin_cyrillic */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/pt-serif-v12-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-serif-v12-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v12-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/pt-serif-v12-latin_cyrillic-regular.woff") format("woff"), url("../fonts/pt-serif-v12-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/pt-serif-v12-latin_cyrillic-regular.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
/* pt-serif-700 - latin_cyrillic */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/pt-serif-v12-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/pt-serif-v12-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-serif-v12-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/pt-serif-v12-latin_cyrillic-700.woff") format("woff"), url("../fonts/pt-serif-v12-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/pt-serif-v12-latin_cyrillic-700.svg#PTSerif") format("svg");
  /* Legacy iOS */
}
.hero__h1, .h2 {
  font-family: "PT Serif", "sans-serif";
}

.former__links .link:hover, .houses__inner__info .info__list li::before, .houses__inner__image .point:hover .point__icon, .btn {
  background: linear-gradient(180deg, #85BF6A 0%, #599E39 100%);
}

.text-primary {
  color: #6ec25e;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #FFFFFF;
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

h1, .h1 {
  color: inherit;
  font-size: 50px;
  margin: 0 0 25px;
  line-height: 1.2;
}

.h2 {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #2F2F2F;
}
@media only screen and (max-width: 576px) {
  .h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.h3 {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .h3 {
    font-size: 18px;
  }
}

p {
  margin: 0;
}
p + p {
  margin-top: 16px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #6ec25e;
}
a:hover {
  color: #418733;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 40px;
  border: none;
  border-radius: 100px;
  transition: all 0.3s;
  background-size: auto 100%;
}
@media only screen and (max-width: 576px) {
  .btn {
    min-height: 30px;
    font-size: 12px;
    padding: 10px 20px;
  }
}
.btn:hover {
  color: #FFFFFF;
  background-size: auto 200%;
}
.header {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}
.header .for-info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header .for-info .header__phone {
    display: none;
  }
  .header .for-info .header__btn {
    margin-left: auto;
  }
}
.header__logo {
  color: #2F2F2F;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.header__phone {
  margin-left: auto;
  text-align: right;
}
.header__phone .time {
  opacity: 0.8;
  margin-bottom: 3px;
}
.header__phone .phone {
  font-size: 24px;
  font-weight: 700;
  color: #2F2F2F;
}
@media only screen and (max-width: 992px) {
  .header__phone .phone {
    font-size: 20px;
  }
}
.header__btn {
  margin-left: 20px;
}

.hero {
  padding: 80px 0;
  margin-bottom: 80px;
  height: 760px;
  background: url(../img/hero.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .hero {
    height: 650px;
    padding: 40px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero .btn {
    width: 100%;
    height: 50px;
  }
}
.hero__point {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.hero__point .icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
.hero__point .link {
  color: #2F2F2F;
  border-bottom: 1px solid rgba(47, 47, 47, 0.4);
}
.hero__point .link:hover {
  color: #448A23;
  border-bottom: 1px solid rgba(68, 138, 35, 0.4);
}
@media only screen and (max-width: 576px) {
  .hero__point {
    font-size: 15px;
  }
}
.hero__h1 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .hero__h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.hero__text {
  margin-bottom: 60px;
  line-height: 1.4;
  color: rgba(47, 47, 47, 0.8);
  text-shadow: 0 0 10px #FFFFFF;
}

.features {
  max-width: 1080px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 992px) {
  .features {
    margin-bottom: 0;
  }
}
.features .h2 {
  margin-bottom: 80px;
}
.features__item {
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.14);
}
.features__item__wrap {
  margin-bottom: 20px;
}
.features__item__text {
  padding: 50px 10px 50px 50px;
  letter-spacing: -0.5px;
  color: rgba(47, 47, 47, 0.8);
}
.features__item__img {
  flex: 1 1 auto;
  min-width: 250px;
  width: 250px;
}
.features__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .features__item {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 20px 20px;
  }
  .features__item__text {
    padding: 0;
    line-height: 1.5;
  }
  .features__item__img {
    min-width: 180px;
    width: 180px;
  }
}

.houses {
  padding-top: 120px;
  padding-bottom: 170px;
  background: url(../img/houses-bg.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .houses {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.houses__inner {
  display: flex;
  min-height: 580px;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.14);
}
.houses__inner__image {
  position: relative;
  width: 770px;
  min-width: 770px;
  min-height: 100%;
  background: url(../img/house-image.jpg) no-repeat left bottom;
  background-size: cover;
}
.houses__inner__image .point {
  position: absolute;
}
.houses__inner__image .point.is-bed {
  left: 30px;
  bottom: 360px;
}
.houses__inner__image .point.is-food {
  left: 400px;
  bottom: 270px;
}
.houses__inner__image .point.is-tv {
  left: 320px;
  bottom: 230px;
}
.houses__inner__image .point.is-bath {
  left: 560px;
  bottom: 320px;
}
.houses__inner__image .point.is-grill {
  left: 100px;
  bottom: 280px;
}
.houses__inner__image .point:hover .point__icon {
  z-index: 4;
}
.houses__inner__image .point:hover .point__text {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.houses__inner__image .point__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #2F2F2F;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.houses__inner__image .point__text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 290px;
  padding: 20px 30px;
  background: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(47, 47, 47, 0.6);
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: opacity 0.5s;
}
.houses__inner__info {
  padding: 80px 80px 80px 20px;
}
.houses__inner__info .help {
  font-size: 16px;
  line-height: 40px;
}
.houses__inner__info .help__plus {
  position: relative;
  display: inline-block;
  width: 50px;
}
.houses__inner__info .help__plus::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -15px;
  width: 80px;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Ccircle cx='40' cy='35' r='20' fill='%232F2F2F'/%3E%3Ccircle cx='40' cy='35' r='20' fill='url(%23paint0_linear)'/%3E%3C/g%3E%3Crect x='32' y='34' width='16' height='2' fill='white'/%3E%3Crect x='41' y='27' width='16' height='2' transform='rotate(90 41 27)' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='10'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear' x1='20' y1='15' x2='60' y2='55' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.2'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
}
.houses__inner__info .info {
  margin-top: 30px;
  margin-bottom: 20px;
}
.houses__inner__info .info__list {
  line-height: 1;
  color: rgba(47, 47, 47, 0.6);
}
.houses__inner__info .info__list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}
.houses__inner__info .info__list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.houses__inner__info .price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(47, 47, 47, 0.2);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.houses__inner__info .price .r {
  font-size: 30px;
}
.houses__inner__info .price .r small {
  color: rgba(47, 47, 47, 0.6);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .houses__inner {
    flex-direction: column-reverse;
  }
  .houses__inner__image {
    min-height: 500px;
    min-width: 0;
    max-width: 100%;
  }
  .houses__inner__info {
    padding: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .houses__inner {
    position: relative;
  }
  .houses__inner__image {
    position: static;
  }
  .houses__inner__image .points {
    position: absolute;
    top: 110px;
    left: 20px;
    right: 20px;
    display: flex;
    margin: 0 -6px;
  }
  .houses__inner__image .point {
    position: static;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 6px;
  }
  .houses__inner__image .point__text {
    top: 100%;
    left: 0;
    bottom: auto;
    width: 100%;
    padding: 20px 10px;
  }
  .houses__inner__info {
    padding: 40px 20px 0;
  }
  .houses__inner__info .h2 {
    margin-bottom: 130px;
  }
  .houses__inner__info .help {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .houses__inner__image {
    background-size: auto 100%;
  }
  .houses__inner__image .points {
    top: 150px;
  }
}
@media only screen and (max-width: 576px) {
  .houses__inner__image {
    min-height: 250px;
    background-size: auto 110%;
  }
  .houses__inner__image .points {
    top: 75px;
  }
}
@media only screen and (max-width: 380px) {
  .houses__inner__image {
    height: 200px;
    background-size: auto 100%;
  }
  .houses__inner__image .points {
    top: 95px;
  }
  .houses__inner__info .h2 {
    margin-bottom: 160px;
  }
  .houses__inner__info .col-md-6 {
    margin-bottom: 20px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group .form-label {
  position: absolute;
  left: 10px;
  padding: 0 10px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-50%);
}
.form-group .form-control {
  padding: 10px 20px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  font-size: 20px;
  outline: none;
}
.form-group .form-control::placeholder {
  color: rgba(47, 47, 47, 0.6);
}
.form-group .form-control:focus {
  border-color: #6ec25e;
}

.former {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .former {
    margin-bottom: 60px;
  }
}
.former .h2 {
  margin-bottom: 30px;
  letter-spacing: -0.4px;
  line-height: 1.4;
}
.former__text {
  margin-bottom: 50px;
  line-height: 1.6;
  color: rgba(47, 47, 47, 0.8);
}
@media only screen and (max-width: 768px) {
  .former__text {
    margin-bottom: 20px;
  }
}
.former__links {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .former__links {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.former__links__el {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
}
.former__links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #2F2F2F;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  margin-bottom: 10px;
}
.former__links .link img {
  max-width: 20px;
  max-height: 20px;
}
.former__inner {
  padding: 60px 50px 50px;
  background: #FFFFFF;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 992px) {
  .former__inner {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .former__inner {
    padding: 20px;
    margin: 0 -10px;
    box-shadow: none;
  }
  .former__inner .btn {
    height: 50px;
  }
}

.about {
  padding-top: 50px;
  margin-bottom: 60px;
  background: url(../img/green-bg.jpg) no-repeat right top, url(../img/green2-bg.jpg) no-repeat left bottom 400px;
}
@media only screen and (max-width: 992px) {
  .about {
    padding-top: 0;
    background: none;
  }
}
.about__content {
  margin: 0 auto 100px;
  width: 100%;
  max-width: 860px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(47, 47, 47, 0.6);
}
@media only screen and (max-width: 576px) {
  .about__content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .about__content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about__map {
    margin: 0 -10px;
  }
  .about__map iframe {
    height: 400px;
  }
}

.footer {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.375;
  color: rgba(47, 47, 47, 0.8);
}
@media only screen and (max-width: 768px) {
  .footer {
    font-size: 15px;
  }
  .footer .header__logo {
    font-size: 20px;
  }
  .footer .h3 {
    margin-bottom: 10px;
  }
  .footer .col-md-4 {
    margin-bottom: 25px;
  }
  .footer .col-md-4:nth-child(1) {
    order: 2;
  }
  .footer .col-md-4:nth-child(2) {
    order: 3;
  }
  .footer .col-md-4:nth-child(3) {
    order: 1;
  }
  .footer .header__phone {
    text-align: left;
  }
}

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